:root {
  --ivory: #f5f1ea;
  --paper: #fbf8f3;
  --ink: #1a1917;
  --muted: #6d6963;
  --charcoal: #2b2824;
  --charcoal-deep: #171513;
  --brick: #9f4f27;
  --line: #d5cdc2;
  --white: #fffdf9;
  --shadow: 0 22px 80px rgba(20, 23, 19, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, svg, video, canvas { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, input, textarea, select, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #9b4f25; outline-offset: 3px; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; min-width: 0; }
.section { padding: 110px 0; }
.light { background: var(--paper); }
.eyebrow {
  margin: 0 0 14px;
  color: var(--brick);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.section-title { max-width: 800px; }
.section-title h2,
.dark h2,
.delivery h2,
.price-grid h2,
.faq-grid h2,
.contact h2,
.stance-title h2 {
  margin: 0 0 20px;
  font: 400 clamp(2.7rem, 5vw, 4.7rem) / 0.98 var(--serif);
  letter-spacing: -0.045em;
  overflow-wrap: break-word;
}
.section-title p:last-child { margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }

/* Header */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 241, 234, 0.9);
  border-bottom: 1px solid rgba(206, 198, 184, 0.72);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.logo {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
  color: inherit;
  font-weight: 850;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.logo-symbol {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #e7dfd5;
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(26, 25, 23, 0.06);
}
.logo-symbol img { width: 100%; height: 100%; object-fit: contain; }
.logo-name { min-width: 0; display: grid; line-height: 1.02; }
.logo-name b { font-size: 0.94rem; }
.logo-name small {
  margin-top: 4px;
  color: #615b55;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 0.9rem; }
.nav-links a { color: #4d514b; text-decoration: none; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { padding: 10px 16px; color: var(--ink); border: 1px solid var(--ink); border-radius: 999px; }
.menu { display: none; color: inherit; text-decoration: none; }

/* Hero */
.hero {
  position: relative;
  padding: 86px 0 96px;
  background-image: radial-gradient(circle, rgba(194, 111, 58, 0.11), rgba(194, 111, 58, 0) 68%);
  background-repeat: no-repeat;
  background-size: 620px 620px;
  background-position: calc(100% + 210px) -120px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 70px;
  align-items: start;
}
.hero-grid > * { min-width: 0; }
.hero h1 {
  max-width: 820px;
  margin: 0 0 30px;
  font: 400 clamp(3.5rem, 7vw, 6.7rem) / 0.91 var(--serif);
  letter-spacing: -0.055em;
  overflow-wrap: break-word;
}
.hero h1 span { color: var(--brick); font-style: italic; }
.lead { max-width: 720px; margin: 0 0 34px; color: #4f544e; font-size: clamp(1.08rem, 1.55vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.btn {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}
.btn-main { background: var(--charcoal); color: white; box-shadow: 0 12px 28px rgba(43, 40, 36, 0.16); }
.btn-main:hover { background: var(--charcoal-deep); }
.btn-ghost { padding-inline: 8px; }
.proofbar { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.proofbar span {
  padding: 7px 10px;
  color: #5f625c;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.78rem;
  overflow-wrap: break-word;
}

/* Diagnostic example: fully in normal flow */
.mock { width: 100%; max-width: 620px; margin-inline: auto; min-width: 0; }
.mock-sheet {
  width: 100%;
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: inset 0 0 0 10px var(--white), inset 0 0 0 11px #ebe4d8, var(--shadow);
}
.mock-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px 16px;
  margin: 0 0 24px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--line);
}
.mock-badge {
  max-width: 100%;
  padding: 8px 11px;
  color: #814521;
  background: #f3e6db;
  border: 1px solid #dfbfa7;
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
.mock-page {
  max-width: 100%;
  margin-left: auto;
  color: #746f68;
  font-size: 0.72rem;
  line-height: 1.3;
  text-align: right;
  overflow-wrap: break-word;
}
.mock-title {
  max-width: 100%;
  margin: 0 0 22px;
  font: 400 clamp(1.85rem, 3vw, 2.25rem) / 1.08 var(--serif);
  letter-spacing: -0.025em;
  overflow-wrap: break-word;
}
.diag-line { padding: 18px 0; border-top: 1px solid #e6dfd4; }
.diag-line span,
.diag-line.root span {
  display: block;
  margin-bottom: 8px;
  color: #625f5a;
  font-size: 0.67rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.diag-line strong,
.diag-line.root strong {
  display: block;
  max-width: 100%;
  font-size: clamp(0.96rem, 1.25vw, 1.04rem);
  line-height: 1.5;
  overflow-wrap: break-word;
}
.diag-line.root {
  margin-top: 10px;
  padding: 19px;
  background: #f4e8de;
  border: 1px solid #e2c2aa;
  border-radius: 15px;
}
.diag-line.root strong { color: #713b1d; }
.priority-note {
  width: 100%;
  margin: 16px 0 0;
  padding: 19px;
  color: white;
  background: var(--brick);
  border-radius: 15px;
  box-shadow: 0 10px 24px rgba(194, 111, 58, 0.14);
  overflow: hidden;
}
.priority-note small {
  display: block;
  margin-bottom: 8px;
  color: #f8dfcf;
  font-size: 0.64rem;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.priority-note b {
  display: block;
  max-width: 100%;
  font: 400 clamp(1.18rem, 2vw, 1.38rem) / 1.3 var(--serif);
  overflow-wrap: break-word;
}
.mock-disclaimer {
  margin: 18px 0 0;
  padding-top: 15px;
  color: #625e59;
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}
.mock-disclaimer b { color: var(--ink); }

/* Business strip */
.business-strip { padding: 22px 0; background: #eee7da; border-block: 1px solid var(--line); }
.business-strip-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 28px; }
.business-strip-grid > * { min-width: 0; }
.business-strip-grid div { display: grid; gap: 4px; }
.business-strip-grid small {
  color: #5f605b;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.business-strip-grid b { font: 400 1.15rem / 1.28 var(--serif); overflow-wrap: break-word; }
.strip-arrow { color: var(--brick); font-size: 1.6rem; }

/* Recognition */
.recognition-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 46px; }
.recognition-card {
  min-width: 0;
  padding: 26px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid var(--line);
  border-radius: 20px;
}
.recognition-card .num { color: #8f887c; font: 400 2rem var(--serif); }
.recognition-card p { margin: 28px 0 0; overflow-wrap: break-word; }
.recognition-card.accent { color: #fffaf5; background: var(--brick); border-color: var(--brick); }
.recognition-card.accent .num { color: white; }

/* Dark diagnostic section */
.dark { color: var(--ivory); background: #1f1d1a; }
.dark-grid { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); gap: 88px; align-items: center; }
.dark-grid > * { min-width: 0; }
.dark p { color: #c8cdc6; }
.compare { display: grid; gap: 11px; }
.compare-row {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(120px, 170px) minmax(0, 1fr);
  gap: 24px;
  padding: 20px 22px;
  border: 1px solid #424740;
  border-radius: 17px;
}
.compare-row small { color: #aeb4ad; font-size: 0.69rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.compare-row b { font-size: 1rem; overflow-wrap: break-word; }
.compare-row.green { background: var(--charcoal); border-color: #575149; }
.compare-row.green small { color: #e2d9d2; }

/* Method */
.method-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 48px; border: 1px solid var(--line); }
.method-card { min-width: 0; padding: 29px; background: var(--ivory); border-right: 1px solid var(--line); }
.method-card:last-child { border-right: 0; }
.method-card .step { color: var(--brick); font: 400 2rem var(--serif); }
.method-card h3 { margin: 42px 0 12px; font-size: 1.1rem; }
.method-card p { margin: 0; color: var(--muted); font-size: 0.92rem; overflow-wrap: break-word; }
.scope {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 55px;
  margin-top: 26px;
  padding: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
}
.scope > * { min-width: 0; }
.scope h3 { margin: 0; font: 400 2rem / 1.05 var(--serif); }
.scope ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 25px; margin: 0; padding: 0; list-style: none; }
.scope li { padding: 9px 0; border-bottom: 1px solid #e3ddd3; overflow-wrap: break-word; }

/* Offers */
.offer-section { border-top: 1px solid #e6dfd4; }
.offer-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 0.925fr)); gap: 16px; margin-top: 44px; }
.offer-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 29px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
}
.offer-card.primary-offer { color: white; background: var(--charcoal); border-color: var(--charcoal); box-shadow: 0 20px 55px rgba(43, 40, 36, 0.16); }
.offer-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.offer-num { color: var(--brick); font: 400 1.9rem var(--serif); }
.primary-offer .offer-num { color: #e5ad86; }
.offer-badge {
  max-width: 100%;
  padding: 7px 9px;
  color: var(--charcoal);
  background: #f2e7dc;
  border-radius: 999px;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
.offer-badge.neutral { color: #646961; background: #f1eee8; }
.offer-card h3 { margin: 32px 0 13px; font: 400 2.05rem / 1.05 var(--serif); overflow-wrap: break-word; }
.offer-trigger { color: var(--muted); font-size: 0.93rem; }
.primary-offer .offer-trigger { color: #ded8d2; }
.offer-card ul { display: grid; gap: 8px; margin: 8px 0 30px; padding: 0; list-style: none; }
.offer-card li { display: flex; gap: 8px; font-size: 0.88rem; overflow-wrap: break-word; }
.offer-card li::before { content: "✓"; flex: 0 0 auto; color: var(--brick); font-weight: 900; }
.primary-offer li::before { color: #e6b08b; }
.offer-bottom { display: grid; gap: 7px; margin-top: auto; padding-top: 18px; border-top: 1px solid #e5dfd5; }
.primary-offer .offer-bottom { border-color: #4a4540; }
.offer-bottom b { font-size: 0.86rem; overflow-wrap: break-word; }
.offer-bottom a, .offer-bottom span { color: var(--muted); font-size: 0.78rem; text-decoration: none; overflow-wrap: break-word; }
.primary-offer .offer-bottom a { color: white; font-weight: 800; }
.primary-offer .offer-bottom span { color: #ded8d2; }

/* Cases */
.cases-section { border-top: 1px solid #e6dfd4; }
.cases-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 45px; }
.case { min-width: 0; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.case-type, .case-label { color: #8c5a3f; font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.case h3 { margin: 13px 0 26px; font: 400 1.65rem / 1.08 var(--serif); overflow-wrap: break-word; }
.case-label { margin: 20px 0 5px; color: #656962; }
.case p { color: #555a54; font-size: 0.92rem; overflow-wrap: break-word; }
.case .result { margin-top: 24px; padding-top: 18px; color: var(--charcoal); border-top: 1px solid var(--line); font-weight: 800; }

/* Delivery */
.delivery-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 90px; align-items: start; }
.delivery-grid > * { min-width: 0; }
.delivery-list { border-top: 1px solid var(--line); }
.deliver { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 12px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.deliver span { color: var(--brick); font: 400 1.4rem var(--serif); }
.deliver p { margin: 0; color: var(--muted); overflow-wrap: break-word; }
.deliver b { color: var(--ink); }

/* Stance */
.stance { background: #ece3d8; }
.stance-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 90px; align-items: start; }
.stance-grid > * { min-width: 0; }
.stance-lead { margin: 0 0 30px; font: 400 1.5rem / 1.42 var(--serif); }
.stance-points { border-top: 1px solid #c9bdac; }
.stance-points > div { display: grid; grid-template-columns: minmax(100px, 120px) minmax(0, 1fr); gap: 20px; padding: 16px 0; border-bottom: 1px solid #c9bdac; }
.stance-points span { color: #665c51; font-size: 0.67rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.stance-points b { font-size: 0.96rem; overflow-wrap: break-word; }
.stance-points .yes b { color: var(--charcoal); }

/* Price */
.price-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 440px); gap: 90px; align-items: center; }
.price-grid > * { min-width: 0; }
.price-card { min-width: 0; padding: 36px; color: var(--ink); background: var(--ivory); border-radius: 24px; }
.price-card small { color: #4f4a45; font-size: 0.69rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.price-card strong { display: block; max-width: 100%; margin: 17px 0 5px; font: 400 clamp(3rem, 6vw, 4.2rem) / 1 var(--serif); overflow-wrap: break-word; }
.price-card p { margin-bottom: 8px; color: #34312e; }
.price-card .note { margin: 16px 0 24px; padding-top: 14px; color: #4b4742; border-top: 1px solid #d8cfc4; font-size: 0.84rem; line-height: 1.55; }
.price-card .btn { width: 100%; }

/* Testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 44px; }
.testi { min-width: 0; margin: 0; padding: 28px; background: rgba(255, 255, 255, 0.32); border: 1px solid var(--line); border-radius: 20px; }
.testi blockquote { margin: 0 0 28px; font: 400 1.28rem / 1.43 var(--serif); overflow-wrap: break-word; }
.testi figcaption { color: var(--muted); font-weight: 800; }
.instagram-note { margin-top: 24px; color: var(--muted); }
.instagram-note a { font-weight: 800; }

/* Fit */
.fit-section { background: var(--ivory); border-top: 1px solid var(--line); }
.fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.fit-card { min-width: 0; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 24px; }
.fit-card h3 { margin: 0 0 24px; font: 400 2rem / 1.08 var(--serif); overflow-wrap: break-word; }
.fit-card ul { margin: 0; padding-left: 20px; color: #555a54; }
.fit-card li { margin: 9px 0; overflow-wrap: break-word; }
.muted-fit { background: #ece8df; }
.muted-fit .eyebrow { color: #6c655d; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr); gap: 90px; }
.faq-grid > * { min-width: 0; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 21px 0;
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  overflow-wrap: break-word;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: 0 0 auto; margin-left: auto; color: var(--brick); font: 400 1.7rem / 1 var(--serif); }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 36px 20px 0; color: var(--muted); overflow-wrap: break-word; }

/* Contact form */
.contact { color: white; background: var(--charcoal); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); gap: 72px; align-items: start; }
.contact-grid > * { min-width: 0; }
.contact-copy > p { color: #dad5cf; }
.contact-eyebrow { color: #e6b08b; }
.contact-note { margin-top: 30px; padding-top: 22px; color: #e1dcd6; border-top: 1px solid #5a544f; }
.formbox { min-width: 0; padding: 32px; color: var(--ink); background: var(--ivory); border-radius: 24px; box-shadow: var(--shadow); }
form { display: grid; gap: 16px; }
.row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
label { min-width: 0; display: grid; gap: 7px; font-size: 0.82rem; font-weight: 800; }
input, select, textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 13px 14px;
  color: var(--ink);
  background: #fffdfa;
  border: 1px solid #b8b0a4;
  border-radius: 12px;
  outline: none;
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--brick); box-shadow: 0 0 0 3px rgba(194, 111, 58, 0.17); }
.consent { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 9px; align-items: start; color: #565a54; font-weight: 500; line-height: 1.35; }
.consent input { width: 18px; height: 18px; margin-top: 1px; }
.form-foot { margin: 0; color: #666a64; font-size: 0.75rem; text-align: center; }
.form-foot-left { text-align: left; }
.form-submit { width: 100%; justify-content: space-between; border-radius: 13px; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.status { display: none; margin-bottom: 16px; padding: 12px 14px; border-radius: 12px; font-size: 0.86rem; }
.status.ok { display: block; color: #174b2e; background: #e2f0e7; }
.status.bad { display: block; color: #7b2919; background: #f6ddd6; }

/* Footer */
.site-footer { padding: 42px 0; color: #c7ccc6; background: var(--charcoal-deep); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 50px; align-items: center; }
.footer-grid > * { min-width: 0; }
.site-footer .logo { color: white; }
.site-footer .logo-name small { color: #aaa39a; }
.site-footer p { margin: 8px 0 0; color: #a2a7a1; font-size: 0.82rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.footer-links a { color: #d0d4cf; font-size: 0.86rem; text-decoration: none; }

/* Responsive */
@media (max-width: 1100px) {
  .hero-grid,
  .dark-grid,
  .delivery-grid,
  .price-grid,
  .faq-grid,
  .contact-grid,
  .stance-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero .mock { max-width: 680px; }
  .price-card { max-width: 560px; }
}

@media (max-width: 980px) {
  .nav-links { display: none; }
  .menu { display: inline-flex; flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; }
  .business-strip-grid { grid-template-columns: 1fr; gap: 10px; }
  .strip-arrow { width: max-content; }
  .offer-grid { grid-template-columns: 1fr; }
  .cases-grid, .testi-grid { grid-template-columns: 1fr; }
  .fit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .recognition-grid { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: 1fr; }
  .method-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .method-card:last-child { border-bottom: 0; }
  .scope { grid-template-columns: 1fr; gap: 28px; }
  .scope ul { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .wrap { width: min(1180px, calc(100% - 28px)); }
  .section { padding: 78px 0; }
  .hero { padding: 60px 0 72px; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4.5rem); line-height: 0.94; }
  .section-title h2,
  .dark h2,
  .delivery h2,
  .price-grid h2,
  .faq-grid h2,
  .contact h2,
  .stance-title h2 { font-size: clamp(2.15rem, 10vw, 2.8rem); line-height: 1.02; }
  .actions { align-items: stretch; flex-direction: column; }
  .btn-main { width: 100%; }
  .mock-sheet { padding: 20px; border-radius: 18px; }
  .mock-top { display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .mock-page { margin-left: 0; text-align: left; }
  .mock-title { font-size: clamp(1.75rem, 8vw, 2.1rem); }
  .diag-line.root, .priority-note { padding: 17px; }
  .compare-row { grid-template-columns: 1fr; gap: 7px; }
  .stance-points > div { grid-template-columns: 1fr; gap: 4px; }
  .row { grid-template-columns: 1fr; }
  .formbox, .fit-card, .case, .testi, .recognition-card, .price-card { padding-inline: clamp(20px, 5vw, 28px); }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 380px) {
  .wrap { width: calc(100% - 22px); }
  .section { padding: 66px 0; }
  .hero { padding: 48px 0 60px; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 3.2rem); }
  .nav { gap: 10px; }
  .logo-symbol { width: 40px; height: 40px; flex-basis: 40px; }
  .logo-name b { font-size: 0.84rem; }
  .logo-name small { display: none; }
  .menu { padding: 8px 10px; font-size: 0.86rem; }
  .proofbar span { font-size: 0.72rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
