/* ==========================================================================
   Your India Buddy — site styles
   Brand colours from the YIB logo: blue / saffron / green
   ========================================================================== */

:root {
  --navy-950: #061a33;
  --navy-900: #0a2547;
  --navy-800: #0d3261;
  --blue: #0b4c94;
  --blue-soft: #e8f0fa;
  --saffron: #e8731a;
  --saffron-deep: #c95e0e;
  --saffron-soft: #fdf1e6;
  --saffron-light: #ffb170;
  --green: #0b6b35;
  --green-soft: #e7f3ec;
  --gold: #c9a45c;

  --ink: #0f1c2e;
  --ink-2: #3c4a5e;
  --ink-3: #6b778a;
  --line: #e4ded3;
  --cream: #faf7f1;
  --cream-2: #f3eee4;
  --paper: #fffdf8;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  --r-xs: 4px;
  --r-sm: 6px;
  --r: 10px;
  --r-lg: 14px;

  --shadow-sm: 0 1px 2px rgba(10, 37, 71, .06), 0 2px 6px rgba(10, 37, 71, .04);
  --shadow: 0 10px 28px -14px rgba(10, 37, 71, .22), 0 4px 10px -6px rgba(10, 37, 71, .08);
  --shadow-lg: 0 28px 56px -24px rgba(10, 37, 71, .32);
  --container: 1200px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 16px; line-height: 1.65; color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
figure { margin: 0; }
::selection { background: var(--saffron); color: #fff; }
:focus-visible { outline: 2px solid var(--saffron); outline-offset: 2px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
@media (max-width: 600px) { .container { padding: 0 16px; } }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.12; letter-spacing: -.015em; margin: 0; color: var(--navy-900); }
h1 { font-size: clamp(2.5rem, 5.6vw, 4.6rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; color: var(--ink-2); }
em.accent { font-style: italic; color: var(--saffron); }
kbd { font-family: var(--font-mono); font-size: .78em; padding: 1px 6px; border: 1px solid var(--line); border-bottom-width: 2px; border-radius: var(--r-xs); background: #fff; color: var(--ink); }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--saffron-deep); margin-bottom: 16px; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: linear-gradient(90deg, var(--saffron), var(--green)); }
.eyebrow.light { color: var(--saffron-light); }

.section { padding: 52px 0; position: relative; }
.section-head { max-width: 720px; margin-bottom: 36px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head p { font-size: 1.08rem; margin-top: 16px; }
.section-head.split { max-width: none; display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: end; }
.section-head.split p { margin-top: 0; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--navy-900); border-bottom: 1.5px solid var(--saffron); padding-bottom: 2px; }
.link-arrow svg { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }
@media (max-width: 800px) { .section { padding: 36px 0; } .section-head { margin-bottom: 28px; } .section-head.split { grid-template-columns: 1fr; gap: 16px; } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border-radius: var(--r-sm); border: 1px solid transparent;
  font-weight: 700; font-size: .94rem; line-height: 1.3; cursor: pointer; white-space: nowrap;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s, color .2s, border-color .2s;
}
.btn svg { width: 17px; height: 17px; flex: none; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: none; }
.btn-lg { padding: 13px 22px; font-size: 1rem; }
.btn-sm { padding: 8px 14px; font-size: .86rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--saffron); color: #fff; box-shadow: 0 8px 18px -10px rgba(232, 115, 26, .8); }
.btn-primary:hover { background: var(--saffron-deep); }
.btn-dark { background: var(--navy-900); color: #fff; }
.btn-dark:hover { background: var(--navy-800); }
.btn-ghost { background: #fff; color: var(--navy-900); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--navy-900); }
.btn-light { background: #fff; color: var(--navy-900); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.04); }
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.btn-whatsapp { background: #1fa855; color: #fff; }
.btn-whatsapp:hover { background: #178f47; }
.btn[disabled] { opacity: .6; pointer-events: none; }
.link-btn { background: none; border: 0; padding: 0; color: var(--blue); font-weight: 700; font-size: .88rem; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; padding: 16px 0; transition: background .3s, box-shadow .3s, padding .3s; }
.site-header.scrolled { background: rgba(250, 247, 241, .92); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); box-shadow: 0 1px 0 var(--line); padding: 10px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 60px; height: 60px; transition: width .3s, height .3s; }
.site-header.scrolled .brand img { width: 50px; height: 50px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: var(--font-display); font-size: 1.55rem; font-weight: 600; color: var(--navy-900); letter-spacing: -.01em; }
.brand-text { gap: 3px; }
.brand-text span { font-size: .64rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--saffron-deep); }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a:not(.btn) { font-weight: 600; font-size: .94rem; color: var(--ink-2); position: relative; padding: 6px 0; transition: color .2s; }
.nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--saffron); transition: width .3s var(--ease); }
.nav-links a:not(.btn):hover, .nav-links a.active { color: var(--navy-900); }
.nav-links a:not(.btn):hover::after, .nav-links a.active::after { width: 100%; }
.nav-mobile-cta { display: none; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.cart-pill { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: var(--r-sm); background: #fff; border: 1px solid var(--line); transition: border-color .2s; }
.cart-pill:hover { border-color: var(--navy-900); }
.cart-pill svg { width: 19px; height: 19px; color: var(--navy-900); }
.cart-count { position: absolute; top: -6px; right: -6px; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 10px; background: var(--saffron); color: #fff; font-size: .68rem; font-weight: 800; display: none; align-items: center; justify-content: center; border: 2px solid var(--cream); }
.cart-count.show { display: inline-flex; }
.menu-toggle { display: none; width: 42px; height: 42px; border-radius: var(--r-sm); border: 1px solid var(--line); background: #fff; cursor: pointer; align-items: center; justify-content: center; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 18px; height: 2px; background: var(--navy-900); transition: transform .3s var(--ease), background .2s; }
.menu-toggle span { position: relative; }
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -6px; } .menu-toggle span::after { top: 6px; }
.menu-open .menu-toggle span { background: transparent; }
.menu-open .menu-toggle span::before { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle span::after { transform: translateY(-6px) rotate(-45deg); }

/* Transparent header over the dark home hero */
.site-header.on-dark:not(.scrolled) .brand-text strong { color: #fff; }
.site-header.on-dark:not(.scrolled) .brand-text span { color: var(--saffron-light); }
.site-header.on-dark:not(.scrolled) .brand img { background: #fff; border-radius: 50%; }
.site-header.on-dark:not(.scrolled) .cart-pill,
.site-header.on-dark:not(.scrolled) .menu-toggle { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); }
.site-header.on-dark:not(.scrolled) .cart-pill svg { color: #fff; }
.site-header.on-dark:not(.scrolled) .cart-count { border-color: var(--navy-950); }
.site-header.on-dark:not(.scrolled) .menu-toggle span, .site-header.on-dark:not(.scrolled) .menu-toggle span::before, .site-header.on-dark:not(.scrolled) .menu-toggle span::after { background: #fff; }
.menu-open .site-header.on-dark:not(.scrolled) .menu-toggle span { background: transparent; }
@media (min-width: 981px) {
  .site-header.on-dark:not(.scrolled) .nav-links a:not(.btn) { color: rgba(255,255,255,.78); }
  .site-header.on-dark:not(.scrolled) .nav-links a:not(.btn):hover, .site-header.on-dark:not(.scrolled) .nav-links a.active { color: #fff; }
}

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .nav-links {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(320px, 86vw);
    flex-direction: column; align-items: stretch; gap: 2px; padding: 96px 24px 24px;
    background: var(--cream); box-shadow: var(--shadow-lg); transform: translateX(100%); transition: transform .4s var(--ease); z-index: -1;
  }
  .nav-links a:not(.btn) { display: block; font-size: 1.1rem; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav-links a:not(.btn)::after { display: none; }
  .nav-mobile-cta { display: block; margin-top: 18px; }
  .nav-mobile-cta .btn { width: 100%; }
  .menu-open .nav-links { transform: none; }
  .nav-cta .btn-order-top { display: none; }
  .brand img { width: 46px; height: 46px; }
  .brand-text strong { font-size: 1.22rem; }
  .brand-text span { font-size: .54rem; letter-spacing: .12em; }
}

/* ==========================================================================
   HOME HERO — route map + request slip
   ========================================================================== */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(1100px 600px at 75% 70%, rgba(11, 76, 148, .35), transparent 60%),
    radial-gradient(700px 420px at 10% 0%, rgba(232, 115, 26, .12), transparent 60%),
    var(--navy-950);
  padding: 150px 0 0;
}
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 120px; background: linear-gradient(180deg, transparent, rgba(6, 26, 51, .9)); pointer-events: none; }
.hero-map-wrap {
  /* Fixed-size map anchored on India's centre (71.94% x, 41.22% y of the map image)
     so India sits in the open space beside the people at every width. */
  --mw: 1500px; --ax: 50%; --ay: 250px;
  position: absolute; width: var(--mw);
  left: calc(var(--ax) - var(--mw) * .7194);
  top: calc(var(--ay) - var(--mw) * .364 * .4122);
  pointer-events: none;
  mask-image: radial-gradient(ellipse 55% 70% at 70% 42%, #000 45%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 55% 70% at 70% 42%, #000 45%, transparent 100%);
}
.hero-map { width: 100%; height: auto; display: block; }
.hero-map-routes { position: absolute; inset: 0; will-change: transform; }

.hero-map .land { fill: none; stroke: rgba(255,255,255,.16); stroke-width: 2.2; stroke-linecap: round; }
.hero-map .india { fill: none; stroke: rgba(232, 115, 26, .75); stroke-width: 2.4; stroke-linecap: round; }
.hero-map .arc { fill: none; stroke: rgba(255, 177, 112, .22); stroke-width: .8; stroke-dasharray: 2 3; }
.hero-map .arc.live { stroke: rgba(255, 177, 112, .9); stroke-width: 1.3; stroke-dasharray: 100; stroke-dashoffset: 0; }
.hero-map .arc.live.draw { animation: draw 1.4s var(--ease) both; }
@keyframes draw { from { stroke-dashoffset: 100; } }
.hero-map .comet { fill: none; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; stroke-dasharray: 8 100; stroke-dashoffset: 8; animation: comet 3.8s linear infinite; }
@keyframes comet { from { stroke-dashoffset: 8; } to { stroke-dashoffset: -100; } }
.hero-map .city { fill: rgba(255,255,255,.55); }
.hero-map .city-ring { fill: none; stroke: var(--saffron-light); stroke-width: 1; transform-box: fill-box; transform-origin: center; animation: ring 1.8s ease-out infinite; }
.hero-map .icity { fill: #ffd2a8; opacity: .8; transition: opacity .3s; }
.hero-map .icity.on { opacity: 0; }
.hero-map .hub-dot { fill: var(--saffron); stroke: #fff; stroke-width: 1.2; transition: cx .6s var(--ease), cy .6s var(--ease); }
.hero-map .hub-ring { fill: none; stroke: var(--saffron); stroke-width: 1; transform-box: fill-box; transform-origin: center; animation: ring 2.4s ease-out infinite; }
.hero-map .hub-ring.r2 { animation-delay: 1.2s; }
.hero-map .hub text { font: 800 10px var(--font-body); fill: #fff; letter-spacing: .03em; paint-order: stroke; stroke: rgba(6, 26, 51, .8); stroke-width: 2.5px; }
@keyframes ring { from { transform: scale(1); opacity: .9; } to { transform: scale(5); opacity: 0; } }

.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.hero-visual { position: relative; height: clamp(480px, 42vw, 600px); }
.hero-people-wrap { position: absolute; right: -10px; bottom: 0; height: 100%; aspect-ratio: 987 / 1000; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .45)); }
.hero-people { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; }
/* Rotating globe overlay: sits exactly on the printed globe (centre 485,643 r104 in a 987x1000 image) */
.hero-globe { position: absolute; left: 38.35%; top: 53.6%; width: 21.58%; aspect-ratio: 1; pointer-events: none; border-radius: 50%;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .28)); }
.hero-hands { position: absolute; left: 37.79%; top: 53.9%; width: 22.8%; height: auto; pointer-events: none; }
.hero-copy { position: relative; }
.hero-copy::before { content: ""; position: absolute; inset: -60px -10px -40px -120px; background: radial-gradient(closest-side, rgba(6, 26, 51, .96), rgba(6, 26, 51, .9) 55%, rgba(6, 26, 51, .5) 80%, transparent); z-index: -1; pointer-events: none; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.75); margin-bottom: 26px; }
.kicker-city { display: inline-block; color: var(--saffron-light); transition: opacity .35s var(--ease), transform .35s var(--ease); }
.kicker-city.out { opacity: 0; transform: translateY(-6px); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #3ad07c; box-shadow: 0 0 0 4px rgba(58, 208, 124, .2); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(58, 208, 124, 0); } }
.hero h1 { color: #fff; font-size: clamp(3rem, 7.4vw, 6.4rem); line-height: .98; letter-spacing: -.03em; margin-bottom: 28px; }
.hero h1 em { font-style: italic; font-weight: 400; color: var(--saffron-light); }
.hero-lead { font-size: 1.18rem; color: rgba(255,255,255,.78); max-width: 520px; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Request slip / air waybill */
.waybill {
  position: absolute; left: -24px; bottom: 34px; width: 272px; z-index: 3;
  background: var(--paper); color: var(--ink); border-radius: var(--r); padding: 15px 16px 13px;
  box-shadow: 0 30px 60px -24px rgba(0, 0, 0, .7), 0 0 0 1px rgba(255,255,255,.06);
  transform: rotate(-3deg);
}
.wb-perf { position: absolute; left: 10px; right: 10px; top: -5px; height: 10px; background: radial-gradient(circle at 5px 5px, var(--navy-950) 3.5px, transparent 4px) 0 0 / 13px 10px repeat-x; }
.wb-head { display: flex; align-items: center; gap: 8px; padding-bottom: 10px; border-bottom: 1.5px dashed var(--line); }
.wb-head img { width: 30px; height: 30px; }
.wb-head strong { display: block; font-family: var(--font-display); font-size: .86rem; color: var(--navy-900); line-height: 1.1; }
.wb-head span { font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.wb-no { margin-left: auto; font-family: var(--font-mono); font-size: .68rem !important; letter-spacing: .03em !important; color: var(--saffron-deep) !important; text-transform: none !important; }
.wb-route { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding: 12px 0 10px; }
.wb-port small, .wb-contents small { display: block; font-size: .56rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }
.wb-port strong { display: block; font-family: var(--font-mono); font-size: 1.42rem; font-weight: 700; color: var(--navy-900); line-height: 1.15; letter-spacing: .02em; }
.wb-port span { font-size: .68rem; font-weight: 600; color: var(--ink-2); white-space: nowrap; }
.wb-port.to { text-align: right; }
.wb-line { position: relative; height: 20px; display: flex; align-items: center; }
.wb-line span { position: absolute; left: 0; right: 0; top: 50%; border-top: 1.5px dashed rgba(10, 37, 71, .25); }
.wb-line svg { position: relative; width: 18px; height: 18px; margin: 0 auto; color: var(--saffron); background: var(--paper); padding: 2px; transform: rotate(45deg); }
.wb-contents { padding: 10px 0; border-top: 1.5px dashed var(--line); border-bottom: 1.5px dashed var(--line); min-height: 96px; }
.wb-contents ul { list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 4px; }
.wb-contents li { display: flex; justify-content: space-between; gap: 10px; font-size: .76rem; font-weight: 600; color: var(--ink); animation: slipIn .5s var(--ease) both; }
.wb-contents li:nth-child(2) { animation-delay: .08s; } .wb-contents li:nth-child(3) { animation-delay: .16s; }
.wb-contents li b { font-family: var(--font-mono); color: var(--ink-3); font-weight: 600; white-space: nowrap; }
@keyframes slipIn { from { opacity: 0; transform: translateY(5px); } }
.wb-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 10px; }
.wb-barcode { width: 82px; height: 22px; flex: none; background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 4px, var(--ink) 4px 5px, transparent 5px 8px, var(--ink) 8px 11px, transparent 11px 13px); opacity: .85; }
.wb-status { display: flex; align-items: center; gap: 6px; font-size: .64rem; font-weight: 700; color: var(--green); text-align: right; }
.wb-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex: none; }
.wb-stamp {
  position: absolute; left: 30px; bottom: 2px; width: 56px; height: 56px; border-radius: 50%;
  border: 1.5px solid rgba(201, 94, 14, .55); color: rgba(201, 94, 14, .65);
  display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-16deg);
  box-shadow: inset 0 0 0 3px var(--paper), inset 0 0 0 4px rgba(201, 94, 14, .4); pointer-events: none;
}
.wb-stamp span { font-family: var(--font-display); font-weight: 600; font-size: .95rem; line-height: 1; }
.wb-stamp small { font-size: .42rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.waybill.swap .wb-port strong, .waybill.swap .wb-port span { animation: slipIn .45s var(--ease) both; }

.hero-facts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 0; border-top: 1px solid rgba(255,255,255,.14); }
.hero-facts > div { padding: 18px 20px 30px 0; }
.hero-facts > div + div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.14); }
.hero-facts strong { display: block; font-family: var(--font-display); font-size: 1.22rem; font-weight: 500; color: #fff; line-height: 1.25; margin-top: 10px; }
.facts-tag { grid-column: 1 / -1; margin: 0; padding: 16px 0 0; font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.facts-tag em { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 1.05rem; letter-spacing: 0; text-transform: none; color: var(--saffron-light); }
.fact-ic { display: inline-flex; width: 36px; height: 36px; border-radius: var(--r-sm); align-items: center; justify-content: center; background: rgba(232, 115, 26, .14); color: var(--saffron-light); }
.fact-ic svg { width: 19px; height: 19px; }
.hero-facts span { font-size: .84rem; color: rgba(255,255,255,.6); font-weight: 600; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-visual { height: 460px; max-width: 620px; width: 100%; margin-left: auto; }
  .hero-people-wrap { right: 0; }
  .waybill { left: 0; }
  .hero-map-wrap { --mw: 1600px; --ax: 30%; --ay: auto; top: auto; bottom: calc(620px - var(--mw) * .364 * (1 - .4122)); }
}
@media (max-width: 760px) {
  .hero { padding-top: 116px; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts > div:nth-child(4) { padding-left: 0; border-left: 0; }
  .hero-facts > div:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.14); }
  .hero-visual { height: 380px; }
  .hero-people-wrap { right: -16px; }
  .waybill { width: 206px; left: -4px; bottom: 16px; padding: 11px 12px 10px; }
  .wb-no, .wb-stamp { display: none; }
  .wb-head strong { font-size: .8rem; }
  .wb-contents li { font-size: .7rem; }
  .hero-people-wrap { right: -30px; }
  .wb-port strong { font-size: 1.2rem; }
  .wb-contents { min-height: 84px; }
  .hero-map-wrap { --mw: 1250px; --ax: 22%; bottom: calc(660px - var(--mw) * .364 * (1 - .4122)); }
}
@media (max-width: 480px) {
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-facts > div { padding: 16px 10px 22px 0; }
  .hero-facts > div + div { padding-left: 12px; }
  .hero-facts strong { font-size: 1.02rem; }
}

/* ---------- Product ribbon ---------- */
.ribbon { background: var(--cream); padding: 36px 0 12px; overflow: hidden; }
.ribbon-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 22px; }
.ribbon-head .eyebrow { margin: 0; }
.ribbon-head p { margin: 0; color: var(--ink-3); font-weight: 600; font-size: .92rem; }
.ribbon-viewport { mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.ribbon-track { display: flex; gap: 16px; width: max-content; animation: marquee 60s linear infinite; }
.ribbon-viewport:hover .ribbon-track { animation-play-state: paused; }
.ribbon-card { position: relative; width: 230px; height: 290px; border-radius: var(--r); overflow: hidden; flex: none; background: var(--cream-2); }
.ribbon-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.ribbon-card:hover img { transform: scale(1.05); }
.ribbon-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 14px 14px; background: linear-gradient(180deg, transparent, rgba(6, 26, 51, .85)); color: #fff; font-weight: 700; font-size: .92rem; }
@keyframes marquee { to { transform: translateX(calc(-50% - 8px)); } }
@media (max-width: 600px) { .ribbon-card { width: 180px; height: 230px; } }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-copy .lead { font-size: 1.24rem; color: var(--ink); font-weight: 500; margin-top: 22px; }
.about-quote { margin-top: 30px; padding: 22px 26px; border-left: 3px solid var(--saffron); background: linear-gradient(90deg, var(--saffron-soft), transparent); border-radius: 0 var(--r) var(--r) 0; }
.about-quote p { font-family: var(--font-display); font-size: 1.4rem; color: var(--navy-900); margin: 0; line-height: 1.35; }
.about-quote p + p { font-size: 1.04rem; font-family: var(--font-body); color: var(--ink-2); margin-top: 8px; }
.about-photos { position: relative; padding: 0 0 30px; }
.ap-main { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 5; box-shadow: var(--shadow-lg); }
.ap-main img, .ap-small img { width: 100%; height: 100%; object-fit: cover; }
.ap-small { position: absolute; left: 0; bottom: 0; width: 44%; aspect-ratio: 3 / 4; border-radius: var(--r); overflow: hidden; border: 6px solid var(--cream); box-shadow: var(--shadow); }
.about-tag { position: absolute; right: -14px; bottom: 90px; background: #fff; border-radius: var(--r); padding: 12px 18px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px; }
.about-tag img { width: 42px; height: 42px; }
.about-tag strong { display: block; font-family: var(--font-display); font-size: 1.05rem; color: var(--navy-900); }
.about-tag span { font-size: .78rem; color: var(--ink-3); font-weight: 600; }
@media (max-width: 980px) { .about-grid { grid-template-columns: 1fr; gap: 50px; } .about-photos { max-width: 520px; } .about-tag { right: 10px; } }

/* ---------- Services preview (home) ---------- */
.services { background: #fff; }
.svc-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.svc-card { grid-column: span 2; display: flex; flex-direction: column; border-radius: var(--r-lg); overflow: hidden; background: var(--cream); border: 1px solid var(--line); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.svc-card:nth-child(4), .svc-card:nth-child(5) { grid-column: span 3; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.svc-card figure { aspect-ratio: 16 / 9; overflow: hidden; }
.svc-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.svc-card:hover figure img { transform: scale(1.05); }
.svc-body { position: relative; padding: 30px 26px 24px; flex: 1; display: flex; flex-direction: column; }
.svc-icon { position: absolute; top: -22px; left: 24px; width: 44px; height: 44px; border-radius: var(--r-sm); background: var(--navy-900); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); }
.svc-icon svg { width: 21px; height: 21px; }
.svc-card:nth-child(2n) .svc-icon { background: var(--saffron); }
.svc-card:nth-child(3n) .svc-icon { background: var(--green); }
.svc-body h3 { margin: 6px 0 8px; }
.svc-body p { font-size: .95rem; margin-bottom: 16px; }
.svc-more { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .88rem; color: var(--saffron-deep); }
.svc-more svg { width: 15px; height: 15px; transition: transform .25s var(--ease); }
.svc-card:hover .svc-more svg { transform: translateX(4px); }
@media (max-width: 980px) { .svc-grid { grid-template-columns: 1fr 1fr; } .svc-card, .svc-card:nth-child(4) { grid-column: span 1; } .svc-card:nth-child(5) { grid-column: span 2; } }
@media (max-width: 620px) { .svc-grid { grid-template-columns: 1fr; } .svc-card, .svc-card:nth-child(5) { grid-column: span 1; } }

/* ---------- How it works ---------- */
.how-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.how-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; }
.how-card figure { aspect-ratio: 4 / 3; overflow: hidden; position: relative; }
.how-card figure img { width: 100%; height: 100%; object-fit: cover; }
.how-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(6, 26, 51, .35)); }
.how-body { padding: 22px 22px 24px; position: relative; }
.how-num { position: absolute; top: -20px; right: 18px; font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--cream); border: 3px solid #fff; color: var(--navy-900); box-shadow: var(--shadow-sm); }
.how-card:nth-child(4) .how-num { background: var(--saffron); color: #fff; }
.how-body h3 { font-size: 1.2rem; margin-bottom: 8px; }
.how-body p { font-size: .93rem; margin: 0; }
@media (max-width: 980px) { .how-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .how-grid { grid-template-columns: 1fr; } }

/* ---------- Why (dark) ---------- */
.why { background: var(--navy-950); color: #fff; overflow: hidden; }
.why::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(700px 400px at 100% 0%, rgba(232, 115, 26, .2), transparent 60%), radial-gradient(600px 400px at 0% 100%, rgba(11, 107, 53, .24), transparent 60%); }
.why .container { position: relative; }
.why h2 { color: #fff; }
.why .section-head p { color: rgba(255,255,255,.7); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.why-card { border-radius: var(--r-lg); overflow: hidden; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); padding: 0 32px 32px; }
.why-photo { margin: 0 -32px 26px; aspect-ratio: 16 / 7; overflow: hidden; }
.why-photo img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.why-card .tag { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: var(--r-xs); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; }
.why-card .tag svg { width: 14px; height: 14px; }
.why-card:nth-child(1) .tag { background: rgba(232, 115, 26, .18); color: var(--saffron-light); }
.why-card:nth-child(2) .tag { background: rgba(55, 180, 110, .16); color: #7fdca7; }
.why-card h3 { color: #fff; font-size: 1.7rem; margin-bottom: 22px; }
.why-card ul { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 12px; }
.why-card li { display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,.85); font-weight: 500; }
.why-card li svg { width: 20px; height: 20px; flex: none; color: rgba(255,255,255,.4); }
.why-card .resolve { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-family: var(--font-display); font-size: 1.2rem; color: #fff; font-style: italic; margin: 0; }
.why-foot { margin-top: 36px; text-align: center; }
.why-foot p { font-family: var(--font-display); font-size: clamp(1.4rem, 2.6vw, 2rem); color: #fff; margin: 0 0 6px; }
.why-foot p.sub { font-family: var(--font-body); font-size: 1.02rem; color: rgba(255,255,255,.62); margin-bottom: 26px; }
@media (max-width: 900px) { .why-grid { grid-template-columns: 1fr; } .why-card { padding: 0 22px 26px; } .why-photo { margin: 0 -22px 22px; } }

/* ---------- Pricing ---------- */
.pricing-wrap { display: grid; grid-template-columns: 1.05fr .95fr; border-radius: var(--r-lg); overflow: hidden; background: #fff; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.pricing-main { padding: 52px 48px; }
.pricing-main h2 { margin-bottom: 14px; }
.price-tag { display: flex; align-items: baseline; gap: 12px; margin: 26px 0 6px; flex-wrap: wrap; }
.price-tag .from { font-size: .9rem; font-weight: 800; color: var(--ink-3); text-transform: uppercase; letter-spacing: .12em; }
.price-tag .amount { font-family: var(--font-display); font-size: clamp(3rem, 6vw, 4.4rem); line-height: 1; color: var(--navy-900); }
.price-tag .onwards { font-size: 1.05rem; color: var(--ink-2); font-weight: 600; }
.price-note { font-size: .9rem; color: var(--ink-3); margin-bottom: 26px; }
.price-note strong { color: var(--saffron-deep); }
.pricing-side { background: var(--cream-2); padding: 52px 44px; border-left: 1px solid var(--line); }
.pricing-side h3 { font-size: 1.25rem; margin-bottom: 20px; }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-2); font-weight: 500; }
.check-list li svg { width: 20px; height: 20px; flex: none; color: var(--green); margin-top: 2px; }
.pricing-fine { margin-top: 26px; padding: 16px 18px; border-radius: var(--r-sm); background: #fff; border: 1px dashed var(--gold); font-size: .86rem; color: var(--ink-2); }
.pricing-fine strong { color: var(--navy-900); }
.pricing-fine a { color: var(--blue); font-weight: 700; }
@media (max-width: 900px) { .pricing-wrap { grid-template-columns: 1fr; } .pricing-main, .pricing-side { padding: 36px 24px; } .pricing-side { border-left: 0; border-top: 1px solid var(--line); } }

/* ---------- Promise ---------- */
.promise { background: #fff; }
.promise-card { position: relative; text-align: center; max-width: 880px; margin: 0 auto; padding: 64px 40px; border-radius: var(--r-lg); background: var(--cream); border: 1px solid var(--line); overflow: hidden; }
.promise-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--saffron) 0 33.3%, #fff 33.3% 66.6%, var(--green) 66.6%); }
.promise-card img { width: 84px; height: 84px; margin: 0 auto 22px; }
.promise-card h2 { margin-bottom: 20px; }
.promise-card p { font-size: 1.1rem; max-width: 640px; margin: 0 auto 12px; }
.promise-card .sign { font-family: var(--font-display); font-style: italic; font-size: 1.45rem; color: var(--navy-900); margin-top: 24px; }
@media (max-width: 600px) { .promise-card { padding: 46px 20px; } }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.faq-aside { position: sticky; top: 110px; }
.faq-list { display: grid; gap: 10px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r); transition: box-shadow .3s, border-color .3s; }
.faq-item.open { box-shadow: var(--shadow); border-color: transparent; }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 22px; background: none; border: 0; cursor: pointer; text-align: left; font-weight: 700; font-size: 1rem; color: var(--navy-900); }
.faq-q .plus { position: relative; width: 28px; height: 28px; border-radius: var(--r-sm); background: var(--cream-2); flex: none; transition: background .3s; }
.faq-q .plus::before, .faq-q .plus::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; background: var(--navy-900); transform: translate(-50%, -50%); transition: transform .3s var(--ease), background .3s; }
.faq-q .plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.open .plus { background: var(--saffron); }
.faq-item.open .plus::before, .faq-item.open .plus::after { background: #fff; }
.faq-item.open .plus::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease); }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a > div { overflow: hidden; }
.faq-a p { padding: 0 22px 18px; margin: 0; }
.faq-a p + p { padding-top: 0; margin-top: -6px; }
.faq-a a { color: var(--blue); font-weight: 700; }
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; gap: 32px; } .faq-aside { position: static; } }

/* FAQ page categories */
.faq-page { display: grid; grid-template-columns: 240px 1fr; gap: 56px; align-items: start; }
.faq-nav { position: sticky; top: 110px; display: grid; gap: 4px; }
.faq-nav a { padding: 10px 14px; border-radius: var(--r-sm); font-weight: 700; font-size: .92rem; color: var(--ink-2); border-left: 2px solid transparent; }
.faq-nav a:hover, .faq-nav a.active { background: #fff; color: var(--navy-900); border-left-color: var(--saffron); }
.faq-group + .faq-group { margin-top: 48px; }
.faq-group h2 { font-size: 1.6rem; margin-bottom: 18px; scroll-margin-top: 110px; }
@media (max-width: 900px) { .faq-page { grid-template-columns: 1fr; gap: 24px; } .faq-nav { position: static; display: flex; flex-wrap: wrap; gap: 8px; } .faq-nav a { background: #fff; border: 1px solid var(--line); border-left-width: 1px; } }

/* ---------- CTA ---------- */
.cta-band { padding: 0 0 52px; }
.cta-box { position: relative; overflow: hidden; border-radius: var(--r-lg); background: var(--navy-900); color: #fff; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 340px; }
.cta-photo { position: relative; }
.cta-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 50%, var(--navy-900)); }
.cta-copy { padding: 56px 52px; display: flex; flex-direction: column; justify-content: center; }
.cta-copy h2 { color: #fff; margin-bottom: 12px; }
.cta-copy p { color: rgba(255,255,255,.75); font-size: 1.06rem; margin-bottom: 26px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 900px) { .cta-box { grid-template-columns: 1fr; } .cta-photo { height: 200px; } .cta-photo::after { background: linear-gradient(180deg, transparent 40%, var(--navy-900)); } .cta-copy { padding: 30px 24px 36px; } .cta-band { padding-bottom: 36px; } }

/* ---------- Inner page hero ---------- */
.page-hero { position: relative; padding: 150px 0 72px; background: var(--navy-950); color: #fff; overflow: hidden; }
.page-hero .bg { position: absolute; inset: 0; }
.page-hero .bg img { width: 100%; height: 100%; object-fit: cover; opacity: .34; }
.page-hero .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy-950) 20%, rgba(6, 26, 51, .5)); }
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 4rem); margin-bottom: 16px; max-width: 760px; }
.page-hero h1 em { color: var(--saffron-light); font-style: italic; }
.page-hero p { color: rgba(255,255,255,.78); font-size: 1.12rem; max-width: 620px; margin: 0; }
.crumbs { display: flex; gap: 8px; font-size: .82rem; font-weight: 700; color: rgba(255,255,255,.55); margin-bottom: 20px; }
.crumbs a:hover { color: #fff; }
@media (max-width: 700px) { .page-hero { padding: 120px 0 52px; } }

/* ---------- Services page ---------- */
.svc-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; scroll-margin-top: 100px; }
.svc-detail + .svc-detail { margin-top: 96px; }
.svc-detail.flip .svc-detail-media { order: 2; }
.svc-detail-media { position: relative; }
.svc-detail-media figure { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 5 / 4; box-shadow: var(--shadow-lg); }
.svc-detail-media img { width: 100%; height: 100%; object-fit: cover; }
.svc-detail-media .num { position: absolute; top: -18px; left: -18px; width: 64px; height: 64px; border-radius: var(--r); background: var(--saffron); color: #fff; font-family: var(--font-display); font-size: 1.5rem; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); }
.svc-detail.flip .svc-detail-media .num { left: auto; right: -18px; background: var(--navy-900); }
.svc-detail h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 14px; }
.svc-detail .lead { font-size: 1.12rem; color: var(--ink); }
.svc-points { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.svc-points li { display: flex; gap: 12px; color: var(--ink-2); }
.svc-points li svg { width: 20px; height: 20px; color: var(--green); flex: none; margin-top: 3px; }
@media (max-width: 900px) { .svc-detail { grid-template-columns: 1fr; gap: 34px; } .svc-detail.flip .svc-detail-media { order: 0; } .svc-detail + .svc-detail { margin-top: 70px; } .svc-detail-media .num { left: 12px !important; right: auto !important; top: 12px; } }

.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat-card { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 1; background: var(--cream-2); }
.cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.cat-card:hover img { transform: scale(1.06); }
.cat-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 50px 16px 16px; background: linear-gradient(180deg, transparent, rgba(6, 26, 51, .88)); color: #fff; }
.cat-card figcaption strong { display: block; font-size: 1rem; }
.cat-card figcaption span { font-size: .8rem; color: rgba(255,255,255,.75); }
@media (max-width: 900px) { .cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) { .cat-grid { grid-template-columns: 1fr 1fr; gap: 10px; } }

.note-band { margin-top: 40px; display: flex; gap: 16px; align-items: flex-start; padding: 20px 22px; border-radius: var(--r); background: var(--saffron-soft); border: 1px solid rgba(232, 115, 26, .25); }
.note-band svg { width: 24px; height: 24px; color: var(--saffron-deep); flex: none; }
.note-band p { margin: 0; color: var(--ink); }
.note-band a { color: var(--saffron-deep); font-weight: 700; text-decoration: underline; }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.contact-card { padding: 26px 22px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); transition: transform .3s var(--ease), box-shadow .3s; display: block; }
a.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.contact-card .ic { width: 46px; height: 46px; border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; background: var(--blue-soft); color: var(--blue); }
.contact-card .ic svg { width: 22px; height: 22px; }
.contact-card:nth-child(1) .ic { background: #e6f6ec; color: #1fa855; }
.contact-card:nth-child(2) .ic { background: var(--saffron-soft); color: var(--saffron-deep); }
.contact-card:nth-child(3) .ic { background: var(--green-soft); color: var(--green); }
.contact-card h3 { font-size: 1.08rem; margin-bottom: 6px; }
.contact-card p { margin: 0; font-weight: 700; color: var(--ink); word-break: break-word; font-size: .95rem; }
.contact-card small { display: block; color: var(--ink-3); margin-top: 6px; }
.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; margin-top: 28px; align-items: stretch; }
.map-card { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); min-height: 420px; background: var(--cream-2); }
.map-card iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }
.form-success { text-align: center; padding: 40px 10px; }
.form-success .ok { margin: 0 auto 18px; }
@media (max-width: 980px) { .contact-grid { grid-template-columns: 1fr 1fr; } .contact-layout { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- Legal pages ---------- */
.legal { display: grid; grid-template-columns: 240px 1fr; gap: 56px; align-items: start; }
.legal-toc { position: sticky; top: 110px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px; }
.legal-toc h4 { font-family: var(--font-body); font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 10px; }
.legal-toc ol { margin: 0; padding-left: 18px; display: grid; gap: 6px; font-size: .88rem; }
.legal-toc a { color: var(--ink-2); font-weight: 600; }
.legal-toc a:hover { color: var(--saffron-deep); }
.legal-body { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 44px 48px; max-width: 820px; }
.legal-body .updated { font-size: .86rem; color: var(--ink-3); font-weight: 600; margin-bottom: 26px; }
.legal-body h2 { font-size: 1.45rem; margin: 36px 0 12px; scroll-margin-top: 110px; }
.legal-body h2:first-of-type { margin-top: 0; }
.legal-body h3 { font-size: 1.1rem; margin: 20px 0 8px; font-family: var(--font-body); font-weight: 800; }
.legal-body p, .legal-body li { color: var(--ink-2); }
.legal-body ul, .legal-body ol { padding-left: 20px; margin: 0 0 1rem; display: grid; gap: 6px; }
.legal-body a { color: var(--blue); font-weight: 700; }
.legal-body .callout { padding: 16px 18px; border-radius: var(--r-sm); background: var(--cream); border-left: 3px solid var(--saffron); margin: 18px 0; }
.legal-body .callout p { margin: 0; }
.legal-body table { width: 100%; border-collapse: collapse; margin: 10px 0 18px; font-size: .93rem; }
.legal-body th, .legal-body td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal-body th { background: var(--cream); color: var(--navy-900); }
.legal-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.legal-nav a { padding: 8px 14px; border-radius: var(--r-sm); border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.8); font-size: .86rem; font-weight: 700; }
.legal-nav a.active, .legal-nav a:hover { background: #fff; color: var(--navy-900); border-color: #fff; }
@media (max-width: 900px) { .legal { grid-template-columns: 1fr; gap: 20px; } .legal-toc { position: static; } .legal-body { padding: 28px 20px; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-950); color: rgba(255,255,255,.68); padding: 76px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .75fr .9fr 1.05fr 1.3fr; gap: 32px; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .brand-text strong { color: #fff; }
.footer-brand .brand-text span { color: var(--saffron-light); }
.footer-brand .brand img { background: #fff; border-radius: 50%; padding: 3px; }
.footer-brand p { color: rgba(255,255,255,.6); margin-top: 18px; max-width: 320px; }
.site-footer h4 { font-family: var(--font-body); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: .94rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; font-size: .86rem; flex-wrap: wrap; }
.tricolor { display: inline-flex; height: 4px; width: 60px; border-radius: 2px; overflow: hidden; margin-top: 22px; }
.tricolor i { flex: 1; } .tricolor i:nth-child(1) { background: var(--saffron); } .tricolor i:nth-child(2) { background: #fff; } .tricolor i:nth-child(3) { background: var(--green); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; width: 54px; height: 54px; border-radius: 50%; background: #1fa855; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 26px -10px rgba(31, 168, 85, .7); transition: transform .3s var(--ease); }
.wa-float:hover { transform: scale(1.06); }
.wa-float svg { width: 26px; height: 26px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.waybill.reveal.in { transform: rotate(-3deg); }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ==========================================================================
   FORMS
   ========================================================================== */
.form-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px 16px; }
.field { grid-column: span 6; display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field.half { grid-column: span 3; }
.field.third { grid-column: span 2; }
@media (max-width: 640px) { .field.half, .field.third { grid-column: span 6; } }
.field label, .row-more label { font-size: .84rem; font-weight: 700; color: var(--navy-900); }
.field label .req, .items-head i { color: var(--saffron-deep); font-style: normal; }
.field label .opt { color: var(--ink-3); font-weight: 500; }
.field input, .field select, .field textarea,
.item-row input, .item-row select, .item-row textarea {
  width: 100%; padding: 11px 13px; border-radius: var(--r-sm); border: 1px solid var(--line); background: #fff;
  font-size: .95rem; transition: border-color .2s, box-shadow .2s; outline: none; min-width: 0;
}
.field textarea { resize: vertical; min-height: 96px; }
.field input:focus, .field select:focus, .field textarea:focus,
.item-row input:focus, .item-row select:focus, .item-row textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11, 76, 148, .12); }
/* Custom select arrow with room so it never touches the border */
select {
  -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer;
  padding-right: 40px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%230a2547' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 12px 8px;
}
select::-ms-expand { display: none; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #d0392b; background: #fff7f6; }
.field .err { display: none; font-size: .8rem; color: #c0392b; font-weight: 600; }
.field.invalid .err { display: block; }
.field .hint { font-size: .8rem; color: var(--ink-3); }
input[type=number] { -moz-appearance: textfield; }
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.chip-group { display: flex; flex-wrap: wrap; gap: 10px; }
.chip-group label { cursor: pointer; }
.chip-group input { position: absolute; opacity: 0; pointer-events: none; }
.chip-group span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: var(--r-sm); border: 1px solid var(--line); background: #fff; font-weight: 600; font-size: .92rem; color: var(--ink-2); transition: all .2s; }
.chip-group span svg { width: 16px; height: 16px; }
.chip-group input:checked + span { background: var(--navy-900); border-color: var(--navy-900); color: #fff; }
.chip-group input:focus-visible + span { box-shadow: 0 0 0 3px rgba(11, 76, 148, .2); }

.consent { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: var(--r-sm); background: var(--cream); border: 1px solid var(--line); font-size: .86rem; color: var(--ink-2); cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--navy-900); flex: none; }
.consent a { color: var(--blue); font-weight: 700; }
.consent.invalid { border-color: #d0392b; background: #fff7f6; }

/* ==========================================================================
   ORDER BUILDER
   ========================================================================== */
.page-order { background: var(--cream); }
.order-hero { padding: 128px 0 34px; background: linear-gradient(180deg, #fff, var(--cream)); border-bottom: 1px solid var(--line); }
.order-hero-inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; }
.order-hero h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 10px; }
.order-hero p { max-width: 560px; margin: 0; }
.stepper { list-style: none; margin: 0; padding: 4px; display: flex; gap: 4px; background: var(--cream-2); border-radius: var(--r); border: 1px solid var(--line); }
.step-tab { display: flex; align-items: center; gap: 8px; padding: 9px 14px; border: 0; background: transparent; border-radius: var(--r-sm); cursor: pointer; font-weight: 700; font-size: .88rem; color: var(--ink-3); }
.step-tab b { width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; font-size: .72rem; color: var(--ink-2); }
.step-tab.active { background: #fff; color: var(--navy-900); box-shadow: var(--shadow-sm); }
.step-tab.active b { background: var(--navy-900); border-color: var(--navy-900); color: #fff; }
.step-tab.done b { background: var(--green); border-color: var(--green); color: #fff; }
@media (max-width: 560px) { .stepper { width: 100%; } .step-tab { flex: 1; flex-direction: column; gap: 4px; padding: 8px 4px; font-size: .74rem; } }

.order-body { padding: 30px 0 140px; }
.pane-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow-sm); }
@media (max-width: 600px) { .pane-card { padding: 20px 14px; } }
.list-toolbar { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.list-toolbar h2 { font-size: 1.45rem; margin-bottom: 4px; }
.list-toolbar p { margin: 0; font-size: .9rem; color: var(--ink-3); }
.toolbar-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.toolbar-actions svg { width: 16px; height: 16px; }

.items-head, .row-main { display: grid; grid-template-columns: 26px minmax(160px, 2fr) minmax(100px, 1.2fr) 178px minmax(100px, 1.1fr) 108px 96px 100px; gap: 8px; align-items: center; }
.measure { display: flex; border: 1px solid var(--line); border-radius: var(--r-sm); background: #fff; overflow: hidden; }
.measure:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11, 76, 148, .12); }
.item-row .measure input { border: 0; border-radius: 0; box-shadow: none !important; min-width: 0; flex: 1 1 60px; }
.item-row .measure select { border: 0; border-left: 1px solid var(--line); border-radius: 0; box-shadow: none !important; flex: 0 0 84px; width: 84px; background-color: var(--cream); padding-left: 10px; background-position: right 10px center; padding-right: 28px !important; }
.items-head { padding: 0 10px 8px; font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); border-bottom: 1px solid var(--line); }
.items-head em { text-transform: none; font-weight: 600; letter-spacing: 0; font-style: normal; }
.items { list-style: none; margin: 0; padding: 0; }
.item-row { padding: 8px 10px; border-bottom: 1px solid var(--line); transition: background .2s; }
.item-row:hover, .item-row:focus-within { background: var(--cream); }
.item-row.flash { animation: flash 1s ease; }
@keyframes flash { from { background: var(--saffron-soft); } }
.item-row input, .item-row select, .item-row textarea { padding: 9px 11px; font-size: .92rem; }
.row-num { font-family: var(--font-mono); font-size: .8rem; color: var(--ink-3); text-align: center; }
.m-label { display: none; }
.qty { display: flex; align-items: stretch; border: 1px solid var(--line); border-radius: var(--r-sm); background: #fff; overflow: hidden; }
.qty button { width: 32px; border: 0; background: transparent; cursor: pointer; font-size: 1.05rem; font-weight: 700; color: var(--navy-900); flex: none; }
.qty button:hover { background: var(--cream-2); }
.item-row .qty input { border: 0; border-radius: 0; text-align: center; padding: 9px 2px; box-shadow: none; font-weight: 700; }
.cell-actions { display: flex; justify-content: flex-end; gap: 2px; }
.icon-btn { width: 32px; height: 32px; border-radius: var(--r-sm); border: 0; background: transparent; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; color: var(--ink-3); transition: background .2s, color .2s, transform .2s; }
.icon-btn svg { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.icon-btn:hover { background: #fff; color: var(--navy-900); box-shadow: var(--shadow-sm); }
.icon-btn.del:hover { color: #c0392b; }
.item-row.open [data-act="more"] svg { transform: rotate(180deg); }
.item-row.open [data-act="more"] { color: var(--saffron-deep); }
.row-more { display: none; grid-template-columns: 1fr 1.3fr 1fr; gap: 10px 12px; padding: 12px 0 6px 38px; }
.item-row.open .row-more { display: grid; }
.row-more .cell { display: flex; flex-direction: column; gap: 5px; }
.row-more .cell-wide { grid-column: 1 / -1; }
.row-more textarea { resize: vertical; }
.row-err { display: none; margin: 6px 0 0 38px; font-size: .8rem; font-weight: 700; color: #c0392b; }
.item-row.invalid { background: #fff7f6; }
.item-row.invalid .row-err { display: block; }
.item-row.invalid [data-f="name"] { border-color: #d0392b; }
.add-row-big { width: 100%; margin-top: 12px; padding: 13px; border: 1.5px dashed var(--line); border-radius: var(--r-sm); background: transparent; color: var(--ink-2); font-weight: 700; cursor: pointer; transition: border-color .2s, color .2s, background .2s; }
.add-row-big:hover { border-color: var(--saffron); color: var(--saffron-deep); background: var(--saffron-soft); }
.list-hint { display: flex; align-items: center; gap: 8px; margin: 18px 0 0; font-size: .86rem; color: var(--ink-3); }
.list-hint svg { width: 16px; height: 16px; flex: none; color: var(--green); }
.list-hint a { color: var(--blue); font-weight: 700; }

@media (max-width: 1000px) {
  .items-head { display: none; }
  .items { display: grid; gap: 12px; }
  .item-row { border: 1px solid var(--line); border-radius: var(--r); padding: 14px; background: #fff; }
  .row-main { grid-template-columns: repeat(6, 1fr); gap: 10px; position: relative; }
  .row-num { position: absolute; top: -2px; left: 0; font-weight: 700; background: var(--cream-2); border-radius: var(--r-xs); padding: 1px 7px; }
  .m-label { display: block; font-size: .76rem; font-weight: 700; color: var(--ink-3); margin-bottom: 4px; }
  .cell-name { grid-column: 1 / -1; padding-top: 22px; }
  .cell-link, .cell-variant { grid-column: span 3; }
  .cell-measure { grid-column: span 3; }
  .cell-qty, .cell-budget { grid-column: span 2; }
  .cell-actions { grid-column: span 2; align-self: end; }
  .cell-actions { position: absolute; top: -6px; right: -4px; }
  .cell-qty { grid-column: span 3; } .cell-budget { grid-column: span 6; }
  .row-more { padding-left: 0; grid-template-columns: 1fr 1fr; }
  .row-err { margin-left: 0; }
}
@media (max-width: 520px) { .cell-link, .cell-variant, .cell-measure, .cell-qty, .cell-budget { grid-column: 1 / -1; } .row-more { grid-template-columns: 1fr; } }

.order-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px -18px rgba(10, 37, 71, .3); padding: 12px 0; }
.order-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.bar-summary { display: flex; align-items: center; gap: 12px; min-width: 0; }
.bar-icon { width: 40px; height: 40px; border-radius: var(--r-sm); background: var(--navy-900); color: #fff; display: flex; align-items: center; justify-content: center; flex: none; }
.bar-icon svg { width: 19px; height: 19px; }
.bar-summary strong { display: block; color: var(--navy-900); line-height: 1.2; }
.bar-summary span { font-size: .84rem; color: var(--ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.bar-actions { display: flex; gap: 8px; }
.order-bar.final #barNext { display: none; }
@media (max-width: 520px) { .bar-icon { display: none; } .bar-actions .btn { padding: 10px 14px; } }

.review-grid { display: grid; grid-template-columns: 1fr 380px; gap: 22px; align-items: start; }
.review-side { position: sticky; top: 96px; }
.review-table-wrap { overflow-x: auto; }
.review-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.review-table th { text-align: left; font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); padding: 8px 10px; border-bottom: 1px solid var(--line); }
.review-table td { padding: 12px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
.review-table td strong { color: var(--navy-900); display: block; }
.review-table td a { font-size: .8rem; color: var(--blue); word-break: break-all; }
.review-table .num { text-align: right; white-space: nowrap; }
.review-table .muted { color: var(--ink-3); }
.review-details { display: grid; grid-template-columns: 90px 1fr; gap: 8px 12px; margin: 0 0 18px; font-size: .9rem; }
.review-details dt { color: var(--ink-3); font-weight: 700; }
.review-details dd { margin: 0; color: var(--ink); word-break: break-word; }
.review-totals { display: grid; gap: 8px; padding: 16px 0; border-top: 1px dashed var(--line); margin-bottom: 16px; font-size: .92rem; }
.review-totals div { display: flex; justify-content: space-between; color: var(--ink-2); }
.review-totals strong { color: var(--navy-900); }
.review-totals .svc { padding: 10px 12px; border-radius: var(--r-sm); background: var(--saffron-soft); color: var(--saffron-deep); font-weight: 600; }
.review-totals .svc strong { color: var(--saffron-deep); }
.review-side .btn { margin-top: 14px; }
.secure-line { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: .8rem; color: var(--ink-3); margin: 10px 0 0; text-align: center; }
.secure-line svg { width: 14px; height: 14px; flex: none; }
@media (max-width: 980px) { .review-grid { grid-template-columns: 1fr; } .review-side { position: static; } }

/* Toast */
.toast { position: fixed; left: 50%; bottom: 90px; transform: translate(-50%, 30px); opacity: 0; z-index: 300; background: var(--navy-900); color: #fff; padding: 11px 18px; border-radius: var(--r-sm); font-weight: 600; font-size: .9rem; box-shadow: var(--shadow-lg); transition: transform .35s var(--ease), opacity .35s; max-width: calc(100vw - 32px); text-align: center; pointer-events: none; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.toast.error { background: #b3261e; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 400; display: none; align-items: center; justify-content: center; padding: 16px; }
.modal.open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(6, 26, 51, .6); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); animation: fade .3s; }
@keyframes fade { from { opacity: 0; } }
.modal-card { position: relative; width: 100%; max-width: 500px; max-height: calc(100vh - 32px); overflow: auto; background: #fff; border-radius: var(--r-lg); padding: 38px 32px 30px; text-align: center; box-shadow: var(--shadow-lg); animation: pop .35s var(--ease); }
.modal-card.left { text-align: left; max-width: 580px; }
.modal-card.left h3 { font-size: 1.5rem; margin-bottom: 8px; }
.modal-card.left p { font-size: .92rem; }
.modal-card textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--r-sm); font-family: var(--font-mono); font-size: .86rem; line-height: 1.6; resize: vertical; outline: none; }
.modal-card textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11, 76, 148, .12); }
.paste-preview { min-height: 1.4em; margin: 8px 0 0; font-weight: 700; color: var(--green) !important; }
@keyframes pop { from { transform: scale(.97); opacity: 0; } }
.ok { width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 20px; background: var(--green-soft); color: var(--green); display: flex; align-items: center; justify-content: center; }
.ok svg { width: 34px; height: 34px; }
.ok.warn { background: var(--saffron-soft); color: var(--saffron-deep); }
.modal-card h3 { font-size: 1.7rem; margin-bottom: 10px; }
.oid { display: inline-block; font-family: var(--font-mono); font-weight: 700; background: var(--cream-2); padding: 5px 12px; border-radius: var(--r-xs); color: var(--navy-900); margin-bottom: 16px; letter-spacing: .04em; }
.modal-card p { font-size: .96rem; }
.modal-actions { display: grid; gap: 10px; margin-top: 22px; }
.modal-actions.row { display: flex; justify-content: flex-end; gap: 10px; }
.modal-steps { text-align: left; background: var(--cream); border-radius: var(--r-sm); padding: 14px 16px; margin-top: 16px; font-size: .88rem; color: var(--ink-2); }
.modal-steps ol { margin: 6px 0 0; padding-left: 20px; }
.modal-close { position: absolute; top: 12px; right: 12px; }
.spinner { width: 17px; height: 17px; border-radius: 50%; border: 2.5px solid rgba(255,255,255,.35); border-top-color: #fff; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* 404 */
.notfound { min-height: 70vh; display: flex; align-items: center; padding: 150px 0 90px; text-align: center; }
.notfound .code { font-family: var(--font-mono); font-size: .9rem; font-weight: 700; color: var(--saffron-deep); letter-spacing: .1em; }
.notfound h1 { margin: 12px 0 16px; font-size: clamp(2.2rem, 5vw, 3.6rem); }
.notfound .btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }

/* Spreadsheet import */
.sample-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 16px; }
.sample-links svg { transform: rotate(90deg); }
.dropzone { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; padding: 30px 20px; border: 1.5px dashed var(--line); border-radius: var(--r); background: var(--cream); cursor: pointer; transition: border-color .2s, background .2s; }
.dropzone:hover, .dropzone.over { border-color: var(--saffron); background: var(--saffron-soft); }
.dropzone input { position: absolute; opacity: 0; pointer-events: none; width: 1px; height: 1px; }
.dropzone svg { width: 34px; height: 34px; color: var(--saffron-deep); }
.dropzone strong { color: var(--navy-900); }
.dropzone span { font-size: .8rem; color: var(--ink-3); max-width: 440px; }

/* ==========================================================================
   MOBILE REFINEMENTS
   ========================================================================== */
.f-col summary { list-style: none; cursor: default; }
.f-col summary::-webkit-details-marker { display: none; }
.f-col summary h4 { display: flex; justify-content: space-between; align-items: center; }

@media (max-width: 700px) {
  /* Footer: collapsible link groups */
  .site-footer { padding: 44px 0 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 0; padding-bottom: 20px; }
  .footer-brand { padding-bottom: 20px; }
  .footer-brand p { margin-top: 12px; font-size: .92rem; }
  .tricolor { margin-top: 14px; }
  .f-col { border-top: 1px solid rgba(255,255,255,.1); }
  .f-col summary { cursor: pointer; padding: 16px 0; }
  .f-col summary h4 { margin: 0; }
  .f-col summary h4::after { content: ""; width: 9px; height: 9px; border-right: 2px solid rgba(255,255,255,.6); border-bottom: 2px solid rgba(255,255,255,.6); transform: rotate(45deg) translateY(-3px); transition: transform .25s var(--ease); }
  .f-col[open] summary h4::after { transform: rotate(-135deg) translateY(-2px); }
  .f-col ul { padding-bottom: 18px; }
  .footer-bottom { padding-top: 18px; flex-direction: column; gap: 6px; font-size: .82rem; }

  /* Hero: people full width, slip below overlapping only their lower half */
  .hero-grid { gap: 22px; }
  .hero h1 { font-size: clamp(2.6rem, 12vw, 3.4rem); margin-bottom: 18px; }
  .hero-lead { font-size: 1.02rem; margin-bottom: 24px; }
  .hero-kicker { font-size: .7rem; margin-bottom: 16px; }
  .hero-visual { height: auto; display: flex; flex-direction: column; align-items: center; }
  .hero-people-wrap { position: relative; right: auto; bottom: auto; width: 100%; max-width: 380px; height: auto; margin: 0 auto; }
  .waybill { position: relative; left: auto; bottom: auto; width: 100%; max-width: 330px; margin: -34px auto 26px; transform: rotate(-1.5deg); }
  .waybill.reveal.in { transform: rotate(-1.5deg); }
  .wb-no, .wb-stamp { display: none; }
  .hero-map-wrap { --mw: 1200px; --ax: 55%; top: 470px; bottom: auto; opacity: .7; }
  .hero-facts { margin-top: 4px; }
  .hero-facts > div { padding: 14px 10px 18px 0; }
  .hero-facts .fact-ic { width: 30px; height: 30px; }
  .facts-tag { font-size: .64rem; }

  /* Tighter cards so long pages scroll less */
  .svc-card figure { aspect-ratio: 16 / 8; }
  .svc-body { padding: 26px 20px 20px; }
  .how-grid { gap: 12px; }
  .how-card { flex-direction: row; }
  .how-card figure { flex: 0 0 34%; aspect-ratio: auto; min-height: 130px; }
  .how-card figure::after { display: none; }
  .how-body { padding: 16px 16px 16px; }
  .how-num { position: static; width: auto; height: auto; border: 0; box-shadow: none; background: none; justify-content: flex-start; font-size: .8rem; color: var(--saffron-deep); margin-bottom: 4px; }
  .how-card:nth-child(4) .how-num { background: none; color: var(--saffron-deep); }
  .how-body h3 { font-size: 1.06rem; margin-bottom: 4px; }
  .how-body p { font-size: .86rem; }
  .why-photo { aspect-ratio: 16 / 8; }
  .why-card h3 { font-size: 1.4rem; margin-bottom: 16px; }
  .about-photos { padding-bottom: 10px; }
  .ap-main { aspect-ratio: 4 / 3.6; }
  .about-tag { bottom: 26px; right: 10px; padding: 10px 14px; }
  .svc-detail-media figure { aspect-ratio: 16 / 10; }
  .svc-detail + .svc-detail { margin-top: 48px; }
  .svc-detail { gap: 22px; }
  .cat-card figcaption { padding: 34px 10px 10px; }
  .cat-card figcaption strong { font-size: .88rem; }
  .pricing-main, .pricing-side { padding: 28px 20px; }
  .promise-card { padding: 38px 18px; }
  .cta-photo { height: 150px; }
  .page-hero { padding: 108px 0 40px; }
  .page-hero p { font-size: 1rem; }
  .legal-toc { display: none; }
  .faq-q { padding: 15px 16px; font-size: .95rem; }
  .faq-a p { padding: 0 16px 15px; }
  .wa-float { width: 48px; height: 48px; right: 14px; bottom: 14px; }
  .wa-float svg { width: 23px; height: 23px; }
  .page-order .order-bar ~ .wa-float { display: none; }
  .order-body { padding-bottom: 110px; }
  .contact-card { padding: 20px 18px; }
  .map-card, .map-card iframe { min-height: 280px; }
}
@media (max-width: 380px) {
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts strong { font-size: .95rem; }
  .hero-facts > div > span:last-child { font-size: .74rem; }
  .brand-text strong { font-size: 1.08rem; }
}

/* Footer contact icons + social links */
.f-contact { display: flex; align-items: flex-start; gap: 10px; }
.f-contact svg { width: 17px; height: 17px; flex: none; margin-top: 3px; color: var(--saffron-light); }
.socials { display: flex; align-items: center; gap: 8px; margin-top: 20px; flex-wrap: wrap; }
.socials a { width: 38px; height: 38px; border-radius: var(--r-sm); display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: #fff; transition: background .2s, border-color .2s, transform .2s; }
.socials a:hover { background: var(--saffron); border-color: var(--saffron); transform: translateY(-2px); }
.socials svg { width: 18px; height: 18px; }
.socials .handle { font-size: .84rem; color: rgba(255,255,255,.6); margin-left: 4px; }

.dev-credit { color: var(--saffron-light); font-weight: 700; }
.dev-credit:hover { color: #fff; }

/* ==========================================================================
   ACCOUNTS
   ========================================================================== */
.login-link { font-weight: 700; font-size: .92rem; color: var(--navy-900); padding: 8px 4px; }
.site-header.on-dark:not(.scrolled) .login-link { color: #fff; }
.account-pill { display: inline-flex; align-items: center; gap: 8px; padding: 4px 12px 4px 4px; border-radius: var(--r-sm); border: 1px solid var(--line); background: #fff; font-weight: 700; font-size: .86rem; color: var(--navy-900); }
.account-pill .avatar { width: 32px; height: 32px; border-radius: var(--r-xs); background: var(--navy-900); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); }
.site-header.on-dark:not(.scrolled) .account-pill { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); color: #fff; }
.site-header.on-dark:not(.scrolled) .account-pill .avatar { background: var(--saffron); }
.nav-mobile-cta { display: none; }
@media (max-width: 980px) {
  .login-link, .account-pill .acc-name { display: none; }
  .account-pill { padding: 4px; }
  .nav-mobile-cta { display: grid; gap: 10px; }
  .mobile-signup { text-align: center; font-size: .9rem !important; color: var(--blue) !important; border: 0 !important; }
}

.page-auth { background: var(--cream); }
.auth-section { padding: 130px 0 70px; }
.auth-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.auth-side h1 { font-size: clamp(2.2rem, 4vw, 3.2rem); margin-bottom: 14px; }
.auth-side p { font-size: 1.08rem; margin-bottom: 22px; }
.auth-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px; box-shadow: var(--shadow); }
.auth-card h2 { font-size: 1.7rem; margin-bottom: 6px; }
.auth-card .muted { color: var(--ink-3); margin-bottom: 18px; }
.auth-card a:not(.btn) { color: var(--blue); font-weight: 700; }
.auth-narrow { max-width: 460px; }
.auth-done { text-align: center; padding: 10px 0; }
.auth-done .ok { margin: 0 auto 16px; }
.alert { padding: 12px 14px; border-radius: var(--r-sm); background: var(--blue-soft); color: var(--navy-900); font-size: .92rem; font-weight: 600; margin-bottom: 16px; border: 1px solid rgba(11,76,148,.15); }
.alert.error { background: #fdecea; color: #a52714; border-color: rgba(192,57,43,.25); }
.alert.success { background: var(--green-soft); color: var(--green); border-color: rgba(11,107,53,.2); }
.resend-form { margin-top: 14px; text-align: center; }
input.locked, input:disabled { background: var(--cream-2) !important; color: var(--ink-2); cursor: not-allowed; }
.muted { color: var(--ink-3); }
@media (max-width: 900px) { .auth-grid { grid-template-columns: 1fr; gap: 26px; } .auth-section { padding: 104px 0 50px; } .auth-card { padding: 24px 18px; } }

.account-head { padding: 118px 0 0; background: #fff; border-bottom: 1px solid var(--line); }
.account-head-inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; padding-bottom: 20px; }
.account-head h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 4px; }
.account-head p { margin: 0; }
.account-actions { display: flex; gap: 10px; align-items: center; }
.tabs { display: flex; gap: 4px; overflow-x: auto; }
.tabs a { padding: 12px 16px; font-weight: 700; font-size: .92rem; color: var(--ink-3); border-bottom: 2px solid transparent; white-space: nowrap; }
.tabs a.on { color: var(--navy-900); border-bottom-color: var(--saffron); }
.tabs a b { font-size: .72rem; background: var(--cream-2); padding: 1px 7px; border-radius: 10px; margin-left: 4px; }
.account-body { padding: 26px 0 70px; }
.narrow-card { max-width: 520px; }
.empty-state { text-align: center; padding: 50px 20px; }
.empty-state .ok { margin: 0 auto 16px; }
.order-card + .order-card { margin-top: 16px; }
.order-card-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.order-card-head .oid { margin: 0 10px 0 0; }
.status { display: inline-block; padding: 4px 10px; border-radius: var(--r-xs); font-size: .74rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; background: var(--cream-2); color: var(--ink-2); white-space: nowrap; }
.s-new { background: #e8f0fa; color: #0b4c94; } .s-quoted { background: #fdf1e6; color: #c95e0e; } .s-confirmed { background: #efe7fb; color: #6232b5; }
.s-purchased { background: #fff4d6; color: #8a6200; } .s-shipped { background: #e1f4f6; color: #0d6e7a; } .s-delivered { background: #e7f3ec; color: #0b6b35; } .s-cancelled { background: #fdecea; color: #a52714; }
.progress-track { list-style: none; margin: 18px 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
.progress-track li { position: relative; padding-top: 12px; font-size: .72rem; font-weight: 700; color: var(--ink-3); text-align: center; }
.progress-track li::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; border-radius: 3px; background: var(--cream-2); }
.progress-track li.done { color: var(--navy-900); }
.progress-track li.done::before { background: var(--saffron); }
.order-card-body { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; }
.order-card-body h4 { font-family: var(--font-body); font-size: .9rem; font-weight: 800; color: var(--navy-900); margin-bottom: 6px; }
.mini-items { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; font-size: .9rem; color: var(--ink-2); }
.mini-items b { color: var(--ink-3); font-family: var(--font-mono); font-size: .8rem; }
.update-note { margin-top: 10px; padding: 10px 12px; background: var(--saffron-soft); border-radius: var(--r-sm); font-size: .88rem; color: var(--ink); }
.order-card-foot { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.order-card-foot svg { width: 15px; height: 15px; }
@media (max-width: 700px) {
  .order-card-body { grid-template-columns: 1fr; gap: 12px; }
  .progress-track li span { display: none; }
  .progress-track { margin: 14px 0; }
  .account-head { padding-top: 100px; }
}

/* Password show/hide */
.pw-wrap { position: relative; display: block; width: 100%; }
.pw-wrap input { padding-right: 46px !important; }
.pw-toggle { position: absolute; top: 50%; right: 6px; transform: translateY(-50%); width: 34px; height: 34px; border: 0; background: transparent; border-radius: var(--r-sm); color: var(--ink-3); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.pw-toggle:hover { color: var(--navy-900); background: var(--cream-2); }
.pw-toggle:focus-visible { outline: 2px solid var(--saffron); outline-offset: 0; }
.pw-toggle svg { width: 19px; height: 19px; }
input::-ms-reveal, input::-ms-clear { display: none; }

/* Sign-up photo */
.auth-photo { position: relative; margin-top: 8px; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 4.2; box-shadow: var(--shadow-lg); }
.auth-photo img { width: 100%; height: 100%; object-fit: cover; }
.auth-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(6, 26, 51, .88)); }
.auth-benefits { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 22px 24px; gap: 10px !important; }
.auth-benefits li { color: #fff !important; font-weight: 600; }
.auth-benefits li svg { color: var(--saffron-light) !important; }
@media (max-width: 900px) {
  .auth-grid { display: flex; flex-direction: column; }
  .auth-side { display: contents; }
  .auth-side > .eyebrow, .auth-side > h1, .auth-side > p { order: 1; margin-bottom: 0; }
  .auth-side > h1 { margin: 0 0 8px; }
  .auth-grid > .auth-card { order: 2; }
  .auth-photo { order: 3; aspect-ratio: 4 / 4.6; margin-top: 4px; }
  .auth-benefits { padding: 18px; font-size: .9rem; }
}

.admin-link { color: rgba(255,255,255,.5); }
.admin-link:hover { color: #fff; }

/* Read-only profile until "Edit" */
.lock-edit { display: none; }
.lockable.is-locked .lock-edit { display: inline-flex; }
.lockable.is-locked .lock-actions { display: none; }
.lockable.is-locked input[readonly], .lockable.is-locked textarea[readonly] { background: var(--cream); border-color: transparent; color: var(--ink); cursor: default; box-shadow: none; resize: none; }
.lock-actions > div { display: flex; gap: 10px; flex-wrap: wrap; }
.pw-summary .field { margin-bottom: 6px; }
.pw-summary .hint { margin: 0 0 14px; }

/* Footer: latest insights strip */
.footer-insights { display: grid; grid-template-columns: .9fr 2.1fr; gap: 30px; align-items: start; padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.fi-head .eyebrow { margin-bottom: 8px; }
.fi-head h3 { color: #fff; font-size: 1.35rem; margin-bottom: 10px; }
.fi-all { color: var(--saffron-light); font-weight: 700; font-size: .9rem; }
.fi-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fi-item { display: block; padding: 16px 18px; border-radius: var(--r); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); transition: background .2s, border-color .2s; }
.fi-item:hover { background: rgba(255,255,255,.09); border-color: rgba(232,115,26,.5); }
.fi-item span { display: block; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--saffron-light); margin-bottom: 6px; }
.fi-item strong { color: #fff; font-weight: 600; font-size: .95rem; line-height: 1.4; }
@media (max-width: 1100px) { .footer-grid { grid-template-columns: 1fr 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 900px) { .footer-insights { grid-template-columns: 1fr; gap: 14px; } .fi-list { grid-template-columns: 1fr; gap: 8px; } }
@media (max-width: 700px) { .footer-insights { padding-bottom: 24px; margin-bottom: 20px; } .fi-item { padding: 12px 14px; } }

/* ==========================================================================
   INSIGHTS (blog)
   ========================================================================== */
.insight-cats { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 26px; }
.insight-cats a { padding: 8px 16px; border-radius: var(--r-sm); border: 1px solid var(--line); background: #fff; font-weight: 700; font-size: .88rem; color: var(--ink-2); }
.insight-cats a.on, .insight-cats a:hover { background: var(--navy-900); border-color: var(--navy-900); color: #fff; }
.post-cat { display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--saffron-deep); margin-bottom: 8px; }
.insight-featured { display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; border-radius: var(--r-lg); overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); margin-bottom: 26px; transition: transform .3s var(--ease), box-shadow .3s; }
.insight-featured:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.insight-featured figure { min-height: 340px; }
.insight-featured img { width: 100%; height: 100%; object-fit: cover; }
.insight-featured > div { padding: 36px 34px; display: flex; flex-direction: column; gap: 10px; justify-content: center; }
.insight-featured h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
.insight-featured p { margin: 0; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.insight-card { display: flex; flex-direction: column; border-radius: var(--r-lg); overflow: hidden; background: #fff; border: 1px solid var(--line); transition: transform .3s var(--ease), box-shadow .3s; }
.insight-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.insight-card figure { aspect-ratio: 16 / 10; overflow: hidden; }
.insight-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.insight-card:hover img { transform: scale(1.04); }
.insight-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.insight-body h3 { font-size: 1.18rem; line-height: 1.3; margin-bottom: 8px; }
.insight-body p { font-size: .9rem; margin-bottom: 12px; }
.insight-body .muted { margin-top: auto; font-size: .82rem; font-weight: 600; }
@media (max-width: 980px) { .insight-grid { grid-template-columns: 1fr 1fr; } .insight-featured { grid-template-columns: 1fr; } .insight-featured figure { min-height: 220px; aspect-ratio: 16 / 9; } .insight-featured > div { padding: 24px 20px; } }
@media (max-width: 620px) { .insight-grid { grid-template-columns: 1fr; } }

.post-hero { padding: 126px 0 0; background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); }
.post-hero-inner { max-width: 880px; }
.post-hero .crumbs { color: var(--ink-3); }
.post-hero .crumbs a:hover { color: var(--navy-900); }
.post-hero h1 { font-size: clamp(2rem, 4.4vw, 3.3rem); margin-bottom: 16px; }
.post-dek { font-size: 1.14rem; color: var(--ink-2); max-width: 760px; }
.post-meta { display: flex; align-items: center; gap: 12px; margin: 22px 0 30px; }
.post-meta strong { display: block; color: var(--navy-900); font-size: .92rem; }
.post-meta small { color: var(--ink-3); font-size: .82rem; font-weight: 600; }
.post-cover { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 21 / 9; padding: 0; box-shadow: var(--shadow-lg); }
.post-cover img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r-lg); }
.post-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 56px; padding-top: 50px; padding-bottom: 30px; align-items: start; }
.post-toc { position: sticky; top: 100px; }
.post-toc h4 { font-family: var(--font-body); font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 10px; }
.post-toc ol { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 2px; border-left: 2px solid var(--line); }
.post-toc a { display: block; padding: 6px 12px; font-size: .88rem; font-weight: 600; color: var(--ink-2); margin-left: -2px; border-left: 2px solid transparent; }
.post-toc a:hover, .post-toc a.active { color: var(--navy-900); border-left-color: var(--saffron); }
.toc-cta { padding: 16px; border-radius: var(--r); background: var(--navy-900); color: #fff; }
.toc-cta strong { display: block; margin-bottom: 4px; }
.toc-cta p { color: rgba(255,255,255,.7); font-size: .84rem; margin-bottom: 12px; }
.post-body { max-width: 760px; font-size: 1.06rem; }
.post-body p, .post-body li { color: var(--ink-2); line-height: 1.8; }
.post-intro { font-size: 1.22rem; color: var(--ink) !important; font-weight: 500; line-height: 1.7 !important; padding-bottom: 8px; }
.post-body h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 44px 0 14px; scroll-margin-top: 100px; }
.post-body h3 { font-size: 1.18rem; margin: 24px 0 8px; font-family: var(--font-body); font-weight: 800; }
.post-body ul, .post-body ol { padding-left: 22px; display: grid; gap: 8px; margin: 0 0 18px; }
.post-body a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.post-body strong { color: var(--ink); }
.post-body table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: .95rem; background: #fff; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); }
.post-body th, .post-body td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.post-body th { background: var(--navy-900); color: #fff; font-size: .86rem; }
.post-body .callout { padding: 16px 18px; border-radius: var(--r-sm); background: var(--saffron-soft); border-left: 3px solid var(--saffron); margin: 0 0 22px; }
.post-body .callout p { margin: 0; color: var(--ink); }
.post-faq { margin-top: 44px; }
.post-faq h2 { margin-top: 0; }
.post-cta { margin: 40px 0 26px; padding: 28px; border-radius: var(--r-lg); background: var(--navy-900); color: #fff; display: grid; gap: 18px; }
.post-cta h3 { color: #fff; font-size: 1.5rem; margin-bottom: 6px; }
.post-cta p { color: rgba(255,255,255,.75) !important; margin: 0; }
.post-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.post-cta .btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.post-cta .btn-ghost svg { width: 16px; height: 16px; }
.post-share { display: flex; align-items: center; gap: 8px; padding-top: 18px; border-top: 1px solid var(--line); font-weight: 700; color: var(--ink-2); font-size: .9rem; }
.post-share a { width: 36px; height: 36px; border-radius: var(--r-sm); border: 1px solid var(--line); background: #fff; display: inline-flex; align-items: center; justify-content: center; color: var(--navy-900); }
.post-share a:hover { background: var(--navy-900); color: #fff; }
.post-share svg { width: 17px; height: 17px; }
.related { background: #fff; }
@media (max-width: 980px) {
  .post-layout { grid-template-columns: 1fr; gap: 20px; padding-top: 30px; }
  .post-toc { position: static; }
  .post-toc ol { display: none; }
  .post-toc h4 { display: none; }
  .post-cover { aspect-ratio: 16 / 9; }
}
@media (max-width: 600px) {
  .post-hero { padding-top: 100px; }
  .post-body { font-size: 1rem; }
  .post-body table { display: block; overflow-x: auto; }
  .post-cta { padding: 22px 18px; }
}

.acc-pay { display: grid; grid-template-columns: repeat(3, auto); gap: 6px 18px; justify-content: start; margin: 10px 0 4px; padding: 10px 12px; border-radius: var(--r-sm); background: var(--cream); font-size: .86rem; }
.acc-pay span { display: block; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.acc-pay b { color: var(--navy-900); }
.p-txt-paid { color: var(--green) !important; } .p-txt-partial { color: #8a6200 !important; } .p-txt-unpaid { color: #a52714 !important; }

.footer-brand .brand-text strong { white-space: nowrap; }

/* Mobile footer: one stacked column of collapsible groups (must come after the tablet rule above) */
@media (max-width: 700px) {
  .footer-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-brand { grid-column: auto; }
  .f-col summary h4 { width: 100%; }
}
@media (max-width: 700px) {
  .f-col summary h4 { padding-right: 6px; }
  .f-col summary h4::after { margin-right: 2px; flex: none; }
}

.auth-card .auth-h1 { font-size: 1.7rem; margin-bottom: 6px; }

/* Spinner inside light/ghost buttons */
.btn-ghost .spinner, .btn-light .spinner { border-color: rgba(10,37,71,.2); border-top-color: var(--navy-900); }
