:root {
  --ink: #1b1018;
  --paper: #f7f4f2;
  --white: #fffdfb;
  --wine: #a51f45;
  --rose: #edc8d2;
  --line: rgba(27, 16, 24, 0.15);
  --radius: 1.5rem;
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body { max-width: 100%; margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { min-height: 5.2rem; padding: 0 clamp(1.25rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--paper); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: .8rem; }
.brand-mark { width: 2.45rem; height: 2.45rem; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-family: Georgia, serif; font-size: 1.3rem; font-style: italic; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy b { font-size: .9rem; letter-spacing: .17em; }
.brand-copy small { margin-top: .35rem; color: #7d6f78; font-size: .67rem; text-transform: uppercase; letter-spacing: .13em; }
.main-nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.8rem); font-size: .88rem; font-weight: 650; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--wine); }
.main-nav .nav-cta { padding: .85rem 1.35rem; border: 1px solid var(--ink); border-radius: 99rem; }
.main-nav .nav-cta:hover { color: #fff; background: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle > span:not(.sr-only) { display: block; width: 1.5rem; height: 2px; margin: 4px 0; background: var(--ink); }

.hero { min-width: 0; min-height: calc(100vh - 7.5rem); display: grid; grid-template-columns: 1.05fr .95fr; }
.hero-copy { min-width: 0; padding: clamp(4rem, 7vw, 7rem) clamp(1.5rem, 6vw, 7.5rem); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.4rem; text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; font-weight: 800; }
.eyebrow span { width: 2.8rem; height: 1px; background: var(--wine); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.025em; line-height: 1.06; }
h1 { max-width: 11ch; font-size: clamp(3.4rem, 6.6vw, 7rem); overflow-wrap: break-word; }
h2 { font-size: clamp(2.9rem, 5.4vw, 5.8rem); }
h1 em, h2 em { color: var(--wine); font-weight: 400; }
.hero-lead { max-width: 35rem; margin: 2rem 0; color: #665963; font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero-actions { max-width: 100%; display: flex; flex-wrap: wrap; gap: 1.35rem; align-items: center; }
.button { min-height: 3.4rem; padding: .95rem 1.55rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--wine); }
.button-primary:hover { background: #8e1739; }
.text-link { font-size: .88rem; font-weight: 750; white-space: nowrap; }
.hero-visual { min-height: 38rem; position: relative; overflow: hidden; background: var(--ink); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(20,8,16,.65)); }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 6vw, 7.5rem); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 3rem; margin-bottom: 4rem; }
.section-heading > p { max-width: 29rem; margin: 0 0 .5rem; color: #6d6069; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-grid article { min-height: 20rem; padding: clamp(1.5rem, 3vw, 2.8rem); display: flex; flex-direction: column; background: var(--white); }
.service-grid article > span { color: var(--wine); font-size: .72rem; font-weight: 800; }
.service-grid h3 { max-width: 12ch; margin: 3rem 0 1rem; font: 400 1.8rem/1.1 Georgia, serif; }
.service-grid p { margin: 0; color: #6d6069; }
.service-grid strong { margin-top: auto; padding-top: 2rem; font-size: .98rem; }

.works { color: #fff; background: var(--ink); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.eyebrow-light span { background: var(--rose); }
.works h2 em, .booking h2 em { color: var(--rose); }
.works-copy > p:not(.eyebrow) { max-width: 27rem; margin: 2rem 0 0; color: #c4b7c0; }
.works-slider { min-width: 0; }
.works-gallery { min-width: 0; display: flex; gap: 1rem; overflow-x: auto; padding: 0 0 .4rem; scroll-behavior: smooth; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.works-gallery::-webkit-scrollbar { display: none; }
.work-card { flex: 0 0 clamp(15rem, 47%, 21rem); min-width: 0; margin: 0; scroll-snap-align: start; }
.work-media { width: 100%; aspect-ratio: 2 / 3; overflow: hidden; position: relative; border-radius: 1.15rem; background: #28151f; }
.work-media img { display: block; height: 100%; max-width: none; }
.triptych-crop img { width: 300%; }
.crop-left img { position: absolute; left: 0; top: 0; }
.crop-center img { position: absolute; left: -100%; top: 0; }
.crop-right img { position: absolute; left: -200%; top: 0; }
.single-photo img { width: 100%; max-width: 100%; object-fit: cover; object-position: center; }
.work-card figcaption { margin-top: .7rem; color: #d6cbd2; font-size: .82rem; font-weight: 650; }
.gallery-footer { margin-top: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #a99aa4; font-size: .78rem; }
.gallery-controls { display: flex; gap: .55rem; }
.gallery-button { width: 2.8rem; height: 2.8rem; display: grid; place-items: center; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.gallery-button:hover { color: var(--ink); background: var(--rose); border-color: var(--rose); }
.gallery-button:focus-visible { outline: 2px solid var(--rose); outline-offset: 3px; }
.gallery-button:disabled { opacity: .35; cursor: default; }
.gallery-button:disabled:hover { color: #fff; background: transparent; border-color: rgba(255,255,255,.28); }

.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 9vw, 10rem); align-items: start; }
.about-copy { padding-top: 3rem; }
.about-lead { max-width: 40rem; margin: 0 0 3rem; font: 400 clamp(1.35rem, 2.3vw, 2rem)/1.35 Georgia, serif; }
.about-points { display: grid; border-top: 1px solid var(--line); }
.about-points div { padding: 1.3rem 0; display: grid; grid-template-columns: 9rem 1fr; gap: 1.5rem; border-bottom: 1px solid var(--line); }
.about-points b { font-size: .82rem; }
.about-points span { color: #6d6069; }

.booking { color: #fff; background: var(--ink); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 10rem); align-items: start; }
.booking-copy > p:not(.eyebrow) { max-width: 31rem; margin: 2rem 0 3rem; color: #c5b9c1; }
.booking-location { display: grid; padding-left: 1rem; border-left: 2px solid var(--wine); }
.booking-location small { color: var(--rose); text-transform: uppercase; letter-spacing: .12em; }
.booking-location b { margin-top: .35rem; font: 400 1.8rem Georgia, serif; }
.booking-card { padding: clamp(1.7rem, 4vw, 3rem); color: var(--ink); background: var(--white); border-radius: var(--radius); }
.contact-kicker { margin: 0 0 .75rem; color: var(--wine); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; }
.booking-card h3 { max-width: 12ch; margin: 0 0 2rem; font: 400 clamp(2rem, 3.5vw, 3.3rem)/1.05 Georgia, serif; }
.booking-card > .button { width: 100%; border: 0; }
.contact-list { margin-top: 1.7rem; display: grid; border-top: 1px solid var(--line); }
.contact-list a { min-width: 0; padding: 1.2rem 0; display: grid; grid-template-columns: 1fr auto; gap: .25rem 1rem; align-items: center; border-bottom: 1px solid var(--line); }
.contact-list small { grid-column: 1; color: #776a72; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-list strong { grid-column: 1; overflow-wrap: anywhere; font-size: 1rem; }
.contact-list span { grid-column: 2; grid-row: 1 / 3; color: var(--wine); font-size: 1.2rem; }
.contact-list a:hover strong { color: var(--wine); }

.site-footer { padding: 2rem clamp(1.5rem, 6vw, 7.5rem); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 2rem; color: #fff; background: #110a0f; }
.brand-footer .brand-mark { color: var(--ink); background: var(--rose); }
.brand-footer .brand-copy small { color: #9d8e98; }
.site-footer p { margin: 0; color: #9f929a; font-size: .8rem; text-align: center; }
.site-footer p a:hover { color: var(--rose); }
.site-footer > a:last-child { font-size: .8rem; font-weight: 800; }

@media (max-width: 920px) {
  .hero, .section-heading, .works, .about, .booking { grid-template-columns: 1fr; }
  .hero-visual { min-height: 35rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 15rem; }
}

@media (max-width: 720px) {
  .site-header { min-height: 4.7rem; padding-inline: 1.1rem; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 1.5rem; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 1.25rem 2.5rem rgba(27,16,24,.12); }
  .main-nav.is-open { display: flex; }
  .main-nav .nav-cta { text-align: center; }
  .hero-copy { padding: 4.5rem 1.25rem; }
  h1 { width: 100%; max-width: 100%; font-size: clamp(2.75rem, 11.8vw, 3.7rem); line-height: 1.12; letter-spacing: -.01em; overflow-wrap: anywhere; }
  h2 { font-size: clamp(2.7rem, 12.5vw, 4.3rem); line-height: 1.1; letter-spacing: -.015em; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .button { max-width: 100%; }
  .hero-visual { min-height: 31rem; }
  .section { padding: 5rem 1.25rem; }
  .section-heading { gap: 1.5rem; margin-bottom: 3rem; }
  .works { gap: 2.5rem; }
  .work-card { flex-basis: 82%; }
  .gallery-footer { margin-top: .85rem; }
  .about-copy { padding-top: 0; }
  .about-points div { grid-template-columns: 1fr; gap: .45rem; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
