/* ============================================================
   + Advantage — Website · v3 "DOSSIER"
   Minimal, but with the proposal's editorial language:
   hairline frames, eyebrows + page numbering, meta-strips,
   the terracotta footnote tick. Climax: "Vamos crescer juntos."
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }

:root {
  --accent: #C75F3F;
  --accent-deep: #8A3D26;
  --gold: #E0A23E;

  --ink: #3C2415;
  --ink-2: #6E5847;
  --ink-3: #9A8775;
  --paper: #F8F1E7;
  --paper-2: #F2E4D6;
  --surface: #FFFFFF;
  --hair: #E7DBCB;
  --hair-strong: #D8CBB8;

  --maxw: 1460px;
  --gutter: 40px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px; line-height: 1.6;
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0; text-wrap: pretty; }
h1, h2, h3 { margin: 0; letter-spacing: -0.02em; }

.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.38em; text-transform: uppercase; color: var(--accent); margin: 0; }
.eyebrow.muted { color: var(--ink-3); }

/* page numbering chip (dossier device) */
.pageno { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; color: var(--ink-3); white-space: nowrap; }
.pageno b { color: var(--ink); }

/* footnote tick (from proposal) */
.fnote { position: relative; padding-top: 18px; margin-top: 40px; border-top: 1px solid var(--hair); display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 11.5px; color: var(--ink-3); letter-spacing: 0.02em; }
.fnote::before { content: ""; position: absolute; top: -1px; left: 0; width: 34px; height: 2px; background: var(--accent); }
.fnote .site { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 14px 24px; border-radius: 9px; cursor: pointer; border: 1px solid transparent; transition: all .24s ease; white-space: nowrap; }
.btn::before { content: "✦"; font-size: 10px; line-height: 1; }
.btn-dark::before, .btn-accent::before { color: var(--gold); }
.btn-ghost::before { color: var(--accent); }
.btn .arr { display: none; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--accent-deep); }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-deep); }
.tlink { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--ink-2); transition: .2s; }
.tlink:hover { color: var(--ink); }

/* wordmark */
.mark { display: flex; align-items: center; gap: 11px; font-size: 17px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink); }
.mark .pl { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; background: var(--ink); color: #fff; font-size: 20px; font-weight: 500; border-radius: 7px; line-height: 0; }
.mark.light { color: #fff; }

/* brand-logo — mesmo componente HTML/CSS do academy.maisadvantage.pt, sem a caixa "ACADEMY" */
.brand-logo { display: inline-flex; align-items: center; gap: 11px; line-height: 1; text-decoration: none; }
.brand-logo .bl-sq { width: 22px; height: 22px; margin-right: -3px; border: 2.6px solid var(--ink); box-sizing: border-box; flex: 0 0 auto; }
.brand-logo .bl-word { display: flex; align-items: center; height: 22px; font-weight: 800; font-size: 25px; letter-spacing: -0.005em; color: var(--ink); white-space: nowrap; }
.brand-logo.dark .bl-sq { border-color: var(--paper); }
.brand-logo.dark .bl-word { color: var(--paper); }

/* ============================================================
   NAV
   ============================================================ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background .3s, border-color .3s, backdrop-filter .3s; border-bottom: 1px solid transparent; }
.nav .row { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.nav.scrolled { background: rgba(248,241,231,0.86); backdrop-filter: saturate(150%) blur(14px); border-bottom-color: var(--hair); }
.nav .navcta { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--ink); border: 1px solid var(--ink); border-radius: 9px; padding: 10px 18px; transition: all .22s; white-space: nowrap; }
.nav .navcta::before { content: "✦"; color: var(--accent); font-size: 10px; line-height: 1; }
.nav .navcta:hover { background: var(--ink); color: #fff; }
.nav .navcta:hover::before { color: var(--gold); }
.nav .links { display: flex; align-items: center; gap: 22px; }
.nav .markrule { flex: 1; height: 1px; background: var(--hair-strong); margin: 0 40px 0 24px; min-width: 40px; }
.nav .links .sep { color: var(--hair-strong); font-weight: 300; font-size: 12px; line-height: 1; user-select: none; }
.nav .links a { font-size: 12px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--ink-2); display: inline-flex; align-items: center; transition: color .2s; position: relative; }
.nav .links a:hover { color: var(--ink); }
.nav .links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1.5px; background: var(--accent); transition: right .26s ease; }
.nav .links a:hover::after { right: 0; }
.nav .links + .navcta { margin-left: 38px; }

/* ============================================================
   HERO — the "cover" panel (homage to the proposal cover)
   ============================================================ */
.hero { background: var(--surface); padding: calc(78px + 24px) 0 36px; }
.cover {
  display: grid; grid-template-columns: 1.32fr 0.68fr;
  min-height: calc(100vh - 78px - 24px - 36px);
}
.cover-l { padding: 48px 56px 40px 0; display: flex; flex-direction: column; }
.cover-l .top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cover-l .center { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 40px 0; }
.cover-l h1 { font-weight: 300; line-height: 0.98; letter-spacing: -0.035em; font-size: clamp(44px, 5.6vw, 92px); color: var(--ink); }
.cover-l h1 b { font-weight: 700; }
.cover-l .sub { font-size: clamp(16px, 1.4vw, 20px); line-height: 1.55; color: var(--ink-2); max-width: 480px; margin-top: 30px; }
.cover-l .cta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 40px; }
/* bottom meta strip inside cover */
.cover-l .meta { display: flex; border-top: 1px solid var(--hair); margin-top: auto; }
.cover-l .meta .m { flex: 1; padding: 18px 20px 0 0; }
.cover-l .meta .m:not(:first-child) { padding-left: 22px; border-left: 1px solid var(--hair); }
.cover-l .meta .m .k { font-size: 9px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); }
.cover-l .meta .m .v { font-size: 14px; font-weight: 500; color: var(--ink); margin-top: 7px; }
.cover-l .meta-about { display: block; padding-top: 22px; border-top: none; position: relative; }
.cover-l .meta-about::before { content: ""; position: absolute; top: 0; left: 0; width: var(--hero-line-w, 455px); max-width: 100%; height: 1px; background: var(--hair); }
.cover-l .meta-about .about-k { font-size: 9px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin: 0 0 10px; }
.cover-l .meta-about .about-t { font-size: 14px; line-height: 1.6; color: var(--ink-2); margin: 0; max-width: 760px; text-wrap: pretty; text-align: left; }
.cover-l .meta-about .about-t b { color: var(--ink); font-weight: 600; }

.cover-r { position: relative; display: flex; align-items: center; justify-content: center; padding: 36px 8px 36px 64px; }

/* ============================================================
   FIG-CARD — reusable floating image card (recurring motif)
   ============================================================ */
.fig-card { position: relative; width: 100%; max-width: 332px; }
.fig-card::before {
  content: ""; position: absolute; z-index: 0;
  left: -22px; top: 24px; right: 22px; bottom: -24px;
  border: 1px solid var(--hair-strong); border-radius: 3px; pointer-events: none;
}
.fig-card .card {
  position: relative; z-index: 1; aspect-ratio: 3 / 4;
  background: var(--surface); border: 1px solid var(--hair); border-radius: 3px;
  overflow: hidden; box-shadow: 0 28px 60px -28px rgba(60,36,21,0.45);
}
.fig-card .card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fig-card .corner {
  position: absolute; z-index: 2; top: -2px; right: -16px; text-align: right;
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-3); line-height: 1.7; transform: translateY(-100%); padding-bottom: 12px;
}
.fig-card .tag {
  position: absolute; z-index: 2; left: -8px; bottom: -22px;
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.03em; color: var(--ink);
  background: var(--surface); border: 1px solid var(--hair-strong); border-radius: 999px;
  padding: 9px 16px; box-shadow: 0 14px 34px -18px rgba(60,36,21,0.4); white-space: nowrap;
}
.fig-card .tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex: none; }
/* hero placement */
.hero-fig { margin-left: auto; max-width: 372px; }
.hero-fig .card { aspect-ratio: 520 / 794; }
.hero-fig::before { background: #F8F1E7; border-color: #EFE5D6; }
.fig-card .card svg { width: 100%; height: 100%; display: block; }
/* dark-background variant (contact section) */
.fig-card.on-dark::before { border-color: rgba(255,255,255,0.16); }
.fig-card.on-dark .card { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.12); box-shadow: 0 28px 60px -28px rgba(0,0,0,0.6); }
.fig-card.on-dark .corner { color: rgba(255,255,255,0.5); }
/* contact card: solid terracotta block (no image) */
.fig-card.contact-fig .card { background: var(--accent); border-color: transparent; box-shadow: 0 28px 60px -28px rgba(138,61,38,0.6); }
.contact-fig.fig-card::before { border-color: rgba(255,255,255,0.16); }

/* offer section: figure anchors the offerings list */
.offer-body { display: grid; grid-template-columns: 372px 1fr; gap: 72px; align-items: center; margin-top: 46px; }
.offer-body .olist { margin-top: 0; }
.sec-fig { max-width: 372px; }
.sec-fig .card { aspect-ratio: 520 / 794; }
.sec-fig .card img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* areas panel: arc art as watermark, title + tags overlaid */
.areas-panel { display: block; background: #E9CDBC; }
.areas-panel .panel-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; mix-blend-mode: multiply; }
.areas-panel .panel-inner { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding: 34px 30px 30px; }
.areas-panel .panel-title { font-size: clamp(26px, 2.2vw, 33px); font-weight: 300; line-height: 1.04; letter-spacing: -0.03em; color: var(--ink); text-align: left; text-wrap: balance; }
.areas-panel .panel-title b { font-weight: 600; color: var(--accent); }
.areas-panel .panel-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.areas-panel .panel-tags span { display: inline-flex; align-items: center; font-size: 11.5px; font-weight: 600; letter-spacing: 0.02em; color: var(--ink); background: rgba(255,250,245,0.8); border: 1px solid rgba(138,61,38,0.2); border-radius: 9px; padding: 6px 12px; backdrop-filter: blur(2px); white-space: nowrap; }


/* ============================================================
   CLIENTS strip (star clients)
   ============================================================ */
.clients { background: var(--surface); }
.clients .band { margin: 0 40px; border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); padding: 30px 0; display: flex; align-items: center; gap: 44px; }
.clients .lbl { flex: none; width: 132px; font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); line-height: 1.7; }
.clients .logos-marquee { flex: 1; min-width: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.clients .logos-track { display: flex; align-items: center; width: max-content; gap: 44px; animation: clients-marquee 42s linear infinite; }
.clients .logos-track:hover { animation-play-state: paused; }
.clients .logos-track .clogo { flex: 0 0 auto; width: auto; height: 38px; object-fit: contain; object-position: center; opacity: 0.78; }
.clients .logos-track .clogo.stacked { height: 44px; }
.clients .logos-track .clogo.worten { transform: translateY(-5px); }
.clients .logos-track .clogo.retail { height: 58px; }
.clients .logos-track .clogo.incoveca { height: 30px; }
@keyframes clients-marquee { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 22px)); } }
@media (prefers-reduced-motion: reduce) {
  .clients .logos-track { animation: none; flex-wrap: wrap; width: auto; }
  .clients .logos-track .clogo[aria-hidden="true"] { display: none; }
}
.clients image-slot { flex: 1; min-width: 0; height: 58px; }
.clients image-slot::part(frame) { background: transparent; border-radius: 9px; box-shadow: inset 0 0 0 1px var(--hair); }
.clients image-slot::part(ring) { border: none; }

/* ============================================================
   SECTION ORNAMENT (enterprise network / growth motif)
   ============================================================ */
.ornament { display: flex; align-items: center; gap: 26px; padding: clamp(44px, 6vw, 78px) 0; }
.ornament .ln { flex: 1; height: 1px; background: var(--hair); }
.ornament svg { flex: none; display: block; }

/* ============================================================
   AREAS band
   ============================================================ */
.areas { border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); margin: 40px 0 8px; padding: 24px 0; display: flex; align-items: center; gap: 30px; }
.areas .k { flex: none; font-size: 9.5px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); }
.areas .list { display: flex; flex-wrap: wrap; gap: 9px; }
.areas .list span { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; letter-spacing: 0.03em; color: var(--ink); background: transparent; border: 1px solid var(--hair-strong); border-radius: 9px; padding: 7px 14px; transition: border-color .2s, background .2s; }
.areas .list span::before { content: "✦"; color: var(--accent); font-size: 9px; line-height: 1; }
.areas .list span:hover { border-color: var(--ink); background: var(--paper-2); }

/* ============================================================
   OFFER — dossier section
   ============================================================ */
.sec { padding: clamp(80px, 10vw, 140px) 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 8px; }
.sec-head h2 { font-size: clamp(28px, 3.6vw, 48px); font-weight: 300; line-height: 1.06; letter-spacing: -0.025em; }
.sec-head h2 b { font-weight: 700; }
.sec-head .right { text-align: right; flex: none; }
.sec-head .right .eyebrow { margin-bottom: 10px; }

/* meta strip */
.mstrip { display: flex; border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); margin: 40px 0 8px; }
.mstrip .ms { flex: 1; padding: 16px 22px 16px 0; border-right: 1px solid var(--hair); display: flex; align-items: baseline; gap: 10px; }
.mstrip .ms:not(:first-child) { padding-left: 24px; }
.mstrip .ms:last-child { border-right: none; }
.mstrip .ms .k { font-size: 9px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; }
.mstrip .ms .v { font-size: 13.5px; font-weight: 500; color: var(--ink); }

/* editorial list */
.olist { margin-top: 14px; }
.orow { display: grid; grid-template-columns: 80px minmax(0,1fr) 1.35fr 56px; align-items: center; gap: 30px; padding: 36px 0; border-bottom: 1px solid var(--hair); transition: padding-left .3s ease; }
.orow .on { font-size: 13px; font-weight: 600; letter-spacing: 0.16em; color: var(--accent); }
.orow h3 { font-size: clamp(22px, 2.4vw, 32px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.06; }
.orow p { font-size: 15px; line-height: 1.6; color: var(--ink-2); max-width: 440px; }
.orow .go { justify-self: end; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--hair); display: flex; align-items: center; justify-content: center; color: var(--ink); transition: all .26s ease; }
.orow:hover { padding-left: 14px; }
.orow:hover .go { background: var(--ink); color: #fff; border-color: var(--ink); transform: rotate(-45deg); }

/* ============================================================
   PROJETOS — minimal: list left, cofinancing box right
   ============================================================ */
.projects { background: var(--paper-2); }
.proj-body { display: grid; grid-template-columns: 372px 1fr; gap: 72px; align-items: start; margin-top: 46px; }
.proj-list { display: flex; flex-direction: column; }
.proj-row { display: grid; grid-template-columns: 44px 276px 1.3fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--hair); align-items: start; }
.proj-row:first-child { border-top: 1px solid var(--hair); }
.proj-row .rk { font-size: 13px; font-weight: 600; letter-spacing: 0.16em; color: var(--accent); padding-top: 6px; }
.proj-row .rt { font-size: clamp(18px, 1.5vw, 21px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.15; margin: 3px 0 0; white-space: nowrap; }
.proj-row .rc p { font-size: 15px; line-height: 1.62; color: var(--ink-2); max-width: 520px; margin: 0; }
.proj-row .rtags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; }
.proj-row .rtags .rtag { font-size: 11px; font-weight: 600; letter-spacing: 0.02em; color: var(--ink); background: transparent; border: 1px solid var(--hair-strong); border-radius: 9px; padding: 6px 13px; white-space: nowrap; text-decoration: none; transition: background .18s ease, border-color .18s ease, color .18s ease; }
.proj-row .rtags .rtag:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.proj-row .rlogos { display: flex; align-items: center; gap: 12px; margin-left: 0; padding-left: 18px; position: relative; }
.proj-row .rlogos::before { content: ""; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); width: 1px; height: 30px; background: var(--hair-strong); }
.proj-row .rlogos.rlogos--flush { padding-left: 0; }
.proj-row .rlogos.rlogos--flush::before { display: none; }
.proj-row .rlogos image-slot { width: 78px; height: 34px; --radius: 4px; }
.proj-row .rlogos .cofin-bar { height: 60px; width: auto; display: block; }

/* cofinancing box (reuses fig-card frame) */
.proj-fig { max-width: 372px; order: -1; }
.proj-fig .card { aspect-ratio: 520 / 880; }
.proj-fig .card.cofin-panel { display: block; background: #FAF1E4; }
.cofin-panel .panel-art-svg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; opacity: 0.22; pointer-events: none; }
.cofin-panel .panel-inner { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding: 38px 32px 34px; }
.cofin-panel .cofin-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin: 0 0 14px; }
.cofin-panel .panel-title { font-size: clamp(26px, 2.2vw, 31px); font-weight: 300; line-height: 1.06; letter-spacing: -0.035em; color: var(--ink); margin: 0; text-wrap: balance; }
.cofin-panel .panel-title b { font-weight: 700; color: var(--ink); }
.cofin-panel .panel-title .pt-accent { font-weight: 700; color: var(--accent); }
.cofin-panel .cofin-groups { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.cofin-panel .cofin-group { display: flex; flex-direction: column; gap: 10px; }
.cofin-panel .cofin-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.cofin-panel .cofin-chips span { display: inline-flex; align-items: center; font-size: 11.5px; font-weight: 600; letter-spacing: 0.02em; color: var(--ink); background: rgba(138,61,38,0.06); border: 1px solid rgba(138,61,38,0.22); border-radius: 9px; padding: 6px 12px; white-space: nowrap; }
.cofin-panel .aud-list { display: flex; flex-direction: column; gap: 26px; }
.cofin-panel .aud { display: flex; flex-direction: column; gap: 10px; }
.cofin-panel .aud + .aud { padding-top: 0; border-top: none; }
.cofin-panel .aud-head { display: flex; align-items: center; gap: 10px; }
.cofin-panel .aud-mk { font-size: 13px; font-weight: 600; letter-spacing: 0.16em; color: var(--accent); line-height: 1; }
.cofin-panel .aud-label { font-size: 14.5px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); }
.cofin-panel .aud-projs { display: flex; flex-wrap: wrap; gap: 6px 14px; }
.cofin-panel .aud-proj { display: inline-flex; align-items: center; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); white-space: nowrap; }
.cofin-panel .aud-proj + .aud-proj { position: relative; padding-left: 14px; }
.cofin-panel .aud-proj + .aud-proj::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 11px; background: var(--hair-strong); }
.cofin-panel .aud-desc { font-size: 12.5px; line-height: 1.5; color: var(--ink-2); margin: 0; }
.cofin-panel .cofin-cta { padding-top: 18px; border-top: 1px solid var(--hair-strong); display: flex; flex-direction: column; gap: 14px; }
.cofin-panel .cofin-foot { font-size: 13px; line-height: 1.5; color: var(--ink-2); margin: 0; }
.cofin-panel .cofin-foot b { color: var(--ink); font-weight: 700; }
.cofin-panel .cofin-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; align-self: flex-start; font-size: 13px; font-weight: 600; letter-spacing: 0.01em; color: #fff; background: var(--accent); border-radius: 10px; padding: 11px 20px; transition: background .2s ease, transform .2s ease; }
.cofin-panel .cofin-btn:hover { background: var(--accent-deep); }
.cofin-panel .cofin-btn .arr { transition: transform .2s ease; }
.cofin-panel .cofin-btn:hover .arr { transform: translateX(4px); }

/* ============================================================
   SUSTENTABILIDADE — warm deep band
   ============================================================ */
.sustain { position: relative; overflow: hidden; background: #4A2415; padding: clamp(52px, 6vw, 80px) 0; }
.sustain .sustain-art { position: absolute; right: -120px; top: 30%; transform: translateY(-50%); width: 520px; height: 520px; pointer-events: none;
  background: radial-gradient(circle, rgba(224,162,62,0.10) 0%, rgba(224,162,62,0) 62%); }
.sustain .sustain-inner { position: relative; z-index: 1; }
.sustain .sustain-top { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(40px, 6vw, 84px); align-items: end; }
.sustain .eyebrow { color: var(--gold); margin-bottom: 20px; }
.sustain .sustain-h { font-size: clamp(28px, 3vw, 42px); font-weight: 300; line-height: 1.08; letter-spacing: -0.03em; color: #fff; margin: 0; }
.sustain .sustain-h b { font-weight: 600; color: var(--gold); }
.sustain .sustain-sub { font-size: 15.5px; line-height: 1.65; color: rgba(255,247,238,0.66); margin: 0; max-width: 460px; }
.sustain .sustain-ods { margin-top: clamp(36px, 4.4vw, 56px); padding-top: 30px; border-top: 1px solid rgba(255,247,238,0.16); }
.sustain .ods-k { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,247,238,0.42); margin: 0 0 24px; }
.sustain .ods-list { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: clamp(10px, 1.6vw, 28px); }
.sustain .ods { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.sustain .ods-n { font-size: clamp(20px, 2vw, 30px); font-weight: 300; letter-spacing: -0.02em; color: var(--gold); line-height: 1; }
.sustain .ods-t { font-size: clamp(11px, 1vw, 14px); font-weight: 500; line-height: 1.35; color: #F6ECE2; }
.climax { background: var(--ink); color: #fff; position: relative; overflow: hidden; padding: clamp(56px, 7.5vw, 90px) 0; }
/* white breathing space above the dark contact block */
.preclimax { background: var(--surface); height: clamp(80px, 9vw, 132px); }
.climax .grid { display: grid; grid-template-columns: 1fr 372px; gap: 72px; align-items: center; position: relative; z-index: 2; }
.climax .eyebrow { color: var(--gold); margin-bottom: 26px; }
.climax .slogan { font-weight: 300; line-height: 0.98; letter-spacing: -0.035em; font-size: clamp(40px, 4.2vw, 66px); color: #fff; }
.climax .slogan b { font-weight: 700; color: var(--gold); }
.climax .sub { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,0.7); margin: 30px 0 40px; max-width: 420px; }
.climax .direct { display: flex; flex-direction: column; gap: 16px; }
.climax .direct a { display: inline-flex; align-items: baseline; gap: 14px; font-size: 15.5px; color: #fff; transition: color .2s; }
.climax .direct a:hover { color: var(--gold); }
.climax .direct-note { font-size: 11.5px; line-height: 1.5; color: rgba(255,255,255,0.4); margin: 8px 0 0; padding-left: 86px; }
.climax .direct a .k { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.4); width: 72px; flex: none; }
.climax .next-steps { margin-top: 40px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.16); }
.climax .ns-k { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin: 0 0 20px; }
.climax .ns-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 15px; }
.climax .ns-list li { display: flex; align-items: baseline; gap: 16px; }
.climax .ns-n { flex: none; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; color: var(--gold); width: 26px; }
.climax .ns-t { font-size: 15px; line-height: 1.5; color: rgba(255,247,238,0.82); }
.climax .ns-trust { margin: 26px 0 0; font-size: 12px; letter-spacing: 0.04em; color: rgba(255,255,255,0.42); }

/* lead form — fig-card motif (matches hero & areas boxes) */
.lead { position: relative; background: #FAF1E4; border: 1px solid var(--hair); border-radius: 3px; padding: 22px 26px; display: grid; grid-template-columns: 1fr; gap: 9px; min-width: 0; min-height: 568px; align-content: center; box-shadow: 0 34px 72px -30px rgba(0,0,0,0.55); }
.lead::before { content: ""; position: absolute; z-index: 0; left: -20px; top: 22px; right: 20px; bottom: -22px; border: 1px solid rgba(255,255,255,0.24); border-radius: 3px; pointer-events: none; }
.lead > * { position: relative; z-index: 1; }
.lead .panel-art { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; mix-blend-mode: multiply; pointer-events: none; }
.field { display: flex; flex-direction: column; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 3px; }
.field label .req { color: var(--accent); margin-left: 1px; }
.field label .opt { color: var(--ink-3); font-weight: 500; letter-spacing: 0.08em; text-transform: none; }
.field input, .field textarea { background: transparent; border: none; border-bottom: 1px solid rgba(60,36,21,0.4); border-radius: 0; color: var(--ink); font-family: inherit; font-size: 15px; padding: 7px 2px; transition: border-color .25s; outline: none; resize: none; box-shadow: none; width: 100%; min-width: 0; }
.field input::placeholder, .field textarea::placeholder { color: rgba(60,36,21,0.42); }
.field input:focus, .field textarea:focus { border-bottom-color: var(--accent); box-shadow: none; }
.lead .submit { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 2px; }
.lead .submit .note { font-size: 12px; color: var(--ink-3); max-width: 280px; line-height: 1.5; }
.lead .submit .note .req { color: var(--accent); font-weight: 700; }
.lead .submit .note a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.lead .submit .note a:hover { color: var(--accent-deep); }

.climax .bgmotif { position: absolute; right: -60px; bottom: -80px; width: 460px; height: 520px; opacity: 0.5; z-index: 1; pointer-events: none; }

/* ============================================================
   FOOTER
   ============================================================ */
.foot { background: #2E1810; padding: 64px 0 36px; }
.foot .mark { color: #fff; }
.foot .fnote { margin-top: 40px; border-top-color: rgba(255,255,255,0.14); }
.foot .fnote .site { color: #fff; }
.foot .left { display: flex; align-items: center; gap: 16px; }
.foot-grid { display: grid; grid-template-columns: 2.1fr 1fr 1.2fr 1fr; gap: 40px; align-items: start; }
.foot-grid > *:nth-child(4) { text-align: right; }
.foot-grid > *:nth-child(4) .foot-a11y { justify-content: flex-end; }
.foot-brand .mark { margin-bottom: 12px; }
.foot-brand .foot-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 22px; }
.foot-addr { font-style: normal; font-size: 13.5px; line-height: 1.7; color: rgba(255,255,255,0.72); margin-bottom: 8px; }
.foot-list.foot-contact { margin-bottom: 14px; display: inline-flex; flex-direction: row; flex-wrap: nowrap; white-space: nowrap; gap: 8px 20px; }
.foot-contact li { position: relative; }
.foot-contact li + li::before { content: ""; position: absolute; left: -12px; top: 50%; transform: translateY(-50%); width: 1px; height: 12px; background: rgba(255,255,255,0.2); }
.foot-k { font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin: 0 0 18px; }
.foot-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.foot-list li { font-size: 13.5px; line-height: 1.4; color: rgba(255,255,255,0.72); }
.foot-list a { color: rgba(255,255,255,0.72); transition: color .2s; }
.foot-list a:hover { color: var(--gold); }
.foot-a11y { display: inline-flex; align-items: center; gap: 7px; }
.foot-a11y svg { flex: none; opacity: .85; }
.foot-meta { font-size: 11.5px; line-height: 1.6; color: rgba(255,255,255,0.42); margin: 0; }
.foot-logos { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.foot-logos .logo-dgert { height: 78px; width: auto; object-fit: contain; }
.foot-logos-seals img { height: 72px; width: auto; object-fit: contain; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  :root { --gutter: 32px; }
  .nav .links { display: none; }
  .cover { grid-template-columns: 1fr; min-height: 0; }
  .cover-r { display: none; }
  .offer-body { grid-template-columns: 1fr; gap: 0; }
  .sec-fig, .contact-fig { display: none; }
  .climax .grid { grid-template-columns: 1fr; }
  .sustain .sustain-top { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .sustain .ods-list { grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; }
  .cover-l { padding: 40px 0 36px; min-height: calc(100vh - 200px); }
  .clients .band { margin: 0; padding: 24px 0; flex-wrap: wrap; gap: 16px 28px; }
  .clients .lbl { width: 100%; }
  .climax .grid { grid-template-columns: 1fr; gap: 48px; }
  .orow { grid-template-columns: 56px 1fr; gap: 8px 20px; }
  .orow p { grid-column: 2; }
  .orow .go { display: none; }
  .orow:hover { padding-left: 0; }
  .proj-body { grid-template-columns: 1fr; gap: 40px; }
  .proj-fig { display: none; }
}
@media (max-width: 560px) {
  :root { --gutter: 22px; }
  .cover-l .meta { flex-wrap: wrap; }
  .cover-l .meta .m { flex: 1 1 45%; }
  .areas { flex-direction: column; align-items: flex-start; gap: 14px; }
  .lead { grid-template-columns: 1fr; padding: 30px 24px; }
  .proj-row { grid-template-columns: 40px 1fr; gap: 14px 18px; }
  .proj-row .rt { grid-column: 2; white-space: normal; }
  .proj-row .rc { grid-column: 2; }
  .sustain .ods-list { grid-template-columns: repeat(2, 1fr); gap: 22px 24px; }
  .sec-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .sec-head .right { text-align: left; }
  .foot .fnote { flex-direction: column; align-items: flex-start; gap: 14px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px 28px; }
}
