:root {
  --ink: #122e29;
  --ink-2: #16332f;
  --ink-dark: #0d211d;
  --ink-footer: #0a1917;
  --gold: #c99a54;
  --gold-dark: #a97e37;
  --cream: #f3ede0;
  --paper: #faf8f5;
  --muted: #6e6759;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); font-family: 'Space Grotesk', sans-serif; color: #0f231f; overflow-x: hidden; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: #ddb56e; }
h1, h2, .anton { font-family: 'Anton', sans-serif; font-weight: 400; text-transform: uppercase; }
img { max-width: 100%; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 16px; background: var(--cream); color: var(--ink); font-weight: 700; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #e6bd78; outline-offset: 3px; }
@keyframes floatIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
.stripe { height: 10px; width: 100%; background: repeating-linear-gradient(135deg, var(--gold) 0 18px, var(--ink) 18px 36px); }

/* Navigation */
nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 16px 28px; background: rgba(18,46,41,0.85); backdrop-filter: blur(14px); border-bottom: 2px solid rgba(201,154,84,0.25); transition: all 0.3s ease; }
nav.scrolled { background: rgba(18,46,41,0.95); box-shadow: 0 8px 24px rgba(0,0,0,0.25); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 44px; height: 42px; border-radius: 6px; background: #f3e5cb; object-fit: contain; border: 2px solid var(--ink); box-shadow: 3px 3px 0 rgba(201,154,84,0.35); }
.brand-name { font-family: 'Anton', sans-serif; font-size: 19px; letter-spacing: 0.02em; color: var(--cream); line-height: 1.05; }
.brand-sub { font-size: 9px; letter-spacing: 0.2em; color: #8a9d97; font-weight: 700; }
.desktop-links { display: none; align-items: center; gap: 22px; }
.desktop-links > a, .nav-group summary { color: var(--cream); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em; }
.desktop-links a.phone-link { color: var(--gold); display: flex; align-items: center; gap: 8px; text-transform: none; letter-spacing: 0; }
.desktop-links a.call-btn { background: var(--gold); color: var(--ink); padding: 13px 22px; border-radius: 8px; border: 2px solid var(--ink); box-shadow: 4px 4px 0 rgba(201,154,84,0.4); letter-spacing: 0.03em; }
.nav-group { position: relative; }
.nav-group summary { cursor: pointer; list-style: none; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group summary::after { content: " +"; color: var(--gold); }
.nav-group[open] summary::after { content: " −"; }
.nav-menu { position: absolute; top: calc(100% + 16px); left: -16px; min-width: 245px; padding: 12px; background: var(--ink-dark); border: 2px solid rgba(201,154,84,0.35); border-radius: 10px; box-shadow: 8px 10px 24px rgba(0,0,0,0.3); }
.nav-menu a, .nav-menu .nav-disabled { display: block; padding: 10px 12px; border-radius: 6px; font-size: 13px; font-weight: 700; color: var(--cream); }
.nav-menu a:hover { background: rgba(201,154,84,0.12); color: var(--gold); }
.nav-menu .nav-disabled { color: #8a9d97; cursor: not-allowed; }
.mobile-toggle { display: block; background: none; border: none; font-size: 28px; color: var(--cream); cursor: pointer; padding: 4px; }
#mobileMenu { position: fixed; inset: 0; z-index: 60; background: var(--ink); padding: 82px 28px 40px; display: none; flex-direction: column; gap: 20px; overflow-y: auto; }
#mobileMenu.open { display: flex; }
#mobileMenu a.menu-link { font-size: 28px; color: var(--cream); font-family: 'Anton', sans-serif; text-transform: uppercase; }
#mobileMenu .menu-close { position: absolute; top: 20px; right: 24px; background: none; border: none; font-size: 32px; color: var(--cream); cursor: pointer; }
.mobile-section { padding-top: 12px; border-top: 1px solid rgba(201,154,84,0.25); }
.mobile-label { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 8px; }
.mobile-sub-links { display: grid; gap: 8px; }
.mobile-sub-links a, .mobile-sub-links span { color: var(--cream); font-size: 17px; font-weight: 600; padding: 5px 0; }
.mobile-sub-links span { color: #8a9d97; }
.mobile-call { margin-top: 8px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.mobile-call .call-btn { background: var(--gold); color: var(--ink); font-weight: 700; padding: 14px 18px; border-radius: 8px; text-transform: uppercase; }
@media (min-width: 980px) { .mobile-toggle { display: none; } .desktop-links { display: flex; } }

/* Shared buttons, headings, and reveals */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.75s ease, transform 0.75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.kicker { color: #7d5c22; font-weight: 700; letter-spacing: 0.14em; font-size: 13.5px; text-transform: uppercase; }
.section-title { font-size: clamp(34px, 5vw, 60px); margin: 14px 0 20px; color: var(--ink-2); line-height: 1.02; }
.btn-gold { background: var(--gold); color: var(--ink); font-weight: 700; padding: 18px 34px; border-radius: 8px; font-size: 16px; text-transform: uppercase; letter-spacing: 0.03em; border: 2px solid var(--cream); box-shadow: 5px 5px 0 rgba(201,154,84,0.3); transition: transform 0.2s ease, box-shadow 0.2s ease; display: inline-block; }
.btn-gold:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 rgba(201,154,84,0.4); color: var(--ink); }
.btn-ghost { border: 2px solid rgba(243,237,224,0.4); color: var(--cream); font-weight: 700; padding: 18px 34px; border-radius: 8px; font-size: 16px; text-transform: uppercase; letter-spacing: 0.03em; transition: all 0.2s ease; display: inline-block; }
.btn-ghost:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }

/* Homepage */
input[type="range"] { -webkit-appearance: none; appearance: none; background: transparent; }
input[type="range"]::-webkit-slider-runnable-track { height: 8px; background: #e4ddd0; border-radius: 4px; border: 2px solid var(--ink); }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 26px; height: 26px; border-radius: 6px; background: var(--gold); border: 3px solid var(--ink); box-shadow: 0 2px 0 var(--ink); margin-top: -11px; cursor: pointer; }
input[type="range"]::-moz-range-track { height: 8px; background: #e4ddd0; border-radius: 4px; border: 2px solid var(--ink); }
input[type="range"]::-moz-range-thumb { width: 26px; height: 26px; border-radius: 6px; background: var(--gold); border: 3px solid var(--ink); box-shadow: 0 2px 0 var(--ink); cursor: pointer; }
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 110px 28px 90px; background: var(--ink); overflow: hidden; }
.hero-dots { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(201,154,84,0.1) 1px, transparent 1px); background-size: 24px 24px; }
.ghost-text { position: absolute; top: 6%; right: -4%; font-family: 'Anton', sans-serif; font-size: min(22vw, 280px); line-height: 0.85; color: transparent; -webkit-text-stroke: 2px rgba(201,154,84,0.22); transform: rotate(-4deg); white-space: nowrap; user-select: none; pointer-events: none; }
.hero-inner { position: relative; z-index: 2; max-width: 740px; margin: 0 auto 0 0; display: flex; flex-direction: column; gap: 28px; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 20px; border-radius: 6px; background: var(--gold); color: var(--ink); font-size: 13.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; width: fit-content; animation: floatIn 0.8s ease both; border: 2px solid var(--ink); }
.hero h1 { font-size: clamp(42px, 7vw, 84px); line-height: 0.98; color: var(--cream); margin: 0; animation: floatIn 0.8s ease 0.1s both; }
.hero h1 .highlight { background: var(--gold); color: var(--ink); padding: 2px 12px; display: inline-block; transform: rotate(-1deg); margin-top: 8px; }
.hero p { font-size: 18.5px; line-height: 1.65; color: rgba(243,237,224,0.68); max-width: 580px; margin: 0; animation: floatIn 0.8s ease 0.2s both; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 6px; animation: floatIn 0.8s ease 0.3s both; }
.hero-checks { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 18px; animation: floatIn 0.8s ease 0.4s both; }
.hero-check { display: flex; align-items: center; gap: 9px; color: rgba(243,237,224,0.8); font-size: 14px; font-weight: 700; text-transform: uppercase; }
.hero-check .tick { width: 18px; height: 18px; background: var(--gold); color: var(--ink); display: flex; align-items: center; justify-content: center; border-radius: 3px; font-size: 12px; }
.results { background: var(--paper); padding: 120px 28px; text-align: center; }
.results-copy { max-width: 720px; margin: 0 auto; }
.results-copy p { color: #5a5a54; font-size: 17.5px; line-height: 1.7; margin: 0; }
.ba-wrap { max-width: 820px; margin: 56px auto 0; position: relative; border-radius: 14px; overflow: hidden; border: 4px solid var(--ink-2); box-shadow: 10px 10px 0 rgba(22,51,47,0.15); aspect-ratio: 16/9; }
.ba-layer { position: absolute; inset: 0; }
.ba-layer img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ba-label { position: absolute; bottom: 28px; color: var(--cream); font-weight: 700; font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; background: rgba(0,0,0,0.5); padding: 8px 14px; border-radius: 6px; }
.ba-label.before { left: 28px; }
.ba-label.after { right: 28px; color: var(--ink-2); background: var(--cream); }
#baAfter { clip-path: inset(0 0 0 50%); }
#baHandle { position: absolute; top: 0; bottom: 0; left: 50%; width: 5px; background: var(--ink-2); box-shadow: 0 0 0 4px var(--cream); transform: translateX(-2.5px); }
#baRange { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; cursor: ew-resize; opacity: 0; }
.statement { background: var(--ink-dark); padding: 130px 28px; display: flex; flex-direction: column; gap: 90px; }
.statement > div { max-width: 1100px; margin: 0 auto; width: 100%; }
.statement h2 { font-size: clamp(32px, 6vw, 64px); color: var(--cream); line-height: 1.08; margin: 0; }
.statement .gold { color: var(--gold); }
.statement p { color: rgba(243,237,224,0.68); font-size: 17.5px; line-height: 1.7; max-width: 640px; margin: 20px 0 0; }
.statement .right { text-align: right; }
.statement .right p { margin-left: auto; }
.dash-rule { height: 2px; background: repeating-linear-gradient(90deg, var(--gold) 0 14px, transparent 14px 28px); }
.process { background: #fff; padding: 120px 28px; text-align: center; }
.p-list { max-width: 840px; margin: 60px auto 0; display: flex; flex-direction: column; gap: 20px; text-align: left; }
.p-card { background: var(--paper); padding: 32px; border-radius: 12px; border: 3px solid var(--ink-2); display: flex; gap: 26px; align-items: flex-start; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.p-card:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 rgba(22,51,47,0.15); }
.p-num { width: 50px; height: 50px; border-radius: 8px; background: var(--gold); color: var(--ink-2); display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; font-family: 'Anton', sans-serif; border: 2px solid var(--ink-2); }
.p-card h3 { font-size: 21px; font-weight: 700; color: var(--ink-2); margin: 0 0 10px; text-transform: uppercase; }
.p-card .p-desc { color: #5a5a54; font-size: 15.5px; line-height: 1.65; margin: 0 0 14px; }
.p-why { background: rgba(201,154,84,0.12); border: 2px solid rgba(201,154,84,0.4); padding: 12px 16px; border-radius: 8px; font-size: 14px; color: #7a5a24; }
.versatility { background: var(--paper); padding: 120px 28px; text-align: center; }
.versatility .lede { max-width: 640px; margin: 0 auto; color: #6b6459; font-size: 17px; line-height: 1.7; }
.v-list { max-width: 1100px; margin: 50px auto 0; display: flex; flex-direction: column; gap: 26px; }
.v-row { display: flex; align-items: center; gap: 44px; text-align: left; flex-wrap: wrap; }
.v-row.reverse { flex-direction: row-reverse; }
.v-img { flex: 1.3; min-width: 280px; aspect-ratio: 4/3; border-radius: 12px; position: relative; overflow: hidden; border: 3px solid var(--ink-2); clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%, 0 calc(100% - 32px)); }
.v-img img { width: 100%; height: 100%; display: block; object-fit: cover; }
.v-copy { flex: 1; min-width: 260px; display: flex; flex-direction: column; gap: 14px; }
.v-icon { width: 44px; height: 44px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 19px; border: 2px solid var(--ink-2); }
.v-copy p { font-size: 16.5px; line-height: 1.7; color: #2a2a2a; margin: 0; }
.v-copy strong { color: var(--ink-2); text-transform: uppercase; }
.visual-note { max-width: 820px; margin: 20px auto 0; color: #746d60; font-size: 12.5px; line-height: 1.55; text-align: center; }
.colors { background: #fff; padding: 120px 28px; text-align: center; }
.colors .lede { color: var(--muted); font-size: 17px; margin: 0 0 50px; }
.color-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: center; text-align: left; }
.swatch-preview-frame { background: var(--paper); padding: 16px; border-radius: 14px; border: 3px solid var(--ink-2); }
#swatchPreview { aspect-ratio: 4/3; border-radius: 8px; position: relative; overflow: hidden; transition: background 0.3s ease; border: 2px solid var(--ink-2); }
#swatchPreview .fleck { position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.65) 0 3px, transparent 3px), radial-gradient(circle at 65% 70%, rgba(0,0,0,0.3) 0 2px, transparent 2px), radial-gradient(circle at 80% 20%, rgba(255,255,255,0.65) 0 2px, transparent 2px), radial-gradient(circle at 40% 85%, rgba(0,0,0,0.25) 0 2px, transparent 2px), radial-gradient(circle at 10% 65%, rgba(255,255,255,0.3) 0 2px, transparent 2px); background-size: 70px 70px; }
#swatchPreview .sheen { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,0.3), transparent 50%); }
#swatchName { font-weight: 700; color: var(--ink-2); margin: 16px 4px 4px; text-transform: uppercase; font-size: 14px; }
.swatch-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px; }
.swatch { aspect-ratio: 1; border-radius: 6px; border: 3px solid var(--ink-2); cursor: pointer; transition: transform 0.2s ease; padding: 0; }
.swatch.selected { border-color: var(--gold); box-shadow: 3px 3px 0 rgba(201,154,84,0.4); }
.swatch-hint { color: #77705e; font-size: 13.5px; margin-top: 20px; }
.areas { background: #fff; padding: 120px 28px; }
.areas-inner { max-width: 1000px; margin: 0 auto; }
.areas-head { text-align: center; margin-bottom: 50px; }
.areas-head p { color: var(--muted); font-size: 17px; max-width: 560px; margin: 0 auto; }
.areas-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 26px; }
.areas-card { background: var(--paper); border-radius: 14px; padding: 38px; border: 3px solid var(--ink-2); }
.areas-card h3 { font-size: 19px; font-weight: 700; color: var(--ink-2); margin: 0 0 22px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; }
.city-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.city { display: flex; align-items: center; gap: 9px; color: #2a2a2a; font-size: 15px; }
.city::before { content: ""; width: 6px; height: 6px; border-radius: 2px; background: var(--gold); flex-shrink: 0; }
.areas-cta { background: var(--ink); border: 3px solid var(--ink-2); border-radius: 14px; padding: 38px; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.areas-cta h3 { font-size: 19px; font-weight: 700; color: var(--cream); margin: 0 0 12px; text-transform: uppercase; }
.areas-cta p { color: rgba(243,237,224,0.7); font-size: 15px; margin: 0 0 20px; }
.areas-cta .big-phone { font-size: 23px; font-weight: 700; color: var(--gold); }

/* Interior pages */
.page-hero { position: relative; padding: 104px 28px 96px; background: var(--ink); overflow: hidden; }
.page-hero::after { content: attr(data-ghost); position: absolute; right: -1%; top: 10%; color: transparent; -webkit-text-stroke: 2px rgba(201,154,84,0.18); font-family: 'Anton', sans-serif; font-size: clamp(110px, 20vw, 250px); line-height: 0.85; text-transform: uppercase; pointer-events: none; }
.page-hero-inner { position: relative; z-index: 1; max-width: 1040px; margin: 0 auto; }
.eyebrow { display: inline-block; margin-bottom: 22px; color: var(--gold); font-size: 13px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.page-hero h1 { max-width: 850px; margin: 0; color: var(--cream); font-size: clamp(44px, 7.4vw, 86px); line-height: 0.96; }
.page-hero .lede { max-width: 660px; margin: 28px 0 0; color: rgba(243,237,224,0.75); font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.page-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }
.breadcrumb { margin-bottom: 28px; color: #aebdb8; font-size: 13px; }
.breadcrumb a { color: var(--gold); }
.content-section { padding: 96px 28px; background: var(--white); }
.content-section.paper { background: var(--paper); }
.content-section.dark { background: var(--ink-dark); color: var(--cream); }
.content-inner { max-width: 1040px; margin: 0 auto; }
.content-narrow { max-width: 760px; margin: 0 auto; }
.content-section p, .content-section li { color: #4f534e; font-size: 17px; line-height: 1.75; }
.content-section.dark p, .content-section.dark li { color: rgba(243,237,224,0.72); }
.content-section h2 { margin: 0 0 20px; color: var(--ink-2); font-size: clamp(34px, 5vw, 56px); line-height: 1.05; }
.content-section.dark h2 { color: var(--cream); }
.content-section h3 { color: var(--ink-2); font-size: 20px; line-height: 1.3; }
.content-section.dark h3 { color: var(--gold); }
.intro-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,0.8fr); gap: 54px; align-items: start; }
.fact-card { padding: 30px; background: var(--ink); color: var(--cream); border: 3px solid var(--ink-2); border-radius: 14px; box-shadow: 8px 8px 0 rgba(22,51,47,0.12); }
.fact-card h2, .fact-card h3 { color: var(--cream); font-size: 27px; }
.fact-card p, .fact-card li { color: rgba(243,237,224,0.75); font-size: 15px; }
.fact-card a { font-weight: 700; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.feature-card { padding: 28px; background: #fff; border: 3px solid var(--ink-2); border-radius: 12px; }
.feature-card h3 { margin: 0 0 10px; text-transform: uppercase; }
.feature-card p { margin: 0; font-size: 15.5px; }
.number-list { display: grid; gap: 18px; margin-top: 40px; }
.number-item { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 26px; background: #fff; border: 2px solid var(--ink-2); border-radius: 10px; }
.number-badge { width: 52px; height: 52px; display: grid; place-items: center; background: var(--gold); border: 2px solid var(--ink-2); border-radius: 8px; font-family: 'Anton', sans-serif; font-size: 22px; }
.number-item h3 { margin: 4px 0 8px; text-transform: uppercase; }
.number-item p { margin: 0; font-size: 15.5px; }
.content-section.dark .number-item { background: rgba(255,255,255,0.05); border-color: var(--gold); }
.content-section.dark .number-item h3 { color: var(--cream); }
.compare-table { width: 100%; margin-top: 36px; border-collapse: collapse; background: #fff; border: 3px solid var(--ink-2); }
.compare-table th, .compare-table td { padding: 18px; text-align: left; border: 1px solid #d8d1c5; vertical-align: top; }
.compare-table th { background: var(--ink-2); color: var(--cream); }
.faq-list { display: grid; gap: 14px; margin-top: 36px; }
.faq-list details { background: #fff; border: 2px solid var(--ink-2); border-radius: 10px; padding: 0 22px; }
.faq-list summary { cursor: pointer; padding: 22px 30px 22px 0; color: var(--ink-2); font-weight: 700; font-size: 17px; }
.faq-list details p { margin: 0 0 22px; font-size: 15.5px; }
.content-section.dark .faq-list details { background: rgba(255,255,255,0.05); border-color: var(--gold); }
.content-section.dark .faq-list summary { color: var(--cream); }
.local-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; padding: 0; list-style: none; }
.local-list li { padding: 10px 14px; background: rgba(201,154,84,0.13); border: 1px solid rgba(201,154,84,0.45); border-radius: 999px; color: #624714; font-size: 14px; font-weight: 700; }
.related-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.related-links a { padding: 12px 15px; background: var(--ink); color: var(--cream); border-radius: 8px; font-size: 14px; font-weight: 700; }
.gallery-empty { max-width: 720px; margin: 40px auto 0; padding: 56px 30px; text-align: center; border: 3px dashed #a89a80; border-radius: 14px; background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lightbox { position: fixed; inset: 0; z-index: 90; display: none; place-items: center; padding: 30px; background: rgba(10,25,23,0.94); }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1100px, 90vw); max-height: 82vh; }
.lightbox-close { position: absolute; top: 20px; right: 22px; background: transparent; border: 0; color: #fff; font-size: 34px; cursor: pointer; }

/* Contact and footer */
.contact { background: var(--paper); padding: 120px 28px; }
.contact-head { max-width: 560px; margin: 0 auto; text-align: center; }
.contact-head p { color: var(--muted); font-size: 16.5px; margin: 0 0 40px; }
.form-card { max-width: 560px; margin: 0 auto; background: #fff; border: 3px solid var(--ink-2); border-radius: 14px; padding: 38px; display: flex; flex-direction: column; gap: 20px; text-align: left; }
.form-card label { font-size: 13.5px; font-weight: 700; color: var(--ink-2); display: block; margin-bottom: 8px; text-transform: uppercase; }
.form-card input[type="text"], .form-card input[type="tel"], .form-card textarea { width: 100%; padding: 14px 16px; border-radius: 8px; border: 2px solid var(--ink-2); font-size: 15px; font-family: inherit; background: #fff; color: #0f231f; color-scheme: light; }
.form-card textarea { resize: vertical; }
.form-card .error-input { border-color: #c0392b; }
.field-error { color: #c0392b; font-size: 12.5px; margin-top: 6px; display: none; }
.field-error.show { display: block; }
.consent-row { display: flex; gap: 12px; align-items: flex-start; }
.consent-row input[type="checkbox"] { width: 20px; height: 20px; margin-top: 2px; flex-shrink: 0; accent-color: var(--ink-2); }
.consent-row .consent-text { font-size: 12.5px; line-height: 1.55; color: #5a5a54; }
.form-card button { background: var(--ink-2); color: var(--cream); font-weight: 700; padding: 16px; border-radius: 8px; font-size: 16px; border: none; cursor: pointer; margin-top: 8px; text-transform: uppercase; letter-spacing: 0.03em; font-family: inherit; }
.form-card button:disabled { opacity: 0.65; cursor: wait; }
#formSuccess { max-width: 560px; margin: 0 auto; background: rgba(201,154,84,0.12); border: 3px solid var(--gold); border-radius: 14px; padding: 40px; text-align: center; display: none; }
#formSuccess.show { display: block; }
#formSuccess h3 { font-family: 'Anton', sans-serif; font-size: 26px; color: var(--ink-2); margin: 0 0 8px; text-transform: uppercase; font-weight: 400; }
#formSuccess p { color: #5a5a54; margin: 0; }
.cta { background: var(--ink-dark); padding: 120px 28px; text-align: center; }
.cta-inner { max-width: 640px; margin: 0 auto; }
.cta h2 { font-size: clamp(32px, 5vw, 54px); color: var(--cream); margin: 0 0 20px; }
.cta p { color: rgba(243,237,224,0.6); font-size: 18px; margin: 0 0 40px; }
.cta-btns { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; align-items: center; }
.cta .phone-plain { color: var(--cream); font-weight: 700; font-size: 16.5px; }
footer { background: var(--ink-footer); color: rgba(255,255,255,0.5); padding: 50px 28px 40px; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr auto; gap: 30px; align-items: start; }
.footer-brand { font-family: 'Anton', sans-serif; color: var(--cream); font-size: 16px; text-transform: uppercase; }
.footer-brand span { color: var(--gold); }
.footer-links { display: grid; grid-template-columns: repeat(3, minmax(120px,1fr)); gap: 9px 24px; font-size: 13px; }
.footer-links a { color: rgba(255,255,255,0.62); }
.footer-links .footer-heading { color: var(--gold); font-weight: 700; text-transform: uppercase; grid-column: 1 / -1; margin-top: 5px; }
.footer-links .nav-disabled { color: rgba(255,255,255,0.35); }
.footer-legal { max-width: 1100px; margin: 28px auto 0; font-size: 12px; line-height: 1.6; color: rgba(255,255,255,0.65); }

@media (max-width: 900px) {
  .intro-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  nav { padding: 13px 18px; }
  .brand-name { font-size: 17px; }
  .color-grid, .areas-grid, .feature-grid, .gallery-grid { grid-template-columns: 1fr; }
  .ghost-text, .page-hero::after { display: none; }
  .page-hero { padding: 72px 22px 68px; }
  .content-section, .contact { padding: 72px 22px; }
  .number-item { grid-template-columns: 42px 1fr; padding: 20px; gap: 15px; }
  .number-badge { width: 42px; height: 42px; }
  .compare-table { font-size: 14px; }
  .compare-table th, .compare-table td { padding: 12px 10px; }
  .form-card { padding: 26px 20px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
