/* Del Mar Global — two products, two temperatures.
   body.hosp  → warm hospitality
   body.tech  → corporate efficiency (Agentify) */

:root {
  --max: 1160px;
  --shadow: 0 18px 50px rgba(10, 31, 43, 0.12);
}

body.hosp {
  --ink: #1a2e28;
  --ocean: #234038;
  --deep: #12201c;
  --gold: #c49a3c;
  --gold-l: #ead6a0;
  --gold-d: #8f6e28;
  --flor: #c45c3a;
  --flor-l: #f0b89a;
  --sand: #f6efe3;
  --mist: #f3eee6;
  --line: #e4d8c4;
  --slate: #4e5a52;
  --paper: #fbf6ee;
  --white: #fffdf8;
  --disp: "Fraunces", "Iowan Old Style", Georgia, serif;
  --body: "Mulish", "Avenir Next", system-ui, sans-serif;
  --rad: 22px;
  --btn-rad: 999px;
  --media-rad: 999px 999px 24px 24px;
}

body.tech {
  --ink: #0b1220;
  --ocean: #132033;
  --deep: #070b12;
  --gold: #0f766e;
  --gold-l: #5eead4;
  --gold-d: #0d5c56;
  --flor: #2563eb;
  --flor-l: #93c5fd;
  --sand: #eef2f6;
  --mist: #f4f6f8;
  --line: #d5dce3;
  --slate: #475569;
  --paper: #f4f6f8;
  --white: #ffffff;
  --disp: "IBM Plex Sans", "Helvetica Neue", system-ui, sans-serif;
  --body: "IBM Plex Sans", "Helvetica Neue", system-ui, sans-serif;
  --rad: 4px;
  --btn-rad: 4px;
  --media-rad: 4px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--slate);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
  font-family: var(--disp);
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
body.hosp h1, body.hosp h2, body.hosp h3, body.hosp h4 { font-weight: 500; }
body.tech h1, body.tech h2, body.tech h3, body.tech h4 {
  font-weight: 600;
  letter-spacing: -0.03em;
}
h1 em, h2 em { font-style: italic; font-weight: 400; }
body.tech h1 em, body.tech h2 em { font-style: normal; font-weight: 600; color: var(--gold-l); }
p { text-wrap: pretty; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
::selection { background: var(--gold-l); color: var(--deep); }

.skip {
  position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--deep);
  padding: 10px 16px; z-index: 100;
}
.skip:focus { left: 12px; top: 12px; }

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-d);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero .eyebrow { color: var(--gold-l); }
body.hosp section .eyebrow { color: var(--flor); }
body.tech section .eyebrow { color: var(--gold-d); letter-spacing: 0.18em; }
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: currentColor;
}
body.hosp .eyebrow::before { transform: rotate(-38deg) scaleX(0.7); transform-origin: left center; }
body.tech .eyebrow::before { width: 16px; height: 1px; }
.lede { font-size: 19px; color: var(--slate); max-width: 62ch; }
.goldslash { color: var(--gold); }
.bname { white-space: nowrap; }
.bname .bhead { font-weight: 800; }
.bname .btail { font-weight: 300; letter-spacing: 0.02em; }
.eyebrow .bname, .go .bname { text-transform: none; font-size: 1.15em; letter-spacing: 0.02em; }

.btn {
  display: inline-block;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 15px 28px;
  border-radius: var(--btn-rad);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  border: 2px solid transparent;
  cursor: pointer;
  min-height: 48px;
  line-height: 1.2;
}
.btn-gold { background: var(--gold); color: var(--deep); }
body.tech .btn-gold { color: #fff; background: var(--gold); }
.btn-gold:hover { background: var(--gold-d); color: #fff; transform: translateY(-1px); }
body.hosp .btn-gold:hover { background: #d4ae55; color: var(--deep); }
.btn-ghost { border-color: rgba(255,255,255,0.5); color: #fff; }
.btn-ghost:hover { border-color: var(--gold-l); color: var(--gold-l); }

header {
  position: sticky; top: 0; z-index: 60;
  backdrop-filter: blur(14px);
}
body.hosp header {
  background: rgba(18, 32, 28, 0.92);
  border-bottom: 1px solid rgba(196, 154, 60, 0.28);
}
body.tech header {
  background: rgba(7, 11, 18, 0.96);
  border-bottom: 1px solid rgba(15, 118, 110, 0.35);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 18px; }
.logo { display: flex; align-items: baseline; gap: 10px; line-height: 1; }
.logo .mark {
  font-family: var(--disp); font-size: 26px; color: #fff; letter-spacing: 0.01em; white-space: nowrap;
}
.logo .mark .slash { color: var(--gold); margin: 0 1px; }
.logo .sub {
  font-family: var(--body); font-size: 10px; font-weight: 800;
  letter-spacing: 0.36em; text-transform: uppercase; color: var(--gold-l);
}
body.tech .logo .mark { font-size: 22px; font-weight: 700; letter-spacing: -0.03em; }
body.tech .logo .sub { letter-spacing: 0.2em; font-weight: 600; }
.nav ul { display: flex; list-style: none; gap: 26px; align-items: center; }
.nav ul a {
  color: rgba(255,255,255,0.78); font-size: 13px; font-weight: 700;
  letter-spacing: 0.04em; padding: 8px 0; border-bottom: 2px solid transparent; transition: 0.2s;
}
.nav ul a:hover { color: #fff; }
.nav ul a.active { color: var(--gold-l); border-bottom-color: var(--gold); }
.nav-div { width: 1px; height: 20px; background: rgba(255,255,255,0.18); }
.nav .cta { flex-shrink: 0; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; font-size: 26px; cursor: pointer; min-width: 44px; min-height: 44px; }

.hero {
  position: relative; color: #fff; display: flex; align-items: center;
  min-height: 84vh; background-size: cover; background-position: center; isolation: isolate;
}
.page-hero { min-height: 64vh; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
}
body.hosp .hero::before {
  background:
    linear-gradient(105deg, rgba(18,32,28,0.58) 0%, rgba(48,32,22,0.28) 50%, rgba(196,92,58,0.16) 100%),
    linear-gradient(to top, rgba(18,32,28,0.38), transparent 48%);
}
body.tech .hero::before {
  background:
    linear-gradient(100deg, rgba(7,11,18,0.92) 0%, rgba(7,11,18,0.72) 46%, rgba(15,118,110,0.28) 100%);
}
.hero-inner { padding: 108px 0 96px; }
.hero h1 { color: #fff; font-size: clamp(40px, 6vw, 74px); margin: 16px 0 18px; max-width: 16ch; }
body.hosp .hero h1 em { color: var(--gold-l); }
.hero p { font-size: 19px; max-width: 54ch; color: rgba(255,255,255,0.9); margin-bottom: 32px; }
.hero .btns { display: flex; gap: 14px; flex-wrap: wrap; }

.seam { height: 72px; background: var(--paper); margin-top: -72px; position: relative; z-index: 2; }
body.hosp .seam { clip-path: polygon(0 100%, 100% 0, 100% 100%); }
body.tech .seam { height: 0; margin: 0; }

section { padding: 92px 0; }
.sec-head { max-width: 760px; margin-bottom: 52px; }
.sec-head h2 { font-size: clamp(30px, 3.8vw, 44px); margin: 12px 0 14px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.center .eyebrow::before { display: none; }
.bg-sand { background: var(--sand); }
.bg-mist { background: var(--mist); }
.bg-ink { background: var(--ink); color: rgba(255,255,255,0.86); }
.bg-ink h2, .bg-ink h3 { color: #fff; }
body.tech .bg-ink { background: var(--deep); }

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pillar {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 32px 28px 28px;
  position: relative; overflow: hidden; transition: 0.25s;
  display: flex; flex-direction: column;
}
.pillar:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--gold); }
.pillar .num { font-size: 17px; color: var(--ink); }
.pillar h3 { font-size: 23px; margin: 12px 0 10px; }
.pillar p { font-size: 15.5px; flex: 1; }
.pillar .go { margin-top: 22px; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); }
.pillar .go span { color: var(--gold); margin-left: 6px; display: inline-block; transition: 0.2s; }
.pillar:hover .go span { transform: translateX(5px); }
body.hosp .pillar::after {
  content: "\\";
  position: absolute; right: -6px; top: -28px;
  font-family: var(--disp); font-size: 120px; color: var(--sand); line-height: 1;
}
.pillar > * { position: relative; z-index: 1; }

.venture {
  background: linear-gradient(115deg, var(--deep) 0%, #0b1220 60%, #132033 100%);
  color: rgba(255,255,255,0.88);
  position: relative; overflow: hidden;
  padding: 92px 0;
}
.venture .tag {
  display: inline-block; border: 1px solid var(--gold); color: var(--gold-l);
  font-size: 11px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 8px 14px; border-radius: 4px; margin-bottom: 20px;
}
.venture h2 { color: #fff; font-size: clamp(30px, 4vw, 48px); max-width: 18ch; margin-bottom: 16px; }
.venture p { max-width: 60ch; font-size: 18px; margin-bottom: 16px; }
.venture .inds { display: flex; gap: 10px 22px; flex-wrap: wrap; margin: 22px 0 30px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 800; color: var(--gold-l); }

.quad { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.quad h4 { font-size: 19px; margin: 14px 0 8px; }
.quad p { font-size: 15px; }

.island-sprite {
  position: absolute;
  left: -9999px;
  width: 64px;
  height: 64px;
  overflow: hidden;
}
.q-ic {
  width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
}
body.hosp .q-ic {
  border-radius: 46% 54% 52% 48% / 48% 44% 56% 52%;
  background: linear-gradient(135deg, #f7ead4, #f3d2bc);
  color: var(--flor);
}
body.tech .q-ic {
  border-radius: 4px; background: #e8eef2; color: var(--gold);
}
.q-ic svg {
  width: 38px; height: 38px;
  stroke: currentColor;
  fill: none;
  overflow: visible;
}
.motifs {
  display: flex; justify-content: center; gap: 28px 40px; flex-wrap: wrap;
  color: var(--flor);
}
.motif { text-align: center; min-width: 72px; }
.motif svg { width: 42px; height: 42px; display: block; margin: 0 auto 8px; }
.motif span {
  display: block; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 800; color: var(--slate);
}

.partners { padding: 56px 0; }
.partners .row { display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap; opacity: 0.72; }
.partners .row span { font-family: var(--disp); font-size: 18px; color: var(--ink); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split.rev .media { order: 2; }
.split .media {
  border-radius: var(--media-rad);
  overflow: hidden; box-shadow: var(--shadow);
  position: relative; aspect-ratio: 4 / 3; background: var(--ocean);
}
body.hosp .split .media { aspect-ratio: 4 / 4.5; }
.split .media img { width: 100%; height: 100%; object-fit: cover; }
.split .media::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 36%; height: 5px; background: var(--gold);
}
body.tech .split .media::after { height: 3px; width: 100%; }
.split h2 { font-size: clamp(28px, 3.4vw, 40px); margin: 12px 0 16px; }
.ticks { list-style: none; margin-top: 20px; display: grid; gap: 12px; }
.ticks li { padding-left: 32px; position: relative; font-size: 16px; }
.ticks li::before { position: absolute; left: 4px; top: 0; color: var(--gold); font-size: 18px; }
body.hosp .ticks li::before { content: "\\"; font-family: var(--disp); }
body.tech .ticks li::before { content: "▸"; font-family: var(--body); font-size: 14px; top: 2px; }
.ticks li b { color: var(--ink); }

.steps { display: grid; grid-template-columns: repeat(5, 1fr); counter-reset: step; }
.step { padding: 28px 18px 4px; border-left: 1px solid var(--line); counter-increment: step; }
.step:first-child { border-left: 0; }
.step::before {
  content: "0" counter(step);
  font-family: var(--disp); font-size: 30px; color: var(--gold); display: block; margin-bottom: 8px;
  font-variant-numeric: tabular-nums;
}
body.tech .step::before { font-weight: 600; letter-spacing: -0.04em; }
.step h4 { font-size: 18px; margin-bottom: 8px; }
.step p { font-size: 14.5px; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; }
.stat b {
  font-family: var(--disp); font-size: clamp(32px, 3.8vw, 48px);
  color: var(--gold-l); display: block; font-weight: 500;
  font-variant-numeric: tabular-nums;
}
body.tech .stat b { font-weight: 600; }
.stat span { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800; color: rgba(255,255,255,0.7); }

.kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 40px; }
.kpi {
  background: var(--deep); color: #fff; padding: 36px 28px; border-radius: var(--rad);
  border-left: 4px solid var(--gold);
}
.kpi b {
  font-family: var(--disp); font-size: clamp(40px, 5vw, 56px); font-weight: 600;
  letter-spacing: -0.04em; display: block; color: var(--gold-l);
  font-variant-numeric: tabular-nums; line-height: 1;
}
.kpi span { display: block; margin-top: 10px; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; color: rgba(255,255,255,0.72); }
.kpi p { margin-top: 10px; font-size: 15px; color: rgba(255,255,255,0.78); }

.ind-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ind {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--rad); padding: 24px 22px;
}
.ind h4 { font-size: 17px; margin-bottom: 6px; }
.ind p { font-size: 14.5px; }

.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--rad);
  padding: 30px 26px; font-size: 15.5px; display: flex; flex-direction: column;
}
.quote p { flex: 1; }
.quote .who { margin-top: 18px; font-weight: 800; color: var(--ink); font-size: 14px; }
.quote .who small { display: block; color: var(--gold-d); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 11px; margin-top: 3px; }
.quote::before { content: "“"; font-family: var(--disp); font-size: 48px; color: var(--gold); line-height: 0.4; display: block; margin: 8px 0 16px; }

.band {
  position: relative; min-height: 400px; background-size: cover; background-position: center;
  display: flex; align-items: center; color: #fff;
}
.band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,32,28,0.84), rgba(122,64,40,0.32)); }
.band .wrap { position: relative; }
.band h2 { color: #fff; font-size: clamp(28px, 3.8vw, 42px); max-width: 20ch; margin-bottom: 12px; }
.band p { max-width: 50ch; margin-bottom: 24px; color: rgba(255,255,255,0.9); }

.cta-panel {
  background: var(--ink); border-radius: var(--rad); padding: 64px 52px;
  display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 36px; align-items: center;
  position: relative; overflow: hidden;
}
body.tech .cta-panel { background: var(--deep); }
.cta-panel h2 { color: #fff; font-size: clamp(26px, 3.2vw, 38px); margin-bottom: 10px; }
.cta-panel p { color: rgba(255,255,255,0.8); }
.cta-panel .btn { justify-self: start; position: relative; z-index: 1; }
@media (min-width: 901px) { .cta-panel .btn { justify-self: end; } }

.props { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.prop { position: relative; border-radius: var(--rad); overflow: hidden; aspect-ratio: 16/11; }
.prop img { width: 100%; height: 100%; object-fit: cover; }
.prop figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 20px 16px;
  background: linear-gradient(transparent, rgba(18,32,28,0.88));
  color: #fff; font-weight: 700; font-size: 16px;
}
.prop figcaption small { display: block; font-weight: 600; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-l); margin-top: 4px; }

.skyline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sky { position: relative; border-radius: var(--rad); overflow: hidden; aspect-ratio: 3/4; }
.sky img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.15) contrast(1.05); }
body.tech .sky img { filter: grayscale(0.35) contrast(1.08); }
.sky span {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 14px 12px;
  background: linear-gradient(transparent, rgba(7,11,18,0.9));
  color: #fff; font-weight: 700; font-size: 14px; letter-spacing: 0.04em;
}

footer { background: var(--deep); color: rgba(255,255,255,0.7); padding: 72px 0 32px; font-size: 14.5px; }
.f-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
footer h6 { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-l); margin-bottom: 14px; font-weight: 800; font-family: var(--body); }
footer ul { list-style: none; display: grid; gap: 9px; }
footer a:hover { color: #fff; }
.f-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }
.f-logo .mark { font-size: 22px; }
.f-tag { margin-top: 12px; max-width: 36ch; font-size: 14px; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--rad); padding: 28px; }
.card h3 { font-size: 21px; margin-bottom: 8px; }
.card p { font-size: 15.5px; }
.card .q-ic { margin-bottom: 16px; }

.btn-ghost-ink {
  border: 2px solid var(--line);
  color: var(--ink);
  background: transparent;
}
.btn-ghost-ink:hover { border-color: var(--gold); color: var(--gold-d); }

.hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.inquire-page, .thanks-page { padding: 72px 0 96px; }
.inquire-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
}
.inquire-intro h1 { font-size: clamp(36px, 5vw, 58px); margin: 12px 0 16px; max-width: 12ch; }
.inquire-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 36px 32px;
  display: grid;
  gap: 18px;
  box-shadow: var(--shadow);
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}
.field input, .field select, .field textarea {
  font: inherit;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: calc(var(--btn-rad) / 8);
  padding: 12px 14px;
  min-height: 48px;
  width: 100%;
}
body.hosp .field input, body.hosp .field select, body.hosp .field textarea { border-radius: 12px; }
body.tech .field input, body.tech .field select, body.tech .field textarea { border-radius: 4px; background: #fff; }
.field textarea { min-height: 160px; resize: vertical; line-height: 1.55; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
  border-color: var(--gold);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { margin-top: 22px; font-size: 15px; max-width: 42ch; }
.form-note a { color: var(--flor); text-decoration: underline; text-underline-offset: 3px; }
body.tech .form-note a { color: var(--gold); }
.form-status { font-size: 14.5px; }
.form-status.err { color: var(--flor); }
.inquire-form .btn { justify-self: start; margin-top: 6px; }

.thanks-inner { max-width: 680px; padding: 24px 0 40px; }
.thanks-inner h1 { font-size: clamp(36px, 5vw, 58px); margin: 12px 0 16px; }
.thanks-name { font-family: var(--disp); font-size: 22px; color: var(--ink); margin: 8px 0 28px; }
.thanks-steps { list-style: none; display: grid; gap: 14px; margin: 0 0 36px; counter-reset: ts; }
.thanks-steps li {
  padding: 16px 18px 16px 56px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  position: relative;
}
.thanks-steps li::before {
  counter-increment: ts;
  content: "0" counter(ts);
  position: absolute;
  left: 16px;
  top: 16px;
  font-family: var(--disp);
  color: var(--gold);
  font-size: 16px;
  font-weight: 600;
}
.thanks-page .btns { display: flex; gap: 12px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .inquire-grid { grid-template-columns: 1fr; gap: 32px; }
  .inquire-form { padding: 24px 20px; }
}

@media (max-width: 1000px) {
  .pillars, .ind-grid { grid-template-columns: 1fr; }
  .quad, .stats, .kpis, .props { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 28px; }
  .split.rev .media { order: 0; }
  .quotes, .skyline { grid-template-columns: 1fr 1fr; }
  .f-grid { grid-template-columns: 1fr 1fr; }
  .cta-panel { grid-template-columns: 1fr; padding: 44px 28px; }
  .nav ul {
    position: fixed; inset: 72px 0 auto 0; background: var(--deep);
    flex-direction: column; gap: 0; padding: 12px 28px 22px; display: none;
    border-bottom: 1px solid rgba(255,255,255,0.1); align-items: flex-start;
  }
  .nav ul.open { display: flex; }
  .nav ul li { padding: 12px 0; }
  .nav-div { width: 40px; height: 1px; }
  .nav-toggle { display: block; }
  .nav .cta { display: none; }
}
@media (max-width: 600px) {
  .quad, .steps, .stats, .f-grid, .grid-2, .kpis, .props, .skyline, .quotes, .field-row { grid-template-columns: 1fr; }
  section { padding: 64px 0; }
  .step { border-left: 0; border-top: 1px solid var(--line); }
  .hero h1 { font-size: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto; }
}
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--gold); outline-offset: 3px;
}
