:root {
--ink: #131512;
--ink-2: #1c1f1b;
--paper: #efece4;
--paper-2: #e6e2d7;
--white: #ffffff;
--green: #243a2a;
--accent: #f2b400;
--accent-ink: #131512;
--gstar: #fbbc04;
--gblue: #4285f4;
--hairline: rgba(19, 21, 18, 0.22);
--hairline-dark: rgba(239, 236, 228, 0.18);
--display: 'Oswald', sans-serif;
--body: 'Archivo', sans-serif;
--pad: clamp(20px, 4.5vw, 72px);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
font-family: var(--body);
background: var(--paper);
color: var(--ink);
font-size: 16px;
line-height: 1.55;
-webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
::selection { background: var(--accent); color: var(--accent-ink); }
image-slot { border-radius: 0 !important; display: block; }
image-slot::part(frame) { border-radius: 0; }
.hero image-slot, .crew-photo image-slot, .gallery image-slot { color: rgba(239, 236, 228, 0.78); }
.hero image-slot::part(frame), .crew-photo image-slot::part(frame), .gallery image-slot::part(frame) { background: rgba(239, 236, 228, 0.07); }
.display {
font-family: var(--display);
font-weight: 600;
text-transform: uppercase;
line-height: 0.94;
letter-spacing: 0.005em;
}
.eyebrow {
font-family: var(--body);
font-weight: 700;
font-size: 11px;
letter-spacing: 0.24em;
text-transform: uppercase;
display: flex;
align-items: center;
gap: 14px;
white-space: nowrap;
}
.eyebrow::before {
content: "";
width: 36px;
height: 2px;
background: var(--accent);
flex: none;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 14px;
font-family: var(--display);
font-weight: 500;
font-size: 15px;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 17px 30px;
border: 1px solid var(--ink);
cursor: pointer;
transition: background 0.12s steps(2, end), color 0.12s steps(2, end);
user-select: none;
white-space: nowrap;
}
.btn .arr { font-family: var(--body); font-weight: 600; transition: transform 0.15s ease; }
.btn:hover .arr { transform: translateX(5px); }
.btn svg { flex: none; width: 19px; height: 19px; }
.nav-cta svg { width: 17px; height: 17px; }
.btn--solid { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn--solid:hover { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.btn--accent { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.btn--accent:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn--paper { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn--paper:hover { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.btn--line-light { background: transparent; color: var(--paper); border: 1px solid rgba(239,236,228,0.55); }
.btn--line-light:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn--line-dark { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn--line-dark:hover { background: var(--ink); color: var(--paper); }
.utility {
background: var(--ink);
color: var(--paper);
font-size: 11.5px;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
display: flex;
justify-content: space-between;
gap: 24px;
padding: 9px var(--pad);
white-space: nowrap;
}
.utility span { overflow: hidden; text-overflow: ellipsis; }
.utility span b { color: var(--accent); font-weight: 700; }
.utility .u-right { display: flex; gap: 28px; }
@media (max-width: 760px) { .utility .u-hide { display: none; } }
.nav {
position: sticky;
top: 0;
z-index: 50;
background: var(--paper);
border-bottom: 1px solid var(--hairline);
display: flex;
align-items: stretch;
justify-content: space-between;
padding-left: var(--pad);
}
.nav.scrolled { box-shadow: 0 1px 0 var(--ink); }
.brand { display: flex; align-items: center; gap: 14px; padding: 16px 0; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand-mark {
width: 40px; height: 40px;
background: var(--ink);
color: var(--accent);
font-family: var(--display);
font-weight: 600;
font-size: 17px;
display: grid;
place-items: center;
letter-spacing: 0.02em;
}
.brand-name { font-family: var(--display); font-weight: 600; font-size: 21px; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1; }
.brand-sub { font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.6; margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 40px); }
.nav-links a {
font-family: var(--display);
font-weight: 500;
font-size: 14px;
letter-spacing: 0.14em;
text-transform: uppercase;
padding: 6px 0;
border-bottom: 2px solid transparent;
}
.nav-links a:hover { border-bottom-color: var(--accent); }
.nav-cta {
display: flex;
align-items: center;
background: var(--accent);
color: var(--accent-ink);
font-family: var(--display);
font-weight: 600;
font-size: 14px;
letter-spacing: 0.14em;
text-transform: uppercase;
padding: 0 clamp(20px, 3vw, 44px);
margin-left: clamp(18px, 2.6vw, 40px);
gap: 12px;
white-space: nowrap;
}
.nav-cta:hover { background: var(--ink); color: var(--paper); }
@media (max-width: 980px) { .nav-links a:not(.nav-cta) { display: none; } }
.hero {
position: relative;
min-height: 86vh;
display: flex;
flex-direction: column;
justify-content: flex-end;
background: var(--ink);
color: var(--paper);
overflow: hidden;
}
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-scrim { position: absolute; inset: 0; background: rgba(13, 16, 12, 0.58); pointer-events: none; }
.hero-inner { position: relative; padding: clamp(60px, 9vh, 120px) var(--pad) clamp(48px, 7vh, 88px); max-width: 1500px; pointer-events: none; }
.hero-inner a, .hero-inner .btn { pointer-events: auto; }
.hero h1 {
font-size: clamp(56px, 8.8vw, 146px);
margin: 22px 0 26px;
max-width: 14ch;
}
.hero h1 em { font-style: normal; color: var(--accent); }
.hero-sub { font-size: clamp(16px, 1.4vw, 20px); max-width: 56ch; opacity: 0.88; margin-bottom: 38px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.stats {
position: relative;
display: grid;
grid-template-columns: repeat(4, 1fr);
border-top: 1px solid var(--hairline-dark);
background: rgba(13, 16, 12, 0.42);
backdrop-filter: blur(2px);
pointer-events: none;
}
.stat { padding: 22px var(--pad) 24px; border-left: 1px solid var(--hairline-dark); }
.stat:first-child { border-left: 0; }
.stat-n { font-family: var(--display); font-weight: 600; font-size: clamp(28px, 3vw, 44px); line-height: 1; color: var(--paper); }
.stat-n em { font-style: normal; color: var(--accent); }
.stat-l { font-size: 10.5px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.66; margin-top: 8px; }
@media (max-width: 860px) {
.stats { grid-template-columns: 1fr 1fr; }
.stat { border-top: 1px solid var(--hairline-dark); padding: 16px 20px 18px; }
}
.marquee {
background: var(--accent);
color: var(--accent-ink);
overflow: hidden;
border-top: 1px solid var(--ink);
border-bottom: 1px solid var(--ink);
padding: 13px 0;
}
.marquee-track { display: flex; width: max-content; animation: marquee 36s linear infinite; }
.marquee-seg {
display: flex;
gap: 42px;
padding-right: 42px;
font-family: var(--display);
font-weight: 600;
font-size: 17px;
letter-spacing: 0.16em;
text-transform: uppercase;
white-space: nowrap;
}
.marquee-seg span::after { content: "▪"; margin-left: 42px; font-size: 11px; vertical-align: 2px; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }
.section { padding: clamp(72px, 9vw, 130px) var(--pad); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: clamp(40px, 5vw, 72px); flex-wrap: wrap; }
.section-title { font-size: clamp(44px, 6vw, 96px); margin-top: 18px; }
.section-kicker { max-width: 38ch; font-size: 16px; opacity: 0.78; padding-bottom: 10px; }
.services { border-top: 1px solid var(--ink); }
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 1.8vw, 28px); }
.svc {
background: var(--white);
border: 1px solid var(--ink);
display: flex;
flex-direction: column;
}
.svc image-slot { width: 100%; height: 230px; border-bottom: 1px solid var(--ink); }
.svc-body { padding: 24px 24px 26px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.svc h3 { font-family: var(--display); font-weight: 600; font-size: clamp(22px, 1.7vw, 27px); text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.05; }
.svc-list li {
font-size: 14px;
padding: 7px 0;
border-top: 1px solid var(--hairline);
display: flex;
align-items: baseline;
gap: 10px;
}
.svc-list li::before { content: "▸"; color: var(--accent); font-size: 11px; flex: none; }
.svc-list li:first-child { border-top: 0; padding-top: 0; }
.svc-btn {
margin-top: auto;
width: 100%;
justify-content: space-between;
font-size: 13px;
padding: 13px 18px;
}
.svc:hover { outline: 2px solid var(--ink); outline-offset: -1px; }
@media (max-width: 1200px) { .svc-grid { grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 900px) { .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .svc-grid { grid-template-columns: 1fr; } }
.crew { background: var(--ink); color: var(--paper); border-top: 4px solid var(--accent); }
.crew-head { padding: clamp(56px, 7vw, 96px) var(--pad) clamp(36px, 4vw, 56px); display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 40px; align-items: end; }
.crew-head h2 { font-size: clamp(40px, 5vw, 84px); margin-top: 16px; }
.crew-head p { opacity: 0.82; font-size: 16px; align-self: end; padding-bottom: 8px; }
.crew-photo { position: relative; }
.crew-photo image-slot { width: 100%; height: clamp(360px, 70vh, 760px); }
.crew-strip {
background: var(--ink);
color: var(--paper);
display: flex;
justify-content: space-between;
align-items: center;
gap: 24px;
padding: 18px var(--pad);
border-top: 3px solid var(--accent);
flex-wrap: wrap;
}
.crew-strip b { font-family: var(--display); font-weight: 600; font-size: clamp(17px, 1.6vw, 22px); letter-spacing: 0.1em; text-transform: uppercase; }
.crew-strip span { font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); }
@media (max-width: 860px) { .crew-head { grid-template-columns: 1fr; gap: 18px; } }
.gallery { background: var(--ink); color: var(--paper); padding: clamp(72px, 9vw, 120px) 0 clamp(48px, 5vw, 72px); }
.gallery .section-head { padding: 0 var(--pad); }
.gal-main { position: relative; overflow: hidden; }
.gal-track { display: flex; transition: transform 0.45s cubic-bezier(0.22, 0.9, 0.3, 1); touch-action: pan-y; }
.gal-slide { flex: 0 0 100%; }
.gal-slide image-slot { width: 100%; height: clamp(380px, 62vh, 720px); }
.gal-nav {
position: absolute;
top: 0;
bottom: 0;
width: clamp(56px, 6vw, 88px);
border: none;
background: rgba(19, 21, 18, 0.45);
color: var(--paper);
font-size: 44px;
line-height: 1;
cursor: pointer;
display: grid;
place-items: center;
transition: background 0.12s steps(2, end), color 0.12s steps(2, end);
z-index: 2;
}
.gal-nav:hover { background: var(--accent); color: var(--accent-ink); }
.gal-prev { left: 0; border-right: 1px solid var(--hairline-dark); }
.gal-next { right: 0; border-left: 1px solid var(--hairline-dark); }
.gal-chip {
position: absolute;
top: 16px;
right: clamp(72px, 7.5vw, 108px);
background: var(--ink);
color: var(--paper);
font-family: var(--display);
font-weight: 500;
font-size: 14px;
letter-spacing: 0.14em;
padding: 7px 14px;
z-index: 2;
pointer-events: none;
}
.gal-chip b { color: var(--accent); font-weight: 600; }
.gal-caption {
display: flex;
align-items: baseline;
gap: 18px;
padding: 20px var(--pad) 0;
flex-wrap: wrap;
}
.gal-caption b { font-family: var(--display); font-weight: 600; font-size: clamp(20px, 2vw, 28px); letter-spacing: 0.05em; text-transform: uppercase; }
.gal-caption span { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.6; font-weight: 700; }
.gal-thumbs {
display: flex;
gap: 10px;
padding: 18px var(--pad) 0;
overflow-x: auto;
scrollbar-width: none;
}
.gal-thumbs::-webkit-scrollbar { display: none; }
.gal-thumb {
flex: none;
width: 104px;
height: 78px;
padding: 0;
border: 1px solid var(--hairline-dark);
background-color: rgba(239, 236, 228, 0.07);
background-size: cover;
background-position: center;
color: rgba(239, 236, 228, 0.55);
font-family: var(--display);
font-weight: 500;
font-size: 13px;
letter-spacing: 0.1em;
cursor: pointer;
display: grid;
place-items: center;
opacity: 0.65;
transition: opacity 0.12s steps(2, end);
}
.gal-thumb.has-img span { display: none; }
.gal-thumb:hover { opacity: 1; }
.gal-thumb.active { opacity: 1; outline: 3px solid var(--accent); outline-offset: -3px; color: var(--paper); }
@media (max-width: 700px) { .gal-nav { font-size: 32px; } .gal-thumb { width: 84px; height: 64px; } }
.reviews { background: var(--green); color: var(--paper); border-top: 4px solid var(--accent); }
.rev-head { display: grid; grid-template-columns: auto 1fr; gap: clamp(32px, 5vw, 80px); align-items: end; margin-bottom: clamp(40px, 5vw, 64px); }
.rev-score { font-family: var(--display); font-weight: 600; font-size: clamp(110px, 14vw, 210px); line-height: 0.85; }
.rev-meta { padding-bottom: clamp(6px, 1.5vw, 22px); }
.rev-stars { color: var(--gstar); font-size: clamp(20px, 2.2vw, 30px); letter-spacing: 0.18em; margin: 14px 0 10px; }
.rev-gline { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.9; }
.rev-gline svg { flex: none; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.6vw, 24px); }
.rev {
background: var(--white);
color: #1f1f1f;
border: 1px solid rgba(0, 0, 0, 0.55);
padding: 22px 22px 20px;
display: flex;
flex-direction: column;
gap: 14px;
}
.rev-top { display: flex; align-items: center; gap: 12px; }
.rev-avatar {
width: 42px;
height: 42px;
border-radius: 50%;
color: #fff;
font-family: var(--body);
font-weight: 600;
font-size: 18px;
display: grid;
place-items: center;
flex: none;
}
.rev-id { flex: 1; min-width: 0; }
.rev-name { font-weight: 600; font-size: 15px; display: flex; align-items: center; gap: 6px; }
.rev-name svg { flex: none; }
.rev-when { font-size: 12.5px; color: #5f6368; margin-top: 1px; }
.rev-g { flex: none; }
.rev-stars-sm { color: var(--gstar); font-size: 15px; letter-spacing: 0.1em; }
.rev q { quotes: "“" "”"; font-size: 14.5px; line-height: 1.6; color: #3c4043; }
.rev-tag { margin-top: auto; padding-top: 12px; border-top: 1px solid rgba(0,0,0,0.08); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #5f6368; }
.rev-more { margin-top: 36px; }
@media (max-width: 980px) { .rev-grid { grid-template-columns: 1fr; } .rev-head { grid-template-columns: 1fr; } }
.areas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); border-top: 1px solid var(--ink); }
.area {
font-family: var(--display);
font-weight: 500;
font-size: 16px;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 13px 4px;
border-bottom: 1px solid var(--hairline);
}
.area::before { content: "▸"; color: var(--accent); margin-right: 10px; font-size: 12px; }
.estimate {
background: var(--accent);
color: var(--accent-ink);
border-top: 1px solid var(--ink);
padding: clamp(48px, 6vw, 88px) var(--pad);
}
.est-head { text-align: center; max-width: 760px; margin: 0 auto clamp(30px, 3.5vw, 48px); }
.est-head h2 { font-size: clamp(44px, 5vw, 84px); margin: 16px 0 14px; }
.est-head .est-sub { font-size: 16px; font-weight: 500; max-width: 52ch; margin: 0 auto; }
.eyebrow--center { justify-content: center; }
.eyebrow--center::after { content: ""; width: 36px; height: 2px; background: var(--accent); flex: none; }
.estimate .eyebrow--center::after, .estimate .eyebrow--center::before { background: var(--ink); }
.est-cols {
display: grid;
grid-template-columns: 1fr 1fr;
gap: clamp(24px, 3vw, 48px);
align-items: start;
max-width: 1340px;
margin: 0 auto;
}
.est-left { display: flex; flex-direction: column; gap: 22px; }
.est-points { margin-top: 30px; border-top: 1px solid rgba(19,21,18,0.4); }
.est-points li {
border-bottom: 1px solid rgba(19,21,18,0.4);
padding: 13px 2px;
font-family: var(--display);
font-weight: 500;
font-size: 15px;
letter-spacing: 0.1em;
text-transform: uppercase;
display: flex;
align-items: center;
gap: 12px;
}
.est-points li::before { content: "▪"; font-size: 11px; }
.est-call { margin-top: 0; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.est-prefer { font-size: 15px; font-weight: 600; max-width: 44ch; }
.est-minis { margin-top: 0; display: grid; gap: 14px; max-width: none; }
.mini-rev {
position: relative;
background: var(--white);
border: 1px solid var(--ink);
padding: 18px 38px 16px 18px;
display: flex;
flex-direction: column;
gap: 8px;
}
.mini-rev q { quotes: "“" "”"; font-size: 14px; line-height: 1.55; color: #3c4043; }
.mini-rev b { font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #5f6368; }
.mini-emoji {
position: absolute;
top: -13px;
right: -9px;
font-size: 28px;
line-height: 1;
transform: rotate(10deg);
filter: drop-shadow(0 2px 2px rgba(19, 21, 18, 0.35));
}
.est-form {
background: var(--paper);
border: 2px solid var(--ink);
padding: clamp(24px, 2.6vw, 40px);
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.est-form h3 { grid-column: 1 / -1; font-family: var(--display); font-weight: 600; font-size: 24px; text-transform: uppercase; letter-spacing: 0.04em; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.wide { grid-column: 1 / -1; }
.field label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.field input, .field select, .field textarea {
font-family: var(--body);
font-size: 15px;
padding: 13px 14px;
border: 1px solid var(--ink);
border-radius: 0;
background: var(--white);
color: var(--ink);
width: 100%;
appearance: none;
}
.field select { background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 19px) 50%, calc(100% - 14px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.field textarea { resize: vertical; min-height: 96px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid var(--accent); outline-offset: -1px; }
.est-form .btn { grid-column: 1 / -1; width: 100%; font-size: 17px; padding: 19px 30px; }
.est-note { grid-column: 1 / -1; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; text-align: center; opacity: 0.7; }
.est-sent { grid-column: 1 / -1; background: var(--ink); color: var(--paper); padding: 14px 16px; font-weight: 600; font-size: 14px; display: none; }
.est-sent.show { display: block; }
@media (max-width: 980px) { .estimate { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .est-form { grid-template-columns: 1fr; } }
.gal-social { display: flex; align-items: center; gap: 12px; padding-bottom: 10px; }
.gal-social > span, .foot-social > span { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.7; }
.soc-btn {
width: 46px;
height: 46px;
border: 1px solid currentColor;
display: grid;
place-items: center;
transition: background 0.12s steps(2, end), color 0.12s steps(2, end);
}
.soc-btn:hover { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.foot-social { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.foot-social .soc-btn { width: 40px; height: 40px; }
.footer { background: var(--ink); color: var(--paper); padding: clamp(56px, 7vw, 90px) var(--pad) 0; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 56px; }
.foot-brand .brand-name { font-size: 26px; }
.foot-brand p { opacity: 0.6; font-size: 14px; max-width: 34ch; margin-top: 16px; }
.foot-h { font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; }
.foot-grid ul li { padding: 5px 0; font-size: 14px; opacity: 0.8; }
.foot-grid ul li a:hover { color: var(--accent); }
.foot-bottom {
border-top: 1px solid var(--hairline-dark);
display: flex;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
padding: 20px 0 26px;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
opacity: 0.55;
}
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (prefers-reduced-motion: no-preference) {
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.in { opacity: 1; transform: none; }
}
.brand { padding: 18px 0; }
.brand-logo { height: 32px; width: auto; display: block; }
.foot-logo { height: 28px; width: auto; display: block; margin-bottom: 16px; }
.nav-link {
font-family: var(--display);
font-weight: 500;
font-size: 14px;
letter-spacing: 0.14em;
text-transform: uppercase;
padding: 6px 0;
border-bottom: 2px solid transparent;
}
.nav-link:hover { border-bottom-color: var(--accent); }
.caret { font-size: 10px; opacity: 0.6; }
.nav-cta {
align-self: center;
padding: 18px 32px;
margin: 10px 16px 10px clamp(12px, 2vw, 28px);
display: inline-flex;
gap: 11px;
font-weight: 600;
line-height: 1;
}
.nav-drop-wrap { position: relative; display: flex; align-items: center; align-self: stretch; }
.nav-drop {
position: absolute;
top: 100%;
left: -24px;
min-width: 270px;
background: var(--ink);
color: var(--paper);
border-top: 3px solid var(--accent);
box-shadow: 0 14px 30px rgba(19, 21, 18, 0.3);
opacity: 0;
visibility: hidden;
transform: translateY(6px);
transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
z-index: 60;
}
.nav-drop-wrap.open .nav-drop { opacity: 1; visibility: visible; transform: none; }
.nav-drop a {
display: block;
padding: 13px 22px;
font-family: var(--display);
font-weight: 500;
font-size: 14px;
letter-spacing: 0.1em;
text-transform: uppercase;
border-bottom: 1px solid var(--hairline-dark);
}
.nav-drop a:hover { background: rgba(239, 236, 228, 0.08); color: var(--accent); }
.nav-drop .nav-drop-all {
background: var(--accent);
color: var(--accent-ink);
font-weight: 600;
border-bottom: none;
text-align: center;
}
.nav-drop .nav-drop-all:hover { background: var(--paper); color: var(--ink); }
.burger {
display: none;
flex-direction: column;
justify-content: center;
gap: 5px;
width: 64px;
border: none;
border-left: 1px solid var(--hairline);
background: none;
cursor: pointer;
padding: 0 20px;
}
.burger span { display: block; height: 2px; background: var(--ink); transition: transform 0.18s ease, opacity 0.18s ease; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu {
position: fixed;
left: 0;
right: 0;
z-index: 49;
background: var(--ink);
color: var(--paper);
overflow-y: auto;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.mobile-menu.open { opacity: 1; visibility: visible; transform: none; }
.mm-accent { height: 5px; background: var(--accent); }
.mm-link {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 16px 24px;
font-family: var(--display);
font-weight: 500;
font-size: 16px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--paper);
background: none;
border: none;
border-bottom: 1px solid var(--hairline-dark);
text-align: left;
cursor: pointer;
}
.mm-link:hover { color: var(--accent); }
.mm-sub { display: none; background: rgba(239, 236, 228, 0.05); }
.mm-sub.open { display: block; }
.mm-sub a {
display: block;
padding: 12px 24px 12px 40px;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
border-bottom: 1px solid var(--hairline-dark);
opacity: 0.85;
}
.mm-sub a:hover { color: var(--accent); opacity: 1; }
.mm-actions { display: grid; gap: 12px; padding: 20px 24px 28px; }
.hero { min-height: 0; }
.hero-inner { padding: clamp(36px, 5.5vh, 72px) var(--pad) clamp(28px, 4vh, 52px); }
.hero h1 { font-size: clamp(42px, 6.4vw, 100px); margin: 18px 0 20px; }
.hero-sub { margin-bottom: 28px; }
.stat-n .stat-stars { font-size: 0.52em; letter-spacing: 0.1em; vertical-align: 4px; }
.g-strip {
background: var(--white);
color: #1f1f1f;
border: 1px solid rgba(0, 0, 0, 0.55);
display: flex;
align-items: center;
gap: clamp(20px, 3.5vw, 56px);
padding: 18px clamp(18px, 2.5vw, 32px);
margin-bottom: clamp(32px, 4vw, 52px);
flex-wrap: wrap;
}
.g-strip-brand { display: flex; align-items: center; gap: 14px; }
.g-strip-brand b { display: block; font-size: 17px; font-weight: 700; }
.g-strip-brand span { display: block; font-size: 12px; color: #5f6368; margin-top: 2px; }
.g-strip-score { display: flex; align-items: center; gap: 14px; }
.g-num { font-family: var(--display); font-weight: 600; font-size: clamp(40px, 4vw, 56px); line-height: 1; }
.g-stars { color: var(--gstar); font-size: clamp(20px, 2vw, 26px); letter-spacing: 0.12em; }
.g-strip-count b { display: block; font-size: 15px; font-weight: 700; }
.g-strip-count span { display: block; font-size: 12px; color: #5f6368; margin-top: 2px; }
.g-strip-btn { margin-left: auto; }
.rev { position: relative; }
.rev-avatar { position: relative; overflow: visible; }
image-slot.rev-pic {
position: absolute;
inset: 0;
width: 42px;
height: 42px;
cursor: pointer;
}
image-slot.rev-pic::part(frame) { background: transparent; }
image-slot.rev-pic::part(ring) { display: none; }
image-slot.rev-pic::part(empty) { opacity: 0; }
.rev--featured { outline: 3px solid var(--accent); outline-offset: -1px; }
.rev-ribbon {
position: absolute;
top: -13px;
right: 14px;
background: var(--accent);
color: var(--accent-ink);
font-family: var(--display);
font-weight: 600;
font-size: 11.5px;
letter-spacing: 0.14em;
text-transform: uppercase;
padding: 5px 12px;
box-shadow: 0 2px 6px rgba(19, 21, 18, 0.25);
}
.rev q mark { background: var(--accent); color: var(--accent-ink); padding: 0 4px; font-weight: 600; }
.areas-note {
margin-top: 30px;
display: flex;
align-items: center;
gap: 18px;
flex-wrap: wrap;
background: var(--white);
border: 1px solid var(--ink);
padding: 16px 22px;
}
.areas-note b { font-family: var(--display); font-weight: 600; font-size: 18px; letter-spacing: 0.06em; text-transform: uppercase; }
.areas-note span { font-size: 14.5px; opacity: 0.85; }
.areas-note .btn { margin-left: auto; padding: 12px 22px; font-size: 13px; }
.est-badges { margin-top: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.badge {
display: flex;
align-items: center;
gap: 12px;
background: var(--paper);
border: 1px solid var(--ink);
padding: 13px 14px;
}
.badge svg { flex: none; }
.badge span { display: flex; flex-direction: column; gap: 2px; font-size: 11px; font-weight: 600; letter-spacing: 0.03em; line-height: 1.3; }
.badge b { font-family: var(--display); font-weight: 600; font-size: 13.5px; letter-spacing: 0.06em; text-transform: uppercase; }
@media (max-width: 1240px) { .est-badges { grid-template-columns: 1fr; } }
.est-minis { margin-top: 0; }
.mini-top { display: flex; align-items: center; gap: 10px; }
.mini-avatar {
width: 32px;
height: 32px;
border-radius: 50%;
color: #fff;
font-weight: 600;
font-size: 14px;
display: grid;
place-items: center;
flex: none;
}
.mini-id { flex: 1; display: flex; flex-direction: column; gap: 1px; }
.mini-name { font-weight: 700; font-size: 13.5px; display: flex; align-items: center; gap: 5px; color: #1f1f1f; }
.mini-stars { color: var(--gstar); font-size: 12px; letter-spacing: 0.1em; }
.mini-rev b { font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #5f6368; }
.stat-bolt { color: var(--accent); vertical-align: -4px; width: 0.72em; height: 0.72em; }
.crew-head--center {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 20px;
padding-bottom: clamp(32px, 4vw, 52px);
}
.crew-head--center h2 { margin: 0; max-width: 16ch; }
.gold-badge {
display: inline-block;
background: linear-gradient(135deg, #f0d375 0%, #f2b400 45%, #c98e00 100%);
color: var(--accent-ink);
font-family: var(--display);
font-weight: 600;
font-size: 16px;
letter-spacing: 0.2em;
text-transform: uppercase;
padding: 11px 26px;
box-shadow: 0 2px 10px rgba(19, 21, 18, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.captcha {
display: flex;
align-items: center;
gap: 14px;
background: #fafafa;
border: 1px solid rgba(0, 0, 0, 0.35);
padding: 13px 16px;
max-width: 340px;
}
.captcha-box {
width: 26px;
height: 26px;
flex: none;
border: 2px solid #8d8d8d;
background: var(--white);
cursor: pointer;
display: grid;
place-items: center;
font-size: 18px;
line-height: 1;
color: var(--ink);
padding: 0;
}
.captcha-box:hover { border-color: var(--ink); }
.captcha.checking .captcha-box { border-color: var(--accent); border-top-color: transparent; border-radius: 50%; animation: captcha-spin 0.7s linear infinite; }
@keyframes captcha-spin { to { transform: rotate(360deg); } }
.captcha.checked .captcha-box::after { content: "✓"; font-weight: 700; color: #1f8a3b; }
.captcha-label { font-size: 14.5px; font-weight: 500; color: #1f1f1f; }
.captcha-mark { margin-left: auto; display: flex; flex-direction: column; align-items: center; gap: 2px; color: #8d8d8d; }
.captcha-mark em { font-style: normal; font-size: 9px; font-weight: 700; letter-spacing: 0.12em; }
.captcha.err { outline: 2px solid #c62828; }
@media (max-width: 980px) {
.nav-links { display: none; }
.burger { display: flex; }
.nav { padding-left: 20px; }
.est-cols { display: flex; flex-direction: column; }
.est-form { order: -1; }
.est-head h2 { font-size: clamp(40px, 9vw, 64px); }
}
@media (max-width: 700px) {
:root { --pad: 20px; }
.section { padding: 52px 20px; }
.section-head { margin-bottom: 28px; }
.section-title { font-size: clamp(38px, 10vw, 52px); }
.section-kicker { display: none; }
.hero-inner { padding-top: 40px; padding-bottom: 30px; }
.hero h1 { font-size: clamp(40px, 11vw, 56px); }
.hero-sub { font-size: 15px; margin-bottom: 22px; }
.hero-actions .btn { width: 100%; }
.stat-n { font-size: 21px; }
.stat-n .stat-stars { font-size: 0.62em; vertical-align: 2px; }
.stat-l { font-size: 9px; letter-spacing: 0.14em; }
.crew-head { padding: 44px 20px 24px; }
.crew-head h2 { font-size: clamp(30px, 8.6vw, 42px); }
.crew-photo image-slot { height: 46vh; }
.gallery { padding-top: 52px; }
.gal-slide image-slot { height: 320px; }
.g-strip { gap: 14px 24px; padding: 16px 18px; }
.g-strip-btn { margin-left: 0; width: 100%; }
.est-minis .mini-rev:nth-child(n+2) { display: none; }
.est-head .est-sub { font-size: 15px; }
.areas-grid { grid-template-columns: 1fr 1fr; }
.areas-note .btn { margin-left: 0; width: 100%; }
.foot-grid { grid-template-columns: 1fr; gap: 28px; }
.brand-logo { height: 26px; }
}
.page-hero {
background: var(--ink);
color: var(--paper);
padding: clamp(36px, 5vw, 64px) var(--pad) clamp(40px, 5vw, 64px);
border-bottom: 4px solid var(--accent);
}
.breadcrumb { display: flex; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 26px; flex-wrap: wrap; }
.breadcrumb a { opacity: 0.6; }
.breadcrumb a:hover { opacity: 1; color: var(--accent); }
.breadcrumb span { opacity: 0.35; }
.page-hero h1 { font-size: clamp(38px, 5.4vw, 84px); margin: 16px 0 18px; max-width: 18ch; }
.page-hero h1 em { font-style: normal; color: var(--accent); }
.page-sub { font-size: clamp(15px, 1.3vw, 18px); max-width: 62ch; opacity: 0.88; margin-bottom: 30px; }
.page-trust { display: flex; gap: 12px 32px; flex-wrap: wrap; border-top: 1px solid var(--hairline-dark); margin-top: 34px; padding-top: 18px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.8; }
.page-cols { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: clamp(32px, 4vw, 64px); align-items: start; }
.page-h2 { font-size: clamp(26px, 2.8vw, 42px); margin: 0 0 18px; }
.page-h2:not(:first-child) { margin-top: 48px; }
.page-intro { max-width: 64ch; margin-bottom: 22px; font-size: 16.5px; }
.page-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; max-width: 640px; }
.page-list li:nth-child(2) { border-top: 0; padding-top: 0; }
.steps { list-style: none; }
.steps li { padding: 15px 0; border-top: 1px solid var(--hairline); font-size: 15px; }
.steps li b { font-family: var(--display); font-weight: 600; font-size: 17px; letter-spacing: 0.05em; text-transform: uppercase; display: block; margin-bottom: 4px; }
.faq { border: 1px solid var(--ink); margin-bottom: 10px; background: var(--white); }
.faq summary { padding: 15px 20px; font-family: var(--display); font-weight: 500; font-size: 16px; letter-spacing: 0.05em; text-transform: uppercase; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--body); font-weight: 600; font-size: 20px; color: var(--accent); flex: none; }
.faq[open] summary::after { content: "–"; }
.faq[open] summary { border-bottom: 1px solid var(--hairline); }
.faq p { padding: 14px 20px 18px; font-size: 14.5px; }
.page-side { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 96px; }
.page-side image-slot { width: 100%; height: 230px; border: 1px solid var(--ink); }
.side-rev { background: var(--white); border: 1px solid var(--ink); padding: 18px 20px; display: flex; flex-direction: column; gap: 10px; }
.side-rev q { quotes: "\201C" "\201D"; font-size: 14px; line-height: 1.6; color: #3c4043; }
.side-rev b { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #5f6368; }
.side-rev .mini-top { gap: 8px; }
.page-side .btn { width: 100%; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip-link { border: 1px solid var(--ink); padding: 11px 20px; font-family: var(--display); font-weight: 500; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; transition: background 0.12s steps(2, end), color 0.12s steps(2, end); }
.chip-link:hover { background: var(--ink); color: var(--paper); }
.city-svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.city-svc { background: var(--white); border: 1px solid var(--ink); padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.city-svc b { font-family: var(--display); font-weight: 600; font-size: 19px; letter-spacing: 0.04em; text-transform: uppercase; line-height: 1.1; }
.city-svc span { font-size: 13px; opacity: 0.78; }
.city-svc em { font-style: normal; margin-top: auto; padding-top: 8px; font-family: var(--display); font-weight: 500; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); border-top: 1px solid var(--hairline); }
.city-svc:hover { outline: 2px solid var(--ink); outline-offset: -1px; }
.city-svc:hover em { color: var(--accent); }
.reviews-page .rev-cols { columns: 3 340px; column-gap: 18px; }
.reviews-page .rev { break-inside: avoid; margin-bottom: 18px; background: var(--white); color: #1f1f1f; border: 1px solid rgba(0,0,0,0.55); padding: 22px 22px 20px; display: flex; flex-direction: column; gap: 14px; }
.rev-quiet { opacity: 0.6; }
@media (max-width: 1100px) { .city-svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 900px) { .page-cols { grid-template-columns: 1fr; } .page-side { position: static; } }
@media (max-width: 620px) {
.city-svc-grid { grid-template-columns: 1fr; }
.page-list { grid-template-columns: 1fr; }
.page-list li:nth-child(2) { border-top: 1px solid var(--hairline); padding-top: 7px; }
.page-trust { gap: 8px 20px; font-size: 10px; }
}
:root { --white: #ffffff; --gstar: #fbbc04; }
body { font-size: 17px; }
.hero-sub { font-size: clamp(17px, 1.5vw, 22px); }
.section-kicker { font-size: 17.5px; }
.svc-list li { font-size: 15.5px; padding: 8px 0; }
.rev q { font-size: 16.5px; }
.rev-tag { font-size: 12.5px; }
.mini-name { font-size: 14.5px; }
.est-head .est-sub { font-size: 17.5px; }
.est-prefer { font-size: 16.5px; }
.badge span { font-size: 12.5px; }
.badge b { font-size: 15px; }
.stat-l { font-size: 11.5px; }
.utility { font-size: 12.5px; }
.area { font-size: 17px; }
.areas-note span { font-size: 15.5px; }
.foot-grid ul li { font-size: 15px; }
.foot-brand p { font-size: 15px; }
.nav-drop a { font-size: 14.5px; }
.mm-sub a { font-size: 14px; }
.est-form label { font-size: 12.5px; }
.est-form input, .est-form select, .est-form textarea { font-size: 16px; }
.est-note { font-size: 13px; }
.page-sub { font-size: clamp(16.5px, 1.4vw, 20px); }
.page-intro { font-size: 17.5px; }
.faq p { font-size: 15.5px; }
.steps li { font-size: 16px; }
.side-rev q { font-size: 15px; }
.nav-call {
align-self: center;
display: inline-flex;
align-items: center;
gap: 10px;
padding: 16px 22px;
border: 1px solid var(--ink);
font-family: var(--display);
font-weight: 600;
font-size: 14px;
letter-spacing: 0.1em;
text-transform: uppercase;
white-space: nowrap;
line-height: 1;
margin-left: clamp(12px, 2vw, 28px);
}
.nav-call:hover { background: var(--ink); color: var(--paper); }
.nav-cta { padding: 19px 30px; margin-left: 14px; }
.hero-scrim, .stats, .crew-scrim { pointer-events: none; }
.hero-inner { pointer-events: none; }
.hero-inner a { pointer-events: auto; }
.gal-chip { pointer-events: none; }
.stat-fam { color: var(--accent); vertical-align: -4px; width: 0.72em; height: 0.72em; }
.crew { min-height: 0; background: var(--ink); display: block; padding: 0; }
.crew-bar {
background: var(--ink);
color: var(--paper);
display: flex;
align-items: center;
justify-content: center;
gap: clamp(20px, 3vw, 44px);
padding: clamp(18px, 2.6vw, 30px) var(--pad);
border-bottom: 1px solid var(--hairline-dark);
}
.crew-bar h2 { font-size: clamp(26px, 3.8vw, 56px); white-space: nowrap; margin: 0; }
.medallion {
width: clamp(72px, 7vw, 92px);
height: clamp(72px, 7vw, 92px);
border-radius: 50%;
flex: none;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 1px;
background: radial-gradient(circle at 35% 28%, #f8e09a 0%, #f2b400 55%, #b87f00 100%);
border: 2px solid #8a6500;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.45), inset 0 2px 0 rgba(255, 255, 255, 0.5);
color: var(--ink);
font-family: var(--display);
}
.medallion b { font-weight: 700; font-size: clamp(20px, 2.1vw, 27px); line-height: 1; }
.medallion small { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
@media (max-width: 640px) {
.crew-bar { flex-wrap: wrap; text-align: center; }
.crew-bar h2 { white-space: normal; font-size: clamp(24px, 7.5vw, 34px); }
}
.crew-photo image-slot { width: 100%; height: clamp(380px, 70vh, 760px); display: block; }
.badge { background: none; border: none; padding: 4px 0; gap: 14px; }
.badge-disc {
width: 54px;
height: 54px;
border-radius: 50%;
flex: none;
display: grid;
place-items: center;
background: radial-gradient(circle at 35% 28%, #f8e09a 0%, #f2b400 60%, #c98e00 100%);
border: 2px solid var(--ink);
box-shadow: 0 2px 8px rgba(19, 21, 18, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.45);
color: var(--ink);
}
@media (max-width: 1240px) { .est-badges { grid-template-columns: 1fr; gap: 14px; } }
.mini-rev {
background: var(--white);
border: 1px solid rgba(0, 0, 0, 0.55);
padding: 22px 24px 20px;
gap: 14px;
}
.mini-rev q { font-size: 15.5px; line-height: 1.6; color: #3c4043; }
.hub-blocks { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.hub-block { background: var(--white); border: 1px solid var(--ink); display: flex; flex-direction: column; }
.hub-block image-slot { width: 100%; height: 250px; display: block; border-bottom: 1px solid var(--ink); }
.hub-block-body { padding: 26px; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.hub-block-body h3 { font-family: var(--display); font-weight: 600; font-size: clamp(23px, 2vw, 30px); text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.05; }
.hub-block-body p { font-size: 15.5px; opacity: 0.88; }
.hub-block-body .btn { margin-top: auto; align-self: flex-start; padding: 14px 24px; font-size: 13.5px; }
@media (max-width: 860px) { .hub-blocks { grid-template-columns: 1fr; } .hub-block image-slot { height: 220px; } }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.photo-grid figure { margin: 0; display: flex; flex-direction: column; gap: 8px; }
.photo-grid image-slot { width: 100%; height: 250px; display: block; border: 1px solid var(--ink); }
.photo-grid figcaption { font-size: 13.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.75; }
@media (max-width: 860px) { .photo-grid { grid-template-columns: 1fr; } }
.page-revs { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.page-revs .rev { background: var(--white); color: #1f1f1f; border: 1px solid rgba(0, 0, 0, 0.55); padding: 22px 22px 20px; display: flex; flex-direction: column; gap: 14px; }
@media (max-width: 860px) { .page-revs { grid-template-columns: 1fr; } }
:root {
--accent: #c9f227;
--gold: #f2b400;
--charcoal: #20231e;
}
.stat-n em { color: var(--gold); }
.stat-bolt { color: var(--gold); }
.stat-fam { color: var(--gold); }
.rev-ribbon { background: var(--gold); }
.rev q mark { background: var(--gold); }
.captcha.checking .captcha-box { border-color: var(--gold); border-top-color: transparent; }
.footer { background: var(--charcoal); }
.badge-disc {
width: auto;
height: auto;
border-radius: 0;
background: none;
border: none;
box-shadow: none;
color: var(--ink);
display: grid;
place-items: center;
}
.badge-disc svg { width: 30px; height: 30px; }
.badge { gap: 16px; }
.brand { flex: none; padding: 14px clamp(18px, 2.5vw, 40px) 14px 0; }
.brand-logo { width: clamp(180px, 15vw, 248px); height: auto; }
.nav-link { white-space: nowrap; }
.nav-links { gap: clamp(14px, 1.8vw, 34px); }
.nav-call {
border-width: 2px;
padding: 19px 24px;
font-size: 14.5px;
gap: 11px;
}
.nav-cta {
padding: 21px 28px;
font-size: 14.5px;
gap: 11px;
margin: 8px 14px 8px 0;
}
@media (max-width: 1460px) { .nav-call { display: none; } }
@media (max-width: 1180px) {
.nav-links { display: none; }
.burger { display: flex; }
}
@media (min-width: 701px) and (max-width: 1100px) {
.rev-grid { grid-template-columns: 1fr 1fr; }
.photo-grid { grid-template-columns: 1fr 1fr; }
.est-badges { grid-template-columns: repeat(3, 1fr); }
.hero h1 { font-size: clamp(48px, 7.5vw, 76px); }
.gal-slide image-slot { height: clamp(340px, 48vh, 520px); }
.crew-photo image-slot { height: clamp(320px, 52vh, 560px); }
}
@media (min-width: 621px) and (max-width: 860px) {
.photo-grid { grid-template-columns: 1fr 1fr; }
.hub-blocks { grid-template-columns: 1fr 1fr; }
.page-revs { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1100px) {
.est-form input, .est-form select, .est-form textarea { min-height: 48px; }
.gal-nav { min-width: 52px; min-height: 52px; }
.chip-link { padding: 13px 22px; }
}
.btn--accent { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.btn--accent:hover { background: #b2d915; color: var(--accent-ink); border-color: #b2d915; }
.btn--solid:hover { background: #343931; color: var(--paper); border-color: #343931; }
.btn--paper { background: #ffffff; color: var(--ink); border-color: #ffffff; }
.btn--paper:hover { background: #e3dfd3; color: var(--ink); border-color: #e3dfd3; }
.nav-call, .nav-cta {
height: 55px;
padding: 0 26px;
display: inline-flex;
align-items: center;
gap: 11px;
font-size: 14.5px;
margin: 0 0 0 clamp(10px, 1.4vw, 22px);
align-self: center;
border: none;
}
.nav-cta { margin-right: 16px; }
.nav-call { background: var(--ink); color: var(--paper); }
.nav-call:hover { background: #343931; color: var(--paper); }
.nav-cta:hover { background: #b2d915; color: var(--accent-ink); }
.nav { padding-top: 6px; padding-bottom: 6px; }
.stat-g { vertical-align: -4px; width: 0.66em; height: 0.66em; }
.g-word { font-weight: 800; letter-spacing: 0.04em; }
.g-word i { font-style: normal; }
.g-word i:nth-child(1) { color: #4285F4; }
.g-word i:nth-child(2) { color: #EA4335; }
.g-word i:nth-child(3) { color: #FBBC04; }
.g-word i:nth-child(4) { color: #4285F4; }
.g-word i:nth-child(5) { color: #34A853; }
.g-word i:nth-child(6) { color: #EA4335; }
.est-minis {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
max-width: 1340px;
margin: clamp(28px, 4vw, 48px) auto 0;
}
.mini-rev { padding: 22px 22px 20px; }
@media (max-width: 980px) { .est-minis { grid-template-columns: 1fr; } }
body { font-size: 18px; }
.hero-sub { font-size: clamp(18px, 1.55vw, 23px); }
.section-kicker { font-size: 18.5px; }
.svc-list li { font-size: 16.5px; padding: 9px 0; }
.rev q { font-size: 17.5px; }
.rev-tag { font-size: 13.5px; }
.rev-name { font-size: 16.5px; }
.mini-rev q { font-size: 16.5px; }
.mini-name { font-size: 15.5px; }
.est-head .est-sub { font-size: 18.5px; }
.badge span { font-size: 13.5px; }
.badge b { font-size: 16px; }
.stat-l { font-size: 12.5px; }
.utility { font-size: 13.5px; }
.area { font-size: 18px; }
.areas-note span { font-size: 16.5px; }
.areas-note b { font-size: 20px; }
.foot-grid ul li { font-size: 16px; padding: 6px 0; }
.foot-brand p { font-size: 16px; }
.foot-h { font-size: 12.5px; }
.foot-bottom { font-size: 12.5px; }
.nav-drop a { font-size: 15px; padding: 14px 22px; }
.mm-sub a { font-size: 15px; }
.est-form label { font-size: 13.5px; }
.est-form input, .est-form select, .est-form textarea { font-size: 17px; }
.est-note { font-size: 14px; }
.captcha-label { font-size: 16px; }
.page-sub { font-size: clamp(17.5px, 1.45vw, 21px); }
.page-intro { font-size: 18.5px; }
.faq summary { font-size: 17.5px; }
.faq p { font-size: 16.5px; }
.steps li { font-size: 17px; }
.side-rev q { font-size: 16px; }
.side-rev b { font-size: 11.5px; }
.chip-link { font-size: 14px; padding: 13px 22px; }
.breadcrumb { font-size: 12.5px; }
.page-trust { font-size: 12.5px; }
.photo-grid figcaption { font-size: 15px; opacity: 0.85; }
.hub-block-body p { font-size: 16.5px; }
.eyebrow { font-size: 12px; }
.gal-social > span, .foot-social > span { font-size: 12px; }
.contact-row span { font-size: 16px; }
.est-prefer { font-size: 17px; }
.nav-call, .nav-cta { height: 58px; padding: 0 32px; font-size: 15px; gap: 12px; }
.nav { padding-top: 8px; padding-bottom: 8px; }
.g-avatars { display: flex; margin-bottom: 10px; }
image-slot.g-avatar {
width: 40px;
height: 40px;
display: block;
flex: none;
border-radius: 50%;
border: 2px solid var(--paper);
margin-left: -11px;
background: rgba(239, 236, 228, 0.16);
cursor: pointer;
}
image-slot.g-avatar:first-child { margin-left: 0; }
.est-contact { display: flex; flex-direction: column; gap: 12px; }
.est-contact h4 {
font-family: var(--display);
font-weight: 600;
font-size: 21px;
letter-spacing: 0.06em;
text-transform: uppercase;
margin-bottom: 4px;
}
.contact-row {
display: flex;
align-items: center;
gap: 16px;
background: var(--paper);
border: 1px solid var(--ink);
padding: 16px 18px;
transition: background 0.12s steps(2, end);
}
.contact-row:hover { background: #ffffff; }
.contact-row svg { flex: none; }
.contact-row span { display: flex; flex-direction: column; gap: 2px; line-height: 1.35; }
.contact-row b { font-family: var(--display); font-weight: 600; font-size: 17px; letter-spacing: 0.08em; text-transform: uppercase; }
.city-card .svc-list { margin: 4px 0 6px; }
.city-card .svc-list li:first-child { border-top: 0; padding-top: 0; }
.feat-city { transition: outline 0.12s steps(2, end); }
.feat-city:hover { outline: 2px solid var(--ink); outline-offset: -1px; }
.feat-city .btn { pointer-events: none; }
.photo-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1100px) { .photo-grid--4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .photo-grid--4 { grid-template-columns: 1fr; } }
.chip-plain { opacity: 0.6; cursor: default; }
.city-rev-cta {
margin-top: 26px;
display: flex;
align-items: center;
gap: 24px;
flex-wrap: wrap;
background: var(--white);
border: 1px solid var(--ink);
padding: 20px 24px;
}
.city-rev-cta p { font-family: var(--display); font-weight: 600; font-size: 22px; text-transform: uppercase; letter-spacing: 0.04em; }
.city-rev-cta .btn { margin-left: auto; }
@media (max-width: 700px) { .city-rev-cta .btn { margin-left: 0; width: 100%; } }
.areas-note .btn--solid { margin-left: 12px; }
@media (max-width: 700px) { .areas-note .btn--solid { margin-left: 0; width: 100%; } }
@media (prefers-reduced-motion: no-preference) {
.reveal { transform: translateY(10px); transition-duration: 0.35s; }
}
.nav-links a.nav-call, .nav-links a.nav-cta {
height: 58px;
padding: 0 32px;
font-size: 15px;
font-weight: 600;
gap: 12px;
display: inline-flex;
align-items: center;
align-self: center;
white-space: nowrap;
line-height: 1;
border-bottom: none;
}
.nav-links a.nav-call:hover, .nav-links a.nav-cta:hover { border-bottom: none; }
.nav-links a.nav-call { background: var(--ink); color: var(--paper); margin-left: clamp(10px, 1.4vw, 22px); }
.nav-links a.nav-call:hover { background: #343931; color: var(--paper); }
.nav-links a.nav-cta { background: var(--accent); color: var(--accent-ink); margin: 0 16px 0 clamp(10px, 1.4vw, 22px); }
.nav-links a.nav-cta:hover { background: #b2d915; color: var(--accent-ink); }
.btn--solid { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.btn--solid:hover { background: #b2d915; color: var(--accent-ink); border-color: #b2d915; }
.btn--line-dark:hover { background: var(--accent); color: var(--accent-ink); border-color: var(--ink); }
.estimate { background: var(--paper-2); color: var(--ink); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.estimate .eyebrow--center::before, .estimate .eyebrow--center::after { background: var(--accent); }
.est-form { background: var(--white); }
.est-contact .contact-row { background: var(--white); }
.badge-disc { background: var(--white); border: 1px solid var(--ink); box-shadow: none; color: var(--ink); }
.est-spot {
position: relative;
background: var(--white);
border: 1px solid rgba(0, 0, 0, 0.55);
padding: 24px 24px 22px;
display: flex;
flex-direction: column;
gap: 16px;
}
.est-spot q { quotes: "\201C" "\201D"; font-size: 17px; line-height: 1.65; color: #3c4043; }
.spot-emojis { position: absolute; top: -15px; right: 10px; display: flex; gap: 6px; }
.spot-emojis i {
font-style: normal;
font-size: 26px;
line-height: 1;
filter: drop-shadow(0 2px 2px rgba(19, 21, 18, 0.3));
}
.spot-emojis i:nth-child(1) { transform: rotate(-8deg); }
.spot-emojis i:nth-child(2) { transform: rotate(6deg) translateY(-3px); }
.spot-emojis i:nth-child(3) { transform: rotate(12deg); }
.spot-foot { display: flex; align-items: flex-end; gap: 16px; justify-content: space-between; }
.spot-foot .rev-tag { font-size: 13.5px; }
image-slot#est-erica-work { width: 132px; height: 92px; flex: none; border: 1px solid var(--hairline); }
.gal-slide image-slot::part(frame) { background: #0d100c; }
img.g-avatar {
width: 40px;
height: 40px;
border-radius: 50%;
border: 2px solid var(--paper);
margin-left: -11px;
object-fit: cover;
display: block;
}
img.g-avatar:first-child { margin-left: 0; }
.areas-foot {
margin-top: 26px;
font-size: 16px;
opacity: 0.85;
display: flex;
align-items: baseline;
gap: 12px;
flex-wrap: wrap;
}
.areas-foot a { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.areas-foot a:hover { color: #5a7d12; }
.areas-foot span { opacity: 0.45; }
.areas-map { margin-top: 34px; border: 1px solid var(--ink); }
.areas-map iframe { display: block; width: 100%; height: clamp(300px, 38vw, 440px); border: 0; }
.areas-explore { margin-top: 22px; }
.areas-grid { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); }
@media (max-width: 700px) {
.spot-foot { flex-direction: column; align-items: flex-start; }
image-slot#est-erica-work { width: 100%; height: 140px; }
.areas-map iframe { height: 300px; }
}
.gal-slide { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; background: #0d100c; }
.gal-slide .ba { position: relative; margin: 0; min-width: 0; }
.gal-slide image-slot { width: 100%; height: clamp(340px, 52vh, 600px); display: block; }
.ba-tag {
position: absolute;
top: 0;
left: 0;
z-index: 2;
pointer-events: none;
font-family: var(--display);
font-weight: 600;
font-size: 14px;
letter-spacing: 0.18em;
text-transform: uppercase;
padding: 9px 18px;
}
.ba-tag--before { background: #20231e; color: var(--paper); }
.ba-tag--after { background: var(--accent); color: var(--accent-ink); }
.gal-controls { display: flex; justify-content: center; align-items: center; gap: 14px; padding: 20px var(--pad) 4px; }
.gal-controls .gal-nav {
position: static;
width: auto;
min-width: 150px;
height: 64px;
padding: 0 28px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
background: none;
border: 1px solid var(--hairline-dark);
color: var(--paper);
font-family: var(--display);
font-weight: 500;
font-size: 17px;
letter-spacing: 0.12em;
text-transform: uppercase;
cursor: pointer;
}
.gal-controls .gal-nav:hover { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
html, body { overflow-x: clip; }
a, button, .btn, .gal-thumb, .gal-nav, summary { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
@media (hover: none) {
.svc:hover, .hub-block:hover, .city-svc:hover, .feat-city:hover { outline: none; }
.contact-row:hover { background: var(--white); }
.nav-links a:hover { border-bottom-color: transparent; }
.area:hover, .areas-foot a:hover { color: inherit; }
}
image-slot#est-erica-work::part(frame) { background: #f1eee6; }
@media (max-width: 700px) {
.gal-slide image-slot { height: 230px; }
.ba-tag { font-size: 11px; padding: 7px 12px; letter-spacing: 0.14em; }
.gal-controls { padding-left: 20px; padding-right: 20px; gap: 10px; }
.gal-controls .gal-nav { flex: 1; min-width: 0; height: 60px; }
}
:root { --gold: #c89200; --gold-soft: #e7c66a; }
.est-cols { grid-template-columns: 1fr 1.04fr; align-items: stretch; }
.est-left { gap: 18px; }
.est-spot { flex: 0 0 auto; }
.est-contact { background: var(--white); border: 1px solid var(--ink); padding: 20px 22px; display: flex; flex-direction: column; gap: 4px; }
.est-contact h4 { font-family: var(--display); font-weight: 600; font-size: 16px; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 10px; }
.contact-row { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-top: 1px solid var(--hairline); }
.contact-row:first-of-type { border-top: 0; }
.contact-row svg { flex: none; color: var(--ink); }
.contact-row span { display: flex; flex-direction: column; gap: 1px; font-size: 14px; line-height: 1.4; }
.contact-row b { font-family: var(--display); font-weight: 600; font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase; }
.contact-row:hover b { color: #5a7d12; }
.est-form { align-self: stretch; }
.btn--block { width: 100%; justify-content: center; }
.est-badges {
grid-template-columns: repeat(3, 1fr);
gap: 0;
max-width: 1340px;
margin: clamp(22px, 3vw, 38px) auto 0;
border: 1px solid var(--ink);
background: var(--white);
}
.est-badges .badge { display: flex; align-items: center; gap: 15px; padding: 20px 24px; border-left: 1px solid var(--hairline); }
.est-badges .badge:first-child { border-left: 0; }
.est-badges .badge-disc {
width: auto; height: auto; flex: none;
background: none; border: none; box-shadow: none;
color: var(--gold);
}
.est-badges .badge-disc svg { width: 32px; height: 32px; }
.est-badges .badge span { display: flex; flex-direction: column; gap: 2px; }
.est-badges .badge b { font-family: var(--display); font-weight: 600; font-size: 15px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink); }
.est-badges .badge span { font-size: 13px; color: #5a5750; }
.gal-count { font-family: var(--display); font-weight: 500; font-size: 17px; letter-spacing: 0.1em; color: var(--paper); opacity: 0.78; min-width: 92px; text-align: center; }
.gal-count .gal-sep { opacity: 0.4; margin: 0 2px; }
.gal-count .gal-cur { color: var(--paper); }
.ba-reveal {
position: relative;
--pos: 50%;
width: 100%;
height: clamp(320px, 50vh, 560px);
overflow: hidden;
border: 1px solid var(--ink);
background: #0d100c;
touch-action: pan-y;
user-select: none;
}
.ba-layer { position: absolute; inset: 0; }
.ba-layer image-slot { width: 100%; height: 100%; display: block; }
.ba-layer--before { clip-path: inset(0 calc(100% - var(--pos)) 0 0); z-index: 2; }
.ba-layer--after { z-index: 1; }
.ba-corner {
position: absolute; top: 0; z-index: 2;
font-family: var(--display); font-weight: 600; font-size: 13px;
letter-spacing: 0.18em; text-transform: uppercase; padding: 8px 16px;
pointer-events: none;
}
.ba-corner--before { left: 0; background: #20231e; color: var(--paper); }
.ba-corner--after { right: 0; background: var(--accent); color: var(--accent-ink); }
.ba-handle {
position: absolute; top: 0; bottom: 0; left: var(--pos);
width: 46px; transform: translateX(-50%);
background: none; border: none; padding: 0; margin: 0;
cursor: ew-resize; z-index: 4; touch-action: none;
display: flex; align-items: center; justify-content: center;
}
.ba-handle::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; transform: translateX(-50%); background: var(--paper); box-shadow: 0 0 0 1px rgba(0,0,0,0.25); }
.ba-handle-grip {
position: relative; width: 46px; height: 46px; border-radius: 50%;
background: var(--paper); color: var(--ink);
display: grid; place-items: center;
font-size: 18px; font-weight: 700; letter-spacing: -1px;
box-shadow: 0 2px 10px rgba(0,0,0,0.45);
}
.ba-handle:focus-visible { outline: none; }
.ba-handle:focus-visible .ba-handle-grip { outline: 3px solid var(--accent); outline-offset: 2px; }
.ba-hint { display: flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 14.5px; font-weight: 600; letter-spacing: 0.04em; opacity: 0.8; }
.ba-hint svg { color: var(--gold); flex: none; }
.modal-overlay[hidden] { display: none !important; }
.modal-overlay {
position: fixed; inset: 0; z-index: 200;
display: grid; place-items: center; padding: 24px;
background: rgba(19, 21, 18, 0.62);
opacity: 0; transition: opacity 0.2s ease;
}
.modal-overlay.open { opacity: 1; }
.modal-card {
position: relative; background: var(--paper); color: var(--ink);
border-top: 5px solid var(--accent);
max-width: 440px; width: 100%; padding: 44px 38px 34px;
text-align: center;
transform: translateY(12px) scale(0.98); transition: transform 0.22s cubic-bezier(0.2,0.8,0.3,1);
box-shadow: 0 30px 70px rgba(0,0,0,0.4);
}
.modal-overlay.open .modal-card { transform: none; }
.modal-x { position: absolute; top: 12px; right: 16px; background: none; border: none; font-size: 26px; line-height: 1; cursor: pointer; color: var(--ink); opacity: 0.5; }
.modal-x:hover { opacity: 1; }
.modal-check { display: grid; place-items: center; margin-bottom: 18px; }
.modal-card h3 { font-size: clamp(30px, 4vw, 40px); text-transform: uppercase; letter-spacing: 0.02em; }
.modal-sub { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 12px 0 26px; font-size: 16px; font-weight: 600; }
.modal-sub svg { color: var(--gold); flex: none; }
.sticky-cta { display: none; }
@media (max-width: 860px) {
.sticky-cta {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
display: grid; grid-template-columns: 1fr 1fr 1.5fr;
background: var(--ink);
border-top: 2px solid var(--accent);
padding-bottom: env(safe-area-inset-bottom);
}
.sticky-btn {
display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
padding: 9px 4px; min-height: 58px;
color: var(--paper);
font-family: var(--display); font-weight: 500; font-size: 12.5px;
letter-spacing: 0.08em; text-transform: uppercase;
border-left: 1px solid rgba(239,236,228,0.16);
}
.sticky-btn:first-child { border-left: 0; }
.sticky-btn svg { opacity: 0.95; }
.sticky-btn--primary { background: var(--accent); color: var(--accent-ink); }
body { padding-bottom: 64px; }
}
@media (max-width: 860px) {
.hero-actions, .nav-call, .nav-cta { display: none; }
.page-side .btn[href="#estimate"], .page-side .btn[href^="tel"] { display: none; }
.areas-explore, .rev-more { text-align: center; }
.hero-inner { padding-bottom: 18px; }
.hero h1 { font-size: clamp(38px, 10.5vw, 54px); }
.hero-sub { margin-bottom: 12px; }
.est-cols { display: flex; flex-direction: column; }
.est-form { order: -1; }
.est-badges { grid-template-columns: 1fr; }
.est-badges .badge { border-left: 0; border-top: 1px solid var(--hairline); }
.est-badges .badge:first-child { border-top: 0; }
.ba-reveal { height: clamp(260px, 56vw, 380px); }
}
@media (max-width: 560px) {
h1.display, h2.display { text-wrap: balance; hyphens: none; }
.section-title { font-size: clamp(34px, 11vw, 46px); }
.page-trust { flex-direction: column; gap: 7px; align-items: flex-start; }
.page-trust span { font-size: 12px; }
.utility { font-size: 11px; gap: 10px; }
.utility .u-hide { display: none; }
.areas-grid { grid-template-columns: 1fr 1fr; }
.area { font-size: 15px; padding: 11px 12px; }
.gal-controls { gap: 8px; }
.gal-count { min-width: 64px; font-size: 15px; }
.gal-nav .gal-nav-l { display: inline; }
.est-contact, .est-spot { padding: 18px; }
.modal-card { padding: 38px 24px 28px; }
}
.est-cols .est-badges {
display: flex;
flex-direction: column;
gap: 0;
margin: 0;
max-width: none;
border: 1px solid var(--ink);
background: var(--white);
}
.est-cols .est-badges .badge {
display: flex;
align-items: center;
gap: 14px;
padding: 14px 18px;
border-left: 0;
border-top: 1px solid var(--hairline);
}
.est-cols .est-badges .badge:first-child { border-top: 0; }
.est-cols .est-badges .badge-disc {
width: 40px; height: 40px; flex: none;
display: grid; place-items: center;
background: none; border: none; box-shadow: none;
color: var(--gold);
}
.est-cols .est-badges .badge-disc svg { width: 28px; height: 28px; }
.est-cols .est-badges .badge span { display: flex; flex-direction: column; gap: 1px; }
.est-cols .est-badges .badge b {
font-family: var(--display); font-weight: 600; font-size: 14.5px;
letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink);
}
.est-cols .est-badges .badge span { font-size: 12.5px; color: #5a5750; }
.est-left { justify-content: flex-start; }
.nav-drop .nav-drop-all:hover { background: #b2d915 !important; color: var(--accent-ink) !important; }
.est-cols { grid-template-columns: 0.8fr 1.34fr; }
.est-spot q { font-size: 14.5px; line-height: 1.55; }
.est-spot { padding: 18px 20px; }
.est-contact { padding: 16px 18px; }
.est-contact h4 { font-size: 14.5px; margin-bottom: 8px; }
.contact-row { padding: 10px 0; }
.contact-row b { font-size: 14px; }
.contact-row span { font-size: 13px; }
.est-form { padding: clamp(26px, 3vw, 40px); }
.est-form h3 { font-size: clamp(22px, 2.2vw, 28px); }
.marquee-seg span::after { content: "\2022"; margin-left: 42px; font-size: 13px; vertical-align: 2px; }
@media (max-width: 860px) {
.utility { justify-content: center; font-size: 12.5px; padding: 8px 16px; }
.utility > span:first-child { display: none; }
.utility .u-right { gap: 0; }
.utility .u-right .u-hide { display: none; }
.utility b { font-size: 13.5px; }
.eyebrow { white-space: normal; line-height: 1.4; }
.hero { min-height: auto; }
.hero-inner { padding: 26px 20px 16px; }
.hero h1 { font-size: clamp(34px, 9.2vw, 50px); margin: 12px 0 14px; }
.hero-sub { font-size: 15.5px; margin-bottom: 8px; }
.hero .eyebrow { font-size: 10.5px; letter-spacing: 0.16em; }
.stats { grid-template-columns: 1fr 1fr; }
.stat { padding: 13px 16px 14px; }
.stat-n { font-size: 18px; gap: 6px; }
.stat-n .stat-stars { font-size: 0.6em; }
.stat-l { font-size: 9.5px; letter-spacing: 0.08em; line-height: 1.35; }
img.g-avatar { width: 28px; height: 28px; margin-left: -10px; border-width: 1.5px; }
.stat-g { width: 0.7em; height: 0.7em; }
.marquee { padding: 10px 0; }
.marquee-seg { font-size: 14px; gap: 30px; padding-right: 30px; }
.marquee-seg span::after { margin-left: 30px; }
.section-head .eyebrow { font-size: 10.5px; }
.sticky-cta { grid-template-columns: 70px 70px 1fr; gap: 0; border-top-width: 3px; }
.sticky-btn { min-height: 64px; gap: 4px; }
.sticky-btn svg { width: 25px; height: 25px; }
.sticky-btn span { font-size: 10.5px; letter-spacing: 0.1em; opacity: 0.85; }
.sticky-btn--primary {
flex-direction: row; gap: 11px; font-size: 16.5px; letter-spacing: 0.1em;
}
.sticky-btn--primary svg { width: 21px; height: 21px; }
.sticky-btn--primary span { font-size: 16.5px; opacity: 1; }
body { padding-bottom: 64px; }
.est-cols { display: flex; flex-direction: column; }
.est-form { order: -1; }
.est-form, .est-spot, .est-contact, .est-cols .est-badges { width: 100%; }
}
@media (max-width: 560px) {
.section { padding: 46px 20px; }
.hero h1 { font-size: clamp(32px, 10vw, 44px); }
.stat-l { font-size: 9px; }
.areas-grid { grid-template-columns: 1fr 1fr; }
.svc-btn, .btn--block { min-height: 54px; font-size: 14.5px; }
.gal-controls .gal-nav { min-width: 0; }
}
.hero-scrim { background: rgba(13, 16, 12, var(--scrim, 0.58)); }
.stat--google { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; gap: 8px; }
.stat--google .g-rating { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.stat--google .stat-n { font-size: clamp(30px, 3.1vw, 46px); display: inline-flex; align-items: center; gap: 8px; }
.stat--google .stat-l { opacity: 0.82; }
.stat--years { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.stat--years .stat-n { font-size: clamp(40px, 4.4vw, 64px); }
.stat--years .stat-n em { font-size: 0.82em; }
.stat--years .stat-l { margin-top: 6px; }
.stats .stat:not(.stat--google) { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.hero-tools {
position: absolute; top: 12px; right: 12px; z-index: 6;
display: flex; align-items: center; gap: 10px;
background: rgba(13, 16, 12, 0.72); color: var(--paper);
border: 1px solid rgba(239, 236, 228, 0.25);
padding: 8px 12px; font-family: var(--body); font-size: 12px;
backdrop-filter: blur(6px);
}
.hero-tools[hidden] { display: none; }
.hero-tools-row { display: flex; align-items: center; gap: 8px; white-space: nowrap; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 700; font-size: 10.5px; }
.hero-tools input[type=range] { width: 110px; accent-color: var(--accent); }
.hero-tools #scrim-val { min-width: 34px; text-align: right; }
.hero-tools button {
background: var(--accent); color: var(--accent-ink); border: 0;
font-family: var(--display); font-weight: 600; font-size: 11px;
letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 12px; cursor: pointer;
}
.hero-tools button:hover { background: #b2d915; }
image-slot::part(frame) { }
@media (max-width: 860px) {
.stats { grid-template-columns: 1fr 1fr; }
.stat--google {
grid-column: 1 / -1; order: -1;
flex-direction: row; justify-content: center; gap: 14px;
padding: 16px var(--pad);
background: rgba(13, 16, 12, 0.5);
border-bottom: 1px solid var(--hairline-dark);
}
.stat--google .g-avatars { margin-bottom: 0; }
.stat--google .g-rating { align-items: flex-start; }
.stat--google .stat-n { font-size: 24px; }
.stat--google .stat-l { font-size: 11px; opacity: 0.9; }
.stat--years .stat-n { font-size: 34px; }
.hero-tools { top: 8px; right: 8px; padding: 6px 9px; }
.hero-tools input[type=range] { width: 84px; }
}
@media (max-width: 560px) {
.stat--google { flex-wrap: wrap; gap: 8px 14px; }
.stat--google .stat-n { font-size: 22px; }
}
image-slot.hero-img::part(frame),
.crew-photo image-slot::part(frame),
.gal-slide image-slot::part(frame),
.ba-layer image-slot::part(frame) { background: #15170f; }
.hero { background: #15170f; }
@media (prefers-reduced-motion: no-preference) {
.reveal { transition: opacity 0.4s ease, transform 0.4s ease; }
}
@media (max-width: 860px) {
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; background: rgba(13,16,12,0.5); }
.stat--google {
grid-column: 1 / -1;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 16px;
padding: 20px var(--pad);
background: rgba(13,16,12,0.62);
border-bottom: 1px solid var(--hairline-dark);
}
.stat--google .g-avatars { margin-bottom: 0; }
.stat--google img.g-avatar { width: 44px; height: 44px; margin-left: -13px; border-width: 2.5px; }
.stat--google img.g-avatar:first-child { margin-left: 0; }
.stat--google .g-rating { align-items: flex-start; gap: 3px; }
.stat--google .stat-n { font-size: 30px; gap: 9px; }
.stat--google .stat-g { width: 28px; height: 28px; }
.stat--google .stat-stars { font-size: 0.62em; }
.stat--google .stat-l { font-size: 13px; font-weight: 700; opacity: 0.95; letter-spacing: 0.04em; }
.stats .stat:not(.stat--google) {
display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
text-align: center; gap: 7px;
padding: 18px 8px 20px;
border-left: 1px solid var(--hairline-dark);
}
.stats .stat:not(.stat--google):first-of-type { border-left: 0; }
.stat--years + .stat { border-left: 1px solid var(--hairline-dark); }
.stat .stat-n {
font-size: 17px; line-height: 1; gap: 0;
display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.stat-fam, .stat-bolt { width: 30px !important; height: 30px !important; color: var(--gold); }
.stat--years .stat-n { font-size: 40px; flex-direction: row; }
.stat--years .stat-n em { color: var(--accent); }
.stat .stat-l { font-size: 10px; letter-spacing: 0.1em; line-height: 1.3; opacity: 0.75; }
}
@media (max-width: 560px) {
.stat--google { gap: 12px; padding: 16px 16px; }
.stat--google img.g-avatar { width: 38px; height: 38px; margin-left: -12px; }
.stat--google .stat-n { font-size: 26px; }
.stat--google .stat-l { font-size: 12px; }
.stats .stat:not(.stat--google) { padding: 14px 4px 16px; }
.stat .stat-n { font-size: 15px; }
.stat--years .stat-n { font-size: 34px; }
.stat .stat-l { font-size: 9px; }
}
.hero { min-height: auto; }
.hero-inner { padding: clamp(44px, 6vh, 84px) var(--pad) clamp(30px, 4vh, 52px); }
.stat { padding: 18px var(--pad) 20px; }
.stat-l { line-height: 1.3; }
.hero-trust {
position: relative; z-index: 2;
display: none;
align-items: center; justify-content: center; gap: 9px;
padding: 12px 16px;
background: rgba(13, 16, 12, 0.62);
border-top: 1px solid var(--hairline-dark);
color: var(--paper);
font-size: 12.5px; letter-spacing: 0.04em;
}
.hero-trust svg { color: var(--gold); flex: none; }
.hero-trust b { font-family: var(--display); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; font-size: 12.5px; }
.hero-trust span { opacity: 0.92; }
@media (max-width: 860px) {
.hero-trust { display: flex; }
.stat--google { gap: 18px; padding: 22px var(--pad); align-items: center; }
.stat--google .g-avatars { margin: 0; }
.stat--google img.g-avatar { width: 46px; height: 46px; margin-left: -14px; border-width: 2.5px; }
.stat--google img.g-avatar:first-child { margin-left: 0; }
.stat--google .g-rating { align-items: flex-start; gap: 4px; }
.stat--google .stat-n {
display: flex; align-items: center; gap: 10px;
font-size: 44px; line-height: 0.9;
}
.stat--google .stat-g { display: none; }
.stat--google .stat-stars { font-size: 22px; color: #fbbc04; letter-spacing: 1px; }
.stat--google .stat-l {
display: flex; align-items: center; gap: 6px;
font-size: 12.5px; letter-spacing: 0.03em; opacity: 0.95; text-transform: none;
}
.stat--google .stat-l::before {
content: ""; width: 16px; height: 16px; flex: none;
background: center/contain no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="%23FFC107" d="M43.6 20.5H42V20H24v8h11.3C33.7 32.7 29.2 36 24 36c-6.6 0-12-5.4-12-12s5.4-12 12-12c3.1 0 5.9 1.2 8 3l5.7-5.7C34 6.1 29.3 4 24 4 13 4 4 13 4 24s9 20 20 20 20-9 20-20c0-1.2-.1-2.4-.4-3.5z"/><path fill="%23FF3D00" d="M6.3 14.7l6.6 4.8C14.7 15.1 18.9 12 24 12c3.1 0 5.9 1.2 8 3l5.7-5.7C34 6.1 29.3 4 24 4 16.3 4 9.7 8.3 6.3 14.7z"/><path fill="%234CAF50" d="M24 44c5.2 0 9.9-2 13.4-5.2l-6.2-5.2C29.2 35.1 26.7 36 24 36c-5.2 0-9.6-3.3-11.3-8l-6.5 5C9.5 39.6 16.2 44 24 44z"/><path fill="%231976D2" d="M43.6 20.5H42V20H24v8h11.3c-.8 2.3-2.3 4.3-4.1 5.7l6.2 5.2C36.9 40.2 44 35 44 24c0-1.2-.1-2.4-.4-3.5z"/></svg>');
}
}
@media (max-width: 560px) {
.stat--google { gap: 14px; padding: 18px 16px; }
.stat--google img.g-avatar { width: 40px; height: 40px; margin-left: -13px; }
.stat--google .stat-n { font-size: 38px; }
.stat--google .stat-stars { font-size: 19px; }
.hero-trust { font-size: 11.5px; gap: 7px; }
.hero-trust b { font-size: 11.5px; }
}
@media (max-width: 380px) {
.stat--google { flex-direction: column; gap: 10px; text-align: center; }
.stat--google .g-rating { align-items: center; }
}
@media (max-width: 860px) {
.hero-actions { display: flex; margin-bottom: 16px; }
.hero-actions .btn--paper { display: none; }
.hero-actions .btn--accent { width: 100%; justify-content: center; min-height: 56px; font-size: 16px; }
.stats .stat:not(.stat--google) { display: none; }
.stats { grid-template-columns: 1fr; background: transparent; }
.stat--google { border-bottom: 0; }
.hero-trust { gap: 18px; padding: 11px 16px; flex-wrap: wrap; }
.hero-trust .ht-item { display: inline-flex; align-items: center; gap: 7px;
font-family: var(--display); font-weight: 600; font-size: 12.5px;
letter-spacing: 0.08em; text-transform: uppercase; }
.hero-trust .ht-item svg { color: var(--gold); flex: none; }
.hero-inner { padding: 26px var(--pad) 14px; }
.hero h1 { margin: 10px 0 12px; }
.hero-sub { margin-bottom: 16px; }
}
@media (min-width: 861px) { .hero-trust { display: none; } }
@media (max-width: 860px) {
.stats { grid-template-columns: 1fr; background: transparent; border-top: 0; backdrop-filter: none; }
.stat--google {
background: transparent; border: 0; padding: 4px var(--pad) 0;
flex-direction: row; align-items: center; justify-content: flex-start; gap: 12px;
}
.stat--google .g-avatars { margin: 0; }
.stat--google img.g-avatar { width: 32px; height: 32px; margin-left: -11px; border-width: 2px; }
.stat--google img.g-avatar:first-child { margin-left: 0; }
.stat--google .g-rating { align-items: flex-start; gap: 1px; }
.stat--google .stat-n { font-size: 22px; gap: 8px; line-height: 1; }
.stat--google .stat-stars { font-size: 15px; color: #fbbc04; letter-spacing: 0.5px; }
.stat--google .stat-l { font-size: 12px; opacity: 0.9; letter-spacing: 0.02em; }
.stat--google .stat-l::before { width: 14px; height: 14px; }
.hero-trust {
background: transparent; border: 0; justify-content: flex-start;
padding: 8px var(--pad) 0; gap: 16px; opacity: 0.82;
}
.hero-trust .ht-item { font-size: 11px; letter-spacing: 0.1em; font-weight: 700; }
.hero-trust .ht-item svg { width: 13px; height: 13px; }
.hero-inner { padding: 30px var(--pad) 18px; }
.hero .eyebrow { font-size: 10px; opacity: 0.85; }
.hero h1 { margin: 12px 0 12px; }
.hero-sub { margin-bottom: 18px; font-size: 15.5px; opacity: 0.9; }
.hero-actions { margin-bottom: 18px; }
.stats { padding-bottom: 14px; }
}
.hero-tools {
opacity: 0.32; transform-origin: top right;
transition: opacity 0.15s ease;
}
.hero-tools:hover, .hero-tools:focus-within { opacity: 1; }
@media (max-width: 860px) {
.hero-tools { top: 6px; right: 6px; padding: 5px 7px; gap: 6px; opacity: 0.28; }
.hero-tools-row { font-size: 9px; gap: 5px; }
.hero-tools input[type=range] { width: 64px; }
.hero-tools #scrim-val { display: none; }
}
.est-form-sub { font-size: 14px; color: #5a5750; margin: -4px 0 16px; }
.est-more { margin: 4px 0 18px; border-top: 1px solid var(--hairline); }
.est-more summary {
list-style: none; cursor: pointer; padding: 14px 0 4px;
font-family: var(--display); font-weight: 600; font-size: 14px;
letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink);
display: flex; align-items: center; gap: 8px;
}
.est-more summary::-webkit-details-marker { display: none; }
.est-more summary::before { content: "+"; color: var(--accent); font-size: 18px; font-weight: 700; line-height: 1; }
.est-more[open] summary::before { content: "\2013"; }
.est-more[open] summary { color: #5a5750; }
.est-more .field:first-of-type { margin-top: 8px; }
.est-form-sub { grid-column: 1 / -1; margin: -4px 0 4px; font-size: 14px; color: #5a5750; }
.est-form .est-more { display: none; }
@media (max-width: 560px) { .est-form { grid-template-columns: 1fr 1fr; } .est-form .field.wide, .est-form h3, .est-form .est-form-sub, .est-form .btn, .est-note, .est-sent { grid-column: 1 / -1; } }
.howit { background: var(--white); border-top: 1px solid var(--hairline); }
.howit-grid {
display: grid; grid-template-columns: repeat(3, 1fr);
border-top: 1px solid var(--ink); border-left: 1px solid var(--ink);
}
.howit-step {
position: relative;
border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
padding: 34px 30px 36px;
display: flex; flex-direction: column; gap: 12px;
}
.howit-num {
font-family: var(--display); font-weight: 700; font-size: 15px;
letter-spacing: 0.14em; color: var(--accent);
}
.howit-step svg { color: var(--ink); margin: 6px 0 4px; }
.howit-step h3 {
font-family: var(--display); font-weight: 600; font-size: clamp(21px, 1.9vw, 27px);
text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.05;
}
.howit-step p { font-size: 15.5px; opacity: 0.82; line-height: 1.55; }
.howit-step:not(:last-child)::after {
content: "→"; position: absolute; top: 50%; right: -13px; transform: translateY(-50%);
z-index: 2; background: var(--white); color: var(--accent);
font-size: 20px; font-weight: 700; line-height: 1; padding: 4px 0;
}
@media (max-width: 760px) {
.howit-grid { grid-template-columns: 1fr; }
.howit-step { padding: 26px 22px 28px; }
.howit-step:not(:last-child)::after {
content: "↓"; top: auto; bottom: -13px; right: 50%; transform: translateX(50%);
}
}
.est-cols { align-items: start; grid-template-columns: 0.92fr 1.18fr; gap: clamp(20px, 2.4vw, 40px); }
.est-form { align-self: start; gap: 14px 16px; }
.est-left { align-self: start; }
.est-form h3 { margin-bottom: 0; }
.est-form-sub { margin: -6px 0 6px; }
.est-form .field label { margin-bottom: 1px; }
.est-form .btn { margin-top: 4px; padding: 18px 30px; }
.est-note { margin-top: 2px; }
.est-spot { padding: 18px 20px; }
.est-spot q { font-size: 14px; }
.est-contact { padding: 16px 18px; }
@media (max-width: 980px) {
.est-cols { grid-template-columns: 1fr; }
}
.crew { background: var(--ink); color: var(--paper); min-height: 0; display: block; padding: 0; }
.crew-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: stretch; }
.crew-story { padding: clamp(40px, 5vw, 78px) clamp(28px, 4vw, 72px); display: flex; flex-direction: column; gap: 16px; justify-content: center; }
.crew-story .eyebrow { color: var(--paper); }
.crew-story h2 { font-size: clamp(32px, 4vw, 56px); line-height: 1.02; }
.crew-story h2 em { font-style: normal; color: var(--accent); }
.crew-lead { font-size: clamp(18px, 1.6vw, 22px); font-weight: 600; color: var(--paper); }
.crew-story > p { font-size: 16px; opacity: 0.82; line-height: 1.6; max-width: 52ch; }
.crew-story > p b { color: var(--paper); opacity: 1; }
.crew-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; margin: 8px 0 6px; }
.crew-checks li { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; }
.crew-checks svg { color: #6fb800; flex: none; }
.crew-cta { align-self: flex-start; margin-top: 8px; }
.crew-media { position: relative; min-height: 420px; border-left: 1px solid var(--hairline-dark); }
.crew-media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.crew-media image-slot::part(frame) { background: #15170f; }
.crew-badge {
position: absolute; right: 0; bottom: 0; z-index: 2;
background: linear-gradient(135deg, #f8e09a 0%, #f2b400 55%, #c98e00 100%);
color: var(--ink); padding: 16px 22px; display: flex; align-items: baseline; gap: 9px;
box-shadow: -4px -4px 14px rgba(0,0,0,0.25);
}
.crew-badge b { font-family: var(--display); font-weight: 700; font-size: 38px; line-height: 0.9; }
.crew-badge span { font-family: var(--display); font-weight: 600; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; line-height: 1.1; max-width: 6ch; }
@media (max-width: 820px) {
.crew-grid { grid-template-columns: 1fr; }
.crew-media { min-height: 300px; order: -1; border-left: 0; border-bottom: 1px solid var(--hairline-dark); }
.crew-checks { grid-template-columns: 1fr; }
.crew-cta { width: 100%; justify-content: center; }
}
.howit { background: var(--ink); color: var(--paper); border: 0; border-top: 4px solid var(--accent); }
.howit .section-head .eyebrow { color: var(--paper); }
.howit .section-title { color: var(--paper); }
.howit .section-kicker { color: var(--paper); opacity: 0.78; }
.howit-grid { border: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.howit-step {
position: relative; border: 1px solid var(--hairline-dark); background: rgba(239,236,228,0.03);
padding: 30px 28px 32px; display: flex; flex-direction: column; gap: 12px;
}
.howit-num {
position: absolute; top: 22px; right: 24px;
font-family: var(--display); font-weight: 700; font-size: 40px; line-height: 1;
color: var(--accent); opacity: 0.9;
}
.howit-step > svg { width: 38px; height: 38px; color: var(--accent); margin-bottom: 4px; }
.howit-step h3 { font-family: var(--display); font-weight: 600; font-size: clamp(22px, 2vw, 28px); text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.04; color: var(--paper); }
.howit-step p { font-size: 15.5px; opacity: 0.8; line-height: 1.55; }
.howit-step::after { content: none !important; }
@media (max-width: 760px) {
.howit-grid { grid-template-columns: 1fr; gap: 0; border-left: 1px solid var(--hairline-dark); }
.howit-step { border-left: 0; border-right: 0; border-bottom: 0; }
.howit-step:last-child { border-bottom: 1px solid var(--hairline-dark); }
.howit-num { font-size: 34px; top: 26px; }
}
.est-cred { max-width: 1340px; margin: clamp(28px, 3.2vw, 46px) auto 0; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.cred-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 46px; }
.cred { display: flex; align-items: center; gap: 12px; }
.cred > svg { color: var(--gold); flex: none; }
.cred span { display: flex; flex-direction: column; gap: 1px; font-size: 12.5px; color: #5a5750; line-height: 1.25; }
.cred b { font-family: var(--display); font-weight: 600; font-size: 14.5px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink); }
.cred-social { display: flex; align-items: center; justify-content: center; gap: 14px; padding-top: 18px; margin-top: 2px; border-top: 1px solid var(--hairline); width: 100%; max-width: 360px; }
.cred-soc-label { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #5a5750; margin-right: 4px; }
.cred-soc { width: 50px; height: 50px; display: grid; place-items: center; transition: transform 0.12s ease; }
.cred-soc:hover { transform: translateY(-2px); }
.cred-soc svg { width: 32px; height: 32px; display: block; }
@media (max-width: 600px) {
.cred-badges { flex-direction: column; align-items: flex-start; gap: 14px; width: 100%; max-width: 320px; }
.cred-social { max-width: none; }
}
.howit-strip {
background: var(--white);
border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline);
padding: 20px var(--pad);
display: flex; align-items: center; justify-content: center;
gap: clamp(16px, 3vw, 44px); flex-wrap: wrap;
}
.hs-label { font-family: var(--display); font-weight: 600; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink); opacity: 0.5; }
.hs-steps { display: flex; align-items: center; gap: clamp(10px, 2vw, 26px); flex-wrap: wrap; justify-content: center; }
.hs { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 500; font-size: clamp(15px, 1.35vw, 18px); text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink); }
.hs svg { color: var(--ink); flex: none; }
.hs-sep { color: var(--hairline); font-size: 20px; font-weight: 700; }
@media (max-width: 620px) {
.howit-strip { gap: 12px; padding: 16px 18px; flex-direction: column; }
.hs-steps { flex-direction: column; gap: 12px; align-items: flex-start; }
.hs-sep { display: none; }
}
@media (min-width: 861px) {
.stats { padding-bottom: 16px; }
.stat { padding-bottom: 18px; }
}
.modal-card { padding: 46px 38px 30px; }
.modal-check { margin-bottom: 16px; }
.modal-card h3 { font-size: clamp(32px, 4vw, 44px); }
.modal-sub { margin: 12px 0 24px; font-size: 16.5px; }
.modal-card .btn { margin-bottom: 6px; }
.modal-text { background: none; border: 0; cursor: pointer; font-family: var(--body); font-weight: 600; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: #5a5750; padding: 8px; }
.modal-text:hover { color: var(--ink); }
.btn.is-sent { background: #6fb800; border-color: #6fb800; color: #fff; pointer-events: none; }
.btn.is-sent .arr { display: none; }
image-slot { display: inline-block; background: #15170f; }
image-slot.hero-img, .crew-media image-slot, .gal-slide image-slot, .ba-layer image-slot { background: #15170f; }
.areas-map { position: relative; min-height: clamp(300px, 38vw, 440px); background: var(--paper-2); }
.areas-map::before {
content: "Loading map…"; position: absolute; inset: 0; z-index: 0;
display: flex; align-items: center; justify-content: center;
font-family: var(--display); font-weight: 500; font-size: 14px; letter-spacing: 0.14em;
text-transform: uppercase; color: #8a877e;
}
.areas-map iframe { position: relative; z-index: 1; }
@media (min-width: 861px) {
.hero { min-height: 84svh; }
.hero-inner { padding-top: clamp(36px, 5vh, 70px); padding-bottom: clamp(22px, 3vh, 40px); }
.stats { padding-bottom: 18px; }
}
@media (max-width: 560px) {
body { font-size: 17px; }
.eyebrow { font-size: 12px; }
.hero .eyebrow { font-size: 11.5px; }
.hero-sub { font-size: 16.5px; }
.stat-l { font-size: 11px; letter-spacing: 0.08em; }
.stat--google .stat-l { font-size: 13px; }
.hero-trust .ht-item { font-size: 12px; }
.section-kicker { font-size: 16.5px; }
.svc-list li { font-size: 16px; }
.rev q { font-size: 16.5px; }
.rev-tag { font-size: 13px; }
.rev-name { font-size: 15px; }
.mini-name, .contact-row b { font-size: 15px; }
.contact-row span { font-size: 14px; }
.cred b { font-size: 15px; }
.cred span { font-size: 13.5px; }
.cred-soc-label { font-size: 12px; }
.est-form label { font-size: 13px; }
.est-form input, .est-form select { font-size: 16.5px; }
.est-note { font-size: 13px; }
.est-form-sub { font-size: 14.5px; }
.area { font-size: 16px; }
.areas-foot { font-size: 15.5px; }
.gal-thumb { font-size: 13px; }
.gal-cap b { font-size: 17px; }
.gal-cap span { font-size: 12px; }
.foot-grid ul li { font-size: 15px; }
.foot-brand p { font-size: 15px; }
.foot-h { font-size: 12px; }
.foot-bottom { font-size: 11.5px; }
.breadcrumb { font-size: 11.5px; }
.page-sub { font-size: 16.5px; }
.faq summary { font-size: 15px; }
.faq p { font-size: 15.5px; }
.hs { font-size: 16px; }
.nav-drop a, .mm-link, .mm-sub a { font-size: 15px; }
.utility { font-size: 12px; }
}
.rev-avatar { overflow: hidden !important; }
image-slot.rev-pic,
image-slot.rev-pic::part(frame),
image-slot.rev-pic::part(image) { border-radius: 50% !important; }
image-slot.rev-pic::part(image) { object-fit: cover; }

/* v25 — fix empty review avatars (letter-only) going pitch black:
   the global dark slot bg painted over them. Keep rev-pic transparent. */
image-slot.rev-pic, image-slot.rev-pic::part(frame) { background: transparent !important; }
image-slot.rev-pic::part(empty) { opacity: 0 !important; }

/* speed: skip rendering off-screen sections until scrolled near (faster first paint) */
.gallery, .reviews, #areas, .estimate, .footer, .howit-strip {
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}

/* v26 — hero blur-up (no black flash), single service photo, zoom ctl */
.hero-lqip { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; filter: blur(22px); transform: scale(1.12); }
image-slot.hero-img { position: absolute; inset: 0; z-index: 1; }
image-slot.hero-img::part(frame) { background: transparent; }
.hero-scrim { z-index: 2; }
.hero-inner, .stats, .hero-trust, .hero-tools { z-index: 3; }
.page-photo { display: block; width: 100%; height: clamp(300px, 42vw, 480px); border: 1px solid var(--ink); }
.ctl button[data-act=zin], .ctl button[data-act=zout] { font-weight: 700; min-width: 26px; }

/* v27 — Netlify reCAPTCHA spacing in the form */
.nf-recaptcha { grid-column: 1 / -1; margin: 2px 0; min-height: 78px; }
.hp-field { position: absolute; left: -9999px; }
