/* ==========================================================================
   Attune - site styles (v2)
   Dark, cinematic surfaces with the Attune lime as the single accent.
   Raleway for display, Inter for reading. No framework, no build step.
   ========================================================================== */

:root {
  --lime: #b2dd4c;
  --lime-deep: #8fc42a;
  --lime-ink: #4d7f14;
  --lime-tint: #eef7d9;
  --ink: #0e1013;
  --ink-2: #15181d;
  --ink-3: #1d2128;
  --ink-4: #262b33;
  --text: #2f3339;
  --muted: #676c75;
  --line: #e3e6e0;
  --line-dark: rgba(255, 255, 255, 0.09);
  --paper: #f5f6f2;
  --white: #ffffff;
  --danger: #c8372d;

  --display: "Raleway", "Segoe UI", system-ui, sans-serif;
  --body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --r-sm: 10px;
  --r: 18px;
  --r-lg: 28px;
  --shadow: 0 14px 40px rgba(14, 16, 19, 0.10);
  --shadow-lg: 0 30px 80px rgba(14, 16, 19, 0.22);
  --wrap: 1240px;
  --gutter: clamp(18px, 4vw, 44px);
  --header-h: 76px;
}

/* --------------------------------------------------------------- reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--body); font-size: 1.02rem; line-height: 1.68; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--lime-ink); text-decoration: none; }
a:hover { color: var(--lime-deep); }
h1, h2, h3, h4 { font-family: var(--display); color: var(--ink); line-height: 1.1; margin: 0 0 0.55em; font-weight: 800; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.5rem, 5.6vw, 4.6rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
h3 { font-size: 1.35rem; letter-spacing: -0.015em; font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; letter-spacing: 0; }
h1 em, h2 em, h3 em { font-style: normal; color: var(--lime-ink); }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.3em; }
li { margin-bottom: 0.35em; }
strong { color: var(--ink); font-weight: 600; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.skip { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 0.6rem 1rem; z-index: 999; }
.skip:focus { left: 1rem; top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* -------------------------------------------------------------- layout */
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.wrap--narrow { width: min(800px, 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section--tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.section--paper { background: var(--paper); }
.section--dark { background: var(--ink); color: #c4c8cf; }
.section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }
.section--dark h2 em { color: var(--lime); }
.section--dark p { color: #b9bec6; }
.section--dark strong { color: #fff; }
.section-head { max-width: 760px; margin-bottom: clamp(2.2rem, 4.5vw, 3.6rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; max-width: none; }
.section-head--row > div { max-width: 760px; }
.section-head p { font-size: 1.12rem; color: var(--muted); margin: 0; }
.section--dark .section-head p { color: #b9bec6; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--display); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lime-ink); margin-bottom: 1rem; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(178, 221, 76, 0.25); }
.section--dark .eyebrow { color: var(--lime); }
.grid { display: grid; gap: clamp(1.1rem, 2vw, 1.6rem); }
.grid > *, .split > *, .bento > *, .footer__grid > *, .enquiry > *, .cta > *, .scenes__panel > *, .compare > * { min-width: 0; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1080px) { .grid--5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 980px) { .grid--4, .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid--2, .grid--3, .grid--4, .grid--5 { grid-template-columns: 1fr; } .section-head--row { flex-direction: column; align-items: flex-start; } }

/* ------------------------------------------------------------- buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; padding: 0.95rem 1.7rem; border-radius: 999px; font-family: var(--display); font-weight: 800; font-size: 0.92rem; letter-spacing: 0.01em; border: 2px solid transparent; cursor: pointer; transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s; line-height: 1.2; text-decoration: none; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--primary { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.btn--primary:hover { background: #c6ec66; border-color: #c6ec66; color: var(--ink); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(178, 221, 76, 0.35); }
.btn--dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--dark:hover { background: var(--ink-3); color: #fff; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: rgba(14, 16, 19, 0.2); }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--ghost-light { background: rgba(255, 255, 255, 0.04); color: #fff; border-color: rgba(255, 255, 255, 0.28); }
.btn--ghost-light:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--sm { padding: 0.62rem 1.15rem; font-size: 0.84rem; }
.btn[disabled] { opacity: 0.6; cursor: wait; transform: none; }
.link-arrow { font-family: var(--display); font-weight: 800; font-size: 0.92rem; color: var(--lime-ink); display: inline-flex; align-items: center; gap: 0.4rem; }
.link-arrow::after { content: "\2192"; transition: transform 0.2s; }
.link-arrow:hover::after { transform: translateX(4px); }
.section--dark .link-arrow { color: var(--lime); }
.actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.8rem; }

/* -------------------------------------------------------------- header */
.header { position: sticky; top: 0; z-index: 60; background: rgba(14, 16, 19, 0.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-dark); }
.header__bar { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: var(--header-h); }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 38px; width: auto; }
.nav { display: flex; align-items: center; gap: 0.3rem; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 0.1rem; }
.nav > ul > li { position: relative; }
.nav a, .nav button.nav__top { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.55rem 0.8rem; border-radius: 8px; font-family: var(--body); font-weight: 500; font-size: 0.92rem; color: #dfe2e7; background: none; border: 0; cursor: pointer; transition: color 0.2s, background 0.2s; }
.nav a:hover, .nav button.nav__top:hover, .nav > ul > li.is-open > .nav__top { color: #fff; background: rgba(255, 255, 255, 0.07); }
.nav a[aria-current="page"] { color: var(--lime); }
.nav__top svg { width: 14px; height: 14px; transition: transform 0.2s; opacity: 0.7; }
.nav > ul > li.is-open > .nav__top svg { transform: rotate(180deg); }
.nav__menu { position: absolute; top: calc(100% + 10px); left: 0; min-width: 300px; background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: 16px; box-shadow: var(--shadow-lg); padding: 0.5rem; display: none; flex-direction: column; z-index: 70; }
.nav__menu::before { content: ""; position: absolute; top: -10px; left: 0; right: 0; height: 10px; }
.nav__menu a { display: block; padding: 0.62rem 0.85rem; font-weight: 500; color: #e8eaee; border-radius: 10px; white-space: nowrap; }
.nav__menu a:hover { background: rgba(178, 221, 76, 0.12); color: #fff; }
.nav__menu small { display: block; font-size: 0.76rem; color: #8b919b; font-weight: 400; margin-top: 1px; }
.nav > ul > li.is-open > .nav__menu { display: flex; }
.nav__cta { margin-left: 0.8rem; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-dark); border-radius: 12px; background: transparent; cursor: pointer; padding: 0; align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: #fff; position: relative; transition: background 0.2s; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: #fff; transition: transform 0.2s, top 0.2s; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }
@media (max-width: 1100px) { .nav a, .nav button.nav__top { font-size: 0.86rem; padding: 0.5rem 0.55rem; } }
@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--ink-2); border-bottom: 1px solid var(--line-dark); box-shadow: var(--shadow-lg); padding: 0.6rem var(--gutter) 1.4rem; max-height: calc(100vh - var(--header-h)); overflow: auto; }
  .nav[data-open="true"] { display: block; }
  .nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav > ul > li { border-bottom: 1px solid var(--line-dark); }
  .nav a, .nav button.nav__top { width: 100%; justify-content: space-between; padding: 0.9rem 0.3rem; font-size: 1rem; border-radius: 0; }
  .nav__menu { position: static; box-shadow: none; border: 0; padding: 0 0 0.6rem 0.6rem; min-width: 0; background: transparent; }
  .nav__menu a { white-space: normal; padding: 0.55rem 0.4rem; }
  .nav__cta { margin: 1rem 0 0; width: 100%; }
}

/* ---------------------------------------------------------------- hero */
.hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; isolation: isolate; }
.hero__media { position: absolute; inset: 0; z-index: -1; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.55; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(14, 16, 19, 0.96) 0%, rgba(14, 16, 19, 0.82) 40%, rgba(14, 16, 19, 0.35) 100%), radial-gradient(60% 80% at 85% 20%, rgba(178, 221, 76, 0.16), transparent 60%); }
.hero__inner { padding: clamp(4.5rem, 11vw, 8.5rem) 0 clamp(3rem, 7vw, 5rem); max-width: 780px; }
.hero h1 { color: #fff; margin-bottom: 1.2rem; text-wrap: balance; }
.hero h1 em { color: var(--lime); }
.hero .lead { font-size: clamp(1.08rem, 1.7vw, 1.3rem); color: rgba(255, 255, 255, 0.82); max-width: 600px; line-height: 1.6; }
.hero .eyebrow { color: var(--lime); }
.hero .actions { margin-top: 2rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 0.6rem 2rem; margin-top: 2.8rem; padding-top: 1.6rem; border-top: 1px solid rgba(255, 255, 255, 0.14); font-size: 0.86rem; color: rgba(255, 255, 255, 0.78); }
.hero__trust li { list-style: none; display: inline-flex; align-items: center; gap: 0.5rem; margin: 0; }
.hero__trust svg { width: 16px; height: 16px; color: var(--lime); }
.hero__trust ul { display: contents; }
.hero__trust ul { margin: 0; padding: 0; }
.hero__trust img { height: 34px; width: auto; border-radius: 4px; }

/* inner page hero: text + framed image */
.phero { position: relative; background: var(--ink); color: #fff; overflow: hidden; isolation: isolate; }
.phero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(55% 70% at 100% 0%, rgba(178, 221, 76, 0.18), transparent 60%), radial-gradient(40% 50% at 0% 100%, rgba(178, 221, 76, 0.08), transparent 60%); }
.phero__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.phero__grid--single { grid-template-columns: 1fr; }
.phero h1 { color: #fff; font-size: clamp(2.2rem, 4.6vw, 3.8rem); text-wrap: balance; }
.phero h1 em { color: var(--lime); }
.phero .lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: rgba(255, 255, 255, 0.8); max-width: 580px; }
.phero .eyebrow { color: var(--lime); }
.phero__media { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 5 / 4; box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255, 255, 255, 0.08); background: var(--ink-3); }
.phero__media img { width: 100%; height: 100%; object-fit: cover; }
.phero__media--contain { background: transparent; box-shadow: none; aspect-ratio: auto; }
.phero__media--contain img { object-fit: contain; }
.phero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(14, 16, 19, 0.35)); pointer-events: none; }
.phero__media--contain::after { display: none; }
.crumbs { display: flex; flex-wrap: wrap; gap: 0.4rem; font-size: 0.8rem; color: rgba(255, 255, 255, 0.55); margin-bottom: 1.2rem; }
.crumbs a { color: rgba(255, 255, 255, 0.7); }
.crumbs a:hover { color: var(--lime); }
.crumbs span::before { content: "/"; margin-right: 0.4rem; opacity: 0.4; }
@media (max-width: 860px) { .phero__grid { grid-template-columns: 1fr; } .phero__media { aspect-ratio: 16 / 10; } }

/* ------------------------------------------------------------- marquee */
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee__track { display: flex; gap: 4rem; width: max-content; animation: marquee 55s linear infinite; align-items: center; }
.marquee__track img { height: 34px; width: auto; filter: grayscale(1); opacity: 0.65; mix-blend-mode: multiply; }
.section--dark .marquee__track img { filter: grayscale(1) brightness(2.2); opacity: 0.6; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; gap: 2rem; } }

/* -------------------------------------------------------------- scenes */
.scenes__tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.8rem; }
.scenes__tab { font-family: var(--display); font-weight: 800; font-size: 0.9rem; padding: 0.65rem 1.25rem; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; transition: background 0.2s, color 0.2s, border-color 0.2s; }
.scenes__tab:hover { border-color: var(--ink); }
.scenes__tab[aria-selected="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.section--dark .scenes__tab { background: transparent; border-color: var(--line-dark); color: #dfe2e7; }
.section--dark .scenes__tab[aria-selected="true"] { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.scenes__panel { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.scenes__media { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--shadow); background: var(--ink-3); }
.scenes__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.6s ease; }
.scenes__media img.is-active { opacity: 1; }
.scenes__copy { position: relative; min-height: 220px; }
.scenes__item { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity 0.45s ease, transform 0.45s ease, visibility 0s 0.45s; pointer-events: none; }
.scenes__item.is-active { position: relative; opacity: 1; visibility: visible; transform: none; pointer-events: auto; transition-delay: 0s; }
.scenes__item h3 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin-bottom: 0.7rem; }
.scenes__item p { font-size: 1.08rem; }
.scenes__time { font-family: var(--display); font-weight: 800; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--lime-ink); margin-bottom: 0.6rem; display: block; }
.section--dark .scenes__time { color: var(--lime); }
@media (max-width: 860px) { .scenes__panel { grid-template-columns: 1fr; } .scenes__media { aspect-ratio: 16 / 10; } }

/* --------------------------------------------------------------- bento */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(190px, auto); gap: 1.1rem; }
.bcard { position: relative; border-radius: var(--r); overflow: hidden; background: var(--paper); border: 1px solid var(--line); padding: 1.6rem; display: flex; flex-direction: column; justify-content: flex-end; transition: transform 0.3s, box-shadow 0.3s; }
.bcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.bcard--lg { grid-column: span 6; grid-row: span 2; }
.bcard--md { grid-column: span 6; }
.bcard--sm { grid-column: span 3; }
.bcard--img { color: #fff; border: 0; min-height: 300px; }
.bcard--img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.bcard--img:hover img { transform: scale(1.04); }
.bcard--img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14, 16, 19, 0) 25%, rgba(14, 16, 19, 0.9) 100%); }
.bcard__body { position: relative; z-index: 1; }
.bcard h3 { font-size: 1.2rem; margin-bottom: 0.4rem; }
.bcard--img h3 { color: #fff; font-size: 1.45rem; }
.bcard p { margin: 0; font-size: 0.95rem; color: var(--muted); }
.bcard--img p { color: rgba(255, 255, 255, 0.85); max-width: 46ch; }
.bcard__icon { width: 46px; height: 46px; border-radius: 12px; background: #fff; border: 1px solid var(--line); color: var(--lime-ink); display: inline-flex; align-items: center; justify-content: center; margin-bottom: auto; }
.bcard__icon svg { width: 22px; height: 22px; }
.bcard--sm .bcard__body { margin-top: 1.2rem; }
@media (max-width: 980px) { .bcard--lg, .bcard--md { grid-column: span 12; } .bcard--sm { grid-column: span 6; } .bcard--lg { grid-row: span 1; min-height: 340px; } }
@media (max-width: 620px) { .bcard--sm { grid-column: span 12; } }

/* ------------------------------------------------------------- compare */
.compare { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; font-size: 0.97rem; }
.compare th, .compare td { padding: 1rem 1.2rem; text-align: left; vertical-align: top; border-top: 1px solid var(--line); }
.compare thead th { border-top: 0; font-family: var(--display); font-weight: 800; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); background: var(--paper); }
.compare th:first-child, .compare td:first-child { font-weight: 600; color: var(--ink); width: 18%; }
.compare td:nth-child(2) { color: var(--muted); }
.compare th:last-child, .compare td:last-child { background: var(--lime-tint); color: var(--ink); }
.compare thead th:last-child { color: var(--lime-ink); }
.compare td:last-child { padding-left: 2.6rem; position: relative; }
.compare td:last-child::before { content: ""; position: absolute; left: 1.1rem; top: 1.25rem; width: 16px; height: 16px; border-radius: 50%; background: var(--lime); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230e1013' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L19 7'/%3E%3C/svg%3E"); background-size: 10px; background-position: center; background-repeat: no-repeat; }
@media (max-width: 720px) {
  .compare thead { display: none; }
  .compare, .compare tbody, .compare tr, .compare td { display: block; width: 100%; }
  .compare tr { border-top: 1px solid var(--line); }
  .compare td { border-top: 0; }
  .compare td:first-child { padding-bottom: 0.2rem; }
  .compare td:nth-child(2)::before { content: "Conventional: "; font-weight: 600; color: var(--ink); }
  .compare td:last-child { padding-left: 2.6rem; }
}

/* --------------------------------------------------------------- steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; counter-reset: step; }
.step { position: relative; padding: 1.8rem 1.6rem 1.8rem; border-radius: var(--r); background: #fff; border: 1px solid var(--line); }
.step::before { counter-increment: step; content: "0" counter(step); font-family: var(--display); font-weight: 800; font-size: 2.6rem; line-height: 1; color: var(--lime); letter-spacing: -0.04em; display: block; margin-bottom: 1rem; }
.step h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }
.step p { margin: 0; font-size: 0.95rem; color: var(--muted); }
.section--dark .step { background: rgba(255, 255, 255, 0.04); border-color: var(--line-dark); }
.section--dark .step p { color: #b9bec6; }
.steps--big { grid-template-columns: 1fr; gap: 0; }
.steps--big .step { display: grid; grid-template-columns: 140px 1fr; gap: 2rem; align-items: start; border: 0; border-top: 1px solid var(--line); border-radius: 0; padding: 2.2rem 0; background: transparent; }
.steps--big .step::before { font-size: 4rem; margin: 0; }
.steps--big .step h3 { font-size: 1.5rem; }
.steps--big .step p { font-size: 1.02rem; }
@media (max-width: 980px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .steps { grid-template-columns: 1fr; } .steps--big .step { grid-template-columns: 1fr; gap: 0.5rem; } }

/* --------------------------------------------------------------- stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.stat { padding: 1.6rem; border-radius: var(--r); background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line-dark); }
.stat strong { display: block; font-family: var(--display); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; color: var(--lime); line-height: 1; letter-spacing: -0.03em; margin-bottom: 0.6rem; }
.stat span { color: #b9bec6; font-size: 0.93rem; }
@media (max-width: 860px) { .stats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .stats { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ features */
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.features--3 { grid-template-columns: repeat(3, 1fr); }
.feature { padding: 1.7rem; border-radius: var(--r); background: #fff; border: 1px solid var(--line); transition: transform 0.25s, box-shadow 0.25s; }
.feature:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.feature__icon { width: 44px; height: 44px; border-radius: 12px; background: var(--lime-tint); color: var(--lime-ink); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; }
.feature__icon svg { width: 22px; height: 22px; }
.feature h3 { font-size: 1.12rem; margin-bottom: 0.4rem; }
.feature p { margin: 0; color: var(--muted); font-size: 0.96rem; }
.section--dark .feature { background: rgba(255, 255, 255, 0.04); border-color: var(--line-dark); }
.section--dark .feature__icon { background: rgba(178, 221, 76, 0.14); color: var(--lime); }
.section--dark .feature p { color: #b9bec6; }
@media (max-width: 980px) { .features--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .features, .features--3 { grid-template-columns: 1fr; } }
.checklist { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.checklist li { padding-left: 1.9rem; position: relative; margin-bottom: 0.55rem; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 0.35em; width: 18px; height: 18px; border-radius: 50%; background: var(--lime); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230e1013' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L19 7'/%3E%3C/svg%3E"); background-size: 11px; background-position: center; background-repeat: no-repeat; }

/* --------------------------------------------------------------- split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split + .split { margin-top: clamp(3.5rem, 7vw, 6rem); }
.split--reverse > .split__media { order: -1; }
.split__media { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); background: var(--paper); }
.split__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.split__media--contain { box-shadow: none; background: none; border-radius: 0; }
.split__media--contain img { object-fit: contain; aspect-ratio: auto; }
.split__body h3 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin-bottom: 0.9rem; }
.split__body p { font-size: 1.04rem; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } .split--reverse > .split__media { order: 0; } }

/* ------------------------------------------------------ picture cards */
.pcard { display: flex; flex-direction: column; border-radius: var(--r); overflow: hidden; background: #fff; border: 1px solid var(--line); color: inherit; transition: transform 0.3s, box-shadow 0.3s; }
.pcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); color: inherit; }
.pcard__img { aspect-ratio: 16 / 11; overflow: hidden; background: var(--paper); }
.pcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.pcard:hover .pcard__img img { transform: scale(1.05); }
.pcard__body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.pcard h3 { font-size: 1.12rem; margin-bottom: 0.4rem; }
.pcard p { color: var(--muted); font-size: 0.93rem; margin: 0; flex: 1; }
.pcard .link-arrow { margin-top: 1rem; font-size: 0.88rem; }
.tile { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 4 / 3; display: flex; align-items: flex-end; color: #fff; background: var(--ink); isolation: isolate; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; z-index: -1; }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14, 16, 19, 0) 30%, rgba(14, 16, 19, 0.92) 100%); z-index: -1; }
.tile:hover img { transform: scale(1.06); }
.tile:hover { color: #fff; }
.tile__body { padding: 1.4rem; width: 100%; }
.tile h3 { color: #fff; font-size: 1.25rem; margin-bottom: 0.3rem; }
.tile p { margin: 0; font-size: 0.9rem; color: rgba(255, 255, 255, 0.8); }
.tile__arrow { position: absolute; top: 1rem; right: 1rem; width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, 0.12); backdrop-filter: blur(6px); display: inline-flex; align-items: center; justify-content: center; transition: background 0.25s, transform 0.25s; }
.tile__arrow svg { width: 18px; height: 18px; }
.tile:hover .tile__arrow { background: var(--lime); color: var(--ink); transform: rotate(-45deg); }

/* ----------------------------------------------------------------- faq */
.faq { display: grid; gap: 0.7rem; max-width: 860px; }
.faq details { border: 1px solid var(--line); border-radius: var(--r-sm); background: #fff; padding: 0 1.3rem; transition: border-color 0.2s; }
.faq details[open] { border-color: var(--lime-deep); }
.faq summary { list-style: none; cursor: pointer; padding: 1.1rem 2.4rem 1.1rem 0; font-family: var(--display); font-weight: 700; font-size: 1.05rem; color: var(--ink); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border-radius: 50%; background: var(--lime-tint); color: var(--lime-ink); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; transition: transform 0.25s, background 0.25s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); background: var(--lime); color: var(--ink); }
.faq details p { margin: 0 0 1.2rem; color: var(--text); font-size: 0.98rem; max-width: 70ch; }

/* ------------------------------------------------------------- sectors */
.sector { display: grid; grid-template-columns: 200px 1fr; gap: 1.4rem; align-items: center; padding: 1.2rem; border-radius: var(--r); background: #fff; border: 1px solid var(--line); }
.sector img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-sm); }
.sector h3 { font-size: 1.15rem; margin-bottom: 0.3rem; }
.sector p { margin: 0; color: var(--muted); font-size: 0.95rem; }
@media (max-width: 560px) { .sector { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------- logos */
.logos { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 0.9rem; }
.logos div { display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 1.2rem; min-height: 90px; }
.logos img { max-height: 40px; width: auto; max-width: 100%; object-fit: contain; filter: grayscale(1); opacity: 0.7; transition: filter 0.25s, opacity 0.25s; }
.logos div:hover img { filter: none; opacity: 1; }

/* ------------------------------------------------------------ CTA band */
.cta-band { position: relative; overflow: hidden; background: var(--ink); color: #fff; isolation: isolate; }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(50% 90% at 15% 50%, rgba(178, 221, 76, 0.22), transparent 60%), radial-gradient(40% 70% at 90% 10%, rgba(178, 221, 76, 0.1), transparent 60%); }
.cta { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: center; padding: clamp(3.5rem, 7vw, 6rem) 0; }
.cta h2 { color: #fff; margin-bottom: 0.6rem; text-wrap: balance; }
.cta p { margin: 0; color: #b9bec6; font-size: 1.08rem; }
.cta .actions { justify-content: flex-end; margin: 0; }
@media (max-width: 860px) { .cta { grid-template-columns: 1fr; } .cta .actions { justify-content: flex-start; } }

/* --------------------------------------------------------------- forms */
.form { display: grid; gap: 1.05rem; }
.form h3 { font-size: 1.1rem; margin: 0.5rem 0 0; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.05rem; }
@media (max-width: 640px) { .form__row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 0.35rem; }
.field > label, .field__label { font-weight: 600; font-size: 0.88rem; color: var(--ink); }
.field > label .req { color: var(--lime-deep); }
.field input, .field select, .field textarea { font: inherit; font-size: 1rem; padding: 0.82rem 0.95rem; border: 1px solid #cfd3cb; border-radius: var(--r-sm); background: #fff; color: var(--ink); transition: border-color 0.2s, box-shadow 0.2s; width: 100%; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--lime-deep); box-shadow: 0 0 0 4px rgba(178, 221, 76, 0.32); }
.field[data-invalid] input, .field[data-invalid] select, .field[data-invalid] textarea { border-color: var(--danger); }
.field__error { color: var(--danger); font-size: 0.84rem; margin: 0; }
.field__hint { color: var(--muted); font-size: 0.82rem; margin: 0; }
.checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.5rem 1.2rem; }
@media (max-width: 640px) { .checks { grid-template-columns: 1fr; } }
.check { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.94rem; cursor: pointer; }
.check input { width: 18px; height: 18px; margin-top: 0.2rem; accent-color: var(--lime-deep); flex: none; }
.form__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.form__msg { margin: 0; font-weight: 600; font-size: 0.95rem; display: none; padding: 0.85rem 1rem; border-radius: var(--r-sm); }
.form__msg[data-state="ok"] { display: block; background: var(--lime-tint); color: var(--lime-ink); }
.form__msg[data-state="error"] { display: block; background: #fbe9e7; color: var(--danger); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-note { font-size: 0.8rem; color: var(--muted); }
.form-note a { text-decoration: underline; }
.enquiry { display: grid; grid-template-columns: 1fr 1.35fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.enquiry__aside p { color: var(--muted); font-size: 1.05rem; }
.enquiry__panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.4rem, 3vw, 2.4rem); box-shadow: var(--shadow); }
@media (max-width: 880px) { .enquiry { grid-template-columns: 1fr; } }
.contact-list { list-style: none; padding: 0; margin: 1.6rem 0 0; display: grid; gap: 1rem; }
.contact-list li { display: grid; grid-template-columns: 44px 1fr; gap: 0.8rem; align-items: start; }
.contact-list li svg { width: 20px; height: 20px; color: var(--lime-ink); margin: 12px; }
.contact-list strong { display: block; font-family: var(--display); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted); font-weight: 800; margin-bottom: 0.1rem; }
.contact-list a { color: var(--ink); font-weight: 600; }
.contact-list a:hover { color: var(--lime-ink); }
.next-steps { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: 0.9rem; counter-reset: ns; }
.next-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 0.8rem; align-items: start; font-size: 0.97rem; }
.next-steps li::before { counter-increment: ns; content: counter(ns); width: 30px; height: 30px; border-radius: 50%; background: var(--lime); color: var(--ink); font-family: var(--display); font-weight: 800; font-size: 0.85rem; display: inline-flex; align-items: center; justify-content: center; }

/* --------------------------------------------------------------- prose */
.prose { max-width: 780px; }
.prose p, .prose li { font-size: 1.05rem; }
.prose h2 { font-size: 1.5rem; margin-top: 2.2rem; }
.prose figure { margin: 2rem 0; }
.lead { font-size: clamp(1.1rem, 1.7vw, 1.3rem); color: var(--ink-4); line-height: 1.6; }
.figure-plain { display: flex; justify-content: center; }
.figure-plain img { max-width: 420px; }

/* -------------------------------------------------------------- footer */
.footer { background: var(--ink); color: #aeb3bb; padding: clamp(3.5rem, 6vw, 5rem) 0 0; font-size: 0.93rem; border-top: 1px solid var(--line-dark); }
.footer a { color: #d5d8de; }
.footer a:hover { color: var(--lime); }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 2.5rem; }
@media (max-width: 960px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }
.footer__brand img { height: 42px; width: auto; margin-bottom: 1.1rem; }
.footer h4 { color: #fff; font-family: var(--display); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 1rem; font-weight: 800; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: 0.5rem; }
.footer address { font-style: normal; line-height: 1.6; }
.social { display: flex; gap: 0.6rem; margin-top: 1.2rem; }
.social a { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--line-dark); display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.social a:hover { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.social svg { width: 17px; height: 17px; }
.footer__cta { margin-top: 1rem; }
.footer__bottom { border-top: 1px solid var(--line-dark); margin-top: 3rem; padding: 1.4rem 0; font-size: 0.8rem; display: flex; flex-wrap: wrap; gap: 0.6rem 2rem; justify-content: space-between; color: #8b919b; }
.footer__bottom a { color: #aeb3bb; }

/* ------------------------------------------------------- mobile CTA bar */
.ctabar { display: none; }
@media (max-width: 720px) {
  .ctabar { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; padding: 0.6rem var(--gutter) calc(0.6rem + env(safe-area-inset-bottom)); background: rgba(14, 16, 19, 0.92); backdrop-filter: blur(12px); border-top: 1px solid var(--line-dark); }
  .ctabar .btn { width: 100%; padding: 0.8rem 1rem; font-size: 0.86rem; }
  body { padding-bottom: 72px; }
}

/* ------------------------------------------------------------- reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.75s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }
.reveal[data-delay="3"] { transition-delay: 0.24s; }
.reveal[data-delay="4"] { transition-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ------------------------------------------------------------- utility */
.text-center { text-align: center; }
.muted { color: var(--muted); }
.error-page { text-align: center; padding: clamp(5rem, 14vw, 9rem) 0; }
.error-page h1 { font-size: clamp(4rem, 12vw, 8rem); color: var(--lime); margin: 0; line-height: 1; }
