:root {
    --ink: #09090a;
    --surface: #111214;
    --surface-raised: #18191c;
    --line: rgba(255,255,255,.12);
    --muted: #9a9aa0;
    --paper: #f4f1eb;
    --brand-primary: #f97316;
    --brand-accent: #fb923c;
    color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.site-header, .site-footer, .section-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand-mark { font-size: .88rem; letter-spacing: .08em; font-weight: 800; text-transform: uppercase; }
.brand-mark img { max-height: 42px; width: auto; max-width: 180px; object-fit: contain; }
.header-cta { font-size: .86rem; border-bottom: 1px solid var(--brand-primary); padding-bottom: 3px; }
.hero { padding: 70px 0 120px; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(300px,.92fr); align-items: center; gap: clamp(40px, 7vw, 100px); min-height: calc(100vh - 84px); }
.hero.is-centered { grid-template-columns: 1fr; text-align: center; max-width: 800px; }
.hero.is-centered .hero-visual { display: none; }
.eyebrow { color: var(--brand-accent); text-transform: uppercase; letter-spacing: .14em; font-size: .69rem; font-weight: 800; margin: 0 0 15px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.02; }
h1 { font-size: clamp(3.1rem, 7vw, 6.9rem); max-width: 780px; margin-bottom: 24px; }
h2 { font-size: clamp(2.1rem, 4.1vw, 4rem); max-width: 760px; margin-bottom: 18px; }
h3 { font-size: 1.35rem; }
.hero-lead { color: #d0d0d3; font-size: clamp(1.05rem, 1.6vw, 1.35rem); max-width: 610px; margin-bottom: 14px; }
.hero-body, .statement-text, .section-heading > p { color: var(--muted); max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { border-radius: 999px; padding: 14px 20px; display: inline-flex; align-items: center; gap: 20px; font-weight: 750; font-size: .9rem; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #17100b; background: var(--brand-primary); box-shadow: 0 12px 35px color-mix(in srgb, var(--brand-primary) 25%, transparent); }
.button-quiet { border: 1px solid var(--line); color: var(--paper); }
.microcopy { font-size: .76rem; color: var(--muted); margin-top: 16px; }
.hero-visual { aspect-ratio: .92; min-height: 430px; position: relative; overflow: hidden; display: grid; place-items: center; border: 1px solid var(--line); background: radial-gradient(circle at 75% 18%, color-mix(in srgb, var(--brand-primary) 48%, transparent), transparent 29%), linear-gradient(140deg, #242528, #0e0f10 72%); }
.hero-visual:after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.14); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.hero-monogram { z-index: 2; font-size: clamp(10rem, 24vw, 17rem); color: rgba(255,255,255,.92); font-weight: 900; letter-spacing: -.12em; transform: translateX(-.08em); }
.hero-orbit { position: absolute; border: 1px solid color-mix(in srgb, var(--brand-accent) 65%, transparent); border-radius: 50%; z-index: 2; }
.orbit-one { height: 72%; width: 72%; top: -18%; right: -18%; }.orbit-two { height: 44%; width: 44%; bottom: -13%; left: -15%; }
.statement { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 10vw, 170px); padding: 120px 0; border-top: 1px solid var(--line); }
.statement-text { padding-top: 10px; font-size: 1.08rem; }.statement-text p + p { margin-top: 22px; }
.section-block { padding: 106px 0; border-top: 1px solid var(--line); }.section-heading { margin-bottom: 42px; }.section-heading > p { margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 180px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.03), transparent); }
.feature-card span { color: var(--brand-accent); font-size: .72rem; letter-spacing: .08em; font-weight: 800; }.feature-card p { font-size: 1.05rem; margin: 40px 0 0; max-width: 260px; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 12px; }.gallery-grid img { width: 100%; height: 330px; object-fit: cover; background: var(--surface-raised); }.gallery-grid img:first-child { height: 500px; grid-row: span 2; }
.video-block { background: linear-gradient(100deg, color-mix(in srgb, var(--brand-primary) 12%, transparent), transparent); padding-inline: clamp(24px, 5vw, 65px); }.video-link, .price-card a { color: var(--brand-accent); font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.pricing-grid, .review-grid, .comparison-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.price-card, blockquote, .comparison-grid figure { margin: 0; border: 1px solid var(--line); background: var(--surface); }.price-card { min-height: 270px; padding: 28px; display: flex; flex-direction: column; align-items: flex-start; }.price-card strong { font-size: 1.7rem; letter-spacing: -.04em; }.price-card p { color: var(--muted); flex: 1; margin-top: 12px; }
.comparison-grid { grid-template-columns: repeat(2, 1fr); }.comparison-grid img { width: 100%; aspect-ratio: 1.35; object-fit: cover; display: block; }.comparison-grid figcaption { padding: 12px 15px; color: var(--muted); font-size: .85rem; }
.review-grid { grid-template-columns: repeat(2, 1fr); }.review-grid blockquote { padding: 28px; }.stars { color: var(--brand-accent); letter-spacing: .12em; font-size: .9rem; }.review-grid blockquote p { font-size: 1.12rem; margin: 32px 0; }.review-grid footer { color: var(--muted); font-size: .85rem; }
.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); padding: 21px 0; }.faq-list summary { cursor: pointer; font-weight: 700; list-style: none; display: flex; justify-content: space-between; gap: 20px; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary span { color: var(--brand-accent); font-size: 1.3rem; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { color: var(--muted); max-width: 760px; padding-top: 17px; margin-bottom: 0; }
.cta-panel { padding: clamp(45px, 8vw, 100px); margin-bottom: 110px; background: var(--brand-primary); color: #160f08; }.cta-panel .eyebrow { color: rgba(22,15,8,.68); }.cta-panel h2 { max-width: 820px; }.cta-panel p:not(.eyebrow) { max-width: 650px; margin-bottom: 30px; }.cta-panel .button-primary { background: #160f08; color: var(--paper); box-shadow: none; }
.footer-note { border-top: 1px solid var(--line); padding: 30px 0; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); }.footer-note p { color: var(--paper); margin: 0; }
.site-footer { padding: 28px 0 42px; display: flex; justify-content: space-between; color: #707075; font-size: .78rem; border-top: 1px solid var(--line); }
@media (max-width: 760px) { .site-header,.site-footer,.section-shell { width: min(100% - 28px, 1160px); }.site-header { min-height: 70px; }.header-cta { font-size: .75rem; }.hero { padding: 50px 0 75px; min-height: auto; grid-template-columns: 1fr; gap: 40px; }.hero-visual { min-height: 340px; aspect-ratio: 1.08; }.statement { grid-template-columns: 1fr; padding: 76px 0; gap: 15px; }.section-block { padding: 76px 0; }.feature-grid,.pricing-grid { grid-template-columns: 1fr; }.feature-card { min-height: 130px; }.feature-card p { margin-top: 25px; }.gallery-grid { grid-template-columns: 1fr 1fr; }.gallery-grid img,.gallery-grid img:first-child { height: 205px; grid-row: auto; }.gallery-grid img:first-child { grid-column: span 2; height: 330px; }.comparison-grid,.review-grid { grid-template-columns: 1fr; }.cta-panel { margin-bottom: 76px; }.footer-note,.site-footer { flex-direction: column; gap: 8px; } }
