:root {
  --paper: #fbfaf7;
  --white: #fff;
  --ink: #171515;
  --muted: #6d6861;
  --line: #ded9d0;
  --soft: #f1eee7;
  --gold: #b58a43;
  --gold-light: #d9bd84;
  --red: #941f24;
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select { font: inherit; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; padding: 10px 14px; background: var(--ink); color: var(--white); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.topbar { position: sticky; z-index: 40; top: 0; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px max(24px, calc((100vw - 1240px) / 2)); background: rgba(251,250,247,.94); border-bottom: 1px solid rgba(23,21,21,.12); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); font-size: .88rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand strong { color: var(--red); }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { color: #47413c; font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a:hover { color: var(--red); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 0; font-size: .84rem; font-weight: 900; letter-spacing: .06em; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: var(--red); }
.button--outline { border-color: var(--ink); color: var(--ink); }
.button--outline:hover { background: var(--ink); color: var(--white); }
.button--gold { background: var(--gold); color: #17110b; }
.button--gold:hover { background: var(--gold-light); }
.button--light { background: var(--white); color: var(--ink); }
.button--ghost { border-color: #675f55; color: var(--white); }
.button--ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }

.hero { position: relative; min-height: 720px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(470px, 1.06fr); overflow: hidden; }
.hero::before { content: ""; position: absolute; left: 6%; top: 52%; width: 34%; height: 1px; background: var(--gold); opacity: .42; }
.hero__copy { position: relative; z-index: 2; width: min(620px, calc(100% - 48px)); align-self: center; justify-self: end; padding: 82px 62px 90px 0; }
.hero__mast { min-height: 250px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; margin-bottom: 24px; }
.tsi-mark { width: fit-content; display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.tsi-mark img { border-radius: 50%; }
.tsi-mark span { display: flex; flex-direction: column; line-height: 1.15; }
.tsi-mark strong { font-size: .68rem; letter-spacing: .15em; }
.tsi-mark small { color: var(--muted); font-size: .66rem; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(4.5rem, 7.2vw, 7.4rem); font-weight: 400; letter-spacing: -.06em; line-height: .83; }
.hero h1 em { color: var(--red); font-weight: 400; }
.hero__lead { max-width: 560px; margin: 32px 0 0; color: #4f4a44; font-size: 1.08rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero__note { margin: 16px 0 0; color: var(--muted); font-size: .78rem; }
.hero__visual { position: relative; min-height: 720px; background: #e8e3da; }
.hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,250,247,.2), transparent 24%); pointer-events: none; }
.hero__photo-frame { position: absolute; inset: 0; overflow: hidden; }
.hero__photo { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: saturate(.9) contrast(1.03); }
.hero__photo-label { position: absolute; right: 22px; bottom: 24px; z-index: 2; padding: 8px 11px; background: rgba(255,255,255,.88); color: var(--ink); font-size: .64rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero__seal { position: relative; z-index: 4; width: clamp(180px, 14vw, 270px); aspect-ratio: 1 / 1; padding: 10px; overflow: hidden; border-radius: 50%; background: rgba(255,255,255,.96); box-shadow: 0 18px 54px rgba(0,0,0,.16); }
.hero__seal img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; border-radius: 50%; }
.hero__line { position: absolute; z-index: 3; left: -1px; top: 0; width: 1px; height: 32%; background: var(--gold); }

.quick-facts { position: relative; z-index: 5; width: min(1240px, calc(100% - 48px)); display: grid; grid-template-columns: repeat(3, 1fr); margin: -1px auto 0; background: var(--white); border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(26,20,13,.06); }
.quick-facts article { min-height: 120px; display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 24px 34px; border-right: 1px solid var(--line); }
.quick-facts article:last-child { border-right: 0; }
.quick-facts span { color: var(--muted); font-size: .65rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.quick-facts strong, .quick-facts a { color: var(--ink); font-size: 1.02rem; font-weight: 800; text-decoration: none; }
.quick-facts a:hover { color: var(--red); text-decoration: underline; }

.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 70px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .booking h2, .location h2 { margin: 0; font-family: var(--display); font-size: clamp(3.4rem, 6vw, 6.3rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted); }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.service-card { min-height: 275px; display: flex; flex-direction: column; padding: 34px; background: var(--white); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.service-card > span { color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .15em; }
.service-card h3 { max-width: 420px; margin: auto 0 14px; font-family: var(--display); font-size: clamp(2.1rem, 3vw, 3rem); font-weight: 400; line-height: .95; }
.service-card p { max-width: 460px; margin: 0; color: var(--muted); }
.service-card--dark { background: var(--ink); color: var(--white); }
.service-card--dark p { color: #bcb5ab; }
.service-card--dark > span { color: var(--gold-light); }
.service-card--gold { background: var(--gold-light); }
.service-card--gold > span { color: #6e251e; }
.service-card--gold p { color: #53412b; }

.work-section { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.work-section__inner { padding-bottom: 90px; }
.gallery { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; align-items: stretch; }
.gallery__item { position: relative; min-height: 440px; margin: 0; overflow: hidden; background: #d7d0c4; }
.gallery__item--primary { min-height: 610px; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery__item:hover img { transform: scale(1.025); }
.gallery__item figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: center; gap: 12px; padding: 17px 18px; background: linear-gradient(0deg, rgba(16,13,11,.9), rgba(16,13,11,.02)); color: var(--white); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gallery__item figcaption span { color: var(--gold-light); }
.instagram-link { width: fit-content; display: block; margin: 34px 0 0 auto; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.instagram-link:hover { color: var(--red); border-color: var(--red); }

.booking { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; padding: 110px max(24px, calc((100vw - 1180px) / 2)); background: var(--ink); color: var(--white); }
.booking__intro { align-self: center; }
.booking__intro .eyebrow { color: var(--gold-light); }
.booking__intro > p:not(.eyebrow) { max-width: 540px; color: #bcb5ab; }
.booking__direct { display: flex; flex-direction: column; gap: 6px; margin-top: 34px; padding-top: 26px; border-top: 1px solid #413b36; }
.booking__direct span { color: #8f8780; font-size: .72rem; }
.booking__direct a { width: fit-content; color: var(--gold-light); font-weight: 800; text-decoration: none; }
.booking__direct a:hover { text-decoration: underline; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-content: start; padding: 38px; background: var(--white); color: var(--ink); }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select { width: 100%; min-height: 52px; padding: 12px 14px; background: #faf8f4; color: var(--ink); border: 1px solid #cbc5bb; border-radius: 0; }
.booking-form__hint { margin: 0; color: var(--muted); font-size: .8rem; }
.form-message { min-height: 1.4em; margin: 0; color: #2d5d38; font-size: .82rem; font-weight: 700; }
.form-message.is-error { color: #9c2525; }
.privacy-note { color: var(--muted); font-size: .7rem; line-height: 1.45; }

.location { display: grid; grid-template-columns: .92fr 1.08fr; background: #211f1d; color: var(--white); }
.location__mark { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; background: var(--gold-light); color: var(--ink); }
.location__mark::before, .location__mark::after { content: ""; position: absolute; width: 74%; height: 1px; background: rgba(23,21,21,.35); }
.location__mark::before { transform: rotate(-32deg); }
.location__mark::after { transform: rotate(32deg); }
.location__mark span { position: relative; z-index: 2; display: grid; place-items: center; width: 180px; height: 180px; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--display); font-size: 5rem; }
.location__mark i { position: absolute; z-index: 3; width: 24px; height: 24px; margin: 150px 0 0 190px; background: var(--red); border: 6px solid var(--gold-light); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 0 0 1px var(--ink); }
.location__copy { align-self: center; max-width: 720px; padding: 80px max(24px, calc((100vw - 1180px) / 2)) 80px 72px; }
.location__copy .eyebrow { color: var(--gold-light); }
.location__copy > p:not(.eyebrow):not(.location__note) { color: #bcb5ab; font-size: 1.05rem; }
.location dl { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 34px 0 18px; padding: 26px 0; border-top: 1px solid #48433e; border-bottom: 1px solid #48433e; }
.location dl div { display: flex; flex-direction: column; gap: 5px; }
.location dt { color: #8f8780; font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.location dd { margin: 0; font-weight: 800; }
.location__note { margin: 0 0 28px; color: #8f8780; font-size: .78rem; }
.location__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.faq { padding-bottom: 130px; }
.faq .section-heading { grid-template-columns: 1fr; }
.faq__list { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--ink); }
.faq summary { position: relative; padding: 24px 58px 24px 0; list-style: none; font-size: 1.08rem; font-weight: 900; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 14px; color: var(--red); font-family: var(--display); font-size: 2rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 790px; margin: 0; padding: 0 0 26px; color: var(--muted); }

.footer { display: grid; grid-template-columns: 1.15fr .85fr 1fr; gap: 38px; align-items: center; padding: 54px max(24px, calc((100vw - 1180px) / 2)); background: #11100f; color: var(--white); border-top: 1px solid #35312d; }
.footer__brand, .footer__tsi { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.footer__brand img { width: 78px; height: 78px; object-fit: contain; }
.footer__brand div { display: flex; flex-direction: column; }
.footer__brand strong { font-family: var(--display); font-size: 1.55rem; font-weight: 400; }
.footer__brand span { color: #8f8780; font-size: .76rem; }
.footer__links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer__links a, .footer__links button { padding: 0; background: none; color: #bcb5ab; border: 0; text-decoration: none; cursor: pointer; }
.footer__links a:hover, .footer__links button:hover { color: var(--gold-light); text-decoration: underline; }
.footer__tsi { justify-self: end; padding: 10px 14px; border: 1px solid #403a34; border-radius: 999px; }
.footer__tsi img { border-radius: 50%; background: var(--white); }
.footer__tsi span { color: #8f8780; font-size: .67rem; line-height: 1.2; }
.footer__tsi strong { color: var(--white); font-size: .75rem; }
.footer > small, .share-status { grid-column: 1 / -1; margin: 0; color: #77706a; }
.share-status { min-height: 0; font-size: .78rem; }
.mobile-actions { display: none; }

input:focus-visible, select:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.booking-form input:focus-visible, .booking-form select:focus-visible, .booking-form button:focus-visible { outline-color: var(--gold); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero__copy { width: min(720px, calc(100% - 40px)); justify-self: center; padding: 72px 0 56px; }
  .hero__mast { min-height: 210px; }
  .hero__visual { min-height: 620px; }
  .hero__seal { width: 210px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery__item--primary { grid-column: 1 / -1; }
  .booking { grid-template-columns: 1fr; gap: 48px; }
  .location { grid-template-columns: 1fr; }
  .location__mark { min-height: 420px; }
  .location__copy { max-width: none; padding: 70px max(24px, calc((100vw - 720px) / 2)); }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer__tsi { justify-self: start; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 68px; }
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .topbar { min-height: 66px; padding: 8px 14px; }
  .brand { font-size: .76rem; }
  .brand img { width: 43px; height: 43px; }
  .topbar__cta { display: none; }
  .hero__copy { width: calc(100% - 28px); padding: 54px 0 44px; }
  .hero__mast { min-height: 150px; gap: 14px; margin-bottom: 30px; }
  .hero h1 { font-size: clamp(3.9rem, 19vw, 5.8rem); }
  .hero__actions .button { width: 100%; }
  .hero__visual { min-height: 500px; }
  .hero__seal { width: 140px; padding: 6px; }
  .hero__photo-label { right: 12px; bottom: 12px; }
  .quick-facts { width: 100%; grid-template-columns: 1fr; }
  .quick-facts article { min-height: 92px; padding: 20px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-facts article:last-child { border-bottom: 0; }
  .section { width: calc(100% - 28px); padding: 82px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .booking h2, .location h2 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; padding: 26px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery__item, .gallery__item--primary { grid-column: auto; min-height: 480px; }
  .instagram-link { margin-left: 0; }
  .booking { padding: 76px 14px; }
  .booking-form { grid-template-columns: 1fr; padding: 24px 20px; }
  .field, .field--full { grid-column: 1; }
  .location__mark { min-height: 330px; }
  .location__mark span { width: 140px; height: 140px; font-size: 4rem; }
  .location__mark i { margin: 116px 0 0 152px; }
  .location__copy { padding: 62px 22px; }
  .location dl { grid-template-columns: 1fr; }
  .location__actions .button { width: 100%; }
  .footer { grid-template-columns: 1fr; padding: 42px 22px; }
  .footer__tsi { justify-self: start; }
  .mobile-actions { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1.35fr .65fr; gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: rgba(17,16,15,.97); border-top: 1px solid #3b3733; }
  .mobile-actions a { min-height: 48px; display: grid; place-items: center; background: var(--gold-light); color: var(--ink); font-size: .78rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
  .mobile-actions a:last-child { background: var(--white); }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 3.75rem; }
  .hero__visual { min-height: 440px; }
  .hero__seal { width: 120px; }
  .gallery__item, .gallery__item--primary { min-height: 420px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
