@import url("tokens.css");

/* ============================================================
   Shark Service — Coffee Machine Repair & Maintenance
   Page styles. Ocean / steel shark palette via design tokens.
   ============================================================ */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--scroll-offset); }
body { margin: 0; background: var(--bg); color: var(--fg-1); font-family: var(--font-body); }
img { display: block; max-width: 100%; }
button { font-family: inherit; }
:focus-visible { outline: none; box-shadow: var(--ring-focus); border-radius: var(--radius-sm); }

.container { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--container-pad); }
.app { overflow-x: clip; }

/* Theme hooks driven by Tweaks */
.app[data-headings="serif"] h1,
.app[data-headings="serif"] h2,
.app[data-headings="serif"] h3,
.app[data-headings="serif"] .hero-h1,
.app[data-headings="serif"] .display { font-family: var(--font-serif); letter-spacing: -0.01em; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 48px; padding: 0 22px; border-radius: var(--radius-sm); font-family: var(--font-display); font-weight: 700; font-size: 15px; border: 1.5px solid transparent; cursor: pointer; text-decoration: none; white-space: nowrap; transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
.btn svg { flex-shrink: 0; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 6px 16px -6px color-mix(in srgb, var(--brand) 70%, transparent); }
.btn-primary:hover { background: var(--brand-hover); transform: translateY(-1px); box-shadow: 0 10px 22px -8px color-mix(in srgb, var(--brand) 75%, transparent); }
.btn-primary:active { transform: scale(0.985); }
.btn-ghost { background: transparent; color: var(--navy-900); border-color: var(--border-2); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); }
.btn-light { background: #fff; color: var(--navy-900); border-color: var(--border-1); }
.btn-light:hover { border-color: var(--brand); color: var(--brand-pressed); }
.btn-on-dark { background: #fff; color: var(--navy-900); }
.btn-on-dark:hover { background: var(--mist-100); transform: translateY(-1px); }
.btn-block { width: 100%; }
.btn-sm { height: 40px; padding: 0 16px; font-size: 13px; }
.btn-lg { height: 54px; padding: 0 28px; font-size: 16px; }

/* ---------- Chips / eyebrows ---------- */
.eyebrow { font-family: var(--font-display); font-size: 13px; color: var(--brand); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin: 0; display: inline-flex; align-items: center; gap: 8px; }
.eyebrow-line::before { content: ""; width: 26px; height: 2px; background: var(--brand); border-radius: 2px; display: inline-block; }
.chip { display: inline-flex; align-items: center; gap: 7px; padding: 6px 13px; border-radius: var(--radius-pill); font-size: 13px; font-weight: 600; font-family: var(--font-display); }
.chip-promise { background: #fff; border: 1px solid var(--border-1); color: var(--navy-700); box-shadow: var(--shadow-hover); }
.chip-promise svg { color: var(--brand); }
.chip-amber { background: var(--orange-50); color: var(--orange-700); }

/* ---------- Section heads ---------- */
.section { padding: var(--section-pad-y) 0; }
.section-tight { padding: clamp(40px, 5vw, 64px) 0; }
.band-cream { background: var(--bg-alt); }
.band-roast { background: var(--navy-900); color: #fff; }
.band-roast h2, .band-roast h3 { color: #fff; }
.section-head { max-width: 720px; margin: 0 0 clamp(32px, 4vw, 52px); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(30px, 4vw, 42px); line-height: 1.1; margin: 14px 0 0; letter-spacing: -0.02em; }
.section-head p { font-size: clamp(16px, 1.6vw, 19px); color: var(--fg-2); line-height: 1.6; margin: 16px 0 0; }
.band-roast .section-head p { color: var(--navy-100); }

/* ============================================================
   STUDIO RATIONALE RIBBON
   ============================================================ */
.rationale { background: #20140D; color: #EADAC4; border-bottom: 1px solid rgba(255,255,255,0.08); }
.rationale-bar { display: flex; align-items: center; gap: 14px; padding: 11px var(--container-pad); max-width: var(--container-max); margin: 0 auto; cursor: pointer; }
.rationale-bar .tag { font-family: var(--font-display); font-weight: 700; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand); display: inline-flex; align-items: center; gap: 8px; }
.rationale-bar .label { font-size: 13px; color: #D6C3AD; font-weight: 500; }
.rationale-bar .toggle { margin-left: auto; font-family: var(--font-display); font-weight: 700; font-size: 12px; color: #EADAC4; display: inline-flex; align-items: center; gap: 6px; }
.rationale-bar .toggle svg { transition: transform var(--dur-base) var(--ease-out); }
.rationale.open .rationale-bar .toggle svg { transform: rotate(180deg); }
.rationale-body { max-height: 0; overflow: hidden; transition: max-height var(--dur-slow) var(--ease-inout); }
.rationale.open .rationale-body { max-height: 1600px; }
.rationale-inner { max-width: var(--container-max); margin: 0 auto; padding: 8px var(--container-pad) 34px; }
.rationale-intro { font-size: 14px; line-height: 1.65; color: #C9B69E; max-width: 760px; margin: 0 0 26px; }
.okr-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.okr-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09); border-radius: var(--radius-md); padding: 20px 22px; }
.okr-card .ref { font-family: var(--font-mono); font-size: 11px; color: var(--brand); letter-spacing: 0.04em; }
.okr-card .obj { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: #fff; margin: 8px 0 12px; line-height: 1.35; }
.okr-card ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.okr-card li { display: flex; gap: 9px; font-size: 13px; color: #C9B69E; line-height: 1.5; }
.okr-card li::before { content: "KR"; font-family: var(--font-mono); font-size: 9px; font-weight: 700; color: var(--brand); background: rgba(192,112,59,0.16); border-radius: 4px; padding: 2px 4px; height: fit-content; margin-top: 1px; letter-spacing: 0.04em; }
.okr-synth { margin-top: 18px; background: rgba(192,112,59,0.12); border: 1px solid rgba(192,112,59,0.3); border-radius: var(--radius-md); padding: 18px 22px; font-size: 13px; line-height: 1.6; color: #EADAC4; }
.okr-synth strong { color: #fff; font-family: var(--font-display); }

/* ============================================================
   TOP CONTACT BAR
   ============================================================ */
.topbar { background: var(--navy-900); color: var(--navy-100); font-size: 13px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: var(--topbar-h); height: 40px; min-width: 0; gap: 12px; }
.topbar-inner--mobile { display: none; }
.topbar-left, .topbar-right { display: flex; gap: 22px; align-items: center; min-width: 0; flex-shrink: 1; }
.topbar a, .topbar span { color: var(--navy-100); text-decoration: none; display: inline-flex; align-items: center; gap: 7px; font-weight: 500; }
.topbar a:hover { color: #fff; }
.topbar svg { color: var(--brand); }

/* ============================================================
   HEADER (sticky)
   ============================================================ */
.hdr { position: sticky; top: 0; z-index: 60; background: rgba(244,247,250,0.9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border-1); transition: box-shadow var(--dur-base); }
.hdr.scrolled { box-shadow: var(--shadow-1); }
.hdr-inner { display: flex; align-items: center; gap: 18px; height: 76px; min-width: 0; }
.logo { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex-shrink: 0; }
.logo-mark { width: 42px; height: 42px; flex-shrink: 0; display: block; }
.logo-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.logo-name { font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: -0.02em; color: var(--navy-900); line-height: 1; white-space: nowrap; }
.logo-name b { color: var(--brand); }
.logo-name small { display: block; font-size: 10.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-3); margin-top: 3px; white-space: nowrap; }
.nav { display: flex; gap: 2px; margin-left: 4px; }
.nav a { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--navy-700); text-decoration: none; padding: 8px 11px; border-radius: var(--radius-sm); white-space: nowrap; transition: color var(--dur-fast), background var(--dur-fast); }
.nav a:hover { color: var(--brand); background: var(--brand-tint); }
.hdr-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.hdr-phone { display: inline-flex; flex-direction: column; align-items: flex-end; text-decoration: none; line-height: 1.15; }
.hdr-phone small { font-size: 11px; color: var(--fg-3); font-weight: 600; letter-spacing: 0.02em; white-space: nowrap; }
.hdr-phone strong { font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--navy-900); white-space: nowrap; }
.hdr-phone:hover strong { color: var(--brand); }
.hdr-burger { display: none; width: 46px; height: 46px; border-radius: var(--radius-sm); border: 1px solid var(--border-2); background: #fff; color: var(--navy-900); align-items: center; justify-content: center; cursor: pointer; }

/* mobile nav drawer */
.mnav { position: fixed; inset: 0; z-index: 80; display: none; }
.mnav.open { display: block; }
.mnav-scrim { position: absolute; inset: 0; background: rgba(20,33,46,0.5); animation: fade .2s ease-out; }
.mnav-panel { position: absolute; top: 0; right: 0; width: min(84vw, 360px); height: 100%; background: var(--bg); box-shadow: var(--shadow-3); padding: 22px; display: flex; flex-direction: column; gap: 6px; animation: slide-in .28s var(--ease-out); }
.mnav-panel .mnav-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.mnav-panel a { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--navy-900); text-decoration: none; padding: 14px 10px; border-bottom: 1px solid var(--border-1); }
.mnav-panel a:hover { color: var(--brand); }
.mnav-panel .btn { margin-top: 18px; }
.icon-btn { width: 44px; height: 44px; border-radius: var(--radius-sm); border: 1px solid var(--border-2); background: #fff; color: var(--navy-900); display: grid; place-items: center; cursor: pointer; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; }
.hero-split { background: linear-gradient(180deg, var(--mist-100) 0%, var(--mist-50) 60%, var(--bg) 100%); overflow: visible; }
.hero-split .hero-media { overflow: visible; }
.hero-split .hero-inner { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: clamp(32px, 5vw, 64px); align-items: center; padding: clamp(48px, 6vw, 80px) var(--container-pad); }
.hero-eyebrow { margin-bottom: 20px; }
.hero-h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(38px, 5.4vw, 60px); line-height: 1.04; color: var(--navy-900); letter-spacing: -0.03em; margin: 0 0 22px; text-wrap: balance; overflow-wrap: break-word; }
.hero-h1 .accent { color: var(--brand); }
.hero-sub { font-size: clamp(16px, 1.8vw, 20px); color: var(--fg-2); line-height: 1.55; max-width: 540px; margin: 0 0 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 30px; }
.hero-callout { display: inline-flex; flex-direction: column; line-height: 1.15; text-decoration: none; }
.hero-callout small { font-size: 12px; color: var(--fg-3); font-weight: 600; }
.hero-callout strong { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--navy-900); }
.hero-callout:hover strong { color: var(--brand); }
.hero-promises { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-media { position: relative; }
.hero-media image-slot { width: 100%; height: clamp(340px, 42vw, 520px); box-shadow: var(--shadow-2); }
.hero-badges { position: absolute; left: -18px; bottom: 26px; z-index: 2; display: flex; flex-direction: column; gap: 10px; width: min(290px, calc(100% + 28px)); }
.hero-badge { position: relative; background: #fff; border-radius: var(--radius-md); padding: 12px 15px; box-shadow: var(--shadow-2); display: flex; align-items: center; gap: 12px; border: 1px solid var(--border-1); }
.hero-badge .ico { width: 40px; height: 40px; border-radius: 50%; background: var(--success-50); display: grid; place-items: center; color: var(--success-700); flex-shrink: 0; }
.hero-badge--scope .ico { background: var(--brand-tint); color: var(--brand); }
.hero-badge strong { display: block; font-family: var(--font-display); font-size: 13.5px; color: var(--navy-900); font-weight: 700; line-height: 1.25; }
.hero-badge span { display: block; font-size: 12px; color: var(--fg-3); line-height: 1.35; }
.hero-rating { position: absolute; right: -10px; top: 28px; background: var(--navy-900); color: #fff; border-radius: var(--radius-md); padding: 12px 16px; box-shadow: var(--shadow-2); max-width: 200px; z-index: 2; }
.hero-rating strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: 22px; }
.hero-rating span { font-size: 12px; color: var(--navy-100); }

/* Full-bleed hero variant */
.hero-bleed { min-height: 620px; display: flex; align-items: center; overflow: hidden; }
.hero-bleed .hero-bg { position: absolute; inset: 0; }
.hero-bleed .hero-bg image-slot { width: 100%; height: 100%; border-radius: 0; }
.hero-bleed .hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20,33,46,0.94) 0%, rgba(20,33,46,0.78) 42%, rgba(20,33,46,0.30) 75%, rgba(20,33,46,0.08) 100%); pointer-events: none; }
.hero-bleed .hero-inner { position: relative; z-index: 2; display: block; padding: clamp(56px, 7vw, 96px) var(--container-pad); width: 100%; }
.hero-bleed .hero-panel { max-width: 640px; }
.hero-bleed .hero-h1, .hero-bleed .hero-sub { color: #fff; }
.hero-bleed .hero-h1 .accent { color: var(--orange-300); }
.hero-bleed .hero-sub { color: #C8D4DB; }
.hero-bleed .hero-callout small { color: #9BB0BE; }
.hero-bleed .hero-callout strong { color: #fff; }
.hero-bleed .chip-promise { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); color: #E8EEF3; backdrop-filter: blur(4px); }
.hero-bleed .chip-promise svg { color: var(--orange-300); }

/* ============================================================
   CTA STRIP (banded, repeated)
   ============================================================ */
.ctastrip { background: var(--navy-900); color: #fff; position: relative; overflow: hidden; }
.ctastrip.amber { background: linear-gradient(100deg, var(--brand) 0%, var(--brand-pressed) 100%); }
.ctastrip-inner { display: flex; align-items: center; gap: 28px; padding: clamp(26px, 3.4vw, 40px) var(--container-pad); flex-wrap: wrap; }
.ctastrip-text { flex: 1; min-width: 280px; }
.ctastrip-text h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(21px, 2.4vw, 28px); margin: 0; color: #fff; letter-spacing: -0.01em; line-height: 1.15; }
.ctastrip-text p { margin: 8px 0 0; color: var(--navy-100); font-size: 15px; }
.ctastrip.amber .ctastrip-text p { color: rgba(255,255,255,0.85); }
.ctastrip-actions { display: flex; gap: 13px; flex-wrap: wrap; align-items: center; }
.ctastrip-phone { display: inline-flex; flex-direction: column; line-height: 1.1; text-decoration: none; }
.ctastrip-phone small { font-size: 12px; color: var(--navy-100); font-weight: 600; }
.ctastrip.amber .ctastrip-phone small { color: rgba(255,255,255,0.8); }
.ctastrip-phone strong { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: #fff; }

/* ============================================================
   PROBLEM / REASSURANCE
   ============================================================ */
.problem-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.problem-symptoms { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.symptom { background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-md); padding: 20px; transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base); }
.symptom:hover { transform: translateY(-3px); box-shadow: var(--shadow-1); }
.symptom .ico { width: 44px; height: 44px; border-radius: 11px; background: var(--brand-tint); color: var(--brand); display: grid; place-items: center; margin-bottom: 13px; }
.symptom strong { display: block; font-family: var(--font-display); font-weight: 700; font-size: 15.5px; color: var(--navy-900); margin-bottom: 5px; }
.symptom span { font-size: 13.5px; color: var(--fg-2); line-height: 1.5; }

/* ============================================================
   HOW IT WORKS — numbered steps
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; }
.step { position: relative; padding-top: 8px; }
.step-num { width: 56px; height: 56px; border-radius: 16px; background: var(--navy-900); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 24px; display: grid; place-items: center; margin-bottom: 20px; position: relative; z-index: 2; }
.step:nth-child(odd) .step-num { background: var(--brand); }
.band-roast .step:nth-child(even) .step-num { background: #fff; color: var(--navy-900); }
.step-line { position: absolute; top: 36px; left: 56px; right: -18px; height: 2px; background: repeating-linear-gradient(90deg, var(--border-2) 0 6px, transparent 6px 12px); z-index: 1; }
.step:last-child .step-line { display: none; }
.step h4 { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--navy-900); margin: 0 0 9px; }
.step p { font-size: 14.5px; color: var(--fg-2); line-height: 1.55; margin: 0; }
.band-roast .step h4 { color: #fff; }
.band-roast .step p { color: var(--navy-100); }
.band-roast .step-line { background: repeating-linear-gradient(90deg, rgba(255,255,255,0.25) 0 6px, transparent 6px 12px); }

/* ============================================================
   SERVICES — detailed cards
   ============================================================ */
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.svc-card { background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base); }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); border-color: var(--blue-200); }
.svc-media { position: relative; }
.svc-media image-slot { width: 100%; height: 180px; border-radius: 0; }
.svc-tagchip { position: absolute; top: 14px; left: 14px; z-index: 2; }
.svc-body { padding: 26px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.svc-head { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 14px; }
.svc-ico { width: 52px; height: 52px; border-radius: 14px; background: var(--brand-tint); color: var(--brand); display: grid; place-items: center; flex-shrink: 0; }
.svc-card:nth-child(even) .svc-ico { background: var(--orange-50); color: var(--orange-700); }
.svc-head h3 { font-family: var(--font-display); font-weight: 700; font-size: 21px; color: var(--navy-900); margin: 4px 0 0; line-height: 1.2; letter-spacing: -0.01em; }
.svc-desc { font-size: 14.5px; color: var(--fg-2); line-height: 1.6; margin: 0 0 18px; }
.svc-solves { font-size: 13px; color: var(--fg-2); background: var(--bg-sunken); border-radius: var(--radius-sm); padding: 11px 14px; margin: 0 0 18px; line-height: 1.5; }
.svc-solves b { color: var(--navy-900); font-family: var(--font-display); font-weight: 700; }
.svc-incl-label { font-family: var(--font-display); font-weight: 700; font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-3); margin: 0 0 11px; }
.svc-incl { list-style: none; padding: 0; margin: 0 0 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 14px; }
.svc-incl li { display: flex; gap: 8px; font-size: 13.5px; color: var(--fg-2); line-height: 1.4; }
.svc-incl li svg { color: var(--success-500); flex-shrink: 0; margin-top: 1px; }
.svc-foot { margin-top: auto; display: flex; flex-direction: column; align-items: stretch; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border-1); }
.svc-price { font-size: 13px; color: var(--fg-3); line-height: 1.3; min-width: 0; }
.svc-price strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: 17px; color: var(--navy-900); font-variant-numeric: tabular-nums; }
.svc-promo { display: inline-flex; align-items: center; margin-top: 5px; padding: 3px 9px; border-radius: var(--radius-pill); background: var(--orange-50); color: var(--orange-700); font-family: var(--font-display); font-weight: 700; font-size: 11.5px; letter-spacing: 0.01em; max-width: 100%; white-space: normal; text-wrap: balance; }
.svc-foot .btn { width: 100%; }
.svc-incl-details { margin: 0 0 16px; }
.svc-incl-details > summary.svc-incl-label { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 0 0 0; user-select: none; }
.svc-incl-details > summary.svc-incl-label::-webkit-details-marker { display: none; }
.svc-incl-details > summary.svc-incl-label::after { content: "+"; font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--brand); line-height: 1; }
.svc-incl-details[open] > summary.svc-incl-label::after { content: "−"; }
.svc-incl-count { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; color: var(--fg-3); background: var(--bg-sunken); padding: 2px 8px; border-radius: var(--radius-pill); }
.svc-incl-details[open] .svc-incl { margin-top: 11px; }
@media (min-width: 769px) {
  .svc-incl-details > summary.svc-incl-label { pointer-events: none; }
  .svc-incl-details > summary.svc-incl-label::after { display: none; }
  .svc-incl-details > summary .svc-incl-count { display: none; }
}

/* ============================================================
   WHY US
   ============================================================ */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.why-card { background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-md); padding: 28px 26px; transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base); }
.why-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-1); }
.why-ico { width: 54px; height: 54px; border-radius: 14px; background: var(--navy-900); color: var(--orange-300); display: grid; place-items: center; margin-bottom: 18px; }
.why-card h4 { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--navy-900); margin: 0 0 9px; }
.why-card p { font-size: 14px; color: var(--fg-2); line-height: 1.6; margin: 0; }
.band-roast .why-card { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.1); }
.band-roast .why-card p { color: var(--navy-100); }
.band-roast .why-ico { background: var(--brand); color: #fff; }

/* ============================================================
   QUOTE FORM
   ============================================================ */
.form-section { position: relative; }
.form-anchor { scroll-margin-top: var(--scroll-offset); scroll-margin-bottom: 88px; }
.section[id] { scroll-margin-top: calc(var(--scroll-offset) - var(--section-pad-y) + var(--scroll-pad-keep)); }
[id^="svc-"] { scroll-margin-top: var(--scroll-offset); }
.form-wrap { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(32px, 5vw, 64px); align-items: stretch; }
.form-aside { display: flex; flex-direction: column; justify-content: center; }
.form-aside .eyebrow { margin-bottom: 16px; }
.form-aside h2 { font-size: clamp(28px, 3.6vw, 40px); line-height: 1.08; margin: 0 0 18px; letter-spacing: -0.02em; }
.form-aside p { font-size: 16px; color: var(--fg-2); line-height: 1.6; margin: 0 0 26px; }
.form-aside.on-dark h2 { color: #fff; }
.form-aside.on-dark p { color: var(--navy-100); }
.form-trust { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.form-trust li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: var(--fg-2); line-height: 1.45; }
.form-trust li svg { color: var(--brand); flex-shrink: 0; margin-top: 2px; }
.form-aside.on-dark .form-trust li { color: #C8D4DB; }
.form-aside.on-dark .form-trust li svg { color: var(--orange-300); }
.form-aside.on-dark .eyebrow { color: var(--orange-300); }
.form-aside.on-dark .eyebrow-line::before { background: var(--orange-300); }

.qform { background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-lg); padding: clamp(26px, 3vw, 38px); box-shadow: var(--shadow-2); }
.qform-head { margin-bottom: 22px; }
.qform-head strong { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--navy-900); letter-spacing: -0.01em; }
.qform-head span { display: block; font-size: 13.5px; color: var(--fg-3); margin-top: 4px; }
.qfield { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.qfield label { font-family: var(--font-display); font-weight: 600; font-size: 13px; color: var(--navy-900); }
.qfield label .req { color: var(--brand); }
.qrow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.qfield input, .qfield select, .qfield textarea { font-family: var(--font-body); font-size: 15px; padding: 13px 15px; border-radius: var(--radius-sm); border: 1.5px solid var(--border-2); outline: none; color: var(--navy-900); background: #fff; transition: border-color var(--dur-fast), box-shadow var(--dur-fast); width: 100%; }
.qfield textarea { resize: vertical; min-height: 96px; line-height: 1.5; }
.qfield input::placeholder, .qfield textarea::placeholder { color: var(--fg-4); }
.qfield input:focus, .qfield select:focus, .qfield textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-tint); }
.qfield.invalid input, .qfield.invalid select, .qfield.invalid textarea { border-color: var(--danger-500); box-shadow: 0 0 0 4px var(--danger-50); }
.qfield .err { font-size: 12.5px; color: var(--danger-500); font-weight: 600; display: none; }
.qfield.invalid .err { display: block; }
.qseg { display: flex; gap: 8px; flex-wrap: wrap; }
.qseg button { flex: 1; min-width: 96px; height: 44px; border-radius: var(--radius-sm); border: 1.5px solid var(--border-2); background: #fff; font-family: var(--font-display); font-weight: 600; font-size: 13.5px; color: var(--navy-700); cursor: pointer; transition: all var(--dur-fast); }
.qseg button:hover { border-color: var(--brand); }
.qseg button.active { background: var(--brand); border-color: var(--brand); color: #fff; }
.qform .btn { margin-top: 6px; }
.qform-note { font-size: 12px; color: var(--fg-3); text-align: center; margin: 16px 0 0; line-height: 1.5; padding: 12px 14px; }
.qform-note-call { font-weight: 600; color: var(--fg-2); }
.qform-note-call a { color: var(--brand); font-weight: 600; text-decoration: none; }
.qform-note-call a:hover { text-decoration: underline; }
.qform-success { text-align: center; padding: 24px 8px; animation: pop .3s var(--ease-out); }
.qform-success .mark { width: 76px; height: 76px; border-radius: 50%; background: var(--success-50); display: grid; place-items: center; color: var(--success-700); margin: 0 auto 20px; }
.qform-success h3 { font-family: var(--font-display); font-weight: 800; font-size: 24px; color: var(--navy-900); margin: 0 0 10px; }
.qform-success p { font-size: 15px; color: var(--fg-2); line-height: 1.55; margin: 0 auto 22px; max-width: 380px; }
.qform-success .ref { font-family: var(--font-mono); font-size: 13px; color: var(--brand); background: var(--brand-tint); padding: 6px 12px; border-radius: var(--radius-pill); display: inline-block; margin-bottom: 22px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 40px; align-items: start; }
.faq-item { border-bottom: 1px solid var(--border-2); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 4px; text-align: left; font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--navy-900); }
.faq-q:hover { color: var(--brand); }
.faq-q .pm { width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--border-2); display: grid; place-items: center; flex-shrink: 0; color: var(--brand); transition: transform var(--dur-base) var(--ease-out), background var(--dur-fast), border-color var(--dur-fast); }
.faq-item.open .faq-q .pm { transform: rotate(180deg); background: var(--brand); border-color: var(--brand); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height var(--dur-slow) var(--ease-inout); }
.faq-item.open .faq-a { max-height: 360px; }
.faq-a p { font-size: 14.5px; color: var(--fg-2); line-height: 1.65; margin: 0; padding: 0 4px 24px; }

/* Symptoms / diagnose cards */
.dx-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.dx-card { position: relative; display: flex; flex-direction: column; background: var(--bg); border: 1px solid var(--border-1); border-radius: var(--radius-md); padding: 28px 28px 72px; transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out); }
.dx-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: color-mix(in srgb, var(--brand) 40%, var(--border-1)); }
.dx-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; line-height: 1.2; letter-spacing: -0.01em; color: var(--fg-1); margin: 0 0 16px; text-wrap: balance; }
.dx-line { font-size: 14.5px; line-height: 1.6; color: var(--fg-2); margin: 0 0 12px; }
.dx-line:last-of-type { margin-bottom: 0; }
.dx-line b { color: var(--fg-1); font-weight: 600; }
.dx-go { position: absolute; left: 28px; bottom: 24px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border-2); background: var(--bg); color: var(--brand); display: grid; place-items: center; cursor: pointer; transition: background var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); }
.dx-go:hover { background: var(--brand); border-color: var(--brand); color: #fff; transform: translateX(2px); }

/* ============================================================
   FINAL CTA
   ============================================================ */
.final { background: var(--navy-900); color: #fff; position: relative; overflow: hidden; }
.final::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(192,112,59,0.35), transparent 70%); top: -160px; right: -120px; }
.final-inner { position: relative; z-index: 2; text-align: center; max-width: 760px; margin: 0 auto; padding: clamp(56px, 7vw, 100px) var(--container-pad); }
.final h2 { font-size: clamp(32px, 4.5vw, 52px); line-height: 1.05; color: #fff; margin: 18px 0 18px; letter-spacing: -0.02em; }
.final p { font-size: clamp(16px, 1.8vw, 19px); color: var(--navy-100); line-height: 1.6; margin: 0 auto 32px; max-width: 560px; }
.final-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center; }
.final .eyebrow { justify-content: center; color: var(--orange-300); }
.final .eyebrow-line::before { background: var(--orange-300); }

/* ============================================================
   FOOTER
   ============================================================ */
.ft { background: #0F1923; color: var(--navy-100); }
.ft-top { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr); gap: 40px; padding: clamp(48px, 6vw, 72px) 0 44px; align-items: start; }
.ft-brand, .ft-col { min-width: 0; }
.ft-brand .logo-name { color: #fff; }
.ft-brand p { font-size: 14px; color: #9BB0BE; line-height: 1.65; margin: 18px 0 20px; max-width: 36ch; }
.ft-social { display: flex; gap: 10px; }
.ft-social a { width: 42px; height: 42px; border-radius: 11px; background: rgba(255,255,255,0.07); display: grid; place-items: center; color: #C8D4DB; transition: background var(--dur-fast), color var(--dur-fast); }
.ft-social a:hover { background: var(--brand); color: #fff; }
.ft-col h5 { font-family: var(--font-display); font-weight: 700; color: #fff; font-size: 14px; margin: 0 0 16px; letter-spacing: 0.02em; }
.ft-col a, .ft-col p { display: block; color: #9BB0BE; text-decoration: none; line-height: 1.45; font-size: 14px; margin: 0 0 12px; overflow-wrap: break-word; }
.ft-col a:hover { color: var(--orange-300); }
.ft-contact-line { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 16px; }
.ft-contact-line svg { color: var(--brand); flex-shrink: 0; margin-top: 2px; }
.ft-contact-line strong { display: block; color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 15px; overflow-wrap: anywhere; }
.ft-contact-line span { font-size: 13px; color: #9BB0BE; }
.ft-bottom { border-top: 1px solid rgba(255,255,255,0.08); }
.ft-bottom .container { padding-inline: var(--container-pad); }
.ft-req { padding-block: 18px 4px; font-size: 12.5px; line-height: 1.65; color: #6B8494; overflow-wrap: break-word; }
.ft-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px 20px; padding-block: 22px; font-size: 13px; color: #7A919F; }
.ft-bottom-links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.ft-bottom-inner a { color: #7A919F; text-decoration: none; }
.ft-bottom-inner a:hover { color: var(--orange-300); }

/* ============================================================
   FLOATING MOBILE CTA
   ============================================================ */
.mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: none; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(244,247,250,0.95); backdrop-filter: blur(10px); border-top: 1px solid var(--border-1); box-shadow: 0 -6px 20px rgba(20,33,46,0.12); }
.mobile-cta .btn { flex: 1; }
.mobile-cta .btn-call { background: var(--navy-900); color: #fff; }

/* ============================================================
   ANIMATIONS / REVEAL
   ============================================================ */
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes pop { from { opacity: 0; transform: translateY(12px) scale(0.98); } to { opacity: 1; transform: none; } }
@keyframes slide-in { from { transform: translateX(100%); } to { transform: none; } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .svc-grid { grid-template-columns: 1fr; }
  .svc-body { padding: 20px 22px 22px; }
  .svc-head h3 { font-size: 19px; }
  .svc-desc { font-size: 14px; margin-bottom: 14px; }
  .svc-solves { margin-bottom: 14px; padding: 10px 12px; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 32px 18px; }
  .step:nth-child(2) .step-line { display: none; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .okr-grid { grid-template-columns: 1fr; }
  .dx-grid { grid-template-columns: 1fr 1fr; }
  .ft-top { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px 28px; }
  .ft-brand { grid-column: 1 / -1; }
  .ft-brand p { max-width: 56ch; }
  .ft-col:last-child { grid-column: 1 / -1; }
}
@media (max-width: 1280px) {
  .topbar-left, .topbar-right { gap: 12px; }
  .topbar { font-size: 12px; }
  .topbar-right a { width: 28px; height: 28px; padding: 0; justify-content: center; gap: 0; font-size: 0; line-height: 0; }
  .topbar-right a svg { width: 14px; height: 14px; flex-shrink: 0; }
  .hdr-inner { gap: 12px; }
  .nav a { font-size: 13px; padding: 8px 7px; }
  .logo-name { font-size: 19px; }
  .hdr-actions .btn-primary { height: 44px; padding: 0 14px; font-size: 13.5px; }
}
@media (max-width: 1200px) {
  .nav, .hdr-phone { display: none; }
  .hdr-burger { display: inline-flex; }
  .topbar-inner--desktop { display: none; }
  .topbar-inner--mobile {
    display: flex;
    width: 100%;
    gap: 12px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
  }
  .topbar-inner--mobile .topbar-phone,
  .topbar-inner--mobile .topbar-hours { gap: 6px; white-space: nowrap; }
  .topbar-inner--mobile .topbar-phone { min-width: 0; }
  .topbar-inner--mobile .topbar-hours { flex-shrink: 0; }
  .logo-name small { display: none; }
  .hdr-actions { gap: 10px; }
}
@media (max-width: 880px) {
  .hero-split .hero-inner { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
  .hero-badges { left: -12px; bottom: 18px; width: min(272px, calc(100% + 20px)); }
  .hero-rating { right: -8px; top: 16px; }
  .problem-grid { grid-template-columns: 1fr; }
  .form-wrap { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 0; }
  .dx-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .steps { grid-template-columns: 1fr; }
  .step-line { display: none !important; }
  .why-grid { grid-template-columns: 1fr; }
  .problem-symptoms { grid-template-columns: 1fr; }
  .svc-incl { grid-template-columns: 1fr; gap: 7px; margin-bottom: 14px; }
  .svc-body { padding: 14px 16px 16px; }
  .svc-head { gap: 11px; margin-bottom: 10px; }
  .svc-ico { width: 44px; height: 44px; border-radius: 12px; }
  .svc-ico svg { width: 22px; height: 22px; }
  .svc-head h3 { font-size: 17px; margin-top: 2px; }
  .svc-desc { font-size: 13px; line-height: 1.5; margin-bottom: 10px; }
  .svc-solves { font-size: 12px; padding: 9px 11px; margin-bottom: 10px; }
  .svc-incl-details { margin-bottom: 12px; }
  .svc-incl li { font-size: 12.5px; }
  .svc-foot { gap: 11px; padding-top: 14px; }
  .svc-foot .btn { height: 44px; font-size: 14px; }
  .svc-price strong { font-size: 16px; }
  .svc-promo { font-size: 10.5px; }
  .hero-badges { left: -8px; bottom: 12px; width: min(268px, calc(100% + 12px)); gap: 8px; }
  .hero-rating { right: -6px; }
  .hero-badge { padding: 10px 12px; gap: 10px; }
  .hero-badge .ico { width: 36px; height: 36px; }
  .hero-badge strong { font-size: 12.5px; }
  .hero-badge span { font-size: 11px; }
  .hero-rating { padding: 10px 12px; max-width: 168px; }
  .hero-rating strong { font-size: 18px; }
  .hero-promises { gap: 8px; }
  .qrow { grid-template-columns: 1fr; }
  .mobile-cta { display: flex; }
  .ft-top { grid-template-columns: 1fr; gap: 28px; padding: 40px 0 32px; }
  .ft-brand p { max-width: none; }
  .ft-col:last-child { grid-column: auto; }
  .ft-bottom .container { padding-inline: clamp(16px, 5vw, 24px); }
  .ft-bottom-inner { flex-direction: column; align-items: flex-start; padding-bottom: 28px; }
  .ft-req { font-size: 12px; padding-top: 16px; }
  .ctastrip-inner { flex-direction: column; align-items: flex-start; }
  body { padding-bottom: 76px; }
  .hero-h1 { font-size: clamp(27px, 8vw, 34px); letter-spacing: -0.02em; }
  .hero-sub { font-size: 15.5px; }
  .hdr-actions .btn-primary { display: none; }
  .topbar { font-size: 11.5px; }
  .topbar-inner--mobile .topbar-phone,
  .topbar-inner--mobile .topbar-hours { gap: 5px; }
}

/* ============================================================
   COFFEE SHOP PAGE
   ============================================================ */
.coffee-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.coffee-card { background: #fff; border: 1px solid var(--border-1); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base); }
.coffee-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); border-color: var(--blue-200); }
.coffee-card-media { position: relative; }
.coffee-card-media image-slot { width: 100%; height: 200px; border-radius: 0; }
.coffee-card-body { padding: 26px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.coffee-meta { display: flex; flex-direction: column; gap: 5px; font-size: 13px; color: var(--fg-2); margin: 0 0 14px; line-height: 1.45; }
.coffee-meta b { color: var(--navy-900); font-family: var(--font-display); font-weight: 700; }
.coffee-brew { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.coffee-brew .chip { font-size: 12px; padding: 5px 11px; }
.coffee-weights { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 7px; }
.coffee-weights li { display: flex; gap: 8px; font-size: 14px; color: var(--fg-2); font-family: var(--font-display); font-weight: 600; }
.coffee-weights li svg { color: var(--success-500); flex-shrink: 0; margin-top: 2px; }
[id^="coffee-"] { scroll-margin-top: var(--scroll-offset); }

@media (max-width: 768px) {
  .coffee-grid { grid-template-columns: 1fr; }
}
