:root {
  --v3-ink: #241512;
  --v3-cream: #f4eee5;
  --v3-paper: #fbf8f2;
  --v3-oxblood: #742b2e;
  --v3-rose: #d8a4a0;
  --v3-line: rgba(36, 21, 18, 0.18);
}

.home-v3 { background: var(--v3-paper); color: var(--v3-ink); font-family: "Manrope", sans-serif; overflow-x: hidden; }
.home-v3 h1, .home-v3 h2, .home-v3 h3, .home-v3 p { margin-top: 0; }
.home-v3 h1, .home-v3 h2, .home-v3 h3 { color: inherit; font-family: "Prata", serif; font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.home-v3 h1 em, .home-v3 h2 em, .home-v3 h3 em { font-weight: inherit; color: var(--v3-oxblood); }
.home-v3 .container { width: min(1380px, calc(100% - 80px)); max-width: none; }
.home-v3 .site-header { background: transparent; border: 0; color: var(--v3-ink); left: 0; position: absolute; right: 0; transition: background .35s ease, color .35s ease, transform .35s ease; width: 100%; }
.home-v3 .site-header.is-scrolled { background: rgba(251, 248, 242, .93); box-shadow: 0 1px rgba(36, 21, 18, .1); color: var(--v3-ink); position: fixed; backdrop-filter: blur(18px); }
.home-v3 .site-header .nav-wrap { min-height: 92px; }
.home-v3 .brand-mark strong { color: inherit; font-family: "Prata", serif; font-size: 24px; letter-spacing: -.04em; }
.home-v3 .brand-mark span { color: inherit; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .16em; opacity: .75; text-transform: uppercase; }
.home-v3 .nav-links > a:not(.button) { color: inherit; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.home-v3 .nav-actions { flex: 1; justify-content: flex-end; }
.home-v3 .nav-links { flex-wrap: nowrap; gap: 5px; }
.home-v3 .nav-links > a:not(.button) { background: rgba(251,248,242,.72); border-color: rgba(36,21,18,.08); padding-inline: 13px; }
.home-v3 .site-header .button.primary { background: var(--v3-ink); border-color: var(--v3-ink); border-radius: 0; color: white; font-size: 10px; min-height: 48px; padding: 0 22px; text-transform: uppercase; }
.home-v3 .nav-toggle { color: inherit; }

.v3-hero { background: #d7b5a8; min-height: 100svh; overflow: hidden; position: relative; }
.v3-hero-media, .v3-hero-wash, .v3-grain { inset: 0; position: absolute; }
.v3-hero-media img { height: 100%; object-fit: cover; object-position: center; transform: scale(1.025) translate3d(var(--hero-x, 0), var(--hero-y, 0), 0); transition: transform .8s cubic-bezier(.2,.8,.2,1); width: 100%; }
.v3-hero-wash { background: linear-gradient(90deg, rgba(242,231,216,.95) 0%, rgba(242,231,216,.77) 31%, rgba(242,231,216,.08) 58%, rgba(20,8,7,.04) 100%); }
.v3-grain { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; opacity: .2; pointer-events: none; }
.v3-hero-content { display: flex; flex-direction: column; justify-content: center; min-height: 100svh; padding-bottom: 90px; padding-top: 150px; position: relative; z-index: 2; }
.v3-kicker { display: flex; gap: 32px; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .13em; margin-bottom: 42px; text-transform: uppercase; }
.v3-kicker span + span::before { content: ""; border-top: 1px solid; display: inline-block; margin: 0 18px 3px 0; opacity: .5; width: 44px; }
.v3-hero h1 { font-size: clamp(66px, 8.6vw, 145px); max-width: 820px; }
.v3-hero h1 em { color: var(--v3-oxblood); }
.v3-hero-lower { align-items: flex-end; display: flex; gap: 80px; justify-content: space-between; margin-top: 52px; max-width: 760px; }
.v3-hero-lower > p { font-size: 15px; line-height: 1.7; margin-bottom: 0; max-width: 390px; }
.v3-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 25px; }
.v3-button { align-items: center; display: inline-flex; font-family: "DM Mono", monospace; font-size: 10px; gap: 28px; justify-content: space-between; letter-spacing: .08em; min-height: 56px; padding: 0 23px; text-transform: uppercase; transition: transform .25s ease, background .25s ease; }
.v3-button:hover { transform: translateY(-3px); }
.v3-button-dark { background: var(--v3-ink); color: white; }
.v3-button-light { background: var(--v3-paper); color: var(--v3-ink); }
.v3-link { border-bottom: 1px solid currentColor; color: var(--v3-ink); display: inline-flex; font-family: "DM Mono", monospace; font-size: 10px; gap: 22px; letter-spacing: .08em; padding: 10px 0; text-transform: uppercase; }
.v3-link span { transition: transform .25s ease; }
.v3-link:hover span { transform: translateX(5px); }
.v3-scroll { align-items: center; bottom: 32px; display: flex; font-family: "DM Mono", monospace; font-size: 9px; gap: 12px; left: 40px; letter-spacing: .1em; position: absolute; text-transform: uppercase; z-index: 3; }
.v3-scroll i { align-items: center; border: 1px solid; border-radius: 50%; display: flex; font-style: normal; height: 33px; justify-content: center; width: 33px; }
.v3-ai-note { bottom: 25px; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .1em; opacity: .55; position: absolute; right: 35px; text-transform: uppercase; z-index: 3; }

.v3-ticker { background: var(--v3-ink); color: var(--v3-cream); overflow: hidden; padding: 17px 0 15px; white-space: nowrap; }
.v3-ticker-track { align-items: center; animation: v3Ticker 24s linear infinite; display: inline-flex; gap: 40px; padding-left: 40px; }
.v3-ticker span { font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .18em; }
.v3-ticker i { color: var(--v3-rose); font-style: normal; }
@keyframes v3Ticker { to { transform: translateX(-50%); } }

.v3-index { font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
.v3-manifesto { padding: 160px 0 180px; }
.v3-manifesto-grid { display: grid; gap: 60px; grid-template-columns: 150px minmax(440px, 1fr) 330px; }
.v3-manifesto h2 { font-size: clamp(54px, 7vw, 108px); }
.v3-manifesto-copy { align-self: end; }
.v3-manifesto-copy > p { font-size: 16px; line-height: 1.8; margin-bottom: 32px; }

.v3-choose { display: grid; grid-template-columns: 1fr 1fr; }
.v3-path { color: white; height: min(78vw, 820px); overflow: hidden; position: relative; }
.v3-path img { height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.8,.2,1), filter .6s ease; width: 100%; }
.v3-path-client img { object-position: 60% center; }
.v3-path-pro img { object-position: center; }
.v3-path:hover img { filter: saturate(.86); transform: scale(1.045); }
.v3-path-shade { background: linear-gradient(180deg, rgba(20,8,5,.03), rgba(20,8,5,.68)); inset: 0; position: absolute; }
.v3-path-number { border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-family: "DM Mono", monospace; font-size: 10px; height: 44px; left: 38px; line-height: 42px; position: absolute; text-align: center; top: 38px; width: 44px; }
.v3-path-content { bottom: 55px; left: 55px; position: absolute; right: 55px; }
.v3-path-content small { display: block; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .15em; margin-bottom: 22px; text-transform: uppercase; }
.v3-path-content strong { display: block; font-family: "Prata", serif; font-size: clamp(48px, 5.5vw, 88px); font-weight: 400; letter-spacing: -.05em; line-height: .96; }
.v3-path-content strong em { font-weight: inherit; }
.v3-path-content b { align-items: center; border-top: 1px solid rgba(255,255,255,.5); display: flex; font-family: "DM Mono", monospace; font-size: 9px; font-weight: 400; justify-content: space-between; letter-spacing: .12em; margin-top: 40px; padding-top: 18px; text-transform: uppercase; }
.v3-path-content b i { font-size: 18px; font-style: normal; }

.v3-moment { background: var(--v3-cream); padding: 160px 0; }
.v3-section-head { display: grid; gap: 40px; grid-template-columns: 170px minmax(420px, 1fr) 340px; margin-bottom: 80px; }
.v3-section-head h2 { font-size: clamp(56px, 6.5vw, 102px); }
.v3-section-head > p:last-child { align-self: end; font-size: 15px; line-height: 1.75; }
.v3-moment-shell { display: grid; gap: 70px; grid-template-columns: 330px 1fr; }
.v3-moment-nav { border-top: 1px solid var(--v3-line); }
.v3-moment-nav .moment-option { align-items: center; background: none; border: 0; border-bottom: 1px solid var(--v3-line); color: rgba(36,21,18,.48); cursor: pointer; display: flex; font-family: "Manrope", sans-serif; font-size: 16px; justify-content: flex-start; padding: 26px 5px; text-align: left; transition: color .25s ease, padding .25s ease; width: 100%; }
.v3-moment-nav .moment-option span { font-family: "DM Mono", monospace; font-size: 8px; margin-right: 34px; }
.v3-moment-nav .moment-option::after { content: "→"; margin-left: auto; opacity: 0; transform: translateX(-8px); transition: .25s ease; }
.v3-moment-nav .moment-option.is-active, .v3-moment-nav .moment-option:hover { color: var(--v3-oxblood); padding-left: 12px; }
.v3-moment-nav .moment-option.is-active::after { opacity: 1; transform: none; }
.v3-moment-card { background: var(--v3-paper); display: grid; grid-template-columns: 1.22fr .78fr; min-height: 590px; }
.v3-moment-card .moment-visual { min-height: 560px; overflow: hidden; }
.v3-moment-card .moment-visual img { height: 100%; object-fit: cover; transform: translate3d(var(--pointer-x,0),var(--pointer-y,0),0) scale(1.035); transition: opacity .25s ease, transform .5s ease; width: 100%; }
.v3-moment-card .moment-visual.is-changing img { opacity: .15; }
.v3-moment-copy { align-self: end; padding: 48px; }
.v3-moment-copy h3 { font-size: clamp(34px, 3.8vw, 58px); line-height: 1.03; margin: 25px 0; }
.v3-moment-copy > p:not(.v3-index) { font-size: 14px; line-height: 1.75; margin-bottom: 25px; }

.v3-gallery { background: var(--v3-ink); color: var(--v3-cream); padding: 150px 0 95px; }
.v3-gallery-head { display: grid; gap: 55px; grid-template-columns: 160px 1fr 330px; margin-bottom: 75px; }
.v3-gallery h2 { font-size: clamp(56px, 6.7vw, 105px); }
.v3-gallery h2 em { color: var(--v3-rose); }
.v3-gallery-head > p:last-child { align-self: end; color: rgba(244,238,229,.72); font-size: 15px; line-height: 1.75; }
.v3-rail { cursor: grab; display: flex; gap: 22px; overflow-x: auto; padding: 0 max(40px, calc((100vw - 1380px) / 2)); scrollbar-width: none; user-select: none; }
.v3-rail::-webkit-scrollbar { display: none; }
.v3-rail.is-dragging { cursor: grabbing; }
.v3-shot { flex: 0 0 min(62vw, 850px); margin: 0; }
.v3-shot-tall { flex-basis: min(38vw, 520px); }
.v3-shot img { height: 600px; object-fit: cover; pointer-events: none; width: 100%; }
.v3-shot-tall img { object-position: center; }
.v3-shot figcaption { display: flex; font-family: "DM Mono", monospace; font-size: 9px; gap: 25px; letter-spacing: .1em; padding-top: 16px; text-transform: uppercase; }
.v3-shot figcaption span { color: var(--v3-rose); }
.v3-rail-control { align-items: center; display: flex; font-family: "DM Mono", monospace; font-size: 8px; justify-content: space-between; letter-spacing: .12em; margin-top: 45px; text-transform: uppercase; }
.v3-rail-control > div { background: rgba(255,255,255,.18); height: 1px; width: 250px; }
.v3-rail-control i { background: var(--v3-rose); display: block; height: 1px; transform-origin: left; width: 100%; }

.v3-founder { background: var(--v3-oxblood); color: var(--v3-paper); display: grid; grid-template-columns: 1fr 1fr; }
.v3-founder-image { min-height: 850px; overflow: hidden; }
.v3-founder-image img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.v3-founder-copy { align-self: center; padding: 90px clamp(50px, 8vw, 130px); }
.v3-founder-quote { color: var(--v3-rose); font-family: "Prata", serif; font-size: 20px; line-height: 1.5; margin: 70px 0 45px; max-width: 410px; }
.v3-founder h2 { font-size: clamp(52px, 6vw, 90px); }
.v3-founder h2 em { color: var(--v3-rose); }
.v3-founder-copy > p:not(.v3-index):not(.v3-founder-quote) { color: rgba(251,248,242,.74); line-height: 1.8; margin: 38px 0; max-width: 520px; }
.v3-founder .v3-link { color: white; }

.v3-proof { padding: 150px 0; }
.v3-proof-top { display: grid; gap: 60px; grid-template-columns: 180px 1fr; margin-bottom: 70px; }
.v3-proof h2 { font-size: clamp(55px, 7vw, 105px); }
.v3-testimonials { border-top: 1px solid var(--v3-line); display: grid; grid-template-columns: repeat(3, 1fr); }
.v3-testimonials .card { background: transparent; border: 0; border-right: 1px solid var(--v3-line); border-radius: 0; box-shadow: none; min-height: 280px; padding: 38px 40px 20px 0; }
.v3-testimonials .card + .card { padding-left: 40px; }
.v3-testimonials .card:last-child { border-right: 0; }
.v3-testimonials .card p { font-family: "Prata", serif; font-size: 23px; line-height: 1.45; }
.v3-testimonials .card strong { display: block; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .1em; margin-top: 45px; text-transform: uppercase; }
.v3-testimonials .mini-label { display: none; }

.v3-final { color: white; min-height: 790px; overflow: hidden; position: relative; }
.v3-final-media, .v3-final-shade { inset: 0; position: absolute; }
.v3-final-media img { height: 100%; object-fit: cover; object-position: center; transform: scale(1.04); width: 100%; }
.v3-final-shade { background: linear-gradient(90deg, rgba(33,14,12,.85), rgba(33,14,12,.24) 58%, rgba(33,14,12,.05)); }
.v3-final-content { display: flex; flex-direction: column; justify-content: center; min-height: 790px; position: relative; z-index: 2; }
.v3-final h2 { font-size: clamp(62px, 8vw, 125px); margin: 45px 0 55px; max-width: 980px; }
.v3-final h2 em { color: #efb8b1; }
.v3-link-light { color: white; }
.home-v3 .site-footer { background: #160d0b; color: var(--v3-cream); padding: 75px 0 100px; }
.home-v3 .site-footer .hero-card { background: none; border: 0; box-shadow: none; color: inherit; }

.home-v3 [data-reveal] { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.home-v3 [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .home-v3 .container { width: min(100% - 42px, 1380px); }
  .home-v3 .site-header .nav-wrap { min-height: 76px; }
  .home-v3 .site-header { color: var(--v3-ink); }
  .home-v3 .mobile-menu { background: var(--v3-paper); color: var(--v3-ink); }
  .v3-hero { min-height: 900px; }
  .v3-hero-media img { object-position: 58% center; }
  .v3-hero-wash { background: linear-gradient(90deg, rgba(242,231,216,.92), rgba(242,231,216,.62) 48%, rgba(242,231,216,.03)); }
  .v3-hero-content { justify-content: flex-end; min-height: 900px; padding-bottom: 105px; }
  .v3-hero h1 { font-size: clamp(60px, 11vw, 105px); max-width: 690px; }
  .v3-manifesto-grid, .v3-section-head, .v3-gallery-head { grid-template-columns: 1fr; }
  .v3-manifesto-grid { gap: 35px; }
  .v3-manifesto-copy { max-width: 500px; }
  .v3-moment-shell { gap: 40px; grid-template-columns: 1fr; }
  .v3-moment-nav { display: grid; grid-template-columns: 1fr 1fr; }
  .v3-moment-nav .moment-option:nth-child(odd) { border-right: 1px solid var(--v3-line); }
  .v3-founder { grid-template-columns: 1fr; }
  .v3-founder-image { min-height: 680px; }
  .v3-founder-copy { padding: 90px 45px; }
}

@media (max-width: 680px) {
  .home-v3 .container { width: calc(100% - 34px); }
  .home-v3 .brand-mark strong { font-size: 20px; }
  .v3-hero { min-height: 820px; }
  .v3-hero-media img { object-position: 65% center; }
  .v3-hero-wash { background: linear-gradient(180deg, rgba(241,229,213,.2) 10%, rgba(241,229,213,.32) 38%, rgba(241,229,213,.92) 72%, rgba(241,229,213,.98)); }
  .v3-hero-content { justify-content: flex-end; min-height: 820px; padding: 110px 0 85px; }
  .v3-kicker { flex-direction: column; gap: 8px; margin-bottom: 24px; }
  .v3-kicker span + span::before { display: none; }
  .v3-hero h1 { font-size: clamp(54px, 17vw, 74px); line-height: .96; }
  .v3-hero-lower { align-items: flex-start; flex-direction: column; gap: 24px; margin-top: 27px; }
  .v3-hero-lower > p { font-size: 13px; max-width: 325px; }
  .v3-scroll { bottom: 22px; left: 17px; }
  .v3-scroll span { display: none; }
  .v3-ai-note { bottom: 22px; right: 17px; }
  .v3-manifesto { padding: 90px 0 100px; }
  .v3-manifesto h2, .v3-section-head h2, .v3-gallery h2, .v3-proof h2 { font-size: 49px; }
  .v3-choose { grid-template-columns: 1fr; }
  .v3-path { height: 660px; }
  .v3-path-content { bottom: 38px; left: 24px; right: 24px; }
  .v3-path-content strong { font-size: 51px; }
  .v3-path-number { left: 22px; top: 22px; }
  .v3-moment { padding: 95px 0; }
  .v3-section-head { gap: 24px; margin-bottom: 48px; }
  .v3-moment-nav { display: block; }
  .v3-moment-nav .moment-option:nth-child(odd) { border-right: 0; }
  .v3-moment-card { display: block; min-height: 0; }
  .v3-moment-card .moment-visual { height: 440px; min-height: 0; }
  .v3-moment-copy { padding: 34px 25px 40px; }
  .v3-moment-copy h3 { font-size: 36px; }
  .v3-gallery { padding: 95px 0 70px; }
  .v3-gallery-head { gap: 25px; margin-bottom: 45px; }
  .v3-rail { padding: 0 17px; }
  .v3-shot, .v3-shot-tall { flex-basis: 84vw; }
  .v3-shot img { height: 470px; }
  .v3-rail-control > div { width: 120px; }
  .v3-founder-image { min-height: 530px; }
  .v3-founder-copy { padding: 75px 25px; }
  .v3-founder-quote { margin: 50px 0 35px; }
  .v3-founder h2 { font-size: 49px; }
  .v3-proof { padding: 95px 0; }
  .v3-proof-top { gap: 25px; grid-template-columns: 1fr; }
  .v3-testimonials { display: block; }
  .v3-testimonials .card, .v3-testimonials .card + .card { border-bottom: 1px solid var(--v3-line); border-right: 0; min-height: 0; padding: 34px 0; }
  .v3-testimonials .card p { font-size: 21px; }
  .v3-final, .v3-final-content { min-height: 720px; }
  .v3-final-media img { object-position: 64% center; }
  .v3-final-shade { background: linear-gradient(180deg, rgba(33,14,12,.1), rgba(33,14,12,.88) 72%); }
  .v3-final-content { justify-content: flex-end; padding-bottom: 95px; }
  .v3-final h2 { font-size: 51px; margin: 30px 0 40px; }
}

@media (prefers-reduced-motion: reduce) {
  .v3-ticker-track { animation: none; }
  .v3-hero-media img, .home-v3 [data-reveal] { transform: none; transition: none; }
}
