@import url("phosphor-regular.css");

:root {
  color-scheme: light;
  --canvas: #e4e6e3;
  --page: #f2f3f1;
  --card: #fbfcfa;
  --card-soft: #e9ebe8;
  --ink: #121615;
  --muted: #68706d;
  --line: rgba(18, 22, 21, .12);
  --accent: #7dacb7;
  --teal: #537b84;
  --radius-lg: 30px;
  --radius-md: 20px;
  --content: calc(100% - clamp(44px, 5vw, 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.site-frame {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--page);
  box-shadow: none;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 18px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 999px;
  background: white;
}
.skip-link:focus { top: 18px; }

.hero-wrap { padding: 14px 14px 0; }
.hero {
  min-height: min(850px, calc(100dvh - 108px));
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 26px;
  background: #111614;
  color: #fff;
  isolation: isolate;
}
.hero-media, .hero-media::after { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; animation: hero-in 1.4s cubic-bezier(.16,1,.3,1) both; }
.hero-media::after {
  content: "";
  background: linear-gradient(90deg, rgba(7,14,13,.83) 0%, rgba(7,14,13,.37) 54%, rgba(7,14,13,.22) 100%), linear-gradient(0deg, rgba(7,14,13,.72) 0%, transparent 50%);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  padding-bottom: 36px;
  background: linear-gradient(180deg, rgba(5, 11, 10, .9) 0%, rgba(5, 11, 10, .58) 58%, rgba(5, 11, 10, 0) 100%);
}
.topline {
  min-height: 34px;
  padding: 8px 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 620;
  letter-spacing: .02em;
}
.topline a:hover { color: white; }
.topline-address { display: inline-flex; color: inherit; }
.nav-shell {
  min-height: 80px;
  padding: 9px 20px 9px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 54px; height: 54px; object-fit: contain; content: url("../images/brand-mark-teal.jpg"); }
.brand-name { color: white; font-size: 17px; font-weight: 730; letter-spacing: -.02em; }
.nav-links { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.4vw, 36px); }
.nav-links a { color: rgba(255,255,255,.74); font-size: 15px; font-weight: 620; transition: color .2s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: white; }
.header-button, .button {
  min-height: 44px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  background: white;
  color: #111614;
  font-size: 15px;
  font-weight: 750;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease;
}
.header-button:hover, .button:hover { transform: translateY(-2px); background: #f0f1ee; }
.header-button:active, .button:active { transform: translateY(1px) scale(.98); }
.button.dark { background: var(--ink); color: white; }
.button.dark:hover { background: #2b302e; }
.button.accent { background: var(--accent); color: #17130e; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 999px; background: rgba(255,255,255,.12); color: white; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 17px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.hero-content {
  width: var(--content);
  margin: 0 auto;
  padding: 180px 0 98px;
  position: relative;
  z-index: 2;
}
.hero h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(38px, 4.9vw, 76px);
  line-height: .96;
  letter-spacing: -.052em;
  font-weight: 620;
}
.hero h1 span { color: rgba(255,255,255,.55); }
.hero-lead { max-width: 500px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: clamp(15px,1.5vw,19px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-watermark {
  position: absolute;
  z-index: 1;
  left: 4.5%;
  right: 0;
  bottom: -4.2%;
  color: rgba(255,255,255,.1);
  font-size: clamp(110px, 18vw, 280px);
  font-weight: 700;
  line-height: .8;
  letter-spacing: -.08em;
  white-space: nowrap;
  pointer-events: none;
}
.hero-chip {
  position: absolute;
  right: 4.5%;
  bottom: 5%;
  z-index: 3;
  width: 220px;
  padding: 14px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 13px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 15px;
  background: rgba(14,21,19,.68);
  backdrop-filter: blur(14px);
}
.hero-chip img { width: 56px; height: 56px; border-radius: 11px; object-fit: cover; }
.hero-chip strong { display: block; font-size: 12px; }
.hero-chip span { display: block; margin-top: 5px; color: rgba(255,255,255,.58); font-size: 10px; }

.social-line {
  width: var(--content);
  margin: 0 auto;
  padding: 16px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-line a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 800; }
.social-line a:hover { background: var(--ink); color: white; }

.section,
.section.tight { padding: clamp(28px, 2.2vw, 40px) 0; }
.container { width: var(--content); margin: 0 auto; }
.section-kicker { margin: 0 0 16px; color: var(--muted); font-size: 10px; font-weight: 740; letter-spacing: .12em; text-transform: uppercase; }
.section-title { max-width: 880px; margin: 0; font-size: clamp(40px,5.3vw,78px); line-height: 1.02; letter-spacing: -.045em; font-weight: 620; text-wrap: balance; }
.section-copy { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.68; }

.about-layout { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(48px,8vw,118px); align-items: end; }
.about-copy { padding-bottom: 10px; }
.about-copy .button { margin-top: 28px; }
.about-visuals { display: grid; grid-template-columns: .86fr 1.14fr; gap: 14px; align-items: end; }
.visual-card { min-height: 520px; position: relative; overflow: hidden; border-radius: var(--radius-md); background: #252a28; color: white; }
.visual-card:first-child { min-height: 440px; }
.visual-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.visual-card:hover img { transform: scale(1.04); }
.visual-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(8,12,11,.9) 0%,rgba(8,12,11,.48) 30%,transparent 66%); }
.visual-copy { position: absolute; inset: auto 22px 22px; z-index: 2; }
.visual-copy strong { display: block; max-width: 270px; font-size: 23px; line-height: 1.05; letter-spacing: -.035em; }
.visual-copy span { display: block; margin-top: 9px; color: rgba(255,255,255,.62); font-size: 11px; }

.quality-band {
  margin-top: 44px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.quality { min-height: 150px; padding: 22px 18px; display: flex; flex-direction: column; justify-content: center; gap: 16px; border-right: 1px solid var(--line); }
.quality:last-child { border-right: 0; }
.quality h3 { max-width: none; margin: 0; font-size: 20.4px; font-weight: 570; line-height: 1.35; letter-spacing: -.02em; white-space: nowrap; }

.statement-card { padding: clamp(48px,7vw,94px) clamp(24px,3.5vw,47px); border-radius: var(--radius-lg); background: var(--card); text-align: center; }
.statement-card p { max-width: 1235px; margin: 0 auto; font-size: clamp(30px,3.35vw,50px); line-height: 1.06; letter-spacing: -.05em; text-wrap: balance; }
.statement-card p span { color: #a6aaa8; }
.why-media { margin-top: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.why-image { min-height: 520px; height: 100%; overflow: hidden; border-radius: var(--radius-md); }
.why-image img { width: 100%; height: 100%; object-fit: cover; }
.why-list {
  height: 100%;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto repeat(3, minmax(190px, 1fr));
  gap: 12px;
  border-radius: var(--radius-md);
  background: var(--card);
}
.why-list > .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: 6px;
  color: var(--ink);
  font-family: inherit;
  font-size: 28px;
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: -.035em;
  text-transform: none;
}
.reason { min-height: 190px; padding: 22px 24px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 16px; border: 0; border-radius: 14px; background: var(--card-soft); }
.reason:last-child { grid-column: 1 / -1; }
.reason h3 { max-width: 460px; margin: 0; color: var(--muted); font-size: clamp(18px,1.45vw,23px); font-weight: 520; line-height: 1.34; letter-spacing: -.025em; }

.services-head { display: grid; grid-template-columns: .72fr 1.28fr; gap: 30px; align-items: end; }
.service-grid { margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-card { min-height: 600px; padding: 30px; position: relative; display: flex; align-items: flex-end; overflow: hidden; border-radius: var(--radius-md); color: white; }
.service-card img, .service-card::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-card img { object-fit: cover; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.service-card::after { content: ""; background: linear-gradient(0deg,rgba(9,14,13,.84),rgba(9,14,13,.05) 64%); }
.service-card:hover img { transform: scale(1.04); }
.service-content { position: relative; z-index: 2; }
.service-content h3 { margin: 0; font-size: clamp(38px,4.5vw,70px); letter-spacing: -.055em; }
.service-content p { max-width: 480px; margin: 11px 0 24px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.6; }

.playlist-shell { padding: clamp(34px,5vw,70px); border-radius: var(--radius-lg); background: var(--card); }
.playlist-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 34px; }
.playlist-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.video-frame { min-height: 510px; overflow: hidden; border-radius: var(--radius-md); background: #111; }
.video-player-card { width: 100%; height: 100%; min-height: 510px; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: white; }
.video-player-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-player-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(7,10,9,.88),rgba(7,10,9,.08) 70%); }
.video-player-content { position: relative; z-index: 1; width: 100%; padding: 30px; display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.video-player-content strong { display: block; font-size: 24px; letter-spacing: -.025em; }
.video-player-content span { display: block; margin-top: 7px; color: rgba(255,255,255,.68); font-size: 12px; }
.play-mark { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; border-radius: 999px; background: white; color: var(--ink); font-size: 18px; }
.video-list { min-height: 510px; display: grid; grid-template-rows: repeat(7, minmax(0, 1fr)); align-content: stretch; gap: 8px; }
.video-button { width: 100%; min-height: 0; padding: 10px 12px; display: grid; grid-template-columns: 54px 1fr auto; gap: 12px; align-items: center; border: 0; border-radius: 13px; background: var(--card-soft); color: var(--ink); text-align: left; cursor: pointer; }
.video-button:hover, .video-button.active { background: var(--ink); color: white; }
.video-button img { width: 54px; height: 40px; border-radius: 8px; object-fit: cover; }
.video-button strong { font-size: 15px; }
.video-button span { opacity: .55; font-size: 10px; }

.testimonial-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; }
.testimonial-intro, .testimonial-card { min-height: 390px; padding: clamp(34px,5vw,68px); border-radius: var(--radius-md); background: var(--card); }
.testimonial-intro { display: flex; flex-direction: column; justify-content: space-between; }
.testimonial-intro .section-title { font-size: clamp(40px,4.8vw,70px); }
.testimonial-card { display: flex; flex-direction: column; justify-content: center; background: var(--teal); color: white; }
.testimonial-card blockquote { max-width: 700px; margin: 0; font-size: clamp(27px,3.2vw,48px); line-height: 1.12; letter-spacing: -.04em; }
.testimonial-card p { margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.55; }

/* Interior pages */
.page-hero { min-height: min(720px, calc(92dvh - 70px)); }
.page-hero .hero-content { padding-bottom: 82px; }
.page-hero h1 { max-width: 1050px; }
.page-hero .hero-lead { max-width: 670px; }
.page-hero .hero-media img { object-position: center; }
.hero-tag { margin: 0 0 18px; color: rgba(255,255,255,.67); font-size: 12px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.hero-metric { position: absolute; right: 4.5%; bottom: 5.5%; z-index: 3; max-width: 260px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(12,18,17,.7); backdrop-filter: blur(14px); }
.hero-metric strong { display: block; font-size: 34px; letter-spacing: -.05em; }
.hero-metric span { display: block; margin-top: 4px; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.45; }
.page-intro { padding: clamp(34px,4.6vw,72px); display: grid; grid-template-columns: minmax(280px,.8fr) minmax(420px,1.2fr); gap: clamp(38px,6vw,92px); align-items: center; border-radius: var(--radius-lg); background: var(--card); }
.page-intro .section-title { font-size: clamp(40px,4.7vw,72px); }
.copy-stack p { margin: 0 0 20px; color: var(--muted); font-size: 18px; line-height: 1.72; }
.copy-stack p:last-child { margin-bottom: 0; }
.split-feature { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.feature-image { min-height: 480px; position: relative; overflow: hidden; border-radius: var(--radius-md); }
.feature-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-copy { min-height: 480px; padding: clamp(34px,4.2vw,62px); display: flex; flex-direction: column; justify-content: center; border-radius: var(--radius-md); background: var(--card); }
.feature-copy h2 { max-width: 650px; margin: 0; font-size: clamp(38px,4.3vw,66px); line-height: 1.03; letter-spacing: -.045em; font-weight: 620; text-wrap: balance; }
.feature-copy p { max-width: 660px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-copy .button { align-self: flex-start; margin-top: 28px; }
.value-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.value-card { min-height: 310px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-start; gap: 20px; border-radius: var(--radius-md); background: var(--card); }
.value-card:nth-child(2) { background: var(--teal); color: white; }
.value-card:nth-child(2) p { color: rgba(255,255,255,.72); }
.value-card h3 { margin: 0 0 14px; font-size: 32px; line-height: 1.02; letter-spacing: -.04em; }
.value-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.quote-panel { padding: clamp(54px,8vw,116px); overflow: hidden; border-radius: var(--radius-lg); background: var(--ink); color: white; }
.quote-panel p { max-width: 1100px; margin: 0; font-size: clamp(34px,4.4vw,66px); line-height: 1.08; letter-spacing: -.05em; }
.quote-panel p span { color: rgba(255,255,255,.45); }
.section-heading-row { margin-bottom: 32px; display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.section-heading-row .section-copy { margin: 0; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.process-step { min-height: 180px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-start; gap: 20px; border: 0; border-radius: 15px; background: var(--card); }
.process-step:nth-child(4n+2),.process-step:nth-child(4n+3) { background: var(--card-soft); }
.process-grid-eleven .process-step:last-child { grid-column: span 2; }
.process-step h3 { max-width: none; margin: 0; font-size: 23px; line-height: 1.14; letter-spacing: -.035em; }
.process-step p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.market-grid { margin-top: 28px; padding-top: 0; display: grid; grid-template-columns: repeat(5,1fr); }
.market-grid span { padding: 13px 7px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 700; text-align: center; }
.market-grid span:last-child { border-right: 0; }
.equipment-layout { padding: clamp(36px,5vw,72px); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px,7vw,110px); border-radius: var(--radius-lg); background: var(--card); }
.equipment-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.equipment-list span { padding: 17px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 16px; }
.stat-line { margin-top: 26px; display: flex; gap: 12px; }
.stat-box { flex: 1; padding: 22px; border-radius: 15px; background: var(--card-soft); }
.stat-box strong { display: block; font-size: 38px; letter-spacing: -.055em; }
.stat-box span { color: var(--muted); font-size: 12px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.product-card { min-width: 0; overflow: hidden; border-radius: 16px; background: var(--card); }
.product-card img { width: 100%; aspect-ratio: 4 / 4.7; object-fit: cover; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.product-card:hover img { transform: scale(1.035); }
.product-card div { padding: 18px; }
.product-card strong { display: block; font-size: 18px; letter-spacing: -.025em; }
.product-card span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }
.material-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 14px; }
.material-card { min-height: 480px; padding: 30px; position: relative; display: flex; align-items: flex-end; overflow: hidden; border-radius: var(--radius-md); color: white; }
.material-card img,.material-card::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.material-card img { object-fit: cover; }
.material-card::after { content: ""; background: linear-gradient(0deg,rgba(8,12,11,.86),rgba(8,12,11,.05) 66%); }
.material-card div { position: relative; z-index: 1; }
.material-card h3 { margin: 0; font-size: 32px; letter-spacing: -.04em; }
.material-card p { max-width: 440px; margin: 10px 0 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.55; }
.editorial-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.editorial-card { padding: clamp(30px,4vw,58px); border-radius: var(--radius-md); background: var(--card); }
.editorial-card:nth-child(2n) { background: var(--card-soft); }
.editorial-card h3 { margin: 0 0 18px; font-size: clamp(30px,3.2vw,48px); line-height: 1.04; letter-spacing: -.045em; }
.editorial-card p { margin: 0 0 18px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.editorial-card p:last-child { margin-bottom: 0; }
.product-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.product-detail { overflow: hidden; border-radius: var(--radius-md); background: var(--card); }
.product-detail img { width: 100%; height: clamp(260px,28vw,430px); object-fit: cover; }
.product-detail div { padding: clamp(28px,3.5vw,48px); }
.product-detail h3 { margin: 0 0 15px; font-size: clamp(32px,3.4vw,50px); line-height: 1.04; letter-spacing: -.045em; }
.product-detail p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.flow-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.flow-step { min-height: 190px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-start; gap: 20px; border-radius: 15px; background: var(--card); }
.flow-step:nth-child(3n+2) { background: var(--card-soft); }
.flow-step h3 { margin: 0 0 9px; font-size: 22px; line-height: 1.12; letter-spacing: -.035em; }
.flow-step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.range-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.range-item { min-height: 170px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-start; gap: 22px; border-radius: 15px; background: var(--card); }
.range-item h3 { margin: 0; font-size: 24px; line-height: 1.15; letter-spacing: -.035em; }
.icon-box-symbol { width: 62.4px; height: 62.4px; flex: 0 0 62.4px; display: grid; place-items: center; border-radius: 15.6px; background: color-mix(in srgb,var(--accent) 18%,var(--card)); color: var(--teal); font-size: 32.5px; line-height: 1; }
.value-card:nth-child(2) .icon-box-symbol { background: rgba(255,255,255,.15); color: white; }

/* Slabs page: alternate image, editorial and process rhythms without changing content. */
.slabs-story { display: grid; grid-template-columns: 1.08fr .92fr; gap: 14px; align-items: stretch; }
.slabs-story-media, .slabs-flow-media { position: relative; min-height: 620px; margin: 0; overflow: hidden; border-radius: var(--radius-lg); }
.slabs-story-media img, .slabs-flow-media img, .slabs-equipment-media > img { width: 100%; height: 100%; object-fit: cover; }
.slabs-story-media::after, .slabs-flow-media::after, .slabs-equipment-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(8,14,13,.72),transparent 55%); pointer-events: none; }
.slabs-story-media figcaption { position: absolute; right: 24px; bottom: 24px; z-index: 2; width: 180px; padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(12,22,21,.82); color: white; backdrop-filter: blur(12px); }
.slabs-story-media figcaption strong { display: block; font-size: 44px; line-height: 1; letter-spacing: -.05em; }
.slabs-story-media figcaption span { display: block; margin-top: 8px; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.35; }
.slabs-story-copy { padding: clamp(42px,5vw,82px); display: flex; flex-direction: column; justify-content: center; border-radius: var(--radius-lg); background: var(--card); }
.slabs-story-copy .section-title { max-width: 680px; }
.slabs-story-copy .copy-stack { margin-top: 34px; }
.slabs-story-copy .copy-stack p { font-size: 17px; line-height: 1.65; }

.slabs-equipment { display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--card); color: var(--ink); }
.slabs-equipment-media { position: relative; min-height: 650px; overflow: hidden; }
.slabs-equipment-media > img { position: absolute; inset: 0; }
.slabs-equipment-media > div { position: absolute; inset: auto clamp(28px,4vw,62px) clamp(32px,4vw,62px); z-index: 2; }
.slabs-equipment .section-kicker { color: var(--accent); }
.slabs-equipment .section-title { max-width: 650px; color: white; }
.slabs-equipment .section-copy { margin-top: 20px; color: rgba(255,255,255,.7); }
.slabs-equipment-grid { padding: 18px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; background: var(--card); }
.slabs-equipment-grid article { min-height: 174px; padding: 20px; display: flex; flex-direction: column; justify-content: flex-start; border: 1px solid var(--line); border-radius: 16px; background: var(--card-soft); }
.slabs-equipment-grid article:nth-child(3n+2) { background: #f8f9f8; }
.slabs-equipment-grid i { width: 62.4px; height: 62.4px; display: grid; place-items: center; border-radius: 15.6px; background: color-mix(in srgb,var(--accent) 18%,var(--card)); color: var(--teal); font-size: 32.5px; }
.slabs-equipment-grid h3 { margin: 22px 0 0; color: var(--ink); font-size: 17px; line-height: 1.28; letter-spacing: -.025em; }

.slabs-principles .range-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
.slabs-principles .range-item { min-height: 220px; }
.slabs-principles .range-item:nth-child(3) { background: var(--teal); color: white; }
.slabs-principles .range-item:nth-child(3) .icon-box-symbol { background: rgba(255,255,255,.15); color: white; }

.slabs-flow-section { background: var(--card-soft); }
.slabs-flow-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 14px; align-items: stretch; }
.slabs-flow-media { min-height: 930px; border-radius: var(--radius-md); }
.slabs-flow-media figcaption { position: absolute; inset: auto 24px 24px; z-index: 2; padding: 18px 20px; border-radius: 14px; background: rgba(12,22,21,.84); color: white; font-size: 14px; line-height: 1.4; backdrop-filter: blur(10px); }
.slabs-flow-layout .flow-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.slabs-flow-layout .flow-step { min-height: 224px; background: white; }
.slabs-flow-layout .flow-step:nth-child(3n+2) { background: var(--card); }
.colour-groups { display: grid; grid-template-columns: 1.7fr 1fr; gap: 14px; }
.colour-group { padding: clamp(30px,4vw,54px); border-radius: var(--radius-md); background: var(--card); }
.colour-group h3 { margin: 0 0 24px; font-size: clamp(30px,3vw,44px); line-height: 1.05; letter-spacing: -.04em; }
.name-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); }
.name-grid span { padding: 13px 8px 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.35; }
.colour-group:last-child .name-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; align-items: stretch; }
.contact-intro,.contact-panel,.enquiry-form { padding: clamp(32px,4vw,58px); border-radius: var(--radius-md); background: var(--card); }
.contact-intro { display: flex; flex-direction: column; justify-content: flex-start; }
.contact-intro .section-copy { margin-bottom: 26px; }
.contact-intro-image { margin-top: auto; height: 210px; overflow: hidden; border-radius: 14px; }
.contact-intro-image img { width: 100%; height: 100%; object-fit: cover; }
.contact-panel { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.enquiry-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.form-heading,.form-field.full,.form-actions { grid-column: 1 / -1; }
.form-heading h3 { margin: 0; }
.form-heading p { margin: 12px 0 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.form-field { display: grid; gap: 8px; }
.form-field label { font-size: 13px; font-weight: 720; }
.form-field input,.form-field select,.form-field textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 11px; background: var(--page); color: var(--ink); font: inherit; font-size: 16px; }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color: var(--accent); outline: 2px solid color-mix(in srgb,var(--accent) 24%,transparent); }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.form-note,.form-status { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.form-status { width: 100%; color: var(--teal); font-weight: 700; }
.contact-item { min-height: 145px; padding: 22px 24px; display: flex; flex-direction: column; justify-content: flex-start; gap: 20px; border-radius: 15px; background: var(--card-soft); }
.contact-item h3 { margin: 0; color: var(--ink); }
.contact-value { display: flex; align-items: flex-start; gap: 11px; }
.contact-value > i { width: 24px; flex: 0 0 24px; margin-top: 3px; color: var(--teal); font-size: 22px; line-height: 1; }
.contact-item a,.contact-item address { margin-top: 0; color: var(--ink); font-size: 18px; line-height: 1.55; font-style: normal; overflow-wrap: anywhere; }
.contact-item a:hover { color: var(--accent); }
.contact-panel .contact-item address { font-size: 15px; }
.compact-footer { min-height: 390px; }

.footer-cta { margin: 18px 14px 14px; min-height: 480px; padding: 60px 24px 34px; position: relative; display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden; border-radius: 26px; background: #101413; color: white; text-align: center; }
.footer-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,9,8,.72) 0%,rgba(5,9,8,.86) 56%,rgba(5,9,8,.94) 100%), url("../images/WhatsApp-Image-2024-02-11-at-12.12.01-32.jpeg") center/cover; }
.footer-cta-content, .footer-details, .footer-bottom { position: relative; z-index: 1; }
.footer-cta h2 { max-width: 900px; margin: 0 auto 28px; font-size: clamp(48px,6.8vw,100px); line-height: .98; letter-spacing: -.052em; font-weight: 620; }
.footer-cta .button { margin: 0 auto; }
.footer-details { width: var(--content); margin: 44px auto 30px; padding: 30px 0; display: grid; grid-template-columns: 1.15fr .55fr 1fr; gap: clamp(34px,6vw,92px); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); text-align: left; }
.footer-details h3,.footer-details h4 { margin: 0; color: white; letter-spacing: -.035em; }
.footer-details h3 { font-size: 30px; }
.footer-details h4 { font-size: 16px; }
.footer-details p,.footer-details address { margin: 18px 0 0; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.65; font-style: normal; }
.footer-brand-copy { max-width: 460px; }
.footer-links { margin-top: 18px; display: grid; gap: 12px; }
.footer-links a,.footer-contact a { width: fit-content; color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.5; }
.footer-links a:hover,.footer-contact a:hover,.footer-credit:hover { color: white; }
.footer-links a::before { content: "›"; margin-right: 9px; color: var(--accent); font-size: 18px; }
.footer-contact { margin-top: 15px; display: grid; gap: 11px; }
.footer-contact-row { display: flex; align-items: flex-start; gap: 9px; }
.footer-contact-row i { flex: 0 0 17px; margin-top: 2px; color: var(--accent); font-size: 17px; }
.footer-contact-row address { margin: 0; }
.footer-credit { display: inline-block; margin-top: 17px; color: var(--accent); font-size: 12px; }
.footer-bottom { margin-top: auto; padding-top: 0; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.72); font-size: 10px; text-align: left; }
.footer-bottom .footer-credit { margin-top: 0; font-size: inherit; text-align: right; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes hero-in { from { opacity: .4; transform: scale(1.08); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1500px) and (min-width: 1081px) {
  .quality-band { grid-template-columns: repeat(3,1fr); }
  .quality:nth-child(3n) { border-right: 0; }
  .quality:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 1080px) {
  :root { --content: calc(100% - 40px); }
  .site-frame { width: 100%; margin: 0; border-radius: 0; }
  .nav-links { gap: 16px; }
  .about-layout { grid-template-columns: 1fr; gap: 40px; }
  .quality-band { grid-template-columns: repeat(3,1fr); }
  .quality:nth-child(3) { border-right: 0; }
  .quality:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .playlist-layout { grid-template-columns: 1fr; }
  .video-list { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: repeat(3,1fr); }
  .gallery-grid { grid-template-columns: repeat(3,1fr); }
  .material-grid { grid-template-columns: 1fr 1fr; }
  .material-card:first-child { grid-column: 1 / -1; }
  .flow-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .range-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .slabs-story, .slabs-equipment, .slabs-flow-layout { grid-template-columns: 1fr; }
  .slabs-story-media, .slabs-equipment-media, .slabs-flow-media { min-height: 500px; }
  .slabs-principles .range-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .slabs-principles .range-item:last-child { grid-column: 1 / -1; }
  .colour-groups { grid-template-columns: 1fr; }
  .contact-panel { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  :root { --content: calc(100% - 28px); --radius-lg: 22px; --radius-md: 16px; }
  .site-frame { width: 100%; margin: 0; border: 0; border-radius: 0; }
  .hero-wrap { padding: 8px 8px 0; }
  .hero { min-height: 760px; border-radius: 20px; }
  .topline { padding: 8px 15px; }
  .topline-address { display: none; }
  .nav-shell { grid-template-columns: auto auto; justify-content: space-between; padding: 9px 14px; }
  .nav-links { position: absolute; inset: 106px 12px auto; padding: 24px; display: grid; justify-items: start; gap: 20px; border-radius: 18px; background: rgba(12,17,16,.96); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .nav-links.open { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { font-size: 17px; }
  .header-button { display: none; }
  .menu-toggle { display: block; }
  .hero-content { padding: 170px 0 84px; }
  .hero h1 { font-size: clamp(36px,9.8vw,50px); }
  .hero-chip { display: none; }
  .hero-watermark { bottom: 0; font-size: 28vw; }
  .section, .section.tight { padding: 28px 0; }
  .about-visuals, .why-media, .services-head, .service-grid, .playlist-layout, .testimonial-layout, .page-intro, .split-feature, .equipment-layout, .contact-layout { grid-template-columns: 1fr; }
  .about-visuals { margin-top: 18px; }
  .visual-card, .visual-card:first-child { min-height: 430px; }
  .quality-band { grid-template-columns: 1fr; margin-top: 50px; }
  .quality { min-height: 108px; flex-direction: row; align-items: center; }
  .quality:nth-child(n) { border-right: 0; border-bottom: 1px solid var(--line); }
  .quality:last-child { border-bottom: 0; }
  .why-image { min-height: 400px; }
  .why-list { grid-template-columns: 1fr; grid-template-rows: auto repeat(5, minmax(190px, auto)); }
  .why-list > .section-kicker, .reason:last-child { grid-column: auto; }
  .service-card { min-height: 500px; }
  .playlist-shell { padding: 22px 14px; }
  .playlist-head { align-items: start; flex-direction: column; }
  .video-frame { min-height: 260px; aspect-ratio: 16 / 9; }
  .video-player-card { min-height: 260px; }
  .video-list { grid-template-columns: 1fr; }
  .testimonial-intro, .testimonial-card { min-height: 330px; }
  .footer-cta { min-height: 460px; margin: 8px; padding: 46px 20px 26px; border-radius: 20px; }
  .footer-details { width: 100%; margin: 34px auto 24px; padding: 24px 0; grid-template-columns: 1fr; gap: 28px; }
  .footer-details h3 { font-size: 27px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .page-hero { min-height: 680px; }
  .page-hero .hero-content { padding-bottom: 72px; }
  .hero-metric { display: none; }
  .section-heading-row { align-items: start; flex-direction: column; }
  .page-intro { padding: 30px 24px; gap: 28px; }
  .feature-image { height: 390px; min-height: 0; }
  .feature-copy { height: auto; min-height: 0; }
  .value-strip,.process-grid,.gallery-grid,.material-grid,.contact-panel,.editorial-grid,.product-detail-grid,.flow-grid,.range-grid,.colour-groups { grid-template-columns: 1fr; }
  .slabs-story-media, .slabs-equipment-media, .slabs-flow-media { min-height: 380px; }
  .slabs-story-media figcaption { right: 14px; bottom: 14px; width: 156px; padding: 17px; }
  .slabs-story-copy { padding: 32px 24px; }
  .slabs-story-copy .copy-stack { margin-top: 24px; }
  .slabs-equipment-grid { grid-template-columns: 1fr; padding: 12px; }
  .slabs-equipment-grid article { min-height: 112px; flex-direction: row; align-items: center; justify-content: flex-start; gap: 18px; }
  .slabs-equipment-grid h3 { margin: 0; }
  .slabs-principles .range-grid { grid-template-columns: 1fr; }
  .slabs-principles .range-item:last-child { grid-column: auto; }
  .slabs-flow-layout .flow-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 0; }
  .process-step { min-height: 0; gap: 18px; }
  .process-grid-eleven .process-step:last-child { grid-column: auto; }
  .market-grid { grid-template-columns: repeat(2,1fr); margin-top: 24px; }
  .market-grid span { border-bottom: 1px solid var(--line); }
  .enquiry-form { grid-template-columns: 1fr; }
  .form-heading,.form-field.full,.form-actions { grid-column: auto; }
  .contact-intro-image { height: 180px; }
  .contact-item { min-height: 0; gap: 22px; }
  .contact-value a[href^="mailto:"] { font-size: 14px; }
  .material-card:first-child { grid-column: auto; }
  .material-card { min-height: 420px; }
  .name-grid,.colour-group:last-child .name-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .equipment-list { grid-template-columns: 1fr; }
  .contact-item { min-height: 160px; }
}

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

@media (prefers-reduced-transparency: reduce) {
  .hero-chip { background: #151a18; backdrop-filter: none; }
}

/* One typographic standard for every semantic level-two heading. */
.site-frame h2 {
  font-family: inherit;
  font-size: clamp(28px,3.7vw,55px) !important;
  font-weight: 620;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}

/* One typographic standard for every semantic level-three heading. */
.site-frame h3 {
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.035em;
}

/* Keep every icon-card row aligned and every title to two lines at most. */
.reason h3,
.value-card h3,
.process-step h3,
.flow-step h3,
.range-item h3,
.slabs-equipment-grid h3 {
  width: 100%;
  max-width: none;
  height: 2.3em;
  min-height: 2.3em;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  text-wrap: balance;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.process-step > div,
.flow-step > div,
.value-card > div { width: 100%; }

.value-card h3 + p,
.process-step h3 + p,
.flow-step h3 + p { margin-top: 10px; }
