/* =============================================================
   GLOBAL DESIGN SYSTEM — tansox-website
   Source: Stand Up Pouch.html (approved reference file)

   Fonts loaded:
     Baloo 2         — headings / display
     Noto Sans SC    — body (CJK fallback)
     JetBrains Mono  — mono labels, pills
     Playfair Display — optional editorial heading variant
     Bebas Neue       — optional display heading variant
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&family=Playfair+Display:ital,wght@0,500;0,700;0,800;1,500;1,700&family=Bebas+Neue&display=swap');

/* ----- Design tokens --------------------------------------- */
:root {
  --navy:      #0B1F3A;
  --navy-2:    #0F2848;
  --navy-line: #1d3558;
  --ink:       #11161D;
  --ink-2:     #2A323D;
  --muted:     #6B7280;
  --rule:      #E5E4DE;
  --paper:     #FAFAF7;
  --paper-2:   #F2F1EB;
  --grey:      #EFEFEA;
  --gold:      #C8993E;
  --gold-2:    #B4862E;
  --gold-ink:  #2A1F08;
}

/* ----- Reset ----------------------------------------------- */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

/* ----- Base typography ------------------------------------- */
body {
  font-family: "Noto Sans SC", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.display, .section-head h2, .variant h3, .industry h3, .why-cell h3,
.bottom-cta h2, .brand-name, .header-cta {
  font-family: "Baloo 2", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
}

footer.site h4 {
  font-family: "Baloo 2", "Noto Sans SC", sans-serif;
}

img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }

/* ----- Layout utilities ------------------------------------ */
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.mono { font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace; letter-spacing: 0.02em; }

/* ----- Eyebrow label --------------------------------------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 24px;
}
.eyebrow::before {
  content: ""; width: 28px; height: 1.5px; background: var(--gold);
}

/* ----- Buttons --------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 16px 24px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
}
.btn .arrow { transition: transform .2s; }
.btn:hover .arrow { transform: translateX(3px); }
.btn-gold { background: var(--gold); color: var(--gold-ink); }
.btn-gold:hover { background: var(--gold-2); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,0.06); }
.btn-outline-dark { color: var(--ink); border-color: var(--ink); }
.btn-outline-dark:hover { background: var(--ink); color: #fff; }


/* ============================================================
   NAV SYSTEM
   utility bar · sticky nav · dropdowns · hamburger · drawer
   ============================================================ */

/* Utility bar */
.utility {
  background: #06152B;
  color: rgba(255,255,255,0.7);
  padding: 0 28px;
  position: relative;
  z-index: 200;
}
.utility .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 40px; padding: 0; max-width: 1400px;
}
.utility-left, .utility-right { display: flex; gap: 22px; align-items: center; }
.util-link {
  font-size: 12px; color: rgba(255,255,255,0.7);
  display: inline-flex; align-items: center; gap: 7px;
  letter-spacing: 0.02em;
  transition: color .15s;
}
.util-link:hover { color: #fff; }
.util-link svg { width: 13px; height: 13px; opacity: 0.65; }
.util-link:hover svg { opacity: 1; }
.lang-switch {
  display: inline-flex;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  overflow: hidden;
}
.lang-switch button {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 11px; font-weight: 500;
  padding: 4px 12px;
  color: rgba(255,255,255,0.6);
  background: transparent;
  border: none;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: background .15s, color .15s;
}
.lang-switch button.active,
.lang-switch button:hover { background: var(--gold); color: #fff; }

/* Main nav wrapper */
.nav-wrapper {
  position: sticky; top: 0; z-index: 100;
  background: var(--navy);
  border-bottom: 1px solid var(--navy-line);
  transition: box-shadow .25s ease;
}
.nav-wrapper.scrolled { box-shadow: 0 6px 32px rgba(6,21,43,0.45); }

.nav-main {
  display: flex; align-items: center; justify-content: space-between;
  height: 84px;
  gap: 16px;
  padding: 0 28px;
  max-width: 1400px; margin: 0 auto;
}

/* Brand / logo */
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand-logo { height: 80px; width: 160px; display: block; object-fit: contain; }
footer.site .brand-logo { height: 56px; width: auto; }

/* Nav items */
.nav-items {
  display: flex; align-items: center; gap: 2px;
  flex: 1; justify-content: center;
}
.nav-item { position: relative; }
.nav-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 16px;
  font: inherit;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #DBE2EE;
  background: transparent;
  border: none;
  cursor: pointer;
  letter-spacing: 0;
  white-space: nowrap;
  position: relative;
  transition: color .15s;
}
.nav-btn::after {
  content: '';
  position: absolute;
  left: 16px; right: 16px; bottom: 4px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform .22s cubic-bezier(.4,0,.2,1);
}
.nav-btn:hover, .nav-btn.active { color: var(--gold); }
.nav-btn:hover::after, .nav-btn.active::after { transform: scaleX(1); }
.nav-btn .chevron {
  width: 12px; height: 12px;
  transition: transform .2s;
  opacity: 0.5;
}
.nav-btn.active .chevron { transform: rotate(180deg); opacity: 1; }

/* Nav CTA button */
.nav-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold); color: #fff;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 700; font-size: 14px;
  padding: 13px 22px;
  letter-spacing: 0.02em;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .15s, transform .15s, box-shadow .15s;
  box-shadow: 0 2px 0 rgba(0,0,0,0.04);
}
.nav-cta:hover { background: var(--gold-2); transform: translateY(-1px); }
.nav-cta svg { width: 14px; height: 14px; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.ham-bar {
  width: 22px; height: 2px; background: #DBE2EE; border-radius: 2px;
  transition: transform .2s, opacity .15s;
}
.hamburger.open .ham-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open .ham-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open .ham-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Dropdowns */
.dropdown {
  display: none;
  position: absolute; top: calc(100% + 12px); left: 0;
  background: #fff;
  border: 1px solid var(--rule);
  box-shadow: 0 24px 60px rgba(11,31,58,0.14);
  padding: 26px;
  min-width: 240px;
  z-index: 500;
  animation: ddIn 0.18s ease-out;
}
@keyframes ddIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.dropdown.show { display: block; }
.dropdown.mega    { width: 760px; }
.dropdown.mega-md { width: 560px; }
.dropdown.align-right { left: auto; right: 0; }

.dd-grid   { display: grid; gap: 0 32px; }
.dd-grid-4 { grid-template-columns: repeat(4, 1fr); }
.dd-grid-3 { grid-template-columns: repeat(3, 1fr); }

.dd-col-head {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px; padding-bottom: 10px;
  border-bottom: 1.5px solid var(--paper-2);
  display: flex; align-items: center; gap: 8px;
}
.dd-col-head.muted { color: var(--muted); border-bottom-color: var(--rule); }

.dd-link {
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  margin: 0 -10px;
  font-size: 13.5px;
  color: var(--ink);
  line-height: 1.35;
  cursor: pointer;
  transition: background .12s, color .12s, padding .12s;
}
.dd-link:hover { background: #FBF6EA; color: var(--gold-2); padding-left: 14px; }
.dd-link.muted { color: var(--muted); font-style: italic; }
.dd-link.muted:hover { background: #F4F3EE; color: var(--muted); }
.dd-link.feat { color: var(--gold-2); font-weight: 600; }

.sv-pill {
  display: inline-flex; align-items: center;
  background: #E8F2E3; color: #2A6A1A;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px; font-weight: 600;
  padding: 2px 7px;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.future-pill {
  display: inline-flex;
  background: #EFEEE8; color: #888;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px; font-weight: 500;
  padding: 2px 7px;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.dd-divider { height: 1px; background: var(--rule); margin: 14px 0; }

.dd-help {
  background: #FBF6EA; padding: 14px;
  border-left: 2px solid var(--gold);
  margin-top: 6px;
}
.dd-help .h {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px; font-weight: 700;
  color: var(--gold-2); margin-bottom: 6px;
}
.dd-help .b { font-size: 12px; line-height: 1.5; color: var(--ink-2); margin-bottom: 10px; }
.dd-footer-btn {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px; font-weight: 700;
  color: var(--gold-ink);
  background: var(--gold);
  padding: 7px 14px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background .15s;
}
.dd-footer-btn:hover { background: var(--gold-2); color: #fff; }

/* Simple (single-column) dropdown */
.dd-simple-head {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold);
  padding: 8px 4px 6px;
}
.dd-simple-head:first-child { padding-top: 0; }
.dd-simple-link {
  display: flex; align-items: center; gap: 12px;
  padding: 9px 10px;
  margin: 0 -10px;
  font-size: 14px;
  color: var(--ink);
  cursor: pointer;
  transition: background .12s, color .12s, padding .12s;
}
.dd-simple-link:hover { background: #FBF6EA; color: var(--gold-2); padding-left: 16px; }
.dd-simple-link.feat { font-weight: 600; color: var(--gold-2); }
.dd-sep { height: 1px; background: var(--rule); margin: 8px -10px; }
.dd-icon {
  width: 28px; height: 28px;
  background: #FBF6EA;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
}
.dd-icon svg { width: 14px; height: 14px; }

/* Overlay */
.nav-overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(11,31,58,0.15);
  backdrop-filter: blur(2px);
  z-index: 90;
}
.nav-overlay.show { display: block; }

/* Mobile drawer */
.mobile-drawer {
  display: none;
  position: fixed; top: 0; right: 0;
  width: 360px; max-width: 100vw; height: 100vh;
  background: #fff;
  z-index: 300;
  box-shadow: -16px 0 48px rgba(11,31,58,0.18);
  transform: translateX(100%);
  transition: transform .28s cubic-bezier(.4,0,.2,1);
  flex-direction: column;
  overflow-y: auto;
}
.mobile-drawer.show { display: flex; transform: translateX(0); }
.drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid var(--rule);
  position: sticky; top: 0; background: #fff; z-index: 2;
}
.drawer-close {
  width: 36px; height: 36px;
  background: #FBF6EA;
  border: none;
  cursor: pointer;
  display: grid; place-items: center;
  transition: background .15s;
}
.drawer-close:hover { background: var(--gold); }
.drawer-close:hover svg { stroke: #fff; }
.drawer-close svg { width: 16px; height: 16px; stroke: var(--ink); }
.drawer-body { flex: 1; padding: 8px 0 32px; }
.m-nav-item { border-bottom: 1px solid var(--rule); }
.m-nav-btn {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 16px; font-weight: 600;
  color: var(--ink);
  background: transparent; border: none;
  text-align: left; cursor: pointer;
  transition: background .15s, color .15s;
}
.m-nav-btn:hover { background: #FBF6EA; color: var(--gold-2); }
.m-ch {
  width: 22px; height: 22px;
  background: #FBF6EA;
  display: grid; place-items: center;
  transition: transform .2s, background .15s;
}
.m-nav-btn.open .m-ch { transform: rotate(90deg); background: var(--gold); }
.m-nav-btn.open .m-ch svg { stroke: #fff; }
.m-ch svg { width: 10px; height: 10px; stroke: var(--gold-2); fill: none; stroke-width: 2; }
.m-sub-panel { display: none; padding: 8px 24px 18px; background: var(--paper); }
.m-sub-panel.show { display: block; }
.m-sub-col-head {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold);
  margin: 14px 0 6px;
}
.m-sub-col-head:first-child { margin-top: 6px; }
.m-sub-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  color: var(--ink);
  border-bottom: 1px solid rgba(0,0,0,0.04);
  cursor: pointer;
}
.m-sub-link:last-child { border-bottom: none; }
.m-sub-link:hover { color: var(--gold-2); }
.m-sub-link.muted { color: var(--muted); font-style: italic; }
.drawer-footer {
  padding: 18px 24px;
  border-top: 1px solid var(--rule);
  position: sticky; bottom: 0; background: #fff;
}
.drawer-cta {
  display: block; width: 100%;
  padding: 15px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 15px; font-weight: 700;
  color: #fff;
  background: var(--gold);
  border: none; cursor: pointer;
  letter-spacing: 0.02em;
  transition: background .15s;
}
.drawer-cta:hover { background: var(--gold-2); }


/* ============================================================
   QUOTE FORM
   ============================================================ */

.quote-section {
  background: var(--navy);
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.quote-section::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(135deg, rgba(255,255,255,0.022) 0 1px, transparent 1px 24px);
  background-size: 24px 24px;
  pointer-events: none;
}
.quote-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: start;
  position: relative;
}
.quote-left h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.1; font-weight: 700; letter-spacing: -0.015em;
  color: #fff; margin: 0 0 16px;
  text-wrap: balance;
}
.quote-left h2 em { font-style: normal; color: var(--gold); }
.quote-left p { color: #C9D2E2; font-size: 16px; line-height: 1.6; margin: 0 0 32px; }
.quote-trust { display: flex; flex-direction: column; gap: 12px; }
.quote-trust .t {
  display: flex; align-items: center; gap: 12px;
  font-size: 14px; color: #8FA0BC;
}
.quote-trust .t svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; }
.quote-trust .t strong { color: #fff; font-weight: 600; }

.quote-art {
  margin-top: 36px;
  position: relative;
  aspect-ratio: 16 / 10;
  background: #0F2848;
  border: 1px solid var(--navy-line);
}
.quote-art .placeholder { position: absolute; inset: 0; }
.quote-art-caption {
  position: absolute; bottom: 14px; left: 16px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.55);
}

/* Form card */
.qform {
  background: #0F2848;
  border: 1px solid var(--navy-line);
  padding: 32px 28px 28px;
}
.qform .qf-title {
  font-family: "Baloo 2", "Noto Sans SC", sans-serif;
  font-size: 20px; font-weight: 700;
  color: #fff; margin: 0 0 4px;
}
.qform .qf-sub { font-size: 13px; color: #8FA0BC; margin: 0 0 26px; }
.qf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.qf-row.full { grid-template-columns: 1fr; }
.qf-field { display: flex; flex-direction: column; gap: 6px; }
.qf-label {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #8FA0BC;
}
.qf-field input,
.qf-field select {
  background: #182F4A;
  border: 1px solid #1E3A58;
  color: #DBE2EE;
  font-size: 14px;
  padding: 12px 14px;
  outline: none;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color .15s;
}
.qf-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238FA0BC' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}
.qf-field input::placeholder { color: #4A627A; }
.qf-field input:focus,
.qf-field select:focus { border-color: var(--gold); }
.qf-submit {
  width: 100%;
  background: var(--gold);
  color: var(--gold-ink);
  font-family: "Baloo 2", "Noto Sans SC", sans-serif;
  font-size: 15px; font-weight: 700;
  padding: 16px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  margin-top: 6px;
  transition: background .15s, transform .15s;
}
.qf-submit:hover { background: var(--gold-2); transform: translateY(-1px); }
.qf-note {
  font-size: 12px; color: #4A627A;
  text-align: center; margin-top: 12px;
}

/* Placeholder blocks (used inside quote-art and hero-art) */
.placeholder {
  position: relative;
  width: 100%; height: 100%;
  background:
    repeating-linear-gradient(135deg,
      rgba(255,255,255,0.04) 0 1px,
      transparent 1px 14px);
  display: grid; place-items: center;
  color: rgba(255,255,255,0.55);
}
.placeholder.light {
  background:
    repeating-linear-gradient(135deg,
      rgba(11,31,58,0.06) 0 1px,
      transparent 1px 14px),
    var(--paper-2);
  color: #6B7280;
}
.placeholder-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 12px;
  border: 1px dashed currentColor;
}


/* ============================================================
   FOOTER
   ============================================================ */

footer.site {
  background: #0D1E33;
  color: #8FA0BC;
  padding: 56px 0 0;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #162840;
}
.footer-brand-row {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 14px;
}
.footer-desc {
  font-size: 13px; line-height: 1.65;
  color: #8FA0BC;
  margin-bottom: 22px;
}
.footer-quote-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold);
  color: var(--gold-ink);
  font-family: "Baloo 2", sans-serif;
  font-size: 13px; font-weight: 700;
  padding: 11px 18px;
  letter-spacing: 0.02em;
  cursor: pointer;
  border: none;
  transition: background .15s;
}
.footer-quote-btn svg { width: 14px; height: 14px; }
.footer-quote-btn:hover { background: var(--gold-2); }

footer.site h4 {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #fff; margin: 0 0 16px;
}
footer.site ul { list-style: none; margin: 0; padding: 0; }
footer.site li { margin-bottom: 11px; }
footer.site a { color: #8FA0BC; transition: color .15s; }
footer.site a:hover { color: #fff; }
footer.site .all-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--gold); font-weight: 600; font-size: 13px;
  margin-top: 4px;
}
footer.site .all-link:hover { color: var(--gold-2); }

.footer-contact-item {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 13.5px; color: #8FA0BC;
  margin-bottom: 12px;
}
.footer-contact-item svg { width: 14px; height: 14px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.footer-contact-item a { color: #8FA0BC; }
.footer-contact-item a:hover { color: #fff; }
.footer-contact-plain { font-size: 13.5px; color: #8FA0BC; margin-bottom: 12px; padding-left: 23px; }
.footer-contact-plain a { color: #8FA0BC; }
.footer-contact-plain a:hover { color: #fff; }

.footer-legal {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0;
  font-size: 12px; color: #3D5470;
  letter-spacing: 0.02em;
}
.footer-legal a { color: #3D5470; }
.footer-legal a:hover { color: #8FA0BC; }
.footer-legal .sep { margin: 0 8px; }


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
  .nav-items  { display: none; }
  .nav-cta    { display: none; }
  .hamburger  { display: flex; }
  .nav-main   { height: 72px; }
  .utility    { padding: 0 20px; }
  .utility-left .util-link:nth-child(n+2) { display: none; }
  .quote-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 640px) {
  .utility     { display: none; }
  .wrap        { padding: 0 20px; }
  .brand-logo  { height: 56px; width: 112px; }
  .qf-row      { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
