@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --v2-ink: #07150d;
  --v2-green: #0c1f14;
  --v2-green-soft: #112b1a;
  --v2-amber: #ca8a04;
  --v2-amber-bright: #f59e0b;
  --v2-paper: #f7f3ea;
  --v2-white: #fffdf8;
  --v2-muted: #b8b5ac;
  --v2-font-display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
  --v2-font-body: "Manrope", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body.v2-page { display: block; min-height: 100%; background: var(--v2-green); color: var(--v2-ink); font-family: var(--v2-font-body); }
.v2-page * { box-sizing: border-box; }
.v2-page h1, .v2-page h2, .v2-page h3, .v2-page h4, .v2-page h5, .v2-page h6 { font-family: var(--v2-font-display); }
.v2-page a { text-decoration: none; }
.v2-page button, .v2-page summary, .v2-page a { -webkit-tap-highlight-color: transparent; }
.v2-page a:focus-visible, .v2-page button:focus-visible, .v2-page summary:focus-visible { outline: 3px solid var(--v2-amber-bright); outline-offset: 4px; }
.v2-shell { width: min(100% - 40px, 1240px); margin-inline: auto; }
.v2-section { padding: clamp(84px, 10vw, 148px) 0; }
.v2-skip { position: fixed; z-index: 200; left: 16px; top: 12px; padding: 12px 18px; background: var(--v2-amber-bright); color: var(--v2-ink); font-weight: 800; transform: translateY(-160%); }
.v2-skip:focus { transform: translateY(0); }

.v2-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--v2-white); border-bottom: 1px solid rgb(255 255 255 / 10%); background: rgb(7 21 13 / 76%); backdrop-filter: blur(14px); transition: background-color 220ms ease, box-shadow 220ms ease; }
.v2-header.is-scrolled { background: rgb(7 21 13 / 96%); box-shadow: 0 14px 40px rgb(0 0 0 / 20%); }
.v2-header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.v2-brand { display: inline-flex; align-items: center; gap: 14px; color: var(--v2-white); font-family: var(--v2-font-display); }
.v2-brand-mark { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; background: #e97800; color: var(--v2-ink); font-size: 27px; font-weight: 900; letter-spacing: -.04em; border-radius: 2px; }
.v2-brand-word { font-size: 29px; font-weight: 900; font-style: italic; letter-spacing: -.075em; line-height: 1; text-transform: uppercase; transform: skewX(-5deg); transform-origin: left center; }
.v2-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.v2-nav a { color: #e2ded5; font-size: 13px; font-weight: 700; }
.v2-nav a:hover { color: var(--v2-amber-bright); }
.v2-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid var(--v2-amber); background: transparent; color: var(--v2-amber-bright); font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.v2-button:hover { transform: translateY(-2px); }
.v2-button--primary, .v2-button--small { background: var(--v2-amber); color: var(--v2-ink); }
.v2-button--primary:hover, .v2-button--small:hover { background: var(--v2-amber-bright); box-shadow: 0 14px 30px rgb(202 138 4 / 25%); }
.v2-button--small { min-height: 42px; padding: 10px 18px; font-size: 10px; }
.v2-button--large { min-height: 60px; padding-inline: 34px; font-size: 13px; }
.v2-menu-button, .v2-mobile-nav { display: none; }

.v2-hero { position: relative; isolation: isolate; min-height: 850px; padding-top: 76px; overflow: hidden; background: var(--v2-green); color: var(--v2-white); }
.v2-hero-video { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.v2-hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgb(4 16 9 / 97%) 0%, rgb(4 16 9 / 89%) 43%, rgb(4 16 9 / 32%) 73%, rgb(4 16 9 / 24%) 100%), linear-gradient(0deg, rgb(4 16 9 / 92%) 0%, transparent 36%); }
.v2-hero-grid { min-height: 774px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(290px, .55fr); align-items: center; gap: clamp(50px, 9vw, 130px); padding-block: 80px; }
.v2-hero-copy h1 { max-width: 850px; color: var(--v2-white); font-size: clamp(54px, 7vw, 96px); font-weight: 800; letter-spacing: -.035em; line-height: .91; text-transform: uppercase; text-wrap: balance; }
.v2-hero-copy h1 em { color: var(--v2-amber-bright); font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; letter-spacing: -.025em; text-transform: none; }
.v2-hero-lead { max-width: 640px; margin-top: 32px; color: #e2ded5; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; }
.v2-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 38px; }
.v2-text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--v2-white); font-size: 13px; font-weight: 800; border-bottom: 1px solid rgb(255 255 255 / 35%); padding: 11px 0; }
.v2-text-link span { color: var(--v2-amber-bright); font-size: 18px; }
.v2-text-link:hover { border-color: var(--v2-amber-bright); }
.v2-hero-reassurance { display: flex; flex-wrap: wrap; gap: 8px 20px; max-width: 680px; margin-top: 24px; color: #d2cec5; font-size: 11px; font-weight: 800; line-height: 1.5; }
.v2-hero-reassurance span { position: relative; padding-left: 15px; }
.v2-hero-reassurance span::before { content: ""; position: absolute; left: 0; top: .43em; width: 6px; height: 6px; background: var(--v2-amber-bright); border-radius: 50%; }
.v2-hero-workflow { align-self: end; margin-bottom: 42px; background: rgb(7 21 13 / 88%); border-top: 3px solid var(--v2-amber); box-shadow: 0 32px 80px rgb(0 0 0 / 35%); }
.v2-hero-workflow > p { padding: 23px 25px 12px; color: var(--v2-amber-bright); font-family: "Cormorant Garamond", Georgia, serif; font-size: 25px; font-style: italic; font-weight: 700; }
.v2-hero-workflow ol { padding: 0 25px 20px; }
.v2-hero-workflow li { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgb(255 255 255 / 10%); }
.v2-hero-workflow li span { display: grid; place-items: center; flex: 0 0 27px; height: 27px; border: 1px solid rgb(245 158 11 / 58%); border-radius: 50%; color: var(--v2-amber-bright); font-size: 11px; font-weight: 900; }
.v2-hero-workflow li strong { color: var(--v2-white); font-size: 13px; }
.v2-workflow-result { display: flex; align-items: center; gap: 10px; padding: 16px 25px; background: var(--v2-amber); color: var(--v2-ink); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.v2-status-dot { width: 8px; height: 8px; background: var(--v2-green); border-radius: 50%; box-shadow: 0 0 0 4px rgb(7 21 13 / 12%); }

.v2-trust-rail { background: var(--v2-paper); border-bottom: 1px solid #ded8cb; }
.v2-trust-rail .v2-shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.v2-trust-rail .v2-shell > div { min-height: 116px; display: flex; align-items: center; gap: 15px; padding: 20px 28px; border-right: 1px solid #ded8cb; }
.v2-trust-rail .v2-shell > div:first-child { border-left: 1px solid #ded8cb; }
.v2-trust-rail svg { width: 25px; height: 25px; fill: none; stroke: var(--v2-amber); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.v2-trust-rail span { color: #625f57; font-size: 11px; line-height: 1.45; }
.v2-trust-rail strong { display: block; color: var(--v2-ink); font-size: 13px; }

.v2-relief { background: var(--v2-paper); }
.v2-section-heading--split { display: grid; grid-template-columns: 1.45fr .65fr; align-items: end; gap: 80px; margin-bottom: clamp(58px, 7vw, 96px); }
.v2-section-heading h2, .v2-inclusions-intro h2, .v2-video h2, .v2-showcase h2, .v2-proof h2, .v2-pricing h2, .v2-faq h2, .v2-final h2 { font-size: clamp(42px, 5.8vw, 78px); font-weight: 800; letter-spacing: -.035em; line-height: .94; text-transform: uppercase; text-wrap: balance; }
.v2-section-heading > p, .v2-inclusions-intro > p, .v2-pricing-heading > p { color: #625f57; font-size: 18px; line-height: 1.7; }
.v2-relief-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: start; }
.v2-relief-statement { position: sticky; top: 110px; }
.v2-relief-statement > p { max-width: 590px; margin-bottom: 26px; color: var(--v2-green); font-family: var(--v2-font-display); font-size: clamp(40px, 5vw, 68px); font-weight: 800; letter-spacing: -.035em; line-height: .91; text-transform: uppercase; }
.v2-relief-statement em { color: var(--v2-amber); font-family: "Cormorant Garamond", Georgia, serif; text-transform: none; }
.v2-relief-statement img { width: 100%; min-height: 510px; object-fit: cover; filter: saturate(.82) contrast(1.06); box-shadow: 0 32px 68px rgb(12 31 20 / 18%); }
.v2-objection-stack { border-top: 1px solid #cfc8bb; }
.v2-objection-stack article { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid #cfc8bb; }
.v2-objection-stack svg { width: 36px; height: 36px; padding: 8px; background: var(--v2-green); fill: none; stroke: var(--v2-amber-bright); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; border-radius: 12px; }
.v2-objection-stack h3 { font-size: 21px; font-weight: 900; letter-spacing: -.02em; text-transform: uppercase; }
.v2-objection-stack p { max-width: 52ch; margin-top: 7px; color: #625f57; font-size: 15px; line-height: 1.65; }

.v2-photo-story { overflow: hidden; background: var(--v2-green-soft); color: var(--v2-white); }
.v2-photo-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(45px, 5vw, 70px); }
.v2-photo-copy h2 { max-width: 640px; font-size: clamp(44px, 5.4vw, 76px); font-weight: 800; letter-spacing: -.035em; line-height: .94; text-transform: uppercase; text-wrap: balance; }
.v2-photo-copy > p { max-width: 58ch; margin-top: 28px; color: #d0ccc3; font-size: 17px; line-height: 1.7; }
.v2-check-list { margin-top: 30px; }
.v2-check-list li { position: relative; padding: 15px 0 15px 31px; border-bottom: 1px solid rgb(255 255 255 / 12%); color: #eeeae1; font-size: 14px; line-height: 1.5; }
.v2-check-list li::before { content: ""; position: absolute; left: 2px; top: 20px; width: 12px; height: 7px; border-left: 2px solid var(--v2-amber-bright); border-bottom: 2px solid var(--v2-amber-bright); transform: rotate(-45deg); }
.v2-photo-copy .v2-inline-note { display: inline-block; margin-top: 28px; padding: 10px 14px; color: var(--v2-ink); background: var(--v2-amber); font-size: 12px; font-weight: 900; }
.v2-photo-composition { display: grid; grid-template-columns: minmax(0, .78fr) 74px minmax(0, 1.22fr); align-items: center; }
.v2-source-photo, .v2-site-result { overflow: hidden; background: var(--v2-paper); border: 1px solid rgb(255 255 255 / 18%); box-shadow: 0 28px 70px rgb(0 0 0 / 24%); }
.v2-source-photo img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; }
.v2-site-result img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; object-position: top; }
.v2-photo-composition figcaption { min-height: 74px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 13px 16px; color: var(--v2-ink); font-size: 12px; font-weight: 900; line-height: 1.3; }
.v2-photo-composition figcaption span { color: #756f64; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.v2-photo-bridge { display: grid; grid-template-columns: 1fr 34px 1fr; align-items: center; color: var(--v2-ink); }
.v2-photo-bridge > span { height: 1px; background: rgb(245 158 11 / 60%); }
.v2-photo-bridge svg { width: 34px; height: 34px; padding: 8px; background: var(--v2-amber); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.v2-process { background: var(--v2-white); }
.v2-process-line { border-top: 1px solid #d7d0c3; }
.v2-process-line li { display: grid; grid-template-columns: 92px .9fr; align-items: center; gap: 38px; min-height: 142px; padding: 24px 0; border-bottom: 1px solid #d7d0c3; }
.v2-process-line > li > span { color: var(--v2-amber); font-family: "Cormorant Garamond", Georgia, serif; font-size: 45px; font-style: italic; font-weight: 700; }
.v2-process-line h3 { font-size: clamp(25px, 3vw, 38px); font-weight: 900; letter-spacing: -.03em; text-transform: uppercase; }
.v2-process-line p { margin-top: 8px; color: #625f57; line-height: 1.6; }
.v2-process-close { display: grid; grid-template-columns: .4fr 1fr auto; align-items: center; gap: 34px; margin-top: 48px; padding: 34px; color: var(--v2-white); background: var(--v2-green); }
.v2-process-close strong { color: var(--v2-amber-bright); font-family: "Cormorant Garamond", Georgia, serif; font-size: 44px; font-style: italic; }
.v2-process-close span { font-size: 20px; font-weight: 800; }

.v2-video { background: var(--v2-paper); }
.v2-video-grid { display: grid; grid-template-columns: .65fr 1.35fr; align-items: end; gap: 70px; }
.v2-video h2 { font-size: clamp(42px, 5vw, 68px); }
.v2-video-grid > div > p { max-width: 50ch; margin-top: 28px; color: #625f57; font-size: 17px; line-height: 1.7; }
.v2-video-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.v2-video-facts span { padding: 8px 11px; border: 1px solid #c9c1b2; color: var(--v2-green); font-size: 11px; font-weight: 800; }
.v2-video-frame { overflow: hidden; background: var(--v2-green); box-shadow: 0 35px 80px rgb(12 31 20 / 22%); }
.v2-video-frame video { width: 100%; }
.v2-video-frame figcaption { padding: 14px 17px; color: #d0ccc3; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.v2-inclusions { overflow: hidden; background: var(--v2-green); color: var(--v2-white); }
.v2-inclusions-intro { display: grid; grid-template-columns: 1.2fr .5fr; align-items: end; gap: 70px; }
.v2-inclusions-intro > p { color: #c8c4ba; }
.v2-device-stage { position: relative; max-width: 1050px; margin: 80px auto 0; }
.v2-device-scene { width: 100%; }
.v2-device-label { position: absolute; display: flex; flex-direction: column; max-width: 205px; padding: 15px 17px; color: var(--v2-white); background: rgb(7 21 13 / 94%); border-top: 2px solid var(--v2-amber); box-shadow: 0 18px 42px rgb(0 0 0 / 28%); }
.v2-device-label strong { color: var(--v2-white); font-size: 12px; text-transform: uppercase; }
.v2-device-label span { margin-top: 4px; color: #c8c4ba; font-size: 10px; line-height: 1.4; }
.v2-device-label--one { left: 2%; top: 20%; }
.v2-device-label--two { right: 2%; bottom: 10%; }
.v2-device-label--three { right: 8%; top: 5%; }
.v2-inclusion-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 0 70px; max-width: 920px; margin: 60px auto 0; border-top: 1px solid rgb(255 255 255 / 15%); }
.v2-inclusion-columns li { position: relative; padding: 18px 0 18px 28px; border-bottom: 1px solid rgb(255 255 255 / 15%); color: #e7e3da; font-weight: 700; }
.v2-inclusion-columns li::before { content: "+"; position: absolute; left: 2px; color: var(--v2-amber-bright); font-size: 19px; }

.v2-showcase { overflow: hidden; background: #e8e2d7; }
.v2-showcase-heading { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 75px; }
.v2-showcase-heading > div > p { max-width: 54ch; color: #4f514a; font-size: 17px; line-height: 1.7; }
.v2-showcase-heading small { display: block; max-width: 63ch; margin-top: 18px; color: #62635d; font-size: 11px; line-height: 1.65; }
.v2-showcase-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 58px; padding-bottom: 18px; border-bottom: 1px solid #b8b1a5; }
.v2-showcase-toolbar > p { color: var(--v2-green); font-family: "Cormorant Garamond", Georgia, serif; font-size: 32px; font-style: italic; font-weight: 700; }
.v2-showcase-toolbar > p span:first-child { color: var(--v2-amber); font-size: 1.35em; }
.v2-showcase-controls { display: flex; gap: 8px; }
.v2-showcase-controls button { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--v2-green); color: var(--v2-green); background: transparent; cursor: pointer; transition: color 180ms ease, background-color 180ms ease, transform 180ms ease; }
.v2-showcase-controls button:hover { color: var(--v2-white); background: var(--v2-green); transform: translateY(-2px); }
.v2-showcase-controls svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.v2-showcase-viewport { margin-top: 28px; overflow: hidden; touch-action: pan-y; }
.v2-showcase-track { display: flex; transform: translate3d(0, 0, 0); transition: transform 420ms cubic-bezier(.16, 1, .3, 1); will-change: transform; }
.v2-showcase-slide { flex: 0 0 100%; min-width: 0; display: grid; grid-template-columns: 280px minmax(0, 1fr); align-items: stretch; background: var(--v2-green); color: var(--v2-white); }
.v2-showcase-meta { display: flex; flex-direction: column; padding: 36px 30px; border-right: 1px solid rgb(255 255 255 / 12%); }
.v2-example-identity { display: flex; align-items: center; gap: 14px; }
.v2-example-identity > span { display: grid; place-items: center; flex: 0 0 48px; height: 48px; color: var(--v2-green); background: var(--v2-amber-bright); font-family: var(--v2-font-display); font-size: 17px; font-weight: 800; letter-spacing: -.03em; }
.v2-example-identity h3 { color: var(--v2-white); font-size: 20px; font-weight: 800; line-height: 1.05; }
.v2-example-identity p { margin-top: 5px; color: var(--v2-amber-bright); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.v2-showcase-meta > p { margin-top: 35px; color: #d1cdc4; font-size: 14px; line-height: 1.7; }
.v2-showcase-meta ul { margin-top: auto; padding-top: 28px; }
.v2-showcase-meta li { padding: 12px 0; border-top: 1px solid rgb(255 255 255 / 12%); color: #eeeadf; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.v2-browser-preview { min-width: 0; overflow: hidden; background: #10130f; box-shadow: 0 30px 70px rgb(12 31 20 / 20%); }
.v2-browser-bar { min-height: 38px; display: flex; align-items: center; gap: 7px; padding: 8px 14px; color: #a19f99; background: #191c18; }
.v2-browser-bar > span { width: 7px; height: 7px; background: #686b65; border-radius: 50%; }
.v2-browser-bar > span:first-child { background: #c26b53; }
.v2-browser-bar > span:nth-child(2) { background: #c6a34c; }
.v2-browser-bar > span:nth-child(3) { background: #5d9268; }
.v2-browser-bar p { margin-left: 8px; font-size: 9px; letter-spacing: .04em; }
.v2-browser-preview figcaption { padding: 12px 15px; color: #a9a69e; background: #10130f; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.v2-design-render { display: block; aspect-ratio: 1440 / 1000; overflow: hidden; background: #e9e6df; }
.v2-design-render img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.v2-showcase-dots { display: flex; justify-content: center; margin-top: 12px; }
.v2-showcase-dots button { position: relative; width: 44px; height: 44px; overflow: hidden; border: 0; background: transparent; color: transparent; cursor: pointer; }
.v2-showcase-dots button::before { content: ""; position: absolute; left: 8px; right: 8px; top: 50%; height: 5px; background: #b9b2a6; transform: translateY(-50%); transition: background-color 220ms ease; }
.v2-showcase-dots button[aria-current="true"]::before { background: var(--v2-green); }

.v2-proof { background: var(--v2-paper); }
.v2-proof-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.v2-proof-grid > div:first-child > p { max-width: 60ch; margin-top: 28px; color: #625f57; font-size: 17px; line-height: 1.7; }
.v2-proof-principles { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.v2-proof-principles span { padding: 9px 12px; background: var(--v2-green); color: var(--v2-white); font-size: 11px; font-weight: 800; }
.v2-proof-commitments { padding: clamp(28px, 5vw, 50px); color: var(--v2-white); background: var(--v2-green); box-shadow: 0 30px 70px rgb(12 31 20 / 16%); }
.v2-proof-commitments > p { padding-bottom: 20px; color: var(--v2-amber-bright); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.v2-proof-commitments article { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid rgb(255 255 255 / 14%); }
.v2-proof-commitments svg { width: 30px; height: 30px; padding: 6px; fill: none; stroke: var(--v2-amber-bright); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.v2-proof-commitments h3 { color: var(--v2-white); font-size: 18px; font-weight: 800; text-transform: uppercase; }
.v2-proof-commitments article p { max-width: 50ch; margin-top: 5px; color: #c8c4ba; font-size: 13px; line-height: 1.55; }
.v2-proof-commitments small { display: block; padding-top: 18px; border-top: 1px solid rgb(255 255 255 / 14%); color: #aaa79f; font-size: 11px; line-height: 1.5; }

.v2-pricing { background: var(--v2-green-soft); color: var(--v2-white); }
.v2-pricing-heading { display: grid; grid-template-columns: 1fr .45fr; align-items: end; gap: 60px; }
.v2-pricing-heading > p { color: #c8c4ba; }
.v2-price-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2px; margin-top: 70px; background: rgb(255 255 255 / 12%); }
.v2-price-build { padding: clamp(32px, 5vw, 58px); background: var(--v2-green); }
.v2-price-build h3, .v2-monthly-plans h3 { font-size: 24px; font-weight: 900; text-transform: uppercase; }
.v2-price-build > div:first-child > p, .v2-monthly-plans article > div:first-child > p { max-width: 48ch; margin-top: 8px; color: #c8c4ba; line-height: 1.55; }
.v2-price { display: flex; align-items: flex-start; margin-top: 38px; color: var(--v2-amber-bright); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(72px, 8vw, 108px); font-style: italic; font-weight: 700; line-height: .8; }
.v2-price > span { margin: 5px 4px 0 0; font-size: .42em; }
.v2-price small { align-self: end; margin: 0 0 6px 12px; color: #c8c4ba; font-family: var(--v2-font-body); font-size: 11px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.v2-price-build .v2-check-list { margin-bottom: 34px; }
.v2-monthly-plans { display: flex; flex-direction: column; gap: 2px; }
.v2-monthly-plans article { flex: 1; padding: clamp(28px, 4vw, 44px); background: var(--v2-green); }
.v2-monthly-plans .v2-monthly-featured { background: #173921; }
.v2-price--monthly { margin-top: 28px; font-size: clamp(60px, 6vw, 82px); }
.v2-booking-explainer { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgb(245 158 11 / 45%); }
.v2-booking-explainer .v2-booking-label { margin: 0 0 15px; color: var(--v2-amber-bright); font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.v2-booking-explainer video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #081b10; object-fit: cover; }
.v2-booking-explainer > p:last-child { max-width: 62ch; margin-top: 15px; color: #d5d1c7; font-size: 13px; line-height: 1.6; }
.v2-plan-note { padding: 18px 24px; color: #c8c4ba; background: var(--v2-green); font-size: 11px; line-height: 1.5; }
.v2-payment-proof { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; margin-top: 2px; padding: 32px clamp(28px, 4vw, 48px); background: var(--v2-green); border-top: 1px solid rgb(255 255 255 / 12%); }
.v2-payment-copy h3 { margin: 0; font-size: 20px; font-weight: 900; line-height: 1.15; text-transform: uppercase; }
.v2-payment-copy p { max-width: 58ch; margin: 8px 0 0; color: #c8c4ba; font-size: 13px; line-height: 1.55; }
.v2-payment-logos { display: grid; justify-items: end; gap: 14px; }
.v2-stripe-badge { width: 150px; height: auto; }
.v2-payment-marks { display: flex; min-height: 34px; align-items: center; justify-content: flex-end; gap: 22px; }
.v2-payment-mark { display: block; width: auto; max-width: 72px; height: 25px; object-fit: contain; }
.v2-payment-mark--mastercard { width: 42px; height: 27px; }
.v2-payment-mark--apple-pay { height: 28px; filter: invert(1); }
.v2-payment-mark--google-pay { height: 25px; }
.v2-payment-logos > p { margin: 0; color: #a8a59e; font-size: 10px; font-weight: 700; letter-spacing: .04em; }

.v2-faq { background: var(--v2-paper); }
.v2-faq-layout { display: grid; grid-template-columns: .62fr 1fr; align-items: start; gap: 100px; }
.v2-faq-intro { position: sticky; top: 112px; }
.v2-faq-intro > p { max-width: 44ch; margin-top: 28px; color: #625f57; line-height: 1.7; }
.v2-text-link--dark { margin-top: 25px; color: var(--v2-green); border-color: #979084; }
.v2-faq-list { border-top: 1px solid #cfc8bb; }
.v2-faq-list details { border-bottom: 1px solid #cfc8bb; }
.v2-faq-list summary { position: relative; min-height: 84px; display: flex; align-items: center; padding: 22px 48px 22px 0; color: var(--v2-green); cursor: pointer; font-size: 18px; font-weight: 900; text-transform: uppercase; list-style: none; }
.v2-faq-list summary::-webkit-details-marker { display: none; }
.v2-faq-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--v2-amber); font-size: 28px; font-weight: 400; }
.v2-faq-list details[open] summary::after { content: "−"; }
.v2-faq-list details p { max-width: 68ch; padding: 0 48px 25px 0; color: #625f57; line-height: 1.7; }

.v2-final { position: relative; overflow: hidden; padding: clamp(100px, 13vw, 180px) 0; color: var(--v2-white); background: var(--v2-green); text-align: center; }
.v2-final::before { content: "NOOVI"; position: absolute; left: 50%; top: 50%; color: rgb(255 255 255 / 3.5%); font-size: 28vw; font-weight: 900; letter-spacing: -.08em; transform: translate(-50%, -52%); pointer-events: none; }
.v2-final-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.v2-final h2 { max-width: 1000px; }
.v2-final p { margin-top: 25px; color: var(--v2-amber-bright); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(28px, 4vw, 44px); font-style: italic; font-weight: 700; }
.v2-final .v2-button { margin-top: 35px; }
.v2-final-inner > span { margin-top: 19px; color: #aaa79f; font-size: 11px; font-weight: 700; }

.v2-footer { padding: 70px 0 28px; color: #a9a69e; background: #061109; border-top: 1px solid rgb(255 255 255 / 8%); }
.v2-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 50px; }
.v2-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.v2-footer-grid > div:first-child p { max-width: 32ch; margin-top: 8px; font-size: 13px; line-height: 1.6; }
.v2-footer-grid strong { margin-bottom: 7px; color: var(--v2-white); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.v2-footer-grid a, .v2-footer-grid span { color: #a9a69e; font-size: 12px; }
.v2-footer-grid a:hover { color: var(--v2-amber-bright); }
.v2-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgb(255 255 255 / 8%); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 650ms cubic-bezier(.16, 1, .3, 1), transform 650ms cubic-bezier(.16, 1, .3, 1); }
  [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
}

@media (max-width: 960px) {
  .v2-nav { display: none; }
  .v2-header .v2-button--small { margin-left: auto; }
  .v2-hero-grid { grid-template-columns: 1fr; align-content: center; gap: 18px; }
  .v2-hero-workflow { width: min(100%, 420px); align-self: auto; margin: 0 0 20px; }
  .v2-trust-rail .v2-shell { grid-template-columns: 1fr 1fr; }
  .v2-trust-rail .v2-shell > div:nth-child(3) { border-left: 1px solid #ded8cb; }
  .v2-section-heading--split, .v2-inclusions-intro, .v2-pricing-heading { grid-template-columns: 1fr; gap: 25px; }
  .v2-payment-proof { grid-template-columns: 1fr; gap: 26px; }
  .v2-payment-logos { justify-items: start; }
  .v2-payment-marks { justify-content: flex-start; }
  .v2-relief-layout, .v2-photo-grid, .v2-video-grid, .v2-proof-grid, .v2-price-layout, .v2-faq-layout { grid-template-columns: 1fr; }
  .v2-relief-statement, .v2-faq-intro { position: relative; top: auto; }
  .v2-photo-composition { min-height: 610px; }
  .v2-video-grid { gap: 45px; }
  .v2-showcase-heading { grid-template-columns: 1fr; gap: 25px; }
  .v2-showcase-slide { grid-template-columns: 230px minmax(0, 1fr); }
  .v2-showcase-meta { padding: 28px 22px; }
  .v2-proof-grid { gap: 55px; }
  .v2-faq-layout { gap: 50px; }
  .v2-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .v2-footer-grid > div:last-child { grid-column: 2 / 3; }
}

@media (max-width: 700px) {
  .v2-shell { width: min(100% - 32px, 1240px); }
  .v2-header-inner { min-height: 70px; }
  .v2-brand { gap: 11px; }
  .v2-brand-mark { width: 40px; height: 40px; flex-basis: 40px; font-size: 24px; }
  .v2-brand-word { font-size: 25px; }
  .v2-header .v2-button--small { display: none; }
  .v2-menu-button { display: flex; width: 46px; height: 46px; flex-direction: column; justify-content: center; gap: 7px; padding: 10px; color: var(--v2-white); }
  .v2-menu-button span { display: block; width: 100%; height: 2px; background: currentColor; transition: transform 180ms ease; }
  .v2-menu-button[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .v2-menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .v2-mobile-nav { display: flex; flex-direction: column; gap: 3px; padding: 8px 16px 20px; background: #07150d; }
  .v2-mobile-nav[hidden] { display: none; }
  .v2-mobile-nav > a:not(.v2-button) { min-height: 46px; display: flex; align-items: center; padding: 8px 10px; color: #e2ded5; font-size: 13px; font-weight: 800; border-bottom: 1px solid rgb(255 255 255 / 8%); }
  .v2-mobile-nav .v2-button { margin-top: 8px; background: var(--v2-amber); color: var(--v2-ink); }
  .v2-hero { min-height: 820px; padding-top: 70px; }
  .v2-hero-video { object-position: 66% center; filter: brightness(1.12) saturate(1.05); }
  .v2-hero-shade { background: linear-gradient(0deg, rgb(4 16 9 / 98%) 0%, rgb(4 16 9 / 91%) 45%, rgb(4 16 9 / 44%) 80%, rgb(4 16 9 / 65%) 100%); }
  .v2-hero-grid { min-height: 750px; display: flex; flex-direction: column; justify-content: flex-end; align-items: stretch; padding: 105px 0 28px; }
  .v2-hero-copy h1 { font-size: clamp(43px, 12vw, 61px); line-height: .94; }
  .v2-hero-lead { margin-top: 22px; font-size: 16px; line-height: 1.6; }
  .v2-actions { align-items: stretch; flex-direction: column; gap: 9px; margin-top: 25px; }
  .v2-actions .v2-button { width: 100%; }
  .v2-text-link { align-self: flex-start; }
  .v2-hero-reassurance { gap: 6px 14px; margin-top: 15px; font-size: 10px; }
  .v2-hero-workflow { display: none; }
  .v2-trust-rail .v2-shell { width: 100%; grid-template-columns: 1fr 1fr; }
  .v2-trust-rail .v2-shell > div { min-height: 98px; padding: 16px; border-bottom: 1px solid #ded8cb; }
  .v2-trust-rail .v2-shell > div:nth-child(odd) { border-left: 0; }
  .v2-trust-rail svg { flex: 0 0 22px; width: 22px; }
  .v2-trust-rail strong { font-size: 11px; }
  .v2-trust-rail span { font-size: 9px; }
  .v2-section { padding: 78px 0; }
  .v2-section-heading--split { margin-bottom: 48px; }
  .v2-section-heading h2, .v2-inclusions-intro h2, .v2-video h2, .v2-showcase h2, .v2-proof h2, .v2-pricing h2, .v2-faq h2, .v2-final h2, .v2-photo-copy h2 { font-size: clamp(38px, 11vw, 52px); line-height: .97; }
  .v2-section-heading > p, .v2-inclusions-intro > p, .v2-pricing-heading > p { font-size: 16px; }
  .v2-relief-layout { gap: 45px; }
  .v2-relief-statement > p { margin-bottom: 20px; font-size: 40px; }
  .v2-relief-statement img { min-height: 360px; }
  .v2-objection-stack article { grid-template-columns: 42px 1fr; gap: 16px; }
  .v2-objection-stack h3 { font-size: 18px; }
  .v2-photo-grid { gap: 35px; }
  .v2-photo-composition { grid-template-columns: 1fr; gap: 0; }
  .v2-photo-bridge { min-height: 74px; width: 42px; grid-template-columns: 1fr; grid-template-rows: 1fr 42px 1fr; justify-self: center; }
  .v2-photo-bridge > span { width: 1px; height: 100%; justify-self: center; }
  .v2-photo-bridge svg { width: 42px; height: 42px; padding: 11px; transform: rotate(90deg); }
  .v2-source-photo, .v2-site-result { width: 100%; }
  .v2-process-line li { grid-template-columns: 55px 1fr; gap: 15px; min-height: 122px; }
  .v2-process-line > li > span { font-size: 32px; }
  .v2-process-line h3 { font-size: 23px; }
  .v2-process-line p { font-size: 14px; }
  .v2-process-close { grid-template-columns: 1fr; gap: 12px; padding: 25px; }
  .v2-process-close strong { font-size: 36px; }
  .v2-process-close .v2-button { margin-top: 12px; }
  .v2-device-stage { margin-top: 45px; }
  .v2-device-label { position: static; max-width: none; margin-top: 0; padding: 15px 0; background: transparent; border-top: 1px solid rgb(255 255 255 / 16%); box-shadow: none; }
  .v2-inclusion-columns { grid-template-columns: 1fr; margin-top: 38px; }
  .v2-showcase-heading > div > p { font-size: 15px; }
  .v2-showcase-toolbar { margin-top: 38px; }
  .v2-showcase-slide { grid-template-columns: 1fr; }
  .v2-showcase-meta { min-height: 250px; }
  .v2-example-identity h3 { font-size: 19px; }
  .v2-showcase-meta > p { margin-top: 24px; }
  .v2-showcase-meta ul { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 24px; padding-top: 0; }
  .v2-showcase-meta li { padding: 7px 9px; border: 1px solid rgb(255 255 255 / 16%); font-size: 9px; }
  .v2-design-render { aspect-ratio: 650 / 900; }
  .v2-price-layout { margin-top: 45px; }
  .v2-price { font-size: 72px; }
  .v2-price small { max-width: 85px; }
  .v2-payment-proof { padding: 28px 20px; }
  .v2-payment-marks { width: 100%; justify-content: space-between; gap: 14px; }
  .v2-payment-mark { max-width: 64px; height: 22px; }
  .v2-payment-mark--mastercard { width: 38px; height: 25px; }
  .v2-payment-mark--apple-pay { height: 25px; }
  .v2-faq-list summary { min-height: 74px; font-size: 15px; }
  .v2-final-inner > span { max-width: 290px; line-height: 1.6; }
  .v2-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .v2-footer-grid > div:first-child { grid-column: 1 / -1; }
  .v2-footer-grid > div:last-child { grid-column: auto; }
  .v2-footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .v2-design-render { aspect-ratio: 390 / 844; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .v2-hero-video { display: none; }
  .v2-showcase-track { transition: none; }
  .v2-page *, .v2-page *::before, .v2-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
