.site-header {
  height: 78px; padding: 0 40px; display: flex; align-items: center; justify-content: space-between;
  position: absolute; inset: 0 0 auto; z-index: 20; color: white; border-bottom: 1px solid rgba(255,255,255,.2);
}
.site-header.inner-header { position: relative; background: var(--navy); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; letter-spacing: .03em; }
.brand img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.brand b { text-transform: uppercase; font-size: 14px; letter-spacing: .12em; }
.nav { display: flex; align-items: center; gap: 33px; font-size: 13px; }
.nav > a:not(.nav-cta) { position: relative; opacity: .82; }
.nav > a:not(.nav-cta)::after { content: ''; position: absolute; height: 1px; background: currentColor; inset: auto 0 -8px; transform: scaleX(0); transition: transform .2s; }
.nav > a.active::after, .nav > a:hover::after { transform: scaleX(1); }
.nav-cta { padding: 12px 17px; border: 1px solid rgba(255,255,255,.45); display: flex; gap: 20px; }
.menu-button { display: none; background: none; border: 0; padding: 10px; }

.hero-section { min-height: 820px; height: 100svh; max-height: 980px; position: relative; color: white; overflow: hidden; background: var(--navy); }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(3,17,28,.88) 0%, rgba(3,17,28,.54) 48%, rgba(3,17,28,.14) 100%), linear-gradient(0deg, rgba(3,17,28,.54), transparent 42%); }
.hero-content { height: 100%; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding-top: 80px; }
.hero-content h1 { font-size: clamp(58px, 7vw, 102px); line-height: .96; max-width: 900px; margin: 0 0 32px; font-weight: 500; }
.hero-content h1 em { color: #e6d9bd; }
.hero-lead { font-size: 17px; line-height: 1.75; max-width: 570px; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 42px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 0; padding: 0 25px; font-size: 12px; font-weight: 600; letter-spacing: .06em; cursor: pointer; }
.button.gold { background: var(--gold); color: #101b20; }
.button.primary { background: var(--navy); color: white; }
.round-link { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; transition: background .2s; }
.round-link:hover { background: rgba(255,255,255,.12); }
.hero-note { position: absolute; z-index: 2; bottom: 27px; left: 40px; right: 40px; display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .18em; opacity: .7; }

.intro-section { padding-block: 125px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 11%; }
.intro-section h2, .section-heading h2, .gallery-heading h2, .faq-section h2 { font-size: clamp(40px, 4.6vw, 66px); font-weight: 500; line-height: 1.08; margin-bottom: 0; }
.intro-section h2 em, .gallery-heading h2 em, .faq-section h2 em { color: #7e6844; }
.intro-copy { padding-top: 40px; }
.intro-copy p, .section-heading > p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.intro-copy p + p { margin-top: 25px; }

.experience-section { background: var(--navy); color: white; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 390px; gap: 8%; align-items: end; }
.section-heading h2 { margin-bottom: 0; }
.section-heading h2 em { color: #d4bc8e; }
.section-heading > p { color: rgba(255,255,255,.62); margin-bottom: 5px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid rgba(255,255,255,.18); }
.feature-grid article { padding: 34px 45px 5px 0; }
.feature-grid article + article { border-left: 1px solid rgba(255,255,255,.18); padding-left: 45px; }
.feature-grid span, .plan-details span, .values-grid span { color: var(--gold); font-size: 11px; letter-spacing: .14em; }
.feature-grid h3 { font-size: 21px; font-weight: 500; margin: 45px 0 18px; }
.feature-grid p { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,.58); }

.gallery-section { padding-block: 125px; }
.gallery-heading { margin-bottom: 65px; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: end; }
.gallery-grid figure { margin: 0; }
.gallery-grid img { width: 100%; height: 420px; object-fit: cover; }
.gallery-grid .gallery-large img { height: 610px; }
.gallery-grid figcaption { font-size: 12px; letter-spacing: .04em; padding-top: 17px; display: flex; justify-content: space-between; color: #55574f; }
.gallery-grid figcaption span { color: #9c8050; }

.locations-section { background: #e7e0d2; padding: 120px 0 90px; }
.section-heading.dark > p { color: #63655d; }
.section-heading.dark h2 em { color: #7e6844; }
.location-list { margin-top: 75px; border-top: 1px solid var(--line); }
.location-list article { min-height: 152px; display: grid; grid-template-columns: 80px 1fr 360px; align-items: center; border-bottom: 1px solid var(--line); gap: 30px; }
.location-number { font-family: Georgia, serif; font-style: italic; color: #8d7549; }
.location-list h3 { font-size: 22px; font-weight: 500; margin-bottom: 10px; }
.location-list p { font-size: 13px; line-height: 1.6; color: #666860; max-width: 470px; margin: 0; }
.location-list a { border-left: 1px solid var(--line); height: 100%; display: flex; align-items: center; justify-content: space-between; padding-left: 35px; font-size: 13px; }
.location-list a > span:last-child { font-size: 20px; }
.location-disclaimer { margin: 26px 0 0 110px; max-width: 740px; color: #77786f; font-size: 11px; line-height: 1.7; }

.plan-section { display: grid; grid-template-columns: 1.05fr .95fr; padding-block: 120px; }
.plan-card { background: var(--navy-light); color: white; padding: 64px; }
.plan-card h2 { font-size: clamp(37px, 4vw, 55px); line-height: 1.08; font-weight: 500; margin: 0 0 35px; }
.plan-card h2 em { color: #d4bc8e; }
.plan-card > p:not(.eyebrow) { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.8; }
.plan-card > p a { color: white; }
.plan-card .button { margin-top: 28px; gap: 28px; }
.plan-details { background: #ebe4d7; padding: 56px; display: grid; grid-template-columns: 1fr 1fr; }
.plan-details > div { padding: 8px 26px 28px 0; }
.plan-details > div:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--line); }
.plan-details > div:nth-child(n+3) { padding-top: 30px; border-top: 1px solid var(--line); }
.plan-details h3 { font-size: 17px; margin: 22px 0 10px; }
.plan-details p { color: #6a6c64; font-size: 12px; line-height: 1.7; margin: 0; }

.faq-section { padding-block: 115px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; }
.accordion { border-top: 1px solid var(--line); }
.faq { border-bottom: 1px solid var(--line); }
.faq button { width: 100%; min-height: 84px; border: 0; background: transparent; display: flex; justify-content: space-between; align-items: center; text-align: left; cursor: pointer; font-size: 15px; }
.faq button b { font-size: 21px; font-weight: 400; color: #876e44; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s; }
.faq-answer p { overflow: hidden; font-size: 13px; color: var(--muted); line-height: 1.75; margin: 0; }
.faq.active .faq-answer { grid-template-rows: 1fr; }
.faq.active .faq-answer p { padding: 0 40px 25px 0; }

.responsible-section { background: #8c2d2a; color: white; padding: 75px 0; }
.responsible-section .wrap { display: grid; grid-template-columns: 120px 1fr .7fr; align-items: center; gap: 45px; }
.responsible-mark { width: 106px; height: 106px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; font-size: 34px; }
.responsible-section h2 { font-size: 37px; line-height: 1.15; font-weight: 500; margin: 0; }
.responsible-section h2 em { color: #edc8ba; }
.responsible-section > .wrap > p { color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.8; margin: 0; }

footer { background: #031422; color: white; }
.footer-main { padding-block: 75px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-brand { margin-bottom: 24px; }
.footer-main > div:first-child > p { max-width: 330px; color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; }
.footer-links > div { display: flex; flex-direction: column; gap: 13px; font-size: 12px; color: rgba(255,255,255,.6); }
.footer-links strong { color: white; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 8px; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--gold); }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; font-size: 9px; letter-spacing: .1em; color: rgba(255,255,255,.46); }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(1,12,20,.88); display: grid; place-items: center; padding: 20px; backdrop-filter: blur(8px); }
.age-modal { width: min(540px, 100%); background: var(--paper); padding: 48px 55px 42px; text-align: center; position: relative; }
.age-mark { display: grid; place-items: center; width: 82px; height: 82px; border: 1px solid #a98b55; border-radius: 50%; margin: 0 auto 28px; color: #8d7040; font: italic 25px Georgia, serif; }
.age-modal h2 { font: 500 37px/1.1 Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; margin-bottom: 20px; }
.age-modal > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.7; }
.modal-actions { margin: 28px 0 20px; display: grid; gap: 9px; }
.text-button { background: transparent; color: #555; }
.age-modal small { color: #8a8b84; font-size: 10px; }
.cookie-banner { position: fixed; z-index: 90; bottom: 20px; left: 20px; right: 20px; max-width: 760px; margin: auto; background: white; box-shadow: 0 12px 45px rgba(0,0,0,.2); padding: 21px 24px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.cookie-banner strong { font-size: 13px; }
.cookie-banner p { font-size: 10px; color: #666; line-height: 1.5; margin: 5px 0 0; max-width: 440px; }
.cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-actions button { border: 1px solid #bbb; background: white; padding: 10px 12px; font-size: 10px; cursor: pointer; }
.cookie-actions .primary-small { background: var(--navy); color: white; border-color: var(--navy); }

.page-hero { padding: 175px 0 95px; background: #ddd5c6; }
.page-hero h1 { font-size: clamp(52px, 7vw, 88px); line-height: 1.02; margin: 0 0 35px; font-weight: 500; }
.page-hero h1 em { color: #806a45; }
.page-hero .wrap > p:last-child { max-width: 630px; color: #5f615a; line-height: 1.75; }
.page-hero + .content-section, .legal-content { padding-block: 105px 130px; }
.split-content { display: grid; grid-template-columns: .75fr 1.25fr; gap: 12%; }
.content-section h2 { font-size: 39px; line-height: 1.15; font-weight: 500; }
.content-section p { color: #60625b; font-size: 15px; line-height: 1.8; }
.content-section p + p { margin-top: 25px; }
.values-grid { margin-top: 60px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.values-grid > div { padding: 30px 30px 30px 0; border-bottom: 1px solid var(--line); }
.values-grid > div:nth-child(even) { border-left: 1px solid var(--line); padding-left: 30px; }
.values-grid h3 { margin: 18px 0 8px; }
.values-grid p { font-size: 12px; margin: 0; }
.jobs-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; margin-bottom: 55px; }
.jobs-list { border-top: 1px solid var(--line); }
.jobs-list article { padding: 38px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 200px 1fr 1.2fr 150px; gap: 30px; align-items: center; }
.jobs-list article > span { font-size: 9px; letter-spacing: .12em; color: #8b7245; }
.jobs-list h3 { margin: 0; font-size: 18px; }
.jobs-list p { font-size: 12px; margin: 0; }
.jobs-list a { font-size: 12px; display: flex; justify-content: space-between; }
.clean-list { list-style: none; padding: 0; margin: 25px 0 40px; border-top: 1px solid var(--line); }
.clean-list li { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.legal-content { max-width: 820px; }
.legal-content article { padding: 0 0 36px; margin-bottom: 36px; border-bottom: 1px solid var(--line); }
.legal-content h2 { font-size: 22px; font-weight: 500; }
.legal-content p { color: #60625b; line-height: 1.8; }
.legal-contact a { text-decoration: underline; }
.not-found { padding-block: 200px; text-align: center; }
.not-found > span { color: #9a7d4e; letter-spacing: .2em; }
.not-found h1 { font-size: 50px; }

@media (max-width: 1100px) {
  .site-header { padding: 0 22px; }
  .menu-button { display: grid; gap: 6px; z-index: 2; }
  .menu-button i { display: block; width: 23px; height: 1px; background: white; }
  .nav { position: fixed; top: 0; right: 0; width: min(360px, 88vw); height: 100vh; background: var(--navy); padding: 100px 35px 40px; flex-direction: column; align-items: stretch; clip-path: inset(0 0 0 100%); visibility: hidden; transition: clip-path .3s; }
  .nav.open { clip-path: inset(0); visibility: visible; }
  .nav-cta { margin-top: 10px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p { margin-top: 25px; max-width: 600px; }
  .responsible-section .wrap { grid-template-columns: 100px 1fr; }
  .responsible-section > .wrap > p { grid-column: 2; }
  .jobs-list article { grid-template-columns: 150px 1fr; }
  .jobs-list article > a { grid-column: 2; }
}

@media (max-width: 760px) {
  .site-header { height: 66px; }
  .brand { font-size: 15px; }
  .brand img { width: 40px; height: 40px; }
  .hero-section { height: 760px; min-height: 0; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,17,28,.86), rgba(3,17,28,.3)), linear-gradient(0deg, rgba(3,17,28,.55), transparent); }
  .hero-image img { object-position: 60% center; }
  .hero-content { justify-content: flex-end; padding: 0 0 110px; }
  .hero-content h1 { font-size: 51px; }
  .hero-lead { font-size: 14px; }
  .hero-note { left: 18px; right: 18px; bottom: 20px; }
  .hero-actions { margin-top: 30px; }
  .intro-section, .faq-section { padding-block: 80px; grid-template-columns: 1fr; gap: 45px; }
  .intro-section h2, .section-heading h2, .gallery-heading h2, .faq-section h2 { font-size: 40px; }
  .intro-copy { padding-top: 0; }
  .experience-section, .locations-section { padding-block: 80px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .feature-grid article, .feature-grid article + article { border-left: 0; border-bottom: 1px solid rgba(255,255,255,.18); padding: 28px 0; }
  .feature-grid h3 { margin-top: 25px; }
  .gallery-section { padding-block: 80px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid img, .gallery-grid .gallery-large img { height: 380px; }
  .location-list article { grid-template-columns: 45px 1fr; padding: 28px 0; gap: 15px; }
  .location-list a { grid-column: 2; border-left: 0; padding: 0; margin-top: 12px; }
  .location-disclaimer { margin-left: 60px; }
  .plan-section { grid-template-columns: 1fr; padding-block: 80px; }
  .plan-card { padding: 40px 28px; }
  .plan-card h2 { font-size: 38px; }
  .plan-details { padding: 35px 25px; }
  .plan-details > div { padding-right: 15px; }
  .plan-details > div:nth-child(even) { padding-left: 15px; }
  .responsible-section { padding: 60px 0; }
  .responsible-section .wrap { grid-template-columns: 1fr; gap: 28px; }
  .responsible-section > .wrap > p { grid-column: 1; }
  .responsible-mark { width: 80px; height: 80px; font-size: 25px; }
  .responsible-section h2 { font-size: 31px; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }
  .footer-bottom { flex-direction: column; justify-content: center; gap: 8px; min-height: 100px; }
  .cookie-banner { flex-direction: column; align-items: stretch; }
  .cookie-actions button { flex: 1; }
  .age-modal { padding: 35px 24px; }
  .page-hero { padding: 135px 0 75px; }
  .page-hero h1 { font-size: 48px; }
  .page-hero + .content-section, .legal-content { padding-block: 75px 90px; }
  .split-content, .jobs-intro { grid-template-columns: 1fr; gap: 25px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid > div:nth-child(even) { border-left: 0; padding-left: 0; }
  .jobs-list article { display: block; }
  .jobs-list h3 { margin: 16px 0 10px; }
  .jobs-list a { margin-top: 20px; }
}
