/* Consolidated offer. Extends the existing V2 design system. */

[hidden] { display: none !important; }
body { background: var(--color-bg); }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 5px; }
.skip-link { position: fixed; top: -100px; left: 24px; z-index: 2000; background: white; color: black; padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.nav-fixed { height: var(--nav-h); background: rgba(8,8,8,.88); backdrop-filter: blur(18px); border-bottom: 1px solid var(--color-border); }
.nav-links { gap: 28px; }
.nav-links a { opacity: 1; color: #cbc5bb; }
.nav-links a:hover, .nav-links a.active { color: var(--color-accent); }
.nav-links .nav-contact { padding: 12px 20px; border: 1px solid var(--color-border-strong); border-radius: var(--radius-button); color: white; }
.menu-toggle { display: none; background: transparent; color: white; border: 1px solid var(--color-border-strong); border-radius: var(--radius-button); padding: 10px 16px; font: inherit; font-size: var(--type-size-10); cursor: pointer; }
.menu-toggle span { margin-left: 12px; }
.hero { min-height: min(950px, 100svh); padding-top: 160px; padding-bottom: 64px; }
.hero-eyebrow { margin-bottom: var(--space-md); }
.hero-headline { max-width: 14ch; font-size: var(--type-hero-home); }
.hero-headline .line:last-child { color: var(--color-accent); }
.hero-subhead { max-width: 48ch; color: #ded9d1; font-size: var(--type-hero-subhead); }
.hero-overlay { background: linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.25)),linear-gradient(0deg,var(--color-bg),transparent 80%); }
.hero-note { font-size: var(--type-size-13); color: var(--color-text-muted); margin-top: 24px; }
main > section:not(.hero) { background-color: var(--color-bg); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: var(--space-md); margin-bottom: var(--space-lg); }
.section-heading h2 { max-width: 18ch; }
.section-heading .label, .section-intro .label { margin-bottom: var(--space-sm); }
.section-heading p { max-width: 40ch; }
.section-intro { max-width: 760px; margin-bottom: var(--space-lg); }
.section-intro h2 { margin-bottom: var(--space-md); }
.section-intro p { max-width: 60ch; font-size: var(--type-size-1); }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: var(--space-md); }
.service-card { display: flex; flex-direction: column; border: 1px solid var(--color-border); border-radius: var(--radius-card); padding: clamp(28px,4vw,56px); background: var(--color-surface); }
.service-number { display: flex; justify-content: space-between; color: var(--color-accent); font-size: var(--type-size-14); letter-spacing: .12em; text-transform: uppercase; margin-bottom: var(--space-lg); }
.service-card h3 { font-size: var(--type-service-title); margin-bottom: var(--space-sm); }
.service-card p { max-width: 46ch; }
.service-card ul, .checklist { margin: var(--space-md) 0; }
.service-card li, .checklist li { padding: 12px 0; border-bottom: 1px solid var(--color-border); color: var(--color-text-muted); }
.service-card li::before, .checklist li::before { content: '↗'; color: var(--color-accent); margin-right: 12px; }
.service-card .text-link { margin-top: auto; padding-top: var(--space-sm); }
.text-link { display: inline-block; color: white; text-decoration: underline; text-underline-offset: 6px; font-size: var(--type-size-16); }
.text-link:hover { color: var(--color-accent); }
.service-note { margin-top: var(--space-md); max-width: 75ch; font-size: var(--type-size-17); }
.trust-bar { background: var(--color-surface-alt) !important; }
.trust-caption { color: var(--color-text-dim); }
.work-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: var(--space-md); }
.work-tile { min-width: 0; }
.work-image { overflow: hidden; border-radius: var(--radius-card); background: #141619; margin-bottom: 20px; }
.work-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .5s ease; }
.work-tile:hover img { transform: scale(1.025); }
.work-tile .label { font-size: var(--type-size-18); margin-bottom: 10px; }
.work-tile h3 { font-size: var(--type-size-19); text-transform: none; margin-bottom: 8px; }
.work-tile p { font-size: var(--type-size-20); }
.work-grid.wide { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: var(--space-lg); }
.work-grid.wide .work-image img { aspect-ratio: 3/2; }
.owner-section { border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.owner-grid, .detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-xl); align-items: start; }
.owner-grid h2 { max-width: 15ch; }
.owner-grid p, .detail-grid p { margin-bottom: var(--space-md); }
.owner-signature { margin-top: var(--space-md); font-family: var(--font-serif); font-size: var(--type-size-21); color: white; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: var(--space-lg); }
.step { padding-top: var(--space-md); border-top: 1px solid var(--color-border-strong); }
.step .label { margin-bottom: var(--space-md); }
.step h3 { font-size: var(--type-size-22); margin-bottom: var(--space-sm); }
.step p { font-size: var(--type-size-5); }
.questions { max-width: 960px; }
.questions details { border-top: 1px solid var(--color-border); padding: 24px 0; }
.questions details:last-child { border-bottom: 1px solid var(--color-border); }
.questions summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: var(--type-size-1); }
.questions summary::-webkit-details-marker { display: none; }
.questions summary::after { content: '+'; color: var(--color-accent); font-size: var(--type-size-22); }
.questions details[open] summary::after { content: '−'; }
.questions details p { max-width: 72ch; padding-top: 20px; }
.final-cta { border-top: 1px solid var(--color-border); text-align: center; padding: var(--space-2xl) 0; background: radial-gradient(ellipse at bottom, #292316, var(--color-bg) 70%) !important; }
.final-cta h2 { margin-bottom: var(--space-md); }
.final-cta p { max-width: 48ch; margin: 0 auto var(--space-md); }
.final-cta .label { margin-bottom: var(--space-md); }
.page-hero { padding-top: 160px; padding-bottom: var(--space-xl); }
.page-hero::before { background: radial-gradient(ellipse at top right,#302817,transparent 70%); }
.page-hero h1 { font-size: var(--type-hero-page); max-width: 17ch; }
.page-hero .subhead { max-width: 55ch; }
.page-hero .hero-cta { margin-top: var(--space-md); }
.detail-grid h2 { max-width: 15ch; margin-bottom: var(--space-md); }
.detail-grid h3 { font-size: var(--type-size-22); margin: var(--space-md) 0 var(--space-sm); }
.scope-box { padding: var(--space-md); background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-card); }
.scope-box .label { margin-bottom: var(--space-sm); }
.scope-box p:last-child { margin-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: var(--space-xl); }
.contact-grid h2 { font-size: var(--type-size-24); margin-bottom: var(--space-md); }
.contact-grid p { margin-bottom: var(--space-md); }
.contact-grid .email-link { overflow-wrap: anywhere; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { display: flex; flex-direction: column; gap: 10px; }
.field.full, .form-action { grid-column: 1/-1; }
.field label { font-size: var(--type-size-20); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #4b5058; background: var(--color-input); color: white; border-radius: 5px; padding: 14px; font: inherit; }
.field textarea { resize: vertical; min-height: 140px; }
.form-action p { font-size: var(--type-size-13); margin-bottom: 20px; }
.form-action .btn { margin-bottom: 16px; }
#email-preview { margin-top: var(--space-md); padding: var(--space-md); border: 1px solid var(--color-accent); border-radius: var(--radius-card); }
#email-copy { white-space: pre-wrap; font: inherit; font-size: var(--type-size-16); color: var(--color-text-muted); margin: 20px 0; overflow-wrap: anywhere; }
.footer-grid { grid-template-columns: 1.5fr .8fr .8fr 1.2fr; }
.footer-col a { overflow-wrap: anywhere; }
@media (min-width: 1600px) { .hero-headline { font-size: var(--type-size-25); } }
@media (max-width: 1000px) {
 .nav-links { display: none; }
 .menu-toggle { display: block; }
 .nav-fixed.menu-open .nav-links { display: flex; position: absolute; top: var(--nav-h); left: 0; right: 0; padding: var(--space-md); background: #090b0e; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--color-border); gap: 8px; }
 .nav-links a { padding: 12px; }
 .nav-links .nav-contact { text-align: center; margin-top: 8px; }
 .owner-grid, .detail-grid, .contact-grid { gap: var(--space-lg); }
 .work-grid { gap: 20px; }
 .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
 
 .hero { min-height: 850px; min-height: 100svh; padding-top: 140px; padding-bottom: 48px; }
 .hero-headline { font-size: var(--type-size-26); }
 .hero-subhead { font-size: var(--type-size-27); }
 .hero-cta { gap: 12px; }
 .btn { padding: 0 24px; font-size: var(--type-size-14); }
 .service-grid, .work-grid, .work-grid.wide, .steps, .owner-grid, .detail-grid, .contact-grid { grid-template-columns: 1fr; }
 .service-number { margin-bottom: var(--space-md); }
 .section-heading { display: block; }
 .section-heading p, .section-heading > .text-link { margin-top: 24px; }
 .trust-logos { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
 .trust-logos .brand img { max-width: 100%; max-height: 25px; }
 .trust-logos .brand { min-height: 32px; }
 .inquiry-form { grid-template-columns: 1fr; }
 .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
 .footer-brand { grid-column: 1/-1; }
 .footer-col:last-child { grid-column: 1/-1; }
 .page-hero { padding-top: 140px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

section[id], main[id] { scroll-margin-top: var(--nav-h); }
.text-link::after { content: none; }

/* Service prices, without a tier ladder. */
.service-price { font-family: var(--font-primary); font-size: var(--type-price); font-weight: 600; line-height: 1.1; letter-spacing: -.04em; margin: 8px 0 12px; color: white; }
.service-price span { font-family: var(--font-primary); font-size: var(--type-size-16); font-weight: 400; letter-spacing: 0; color: var(--color-text-muted); white-space: nowrap; }
.service-card .price-scope, .scope-box .price-scope { color: var(--color-accent); font-size: var(--type-size-29); margin-bottom: 24px; }
@media (max-width: 400px) { .service-price { font-size: var(--type-size-30); } .service-price span { font-size: var(--type-size-13); } }

/* Portrait website previews and a quiet personal introduction. */
.portrait-work .work-image { display: block; }
.work-grid.portrait-work .work-image img { display: block; width: 100%; height: auto; aspect-ratio: 2 / 3; object-fit: cover; object-position: top center; }
.portrait-work .work-image:focus-visible { outline: 2px solid var(--accent, #78bed0); outline-offset: 5px; }
.owner-portrait { display: block; width: 144px; height: 144px; border-radius: 50%; object-fit: cover; object-position: center 25%; border: 1px solid rgba(255,255,255,.15); margin-bottom: 24px; }

/* Adobe Stock: 2016891151. */
.page-hero.websites-hero {
    background: #111418 url("../images/websites-wireframes.jpg") center 55% / cover no-repeat;
    padding-bottom: clamp(64px, 8vw, 112px);
}
.page-hero.websites-hero::before {
    background: linear-gradient(90deg, rgba(8,8,8,0.94942) 0%, rgba(8,8,8,0.84105) 45%, rgba(8,8,8,0.53038) 100%);
}
.page-hero.websites-hero .subhead { color: var(--color-text); }
@media (max-width: 700px) {
    .page-hero.websites-hero { background-image: url("../images/websites-wireframes-mobile.jpg"); background-position: 60% center; }
    .page-hero.websites-hero::before { background: rgba(8,8,8,0.8555); }
}

/* Unsplash: Land O'Lakes, Inc. — iVINr8-ZFmY. */
.page-hero.local-search-hero {
    background: #111418 url("https://images.unsplash.com/photo-1761850648640-2ee5870ee883?auto=format&fit=crop&w=2000&q=85") center 55% / cover no-repeat;
    padding-bottom: clamp(64px, 8vw, 112px);
}
.page-hero.local-search-hero::before {
    background: linear-gradient(90deg, rgba(8,8,8,.93) 0%, rgba(8,8,8,.78) 45%, rgba(8,8,8,.35) 100%);
}
.page-hero.local-search-hero .subhead { color: var(--color-text); }
@media (max-width: 700px) {
    .page-hero.local-search-hero { background-position: 60% center; }
    .page-hero.local-search-hero::before { background: rgba(8,8,8,.8); }
}

/* Unsplash: Swello — VW7ll65EAwA. */
.page-hero.about-hero {
    background: #111418 url("https://images.unsplash.com/photo-1712217559117-665e01ae5bc8?auto=format&fit=crop&w=2000&q=85") center 55% / cover no-repeat;
    padding-bottom: clamp(64px, 8vw, 112px);
}
.page-hero.about-hero::before {
    background: linear-gradient(90deg, rgba(8,8,8,.93) 0%, rgba(8,8,8,.78) 45%, rgba(8,8,8,.35) 100%);
}
.page-hero.about-hero .subhead { color: var(--color-text); }
@media (max-width: 700px) {
    .page-hero.about-hero { background-position: 60% center; }
    .page-hero.about-hero::before { background: rgba(8,8,8,.8); }
}

/* Unsplash: 2H Media — xCeZgfgQ1wI. */
.page-hero.work-hero {
    background: #111418 url("https://images.unsplash.com/photo-1659141170537-6e0aa70329a4?auto=format&fit=crop&w=2000&q=85") center 55% / cover no-repeat;
    padding-bottom: clamp(64px, 8vw, 112px);
}
.page-hero.work-hero::before {
    background: linear-gradient(90deg, rgba(8,8,8,.93) 0%, rgba(8,8,8,.78) 45%, rgba(8,8,8,.35) 100%);
}
.page-hero.work-hero .subhead { color: var(--color-text); }
@media (max-width: 700px) {
    .page-hero.work-hero { background-position: 60% center; }
    .page-hero.work-hero::before { background: rgba(8,8,8,.8); }
}

.hero.home-photo-hero {
    background: linear-gradient(90deg,rgba(8,8,8,.86),rgba(8,8,8,.28)), linear-gradient(0deg,var(--color-bg),transparent 85%), url("../images/home-hero.jpg") center / cover no-repeat;
}
@media (max-width: 700px) {
    .hero.home-photo-hero { background-image: linear-gradient(90deg,rgba(8,8,8,.86),rgba(8,8,8,.48)), linear-gradient(0deg,var(--color-bg),transparent 85%), url("../images/home-hero-mobile.jpg"); }
}

/* Zoom the Websites hero toward its left edge. */
.page-hero.websites-hero { isolation: isolate; overflow: hidden; background: #111418; }
.page-hero.websites-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: url("../images/websites-wireframes.jpg") left center / cover no-repeat;
    transform: scale(1.2);
    transform-origin: left center;
    pointer-events: none;
}
.page-hero.websites-hero::before { z-index: -1; }
@media (max-width: 700px) {
    .page-hero.websites-hero { background-image: none; }
    .page-hero.websites-hero::after { background-image: url("../images/websites-wireframes-mobile.jpg"); }
}

.local-search-photo { margin: 28px 0 0; }
.local-search-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-card); }
.local-search-photo figcaption { margin-top: 10px; font-size: var(--type-size-14); color: var(--color-text-muted); }
.local-search-photo figcaption a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

/* Visitor-selected theme. Photo heroes retain their readable dark treatment. */
:root {color-scheme: dark;}
.theme-toggle { margin-left: auto; margin-right: 24px; flex-shrink: 0; padding: 10px 14px; border: 1px solid var(--color-border-strong); border-radius: 40px; background: transparent; color: var(--color-text); font-size: var(--type-size-14); cursor: pointer; }
html[data-theme="light"] { color-scheme: light; --color-bg: #faf9f6; --color-surface: #ffffff; --color-text: #172126; --color-text-muted: #505c63; --color-text-dim: #5b656b; --color-accent: #087587; --color-border: #d4dadd; --color-border-strong: #9da9af; }
html[data-theme="light"] body, html[data-theme="light"] main > section:not(.hero):not(.page-hero) { background-color: #faf9f6; }
html[data-theme="light"] .nav-fixed { background: rgba(250,249,246,.95); }
html[data-theme="light"] .nav-links a, html[data-theme="light"] .nav-contact, html[data-theme="light"] .menu-toggle, html[data-theme="light"] .nav-logo, html[data-theme="light"] .text-link, html[data-theme="light"] .owner-signature, html[data-theme="light"] .service-price { color: #172126; }
html[data-theme="light"] .nav-links a:hover, html[data-theme="light"] .nav-links a.active, html[data-theme="light"] .text-link:hover { color: var(--color-accent); }
html[data-theme="light"] .service-card, html[data-theme="light"] .scope-box { background: #ffffff; }
html[data-theme="light"] .final-cta { background: radial-gradient(ellipse at bottom,#dbeef0,#faf9f6 75%) !important; }
html[data-theme="light"] footer { background: #eef1ef; color: #172126; }
html[data-theme="light"] .footer-col h4, html[data-theme="light"] .footer-col a { color: #36454c; }
html[data-theme="light"] .field input, html[data-theme="light"] .field select, html[data-theme="light"] .field textarea { background: white; color: #172126; border-color: #87969d; }
html[data-theme="light"] .field input::placeholder, html[data-theme="light"] .field textarea::placeholder { color: #647179; }
html[data-theme="light"] .btn { background: #172126; color: white; border-color: #172126; }
html[data-theme="light"] .page-hero { background-color: #edf2f1; }
html[data-theme="light"] .page-hero::before { background: radial-gradient(ellipse at top right,#d2e7e9,transparent 70%); }
html[data-theme="light"] .home-photo-hero, html[data-theme="light"] .websites-hero, html[data-theme="light"] .local-search-hero, html[data-theme="light"] .about-hero, html[data-theme="light"] .work-hero, html[data-theme="light"] .trust-bar { --color-text: white; --color-text-muted: #ded9d1; --color-text-dim: var(--color-text-muted); --color-accent: var(--color-accent); color: white; }
html[data-theme="light"] .hero .btn { background: white; color: #172126; border-color: white; }
html[data-theme="light"] .hero .btn-outline { background: transparent; color: white; border-color: #b5bec3; }
html[data-theme="light"] .trust-bar .text-link { color: white; }
html[data-theme="light"] .local-search-hero::before, html[data-theme="light"] .about-hero::before, html[data-theme="light"] .work-hero::before { background: linear-gradient(90deg,rgba(8,8,8,.93),rgba(8,8,8,.78) 45%,rgba(8,8,8,.35)); }
html[data-theme="light"] .websites-hero::before { background: linear-gradient(90deg,rgba(8,8,8,.94943),rgba(8,8,8,.84105) 45%,rgba(8,8,8,.53038)); }
@media (max-width: 1000px) {
 .theme-toggle { margin-right: 12px; }
 html[data-theme="light"] .nav-fixed.menu-open .nav-links { background: #faf9f6; }
}
@media (max-width: 700px) {
 html[data-theme="light"] .local-search-hero::before, html[data-theme="light"] .about-hero::before, html[data-theme="light"] .work-hero::before { background: rgba(8,8,8,.8); }
 html[data-theme="light"] .websites-hero::before { background: rgba(8,8,8,.8555); }
}

.service-card .service-start { margin-top: auto; margin-bottom: 20px; align-self: flex-start; white-space: normal; height: auto; min-height: 52px; padding: 16px 24px; text-align: center; }
.service-card .service-start + .text-link { margin-top: 0; }

.service-intro-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 24px; }
.service-intro-actions .btn { white-space: normal; height: auto; min-height: 52px; padding: 16px 24px; text-align: center; }


.ticker-eyebrow { display: block; text-align: center; margin-bottom: var(--space-md); }

.form-privacy a { text-decoration: underline; text-underline-offset: .2em; }
