:root {
  --primary: #8a5a3b;
  --primary-dark: #3a2922;
  --accent: #c8a96b;
  --background: #f5f0e8;
  --surface: #fffdf8;
  --surface-soft: #eee4d8;
  --text: #26211e;
  --muted: #766b64;
  --line: rgba(58, 41, 34, 0.13);
  --ink: #15110f;
  --ink-soft: #211a17;
  --container: 1180px;
  --radius-small: 14px;
  --radius-medium: 24px;
  --radius-large: 36px;
  --shadow-small: 0 14px 36px rgba(38, 33, 30, 0.08);
  --shadow-large: 0 30px 80px rgba(38, 33, 30, 0.14);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; background: var(--background); color: var(--text); font-family: Inter, Arial, sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
.container { width: min(92%, var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.eyebrow { margin-bottom: 14px; color: var(--primary); font-size: 0.74rem; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; }
.section-heading { max-width: 820px; margin: 0 auto 58px; text-align: center; }
.section-heading-left { margin-inline: 0; text-align: left; }
.section-heading h2, .about-copy h2, .contact-copy h2, .private-events-copy h2 { font-size: clamp(2.35rem, 4.5vw, 4.25rem); line-height: 0.98; letter-spacing: -0.055em; }
.section-action { margin-top: 38px; text-align: center; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(21,17,15,.94); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { min-width: 200px; display: inline-flex; align-items: center; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 700; letter-spacing: -0.025em; text-decoration: none; }
.brand-logo { height: 66px; width: auto; max-width: 230px; object-fit: contain; border-radius: 10px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.site-nav a { color: rgba(255,255,255,.72); font-size: .9rem; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover { color: #fff; }
.header-cta { border-radius: 999px; background: var(--accent); color: var(--ink); padding: 11px 22px; font-size: .9rem; font-weight: 900; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.header-cta:hover { transform: translateY(-2px); background: #d7b978; box-shadow: 0 12px 28px rgba(0,0,0,.22); }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.08); cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; margin: 4px auto; display: block; background: #fff; transition: .2s ease; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Buttons */
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 14px 28px; font-weight: 900; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 16px 36px rgba(138,90,59,.26); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { border: 1px solid rgba(38,33,30,.18); background: transparent; color: var(--text); }
.hero .btn-secondary, .final-cta .btn-secondary { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); color: #fff; }
.btn-secondary:hover { background: rgba(38,33,30,.05); }
.hero .btn-secondary:hover, .final-cta .btn-secondary:hover { background: rgba(255,255,255,.12); }
.btn-light { background: #fff; color: var(--ink); }
.btn-outline-light { border: 1px solid rgba(255,255,255,.3); background: transparent; color: #fff; }

/* Hero */
.hero { position: relative; overflow: hidden; min-height: 720px; display: flex; align-items: center; padding: 105px 0 110px; background: radial-gradient(circle at 12% 18%, rgba(138,90,59,.22), transparent 34%), radial-gradient(circle at 92% 12%, rgba(200,169,107,.13), transparent 26%), linear-gradient(135deg, #15110f 0%, #201916 58%, #0e0c0b 100%); color: #fff; }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.12), transparent 45%), radial-gradient(circle at 50% 100%, rgba(255,255,255,.03), transparent 45%); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 72px; }
.hero-copy .eyebrow { color: var(--accent); }
.hero h1 { max-width: 720px; margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 6vw, 6.2rem); font-weight: 500; line-height: .93; letter-spacing: -.055em; }
.hero-subheadline { max-width: 630px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions-center { justify-content: center; }
.hero-contact-line { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px; color: rgba(255,255,255,.58); font-size: .88rem; font-weight: 700; }
.hero-visual { position: relative; min-height: 545px; padding: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-large); background: rgba(255,255,255,.05); box-shadow: 0 38px 110px rgba(0,0,0,.36); }
.hero-visual > img, .hero-fallback { width: 100%; height: 100%; min-height: 509px; border-radius: 28px; }
.hero-visual > img { object-fit: cover; }
.hero-fallback { display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 26% 20%, rgba(200,169,107,.26), transparent 28%), linear-gradient(135deg, var(--primary), var(--primary-dark)); text-align: center; }
.hero-fallback-type { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4vw, 4rem); }
.hero-fallback-tagline { margin-top: 8px; color: rgba(255,255,255,.7); font-weight: 800; }
.floating-card { position: absolute; z-index: 4; max-width: 240px; display: flex; flex-direction: column; gap: 2px; border-radius: 16px; background: rgba(255,253,248,.96); color: var(--ink); padding: 15px 18px; box-shadow: 0 18px 48px rgba(0,0,0,.24); }
.floating-card-top { top: 24px; left: 24px; }
.floating-card-bottom { right: 24px; bottom: 24px; }
.floating-detail { color: var(--muted); font-size: .8rem; font-weight: 800; }

/* Quick info */
.quick-info-section { position: relative; z-index: 5; margin-top: -34px; }
.quick-info-grid { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); box-shadow: var(--shadow-small); }
.quick-info-card { min-height: 110px; display: flex; flex-direction: column; justify-content: center; padding: 22px 26px; border-right: 1px solid var(--line); }
.quick-info-card:last-child { border-right: 0; }
.quick-info-card strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 600; }
.quick-info-card span { margin-top: 5px; color: var(--muted); font-size: .82rem; font-weight: 700; }

/* Offerings */
.offerings-section { padding-top: 120px; background: var(--background); }
.offerings-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 54px; max-width: 980px; margin: 0 auto; }
.offering-card { padding: 28px 0; border-bottom: 1px solid var(--line); }
.offering-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 8px; }
.offering-category { color: var(--primary); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.offering-price { color: var(--primary-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.06rem; font-weight: 700; }
.offering-card h3 { margin-bottom: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 600; }
.offering-card p { color: var(--muted); }
.menu-section-block:first-child {
  grid-column: 1 / -1;
}

.menu-section-block:first-child .menu-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 54px;
}

/* Experience */
.experience-section { background: var(--ink); color: #fff; }
.experience-section .eyebrow { color: var(--accent); }
.experience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.experience-card { min-height: 290px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-medium); background: rgba(255,255,255,.04); padding: 34px; }
.experience-number { margin-bottom: 42px; display: inline-block; color: var(--accent); font-size: .8rem; font-weight: 900; letter-spacing: .15em; }
.experience-card h3 { margin-bottom: 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 600; }
.experience-card p { color: rgba(255,255,255,.62); }

/* About */
.about-section { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 72px; }
.about-visual { aspect-ratio: 4/5; overflow: hidden; border-radius: var(--radius-large); box-shadow: var(--shadow-large); }
.about-visual img, .about-fallback { width: 100%; height: 100%; }
.about-visual img { object-fit: cover; }
.about-fallback { display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 26% 20%, rgba(200,169,107,.3), transparent 28%), linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; }
.about-fallback span { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem,4vw,4rem); }
.about-copy > p { max-width: 640px; margin-top: 22px; color: var(--muted); font-size: 1.04rem; }
.about-details { margin-top: 34px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.about-details > div { border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--background); padding: 18px; }
.detail-label { margin-bottom: 5px; display: block; color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.about-details strong { font-size: .9rem; }

/* Gallery */
.gallery-section { background: var(--background); }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-areas: "a b" "a c" "d c"; gap: 18px; }
.gallery-card { position: relative; min-height: 280px; overflow: hidden; border-radius: 24px; background: var(--surface-soft); }
.gallery-card:nth-child(1) { grid-area: a; min-height: 590px; }
.gallery-card:nth-child(2) { grid-area: b; }
.gallery-card:nth-child(3) { grid-area: c; min-height: 440px; }
.gallery-card:nth-child(4) { grid-area: d; }
.gallery-visual, .gallery-visual img, .gallery-placeholder { width: 100%; height: 100%; min-height: inherit; }
.gallery-visual img { object-fit: cover; transition: transform .45s ease; }
.gallery-card:hover .gallery-visual img { transform: scale(1.035); }
.gallery-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 28% 18%, rgba(200,169,107,.28), transparent 27%), linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; }
.gallery-copy { position: absolute; right: 0; bottom: 0; left: 0; padding: 28px; background: linear-gradient(transparent, rgba(0,0,0,.72)); color: #fff; }
.gallery-copy span { color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.gallery-copy h3 { margin-top: 5px; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 600; }

/* Reviews */
.reviews-section { background: var(--surface); }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.review-card { min-height: 270px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-medium); background: var(--surface); padding: 34px; box-shadow: var(--shadow-small); }
.review-stars { margin-bottom: 18px; color: var(--accent); letter-spacing: .1em; }
.review-card blockquote { flex: 1; color: var(--text); font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; line-height: 1.6; }
.review-card strong { margin-top: 26px; font-size: .92rem; }

/* Private events */
.private-events-section { background: radial-gradient(circle at 14% 10%, rgba(200,169,107,.14), transparent 28%), linear-gradient(135deg, #211a17, #15110f); color: #fff; }
.private-events-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.private-events-copy { max-width: 760px; }
.private-events-copy .eyebrow { color: var(--accent); }
.private-events-copy p { margin-top: 20px; color: rgba(255,255,255,.66); font-size: 1.03rem; }

/* Visit */
.visit-section { background: var(--background); }
.visit-grid { display: grid; grid-template-columns: .8fr .9fr 1.3fr; gap: 22px; align-items: stretch; }
.visit-details, .hours-card, .map-wrap { border: 1px solid var(--line); border-radius: var(--radius-medium); background: var(--surface); box-shadow: var(--shadow-small); }
.visit-details { padding: 30px; }
.visit-block + .visit-block { margin-top: 30px; }
.visit-block strong, .visit-block a { display: block; }
.visit-block strong { margin-bottom: 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; }
.visit-block a { width: fit-content; margin-top: 5px; color: var(--primary); font-weight: 800; text-decoration: none; }
.hours-card { padding: 30px; }
.hours-card h3 { margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; font-weight: 600; }
.hours-row { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.hours-row:last-child { border-bottom: 0; }
.hours-row span { color: var(--muted); }
.map-wrap { min-height: 390px; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 390px; border: 0; }
.map-wrap img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

/* Contact */
.contact-section { background: var(--surface); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 72px; }
.contact-copy > p { max-width: 560px; margin-top: 20px; color: var(--muted); }
.contact-links { margin-top: 30px; display: flex; flex-direction: column; gap: 8px; }
.contact-links a { width: fit-content; color: var(--primary); font-size: 1.08rem; font-weight: 900; text-decoration: none; }
.contact-area { margin-top: 22px !important; font-size: .92rem; }
.lead-form { border-radius: var(--radius-large); background: var(--ink); color: #fff; padding: 38px; box-shadow: var(--shadow-large); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lead-form label { margin-bottom: 16px; display: block; font-size: .82rem; font-weight: 900; }
.lead-form input, .lead-form textarea { width: 100%; margin-top: 7px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; outline: none; background: rgba(255,255,255,.07); color: #fff; padding: 14px 15px; transition: border-color .2s ease, background .2s ease; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--accent); background: rgba(255,255,255,.11); }
.lead-form textarea { resize: vertical; }
.form-submit { width: 100%; margin-top: 4px; }
.hidden-field { position: absolute; left: -9999px; }
.form-status { margin-top: 14px; font-size: .9rem; }
.form-status.is-success { color: #b7e7b9; }
.form-status.is-error { color: #ffb0a8; }

/* Final CTA */
.final-cta { overflow: hidden; background: radial-gradient(circle at 15% 10%, rgba(200,169,107,.17), transparent 28%), linear-gradient(135deg, #15110f, #231a16); color: #fff; padding: 118px 0; text-align: center; }
.final-cta-inner { max-width: 820px; }
.final-cta h2 { margin-bottom: 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem,5vw,5rem); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.final-cta p { max-width: 650px; margin: 0 auto 30px; color: rgba(255,255,255,.68); }

/* Footer */
.site-footer { background: #0d0a09; color: rgba(255,255,255,.65); padding: 58px 0; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .8fr; align-items: start; gap: 56px; }
.footer-brand, .footer-contact, .footer-links { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; }
.footer-grid p { margin: 0; font-size: .84rem; line-height: 1.6; }
.footer-brand strong { margin-bottom: 6px; }
.footer-brand #footerTagline { margin-bottom: 18px; }
.footer-service-area { max-width: 320px; margin-bottom: 22px !important; }
.footer-copyright { color: rgba(255,255,255,.44); font-size: .8rem !important; }
.footer-contact h2, .footer-links h2 { margin: 0 0 14px; color: #fff; font-size: .92rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-contact a, .footer-links a { margin-bottom: 8px; color: rgba(255,255,255,.74); font-size: .86rem; text-decoration: none; }
.footer-contact a:hover, .footer-links a:hover { color: #fff; }
.mobile-action-bar { display: none; }

/* Tablet */
@media (max-width: 1000px) {
  .site-nav { gap: 18px; }
  .hero-grid, .about-grid, .contact-grid { gap: 46px; }
  .quick-info-grid { grid-template-columns: repeat(2,1fr); }
  .quick-info-card:nth-child(2) { border-right: 0; }
  .quick-info-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .offerings-grid { gap: 0 34px; }
  .experience-grid, .reviews-grid { grid-template-columns: 1fr 1fr; }
  .experience-card:last-child, .review-card:last-child { grid-column: 1 / -1; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-areas: "a a" "b c" "d d"; }
  .gallery-card:nth-child(1) { min-height: 440px; }
  .gallery-card:nth-child(3) { min-height: 280px; }
  .about-details { grid-template-columns: 1fr; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .map-wrap { grid-column: 1 / -1; }
}

/* Mobile */
@media (max-width: 780px) {
  .section { padding: 78px 0; }
  .header-inner { position: relative; min-height: 72px; }
  .brand { min-width: 0; max-width: 230px; }
  .brand-logo { height: 58px; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 4%; left: 4%; margin: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(21,17,15,.99); box-shadow: 0 22px 60px rgba(0,0,0,.35); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .site-nav a:last-child { border-bottom: 0; }
  .hero { min-height: auto; padding: 76px 0 66px; }
  .hero-grid, .about-grid, .contact-grid, .private-events-inner, .visit-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .hero h1 { font-size: clamp(3rem,14vw,4.7rem); }
  .hero-contact-line { align-items: flex-start; flex-direction: column; gap: 2px; }
  .hero-contact-line span:nth-child(2) { display: none; }
  .hero-visual { min-height: auto; }
  .hero-visual > img, .hero-fallback { min-height: 370px; }
  .floating-card { max-width: 210px; padding: 13px 15px; }
  .quick-info-section { margin-top: 0; padding-top: 20px; background: var(--background); }
  .quick-info-grid { grid-template-columns: 1fr; }
  .quick-info-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-info-card:last-child { border-bottom: 0; }
  .offerings-grid { grid-template-columns: 1fr; }
  .experience-grid, .reviews-grid { grid-template-columns: 1fr; }
  .experience-card:last-child, .review-card:last-child { grid-column: auto; }
  .about-grid { gap: 42px; }
  .about-visual { aspect-ratio: 4/3; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-areas: none; }
  .gallery-card, .gallery-card:nth-child(1), .gallery-card:nth-child(2), .gallery-card:nth-child(3), .gallery-card:nth-child(4) { grid-area: auto; min-height: 320px; }
  .private-events-inner { gap: 28px; }
  .visit-grid { gap: 18px; }
  .map-wrap, .map-wrap iframe, .map-wrap img {
  min-height: 330px;
}
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  body { padding-bottom: 78px; }
  .mobile-action-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1200; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; border-top: 1px solid rgba(255,255,255,.1); background: rgba(21,17,15,.97); padding: 12px; backdrop-filter: blur(18px); box-shadow: 0 -14px 35px rgba(0,0,0,.24); }
  .mobile-action-bar a { min-height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 900; text-decoration: none; }
  .mobile-action-bar a:first-child { background: #fff; color: var(--ink); }
  .mobile-action-bar a:last-child { background: var(--primary); color: #fff; }
}

@media (max-width: 480px) {
  .container { width: min(91%, var(--container)); }
  .hero-actions, .hero-actions .btn { width: 100%; }
  .section-heading { margin-bottom: 42px; }
  .experience-card, .review-card { padding: 28px; }
  .final-cta { padding: 90px 0; }
}

/* 404 */
.page-404 { min-height: calc(100vh - 120px); display: flex; align-items: center; justify-content: center; text-align: center; }
.page-404 .section-header { max-width: 700px; margin: 0 auto; }
.page-404 .section-description { max-width: 700px; margin: 1rem auto 0; }
.page-404-actions { display: flex; justify-content: center; margin-top: 2rem; }
.page-404-note { max-width: 600px; margin: 2rem auto 0; color: var(--muted); }

/* Legal */
.legal-page { min-height: 70vh; background: var(--background); }
.legal-hero { padding: 8rem 0 4rem; background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: #fff; }
.legal-container { width: min(100% - 2rem, 860px); margin-inline: auto; }
.legal-hero .section-eyebrow { display: inline-block; margin-bottom: 1rem; color: var(--accent); font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.legal-hero h1 { margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem,7vw,4.5rem); line-height: 1.05; }
.legal-hero > .legal-container > p { max-width: 720px; margin: 1.25rem 0 0; color: rgba(255,255,255,.86); font-size: 1.05rem; line-height: 1.8; }
.legal-hero .legal-updated { font-size: .9rem; }
.legal-content { padding: 5rem 0; }
.legal-section { padding: 0 0 2.5rem; margin: 0 0 2.5rem; border-bottom: 1px solid var(--line); }
.legal-section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.legal-section h2 { margin: 0 0 1rem; color: var(--primary-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.4rem,3vw,1.8rem); line-height: 1.25; }
.legal-section p, .legal-section li { color: var(--text); font-size: 1rem; line-height: 1.8; }
.legal-section p { margin: 0 0 1rem; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { padding-left: 1.5rem; margin: 1rem 0 1.25rem; }
.legal-section li { margin-bottom: .55rem; }
.legal-section a { color: var(--primary); font-weight: 600; text-decoration: underline; text-underline-offset: .18em; }
.legal-section a:hover, .legal-section a:focus-visible { color: var(--primary-dark); }
.legal-contact-section { padding: 2rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(38,33,30,.03); }
.legal-contact { margin-top: 1.5rem; font-style: normal; }
.legal-contact p { margin-bottom: .6rem; }
@media (max-width:700px) { .legal-hero { padding: 6.5rem 0 3rem; } .legal-content { padding: 3.5rem 0; } .legal-contact-section { padding: 1.5rem; } }