/* ==========================================================
   Sysco Digital Services — site stylesheet
   Tokens → base → layout → components → pages → motion
   ========================================================== */

:root {
  /* Colour */
  --navy-950: #06122b;
  --navy: #0a1a3a;
  --navy-800: #0f2657;
  --royal: #1d5fa8;          /* taken from the Sysco logo */
  --royal-600: #174e8c;
  --royal-400: #4c8dda;
  --gold: #d9a93b;
  --gold-300: #e6bd5d;
  --teal: #1e9b7b;           /* taken from the Sysco logo */
  --teal-300: #4ccba5;
  --paper: #f4f7fc;
  --white: #ffffff;
  --ink: #0a1a3a;
  --muted: #55657f;
  --border: #dbe3ef;
  --on-dark: #c9d6ee;

  /* Shape */
  --r-btn: 10px;
  --r-card: 14px;
  --r-plan: 18px;
  --r-panel: 22px;

  /* Depth */
  --shadow-s: 0 1px 2px rgba(10, 26, 58, .06), 0 2px 8px rgba(10, 26, 58, .05);
  --shadow-m: 0 14px 34px -12px rgba(10, 26, 58, .22);
  --shadow-l: 0 34px 70px -24px rgba(3, 10, 28, .6);

  /* Type */
  --font-head: 'Sora', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Source Sans 3', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

  /* Space */
  --container: 1160px;
  --pad: clamp(20px, 4vw, 32px);
  --section: clamp(64px, 8vw, 104px);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4 { font-family: var(--font-head); color: inherit; margin: 0; font-weight: 700; letter-spacing: -.015em; }
h1 { font-size: clamp(2.15rem, 4.6vw + .6rem, 3.9rem); line-height: 1.06; letter-spacing: -.028em; }
h2 { font-size: clamp(1.7rem, 2.4vw + 1rem, 2.6rem); line-height: 1.14; }
h3 { font-size: 1.2rem; line-height: 1.3; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: var(--royal); text-underline-offset: 3px; }
a:hover { color: var(--royal-600); }
button, input, select, textarea { font: inherit; color: inherit; }

:focus-visible { outline: 3px solid var(--royal-400); outline-offset: 3px; border-radius: 4px; }
.on-dark :focus-visible, .hero :focus-visible, .site-footer :focus-visible, .cta-band :focus-visible { outline-color: var(--gold); }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--gold); color: var(--navy); font-weight: 700;
  padding: 10px 16px; border-radius: 8px; text-decoration: none;
}
.skip-link:focus { top: 12px; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.ico { flex: none; }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: calc(var(--container) + 2 * var(--pad));
  margin-inline: auto;
  padding-inline: var(--pad);
}
.section { padding-block: var(--section); }
.section--paper { background: var(--paper); }
.section--navy { background: var(--navy); color: #fff; }
.section-head { max-width: 720px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head p { margin-top: 16px; color: var(--muted); font-size: 1.125rem; max-width: 60ch; }
.section--navy .section-head p { color: var(--on-dark); }
.prose { max-width: 62ch; }
.prose p + p { margin-top: 1em; }
.muted { color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 48px; padding: .75rem 1.4rem;
  border: 2px solid transparent; border-radius: var(--r-btn);
  font: 700 1rem/1.2 var(--font-body); text-align: center; text-decoration: none; cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-300); color: var(--navy); box-shadow: 0 10px 24px -10px rgba(217, 169, 59, .8); }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-outline-light { border-color: rgba(255, 255, 255, .55); color: #fff; background: transparent; }
.btn-outline-light:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn-sm { min-height: 42px; padding: .55rem 1.1rem; font-size: .95rem; }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.link-strong { font-weight: 700; color: var(--royal); }

/* ---------- Announcement + header ---------- */
.announce {
  background: var(--navy-950); color: #dce6f7; font-size: .92rem;
  text-align: center; padding: .55rem var(--pad);
}
.announce a { color: var(--gold); font-weight: 700; margin-left: .6rem; white-space: nowrap; }
.announce a:hover { color: var(--gold-300); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .94);
  -webkit-backdrop-filter: saturate(1.4) blur(10px); backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; gap: 24px; min-height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy); min-width: 0; }
.brand:hover { color: var(--navy); }
.brand img { width: 46px; height: 46px; }
.brand-name { display: block; font: 700 1.15rem/1.1 var(--font-head); letter-spacing: -.01em; white-space: nowrap; }
.brand-sub { display: block; margin-top: 3px; font: 600 .78rem/1.2 var(--font-body); color: var(--muted); }

.nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.nav ul { display: flex; align-items: center; gap: 26px; }
.nav li a {
  display: inline-block; padding: 6px 0; font-weight: 600; font-size: 1rem; color: var(--navy);
  text-decoration: none; border-bottom: 2px solid transparent;
  transition: border-color .2s ease, color .2s ease;
}
.nav li a:hover { border-bottom-color: var(--gold); color: var(--navy); }
.nav li a[aria-current="page"] { border-bottom-color: var(--gold); }

.nav-toggle {
  display: none; margin-left: auto; width: 46px; height: 46px; padding: 0;
  background: transparent; border: 1.5px solid var(--border); border-radius: 10px; cursor: pointer; color: var(--navy);
  align-items: center; justify-content: center;
}
.nav-toggle .bars, .nav-toggle .bars::before, .nav-toggle .bars::after {
  display: block; width: 20px; height: 2px; background: currentColor; border-radius: 2px; content: ""; position: relative;
  transition: transform .2s ease, background-color .2s ease;
}
.nav-toggle .bars::before { position: absolute; top: -6px; left: 0; }
.nav-toggle .bars::after { position: absolute; top: 6px; left: 0; }
.nav-toggle[aria-expanded="true"] .bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .bars::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .bars::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 980px) {
  .js .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0; margin: 0;
    flex-direction: column; align-items: stretch; gap: 8px;
    padding: 12px var(--pad) 24px; background: #fff; border-bottom: 1px solid var(--border);
    box-shadow: 0 24px 40px -24px rgba(10, 26, 58, .3);
  }
  .js .nav { display: none; }
  .js .nav.is-open { display: flex; }
  .nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav li a { display: block; padding: 14px 0; border-bottom: 1px solid var(--border); }
  .nav li a[aria-current="page"] { border-bottom-color: var(--gold); }
  .nav .btn { margin-top: 12px; }
  .header-inner { flex-wrap: wrap; }
  html:not(.js) .header-inner { padding-bottom: 8px; }
  html:not(.js) .nav { position: static; box-shadow: none; padding: 0 0 12px; width: 100%; }
}
@media (max-width: 420px) { .brand-sub { display: none; } .brand img { width: 40px; height: 40px; } }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; background: var(--navy); color: #fff;
  padding-block: clamp(48px, 7vw, 92px) clamp(56px, 8vw, 100px);
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(52% 55% at 82% 18%, rgba(46, 123, 224, .42), transparent 62%),
    radial-gradient(46% 50% at 6% 96%, rgba(29, 95, 168, .38), transparent 66%);
  background-size: 130% 130%; background-position: 0% 0%;
  animation: drift 28s ease-in-out infinite alternate;
}
.hero-grid { position: relative; display: grid; gap: clamp(40px, 5vw, 72px); align-items: center; }
@media (min-width: 960px) { .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); } }
.hero h1 { max-width: 17ch; }
.hero-lead { margin-top: 22px; font-size: clamp(1.08rem, .5vw + 1rem, 1.25rem); color: var(--on-dark); max-width: 50ch; }
.hero .btn-row { margin-top: 32px; }
.trust { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 34px; font-size: .98rem; color: var(--on-dark); }
@media (min-width: 520px) { .trust { grid-template-columns: 1fr 1fr; gap: 12px 24px; } }
.trust li { display: flex; align-items: flex-start; gap: 10px; }
.trust .ico { color: var(--teal-300); margin-top: 3px; }

/* Browser preview: real client work */
.showcase { min-width: 0; }
.browser {
  background: #fff; border-radius: var(--r-card); overflow: hidden;
  box-shadow: var(--shadow-l); border: 1px solid rgba(255, 255, 255, .14);
}
.browser-bar { display: flex; align-items: center; gap: 12px; padding: 10px 14px; background: #eef2f8; border-bottom: 1px solid var(--border); }
.browser-dots { display: flex; gap: 6px; }
.browser-dots span { width: 10px; height: 10px; border-radius: 50%; background: #c8d2e2; }
.browser-title {
  flex: 1; min-width: 0; background: #fff; border: 1px solid var(--border); border-radius: 999px;
  padding: 4px 14px; font-size: .82rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.browser-title strong { color: var(--navy); font-weight: 700; }
.browser-screen { position: relative; aspect-ratio: 1200 / 522; background: #e9eef7; }
.browser-screen img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .7s ease; }
.browser-screen img.is-active { opacity: 1; }
.showcase-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.showcase-tabs button {
  min-height: 40px; padding: 6px 16px; border-radius: 999px; cursor: pointer; font-weight: 600; font-size: .92rem;
  background: rgba(255, 255, 255, .07); color: #dce6f7; border: 1px solid rgba(255, 255, 255, .22);
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.showcase-tabs button:hover { border-color: rgba(255, 255, 255, .6); }
.showcase-tabs button[aria-pressed="true"] { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.showcase-note { margin-top: 12px; font-size: .9rem; color: #9fb2d3; }

/* ---------- Problem / solution ---------- */
.split { display: grid; gap: clamp(32px, 5vw, 72px); align-items: start; }
@media (min-width: 900px) { .split { grid-template-columns: 1.08fr .92fr; } }
.problem-list { margin-top: 32px; }
.problem-list li { padding: 18px 0; border-top: 1px solid var(--border); display: grid; gap: 4px; }
.problem-list li:last-child { border-bottom: 1px solid var(--border); }
.problem-list h3 { font-size: 1.08rem; }
.problem-list p { color: var(--muted); }
.solution-panel {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-800) 100%);
  color: #fff; border-radius: var(--r-panel); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow-m);
}
.solution-panel h3 { font-size: 1.45rem; line-height: 1.25; }
@media (min-width: 900px) { .solution-panel { position: sticky; top: 104px; } }
.solution-panel ul { margin: 24px 0 30px; display: grid; gap: 14px; }
.solution-panel li { display: flex; gap: 12px; align-items: flex-start; color: var(--on-dark); }
.solution-panel .ico { color: var(--gold); margin-top: 3px; }

/* ---------- Services ---------- */
.service-grid { display: grid; gap: 40px 32px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); }
.service { border-top: 2px solid var(--navy); padding-top: 22px; transition: border-color .25s ease; }
.service:hover { border-top-color: var(--gold); }
.service .ico { color: var(--royal); margin-bottom: 16px; }
.service h3 { margin-bottom: 8px; }
.service h3 a { color: var(--navy); text-decoration: none; }
.service h3 a:hover { text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; }
.service p { color: var(--muted); }
.section-foot { margin-top: clamp(32px, 4vw, 48px); }

/* ---------- Portfolio ---------- */
.work-grid { display: grid; gap: 48px 32px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 460px), 1fr)); }
.work-shot {
  display: block; overflow: hidden; border-radius: var(--r-card); border: 1px solid var(--border);
  box-shadow: var(--shadow-m); aspect-ratio: 1200 / 522; background: #e9eef7;
}
.work-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.work:hover .work-shot img { transform: scale(1.025); }
.work-body { padding-top: 20px; }
.work-tag { font-weight: 600; font-size: .95rem; color: var(--royal); }
.work h3 { font-size: 1.4rem; margin-top: 4px; }
.work-type { color: var(--muted); margin-top: 2px; }
.work-desc { margin-top: 12px; max-width: 56ch; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 18px; }
.chips li { font-size: .86rem; font-weight: 600; padding: 4px 12px; border-radius: 999px; background: var(--paper); border: 1px solid var(--border); color: var(--navy); }

/* ---------- Industries ---------- */
.industry-list { display: grid; gap: 0 clamp(28px, 5vw, 72px); grid-template-columns: 1fr; }
@media (min-width: 820px) { .industry-list { grid-template-columns: 1fr 1fr; } }
.industry { display: grid; gap: 4px; padding: 20px 0; border-top: 1px solid var(--border); }
@media (min-width: 520px) { .industry { grid-template-columns: minmax(130px, 176px) 1fr; gap: 20px; } }
.industry h3 { font-size: 1.05rem; }
.industry p { color: var(--muted); }

/* ---------- Why ---------- */
.why-grid { display: grid; gap: 36px 40px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.why { display: grid; grid-template-columns: 28px 1fr; gap: 14px; }
.why .ico { color: var(--gold); margin-top: 2px; }
.why h3 { margin-bottom: 6px; }
.why p { color: var(--on-dark); }

/* ---------- Pricing ---------- */
.price-grid { display: grid; gap: 24px; align-items: stretch; }
@media (min-width: 900px) { .price-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; } }
.plan {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border);
  border-radius: var(--r-plan); padding: 34px 28px 30px; box-shadow: var(--shadow-s);
}
.plan h3 { font-size: 1.2rem; }
.plan-blurb { margin-top: 6px; color: var(--muted); font-size: .98rem; }
.plan-price { margin: 22px 0 6px; font: 700 clamp(2.4rem, 3vw + 1rem, 3rem)/1 var(--font-head); letter-spacing: -.03em; }
.plan ul { margin: 24px 0 30px; display: grid; gap: 11px; }
.plan li { display: flex; gap: 10px; align-items: flex-start; }
.plan li .ico { color: var(--teal); margin-top: 4px; }
.plan .btn { margin-top: auto; }
.plan--featured { background: var(--navy); color: #fff; border-color: var(--navy); box-shadow: var(--shadow-l); }
.plan--featured .plan-blurb { color: var(--on-dark); }
.plan--featured li .ico { color: var(--teal-300); }
@media (min-width: 900px) { .plan--featured { transform: translateY(-14px); } }
.price-foot { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; }
.price-foot p { color: var(--muted); }

/* ---------- Process ---------- */
.steps { display: grid; gap: 28px; counter-reset: step; }
@media (min-width: 640px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .steps { grid-template-columns: repeat(5, 1fr); gap: 24px; } }
.step { position: relative; }
.step-num {
  display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
  background: #fff; border: 2px solid var(--royal); color: var(--royal); font: 700 1rem/1 var(--font-head);
}
.step h3 { margin: 18px 0 6px; }
.step p { color: var(--muted); }
@media (min-width: 1000px) {
  .step:not(:last-child)::after { content: ""; position: absolute; top: 22px; left: 58px; right: -12px; height: 2px; background: var(--border); }
}

/* ---------- FAQ ---------- */
.faq { max-width: 820px; }
.faq details { border-top: 1px solid var(--border); }
.faq details:last-child { border-bottom: 1px solid var(--border); }
.faq summary {
  position: relative; list-style: none; cursor: pointer; padding: 22px 44px 22px 0;
  font: 700 1.1rem/1.4 var(--font-body); color: var(--navy);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 6px; top: 50%; width: 10px; height: 10px; margin-top: -8px;
  border-right: 2px solid var(--royal); border-bottom: 2px solid var(--royal); transform: rotate(45deg);
  transition: transform .25s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }
.faq .answer { padding: 0 44px 24px 0; color: var(--muted); max-width: 66ch; }
.faq .answer p + p { margin-top: .8em; }

/* ---------- Final CTA ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-800) 55%, var(--royal) 135%);
  color: #fff; text-align: center; padding-block: clamp(64px, 9vw, 112px);
}
.cta-band h2 { max-width: 20ch; margin-inline: auto; }
.cta-band p { margin: 18px auto 0; max-width: 54ch; color: var(--on-dark); font-size: 1.15rem; }
.cta-band .btn-row { justify-content: center; margin-top: 34px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-950); color: #b7c5df; padding-top: clamp(48px, 6vw, 72px); font-size: 1rem; }
.footer-grid { display: grid; gap: 40px 32px; grid-template-columns: 1fr; }
@media (min-width: 600px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.3fr; } }
.footer-brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.footer-brand:hover { color: #fff; }
.brand-badge { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #fff; }
.brand-badge img { width: 36px; height: 36px; }
.footer-about { margin-top: 18px; max-width: 34ch; }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.site-footer a { color: #b7c5df; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; text-decoration-color: var(--gold); }
.footer-list { display: grid; gap: 10px; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact .ico { color: var(--gold); margin-top: 4px; }
.footer-bottom {
  margin-top: 56px; padding: 22px 0 28px; border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; font-size: .92rem; color: #93a5c6;
}
@media (max-width: 640px) { .footer-bottom { padding-bottom: 96px; } }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; z-index: 60;
  right: calc(16px + env(safe-area-inset-right, 0px)); bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff; box-shadow: 0 10px 26px rgba(6, 18, 43, .38);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wa-float:hover { color: #fff; transform: translateY(-3px) scale(1.04); box-shadow: 0 16px 32px rgba(6, 18, 43, .42); }
.wa-float:focus-visible { outline-color: var(--navy); outline-offset: 4px; }
@media (max-width: 640px) { .wa-float { width: 52px; height: 52px; right: calc(12px + env(safe-area-inset-right, 0px)); } }

/* ---------- Inner pages ---------- */
.page-hero { position: relative; overflow: hidden; background: var(--navy); color: #fff; padding-block: clamp(48px, 7vw, 88px); }
.page-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(50% 70% at 85% 0%, rgba(46, 123, 224, .38), transparent 62%);
}
.page-hero .container { position: relative; }
.page-hero h1 { font-size: clamp(2rem, 3.6vw + .8rem, 3.2rem); max-width: 20ch; }
.page-hero p { margin-top: 18px; color: var(--on-dark); font-size: 1.18rem; max-width: 58ch; }
.crumbs { display: flex; gap: 8px; margin-bottom: 20px; font-size: .92rem; color: #9fb2d3; }
.crumbs a { color: #c9d6ee; }
.crumbs a:hover { color: #fff; }
.crumbs li + li::before { content: "/"; margin-right: 8px; color: #6e83a8; }

.jump { display: flex; flex-wrap: wrap; gap: 10px; }
.jump a {
  display: inline-block; padding: 8px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--border);
  color: var(--navy); font-weight: 600; font-size: .95rem; text-decoration: none; transition: border-color .2s ease, background-color .2s ease;
}
.jump a:hover { border-color: var(--gold); background: #fffaf0; }

.svc { padding-block: clamp(44px, 6vw, 72px); border-top: 1px solid var(--border); }
.svc:first-of-type { border-top: 0; }
.svc-grid { display: grid; gap: 32px clamp(32px, 5vw, 72px); align-items: start; }
@media (min-width: 900px) { .svc-grid { grid-template-columns: 1fr 1fr; } }
.svc-title { display: flex; align-items: center; gap: 14px; }
.svc-title .ico { color: var(--royal); }
.svc h2 { font-size: clamp(1.5rem, 1.6vw + 1rem, 2.1rem); }
.svc-copy { margin-top: 22px; display: grid; gap: 16px; max-width: 58ch; }
.svc-copy strong { display: block; font-family: var(--font-head); font-size: .98rem; margin-bottom: 2px; }
.svc .btn { margin-top: 28px; }
.svc-panel { background: var(--paper); border: 1px solid var(--border); border-radius: var(--r-card); padding: clamp(22px, 3vw, 32px); display: grid; gap: 24px; }
.svc-panel h3 { font-size: 1rem; margin-bottom: 12px; }
.svc-panel ul { display: grid; gap: 9px; }
.svc-panel li { display: flex; gap: 10px; align-items: flex-start; }
.svc-panel li .ico { color: var(--teal); margin-top: 4px; }

.two-col { display: grid; gap: 28px clamp(32px, 5vw, 72px); }
@media (min-width: 900px) { .two-col { grid-template-columns: 1fr 1fr; } }
.statement { background: var(--navy); color: #fff; border-radius: var(--r-panel); padding: clamp(28px, 4vw, 44px); }
.statement h3 { font-size: 1.25rem; margin-bottom: 12px; }
.statement p { color: var(--on-dark); font-size: 1.15rem; line-height: 1.55; }
.statement--light { background: var(--paper); color: var(--ink); border: 1px solid var(--border); }
.statement--light p { color: var(--ink); }
.approach-list { display: grid; gap: 22px; }
.approach-list li { padding-left: 20px; border-left: 3px solid var(--gold); }
.approach-list h3 { font-size: 1.08rem; margin-bottom: 4px; }
.approach-list p { color: var(--muted); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; gap: 40px clamp(32px, 5vw, 64px); align-items: start; }
@media (min-width: 940px) { .contact-grid { grid-template-columns: 1.25fr .75fr; } }
.form { display: grid; gap: 20px; }
.form-row { display: grid; gap: 20px; }
@media (min-width: 620px) { .form-row { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 6px; }
.field label { font-weight: 700; font-size: .98rem; }
.field .opt { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: 11px 14px; background: #fff; color: var(--ink);
  border: 1.5px solid #b9c6dc; border-radius: 10px; transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { min-height: 140px; resize: vertical; }
.field select {
  appearance: none; -webkit-appearance: none; padding-right: 40px;
  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.5l5 5 5-5' fill='none' stroke='%231d5fa8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--royal); box-shadow: 0 0 0 4px rgba(29, 95, 168, .18); }
.field input:user-invalid, .field select:user-invalid, .field textarea:user-invalid { border-color: #b3261e; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: .92rem; color: var(--muted); }
.form-status { padding: 14px 16px; border-radius: 10px; font-weight: 600; }
.form-status[hidden] { display: none; }
.form-status.is-ok { background: #e7f6f0; color: #0d5c46; border: 1px solid #b6e3d3; }
.form-status.is-error { background: #fdeceb; color: #8f1d17; border: 1px solid #f3c1be; }
.form-status a { color: inherit; }
.contact-card { background: var(--navy); color: #fff; border-radius: var(--r-panel); padding: clamp(26px, 3.5vw, 38px); box-shadow: var(--shadow-m); }
.contact-card h2 { font-size: 1.45rem; }
.contact-list { margin: 24px 0 28px; display: grid; gap: 20px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list .ico { color: var(--gold); margin-top: 3px; }
.contact-list span { display: block; color: #9fb2d3; font-size: .9rem; }
.contact-list a { color: #fff; font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.contact-list a:hover { text-decoration: underline; text-decoration-color: var(--gold); }
.contact-list b { font-weight: 600; }

/* ---------- Motion ---------- */
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes drift { from { background-position: 0% 0%; } to { background-position: 100% 100%; } }
.hero-copy > * { animation: rise .75s cubic-bezier(.2, .7, .2, 1) both; }
.hero-copy > :nth-child(2) { animation-delay: .08s; }
.hero-copy > :nth-child(3) { animation-delay: .16s; }
.hero-copy > :nth-child(4) { animation-delay: .24s; }
.hero-visual { animation: rise .95s .22s cubic-bezier(.2, .7, .2, 1) both; }
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
  .btn:hover, .wa-float:hover, .plan--featured { transform: none; }
}
