:root {
    --ink: #141210;
    --ink-soft: #5a544c;
    --paper: #f6f1e8;
    --paper-2: #ece4d6;
    --white: #fffdf8;
    --accent: #0c524f;
    --accent-2: #c2410c;
    --line: #e0d5c4;
    --ok: #166534;
    --radius: 18px;
    --radius-sm: 12px;
    --font: "Open Sans", Calibri, "Segoe UI", system-ui, sans-serif;
    --display: "Open Sans", Calibri, "Segoe UI", system-ui, sans-serif;
    --shadow: 0 1px 0 rgba(20, 18, 16, .04), 0 18px 40px rgba(20, 18, 16, .07);
    --border-light: #e0d5c4;
    --text-muted: #5a544c;
    --primary: #0c524f;
    --text: #141210;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
html, body { margin: 0; }
body {
    font-family: var(--font);
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--ink);
    background-color: var(--paper);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E");
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); }
a:hover { color: var(--accent-2); }
h1, h2, h3, .display {
    font-family: var(--display);
    font-weight: 650;
    letter-spacing: -0.035em;
    line-height: 1.12;
    color: var(--ink);
    text-wrap: balance;
    font-optical-sizing: auto;
}
.container { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 1rem; top: 1rem; background: #fff; padding: .5rem 1rem; z-index: 90; }

.ico { display: inline-block; vertical-align: -4px; flex-shrink: 0; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 46px;
    padding: .7rem 1.2rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.95rem;
    transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-ink { background: var(--ink); color: var(--white) !important; }
.btn-ink:hover { background: #000; color: #fff !important; }
.btn-ghost { background: transparent; color: var(--ink) !important; border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--white) !important; }
.btn-wa { background: #0c524f; color: #fff !important; }
.btn-row { display: flex; flex-wrap: wrap; gap: .7rem; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    padding: .7rem 0 0;
    background: color-mix(in srgb, var(--paper) 72%, transparent);
    backdrop-filter: blur(18px) saturate(1.15);
}
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    gap: 1rem;
    position: relative;
    background: color-mix(in srgb, var(--white) 86%, transparent);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0 .85rem 0 1rem;
    box-shadow: var(--shadow);
}
.brand { display: flex; align-items: center; gap: .55rem; text-decoration: none; color: var(--ink); font-weight: 800; }
.brand img { width: 32px; height: 32px; object-fit: contain; border-radius: 8px; }
.nav-toggle {
    display: none; width: 44px; height: 44px; border: 1px solid var(--line);
    background: var(--white); cursor: pointer; color: var(--ink); border-radius: 999px;
}
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: .05rem; }
.site-nav a { text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: .82rem; padding: .4rem .55rem; min-height: 44px; display: inline-flex; align-items: center; }
.site-nav a[aria-current="page"], .site-nav a:hover { color: var(--ink); }
.has-sub { position: relative; }
.has-sub .sub {
    display: none; position: absolute; top: calc(100% - .2rem); left: 0; min-width: 220px;
    background: var(--white); border: 1px solid var(--line); padding: .45rem; border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
}
.has-sub:hover .sub, .has-sub:focus-within .sub { display: block; }
.has-sub .sub a { display: block; width: 100%; border-radius: 8px; }
.nav-cta-wrap { margin-left: .35rem; }
.nav-cta-wrap .btn { min-height: 40px; padding: .45rem 1rem; font-size: .82rem; }

.hero { padding: 2.2rem 0 1.4rem; }
.hero-grid { display: grid; gap: 1.4rem; }
@media (min-width: 900px) {
    .hero-grid { grid-template-columns: 1.25fr .75fr; align-items: stretch; gap: 1.6rem; }
}
.kicker {
    font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
    color: var(--accent); margin: 0 0 .85rem;
}
.hero h1 { font-size: clamp(2rem, 5vw, 3.35rem); margin: 0 0 1rem; max-width: 16ch; }
.lede { font-size: 1.12rem; color: var(--ink-soft); max-width: 38rem; margin: 0 0 1.5rem; }
.hero-aside {
    background: var(--ink);
    color: var(--paper);
    padding: 1.5rem 1.45rem;
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: var(--shadow);
}
.hero-aside p { margin: 0 0 .85rem; color: #e4dccf; }
.hero-aside p:last-child { margin-bottom: 0; }
.hero-aside a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.hero-aside a:hover { color: #ffd7c2; }
.hero-aside strong { color: #fff; display: block; font-size: 1.05rem; margin-bottom: .35rem; }

.start-band { padding: .4rem 0 2.4rem; }
.start-grid {
    display: grid;
    gap: .85rem;
    grid-template-columns: 1fr;
}
@media (min-width: 760px) {
    .start-grid { grid-template-columns: 1.12fr 1fr; }
}
.start-card {
    display: flex;
    flex-direction: column;
    gap: .45rem;
    min-height: 168px;
    padding: 1.3rem 1.35rem;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: var(--white);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 0 rgba(20,18,16,.03);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.start-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
    color: inherit;
    border-color: #cfc3b0;
}
.start-card h2 {
    margin: 0;
    font-size: 1.38rem;
}
.start-card p {
    margin: 0;
    color: var(--ink-soft);
    font-size: .95rem;
    flex: 1;
}
.start-card .go {
    margin-top: .5rem;
    font-weight: 700;
    font-size: .9rem;
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}
.start-card--wide {
    background: var(--accent);
    color: #f6f1e8;
    border-color: transparent;
}
.start-card--wide h2 { color: #fff; }
.start-card--wide p { color: #d7ebe9; }
.start-card--wide .go { color: #fff; }
.start-card--wide:hover { border-color: transparent; color: #fff; }
.start-card--ink {
    background: var(--ink);
    color: #f6f1e8;
    border-color: transparent;
}
.start-card--ink h2 { color: #fff; }
.start-card--ink p { color: #d9d1c4; }
.start-card--ink .go { color: #fff; }
.start-card--ink:hover { color: #fff; border-color: transparent; }
.start-k {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .72;
}

.proof {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: .85rem;
}
.proof div {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.15rem 1.2rem;
}
.proof strong { display: block; font-family: var(--display); font-size: 1.55rem; }
.proof span { font-size: .82rem; color: var(--ink-soft); }
@media (min-width: 768px) { .proof { grid-template-columns: repeat(4, 1fr); } }

.band { padding: 3.4rem 0; }
.band + .band { border-top: 1px solid var(--line); }
.band h2 { font-size: clamp(1.7rem, 3.2vw, 2.35rem); margin: 0 0 1.35rem; }

.diff-list {
    display: grid;
    gap: .85rem;
}
@media (min-width: 800px) {
    .diff-list { grid-template-columns: 1fr 1fr; }
}
.diff-item {
    display: grid;
    gap: .45rem;
    padding: 1.25rem 1.3rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
.diff-n { font-family: var(--display); font-size: 1.15rem; color: var(--accent-2); }
.diff-item h3 { margin: 0; font-size: 1.22rem; }
.diff-item p { margin: 0; color: var(--ink-soft); }

.svc-rows {
    display: grid;
    gap: .85rem;
}
@media (min-width: 800px) {
    .svc-rows { grid-template-columns: 1fr 1fr; }
}
.svc-rows a.svc-row {
    display: grid;
    gap: .4rem;
    padding: 1.25rem 1.3rem;
    text-decoration: none;
    color: inherit;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    transition: transform .18s ease, box-shadow .18s ease;
}
.svc-rows a.svc-row:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
    color: inherit;
}
.svc-row h3 { margin: 0; font-size: 1.18rem; }
.svc-row p { margin: 0; color: var(--ink-soft); font-size: .95rem; }
.svc-row .from {
    font-weight: 700;
    margin-top: .35rem;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
}

.case-grid { display: grid; gap: 1rem; }
@media (min-width: 900px) { .case-grid { grid-template-columns: 1.4fr 1fr; } }
.case-card {
    display: block; text-decoration: none; color: inherit;
    background: var(--white); border: 1px solid var(--line); padding: 1.25rem;
    min-height: 44px; border-radius: var(--radius);
}
.case-card .metric { font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--accent); }
.case-card h3 { margin: .4rem 0 .6rem; font-size: 1.35rem; }
.quotes { display: grid; gap: .85rem; }
@media (min-width: 800px) { .quotes { grid-template-columns: repeat(3, 1fr); } }
.quote {
    background: var(--white);
    border: 1px solid var(--line);
    border-left: 3px solid var(--accent-2);
    padding: 1.2rem 1.2rem 1.15rem;
    border-radius: var(--radius);
    margin: 0;
}
.quote p { margin: 0 0 .8rem; }
.quote footer { font-size: .88rem; color: var(--ink-soft); }
.quote strong { color: var(--ink); }

.band-ink {
    background: var(--ink);
    color: #d9d1c4;
    border-top: 0 !important;
    margin-top: .4rem;
}
.band-ink h2 { color: #fff; }
.band-ink .kicker { color: #9fd4d0; }
.band-ink .btn-ghost { color: #fff !important; border-color: rgba(255,255,255,.45); }
.band-ink .btn-ghost:hover { background: #fff; color: var(--ink) !important; }
.band-ink .btn-ink { background: #fff; color: var(--ink) !important; }
.band-ink .btn-ink:hover { background: var(--paper); color: var(--ink) !important; }
.band-ink .product-card { border-color: #2c2824; background: #1c1916; }
.band-ink .product-card h3 a { color: #fff; }
.band-ink .badge { background: #2a2520; color: #d9d1c4; }
.band-ink .price { color: #fff; }

.product-grid { display: grid; gap: 1rem; }
@media (min-width: 700px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }
.product-card {
    background: var(--white);
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    border-radius: var(--radius);
    overflow: hidden;
}
.product-card img { width: 100%; aspect-ratio: 1; object-fit: cover; background: var(--paper-2); }
.product-card .pad { padding: 1rem 1.05rem 1.15rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.badge {
    display: inline-block; font-size: .7rem; font-weight: 800; letter-spacing: .04em;
    text-transform: uppercase; padding: .2rem .45rem; background: var(--paper-2); border-radius: 999px;
    width: fit-content;
}
.badge-hot { background: #ffedd5; color: #9a3412; }
.badge-new { background: #dcfce7; color: #166534; }
.price { font-weight: 800; }
.price-old { text-decoration: line-through; color: #78716c; margin-right: .35rem; font-weight: 600; }

.faq details { border-top: 1px solid var(--line); padding: .85rem 0; }
.faq details:first-of-type { border-top: 0; }
.faq summary {
    cursor: pointer; font-weight: 700; min-height: 44px; display: flex; align-items: center;
}
.faq p { color: var(--ink-soft); margin: .4rem 0 0; }

.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .35rem; padding: 1rem 0 0; margin: 0; font-size: .85rem; color: var(--ink-soft); }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: .35rem; color: var(--line); }
.crumbs a { color: inherit; text-decoration: none; }

.prose { max-width: 42rem; }
.prose p { color: var(--ink-soft); }
.page-hero { padding: 1.5rem 0 2rem; }

.split { display: grid; gap: 1.5rem; }
@media (min-width: 860px) { .split { grid-template-columns: 1.2fr .8fr; } }

.price-table { display: grid; gap: 1rem; }
@media (min-width: 900px) { .price-table { grid-template-columns: repeat(3, 1fr); } }
.tier {
    background: var(--white); border: 1px solid var(--line); padding: 1.4rem;
    display: flex; flex-direction: column; gap: .6rem; border-radius: var(--radius);
}
.tier.featured { border-color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.tier ul { margin: 0; padding-left: 1.1rem; color: var(--ink-soft); }
.tier .amt { font-family: var(--display); font-size: 1.7rem; }

.form-control, select, textarea, input[type=text], input[type=email], input[type=tel], input[type=search], input[type=number], input[type=password] {
    width: 100%; min-height: 44px; padding: .55rem .7rem; border: 1px solid var(--line);
    background: var(--white); font: inherit; color: var(--ink); border-radius: var(--radius-sm);
}
label { font-weight: 650; font-size: .9rem; display: block; margin-bottom: .3rem; }
.field { margin-bottom: 1rem; }

.filter-bar { display: grid; gap: .8rem; margin: 1.2rem 0; }
@media (min-width: 700px) { .filter-bar { grid-template-columns: 1.4fr 1fr 1fr auto; align-items: end; } }

.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.data { width: 100%; border-collapse: collapse; min-width: 520px; }
table.data th, table.data td { text-align: left; padding: .7rem; border-bottom: 1px solid var(--line); }

.pay-marks { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.pay-marks img {
    height: 36px; width: auto; background: #fff; border: 1px solid var(--line);
    padding: 2px 4px; border-radius: 8px;
}
.pay-marks span {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 32px; padding: .2rem .55rem; border: 1px solid var(--line);
    background: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .04em;
    border-radius: 8px;
}

.map-wrap { border: 1px solid var(--line); min-height: 260px; border-radius: var(--radius); overflow: hidden; }
.map-wrap iframe { width: 100%; height: 280px; border: 0; }

.est-box { background: var(--white); border: 1px solid var(--line); padding: 1.3rem; border-radius: var(--radius); }
.est-box .num { font-family: var(--display); font-size: 2rem; }

.stars { color: var(--accent-2); letter-spacing: .05em; }
.review { border-top: 1px solid var(--line); padding: .9rem 0; }

.progress { height: 8px; background: var(--paper-2); border-radius: 999px; overflow: hidden; }
.progress > span { display: block; height: 100%; background: var(--accent); }

.site-footer { background: var(--ink); color: #e7e0d4; padding: 3rem 0 5.5rem; }
.site-footer a { color: #f4efe6; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer h2 { color: #fff; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid { display: grid; gap: 1.5rem; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-brand { font-family: var(--display); font-size: 1.5rem; color: #fff; margin: 0 0 .5rem; }
.footer-bottom { border-top: 1px solid #3f3a36; margin-top: 1.8rem; padding-top: 1rem; font-size: .85rem; }

.wa-float {
    position: fixed; right: 1rem; bottom: 1rem; z-index: 30;
    display: inline-flex; align-items: center; gap: .4rem;
    min-height: 48px; padding: 0 .95rem; border-radius: 999px;
    background: #0c524f; color: #fff !important; text-decoration: none; font-weight: 700;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.wa-float:hover { color: #fff !important; filter: brightness(1.05); }
.back-to-top {
    position: fixed; left: 1rem; bottom: 1rem; width: 44px; height: 44px;
    display: none; align-items: center; justify-content: center;
    background: var(--ink); color: #fff; text-decoration: none; z-index: 20;
    border-radius: 999px;
}

@media (max-width: 1200px) {
    .site-header { padding: 0; background: rgba(246,241,232,.92); }
    .header-row {
        border: 0; border-radius: 0; box-shadow: none;
        border-bottom: 1px solid var(--line); min-height: 64px;
    }
    .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
    .site-nav {
        display: none; position: absolute; left: 0; right: 0; top: 64px;
        background: var(--paper); border-bottom: 1px solid var(--line); padding: .5rem 1rem 1rem;
    }
    .site-nav.active { display: block; }
    .site-nav ul { flex-direction: column; align-items: stretch; }
    .has-sub .sub { position: static; display: block; border: 0; background: transparent; padding-left: .6rem; box-shadow: none; }
    .nav-cta-wrap { margin: .4rem 0 0; }
    .wa-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
    .wa-float { width: 52px; height: 52px; padding: 0; justify-content: center; right: .75rem; bottom: .75rem; }
    .brief-acc .type-grid { padding-right: 3.75rem; }
    .hero h1 { max-width: 20ch; }
}

body.menu-open { overflow: hidden; }

.alert { padding: .8rem 1rem; border: 1px solid var(--line); background: var(--white); margin: 1rem 0; border-radius: var(--radius-sm); }
.muted { color: var(--ink-soft); }
.center { text-align: center; }

.gallery { display: grid; gap: .5rem; }
.gallery img { width: 100%; border-radius: var(--radius-sm); }

.legal-page, .blog-wrap { padding-bottom: 3rem; }

.brief-acc details { border-top: 1px solid var(--line); padding: .85rem 0; }
.brief-acc summary {
    cursor: pointer; font-family: var(--display); font-size: 1.2rem;
    min-height: 44px; display: flex; align-items: center;
}
.type-grid { display: grid; gap: .65rem; }
@media (min-width: 640px) { .type-grid { grid-template-columns: 1fr 1fr; } }
.type-option { display: block; cursor: pointer; }
.type-option input { position: absolute; opacity: 0; pointer-events: none; }
.type-option .box {
    min-height: 44px; border: 1px solid var(--line); background: var(--white);
    padding: .85rem 1rem; display: flex; align-items: center; gap: .7rem;
    border-radius: var(--radius-sm);
}
.type-option input:checked + .box { border-color: var(--ink); background: #fff; }
.type-option input:focus-visible + .box { outline: 2px solid var(--accent); outline-offset: 2px; }
.hp-field { position: absolute; left: -9999px; height: 0; overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .btn, .start-card, .svc-row { transition: none; }
    .btn:hover, .start-card:hover, .svc-rows a.svc-row:hover { transform: none; }
}
