:root {
  --cream: hsl(36,24%,96%);
  --bone: hsl(36,30%,92%);
  --beige-soft: hsl(34,20%,88%);
  --ink: hsl(30,8%,12%);
  --ink-soft: hsl(30,6%,28%);
  --grey-muted: hsl(30,4%,48%);
  --gold: hsl(38,42%,52%);
  --gold-soft: hsl(38,30%,70%);
  --line: hsla(30,8%,12%,0.12);
  --max: 1400px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 300;
  letter-spacing: 0.005em;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--ink); color: var(--cream); }
h1, h2, h3, .brand, .work-card span, .stats strong, .footer h2 {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-weight: 300;
  letter-spacing: -0.01em;
}
.site-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  padding: 24px 0;
  transition: padding .7s ease, background-color .7s ease, backdrop-filter .7s ease;
}
.site-nav.is-scrolled { padding: 16px 0; background: hsla(36,24%,96%,.86); backdrop-filter: blur(16px); }
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-size: clamp(24px,2vw,30px); letter-spacing: .02em; }
.brand span, .footer h2 span { color: var(--gold); }
.desktop-links { display: flex; gap: 40px; align-items: center; }
.desktop-links a, .book-link { font-size: 11px; text-transform: uppercase; letter-spacing: .32em; transition: color .5s ease, border-color .5s ease; }
.desktop-links a:hover, .book-link:hover { color: var(--gold); }
.book-link { border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.book-link:hover { border-color: var(--gold); }
.menu-toggle { display: none; background: transparent; border: 0; color: var(--ink); font-size: 26px; cursor: pointer; }
.mobile-panel { display: none; background: var(--cream); border-top: 1px solid hsla(30,8%,12%,.1); margin-top: 16px; padding: 30px 24px; flex-direction: column; gap: 24px; }
.mobile-panel a { font-size: 12px; text-transform: uppercase; letter-spacing: .32em; }
.mobile-book { color: var(--gold); }
.section-wide { max-width: var(--max); margin: 0 auto; padding: 0 48px; }
.section-mid { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.section { padding: clamp(96px, 11vw, 144px) 0; }
.section-cream { background: var(--cream); }
.section-bone { background: var(--bone); }
.hero { position: relative; min-height: 100vh; padding: 150px 0 80px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(48px,5vw,72px); align-items: center; }
.hero-copy { grid-column: span 6; }
.hero-image { grid-column: span 6; position: relative; }
.hero h1 { font-size: clamp(48px,7vw,96px); line-height: 1.02; margin: 0; text-wrap: balance; }
em { font-style: italic; font-weight: 300; }
.eyebrow { margin: 0 0 28px; font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .4em; color: var(--grey-muted); font-weight: 400; }
.gold-text { color: var(--gold-soft); }
.gold-rule { width: 96px; height: 1px; margin: 40px 0; background: linear-gradient(90deg, transparent, hsla(38,42%,52%,.65), transparent); }
.gold-rule.centered { margin-left: auto; margin-right: auto; }
.gold-line { width: 80px; height: 1px; margin: 40px 0; background: var(--gold); }
.lead { color: var(--ink-soft); font-size: clamp(16px,1.4vw,18px); line-height: 1.75; max-width: 590px; margin: 0; }
.subcopy { color: var(--grey-muted); font-size: 15px; line-height: 1.75; max-width: 590px; margin: 24px 0 0; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 48px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 17px 32px; min-height: 54px; font-size: 11px; line-height: 1.1; text-transform: uppercase; letter-spacing: .32em; transition: background .5s ease, color .5s ease, border-color .5s ease, letter-spacing .5s ease; font-weight: 400; }
.btn:hover { letter-spacing: .38em; }
.btn-dark { background: var(--ink); color: var(--cream); border: 1px solid var(--ink); }
.btn-dark:hover { background: hsla(30,8%,12%,.86); }
.btn-outline { border: 1px solid var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: var(--cream); }
.limited { margin: 40px 0 0; font-size: 11px; text-transform: uppercase; letter-spacing: .3em; color: var(--gold); display: flex; align-items: center; gap: 12px; }
.limited span { width: 32px; height: 1px; background: var(--gold); display: inline-block; flex: 0 0 auto; }
.image-frame { position: absolute; width: 100%; height: 100%; border: 1px solid hsla(38,42%,52%,.42); pointer-events: none; }
.image-frame-top { top: -24px; left: -24px; }
.image-frame-bottom { bottom: -20px; right: -20px; }
.hero-image img { position: relative; width: 100%; height: min(88vh, 920px); object-fit: cover; }
.editorial-caption { position: absolute; left: 40px; right: 40px; bottom: 36px; display: flex; justify-content: space-between; align-items: flex-end; color: var(--cream); font-size: 10px; text-transform: uppercase; letter-spacing: .32em; mix-blend-mode: difference; }
.scroll-indicator { position: absolute; left: 50%; bottom: 32px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 12px; color: hsla(30,8%,12%,.6); }
.scroll-indicator span { font-size: 10px; text-transform: uppercase; letter-spacing: .4em; }
.scroll-indicator i { width: 1px; height: 48px; background: hsla(30,8%,12%,.3); }
.section-heading { margin-bottom: clamp(64px,8vw,96px); }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.section-heading h2, .centered-heading h2, .about-copy h2, .contact-copy h2, .final-inner h2 { font-size: clamp(42px,5vw,72px); line-height: 1.05; margin: 0; }
.section-heading p:not(.eyebrow) { color: var(--ink-soft); max-width: 430px; line-height: 1.75; margin: 0; font-size: 15px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; background: hsla(30,8%,12%,.1); }
.service-card { background: var(--cream); padding: clamp(40px,4.5vw,58px); transition: background .7s ease; }
.service-card:hover { background: var(--beige-soft); }
.service-card div { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 38px; }
.service-card span { font-family: 'Cormorant Garamond', serif; color: var(--gold); font-size: 36px; }
.service-card small { font-size: 10px; text-transform: uppercase; letter-spacing: .4em; color: var(--grey-muted); }
.service-card h3 { font-size: clamp(32px,3.2vw,44px); line-height: 1.08; margin: 0 0 24px; }
.service-card p { color: var(--ink-soft); line-height: 1.75; margin: 0 0 30px; }
.service-card hr { border: 0; height: 1px; background: var(--line); margin: 0 0 24px; }
.service-card .outcome { color: var(--ink); font-size: 13px; text-transform: uppercase; letter-spacing: .18em; }
.service-card b { color: var(--grey-muted); font-weight: 400; }
.center { display: flex; justify-content: center; margin-top: 64px; }
.centered-heading { text-align: center; max-width: 780px; margin: 0 auto; }
.centered-heading p:not(.eyebrow), .final-inner p:not(.eyebrow) { color: var(--ink-soft); font-size: clamp(16px,1.4vw,18px); line-height: 1.75; margin: 0 auto; max-width: 650px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 54px; margin-top: clamp(80px,9vw,112px); }
.benefit { text-align: center; }
.benefit span { display: block; font-family: 'Cormorant Garamond', serif; font-size: 28px; color: var(--gold); margin-bottom: 24px; }
.benefit i { display: block; width: 48px; height: 1px; background: var(--line); margin: 0 auto 32px; }
.benefit h3 { font-size: clamp(28px,3vw,34px); margin: 0 0 16px; }
.benefit p { color: var(--ink-soft); line-height: 1.75; max-width: 320px; margin: 0 auto; font-size: 15px; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 280px; gap: 24px; }
.work-card { position: relative; overflow: hidden; margin: 0; background: var(--ink); }
.work-card.tall { grid-row: span 2; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s ease; }
.work-card:hover img { transform: scale(1.04); }
.work-card figcaption { position: absolute; inset: 0; padding: 24px; display: flex; flex-direction: column; justify-content: end; background: linear-gradient(to top, hsla(30,8%,12%,.65), transparent 60%); opacity: 0; transition: opacity .7s ease; color: var(--cream); }
.work-card:hover figcaption { opacity: 1; }
.work-card small { font-size: 10px; text-transform: uppercase; letter-spacing: .32em; color: hsla(36,24%,96%,.82); }
.work-card span { margin-top: 6px; font-size: 28px; }
.section-about { max-width: 1300px; margin: 0 auto; padding: 0 48px; display: grid; grid-template-columns: 5fr 7fr; gap: clamp(48px,7vw,84px); align-items: center; }
.about-image { position: relative; }
.about-image img { position: relative; width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.about-copy p:not(.eyebrow) { color: var(--ink-soft); font-size: clamp(16px,1.35vw,18px); line-height: 1.75; margin: 0 0 24px; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-top: 46px; }
.stats strong { display: block; font-size: clamp(36px,4vw,50px); font-weight: 300; }
.stats i { display: block; width: 32px; height: 1px; background: var(--line); margin: 12px 0; }
.stats span { font-size: 10px; text-transform: uppercase; letter-spacing: .32em; color: var(--grey-muted); }
.contact-section { background: var(--ink); color: var(--cream); }
.contact-grid { max-width: 1300px; margin: 0 auto; padding: 0 48px; display: grid; grid-template-columns: 5fr 7fr; gap: clamp(56px,7vw,90px); }
.contact-copy h2 { color: var(--cream); }
.contact-copy p:not(.eyebrow):not(.limited) { color: hsla(36,24%,96%,.72); line-height: 1.75; max-width: 460px; margin: 0; }
.contact-links { display: flex; flex-direction: column; gap: 16px; margin-top: 40px; }
.contact-links a { width: fit-content; color: var(--cream); padding-bottom: 8px; border-bottom: 1px solid hsla(36,24%,96%,.4); font-size: 11px; text-transform: uppercase; letter-spacing: .32em; transition: color .5s ease, border-color .5s ease; }
.contact-links a:hover { color: var(--gold); border-color: var(--gold); }
.contact-form { display: grid; gap: 36px; }
.contact-form label { display: grid; gap: 10px; color: hsla(36,24%,96%,.6); font-size: 10px; text-transform: uppercase; letter-spacing: .32em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid hsla(36,24%,96%,.3); outline: 0; background: transparent; color: var(--cream); padding: 12px 0; font-size: 16px; letter-spacing: .01em; text-transform: none; transition: border-color .4s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: hsla(36,24%,96%,.3); }
.contact-form select option { background: var(--ink); color: var(--cream); }
.contact-form textarea { resize: vertical; }
.contact-form button { width: fit-content; border: 0; padding: 17px 40px; background: var(--cream); color: var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .32em; cursor: pointer; transition: background .5s ease, letter-spacing .5s ease; }
.contact-form button:hover { background: var(--gold); letter-spacing: .38em; }
.form-note { margin: -18px 0 0; color: hsla(36,24%,96%,.38); font-size: 11px; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; }
.final-cta { position: relative; background: var(--beige-soft); padding: clamp(112px,13vw,170px) 0; overflow: hidden; }
.vertical-rule { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: var(--gold); opacity: .28; }
.final-inner { position: relative; text-align: center; max-width: 1000px; padding: 0 48px; margin: 0 auto; }
.centered-actions { justify-content: center; }
.footer { background: var(--ink); color: var(--cream); padding: 72px 48px 30px; }
.footer-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 5fr 3fr 4fr; gap: 48px; }
.footer h2 { font-size: clamp(36px,4vw,48px); margin: 0; }
.footer i { display: block; width: 64px; height: 1px; background: var(--gold); margin: 24px 0; }
.footer p, .footer small { display: block; color: hsla(36,24%,96%,.55); font-size: 12px; text-transform: uppercase; letter-spacing: .28em; margin: 0 0 12px; }
.footer h3 { color: var(--gold-soft); font-size: 10px; text-transform: uppercase; letter-spacing: .4em; margin: 0 0 20px; }
.footer a { display: block; color: hsla(36,24%,96%,.82); font-size: 13px; text-transform: uppercase; letter-spacing: .22em; margin: 0 0 14px; transition: color .4s ease; }
.footer a:hover { color: var(--gold); }
.footer-bottom { max-width: var(--max); margin: 64px auto 0; padding-top: 24px; border-top: 1px solid hsla(36,24%,96%,.2); display: flex; justify-content: space-between; gap: 18px; color: hsla(36,24%,96%,.42); font-size: 10px; text-transform: uppercase; letter-spacing: .32em; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 1.2s ease, transform 1.2s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.toast { position: fixed; right: 24px; bottom: 24px; background: var(--cream); color: var(--ink); padding: 16px 20px; box-shadow: 0 18px 60px hsla(30,8%,12%,.22); border: 1px solid var(--line); font-size: 14px; transform: translateY(18px); opacity: 0; pointer-events: none; transition: opacity .3s ease, transform .3s ease; z-index: 100; }
.toast.show { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
  .desktop-links, .desktop-book, .scroll-indicator { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-nav.menu-open .mobile-panel { display: flex; }
  .nav-inner, .section-wide, .section-mid, .section-about, .contact-grid, .final-inner { padding-left: 24px; padding-right: 24px; }
  .hero { padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-image { order: -1; }
  .hero-copy, .hero-image { grid-column: auto; }
  .hero-image img { height: 70vh; }
  .section-heading.split, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .service-grid, .section-about, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: auto; gap: 12px; }
  .work-card.tall { grid-row: span 1; }
  .work-card img { aspect-ratio: 3/4; height: auto; }
  .benefit-grid { grid-template-columns: 1fr; gap: 56px; }
  .stats { gap: 18px; }
  .image-frame { display: none; }
}
@media (max-width: 560px) {
  .nav-inner, .section-wide, .section-mid, .section-about, .contact-grid, .final-inner { padding-left: 20px; padding-right: 20px; }
  .hero { padding-top: 104px; }
  .hero-image img { height: 62vh; }
  .editorial-caption { left: 20px; right: 20px; bottom: 22px; font-size: 9px; letter-spacing: .24em; }
  .hero-actions, .centered-actions { flex-direction: column; }
  .btn { width: 100%; padding-left: 20px; padding-right: 20px; }
  .service-card { padding: 34px 24px; }
  .work-grid { gap: 10px; }
  .stats { grid-template-columns: 1fr; }
  .footer { padding-left: 20px; padding-right: 20px; }
  .footer-bottom { line-height: 1.7; }
  .toast { left: 16px; right: 16px; bottom: 16px; }
}
