:root {
  --wine: #6f0b1b;
  --wine-bright: #8d1127;
  --wine-dark: #31060d;
  --night: #190407;
  --cream: #f7efe4;
  --ivory: #fffaf2;
  --gold: #d5ad65;
  --gold-soft: #efd6a2;
  --ink: #241315;
  --muted: #756265;
  --line: rgba(77, 19, 29, .16);
  --serif: "Cormorant Garamond", "Iowan Old Style", Baskerville, Georgia, serif;
  --sans: "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 15px; line-height: 1.65; text-rendering: optimizeLegibility; }
body::selection { color: var(--wine-dark); background: var(--gold-soft); }
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1360px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: -100px; left: 18px; padding: 12px 18px; background: white; border-radius: 4px; }
.skip-link:focus { top: 18px; }
a:focus-visible, summary:focus-visible { outline: 3px solid rgba(239,214,162,.8); outline-offset: 4px; }

.logo { display: inline-flex; align-items: center; gap: 8px; color: var(--wine-dark); line-height: .78; }
.logo-copy { display: grid; }
.logo small { margin-left: 4px; font-size: 9px; font-weight: 700; letter-spacing: .34em; text-transform: uppercase; }
.logo strong { font: 500 35px/1 var(--serif); letter-spacing: .035em; text-transform: uppercase; }
.logo > svg { width: 39px; height: 39px; color: var(--gold); }
.logo-light { color: white; }

.header { position: relative; z-index: 5; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; min-height: 90px; border-bottom: 1px solid rgba(255,255,255,.13); }
.header > a { text-decoration: none; }
.header nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px,2vw,34px); }
.header nav a { color: rgba(255,255,255,.82); text-decoration: none; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: color .2s ease; }
.header nav a:hover { color: var(--gold-soft); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 53px; padding: 14px 23px; border: 1px solid transparent; border-radius: 5px; text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn svg { flex: 0 0 auto; width: 18px; height: 18px; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { color: var(--wine-dark); background: linear-gradient(135deg,#f5dfa9,#d7ad61); box-shadow: 0 12px 34px rgba(221,175,93,.22), inset 0 1px rgba(255,255,255,.6); }
.btn-gold:hover { box-shadow: 0 16px 38px rgba(221,175,93,.3), inset 0 1px rgba(255,255,255,.6); }
.btn-outline { color: white; border-color: rgba(255,255,255,.55); background: rgba(36,4,9,.22); backdrop-filter: blur(7px); }
.btn-outline:hover { background: rgba(255,255,255,.1); }
.btn-wine { color: white; background: var(--wine); box-shadow: 0 12px 28px rgba(88,7,22,.18); }
.btn-header { min-height: 46px; padding-inline: 20px; }

.hero { position: relative; min-height: 780px; overflow: hidden; color: white; background: var(--night); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("/images/hero-editorial-v2.webp") center / cover no-repeat; transform: scale(1.015); animation: settle 1.2s ease-out both; }
.hero-shade { background: linear-gradient(90deg,rgba(19,2,5,.98) 0%,rgba(46,4,12,.92) 28%,rgba(67,5,17,.45) 55%,rgba(28,2,7,.05) 74%), linear-gradient(180deg,rgba(15,1,4,.38),transparent 33%,rgba(17,1,4,.42)); }
.hero::before { content: ""; position: absolute; z-index: 2; width: 590px; height: 590px; left: -370px; top: -200px; border: 1px solid rgba(213,173,101,.18); border-radius: 50%; box-shadow: 0 0 0 100px rgba(213,173,101,.025); }
.hero-content { position: relative; z-index: 3; display: flex; align-items: center; min-height: 670px; }
.hero-copy { width: min(665px,58%); padding: 62px 0 72px; }
.kicker { margin: 0 0 10px; color: var(--wine); font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.kicker.light { color: var(--gold-soft); }
.hero h1 { max-width: 690px; margin: 0; font: 500 clamp(58px,5.15vw,84px)/.91 var(--serif); letter-spacing: -.035em; text-wrap: balance; }
.hero h1 em { color: var(--gold-soft); font-weight: 500; }
.hero-intro { max-width: 580px; margin: 24px 0 0; color: rgba(255,255,255,.77); font-size: 17px; line-height: 1.65; }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 28px; }
.hero-proof > div { display: grid; grid-template-columns: 35px 1fr; align-items: center; gap: 10px; min-height: 56px; padding-right: 15px; border-right: 1px solid rgba(255,255,255,.16); }
.hero-proof > div:last-child { border-right: 0; }
.hero-proof svg { width: 27px; height: 27px; color: var(--gold-soft); stroke-width: 1.4; }
.hero-proof span { color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.4; }
.hero-proof strong { display: block; color: white; font-size: 14px; font-weight: 700; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; }
.hero-contact { display: flex; align-items: center; gap: 20px; margin-top: 24px; }
.hero-contact a { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.75); text-decoration: none; font-size: 13px; }
.hero-contact a:hover { color: var(--gold-soft); }
.hero-contact svg { color: var(--gold-soft); }
.hero-contact > span { width: 1px; height: 22px; background: rgba(255,255,255,.22); }
.hero-bottom-line { position: absolute; z-index: 3; right: 0; bottom: 0; width: 52%; height: 2px; background: linear-gradient(90deg,transparent,var(--gold),transparent); opacity: .75; }

.authority-strip { color: white; background: linear-gradient(90deg,#410811,#6f0b1b,#410811); border-top: 1px solid rgba(213,173,101,.28); border-bottom: 1px solid rgba(213,173,101,.28); }
.authority-strip .wrap { display: flex; align-items: center; justify-content: center; gap: clamp(18px,3.3vw,52px); min-height: 72px; }
.authority-strip span { color: rgba(255,255,255,.66); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.authority-strip strong { color: var(--gold-soft); }
.authority-strip i { color: var(--gold); font-style: normal; }

.section { padding: clamp(86px,8vw,126px) 0; }
.about { position: relative; min-height: 780px; overflow: hidden; color: white; background: var(--night); }
.about-background, .about-shade { position: absolute; inset: 0; }
.about-background { background: url("/images/about-background-v3.webp") 45% center / cover no-repeat; transform: scale(1.01); }
.about-shade { background: linear-gradient(90deg,rgba(22,2,6,.06) 18%,rgba(23,2,6,.62) 48%,rgba(20,2,5,.97) 76%),linear-gradient(0deg,rgba(20,2,5,.78),transparent 50%); }
.about-grid { position: relative; z-index: 2; display: flex; justify-content: flex-end; align-items: center; min-height: 620px; }
.about-copy { width: min(670px,52%); }
.about-copy h2, .ornament-title h2, .backstage-heading h2, .instagram-copy h2, .final-cta h2 { margin: 0; color: var(--wine-dark); font: 500 clamp(43px,4vw,64px)/.98 var(--serif); letter-spacing: -.025em; }
.about-copy .kicker { color: var(--gold-soft); }
.about-copy h2 { color: white; }
.about-experience { display: inline-flex; align-items: center; gap: 13px; margin: 24px 0 4px; padding: 11px 15px; background: rgba(111,11,27,.62); border: 1px solid rgba(213,173,101,.45); backdrop-filter: blur(8px); }
.about-experience strong { color: var(--gold-soft); font: 500 38px/1 var(--serif); font-variant-numeric: lining-nums; }
.about-experience span { color: rgba(255,255,255,.72); font-size: 9px; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }
.about-lead { color: rgba(255,255,255,.9) !important; font-size: 17px; }
.about-copy > p:not(.kicker) { max-width: 710px; color: rgba(255,255,255,.63); }
.about-copy blockquote { margin: 23px 0; padding: 15px 0 15px 21px; color: var(--gold-soft); border-left: 2px solid var(--gold); font: italic 500 22px/1.35 var(--serif); }
.about-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 29px 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-values div { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 500; line-height: 1.35; }
.about-values svg { flex: 0 0 auto; width: 34px; height: 34px; padding: 7px; color: var(--gold-soft); background: rgba(255,255,255,.08); border: 1px solid rgba(213,173,101,.24); border-radius: 50%; }
.about .inline-link { color: var(--gold-soft); }
.inline-link { display: inline-flex; align-items: center; gap: 10px; color: var(--wine); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; text-underline-offset: 6px; }

.section-close { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: clamp(46px,6vw,74px); }
.section-close::before, .section-close::after { content: ""; flex: 1 1 auto; max-width: 240px; height: 1px; background: linear-gradient(90deg,transparent,var(--gold)); }
.section-close::after { background: linear-gradient(90deg,var(--gold),transparent); }
.section-close.wine::before { background: linear-gradient(90deg,transparent,var(--wine)); }
.section-close.wine::after { background: linear-gradient(90deg,var(--wine),transparent); }
.section-close a { display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 0 21px; color: white; background: #1f9657; border-radius: 30px; text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; box-shadow: 0 12px 26px rgba(6,70,38,.3); transition: transform .2s ease, background .2s ease; }
.section-close a:hover { transform: translateY(-2px); background: #187c47; }
.section-close a svg { width: 15px; height: 15px; }

.testimonials { position: relative; padding: 72px 0 76px; overflow: hidden; color: white; background: radial-gradient(circle at 50% -40%,rgba(144,29,50,.6),transparent 55%),linear-gradient(135deg,#2a050b,#590a18 52%,#2a050b); }
.testimonials::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(213,173,101,.13); pointer-events: none; }
.ornament-title { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; margin-bottom: 34px; text-align: center; }
.ornament-title > span { height: 1px; background: linear-gradient(90deg,transparent,var(--gold)); }
.ornament-title > span:last-child { background: linear-gradient(90deg,var(--gold),transparent); }
.ornament-title .kicker { margin-bottom: 3px; }
.light-title h2 { color: white; }
.testimonial-service { color: var(--gold-soft); font-size: 8.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.stars { display: flex; gap: 3px; color: var(--gold-soft); }
.stars svg { width: 9px; height: 9px; }
.testimonial-note { margin: 18px 0 0; color: rgba(255,255,255,.4); font-size: 9px; text-align: center; }

.quote-subheading { margin: 56px 0 30px; color: var(--gold-soft); font: 500 28px/1.1 var(--serif); text-align: center; }
.quote-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; max-width: 1320px; margin: 0 auto; }
.quote-card { display: flex; flex-direction: column; padding: 30px 28px; background: rgba(255,255,255,.04); border: 1px solid rgba(213,173,101,.22); border-radius: 12px; }
.quote-card .stars { margin-bottom: 16px; }
.quote-card .stars svg { width: 12px; height: 12px; }
.quote-card blockquote { flex: 1 1 auto; margin: 0 0 20px; color: rgba(255,255,255,.86); font: italic 500 19px/1.55 var(--serif); }
.quote-card figcaption { display: flex; flex-direction: row; align-items: baseline; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid rgba(213,173,101,.18); }
.quote-card figcaption strong { color: white; font: 500 17px/1 var(--serif); letter-spacing: .01em; }
.quote-card figcaption span { color: var(--gold-soft); font-size: 9.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.story-player { position: relative; width: min(360px,100%); margin: 0 auto; outline: none; }
.story-progress { display: flex; gap: 1px; margin-bottom: 10px; }
.story-progress-track { flex: 1 1 0; height: 3px; background: rgba(255,255,255,.26); border-radius: 3px; overflow: hidden; }
.story-progress-fill { display: block; height: 100%; width: 0%; background: var(--gold-soft); }
.story-progress-fill.is-done { width: 100%; transition: none; }
.story-progress-fill.is-active { width: 100%; transition: width 7500ms linear; }
.story-stage { position: relative; aspect-ratio: 483 / 860; border-radius: 14px; overflow: hidden; background: #0c0102; box-shadow: 0 34px 64px rgba(0,0,0,.55), 0 0 0 1px rgba(213,173,101,.38); }
.story-slide { position: absolute; inset: 0; margin: 0; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.story-slide.is-active { opacity: 1; pointer-events: auto; }
.story-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-caption { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 12px; }
.story-nav { position: absolute; top: 0; bottom: 0; z-index: 2; width: 46px; display: flex; align-items: center; border: 0; background: transparent; color: rgba(255,255,255,.7); cursor: pointer; opacity: 0; transition: opacity .2s ease, color .2s ease; }
.story-stage:hover .story-nav, .story-nav:focus-visible { opacity: 1; }
.story-prev { left: 0; justify-content: flex-start; padding-left: 10px; }
.story-next { right: 0; justify-content: flex-end; padding-right: 10px; }
.story-nav svg { width: 20px; height: 20px; filter: drop-shadow(0 2px 8px rgba(0,0,0,.65)); }
.story-nav:hover { color: white; }

.services { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 12% 0%,rgba(213,173,101,.14),transparent 45%),radial-gradient(circle at 85% 15%,rgba(213,173,101,.1),transparent 40%),repeating-linear-gradient(165deg,#31060d 0,#6f0b1b 260px,#31060d 520px); }
.services::before { content: ""; position: absolute; width: 620px; height: 620px; right: -390px; top: 90px; border: 1px solid rgba(213,173,101,.14); border-radius: 50%; box-shadow: 0 0 0 86px rgba(213,173,101,.02); pointer-events: none; }
.services::after { content: ""; position: absolute; width: 480px; height: 480px; left: -320px; bottom: -260px; border: 1px solid rgba(213,173,101,.1); border-radius: 50%; pointer-events: none; }
.services .wrap { position: relative; z-index: 1; }
.services .section-intro { color: rgba(255,255,255,.65); }
.section-intro { max-width: 670px; margin: -14px auto 38px; color: var(--muted); text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-grid article { position: relative; aspect-ratio: 3 / 4; overflow: hidden; isolation: isolate; color: white; background: #0c0102; border-radius: 8px; box-shadow: inset 0 0 0 1px rgba(239,214,162,.16), 0 30px 60px rgba(6,1,3,.4); transition: box-shadow .5s ease; }
.service-grid article:hover { box-shadow: inset 0 0 0 1px rgba(239,214,162,.4), 0 38px 78px rgba(6,1,3,.52); }
.service-media { position: absolute; inset: 0; overflow: hidden; }
.service-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); filter: saturate(.94) contrast(1.05) brightness(.97); transition: transform 1.6s cubic-bezier(.16,1,.3,1), filter .6s ease; }
.service-grid article:hover .service-media img { transform: scale(1.15); filter: saturate(1.08) contrast(1.08) brightness(1.02); }
.service-media::before { content: ""; position: absolute; z-index: 1; inset: 0; background: radial-gradient(130% 85% at 50% 0%,rgba(0,0,0,0) 55%,rgba(5,1,2,.5) 100%); pointer-events: none; }
.service-media::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(8,1,3,0) 38%,rgba(8,1,3,.28) 60%,rgba(6,1,2,.92) 86%,#050102 100%); pointer-events: none; }
.service-index { position: absolute; z-index: 3; top: 22px; left: 26px; color: rgba(255,255,255,.6); font: 500 12px/1 var(--serif); letter-spacing: .32em; text-transform: uppercase; }
.service-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 14px; color: var(--gold-soft); background: rgba(239,214,162,.08); border: 1px solid rgba(213,173,101,.35); border-radius: 50%; }
.service-icon svg { width: 22px; height: 22px; }
.service-body { position: absolute; z-index: 3; inset: auto 0 0 0; padding: 30px 28px 30px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.service-grid h3 { max-width: none; margin: 0 0 10px; color: white; font: 500 32px/1.03 var(--serif); text-shadow: 0 4px 22px rgba(0,0,0,.5); }
.service-grid p { max-width: 320px; margin: 0; color: rgba(255,255,255,.76); font-size: 12.5px; line-height: 1.62; }
.service-grid a { align-self: center; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 20px; padding: 13px 24px; color: var(--gold-soft); border: 1px solid rgba(239,214,162,.5); border-radius: 999px; background: rgba(239,214,162,.06); backdrop-filter: blur(3px); text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: background .3s ease, color .3s ease, border-color .3s ease, transform .2s ease, box-shadow .3s ease; }
.service-grid a:hover { color: var(--wine-dark); background: var(--gold-soft); border-color: var(--gold-soft); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.35); }
.service-grid a svg { width: 12px; height: 12px; }

.backstage { position: relative; min-height: 650px; overflow: hidden; color: white; background: var(--night); }
.backstage-image, .backstage-shade { position: absolute; inset: 0; }
.backstage-image { background: url("/images/missions-background-v2.webp") center / cover no-repeat; }
.backstage-shade { background: linear-gradient(180deg,rgba(25,2,6,.22),rgba(25,2,6,.75) 48%,rgba(25,2,6,.98)),linear-gradient(90deg,rgba(25,2,6,.54),transparent 44%,rgba(25,2,6,.52)); }
.backstage-content { position: relative; z-index: 2; padding-top: 84px; padding-bottom: 82px; }
.backstage-heading { max-width: 780px; margin: 0 auto 56px; text-align: center; }
.backstage-heading .kicker { justify-content: center; }
.backstage-heading h2 { color: white; }
.backstage-groups { display: grid; gap: 60px; }
.backstage-group-head { display: flex; align-items: center; justify-content: center; gap: 15px; margin-bottom: 11px; }
.backstage-group-head svg { flex: 0 0 auto; width: 34px; height: 34px; color: var(--gold-soft); }
.backstage-group-head h3 { margin: 0; color: white; font: 500 30px/1.1 var(--serif); }
.backstage-group-text { max-width: 600px; margin: 0 auto 26px; color: rgba(255,255,255,.6); font-size: 13.5px; text-align: center; }
.backstage-reel { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin: 0; padding: 4px; }
.backstage-reel figure {
  position: relative; flex: 0 0 auto; width: 230px; aspect-ratio: 4 / 5; margin: 0;
  overflow: hidden; border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(213,173,101,.4), 0 24px 46px rgba(0,0,0,.45);
  transition: transform .45s cubic-bezier(.16,1,.3,1), box-shadow .45s ease;
}
.backstage-reel figure:hover { transform: translateY(-7px); box-shadow: inset 0 0 0 1px rgba(239,214,162,.75), 0 32px 58px rgba(0,0,0,.55); }
.backstage-reel img { width: 100%; height: 100%; object-fit: cover; }

.instagram { background: var(--ivory); }
.instagram-grid { display: grid; grid-template-columns: .58fr 1.42fr; align-items: center; gap: 64px; }
.instagram-copy h2 { max-width: 430px; }
.instagram-copy > p:not(.kicker) { max-width: 430px; margin: 20px 0 28px; color: var(--muted); }
.instagram-embed { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 26px 60px rgba(60,7,18,.14); }
.instagram-embed-frame { background: var(--cream); }
.instagram-embed iframe { display: block; width: 100%; height: 680px; border: 0; background: white; }
.instagram-embed-cta { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 54px; padding: 12px 20px; color: var(--wine); border-top: 1px solid var(--line); background: #fffaf4; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; text-decoration: none; }
.instagram-embed-cta svg { font-size: 18px; }

.final-cta { position: relative; overflow: hidden; padding: 80px 0 76px; color: white; background: radial-gradient(circle at 50% -60%,rgba(155,28,50,.65),transparent 55%),linear-gradient(110deg,#31060d,#6f0b1b,#31060d); text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 430px; height: 430px; top: -190px; border: 1px solid rgba(213,173,101,.15); border-radius: 50%; }
.final-cta::before { left: -180px; }
.final-cta::after { right: -180px; }
.final-cta .wrap { position: relative; z-index: 2; }
.final-cta .wrap > svg { width: 38px; height: 38px; margin-bottom: 8px; color: var(--gold-soft); }
.final-cta h2 { color: white; }
.final-cta p { margin: 13px auto 27px; color: rgba(255,255,255,.65); }
.cta-actions { display: flex; justify-content: center; gap: 14px; }

footer { padding: 52px 0 21px; color: rgba(255,255,255,.55); background: #180307; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .9fr .7fr 1fr; gap: 60px; }
.footer-grid > div { display: grid; align-content: start; gap: 7px; }
.footer-grid strong { margin-bottom: 7px; color: var(--gold-soft); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-size: 11px; }
.footer-grid a:hover { color: var(--gold-soft); }
.footer-grid span { font-size: 11px; }
.footer-logo p { margin: 16px 0 0; color: rgba(255,255,255,.4); font: italic 400 17px/1.25 var(--serif); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 40px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.27); font-size: 8px; }

.whatsapp-float { position: fixed; z-index: 100; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 18px; color: white; background: #1f9657; border: 1px solid rgba(255,255,255,.32); border-radius: 30px; box-shadow: 0 14px 34px rgba(6,70,38,.34); text-decoration: none; font-size: 10px; font-weight: 800; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: #187c47; }
.whatsapp-float svg { width: 23px; height: 23px; }
.mobile-bar { display: none; }

@keyframes settle { from { opacity: .5; transform: scale(1.045); } to { opacity: 1; transform: scale(1.015); } }

@media (max-width: 1180px) {
  .header nav { display: none; }
  .header { grid-template-columns: 1fr auto; }
  .hero-copy { width: 65%; }
  .story-player { width: min(320px,100%); }
  .quote-grid { grid-template-columns: repeat(2,1fr); }
  .instagram-grid { grid-template-columns: .7fr 1.3fr; gap: 40px; }
  .instagram-embed iframe { height: 580px; }
}

@media (max-width: 860px) {
  .wrap { width: min(100% - 36px,720px); }
  .header { min-height: 76px; }
  .btn-header { display: none; }
  .hero { min-height: 0; background: #1b0307; }
  .hero-image { inset: 0 0 auto; height: auto; aspect-ratio: 1 / 1; background-position: 85% 25%; background-size: auto 115%; transform: none; animation: none; }
  .hero-shade { inset: 0 0 auto; height: auto; aspect-ratio: 1 / 1; background: linear-gradient(180deg,rgba(18,2,5,.1) 0%,rgba(22,2,6,.04) 61%,rgba(27,3,8,.92) 91%,#1b0307 100%); }
  .hero-content { min-height: 0; align-items: flex-start; }
  .hero-copy { width: 100%; padding: calc(100vw - 48px) 0 60px; }
  .hero h1 { max-width: 620px; font-size: clamp(53px,10vw,72px); }
  .hero-intro { max-width: 520px; }
  .authority-strip .wrap { flex-wrap: wrap; gap: 8px 22px; padding: 16px 0; }
  .instagram-grid { grid-template-columns: 1fr; }
  .about { min-height: 0; padding-top: 0; background: #190407; }
  .about-background { inset: 0 0 auto; height: auto; aspect-ratio: 1 / 1; background-position: 10% center; background-size: auto 100%; transform: none; }
  .about-shade { inset: 0 0 auto; height: auto; aspect-ratio: 1 / 1; background: linear-gradient(180deg,rgba(18,2,5,.03) 0%,rgba(20,2,5,.08) 64%,rgba(25,3,7,.94) 89%,#190407 100%); }
  .about-grid { min-height: 0; align-items: flex-start; padding-top: calc(100vw - 28px); }
  .about-copy { width: min(680px,100%); }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .backstage-groups { gap: 46px; }
  .backstage-reel figure { width: 260px; }
  .story-nav { opacity: 1; }
  .section-close { gap: 14px; }
  .section-close::before, .section-close::after { max-width: 60px; }
  .instagram-copy { text-align: center; }
  .instagram-copy h2, .instagram-copy > p:not(.kicker) { margin-inline: auto; }
  .instagram-embed iframe { height: 600px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .whatsapp-float { display: none; }
  .mobile-bar { position: fixed; z-index: 120; right: 10px; bottom: 10px; left: 10px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 7px; box-shadow: 0 14px 38px rgba(35,3,9,.34); }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; color: white; background: #1f9657; text-decoration: none; font-size: 10px; font-weight: 800; text-transform: uppercase; }
  .mobile-bar a:last-child { color: var(--wine-dark); background: var(--gold-soft); }
  body { padding-bottom: 67px; }
}

@media (max-width: 570px) {
  .wrap { width: min(100% - 28px,520px); }
  .header { display: flex; justify-content: center; text-align: center; }
  .header > a { display: inline-flex; justify-content: center; }
  .logo strong { font-size: 29px; }
  .logo small { font-size: 7px; }
  .logo > svg { width: 31px; height: 31px; }
  .hero-copy { text-align: center; }
  .hero h1 { font-size: 47px; line-height: .94; }
  .hero h1, .hero-intro { margin-inline: auto; }
  .hero-intro { font-size: 14px; }
  .hero-proof { grid-template-columns: 1fr 1fr; gap: 11px; }
  .hero-proof > div { grid-template-columns: auto auto; justify-content: center; padding-right: 0; text-align: left; }
  .hero-proof > div:nth-child(2) { border-right: 0; }
  .hero-proof > div:last-child { grid-column: 1 / -1; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-contact { justify-content: center; gap: 12px; }
  .hero-contact a { font-size: 10px; }
  .authority-strip i { display: none; }
  .authority-strip span { width: calc(50% - 12px); text-align: center; }
  .section { padding: 72px 0; }
  .about-copy { text-align: center; }
  .about-copy > p:not(.kicker), .about-copy blockquote { margin-inline: auto; }
  .about-copy blockquote { padding: 15px 10px; border-top: 1px solid rgba(213,173,101,.42); border-right: 0; border-bottom: 1px solid rgba(213,173,101,.42); border-left: 0; }
  .about-experience, .about .inline-link { justify-content: center; }
  .about-copy h2, .ornament-title h2, .backstage-heading h2, .instagram-copy h2, .final-cta h2 { font-size: 40px; }
  .about-values { grid-template-columns: 1fr; gap: 22px; }
  .about-values div { flex-direction: column; justify-content: center; text-align: center; gap: 10px; font-size: 16px; }
  .about-values svg { width: 38px; height: 38px; }
  .story-player { width: min(300px,86vw); }
  .quote-grid { grid-template-columns: 1fr; gap: 14px; }
  .backstage-reel figure { width: 84vw; max-width: 340px; }
  .backstage-heading { padding: 0 8px; }
  .ornament-title { grid-template-columns: 38px 1fr 38px; gap: 10px; }
  .service-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-grid article { aspect-ratio: 4 / 5; }
  .service-grid h3 { font-size: 29px; }
  .backstage-content { padding-top: 68px; padding-bottom: 68px; }
  .backstage-image { background-position: 30% center; }
  .instagram-embed iframe { height: 560px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .cta-actions { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
