
:root {
  --ivory: #f4f0e6;
  --paper: #faf8f1;
  --olive: #263a1b;
  --olive-deep: #172713;
  --sage: #94a07a;
  --gold: #b79b55;
  --ink: #1c2418;
  --muted: #6d7167;
  --line: rgba(38, 58, 27, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
svg { width: 1.1rem; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Bodoni MT", Didot, "Times New Roman", serif; font-weight: 500; }
em { color: var(--gold); font-weight: 400; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 104px;
  padding: 0 clamp(24px, 5vw, 80px);
  display: grid;
  grid-template-columns: 250px 1fr 250px;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.17);
}
.brand { display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .13em; font-size: .75rem; }
.brand img { width: 46px; height: 46px; object-fit: cover; border-radius: 50%; mix-blend-mode: screen; }
.brand span { display: flex; flex-direction: column; line-height: 1.25; }
.brand strong { font-family: "Bodoni MT", Didot, serif; font-size: .95rem; font-weight: 500; }
.desktop-nav { justify-self: center; display: flex; gap: clamp(20px, 3vw, 46px); }
.desktop-nav a { font-size: .73rem; text-transform: uppercase; letter-spacing: .11em; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 12px; font-size: .73rem; text-transform: uppercase; letter-spacing: .1em; }
.mobile-menu { display: none; }

.hero {
  min-height: 790px;
  padding: 170px clamp(24px, 6vw, 100px) 90px;
  background: var(--olive-deep);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(430px, .82fr) minmax(480px, 1.18fr);
  gap: clamp(50px, 7vw, 120px);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; border: 1px solid rgba(183,155,85,.17); border-radius: 50%; left: -320px; top: 160px; }
.hero-copy { position: relative; z-index: 2; max-width: 670px; }
.eyebrow { margin-bottom: 24px; color: var(--olive); font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .25em; }
.eyebrow.light { color: #c7cabf; }
.hero h1 { margin: 0; font-size: clamp(4rem, 6.2vw, 7.3rem); line-height: .84; letter-spacing: -.045em; }
.hero h1 em { display: inline-block; padding-top: 14px; font-size: .75em; }
.hero-lede { max-width: 560px; margin: 38px 0 0; color: #d7dbd2; font-size: 1.02rem; line-height: 1.75; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 34px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 2px; font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--ivory); color: var(--olive-deep); }
.button-dark { background: var(--olive); color: #fff; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .73rem; text-transform: uppercase; letter-spacing: .11em; }
.hero-visual { position: relative; height: 540px; max-width: 680px; justify-self: end; width: 100%; }
.hero-image-main { position: absolute; inset: 0 10% 0 18%; overflow: hidden; }
.hero-image-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,39,19,.05), rgba(23,39,19,.35)); }
.hero-image-main img { height: 100%; object-fit: cover; }
.hero-image-detail { position: absolute; left: 0; bottom: -30px; width: 44%; aspect-ratio: 1.14; border: 8px solid var(--olive-deep); overflow: hidden; }
.hero-image-detail img { height: 100%; object-fit: cover; }
.hero-seal { position: absolute; right: 0; top: 58px; width: 126px; height: 126px; border-radius: 50%; background: var(--ivory); color: var(--olive); display: flex; align-items: center; justify-content: center; flex-direction: column; text-transform: uppercase; letter-spacing: .13em; box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.hero-seal::before { content: ""; position: absolute; inset: 7px; border: 1px solid var(--gold); border-radius: 50%; }
.hero-seal span { font-size: .53rem; }
.hero-seal strong { font-family: "Bodoni MT", Didot, serif; font-size: 1.25rem; font-weight: 500; text-transform: none; letter-spacing: 0; }
.hero-seal small { margin-top: 6px; font-size: .47rem; }
.hero-index { position: absolute; bottom: 34px; right: clamp(24px, 6vw, 100px); display: flex; gap: 10px; align-items: center; font-size: .6rem; letter-spacing: .12em; color: #aeb5a7; }
.hero-index i { display: block; width: 64px; height: 1px; background: #607156; }

.occasion-strip { min-height: 74px; padding: 0 clamp(24px, 6vw, 100px); background: var(--gold); color: var(--olive-deep); display: flex; justify-content: center; align-items: center; gap: clamp(16px, 3vw, 54px); font-family: "Bodoni MT", Didot, serif; font-size: clamp(.95rem, 1.3vw, 1.2rem); }
.occasion-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--olive); }

.section { padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 120px); }
.intro { display: grid; grid-template-columns: 28% 1fr; gap: 8%; background: var(--paper); }
.intro-kicker { display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.section-number { color: var(--gold); font-family: "Bodoni MT", Didot, serif; font-size: 1.15rem; }
.intro-copy h2, .section-heading h2, .first-cta h2 { margin-bottom: 42px; font-size: clamp(3.2rem, 5vw, 6rem); line-height: .96; letter-spacing: -.035em; }
.intro-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 6vw, 90px); max-width: 900px; }
.intro-columns p { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.85; }
.intro-columns .lead { color: var(--ink); font-family: "Bodoni MT", Didot, serif; font-size: 1.35rem; line-height: 1.55; }

.services-preview { background: var(--olive); color: #fff; }
.section-heading { display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: end; padding-bottom: 64px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 8px; color: #bdc3b7; line-height: 1.8; }
.service-list { border-top: 1px solid rgba(255,255,255,.16); }
.service-row { min-height: 125px; display: grid; grid-template-columns: 70px 1fr 1.2fr 52px; gap: 30px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); transition: padding .25s, background .25s; }
.service-row:hover { padding: 0 20px; background: rgba(255,255,255,.045); }
.service-row > span { color: var(--gold); font-size: .67rem; letter-spacing: .16em; }
.service-row h3 { margin: 0; font-size: clamp(1.55rem, 2.3vw, 2.35rem); }
.service-row p { margin: 0; max-width: 480px; color: #bac1b5; font-size: .9rem; line-height: 1.7; }
.service-row > a { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; transition: background .2s, color .2s; }
.service-row > a:hover { background: var(--gold); color: var(--olive-deep); }
.services-note { padding-top: 34px; display: flex; justify-content: space-between; gap: 24px; color: #bdc3b7; font-size: .84rem; }
.light-link { color: #fff; white-space: nowrap; }

.first-cta { padding: clamp(80px, 9vw, 130px) clamp(24px, 7vw, 120px); display: flex; align-items: end; justify-content: space-between; gap: 50px; background: var(--ivory); }
.first-cta h2 { margin-bottom: 0; }
.first-cta .button { flex: 0 0 auto; margin-bottom: 10px; }
.first-cta .button svg { width: 1.35rem; }

.experience-section { min-height: 780px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--paper); }
.experience-images { min-height: 760px; position: relative; padding: clamp(70px, 8vw, 120px); background: #d8d3c6; overflow: hidden; }
.experience-images::before { content: ""; position: absolute; inset: 40px; border: 1px solid rgba(38,58,27,.18); }
.experience-main { position: absolute; inset: 9% 21% 9% 12%; overflow: hidden; }
.experience-main img { height: 100%; object-fit: cover; }
.experience-small { position: absolute; right: 8%; bottom: 6%; width: 40%; aspect-ratio: 1.2; border: 8px solid #d8d3c6; overflow: hidden; }
.experience-small img { height: 100%; object-fit: cover; }
.vertical-label { position: absolute; right: 5%; top: 11%; writing-mode: vertical-rl; font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; color: var(--olive); }
.experience-copy { padding: clamp(80px, 9vw, 140px) clamp(34px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.experience-copy .section-number { margin-bottom: 80px; }
.experience-copy h2, .fire-copy h2, .values-heading h2, .gallery-heading h2, .process-intro h2, .team-copy h2, .contact-copy h2, .faq-title h2 { margin: 0 0 34px; font-size: clamp(3.2rem, 5vw, 6rem); line-height: .94; letter-spacing: -.04em; }
.experience-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); line-height: 1.85; }
.occasion-list { margin: 30px 0 42px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid var(--line); }
.occasion-list li { padding: 15px 8px 15px 0; border-bottom: 1px solid var(--line); font-size: .83rem; }
.occasion-list li::before { content: "✦"; margin-right: 9px; color: var(--gold); font-size: .65rem; }
.experience-copy .button { align-self: flex-start; }

.fire-section { min-height: 760px; padding: clamp(70px, 8vw, 120px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 160px); align-items: center; background: var(--olive-deep); color: #fff; overflow: hidden; }
.fire-image { height: 570px; max-width: 480px; position: relative; }
.fire-image::before { content: ""; position: absolute; inset: -22px 35px 22px -22px; border: 1px solid rgba(183,155,85,.38); }
.fire-image img { height: 100%; object-fit: cover; position: relative; filter: saturate(.85); }
.fire-image span { position: absolute; bottom: 0; left: 0; padding: 18px 24px; background: var(--gold); color: var(--olive-deep); font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.fire-copy { max-width: 720px; }
.fire-copy > p:not(.eyebrow) { max-width: 580px; color: #bdc3b7; line-height: 1.85; }
.fire-copy blockquote { margin: 48px 0 0; padding: 22px 0 0 28px; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid var(--gold); color: #e8e4d9; font-family: "Bodoni MT", Didot, serif; font-size: 1.35rem; line-height: 1.5; }

.values-section { background: var(--ivory); }
.values-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: end; margin-bottom: 70px; }
.values-heading .eyebrow { align-self: start; }
.values-heading h2 { margin-bottom: 0; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid article { min-height: 310px; padding: 34px clamp(20px, 2.5vw, 40px); border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.values-grid article:last-child { border-right: 0; }
.values-grid span { color: var(--gold); font-size: .65rem; letter-spacing: .16em; }
.values-grid h3 { margin: auto 0 20px; font-size: clamp(1.5rem, 2vw, 2rem); line-height: 1.05; }
.values-grid p { margin-bottom: 0; color: var(--muted); font-size: .84rem; line-height: 1.7; }

.gallery-section { padding: clamp(90px, 10vw, 150px) clamp(24px, 5vw, 80px); background: var(--olive); color: #fff; }
.gallery-heading { display: grid; grid-template-columns: 1fr 430px; align-items: end; gap: 80px; margin: 0 auto 60px; max-width: 1400px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { margin-bottom: 8px; color: #bdc3b7; line-height: 1.8; }
.gallery-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 215px; gap: 12px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; grid-column: span 4; }
.gallery-grid figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(12,22,10,.75)); pointer-events: none; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-grid figcaption { position: absolute; z-index: 2; left: 20px; bottom: 17px; font-family: "Bodoni MT", Didot, serif; font-size: 1.05rem; }
.gallery-grid .gallery-tall { grid-row: span 2; }
.gallery-grid .gallery-wide { grid-column: span 5; }
.gallery-grid .gallery-setting { grid-column: span 7; }

.process-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 150px); position: relative; background: var(--paper); }
.process-intro { position: sticky; top: 60px; align-self: start; }
.process-intro .section-number { display: block; margin-bottom: 80px; }
.process-intro > p:last-child { max-width: 390px; color: var(--muted); line-height: 1.8; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { min-height: 145px; padding: 30px 0; display: grid; grid-template-columns: 70px 1fr; gap: 25px; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--gold); font-size: .68rem; letter-spacing: .15em; }
.process-list h3 { margin: 0 0 12px; font-size: 1.65rem; }
.process-list p { margin: 0; max-width: 550px; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.reservation-note { grid-column: 2; margin: -80px 0 0; padding: 20px 24px; border: 1px solid var(--line); color: var(--muted); font-size: .78rem; line-height: 1.6; }

.team-section { background: var(--olive-deep); color: #fff; }
.team-copy { display: grid; grid-template-columns: 1fr 1.4fr; gap: 70px; align-items: end; margin-bottom: 70px; }
.team-copy .eyebrow { grid-column: 1 / -1; margin-bottom: -28px; }
.team-copy h2 { margin-bottom: 0; }
.team-copy > p:last-child { margin-bottom: 8px; max-width: 540px; color: #bdc3b7; line-height: 1.8; }
.team-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.team-cards article { min-height: 370px; display: grid; grid-template-columns: 46% 54%; background: #21321a; border: 1px solid rgba(255,255,255,.1); }
.team-cards img { height: 100%; object-fit: cover; filter: saturate(.75); }
.team-cards article > div { padding: clamp(28px, 4vw, 54px); display: flex; flex-direction: column; justify-content: flex-end; }
.team-cards h3 { margin: 0 0 8px; font-size: clamp(1.5rem, 2.2vw, 2.2rem); line-height: 1.05; }
.team-cards p { color: var(--gold); font-size: .62rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.team-cards small { margin-top: 35px; color: #bdc3b7; font-size: .8rem; line-height: 1.65; }

.contact-section { padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 120px); display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(60px, 9vw, 140px); background: var(--ivory); }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); line-height: 1.85; }
.contact-direct { margin-top: 55px; border-top: 1px solid var(--line); }
.contact-direct a { padding: 18px 0; display: flex; flex-direction: column; gap: 7px; border-bottom: 1px solid var(--line); }
.contact-direct span { color: var(--muted); font-size: .6rem; text-transform: uppercase; letter-spacing: .18em; }
.contact-direct strong { font-family: "Bodoni MT", Didot, serif; font-size: clamp(1.05rem, 1.55vw, 1.35rem); font-weight: 500; overflow-wrap: anywhere; }
.quote-form { padding: clamp(30px, 5vw, 62px); display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; align-self: start; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 30px 70px rgba(32,45,27,.09); }
.field { display: flex; flex-direction: column; gap: 9px; }
.field-wide { grid-column: 1 / -1; }
.field label { color: var(--olive); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #aeb3a8; border-radius: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: .92rem; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-bottom-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
.quote-form .button { grid-column: 1 / -1; border: 0; cursor: pointer; font-family: inherit; }
.quote-form .button svg { width: 1.3rem; }
.form-note { grid-column: 1 / -1; margin: -10px 0 0; color: var(--muted); font-size: .67rem; line-height: 1.5; text-align: center; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 10vw, 160px); background: var(--paper); border-top: 1px solid var(--line); }
.faq-title h2 { margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 90px; display: grid; grid-template-columns: 48px 1fr 24px; gap: 18px; align-items: center; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: .65rem; letter-spacing: .15em; }
.faq-list summary strong { font-family: "Bodoni MT", Didot, serif; font-size: clamp(1.15rem, 1.8vw, 1.55rem); font-weight: 500; }
.faq-list summary i { width: 14px; height: 14px; position: relative; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; left: 0; top: 6px; width: 14px; height: 1px; background: var(--olive); }
.faq-list summary i::after { transform: rotate(90deg); transition: transform .2s; }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details > p { margin: -6px 42px 28px 66px; max-width: 650px; color: var(--muted); font-size: .9rem; line-height: 1.75; }

.site-footer { padding: 75px clamp(24px, 7vw, 120px) 28px; display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: clamp(40px, 7vw, 110px); background: #111c0e; color: #fff; }
.footer-brand { display: flex; gap: 22px; align-items: center; align-self: start; }
.footer-brand img { width: 96px; height: 96px; object-fit: cover; border-radius: 50%; mix-blend-mode: screen; }
.footer-brand div { display: flex; flex-direction: column; gap: 10px; }
.footer-brand strong { font-family: "Bodoni MT", Didot, serif; font-size: 1.6rem; font-weight: 500; }
.footer-brand span { max-width: 280px; color: #aeb5a7; font-size: .75rem; line-height: 1.6; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; gap: 13px; align-items: flex-start; }
.footer-nav > span, .footer-contact > span { margin-bottom: 7px; color: var(--gold); font-size: .6rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.footer-nav a, .footer-contact a { color: #c8cdc4; font-size: .82rem; line-height: 1.45; overflow-wrap: anywhere; }
.footer-nav a:hover, .footer-contact a:hover { color: #fff; }
.footer-bottom { grid-column: 1 / -1; margin-top: 45px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); color: #889082; font-size: .68rem; }
.whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; min-height: 52px; padding: 0 18px; display: flex; align-items: center; gap: 10px; border-radius: 30px; background: #2f4b24; color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.25); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s; }
.whatsapp-float:hover { transform: translateY(-2px); background: var(--olive-deep); }
.whatsapp-float svg { width: 1.35rem; }

a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { list-style: none; width: 42px; height: 42px; display: grid; place-content: center; gap: 7px; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 25px; height: 1px; background: #fff; }
  .mobile-menu nav { position: absolute; top: 50px; right: 0; width: min(310px, calc(100vw - 36px)); padding: 20px; background: var(--ivory); color: var(--olive); box-shadow: 0 20px 60px rgba(0,0,0,.25); }
  .mobile-menu nav a { display: block; padding: 13px 8px; border-bottom: 1px solid var(--line); font-family: "Bodoni MT", Didot, serif; font-size: 1.2rem; }
  .hero { grid-template-columns: 1fr 1fr; gap: 40px; padding-left: 48px; padding-right: 48px; }
  .hero h1 { font-size: clamp(3.5rem, 6vw, 5.2rem); }
  .hero-visual { height: 480px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .values-grid article:nth-child(2) { border-right: 0; }
  .values-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .gallery-grid { grid-auto-rows: 190px; }
  .team-cards { grid-template-columns: 1fr; }
  .team-cards article { min-height: 340px; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 35px 60px; }
  .contact-copy .eyebrow, .contact-copy h2 { grid-column: 1; }
  .contact-copy > p:not(.eyebrow) { grid-column: 2; grid-row: 1 / 3; align-self: end; }
  .contact-direct { grid-column: 1 / -1; margin-top: 10px; }
}

@media (max-width: 780px) {
  .site-header { height: 80px; padding: 0 20px; }
  .brand img { width: 40px; height: 40px; }
  .hero { min-height: auto; padding: 130px 20px 84px; grid-template-columns: 1fr; gap: 64px; }
  .hero::before { display: none; }
  .hero h1 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .hero-lede { margin-top: 30px; font-size: .95rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-visual { height: 440px; width: calc(100% + 20px); }
  .hero-image-main { inset: 0 0 0 10%; }
  .hero-image-detail { left: 0; bottom: -28px; width: 50%; }
  .hero-seal { right: 18px; top: 34px; width: 104px; height: 104px; }
  .hero-seal strong { font-size: 1.05rem; }
  .hero-index { display: none; }
  .occasion-strip { padding: 24px; justify-content: flex-start; flex-wrap: wrap; gap: 12px 18px; }
  .occasion-strip span { font-size: 1rem; }
  .section { padding: 82px 20px; }
  .intro { grid-template-columns: 1fr; }
  .intro-kicker { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); flex-direction: row; }
  .intro-copy h2, .section-heading h2, .first-cta h2 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .intro-columns { grid-template-columns: 1fr; gap: 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; padding-bottom: 45px; }
  .section-heading > p { max-width: 520px; }
  .service-row { padding: 26px 0; min-height: 0; grid-template-columns: 38px 1fr 40px; gap: 14px; }
  .service-row:hover { padding: 26px 8px; }
  .service-row h3 { font-size: 1.65rem; }
  .service-row p { grid-column: 2 / 4; }
  .service-row > a { width: 38px; height: 38px; }
  .services-note { flex-direction: column; }
  .first-cta { align-items: flex-start; flex-direction: column; }
  .experience-section { min-height: 0; grid-template-columns: 1fr; }
  .experience-images { min-height: 510px; padding: 20px; }
  .experience-images::before { inset: 18px; }
  .experience-main { inset: 10% 14% 10% 8%; }
  .experience-small { right: 3%; bottom: 5%; width: 43%; border-width: 6px; }
  .vertical-label { right: 1.5%; top: 8%; font-size: .52rem; }
  .experience-copy { padding: 82px 20px; }
  .experience-copy .section-number { margin-bottom: 45px; }
  .experience-copy h2, .fire-copy h2, .values-heading h2, .gallery-heading h2, .process-intro h2, .team-copy h2, .contact-copy h2, .faq-title h2 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .occasion-list { grid-template-columns: 1fr; }
  .fire-section { min-height: 0; padding: 88px 20px; grid-template-columns: 1fr; gap: 70px; }
  .fire-image { height: 460px; width: calc(100% - 12px); }
  .fire-image::before { inset: -14px -12px 20px 20px; }
  .fire-copy blockquote { margin-top: 36px; font-size: 1.18rem; }
  .values-heading { grid-template-columns: 1fr; margin-bottom: 45px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article, .values-grid article:nth-child(2) { min-height: 245px; border-right: 0; border-bottom: 1px solid var(--line); }
  .values-grid article:last-child { border-bottom: 0; }
  .gallery-section { padding: 82px 20px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 42px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; gap: 8px; }
  .gallery-grid figure, .gallery-grid .gallery-wide, .gallery-grid .gallery-setting { grid-column: span 1; }
  .gallery-grid .gallery-tall, .gallery-grid .gallery-setting { grid-row: span 2; }
  .gallery-grid figcaption { left: 13px; bottom: 12px; font-size: .9rem; }
  .process-section { grid-template-columns: 1fr; gap: 45px; }
  .process-intro { position: static; }
  .process-intro .section-number { margin-bottom: 45px; }
  .process-list li { grid-template-columns: 45px 1fr; }
  .reservation-note { grid-column: 1; margin: 0; }
  .team-copy { grid-template-columns: 1fr; gap: 24px; }
  .team-copy .eyebrow { grid-column: 1; margin-bottom: 0; }
  .team-cards { grid-template-columns: 1fr; }
  .team-cards article { min-height: 0; grid-template-columns: 1fr; }
  .team-cards img { height: 350px; }
  .contact-section { grid-template-columns: 1fr; padding: 82px 20px; gap: 48px; }
  .contact-copy { display: block; }
  .contact-direct { margin-top: 38px; }
  .quote-form { padding: 28px 20px; grid-template-columns: 1fr; gap: 25px; }
  .field-wide, .quote-form .button, .form-note { grid-column: 1; }
  .faq-section { grid-template-columns: 1fr; gap: 40px; }
  .faq-list summary { grid-template-columns: 38px 1fr 18px; gap: 12px; }
  .faq-list details > p { margin-left: 50px; margin-right: 20px; }
  .site-footer { padding: 62px 20px 95px; grid-template-columns: 1fr 1fr; gap: 50px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { width: 78px; height: 78px; }
  .footer-contact a { font-size: .72rem; }
  .footer-bottom { margin-top: 12px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 52px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}

@media (max-width: 430px) {
  .gallery-grid { grid-auto-rows: 165px; }
  .team-cards img { height: 305px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-bottom { grid-column: 1; }
  .footer-bottom { gap: 20px; align-items: flex-start; flex-direction: column; }
}

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