:root {
  --navy-950: #03101f;
  --navy-900: #061426;
  --navy-800: #0a2038;
  --navy-700: #12324f;
  --gold: #d4a94f;
  --gold-bright: #f0cd78;
  --gold-soft: #ead8a8;
  --cream: #f6f3ec;
  --paper: #fcfbf8;
  --ink: #0a1a2b;
  --muted: #647080;
  --line: rgba(9, 29, 50, 0.14);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(1, 13, 27, 0.16);
  --shell: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  inset: 10px auto auto 10px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 10px 16px;
  color: var(--navy-950);
  background: var(--gold-bright);
  border-radius: 4px;
}

.skip-link:focus { transform: translateY(0); }

.topbar {
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy-950);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.77rem;
  letter-spacing: 0.03em;
}

.topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar-note { color: var(--gold-soft); text-transform: uppercase; letter-spacing: 0.11em; }
.topbar-links { display: flex; align-items: center; gap: 13px; }
.topbar-links span { width: 1px; height: 12px; background: rgba(255, 255, 255, 0.25); }
.topbar a:hover { color: var(--white); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--white);
  background: rgba(6, 20, 38, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
}

.site-header.scrolled { box-shadow: 0 12px 34px rgba(0, 5, 15, 0.24); }

.nav-shell {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  direction: ltr;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border: 1px solid rgba(212, 169, 79, 0.66);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(212, 169, 79, 0.08);
}

.brand-copy { display: grid; line-height: 1; }
.brand-copy strong {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 500;
  letter-spacing: 0.11em;
}

.brand-copy small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
}

.main-nav { display: flex; align-items: center; gap: 20px; }
.main-nav > a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.83rem;
  font-weight: 600;
  white-space: nowrap;
}

.main-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  inset: auto 0 -8px;
  height: 1px;
  transform: scaleX(0);
  background: var(--gold);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav > a:hover { color: var(--white); }
.main-nav > a:hover::after { transform: scaleX(1); }

.main-nav .nav-cta {
  padding: 11px 15px;
  color: var(--navy-950);
  background: var(--gold-bright);
  border: 1px solid var(--gold-bright);
}

.main-nav .nav-cta:hover { color: var(--navy-950); background: #f6db96; }

.language-wrap { position: relative; direction: ltr; }
.language-wrap select {
  min-height: 40px;
  max-width: 125px;
  padding: 7px 28px 7px 10px;
  color: var(--white);
  background: var(--navy-800);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  font-size: 0.77rem;
}

.language-wrap select:focus-visible,
.menu-toggle:focus-visible,
.button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 3px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: var(--white); }

.hero {
  position: relative;
  min-height: 710px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  isolation: isolate;
  color: var(--white);
  background: var(--navy-950) url("assets/hero-industrial.jpg") center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 14, 29, 0.96) 0%, rgba(3, 17, 33, 0.83) 44%, rgba(3, 16, 31, 0.37) 75%, rgba(3, 16, 31, 0.5) 100%),
    linear-gradient(0deg, rgba(2, 13, 27, 0.88) 0%, transparent 38%);
}

.hero-grid {
  padding-block: 105px 130px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(310px, 0.7fr);
  align-items: end;
  gap: clamp(52px, 8vw, 120px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.eyebrow.dark { color: #9b752d; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 800px;
  margin-bottom: 26px;
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  line-height: 0.98;
  text-wrap: balance;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.45rem, 4.6vw, 4.3rem);
  line-height: 1.04;
  text-wrap: balance;
}

.hero-lead {
  max-width: 730px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.02rem, 1.5vw, 1.17rem);
  line-height: 1.75;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.88rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy-950); background: var(--gold-bright); border-color: var(--gold-bright); }
.button-gold:hover { background: #f7dc99; }
.button-ghost { color: var(--white); background: rgba(255, 255, 255, 0.04); border-color: rgba(255, 255, 255, 0.38); }
.button-ghost:hover { border-color: var(--gold-bright); background: rgba(212, 169, 79, 0.1); }

.brief-card {
  padding: 28px 28px 22px;
  background: rgba(4, 18, 34, 0.78);
  border: 1px solid rgba(234, 216, 168, 0.25);
  border-top: 3px solid var(--gold);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.brief-label { margin-bottom: 13px; color: var(--gold-soft); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.18em; }
.brief-row { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.11); }
.brief-row > span { color: var(--gold); font-family: Georgia, serif; }
.brief-row div { display: grid; }
.brief-row strong { font-family: Georgia, serif; font-size: 1.08rem; font-weight: 500; }
.brief-row small { margin-top: 3px; color: rgba(255, 255, 255, 0.6); font-size: 0.79rem; }
.brief-card > a { display: inline-block; margin-top: 19px; color: var(--gold-bright); font-size: 0.82rem; font-weight: 700; }

.trust-strip {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-strip div { min-height: 75px; display: flex; align-items: center; gap: 14px; padding-inline: 25px; border-inline-end: 1px solid rgba(255, 255, 255, 0.13); }
.trust-strip div:last-child { border: 0; }
.trust-strip b { color: var(--gold); font-family: Georgia, serif; font-size: 0.87rem; font-weight: 400; }
.trust-strip span { color: rgba(255, 255, 255, 0.77); font-size: 0.84rem; font-weight: 650; letter-spacing: 0.02em; }

.section { padding-block: clamp(92px, 11vw, 150px); }
.section-heading { margin-bottom: 57px; display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 72px; }
.section-heading h2 { max-width: 770px; margin-bottom: 0; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.section-heading.centered { grid-template-columns: 1fr; gap: 18px; text-align: center; }
.section-heading.centered h2, .section-heading.centered > p { max-width: 800px; margin-inline: auto; }

.early-cta {
  position: relative;
  overflow: hidden;
  color: var(--navy-950);
  background:
    radial-gradient(circle at 78% 10%, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(105deg, #b9872b 0%, #d9b158 52%, #f0cf83 100%);
}

.early-cta::before {
  content: "MR";
  position: absolute;
  inset: 50% 7% auto auto;
  transform: translateY(-50%);
  color: rgba(4, 18, 34, 0.055);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(8rem, 18vw, 16rem);
  line-height: 0.7;
  pointer-events: none;
}

.early-cta-inner {
  position: relative;
  z-index: 1;
  min-height: 210px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 55px;
  padding-block: 38px;
}

.early-cta-label {
  margin-bottom: 7px;
  color: rgba(3, 16, 31, 0.68);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.19em;
}

.early-cta h2 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.02;
}

.early-cta p:last-child { margin-bottom: 0; color: rgba(3, 16, 31, 0.72); }
.button-early { min-width: 190px; color: var(--white); background: var(--navy-900); border-color: var(--navy-900); }
.button-early:hover { background: var(--navy-700); border-color: var(--navy-700); }

.products-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.72), transparent 26%),
    linear-gradient(145deg, #dce7f0 0%, #c9d9e6 55%, #e5dcc7 100%);
}
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  background: rgba(248, 251, 253, 0.76);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 220ms ease, transform 220ms ease;
}

.product-card:hover { z-index: 1; transform: translateY(-4px); background: var(--white); box-shadow: 0 18px 45px rgba(10, 26, 43, 0.09); }
.product-card.featured { color: var(--white); background: var(--navy-800); }
.product-card.featured p { color: rgba(255, 255, 255, 0.67); }
.card-code {
  width: 46px;
  height: 46px;
  margin-bottom: 32px;
  display: grid;
  place-items: center;
  color: #8e681e;
  border: 1px solid rgba(212, 169, 79, 0.55);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 0.78rem;
}

.product-card h3 { margin-bottom: 13px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.product-card p { margin-bottom: 24px; color: var(--muted); font-size: 0.93rem; }
.product-card a { margin-top: auto; color: #956f29; font-size: 0.78rem; font-weight: 750; }
.product-card.featured a { color: var(--gold-bright); }

.industries-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    var(--navy-900);
  background-size: 52px 52px;
}

.industries-layout { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(60px, 10vw, 145px); align-items: center; }
.industries-copy h2 { max-width: 580px; }
.industries-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255, 255, 255, 0.65); }
.text-link { display: inline-block; margin-top: 22px; color: var(--gold-bright); font-size: 0.88rem; font-weight: 700; }
.industry-list { border-top: 1px solid rgba(255, 255, 255, 0.16); }
.industry-list div { min-height: 80px; display: grid; grid-template-columns: 62px 1fr; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
.industry-list span { color: var(--gold); font-family: Georgia, serif; font-size: 0.85rem; }
.industry-list strong { font-family: Georgia, serif; font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 400; }

.sourcing-section {
  background:
    radial-gradient(circle at 88% 13%, rgba(212, 169, 79, 0.2), transparent 25%),
    linear-gradient(135deg, #d7e3ec 0%, #edf1f3 48%, #e4d8be 100%);
}
.process-list {
  position: relative;
  margin: 65px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
}

.process-list::before { content: ""; position: absolute; inset: 24px 10% auto; height: 1px; background: var(--line); }
.process-list li { position: relative; padding: 0 21px; text-align: center; }
.process-list li > span {
  position: relative;
  z-index: 1;
  width: 49px;
  height: 49px;
  margin: 0 auto 26px;
  display: grid;
  place-items: center;
  color: #8d681d;
  background: #f8fafb;
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 0.82rem;
}

.process-list h3 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 1.26rem; font-weight: 500; }
.process-list p { color: var(--muted); font-size: 0.86rem; }

.about-section { min-height: 730px; display: grid; grid-template-columns: 1fr 1fr; background: var(--navy-950); }
.about-image { min-height: 650px; background: url("assets/hero-industrial.webp") 66% center / cover no-repeat; }
.about-panel { display: flex; align-items: center; color: var(--white); background: var(--navy-900); }
.about-inner { width: min(610px, calc(100% - 84px)); margin: 0 auto; padding-block: 90px; }
.about-inner h2 { font-size: clamp(2.55rem, 4.4vw, 4.5rem); }
.about-lead { color: rgba(255, 255, 255, 0.8); font-size: 1.04rem; }
.about-inner > p:not(.eyebrow):not(.about-lead):not(.independent-note) { color: rgba(255, 255, 255, 0.62); }
.principles { margin-top: 38px; display: grid; gap: 0; border-top: 1px solid rgba(255, 255, 255, 0.15); }
.principles div { position: relative; display: grid; grid-template-columns: 18px 1fr; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
.principles div > span { width: 7px; height: 7px; margin-top: 9px; background: var(--gold); border-radius: 50%; }
.principles strong { font-family: Georgia, serif; font-size: 1.08rem; font-weight: 400; }
.principles small { grid-column: 2; color: rgba(255, 255, 255, 0.54); }
.independent-note { margin-top: 25px; color: var(--gold-soft); font-size: 0.75rem; letter-spacing: 0.04em; }

.contact-section { color: var(--white); background: var(--navy-950); }
.contact-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-copy h2 { max-width: 540px; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255, 255, 255, 0.64); }
.contact-cards { margin-block: 38px 27px; border-top: 1px solid rgba(255, 255, 255, 0.17); }
.contact-cards a { display: grid; gap: 3px; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.17); }
.contact-cards span { color: var(--gold); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.18em; }
.contact-cards strong { overflow-wrap: anywhere; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 400; }
.button-whatsapp { color: var(--white); background: transparent; border-color: rgba(255, 255, 255, 0.33); }
.button-whatsapp:hover { color: var(--navy-950); background: var(--gold-bright); border-color: var(--gold-bright); }

.quote-card { scroll-margin-top: 120px; padding: clamp(32px, 5vw, 60px); color: var(--ink); background: var(--cream); box-shadow: var(--shadow); }
.quote-heading h3 { margin-bottom: 34px; font-family: Georgia, serif; font-size: clamp(2rem, 3.4vw, 3.1rem); font-weight: 400; line-height: 1.08; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 20px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label > span { color: #45515f; font-size: 0.76rem; font-weight: 700; }
input, textarea {
  width: 100%;
  min-height: 49px;
  padding: 11px 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(7, 24, 41, 0.2);
  border-radius: 0;
}

textarea { min-height: 125px; resize: vertical; }
input:hover, textarea:hover { border-color: rgba(7, 24, 41, 0.4); }
.button-navy { margin-top: 28px; color: var(--white); background: var(--navy-800); border-color: var(--navy-800); }
.button-navy:hover { background: var(--navy-700); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 0.75rem; }
.form-status {
  margin: 16px 0 0;
  padding: 12px 14px;
  color: #153c2a;
  background: #dcecdf;
  border-inline-start: 3px solid #3b7b56;
  font-size: 0.82rem;
  font-weight: 650;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

footer { color: rgba(255, 255, 255, 0.64); background: #010a14; }
.footer-grid { min-height: 175px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 55px; }
.footer-brand { color: var(--white); }
.footer-grid > p { margin: 0; max-width: 420px; font-size: 0.85rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; font-size: 0.78rem; font-weight: 650; }
.footer-links a:hover { color: var(--gold-bright); }
.footer-bottom { min-height: 58px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255, 255, 255, 0.11); font-size: 0.75rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.visible { opacity: 1; transform: none; }

[dir="rtl"] body { font-family: Tahoma, Arial, sans-serif; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3 { font-family: Tahoma, Arial, sans-serif; letter-spacing: 0; }
[dir="rtl"] .eyebrow, [dir="rtl"] .brief-label, [dir="rtl"] .topbar-note { letter-spacing: 0.04em; }
[dir="rtl"] .main-nav > a:not(.nav-cta)::after { transform-origin: right; }
[dir="rtl"] .hero-overlay { background: linear-gradient(270deg, rgba(2, 14, 29, 0.96) 0%, rgba(3, 17, 33, 0.84) 45%, rgba(3, 16, 31, 0.37) 78%, rgba(3, 16, 31, 0.55) 100%), linear-gradient(0deg, rgba(2, 13, 27, 0.88) 0%, transparent 38%); }
[dir="rtl"] .hero { background-position: center; }

@media (max-width: 1160px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed;
    inset: 74px 0 auto;
    max-height: calc(100vh - 74px);
    overflow: auto;
    display: none;
    align-items: stretch;
    padding: 24px;
    color: var(--white);
    background: var(--navy-900);
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  }
  .main-nav.open { display: grid; }
  .main-nav > a { padding: 10px 3px; font-size: 0.95rem; }
  .main-nav .nav-cta { margin-top: 8px; text-align: center; }
  .language-wrap select { width: 100%; max-width: none; }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 38px, 720px); }
  .topbar-note { display: none; }
  .topbar-inner { justify-content: center; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 88px 145px; gap: 55px; }
  .brief-card { max-width: 520px; }
  .early-cta-inner { grid-template-columns: 1fr; gap: 24px; padding-block: 48px; }
  .button-early { width: fit-content; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .industries-layout { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr; gap: 0; margin-top: 45px; }
  .process-list::before { inset: 24px auto 24px 24px; width: 1px; height: auto; }
  .process-list li { display: grid; grid-template-columns: 50px 1fr; gap: 23px; padding: 0 0 28px; text-align: start; }
  .process-list li > span { margin: 0; }
  .process-list h3 { margin-bottom: 4px; }
  .about-section { grid-template-columns: 1fr; }
  .about-image { min-height: 460px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; padding-block: 48px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 30px); }
  html { scroll-padding-top: 78px; }
  .topbar-links { width: 100%; justify-content: center; }
  .topbar-links a:last-child, .topbar-links span { display: none; }
  .nav-shell { min-height: 70px; }
  .brand img { width: 44px; height: 44px; }
  .brand-copy strong { font-size: 1.05rem; }
  .brand-copy small { font-size: 0.75rem; letter-spacing: 0.09em; }
  .main-nav { inset-block-start: 70px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .hero { background-position: 42% center; }
  .hero-grid { padding-block: 74px 210px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .early-cta-inner { min-height: 280px; }
  .early-cta h2 { font-size: 2.15rem; }
  .button-early { width: 100%; }
  .brief-card { padding: 24px 20px 18px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { min-height: 47px; padding-inline: 18px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .section { padding-block: 82px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 275px; }
  .about-image { min-height: 340px; }
  .about-inner { width: calc(100% - 36px); padding-block: 74px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .quote-card { padding: 30px 20px; }
  .contact-cards strong { font-size: 1rem; }
  .footer-bottom { padding-block: 18px; flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
