/* =========================================================
   NaturFiks — premium dark editorial one-pager
   Playfair Display + Inter · dark green-black · glassmorphism
   ========================================================= */

:root {
  --bg:          #0A0E0B;
  --bg-2:        #0C110D;
  --panel:       rgba(255, 255, 255, 0.035);
  --panel-2:     rgba(255, 255, 255, 0.055);
  --border:      rgba(255, 255, 255, 0.10);
  --border-soft: rgba(255, 255, 255, 0.06);

  --text:        #F3F1EA;   /* warm cream */
  --muted:       #A8AE9F;
  --muted-2:     #777E72;

  --accent:      #BCD2A0;   /* soft sage */
  --accent-deep: #8FAD6E;
  --cream:       #F3F1EA;

  --radius:      18px;
  --radius-lg:   26px;
  --radius-xl:   34px;

  --container:   1200px;
  --gutter:      clamp(22px, 5vw, 52px);

  --shadow:      0 40px 90px -40px rgba(0, 0, 0, 0.85);
  --shadow-soft: 0 22px 60px -30px rgba(0, 0, 0, 0.7);

  --ease:        cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);

  --font-head:   'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body:   'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; width: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--font-body); font-size: 15.5px; line-height: 1.7; font-weight: 400;
  overflow-x: hidden; overscroll-behavior-x: none; width: 100%; max-width: 100%;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

h1, h2, h3 { font-family: var(--font-head); font-weight: 500; line-height: 1.1; letter-spacing: -0.01em; margin: 0; text-wrap: balance; }
h1 em, h2 em, .ital { font-style: italic; color: var(--accent); }
/* normal, non-decorative ampersand (Playfair's & is too ornate) */
.amp { font-family: var(--font-body); font-style: normal; font-weight: 400; }
p { margin: 0; text-wrap: pretty; }

.skip-link { position: absolute; left: 16px; top: -60px; background: var(--cream); color: #12180E; padding: 10px 18px; border-radius: 10px; font-weight: 600; z-index: 200; transition: top 0.25s var(--ease); }
.skip-link:focus { top: 16px; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); position: relative; z-index: 1; }
section { position: relative; }
.section { padding-block: clamp(62px, 9vw, 116px); }
[id] { scroll-margin-top: 40px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-body); font-size: 12px; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--accent);
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--accent); opacity: 0.7; }
/* hero eyebrow is white to match the white logo */
.hero .eyebrow { color: var(--cream); }
.hero .eyebrow::before { background: var(--cream); }

.section-head { max-width: 640px; margin-inline: auto; margin-bottom: clamp(40px, 6vw, 66px); text-align: center; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.8rem, 3.8vw, 2.7rem); margin-top: 16px; }
.section-head p { margin-top: 18px; color: var(--muted); font-size: 1rem; }

/* ---------- Buttons ---------- */
.btn {
  --pad-y: 16px; --pad-x: 30px;
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  padding: var(--pad-y) var(--pad-x); border-radius: 999px;
  font-family: var(--font-body); font-weight: 500; font-size: 0.98rem; letter-spacing: 0.01em;
  border: 1px solid transparent;
  transition: transform 0.4s var(--ease), background 0.4s var(--ease), border-color 0.4s var(--ease), color 0.4s var(--ease), box-shadow 0.4s var(--ease);
  will-change: transform;
}
.btn svg { width: 17px; height: 17px; transition: transform 0.4s var(--ease); }
.btn-primary { background: var(--cream); color: #12180E; box-shadow: var(--shadow-soft); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 26px 60px -24px rgba(0,0,0,0.8); }
.btn-primary:hover svg { transform: translate(3px, -3px); }
.btn-ghost { background: transparent; border-color: var(--border); color: var(--text); }
.btn-ghost:hover { transform: translateY(-2px); border-color: rgba(255,255,255,0.28); background: rgba(255,255,255,0.04); }
.btn-lg { --pad-y: 18px; --pad-x: 36px; font-size: 1.02rem; }

/* ---------- Ambient background + organic orbs ---------- */
.bg-fx { position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(120% 60% at 50% -15%, rgba(54, 78, 50, 0.22) 0%, rgba(10, 14, 11, 0) 45%),
    radial-gradient(80% 60% at 88% 12%, rgba(143, 173, 110, 0.05) 0%, rgba(10, 14, 11, 0) 55%),
    var(--bg); }
.bg-fx::after { content: ""; position: absolute; inset: 0; opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.orbs { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.5; will-change: transform; }
.orb.o1 { width: 520px; height: 520px; top: -120px; left: -120px; background: radial-gradient(circle, rgba(96,128,80,0.5), transparent 70%); }
.orb.o2 { width: 440px; height: 440px; bottom: -140px; right: -100px; background: radial-gradient(circle, rgba(70,96,62,0.45), transparent 70%); }
.orb.o3 { width: 360px; height: 360px; top: 40%; left: 55%; background: radial-gradient(circle, rgba(120,150,96,0.16), transparent 70%); }

/* blurred foliage background for a section (section 3) */
.sec-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.sec-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.14); filter: blur(7px) brightness(0.4) saturate(0.95); }
.sec-bg::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--bg) 0%, rgba(10,14,11,0.55) 22%, rgba(10,14,11,0.5) 78%, var(--bg) 100%); }

/* ---------- Header / nav ---------- */
/* absolute → sits at top of page and scrolls away (does not follow) */
.site-header { position: absolute; inset: 0 0 auto 0; z-index: 100; padding-top: 22px; }
.nav { display: flex; align-items: center; gap: 24px; padding: 8px 8px 8px 4px;
  border: 0; background: transparent; }
.brand { font-family: var(--font-head); font-size: 1.32rem; font-weight: 500; letter-spacing: 0.06em; color: var(--cream); margin-right: auto; display: inline-flex; align-items: center; }
.brand-logo { height: 44px; width: auto; display: block; image-rendering: -webkit-optimize-contrast; }
.footer-logo { height: 46px; }
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-links a { display: inline-block; padding: 9px 16px; font-size: 0.92rem; font-weight: 400; color: var(--muted); border-radius: 999px; white-space: nowrap; transition: color 0.25s var(--ease); }
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-cta .btn { --pad-y: 11px; --pad-x: 22px; font-size: 0.9rem; }
.btn-call svg { width: 15px; height: 15px; }
.nav-phone { display: none; } /* mobile-only round call button */
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; color: var(--text); align-items: center; justify-content: center; margin-left: auto; }
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle .ic-close { display: none; }
body.menu-open .nav-toggle .ic-open { display: none; }
body.menu-open .nav-toggle .ic-close { display: block; }

/* ---------- Hero (video bg, left-aligned content) ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding-top: 150px; padding-bottom: 80px; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -1; background: var(--bg); }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; transform: scale(1.05); filter: saturate(0.92) brightness(0.7); }
.hero-media .hero-still { display: none; } /* desktop shows video; mobile swaps to this image */
.hero-media::after { content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8,12,9,0.95) 0%, rgba(8,12,9,0.82) 28%, rgba(8,12,9,0.4) 56%, rgba(8,12,9,0.1) 85%, rgba(8,12,9,0.25) 100%),
    linear-gradient(180deg, rgba(8,12,9,0.4) 0%, rgba(10,14,11,0) 24%, rgba(10,14,11,0) 56%, var(--bg) 90%); }
.hero-fade { position: absolute; inset: 0; z-index: 1; background: var(--bg); opacity: 0; pointer-events: none; transition: opacity 1200ms ease; }
.hero-inner { position: relative; z-index: 2; max-width: 580px; }
.hero h1 { font-size: clamp(2.4rem, 5.4vw, 4.1rem); margin-top: 22px; letter-spacing: -0.02em; }
.hero h1 .line { display: block; }
.hero-sub { margin-top: 24px; max-width: 440px; font-size: clamp(1rem, 1.6vw, 1.1rem); color: #d7dccf; line-height: 1.65; }
.hero-actions { margin-top: 34px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hero-meta { margin-top: 40px; display: flex; gap: 28px; flex-wrap: wrap; }
.hero-meta div { display: flex; flex-direction: column; }
.hero-meta b { font-family: var(--font-head); font-size: 1rem; font-weight: 500; color: var(--text); }
.hero-meta span { font-size: 0.8rem; color: var(--muted-2); letter-spacing: 0.04em; }

/* ---------- Glass panel ---------- */
.glass { background: var(--panel); border: 1px solid var(--border-soft);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: var(--shadow-soft); }

/* ---------- Services ---------- */
.services-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.service { position: relative; flex: 0 1 calc(33.333% - 14px); padding: 30px 26px; border-radius: var(--radius-lg);
  background: var(--panel); border: 1px solid var(--border-soft);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  overflow: hidden; transition: transform 0.45s var(--ease), border-color 0.45s var(--ease), background 0.45s var(--ease); }
.service::before { content: ""; position: absolute; inset: 0; background: radial-gradient(110% 80% at 0% 0%, rgba(143,173,110,0.08), transparent 55%); opacity: 0; transition: opacity 0.45s var(--ease); }
.service:hover { transform: translateY(-6px); border-color: var(--border); background: var(--panel-2); }
.service:hover::before { opacity: 1; }
.service .ic { position: relative; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; border: 1px solid var(--border); color: var(--accent); margin-bottom: 22px; }
.service .ic svg { width: 22px; height: 22px; }
.service h3 { position: relative; font-size: 1.18rem; margin-bottom: 10px; }
.service p { position: relative; color: var(--muted); font-size: 0.92rem; }

/* ---------- Why choose us (numbered) ---------- */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why { padding: 32px 26px; border-radius: var(--radius-lg); background: var(--panel); border: 1px solid var(--border-soft);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); min-height: 210px; display: flex; flex-direction: column;
  transition: transform 0.45s var(--ease), border-color 0.45s var(--ease), background 0.45s var(--ease); }
.why:hover { transform: translateY(-6px); border-color: var(--border); background: var(--panel-2); }
.why .no { font-family: var(--font-head); font-size: 2rem; font-style: italic; color: var(--accent); margin-bottom: auto; }
.why h3 { font-size: 1.2rem; margin: 22px 0 9px; }
.why p { color: var(--muted); font-size: 0.92rem; }

/* ---------- Resultat (before/after image) ---------- */
.result { position: relative; margin: 0; border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); cursor: pointer;
  transition: transform 0.45s var(--ease), border-color 0.45s var(--ease); }
.result:hover, .result:focus-visible { transform: translateY(-6px); border-color: rgba(255,255,255,0.22); outline: none; }
.result img { width: 100%; height: auto; display: block; transition: transform 0.6s var(--ease); }
.result:hover img { transform: scale(1.02); }
.result-zoom { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(10,14,11,0.6); border: 1px solid var(--border);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: var(--cream);
  opacity: 0; transform: translateY(-4px); transition: opacity 0.4s var(--ease), transform 0.4s var(--ease); }
.result:hover .result-zoom, .result:focus-visible .result-zoom { opacity: 1; transform: none; }
.result-zoom svg { width: 20px; height: 20px; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 300; display: none; place-items: center; padding: 20px;
  background: rgba(4,6,4,0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.lightbox.show { display: grid; }
.lightbox .lb-img { max-width: 96vw; max-height: 90vh; width: auto; height: auto; border-radius: 14px; border: 1px solid var(--border); box-shadow: var(--shadow); }
.lightbox .lb-close { position: absolute; top: 20px; right: 20px; width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--border); background: rgba(255,255,255,0.06); color: #fff; display: grid; place-items: center; cursor: pointer; }
.lightbox .lb-close svg { width: 22px; height: 22px; }

/* ---------- Steps (Sådan foregår det) ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps li { position: relative; padding: 30px 26px; border-radius: var(--radius-lg); background: var(--panel); border: 1px solid var(--border-soft);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  transition: transform 0.45s var(--ease), border-color 0.45s var(--ease), background 0.45s var(--ease); }
.steps li:hover { transform: translateY(-6px); border-color: var(--border); background: var(--panel-2); }
.steps .no { font-family: var(--font-head); font-size: 2rem; font-style: italic; color: var(--accent); display: block; margin-bottom: 16px; }
.steps h3 { font-size: 1.18rem; margin-bottom: 9px; }
.steps p { color: var(--muted); font-size: 0.92rem; }

/* ---------- Vores løfte (honest trust section) ---------- */
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.promise { padding: 30px 26px; border-radius: var(--radius-lg); background: var(--panel); border: 1px solid var(--border-soft);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  transition: transform 0.45s var(--ease), border-color 0.45s var(--ease), background 0.45s var(--ease); }
.promise:hover { transform: translateY(-6px); border-color: var(--border); background: var(--panel-2); }
.promise .ic { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%;
  color: #12180E; background: linear-gradient(150deg, var(--accent), var(--accent-deep)); margin-bottom: 20px; }
.promise .ic svg { width: 21px; height: 21px; }
.promise h3 { font-size: 1.18rem; margin-bottom: 9px; }
.promise p { color: var(--muted); font-size: 0.92rem; }
.promise-sign { margin-top: 38px; text-align: center; font-family: var(--font-head); font-style: italic; font-size: 1.08rem; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; margin-inline: auto; border-top: 1px solid var(--border-soft); }
.faq { border-bottom: 1px solid var(--border-soft); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 22px 6px; font-family: var(--font-head); font-size: 1.14rem; font-weight: 500; transition: color 0.3s var(--ease); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--accent); }
.faq .fx { flex: none; position: relative; width: 14px; height: 14px; transition: transform 0.35s var(--ease); }
.faq .fx::before, .faq .fx::after { content: ""; position: absolute; inset: 0; margin: auto; background: var(--accent); }
.faq .fx::before { width: 14px; height: 1.5px; }
.faq .fx::after { width: 1.5px; height: 14px; }
.faq[open] .fx { transform: rotate(45deg); }
.faq .faq-a { padding: 0 6px 22px; color: var(--muted); max-width: 660px; }
.faq .faq-a a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.faq .faq-a p { margin-bottom: 12px; }
.faq .faq-a p:last-child { margin-bottom: 0; }
.faq .faq-a ul { margin: 0 0 12px; padding-left: 20px; }
.faq .faq-a li { margin-bottom: 7px; line-height: 1.6; }
.faq .faq-a li b { color: var(--text); font-weight: 500; }

/* ---------- Guides (article cards) ---------- */
.guides-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.guide { flex: 0 1 calc(33.333% - 14px); display: block; padding: 28px 26px; border-radius: var(--radius-lg);
  background: var(--panel); border: 1px solid var(--border-soft);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  transition: transform 0.45s var(--ease), border-color 0.45s var(--ease), background 0.45s var(--ease); }
.guide:hover { transform: translateY(-6px); border-color: var(--border); background: var(--panel-2); }
.g-tag { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent); border: 1px solid rgba(188,210,160,0.35); padding: 4px 12px; border-radius: 999px; margin-bottom: 16px; }
.guide h3 { font-size: 1.22rem; margin-bottom: 9px; }
.guide p { color: var(--muted); font-size: 0.92rem; }
.g-more { display: inline-block; margin-top: 16px; color: var(--accent); font-size: 0.9rem; font-weight: 500;
  transition: transform 0.35s var(--ease); }
.guide:hover .g-more { transform: translateX(4px); }

/* ---------- Article pages ---------- */
.article-main { padding: 150px 0 90px; }
.article { max-width: 720px; margin-inline: auto; }
.art-back { display: inline-block; margin-bottom: 28px; color: var(--muted); font-size: 0.92rem; transition: color 0.3s var(--ease); }
.art-back:hover { color: var(--accent); }
.article h1 { font-size: clamp(2rem, 5vw, 2.9rem); margin-top: 16px; letter-spacing: -0.015em; }
.art-meta { margin-top: 14px; color: var(--muted-2); font-size: 0.88rem; }
.art-body { margin-top: 38px; }
.art-body p { color: #cfd4c6; margin-bottom: 18px; line-height: 1.75; }
.art-body p.lead { font-size: 1.12rem; color: var(--text); }
.art-body h2 { font-size: 1.5rem; margin: 38px 0 14px; }
.art-body h3 { font-size: 1.15rem; margin: 28px 0 10px; }
.art-body ul, .art-body ol { margin: 0 0 18px; padding-left: 22px; color: #cfd4c6; line-height: 1.75; }
.art-body li { margin-bottom: 8px; }
.art-body li b, .art-body p b { color: var(--text); font-weight: 500; }
.art-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.art-cta { margin-top: 46px; padding: 32px 30px; border-radius: var(--radius-lg); }
.art-cta h3 { margin-bottom: 8px; }
.art-cta p { color: var(--muted); margin-bottom: 22px; }
.art-cta .btn { margin-right: 10px; margin-bottom: 10px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(34px, 6vw, 70px); align-items: start; }
.contact-aside h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); margin-top: 16px; }
.contact-aside > p { margin-top: 22px; color: var(--muted); max-width: 380px; }
.contact-points { margin: 34px 0 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.contact-points li { display: flex; gap: 16px; align-items: center; }
.contact-points .ic { flex: none; width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; border: 1px solid var(--border); color: var(--accent); }
.contact-points .ic svg { width: 21px; height: 21px; }
.contact-points b { display: block; font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 2px; }
.contact-points a, .contact-points span { font-size: 1.06rem; color: var(--text); }
.contact-points a:hover { color: var(--accent); }

.form-card { padding: clamp(28px, 4vw, 44px); border-radius: var(--radius-xl); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.82rem; font-weight: 500; color: var(--muted); margin-bottom: 9px; letter-spacing: 0.02em; }
.field input, .field textarea { width: 100%; background: rgba(0,0,0,0.25); border: 1px solid var(--border); border-radius: 14px; color: var(--text); font-family: inherit; font-size: 1rem; padding: 15px 17px; transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease); }
.field textarea { resize: vertical; min-height: 130px; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field textarea:focus { outline: none; border-color: rgba(188,210,160,0.6); box-shadow: 0 0 0 4px rgba(188,210,160,0.12); background: rgba(0,0,0,0.34); }
.form-foot { display: flex; align-items: center; gap: 18px; margin-top: 6px; flex-wrap: wrap; }
.form-note { font-size: 0.84rem; color: var(--muted-2); }
.form-note a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.form-note a:hover { color: var(--accent); }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }
.form-status { margin-top: 18px; padding: 15px 18px; border-radius: 12px; font-size: 0.95rem; display: none; }
.form-status.show { display: block; }
.form-status.ok { background: rgba(188,210,160,0.12); border: 1px solid rgba(188,210,160,0.4); color: #d8e6c4; }
.form-status.err { background: rgba(214,120,120,0.1); border: 1px solid rgba(214,120,120,0.35); color: #f0b3b3; }
.btn[aria-busy="true"] { opacity: 0.7; pointer-events: none; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--border-soft); padding-block: 60px 44px; position: relative; }
.footer-top { display: flex; justify-content: space-between; gap: 36px; flex-wrap: wrap; align-items: flex-start; }
.footer-brand { max-width: 340px; }
.footer-brand .brand { display: inline-block; font-size: 1.7rem; margin-bottom: 16px; }
.footer-brand p { color: var(--muted); font-size: 0.96rem; }
.footer-nav { display: flex; gap: 26px; flex-wrap: wrap; }
.footer-nav a { color: var(--muted); font-size: 0.96rem; transition: color 0.25s var(--ease); }
.footer-nav a:hover { color: var(--accent); }
.footer-bottom { margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--border-soft); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--muted-2); font-size: 0.85rem; }
.footer-bottom a { color: var(--muted-2); }
.footer-bottom a:hover { color: var(--accent); }

/* ---------- Scroll-reveal ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 1s var(--ease-out), transform 1s var(--ease-out); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-scale { opacity: 0; transform: scale(0.97); transition: opacity 1s var(--ease-out), transform 1s var(--ease-out); transition-delay: var(--delay, 0ms); }
.reveal-scale.is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .service { flex-basis: calc(50% - 10px); }
  .service:last-child:nth-child(odd) { flex-basis: 100%; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .steps, .promise-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .guide { flex-basis: calc(50% - 10px); }
  .contact-grid { grid-template-columns: 1fr; }
  .hero-media video, .hero-media img { object-position: 64% center; }
  .hero-media::after { background: linear-gradient(180deg, rgba(8,12,9,0.7) 0%, rgba(8,12,9,0.45) 40%, rgba(8,12,9,0.75) 75%, var(--bg) 100%); }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  /* mobile: left-aligned editorial layout — accent line sits below the label */
  .eyebrow { flex-direction: column-reverse; align-items: flex-start; gap: 12px; }
  .eyebrow::before { width: 40px; }
  .section-head, .section-head.center { text-align: left; margin-inline: 0; }
  .nav-links, .nav-cta { display: none; }
  .nav-phone { display: flex; width: 44px; height: 44px; margin-left: auto; align-items: center; justify-content: center;
    border: 1px solid var(--border); border-radius: 50%; color: var(--text); background: rgba(10,14,11,0.35);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
  .nav-phone svg { width: 18px; height: 18px; }
  .nav-toggle { display: flex; margin-left: 0; }
  .nav { background: transparent; border: 0; flex-wrap: wrap; border-radius: 22px; }
  body.menu-open .nav { background: rgba(10,14,11,0.9); border: 1px solid var(--border-soft); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
  body.menu-open .nav-links { display: flex; flex-direction: column; align-items: stretch; width: 100%; gap: 2px; order: 3; padding-top: 8px; }
  body.menu-open .nav-links a { padding: 13px 16px; }
  body.menu-open .nav-cta { display: flex; flex-direction: column; gap: 8px; order: 4; width: 100%; padding-top: 6px; }
  body.menu-open .nav-cta .btn { width: 100%; }
  /* feature boxes as clean 2x2 grids on mobile */
  .why-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .why { min-height: 0; padding: 24px 20px; border-radius: var(--radius); }
  .why .no { font-size: 1.9rem; margin-bottom: 14px; }
  .why h3 { font-size: 1.08rem; margin: 0 0 8px; }
  .why p { font-size: 0.9rem; line-height: 1.55; }

  .services-grid { gap: 16px; }
  .service { flex-basis: calc(50% - 8px); padding: 22px 18px; border-radius: var(--radius); }
  .service:last-child:nth-child(odd) { flex-basis: 100%; }
  .service .ic { width: 42px; height: 42px; margin-bottom: 16px; }
  .service .ic svg { width: 20px; height: 20px; }
  .service h3 { font-size: 1.1rem; margin-bottom: 8px; }
  .service p { font-size: 0.85rem; line-height: 1.5; }

  .steps li { padding: 24px 20px; border-radius: var(--radius); }
  .steps .no { font-size: 1.9rem; margin-bottom: 12px; }
  .promise { padding: 24px 20px; border-radius: var(--radius); }
  .promise-sign { margin-top: 30px; text-align: left; }
  .faq summary { font-size: 1.05rem; padding: 18px 2px; }
  .faq .faq-a { padding: 0 2px 18px; }
  .guide { flex-basis: 100%; padding: 24px 20px; border-radius: var(--radius); }
  .article-main { padding: 120px 0 70px; }

  .result-zoom { opacity: 1; transform: none; top: 12px; right: 12px; width: 38px; height: 38px; }

  .form-row { grid-template-columns: 1fr; }
  .hero { min-height: 90svh; }
  .hero-meta { gap: 22px; }
  /* mobile header = static image, never the video */
  .hero-media video { display: none !important; }
  .hero-media .hero-still { display: block; }
  .footer-top { flex-direction: column; }
  .orb { opacity: 0.32; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .reveal, .reveal-scale { opacity: 1 !important; transform: none !important; }
  .hero-media video, .hero-media img, .showcase video { transform: none; }
  .orb { display: none; }
}
