:root {
    --theme-base: #09090A;
    --theme-surface: #111214;
    --theme-accent: #F97316;
    --theme-text: #F4F1EB;
    --ink: var(--theme-base);
    --surface: var(--theme-surface);
    --surface-raised: color-mix(in srgb, var(--theme-surface) 88%, var(--theme-text));
    --line: color-mix(in srgb, var(--theme-text) 14%, transparent);
    --muted: color-mix(in srgb, var(--theme-text) 64%, var(--theme-base));
    --paper: var(--theme-text);
    --brand-primary: var(--theme-accent);
    --brand-accent: var(--theme-accent);
    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; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
.site-header, .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: color-mix(in srgb, var(--theme-text) 82%, var(--theme-base)); 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: var(--theme-base); 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; overflow: hidden; display: grid; place-items: center; background: var(--theme-surface); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.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); }
.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-shell { background: var(--section-background, transparent); }
[data-section-background] { position: relative; isolation: isolate; background: transparent; }
[data-section-background]::before,
[data-section-background]::after { content: ""; position: absolute; inset-block: 0; left: 50%; width: 100vw; transform: translateX(-50%); pointer-events: none; }
[data-section-background]::before { z-index: 0; }
[data-section-background]::after { z-index: 1; }
[data-section-background] > * { position: relative; z-index: 2; }
[data-section-background="color"]::before { background-color: var(--section-background-color); }
[data-section-background="image"] { min-height: clamp(28rem, 55vw, 44rem); color: var(--theme-text); --muted: color-mix(in srgb, var(--theme-text) 84%, transparent); }
[data-section-background="image"]::before { background-image: var(--section-background-image); background-repeat: no-repeat; background-position: var(--section-background-position, center center); background-size: cover; }
[data-section-background="image"]::after { background-color: var(--section-overlay-color, #000000); opacity: var(--section-overlay-opacity, .55); }
[data-section-background="image"] h1,
[data-section-background="image"] h2,
[data-section-background="image"] h3,
[data-section-background="image"] > p,
[data-section-background="image"] .section-heading > p,
[data-section-background="image"] .hero-copy > p,
[data-section-background="image"] .statement-text { text-shadow: 0 2px 18px rgba(0,0,0,.72); }
.hero[data-section-background="image"] { min-height: clamp(36rem, calc(100svh - 84px), 64rem); }
.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(--section-background, var(--theme-accent)); color: var(--theme-base); }.cta-panel .eyebrow { color: color-mix(in srgb, var(--theme-base) 68%, transparent); }.cta-panel h2 { max-width: 820px; }.cta-panel p:not(.eyebrow) { max-width: 650px; margin-bottom: 30px; }.cta-panel .button-primary { background: var(--theme-base); color: var(--theme-text); box-shadow: none; }
.cta-panel[data-section-background="image"] { color: var(--theme-text); }
.cta-panel[data-section-background="image"] .eyebrow { color: var(--theme-text); }

@media (max-width: 760px) { .site-header,.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[data-section-background="image"] { min-height: clamp(38rem, 155vw, 48rem); }.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 { flex-direction: column; gap: 8px; } }

.site-footer { width: 100%; padding: 0; display: block; border-top: 1px solid var(--line); background: var(--surface); color: var(--muted); font-size: .86rem; }
.site-footer__inner, .site-footer__bottom { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-footer__inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(140px, .55fr) minmax(260px, 1fr); gap: clamp(40px, 7vw, 100px); padding: clamp(58px, 7vw, 92px) 0; }
.site-footer__brand p { max-width: 430px; margin: 24px 0 0; color: var(--muted); font-size: .98rem; }
.footer-brand-mark { display: inline-flex; align-items: center; color: var(--paper); font-size: .9rem; letter-spacing: .08em; font-weight: 800; text-transform: uppercase; }
.footer-brand-mark img { display: block; max-height: 48px; width: auto; max-width: 190px; object-fit: contain; }
.site-footer__heading { margin: 0 0 22px; color: var(--paper); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.site-footer__links a, .site-footer__socials a { transition: color .2s; }
.site-footer__links a:hover, .site-footer__links a:focus-visible, .site-footer__socials a:hover, .site-footer__socials a:focus-visible { color: var(--brand-accent); }
.site-footer__contact-list { display: grid; gap: 18px; margin: 0; font-style: normal; }
.site-footer__contact-list a { display: grid; gap: 3px; }
.site-footer__contact-list span { color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer__contact-list strong { color: var(--paper); font-size: .92rem; font-weight: 650; overflow-wrap: anywhere; }
.site-footer__contact-list a:hover strong, .site-footer__contact-list a:focus-visible strong { color: var(--brand-accent); }
.site-footer__socials { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--paper); font-size: .8rem; font-weight: 700; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0 34px; border-top: 1px solid var(--line); font-size: .76rem; }

@media (max-width: 760px) {
    .site-footer__inner, .site-footer__bottom { width: min(100% - 28px, 1160px); }
    .site-footer__inner { grid-template-columns: 1fr; gap: 44px; padding: 58px 0; }
    .site-footer__brand p { max-width: 36rem; }
    .site-footer__links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; }
    .site-footer__bottom { flex-direction: column; gap: 6px; padding-bottom: 28px; }
}
