:root {
  --night: #11101b;
  --night-2: #191729;
  --ink: #171625;
  --ink-soft: #49475b;
  --muted: #6d6b7c;
  --paper: #ffffff;
  --off-white: #f6f5fa;
  --line: #dedce8;
  --purple: #81258f;
  --purple-dark: #5f176c;
  --violet: #6f3fea;
  --blue: #0aa7d2;
  --blue-dark: #087da8;
  --gradient: linear-gradient(115deg, var(--blue), var(--violet) 54%, var(--purple));
  --display: "Manrope", "DM Sans", sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --shadow: 0 28px 70px rgba(25, 18, 55, .14);
  --radius: 18px;
  --radius-lg: 30px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { margin-bottom: .65em; line-height: 1.08; }
h1, h2, .display { font-family: var(--display); font-weight: 400; letter-spacing: -.045em; text-transform: uppercase; }
h1 { font-size: clamp(3.35rem, 8vw, 7.4rem); }
h2 { font-size: clamp(2.15rem, 4.7vw, 4.45rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin-bottom: 1.2em; }
address { font-style: normal; }
[hidden] { display: none !important; }
.shell { width: min(100% - 40px, 1240px); margin-inline: auto; }
.shell--narrow { width: min(100% - 40px, 920px); margin-inline: auto; }
.sr-only { width: 1px; height: 1px; position: absolute; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: var(--night); background: var(--paper); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 96px; position: sticky; z-index: 100; top: 0; color: var(--paper); background: rgba(17, 16, 27, .97); border-bottom: 1px solid rgba(255,255,255,.08); transition: height .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { height: 78px; box-shadow: 0 12px 30px rgba(0,0,0,.24); }
.site-header__inner { height: 100%; display: grid; grid-template-columns: 205px 1fr auto; gap: 28px; align-items: center; }
.site-logo { display: inline-flex; align-items: center; }
.site-logo img { width: 190px; display: block; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 2.3vw, 35px); }
.main-nav a { position: relative; color: #f4f2fa; font-size: .81rem; font-weight: 700; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; }
.main-nav a::after { height: 3px; position: absolute; right: 50%; bottom: -13px; left: 50%; background: var(--blue); content: ""; transition: right .2s ease, left .2s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; left: 0; }
.header-cta { min-width: 165px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; padding: 15px 22px; color: var(--paper); background: var(--gradient); font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transform: skew(-10deg); transition: filter .2s ease, transform .2s ease; }
.header-cta > * { transform: skew(10deg); }
.header-cta:hover { filter: brightness(1.15); transform: skew(-10deg) translateY(-2px); }
.nav-toggle { width: 48px; height: 44px; display: none; place-content: center; gap: 5px; padding: 0; border: 1px solid rgba(255,255,255,.23); background: transparent; }
.nav-toggle > span:not(.sr-only) { width: 21px; height: 2px; display: block; background: var(--paper); }

.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; padding: 13px 24px; border: 2px solid transparent; color: var(--paper); background: var(--gradient); font-size: .8rem; font-weight: 800; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { color: var(--paper); box-shadow: 0 16px 36px rgba(111,63,234,.28); transform: translateY(-3px); }
.button--outline { color: var(--ink); border-color: var(--ink); background: transparent; }
.button--outline:hover { color: var(--paper); background: var(--ink); box-shadow: none; }
.button--light { color: var(--night); background: var(--paper); }
.button--light:hover { color: var(--night); box-shadow: 0 16px 34px rgba(0,0,0,.22); }
.button--ghost { color: var(--paper); border-color: rgba(255,255,255,.5); background: transparent; }
.button--ghost:hover { background: rgba(255,255,255,.1); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--purple); font-weight: 800; text-decoration: none; }
.text-link span { font-size: 1.2em; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.eyebrow { margin-bottom: 18px; color: var(--purple); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: #6fddf6; }
.section { padding-block: clamp(80px, 10vw, 138px); }
.section--tight { padding-block: clamp(58px, 7vw, 92px); }
.section--soft { background: var(--off-white); }
.section--dark { color: #d6d3e1; background: var(--night); }
.section--dark h2, .section--dark h3 { color: var(--paper); }
.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 52px; }
.section-head > div { max-width: 780px; }
.section-head h2 { margin-bottom: 0; }
.section-head p:last-child { max-width: 520px; margin: 0; color: var(--muted); }

.home-hero { position: relative; overflow: hidden; color: var(--paper); background: var(--night); }
.home-hero::before { position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(circle, var(--blue) 1.4px, transparent 1.6px); background-size: 70px 70px; content: ""; }
.home-hero::after { width: 65%; position: absolute; top: 0; right: -18%; bottom: 0; opacity: .68; background: linear-gradient(135deg, rgba(129,37,143,.08), rgba(111,63,234,.58)); clip-path: polygon(26% 0, 100% 0, 76% 100%, 0 100%); content: ""; }
.home-hero__grid { min-height: 720px; position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: clamp(44px, 7vw, 96px); align-items: center; padding: 86px 0 120px; }
.home-hero__copy { position: relative; z-index: 3; }
.kicker-stamp { width: fit-content; margin-bottom: 18px; padding: 8px 15px; background: var(--gradient); font-family: var(--display); font-size: clamp(1rem, 2vw, 1.35rem); letter-spacing: -.02em; text-transform: uppercase; transform: rotate(-3deg); }
.home-hero h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3.75rem, 7vw, 6.6rem); }
.home-hero h1 span { display: block; color: #55d7f2; }
.home-hero__lead { max-width: 625px; color: #c8c4d5; font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.home-hero__visual { min-height: 525px; position: relative; }
.hero-frame { position: absolute; inset: 22px 0 22px 30px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.025); }
.hero-frame::before { position: absolute; inset: -24px 34px 26px -34px; border: 1px solid rgba(10,167,210,.38); content: ""; }
.hero-frame img { width: calc(100% - 38px); height: calc(100% - 38px); position: absolute; top: 19px; left: 19px; object-fit: cover; object-position: 64% center; filter: saturate(.85) contrast(1.07); }
.hero-frame__wash { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(17,16,27,.56), transparent 52%), linear-gradient(0deg, rgba(17,16,27,.42), transparent 50%); }
.hero-roundel { width: 152px; height: 152px; position: absolute; z-index: 3; right: -8px; bottom: -5px; display: grid; place-content: center; border: 2px dashed rgba(255,255,255,.8); border-radius: 50%; color: #7ce4f8; background: rgba(17,16,27,.88); font-family: var(--display); font-size: 1.05rem; line-height: 1.25; text-align: center; text-transform: uppercase; transform: rotate(-8deg); }
.hero-tag { position: absolute; z-index: 4; top: 5px; right: 28px; padding: 12px 18px; color: var(--night); background: #61ddf5; font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transform: rotate(2deg); }
.hero-proof { position: absolute; z-index: 4; bottom: 38px; left: -15px; padding: 15px 19px; border-left: 4px solid var(--purple); color: var(--paper); background: rgba(17,16,27,.91); box-shadow: 0 18px 35px rgba(0,0,0,.3); }
.hero-proof strong { display: block; font-size: .95rem; }
.hero-proof span { color: #a9a6b6; font-size: .76rem; }
.service-ribbon { position: relative; z-index: 3; margin-top: -68px; }
.service-ribbon__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: rgba(255,255,255,.12); gap: 1px; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 30px 55px rgba(0,0,0,.2); }
.service-ribbon a { min-height: 145px; display: flex; flex-direction: column; padding: 24px; color: var(--paper); background: #1a1826; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.service-ribbon a:hover { background: #26213a; transform: translateY(-6px); }
.service-ribbon small { color: #64dcef; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-ribbon strong { margin-top: auto; font-family: var(--display); font-size: 1.12rem; line-height: 1.1; text-transform: uppercase; }
.service-ribbon span { align-self: end; margin-top: -20px; color: #8f61ef; font-size: 1.3rem; }

.proof-bar { color: var(--paper); background: var(--gradient); }
.proof-bar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-point { min-height: 122px; display: flex; gap: 17px; align-items: center; padding: 26px; border-right: 1px solid rgba(255,255,255,.22); }
.proof-point:last-child { border-right: 0; }
.proof-point > span { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-weight: 800; }
.proof-point strong { display: block; font-size: .98rem; }
.proof-point small { color: rgba(255,255,255,.75); }

.story-grid { display: grid; grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr); gap: clamp(55px, 9vw, 120px); align-items: center; }
.story-visual { min-height: 610px; position: relative; }
.story-visual__main { width: 83%; height: 520px; position: absolute; top: 0; right: 0; object-fit: cover; box-shadow: var(--shadow); }
.story-visual__detail { width: 50%; height: 270px; position: absolute; bottom: 0; left: 0; object-fit: cover; border: 12px solid var(--paper); }
.story-visual__label { position: absolute; z-index: 2; right: -16px; bottom: 48px; padding: 16px 18px; color: var(--paper); background: var(--purple); font-family: var(--display); font-size: 1rem; text-transform: uppercase; transform: rotate(3deg); }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.story-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin: 34px 0; }
.story-points div { padding-top: 18px; border-top: 3px solid var(--line); }
.story-points strong { display: block; margin-bottom: 5px; }
.story-points span { color: var(--muted); font-size: .92rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { min-height: 390px; position: relative; display: flex; flex-direction: column; padding: 34px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-7px); }
.service-card::before { width: 120px; height: 120px; position: absolute; top: -46px; right: -30px; border-radius: 50%; background: rgba(111,63,234,.08); content: ""; }
.service-card__number { color: var(--purple); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.service-card__icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 42px 0 28px; color: var(--paper); background: var(--gradient); font-family: var(--display); font-size: 1.4rem; transform: rotate(-4deg); }
.service-card h3 { margin-bottom: 13px; font-family: var(--display); font-size: 1.55rem; text-transform: uppercase; }
.service-card p { color: var(--muted); }
.service-card__link { display: flex; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--purple); font-weight: 800; }
.service-card--wide { grid-column: span 2; min-height: 340px; background: var(--night); color: var(--paper); }
.service-card--wide p { max-width: 600px; color: #bcb8c8; }
.service-card--wide .service-card__link { border-color: rgba(255,255,255,.16); color: #66dff4; }

.capability-stage { position: relative; overflow: hidden; }
.capability-stage::before { width: 650px; height: 650px; position: absolute; top: -300px; right: -160px; border: 1px solid rgba(10,167,210,.25); border-radius: 50%; box-shadow: 0 0 0 60px rgba(111,63,234,.06), 0 0 0 120px rgba(10,167,210,.04); content: ""; }
.capability-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 8vw, 110px); align-items: start; }
.capability-copy { position: sticky; top: 130px; }
.capability-copy p:not(.eyebrow) { color: #aaa6b7; }
.capability-list { border-top: 1px solid rgba(255,255,255,.17); }
.capability-item { display: grid; grid-template-columns: 58px 1fr auto; gap: 22px; align-items: center; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.capability-item > span:first-child { color: #55d8f2; font-family: var(--display); font-size: .8rem; }
.capability-item h3 { margin: 0 0 6px; font-family: var(--display); text-transform: uppercase; }
.capability-item p { margin: 0; color: #9995a8; font-size: .93rem; }
.capability-item > span:last-child { color: var(--purple); font-size: 1.35rem; }

.quote-stage { position: relative; padding: clamp(44px, 7vw, 82px); overflow: hidden; color: var(--paper); background: var(--gradient); }
.quote-stage::before { position: absolute; top: -70px; right: 6%; color: rgba(255,255,255,.13); font-family: Georgia, serif; font-size: 20rem; line-height: 1; content: "“"; }
.quote-stage blockquote { max-width: 980px; position: relative; margin: 0; font-family: var(--display); font-size: clamp(1.75rem, 3.6vw, 3.5rem); letter-spacing: -.035em; line-height: 1.13; text-transform: uppercase; }
.quote-stage footer { position: relative; margin-top: 30px; font-weight: 700; }
.quote-stage footer span { display: block; color: rgba(255,255,255,.78); font-weight: 400; }

.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.post-card { display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); transition: transform .22s ease, box-shadow .22s ease; }
.post-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.post-card__image { aspect-ratio: 16 / 10; display: block; overflow: hidden; background: #e8e5ef; }
.post-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.post-card:hover .post-card__image img { transform: scale(1.035); }
.post-card__body { flex: 1; display: flex; flex-direction: column; padding: 25px; }
.post-card__meta { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 17px; color: var(--muted); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.post-card__category { color: var(--purple); }
.post-card h3 { margin-bottom: 12px; font-family: var(--display); font-size: 1.28rem; line-height: 1.13; text-transform: uppercase; }
.post-card h3 a { text-decoration: none; }
.post-card p { color: var(--muted); font-size: .92rem; }
.post-card .text-link { margin-top: auto; }

.cta-band { position: relative; overflow: hidden; color: var(--paper); background: var(--night); }
.cta-band::before { position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(circle, var(--purple) 1.5px, transparent 1.5px); background-size: 58px 58px; content: ""; }
.cta-band::after { width: 48%; position: absolute; top: 0; right: -7%; bottom: 0; background: var(--gradient); clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%); content: ""; }
.cta-band__inner { min-height: 390px; position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.cta-band h2 { max-width: 850px; margin: 0; }
.cta-band h2 span { color: #65def3; }

.inner-hero { position: relative; overflow: hidden; color: var(--paper); background: var(--night); }
.inner-hero::before { position: absolute; inset: 0; opacity: .27; background-image: radial-gradient(circle, var(--blue) 1.4px, transparent 1.6px); background-size: 68px 68px; content: ""; }
.inner-hero::after { width: 55%; position: absolute; top: 0; right: -14%; bottom: 0; background: linear-gradient(145deg, rgba(10,167,210,.24), rgba(111,63,234,.65), rgba(129,37,143,.46)); clip-path: polygon(28% 0, 100% 0, 78% 100%, 0 100%); content: ""; }
.inner-hero__inner { min-height: 440px; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding-block: 74px 88px; }
.inner-hero h1 { max-width: 1000px; margin-bottom: 18px; font-size: clamp(3.1rem, 7vw, 6.6rem); }
.inner-hero h1 span { color: #60dcf3; }
.inner-hero__lead { max-width: 720px; margin: 0; color: #c8c4d3; font-size: 1.18rem; }
.inner-hero--image .inner-hero__inner { min-height: 520px; }

.service-detail-grid { display: grid; gap: 24px; }
.service-detail { scroll-margin-top: 110px; display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); min-height: 450px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.service-detail:nth-child(even) .service-detail__media { order: 2; }
.service-detail__media { min-height: 420px; position: relative; overflow: hidden; background: var(--night); }
.service-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.service-detail__media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,16,27,.33), transparent 60%); content: ""; }
.service-detail__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 6vw, 76px); }
.service-detail__copy h2 { font-size: clamp(2rem, 3.7vw, 3.6rem); }
.service-detail__copy > p:not(.eyebrow) { color: var(--muted); }
.tick-list { display: grid; gap: 10px; margin: 24px 0 30px; padding: 0; list-style: none; }
.tick-list li { position: relative; padding-left: 27px; color: var(--ink-soft); font-weight: 600; }
.tick-list li::before { position: absolute; top: .5em; left: 0; width: 10px; height: 10px; background: var(--gradient); content: ""; transform: rotate(45deg); }

.plant-intro { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 60px; align-items: start; }
.plant-intro__copy p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.plant-download { padding: 28px; color: var(--paper); background: var(--night); }
.plant-download strong { display: block; margin-bottom: 8px; font-family: var(--display); font-size: 1.2rem; text-transform: uppercase; }
.plant-download p { color: #aaa6b5; font-size: .9rem; }
.plant-download a { color: #69dff3; font-weight: 800; text-decoration: none; }
.plant-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 45px; }
.plant-stat { padding: 24px; border: 1px solid var(--line); background: var(--off-white); }
.plant-stat strong { display: block; color: var(--purple); font-family: var(--display); font-size: 2.4rem; line-height: 1; }
.plant-stat span { color: var(--muted); font-size: .85rem; font-weight: 700; text-transform: uppercase; }
.use-finder { margin-bottom: 34px; }
.use-finder h2 { margin-bottom: 22px; font-size: clamp(1.75rem, 3vw, 2.65rem); }
.chip-row { display: flex; flex-wrap: wrap; gap: 9px; }
.chip { padding: 10px 16px; border: 1px solid #c9c6d5; border-radius: 999px; color: var(--ink); background: var(--paper); font-size: .78rem; font-weight: 800; text-transform: uppercase; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.chip:hover, .chip.is-active { color: var(--paper); border-color: var(--purple); background: var(--purple); }
.plant-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) 240px 190px; gap: 12px; margin-bottom: 20px; padding: 18px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 14px 35px rgba(31,22,64,.08); }
.field-control { width: 100%; min-height: 52px; padding: 12px 15px; border: 1px solid #c9c6d5; color: var(--ink); background: var(--paper); }
.field-control:focus { outline: 3px solid rgba(10,167,210,.2); border-color: var(--blue); }
.plant-results-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 24px 0; }
.plant-results-head p { margin: 0; color: var(--muted); font-weight: 700; }
.equipment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.equipment-card { min-height: 305px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); background: var(--paper); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.equipment-card:hover { border-color: #b4accd; box-shadow: 0 18px 40px rgba(33,22,68,.1); transform: translateY(-4px); }
.equipment-card__top { display: flex; justify-content: space-between; gap: 15px; align-items: start; }
.equipment-card__category { color: var(--purple); font-size: .69rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.equipment-card__site { padding: 5px 8px; color: #08728e; background: #e4f8fc; font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.equipment-card h3 { margin: 35px 0 13px; font-family: var(--display); font-size: 1.16rem; line-height: 1.18; text-transform: uppercase; }
.equipment-card p { color: var(--muted); font-size: .89rem; }
.equipment-card__caps { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }
.equipment-card__caps span { padding: 5px 8px; color: #5c5869; background: var(--off-white); font-size: .66rem; font-weight: 700; }
.empty-state { grid-column: 1 / -1; padding: 50px; border: 1px dashed #b8b3c9; text-align: center; }
.empty-state h3 { font-family: var(--display); text-transform: uppercase; }

.blog-toolbar { display: grid; grid-template-columns: minmax(280px, 1fr) 280px auto; gap: 12px; align-items: center; margin-bottom: 34px; }
.blog-count { margin: 0; color: var(--muted); font-weight: 700; text-align: right; }
.blog-more { display: flex; justify-content: center; margin-top: 42px; }
.featured-post { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 520px; margin-bottom: 56px; color: var(--paper); background: var(--night); }
.featured-post__image { min-height: 470px; overflow: hidden; }
.featured-post__image img { width: 100%; height: 100%; object-fit: cover; }
.featured-post__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 6vw, 72px); }
.featured-post__copy h2 { font-size: clamp(2rem, 3.9vw, 3.6rem); }
.featured-post__copy p { color: #bdb9c8; }

.article-hero { padding: clamp(70px, 9vw, 120px) 0 60px; color: var(--paper); background: var(--night); }
.article-hero__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 22px; color: #9f9aaa; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.article-hero__meta span:first-child { color: #68dff3; }
.article-hero h1 { max-width: 1100px; margin-bottom: 25px; font-size: clamp(2.7rem, 6.6vw, 6rem); }
.article-hero__excerpt { max-width: 760px; margin: 0; color: #c3bfcd; font-size: 1.15rem; }
.article-feature { width: min(100% - 40px, 1180px); max-height: 680px; display: block; margin: -1px auto 0; object-fit: cover; box-shadow: var(--shadow); }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 260px; gap: 80px; align-items: start; }
.article-content { color: #333141; font-size: 1.06rem; }
.article-content h2, .article-content h3, .article-content h4 { margin: 1.65em 0 .6em; font-family: var(--display); text-transform: uppercase; }
.article-content h2 { font-size: clamp(1.75rem, 3.3vw, 2.65rem); }
.article-content h3 { font-size: 1.45rem; }
.article-content a { color: var(--purple); font-weight: 700; }
.article-content img { width: 100%; margin: 24px 0; }
.article-content figure { margin: 32px 0; }
.article-content blockquote { margin: 32px 0; padding: 28px; border-left: 5px solid var(--purple); background: var(--off-white); font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.article-content hr { height: 1px; margin: 40px 0; border: 0; background: var(--line); }
.article-aside { position: sticky; top: 110px; padding: 25px; border: 1px solid var(--line); }
.article-aside strong { display: block; margin-bottom: 13px; font-family: var(--display); text-transform: uppercase; }
.article-aside p { color: var(--muted); font-size: .9rem; }
.article-aside .button { width: 100%; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 8vw, 100px); align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.07rem; }
.contact-details { display: grid; gap: 22px; margin-top: 36px; }
.contact-details div { padding-top: 18px; border-top: 1px solid var(--line); }
.contact-details strong { display: block; margin-bottom: 4px; }
.contact-details a { color: var(--purple); font-weight: 800; text-decoration: none; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: clamp(28px, 5vw, 50px); background: var(--off-white); }
.form-field { display: grid; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-field input, .form-field textarea, .form-field select { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #c7c3d1; border-radius: 0; background: var(--paper); }
.form-field textarea { min-height: 160px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: 3px solid rgba(10,167,210,.18); border-color: var(--blue); }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .8rem; }
.alert { margin-bottom: 25px; padding: 15px 18px; border-left: 4px solid var(--blue); background: #e9f9fc; }
.alert--error { border-color: #c73e4c; background: #fff0f1; }

.legal-content h2 { margin-top: 1.8em; font-size: 1.8rem; }
.legal-content h3 { margin-top: 1.6em; }
.legal-content p, .legal-content li { color: var(--ink-soft); }
.error-page { min-height: 68vh; display: grid; place-items: center; text-align: center; }
.error-page strong { color: var(--purple); font-family: var(--display); font-size: clamp(5rem, 18vw, 12rem); line-height: .8; }
.error-page h1 { margin: 24px 0 13px; font-size: clamp(2.2rem, 5vw, 4rem); }
.error-page p { color: var(--muted); }

.site-footer { position: relative; overflow: hidden; color: #b7b3c2; background: #0d0c14; }
.site-footer__flare { width: 580px; height: 580px; position: absolute; top: -380px; right: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(111,63,234,.46), transparent 68%); }
.site-footer__top { position: relative; display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 48px; padding-block: 76px 58px; }
.site-footer__intro img { width: 205px; margin-bottom: 22px; }
.site-footer__intro p { max-width: 320px; }
.footer-label { margin-bottom: 16px; color: var(--paper); font-family: var(--display); font-size: .9rem; letter-spacing: .04em; text-transform: uppercase; }
.site-footer address { font-size: .91rem; line-height: 1.8; }
.footer-contact { display: block; margin-bottom: 8px; color: var(--paper); font-weight: 700; text-decoration: none; }
.footer-button { display: inline-flex; gap: 12px; margin-top: 17px; color: #63def3; font-weight: 800; text-decoration: none; }
.social-links { display: flex; gap: 8px; }
.social-links a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); color: var(--paper); font-size: .8rem; font-weight: 900; text-decoration: none; }
.site-footer__bottom { position: relative; display: flex; justify-content: space-between; gap: 25px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.11); font-size: .78rem; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom div { display: flex; gap: 22px; }
.site-footer__bottom a { color: #b7b3c2; text-decoration: none; }

.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .site-header__inner { grid-template-columns: 185px 1fr auto; gap: 17px; }
  .site-logo img { width: 170px; }
  .main-nav { gap: 17px; }
  .main-nav a { font-size: .73rem; }
  .header-cta { min-width: 145px; padding-inline: 17px; }
  .home-hero__grid { grid-template-columns: 1fr; padding-bottom: 105px; }
  .home-hero__copy { max-width: 820px; }
  .home-hero__visual { width: min(100%, 760px); min-height: 520px; }
  .service-ribbon__grid, .proof-bar__grid { grid-template-columns: repeat(2, 1fr); }
  .proof-point:nth-child(2) { border-right: 0; }
  .proof-point:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .equipment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__top { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .site-header { height: 78px; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .nav-toggle { display: grid; }
  .header-cta { display: none; }
  .main-nav { position: fixed; z-index: 101; top: 78px; right: 0; bottom: 0; left: 0; display: none; align-items: stretch; flex-direction: column; justify-content: flex-start; gap: 0; padding: 22px 20px; overflow-y: auto; background: var(--night); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 18px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font-family: var(--display); font-size: 1.3rem; }
  .main-nav a::after { display: none; }
  .home-hero__grid { padding-top: 70px; }
  .story-grid, .capability-grid, .contact-grid, .plant-intro, .article-layout { grid-template-columns: 1fr; }
  .story-visual { min-height: 570px; }
  .capability-copy, .article-aside { position: static; }
  .service-grid, .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card--wide { grid-column: span 2; }
  .service-detail { grid-template-columns: 1fr; }
  .service-detail:nth-child(even) .service-detail__media { order: initial; }
  .service-detail__media { min-height: 350px; }
  .plant-toolbar, .blog-toolbar { grid-template-columns: 1fr 1fr; }
  .plant-toolbar > :first-child, .blog-toolbar > :first-child { grid-column: 1 / -1; }
  .blog-count { text-align: left; }
  .featured-post { grid-template-columns: 1fr; }
  .featured-post__image { min-height: 360px; }
  .article-layout { gap: 45px; }
  .cta-band::after { opacity: .25; }
  .cta-band__inner { grid-template-columns: 1fr; padding-block: 75px; }
  .cta-band__inner .button { justify-self: start; }
}

@media (max-width: 600px) {
  .shell, .shell--narrow { width: min(100% - 28px, 1240px); }
  .section { padding-block: 72px; }
  .section-head { align-items: start; flex-direction: column; margin-bottom: 36px; }
  .home-hero h1 { font-size: clamp(3.2rem, 17vw, 4.8rem); }
  .home-hero__visual { min-height: 390px; }
  .hero-frame { inset: 20px 0 0; }
  .hero-frame::before { inset: -14px 20px 18px -12px; }
  .hero-roundel { width: 112px; height: 112px; right: 3px; font-size: .78rem; }
  .hero-tag { right: 5px; }
  .hero-proof { bottom: 16px; left: -5px; }
  .service-ribbon { margin-top: -24px; }
  .service-ribbon__grid, .proof-bar__grid, .service-grid, .post-grid, .equipment-grid { grid-template-columns: 1fr; }
  .service-ribbon a { min-height: 118px; }
  .proof-point { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .proof-point:last-child { border-bottom: 0; }
  .story-visual { min-height: 470px; }
  .story-visual__main { height: 410px; }
  .story-visual__detail { height: 210px; }
  .story-points { grid-template-columns: 1fr; }
  .service-card--wide { grid-column: auto; }
  .capability-item { grid-template-columns: 42px 1fr; }
  .capability-item > span:last-child { display: none; }
  .inner-hero__inner { min-height: 360px; }
  .plant-stats { grid-template-columns: 1fr; }
  .plant-toolbar, .blog-toolbar { grid-template-columns: 1fr; }
  .plant-toolbar > :first-child, .blog-toolbar > :first-child { grid-column: auto; }
  .featured-post__image { min-height: 280px; }
  .article-feature { width: 100%; }
  .contact-form { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .site-footer__top { grid-template-columns: 1fr; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .site-footer__bottom div { flex-wrap: wrap; }
}

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

/* --------------------------------------------------------------------------
   HAD-GROUP family alignment
   The page architecture above is retained; these rules apply the shared
   typography, navigation, spacing, card and footer language used across the
   redesigned HAD-GROUP websites. HAD-PRINT keeps purple with a blue accent.
   -------------------------------------------------------------------------- */

:root {
  --night: #21132b;
  --night-2: #34203f;
  --ink: #1d2a3a;
  --ink-soft: #465568;
  --muted: #6b7887;
  --paper: #ffffff;
  --off-white: #f6f3f8;
  --line: #e4dfe8;
  --purple: #812990;
  --purple-dark: #4f1f67;
  --violet: #6c3d8a;
  --blue: #0aa3c7;
  --blue-dark: #087c9a;
  --gradient: linear-gradient(118deg, var(--purple), var(--violet) 56%, var(--blue));
  --display: "Manrope", "DM Sans", sans-serif;
  --body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 64px rgba(64, 30, 75, .14);
  --shadow-sm: 0 12px 34px rgba(64, 30, 75, .1);
  --radius: 22px;
  --radius-lg: 32px;
}

html { scroll-padding-top: 112px; }
body { color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
a { color: var(--purple); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover, a:focus { color: var(--blue-dark); }
h1, h2, h3, h4, .display {
  color: var(--purple-dark);
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -.035em;
  text-transform: none;
}
h1 { font-size: clamp(3rem, 6.2vw, 5.8rem); line-height: .99; }
h2 { font-size: clamp(2.2rem, 4.3vw, 3.75rem); line-height: 1.07; }
h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); line-height: 1.25; }
.shell { width: min(calc(100% - 40px), 1200px); }
.shell--narrow { width: min(calc(100% - 40px), 920px); }
.skip-link { border-radius: 9px; color: var(--paper); background: var(--purple); }
.skip-link:focus { color: var(--paper); }
.eyebrow, .kicker-stamp {
  width: auto;
  margin-bottom: 16px;
  padding: 0;
  color: var(--purple);
  background: transparent;
  font-family: var(--body);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
  transform: none;
}
.eyebrow--light, .home-hero .kicker-stamp, .inner-hero .kicker-stamp { color: #78d9ee; }

.button, .header-cta {
  min-height: 52px;
  padding: 13px 23px;
  border: 1px solid var(--purple);
  border-radius: 999px;
  color: var(--paper);
  background: var(--purple);
  box-shadow: 0 9px 26px rgba(129, 41, 144, .23);
  font-size: .94rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  transform: none;
}
.button:hover, .button:focus, .header-cta:hover, .header-cta:focus {
  color: var(--paper);
  background: #932ca4;
  box-shadow: 0 13px 32px rgba(129, 41, 144, .31);
  filter: none;
  transform: translateY(-2px);
}
.button--small { min-height: 44px; padding: 11px 18px; font-size: .9rem; }
.button--outline { border-color: var(--purple); color: var(--purple); background: transparent; box-shadow: none; }
.button--outline:hover, .button--outline:focus { border-color: var(--purple); color: var(--paper); background: var(--purple); }
.button--light { border-color: var(--paper); color: var(--purple-dark); background: var(--paper); box-shadow: 0 12px 34px rgba(33, 19, 43, .2); }
.button--light:hover, .button--light:focus { color: var(--purple-dark); background: #f8effa; }
.button--ghost { border-color: rgba(255,255,255,.35); color: var(--paper); background: rgba(255,255,255,.08); box-shadow: none; backdrop-filter: blur(10px); }
.button--ghost:hover, .button--ghost:focus { border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.15); }
.text-link { color: var(--purple); font-weight: 700; }

/* Shared group header */
.site-header {
  height: auto;
  border-bottom: 1px solid rgba(228, 223, 232, .9);
  color: var(--ink);
  background: rgba(255,255,255,.98);
  transition: box-shadow .25s ease;
}
.site-header.is-scrolled { height: auto; box-shadow: 0 10px 34px rgba(64, 30, 75, .12); }
.site-utility { color: #e9dff0; background: var(--purple-dark); font-size: .82rem; }
.site-utility__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-utility p { margin: 0; font-weight: 600; letter-spacing: .025em; }
.site-utility__links { display: flex; align-items: center; gap: 24px; }
.site-utility a { color: var(--paper); font-weight: 600; text-decoration: none; }
.site-utility a span { color: #76d9ec; }
.site-nav-wrap { position: relative; }
.site-header__inner, .site-nav {
  min-height: 76px;
  display: grid;
  grid-template-columns: 215px 1fr auto;
  align-items: center;
  gap: 28px;
}
.site-logo { width: 205px; display: inline-flex; align-items: center; line-height: 0; }
.site-logo img { width: 100%; display: block; }
.main-nav { display: flex; justify-content: flex-end; align-items: center; gap: 4px; }
.main-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px 11px;
  border-radius: 9px;
  color: var(--ink);
  font-family: var(--body);
  font-size: .91rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}
.main-nav a::after { display: none; }
.main-nav a:hover, .main-nav a:focus, .main-nav a.is-active { color: var(--purple); background: #f1eaf3; }
.header-cta { min-width: auto; display: inline-flex; justify-content: center; gap: 9px; }
.header-cta > * { transform: none; }
.nav-toggle { width: auto; height: auto; display: none; align-items: center; gap: 10px; padding: 10px 0 10px 14px; border: 0; color: var(--purple); background: transparent; font-weight: 700; }
.nav-toggle > span.nav-toggle__label { width: auto; height: auto; display: inline; color: inherit; background: transparent; }
.nav-toggle > span.nav-toggle__icon { width: 28px; height: 14px; display: flex; flex-direction: column; gap: 10px; background: transparent; }
.nav-toggle__icon span { width: 100%; height: 2px; display: block; border-radius: 2px; background: currentColor; transition: transform .2s ease; }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon span:first-child { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon span:last-child { transform: translateY(-6px) rotate(-45deg); }
.nav-toggle:focus-visible { outline: 3px solid rgba(10,163,199,.35); outline-offset: 4px; border-radius: 7px; }

.section { padding-block: clamp(84px, 10vw, 130px); }
.section--tight { padding-block: clamp(58px, 7vw, 92px); }
.section--soft { background: var(--off-white); }
.section--dark {
  color: #d9cfe0;
  background: radial-gradient(circle at 88% 8%, rgba(10,163,199,.16), transparent 28%), linear-gradient(135deg, #21132b, #4f1f67);
}
.section--dark h2, .section--dark h3 { color: var(--paper); }
.section-head { margin-bottom: 52px; }
.section-head > div { max-width: 760px; }
.section-head p:last-child { color: var(--muted); }

/* Group-style print hero */
.home-hero {
  color: #e5dce9;
  background:
    radial-gradient(circle at 82% 15%, rgba(10,163,199,.2), transparent 27%),
    radial-gradient(circle at 8% 95%, rgba(129,41,144,.24), transparent 30%),
    linear-gradient(135deg, #21132b 0%, #4f1f67 54%, #351840 100%);
}
.home-hero::before {
  opacity: .15;
  background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, #000, transparent 78%);
}
.home-hero::after { display: none; }
.home-hero__grid { min-height: 680px; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); gap: clamp(44px, 7vw, 88px); padding: 78px 0 126px; }
.home-hero h1 { max-width: 740px; margin-bottom: 24px; color: var(--paper); font-size: clamp(3.35rem, 6.2vw, 5.8rem); }
.home-hero h1 span { display: block; color: #72d9ec; }
.home-hero__lead { max-width: 640px; color: #d1c5d7; font-size: clamp(1.08rem, 1.7vw, 1.25rem); line-height: 1.65; }
.home-hero__actions { margin-top: 30px; }
.home-hero__visual { min-height: 520px; }
.hero-frame { inset: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: rgba(35,17,45,.45); box-shadow: 0 34px 74px rgba(22,8,29,.36); backdrop-filter: blur(12px); }
.hero-frame::before { display: none; }
.hero-frame img { width: 100%; height: 100%; top: 0; left: 0; object-position: 64% center; border-radius: inherit; }
.hero-frame__wash { background: linear-gradient(100deg, rgba(33,19,43,.42), transparent 60%), linear-gradient(0deg, rgba(33,19,43,.4), transparent 52%); }
.hero-tag { top: 22px; right: 22px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: var(--paper); background: rgba(33,19,43,.72); font-size: .72rem; font-weight: 700; letter-spacing: .1em; transform: none; backdrop-filter: blur(10px); }
.hero-proof { bottom: 24px; left: 24px; padding: 16px 19px; border: 1px solid rgba(255,255,255,.17); border-left: 4px solid #71d9ec; border-radius: 12px; background: rgba(33,19,43,.84); box-shadow: 0 18px 38px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.hero-proof span { color: #c9bbd0; }
.hero-roundel { width: 136px; height: 136px; right: -18px; bottom: -20px; border: 0; border-radius: 22px; color: var(--paper); background: var(--purple); box-shadow: 0 18px 38px rgba(24,8,31,.28); font-family: var(--display); font-size: 1rem; text-transform: none; transform: none; }
.service-ribbon { margin-top: -74px; transform: translateY(50%); }
.service-ribbon__grid { gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
.service-ribbon a { min-height: 136px; padding: 24px 25px; border-right: 1px solid var(--line); color: var(--ink); background: var(--paper); }
.service-ribbon a:last-child { border-right: 0; }
.service-ribbon a:hover, .service-ribbon a:focus { color: var(--ink); background: #f7f1f8; transform: none; }
.service-ribbon small { color: var(--purple); font-weight: 700; }
.service-ribbon strong { color: var(--purple-dark); font-family: var(--display); font-size: 1.05rem; text-transform: none; }
.service-ribbon span { color: var(--blue); }
.proof-bar { padding-top: 74px; color: var(--paper); background: var(--purple-dark); }
.proof-bar__grid { background: transparent; }
.proof-point { min-height: 122px; border-color: rgba(255,255,255,.17); }
.proof-point > span { border-color: rgba(255,255,255,.3); color: #72d9ec; }
.proof-point small { color: #cbbfd1; }

.story-visual__main { border-radius: var(--radius); box-shadow: var(--shadow); }
.story-visual__detail { border-radius: 18px; }
.story-visual__label { right: -8px; padding: 12px 17px; border-radius: 999px; font-family: var(--body); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transform: none; }
.story-points div { border-top: 1px solid var(--line); }
.service-grid { gap: 22px; }
.service-card { min-height: 390px; border-radius: var(--radius); box-shadow: 0 10px 35px rgba(65,31,76,.06); }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.service-card::before { background: rgba(129,41,144,.07); }
.service-card__number { color: var(--purple); font-weight: 700; }
.service-card__icon { width: 56px; height: 56px; margin: 38px 0 26px; border-radius: 15px; background: var(--gradient); font-family: var(--display); font-size: 1.25rem; transform: none; }
.service-card h3 { color: var(--purple-dark); font-family: var(--display); font-size: 1.5rem; text-transform: none; }
.service-card--wide { color: var(--paper); background: linear-gradient(135deg, #2c1737, #5b236b); }
.service-card--wide h3 { color: var(--paper); }
.service-card--wide p { color: #d3c6d9; }
.capability-stage::before { opacity: .7; }
.capability-item > span:first-child { color: #72d9ec; font-family: var(--body); font-weight: 700; }
.capability-item h3 { font-family: var(--display); text-transform: none; }
.capability-item p { color: #c0b3c7; }
.quote-stage { border-radius: var(--radius); background: linear-gradient(125deg, var(--purple-dark), var(--purple) 55%, var(--blue)); box-shadow: var(--shadow); }
.quote-stage blockquote { font-family: var(--display); font-size: clamp(1.75rem, 3.4vw, 3.2rem); font-weight: 700; text-transform: none; }
.post-grid { gap: 22px; }
.post-card { overflow: hidden; border-radius: var(--radius); box-shadow: 0 10px 35px rgba(65,31,76,.06); }
.post-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.post-card h3 { color: var(--purple-dark); font-family: var(--display); font-size: 1.26rem; line-height: 1.24; text-transform: none; }
.post-card__category { color: var(--purple); }

.cta-band { background: linear-gradient(135deg, #21132b, #4f1f67); }
.cta-band::before { opacity: .13; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 52px 52px; }
.cta-band::after { right: -15%; opacity: .35; border-radius: 50%; background: radial-gradient(circle, var(--blue), transparent 68%); clip-path: none; }
.cta-band__inner { min-height: 340px; }
.cta-band h2 { color: var(--paper); }
.cta-band h2 span { color: #72d9ec; }

.inner-hero {
  background:
    radial-gradient(circle at 84% 14%, rgba(10,163,199,.2), transparent 27%),
    linear-gradient(135deg, #21132b 0%, #4f1f67 62%, #351840 100%);
}
.inner-hero::before { opacity: .14; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 54px 54px; }
.inner-hero::after { display: none; }
.inner-hero__inner { min-height: 430px; padding-block: 78px; }
.inner-hero h1 { max-width: 970px; color: var(--paper); font-size: clamp(3rem, 6vw, 5.6rem); }
.inner-hero h1 span { color: #72d9ec; }
.inner-hero__lead { color: #d4c7da; }

.service-detail-grid { gap: 26px; }
.service-detail { overflow: hidden; border-radius: var(--radius); box-shadow: 0 12px 40px rgba(65,31,76,.07); }
.service-detail__copy h2 { color: var(--purple-dark); }
.tick-list li::before { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); transform: none; }
.plant-download { border-radius: 18px; background: linear-gradient(135deg, #2b1737, var(--purple-dark)); }
.plant-download strong { font-family: var(--display); text-transform: none; }
.plant-download a { color: #79def0; }
.plant-stat { border-radius: 15px; }
.plant-stat strong { font-family: var(--display); }
.plant-stat span { text-transform: none; }
.plant-toolbar { border-radius: 16px; box-shadow: var(--shadow-sm); }
.field-control, .form-field input, .form-field textarea, .form-field select { border-radius: 10px; }
.equipment-card { border-radius: 17px; }
.equipment-card h3 { color: var(--purple-dark); font-family: var(--display); line-height: 1.25; text-transform: none; }
.equipment-card__site, .equipment-card__caps span { border-radius: 999px; }
.chip { font-size: .76rem; text-transform: none; }
.featured-post { overflow: hidden; border-radius: var(--radius); background: linear-gradient(135deg, #2b1737, var(--purple-dark)); box-shadow: var(--shadow); }
.featured-post__copy h2 { color: var(--paper); }
.article-hero { background: radial-gradient(circle at 84% 10%, rgba(10,163,199,.18), transparent 28%), linear-gradient(135deg, #21132b, #4f1f67); }
.article-hero__meta span:first-child { color: #78deef; }
.article-hero h1 { color: var(--paper); font-size: clamp(2.7rem, 5.7vw, 5.4rem); }
.article-feature { width: min(calc(100% - 40px), 1180px); max-height: 680px; margin-top: 0; border-radius: 0 0 var(--radius) var(--radius); }
.article-content h2, .article-content h3, .article-content h4 { color: var(--purple-dark); font-family: var(--display); text-transform: none; }
.article-content blockquote { border-radius: 0 14px 14px 0; font-family: var(--display); text-transform: none; }
.article-aside { border-radius: 16px; background: var(--off-white); }
.article-aside strong { color: var(--purple-dark); font-family: var(--display); text-transform: none; }
.contact-form { border-radius: var(--radius); }
.form-field label { letter-spacing: .04em; text-transform: none; }
.alert { border-radius: 0 10px 10px 0; }

.site-footer { color: #cbbfd1; background: #21132b; }
.site-footer__flare { background: radial-gradient(circle, rgba(10,163,199,.22), transparent 68%); }
.site-footer__top { gap: 48px; padding-block: 76px 58px; }
.site-footer__intro img { width: 205px; }
.footer-label { color: var(--paper); font-family: var(--display); font-size: .92rem; letter-spacing: 0; text-transform: none; }
.footer-contact { color: var(--paper); }
.footer-button { color: #75dced; }
.social-links a { border-radius: 50%; }
.site-footer__bottom { color: #bcaec4; border-color: rgba(255,255,255,.12); }
.site-footer__bottom a { color: #cbbfd1; }

@media (max-width: 1080px) {
  .site-header__inner, .site-nav { grid-template-columns: 180px 1fr auto; gap: 16px; }
  .site-logo { width: 175px; }
  .main-nav { gap: 1px; }
  .main-nav a { padding-inline: 8px; font-size: .82rem; }
  .header-cta { padding-inline: 15px; }
  .home-hero__grid { grid-template-columns: 1fr; padding-bottom: 120px; }
  .home-hero__copy { max-width: 820px; }
  .home-hero__visual { width: min(100%, 760px); }
  .site-footer__top { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 112px; }
  .site-header { height: auto; }
  .site-header__inner, .site-nav { min-height: 76px; grid-template-columns: 1fr auto; }
  .site-logo { width: 190px; }
  .nav-toggle { display: flex; }
  .header-cta { display: none; }
  .main-nav {
    position: fixed;
    z-index: 101;
    top: 112px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding: 22px 20px;
    overflow-y: auto;
    background: var(--paper);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 17px 10px; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); font-family: var(--display); font-size: 1.15rem; }
  .main-nav a:hover, .main-nav a:focus, .main-nav a.is-active { color: var(--purple); background: #f5eff6; }
  .home-hero__grid { padding-top: 70px; }
  .story-grid, .capability-grid, .contact-grid, .plant-intro, .article-layout { grid-template-columns: 1fr; }
  .capability-copy, .article-aside { position: static; }
  .cta-band__inner { grid-template-columns: 1fr; padding-block: 72px; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 76px; }
  .shell, .shell--narrow { width: min(calc(100% - 28px), 1200px); }
  .site-utility { display: none; }
  .main-nav { top: 76px; }
  .section { padding-block: 72px; }
  .home-hero__grid { min-height: auto; padding: 70px 0 52px; }
  .home-hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .home-hero__visual { min-height: 390px; }
  .hero-frame { inset: 0; }
  .hero-roundel { width: 105px; height: 105px; right: -4px; bottom: -12px; border-radius: 18px; font-size: .8rem; }
  .hero-tag { right: 12px; }
  .hero-proof { right: 38px; bottom: 14px; left: 12px; }
  .service-ribbon { margin-top: 18px; padding-bottom: 18px; transform: none; }
  .service-ribbon__grid { border-radius: 16px; }
  .service-ribbon a { min-height: 112px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-ribbon a:last-child { border-bottom: 0; }
  .proof-bar { padding-top: 0; }
  .proof-point { border-right: 0; }
  .story-visual__detail { border-width: 8px; }
  .quote-stage { border-radius: 18px; }
  .inner-hero__inner { min-height: 350px; padding-block: 66px; }
  .featured-post { border-radius: 18px; }
  .article-feature { width: 100%; border-radius: 0; }
  .site-footer__top { grid-template-columns: 1fr; }
}

/* Restored page hierarchy and supplied 2026 wordmark */
.site-header__inner, .site-nav { grid-template-columns: 270px 1fr auto; }
.site-logo { width: 260px; }
.site-footer__intro img { width: 240px; filter: brightness(0) invert(1); }

.nav-dropdown { position: relative; }
.nav-dropdown summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 11px;
  border-radius: 9px;
  color: var(--ink);
  font-size: .91rem;
  font-weight: 700;
  line-height: 1.2;
  list-style: none;
  cursor: pointer;
}
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary > span { color: var(--purple); font-size: .9rem; transition: transform .2s ease; }
.nav-dropdown[open] summary > span { transform: rotate(180deg); }
.nav-dropdown summary:hover, .nav-dropdown summary:focus, .nav-dropdown summary.is-active { color: var(--purple); background: #f1eaf3; }
.nav-dropdown summary:focus-visible { outline: 3px solid rgba(10,163,199,.32); outline-offset: 2px; }
.nav-dropdown__panel {
  position: absolute;
  z-index: 120;
  top: calc(100% + 14px);
  left: 0;
  width: 560px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--paper);
  box-shadow: 0 24px 64px rgba(45,23,53,.18);
}
.nav-dropdown__panel--right { right: 0; left: auto; }
.nav-dropdown__panel strong { display: block; margin-bottom: 9px; color: var(--purple); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.main-nav .nav-dropdown__panel a {
  min-height: 0;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink-soft);
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.35;
}
.main-nav .nav-dropdown__panel a:last-child { border-bottom: 0; }
.main-nav .nav-dropdown__panel a:hover, .main-nav .nav-dropdown__panel a:focus { padding-left: 4px; color: var(--purple); background: transparent; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; color: #c8b8d0; font-size: .78rem; font-weight: 600; }
.breadcrumb a { color: #82deef; text-decoration: none; }
.detail-hero .inner-hero__inner { min-height: 500px; }
.detail-hero h1 { max-width: 1040px; }
.detail-overview__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr); gap: clamp(48px, 8vw, 100px); align-items: center; }
.detail-overview__copy > p:not(.eyebrow) { max-width: 700px; color: var(--muted); font-size: 1.08rem; }
.detail-overview__copy .button { margin-top: 13px; }
.detail-overview__media { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--purple-dark); box-shadow: var(--shadow); }
.detail-overview__media img { width: 100%; min-height: 520px; display: block; object-fit: cover; }
.detail-overview__media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(33,19,43,.62), transparent 52%); content: ""; }
.detail-overview__media figcaption { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; color: var(--paper); font-weight: 700; }
.detail-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.detail-feature { min-height: 285px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 10px 32px rgba(65,31,76,.05); }
.detail-feature > span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 48px; border-radius: 50%; color: var(--paper); background: var(--purple); font-size: .72rem; font-weight: 700; }
.detail-feature h3 { color: var(--purple-dark); font-size: 1.24rem; }
.detail-feature p { margin: 0; color: var(--muted); font-size: .94rem; }
.download-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.download-card { min-height: 102px; display: grid; grid-template-columns: 48px 1fr auto; gap: 18px; align-items: center; padding: 20px 24px; border: 1px solid var(--line); border-radius: 15px; color: var(--ink); background: var(--paper); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.download-card:hover, .download-card:focus { color: var(--ink); box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.download-card > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: var(--paper); background: var(--purple); font-size: .7rem; font-weight: 800; }
.download-card b { color: var(--blue-dark); font-size: 1.2rem; }
.related-page-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.related-page-card { min-height: 305px; display: flex; flex-direction: column; padding: 29px; border: 1px solid var(--line); border-radius: 18px; color: var(--ink); background: var(--paper); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.related-page-card:hover, .related-page-card:focus { color: var(--ink); box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.related-page-card > span { margin-bottom: 36px; color: var(--purple); font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.related-page-card h3 { color: var(--purple-dark); }
.related-page-card p { color: var(--muted); font-size: .92rem; }
.related-page-card b { margin-top: auto; color: var(--purple); font-size: .9rem; }

.page-directory__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.page-directory__group { padding: 29px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 10px 32px rgba(65,31,76,.05); }
.page-directory__group h3 { margin-bottom: 18px; color: var(--purple-dark); font-size: 1.22rem; }
.page-directory__group > div { border-top: 1px solid var(--line); }
.page-directory__group a { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .94rem; font-weight: 600; text-decoration: none; }
.page-directory__group a:last-child { border-bottom: 0; }
.page-directory__group a b { color: var(--purple); transition: transform .2s ease; }
.page-directory__group a:hover, .page-directory__group a:focus { color: var(--purple); }
.page-directory__group a:hover b { transform: translateX(4px); }

@media (max-width: 1080px) {
  .site-header__inner, .site-nav { grid-template-columns: 220px 1fr auto; }
  .site-logo { width: 210px; }
  .nav-dropdown summary { padding-inline: 8px; font-size: .82rem; }
  .nav-dropdown__panel { width: 510px; }
  .detail-overview__grid { grid-template-columns: 1fr 380px; gap: 48px; }
}

@media (max-width: 820px) {
  .site-header__inner, .site-nav { grid-template-columns: 1fr auto; }
  .site-logo { width: 240px; }
  .main-nav .nav-dropdown { border-bottom: 1px solid var(--line); }
  .nav-dropdown summary { min-height: 58px; padding: 15px 10px; border-radius: 0; font-family: var(--display); font-size: 1.1rem; }
  .nav-dropdown__panel, .nav-dropdown__panel--right { position: static; width: 100%; grid-template-columns: 1fr; gap: 16px; padding: 8px 14px 20px; border: 0; border-radius: 0; box-shadow: none; }
  .main-nav .nav-dropdown__panel a { padding: 10px 0; font-family: var(--body); font-size: .92rem; }
  .detail-overview__grid { grid-template-columns: 1fr; }
  .detail-overview__media { order: -1; }
  .detail-overview__media img { min-height: 430px; }
  .detail-feature-grid, .related-page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .site-logo { width: min(230px, 68vw); }
  .detail-hero .inner-hero__inner { min-height: 430px; }
  .breadcrumb { margin-bottom: 25px; }
  .detail-overview__media img { min-height: 340px; }
  .detail-feature-grid, .download-grid, .related-page-grid, .page-directory__grid { grid-template-columns: 1fr; }
  .detail-feature { min-height: 0; }
  .detail-feature > span { margin-bottom: 30px; }
  .download-card { grid-template-columns: 46px 1fr auto; padding: 17px; }
  .site-footer__intro img { width: 220px; }
}

/* HAD-GROUP division links */
.group-family {
  padding-block: clamp(84px, 9vw, 124px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(10, 163, 199, .08), transparent 25%),
    #eef6f7;
}
.group-family__head { max-width: 880px; margin: 0 auto 50px; text-align: center; }
.group-family__head .eyebrow { margin-bottom: 20px; color: #608a2f; }
.group-family__head h2 { margin-bottom: 22px; color: var(--purple-dark); font-size: clamp(2.35rem, 5vw, 4.75rem); }
.group-family__head h2 span { display: block; color: var(--blue-dark); }
.group-family__head > p:last-child { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; }
.group-family__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.division-card {
  --division-colour: var(--purple);
  min-height: 230px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 42px 24px 34px;
  overflow: hidden;
  border: 1px solid #d9e5e8;
  border-top: 4px solid var(--division-colour);
  border-radius: 17px;
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 35px rgba(50, 72, 82, .06);
  text-align: center;
  text-decoration: none;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.division-card:hover, .division-card:focus {
  color: var(--ink);
  border-color: color-mix(in srgb, var(--division-colour) 36%, #d9e5e8);
  box-shadow: 0 20px 44px rgba(50, 72, 82, .13);
  transform: translateY(-5px);
}
.division-card:focus-visible { outline: 3px solid rgba(10, 163, 199, .35); outline-offset: 5px; }
.division-card--copy { --division-colour: #04a4c5; }
.division-card--it { --division-colour: #0086c0; }
.division-card--print { --division-colour: #81298f; }
.division-card--tech { --division-colour: #74ad35; }
.division-card__mark { width: min(100%, 190px); height: 48px; display: flex; align-items: center; justify-content: center; }
.division-card__mark img { width: 100%; max-height: 37px; display: block; object-fit: contain; }
.division-card--it .division-card__mark { width: min(100%, 145px); }
.division-card__service { max-width: 220px; margin-top: 20px; color: #526174; font-size: .88rem; font-weight: 700; line-height: 1.35; }
.division-card__action {
  position: absolute;
  right: 17px;
  bottom: 13px;
  color: var(--division-colour);
  font-size: .72rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .2s ease, transform .2s ease;
}
.division-card:hover .division-card__action, .division-card:focus .division-card__action { opacity: 1; transform: translateY(0); }
.division-card__action b { font-size: 1rem; }
.division-card__action--current { opacity: 1; transform: none; }
.division-card.is-current { background: linear-gradient(180deg, #fff, #faf5fb); }

@media (max-width: 920px) {
  .group-family__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .group-family { padding-block: 72px; }
  .group-family__head { margin-bottom: 36px; text-align: left; }
  .group-family__head h2 span { display: inline; }
  .group-family__head > p:last-child { font-size: 1rem; }
  .group-family__grid { grid-template-columns: 1fr; }
  .division-card { min-height: 178px; padding: 32px 24px 28px; }
  .division-card__action { opacity: 1; transform: none; }
}

/* Apparel Monkey partner banner */
.apparel-partner-section { padding: 0 0 clamp(84px, 9vw, 120px); scroll-margin-top: 130px; background: var(--paper); }
.apparel-partner-banner {
  min-height: 255px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 245px) minmax(0, 1fr) auto;
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  padding: clamp(34px, 5vw, 62px);
  overflow: hidden;
  border: 1px solid rgba(106, 225, 255, .28);
  border-radius: 24px;
  color: var(--paper);
  background:
    radial-gradient(circle at 88% 8%, rgba(135, 39, 178, .68), transparent 34%),
    radial-gradient(circle at 8% 100%, rgba(0, 217, 255, .17), transparent 34%),
    linear-gradient(135deg, #050409 0%, #0b0a15 45%, #1a082b 100%);
  box-shadow: 0 24px 65px rgba(30, 10, 42, .24);
  text-decoration: none;
  transition: box-shadow .22s ease, transform .22s ease;
}
.apparel-partner-banner::before {
  width: 340px;
  height: 340px;
  position: absolute;
  top: -230px;
  right: 21%;
  border: 1px solid rgba(0, 217, 255, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(135, 39, 178, .06), 0 0 0 110px rgba(0, 217, 255, .035);
  content: "";
}
.apparel-partner-banner:hover, .apparel-partner-banner:focus {
  color: var(--paper);
  box-shadow: 0 30px 78px rgba(30, 10, 42, .32);
  transform: translateY(-4px);
}
.apparel-partner-banner:focus-visible { outline: 3px solid #00d9ff; outline-offset: 5px; }
.apparel-partner-banner > span { position: relative; z-index: 1; }
.apparel-partner-banner__logo { display: block; }
.apparel-partner-banner__logo img { width: 100%; max-width: 245px; display: block; }
.apparel-partner-banner__copy { display: flex; flex-direction: column; }
.apparel-partner-banner__eyebrow { margin-bottom: 11px; color: #65e7ff; font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.apparel-partner-banner__copy strong { margin-bottom: 12px; color: var(--paper); font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.65rem); line-height: 1.06; }
.apparel-partner-banner__copy > span:last-child { max-width: 640px; color: #d2cad8; font-size: .98rem; line-height: 1.6; }
.apparel-partner-banner__action {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 21px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: linear-gradient(110deg, #74279b, #b52bb1);
  box-shadow: 0 13px 30px rgba(124, 31, 151, .32);
  font-size: .86rem;
  font-weight: 800;
  white-space: nowrap;
}
.apparel-partner-banner__action b { color: #75e9ff; font-size: 1.05rem; }

@media (max-width: 920px) {
  .apparel-partner-banner { grid-template-columns: 180px 1fr; }
  .apparel-partner-banner__action { width: fit-content; grid-column: 2; }
}

@media (max-width: 600px) {
  .apparel-partner-section { padding-bottom: 72px; }
  .apparel-partner-banner { grid-template-columns: 1fr; gap: 26px; padding: 34px 27px; border-radius: 19px; }
  .apparel-partner-banner__logo img { max-width: 220px; }
  .apparel-partner-banner__action { width: 100%; grid-column: 1; }
}

/* Restored long-form content from the original HAD-PRINT pages */
.detail-jump { padding: 0 0 28px; background: var(--paper); }
.detail-jump__inner { display: flex; gap: 26px; align-items: flex-start; padding: 24px 27px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(135deg, #fbf8fc, #f3f7fa); box-shadow: 0 12px 32px rgba(65,31,76,.05); }
.detail-jump__inner > strong { flex: 0 0 auto; padding-top: 8px; color: var(--purple-dark); font-family: var(--display); font-size: .9rem; }
.detail-jump nav { display: flex; flex-wrap: wrap; gap: 9px; }
.detail-jump a { padding: 8px 13px; border: 1px solid rgba(122,44,145,.18); border-radius: 999px; color: var(--purple-dark); background: var(--paper); font-size: .78rem; font-weight: 700; line-height: 1.25; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.detail-jump a:hover, .detail-jump a:focus { border-color: var(--purple); color: var(--paper); background: var(--purple); }
.detail-rich { background: var(--paper); }
.detail-rich__stack { display: grid; gap: 24px; }
.detail-rich__block {
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 95% 4%, rgba(122, 44, 145, .08), transparent 31%),
    linear-gradient(135deg, #fff 0%, #fbf8fc 100%);
  box-shadow: 0 16px 45px rgba(65, 31, 76, .06);
}
.detail-rich__block[id] { scroll-margin-top: 135px; }
.detail-rich__block--with-items { display: grid; grid-template-columns: minmax(0, .72fr) minmax(420px, 1fr); gap: clamp(38px, 6vw, 82px); align-items: start; }
.detail-rich__copy { max-width: 790px; }
.detail-rich__copy h2 { max-width: 780px; margin-bottom: 24px; color: var(--purple-dark); font-size: clamp(2rem, 4vw, 3.65rem); }
.detail-rich__copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; }
.detail-rich__copy > p:last-child { margin-bottom: 0; }
.detail-rich__links { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 25px; }
.detail-rich__links a { color: var(--blue-dark); font-size: .84rem; font-weight: 800; text-decoration: none; }
.detail-rich__links a:hover, .detail-rich__links a:focus { color: var(--purple); }
.detail-rich__items { display: grid; gap: 0; border-top: 1px solid var(--line); }
.detail-rich__item { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.detail-rich__item > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: linear-gradient(135deg, var(--purple), var(--blue-dark)); font-size: .67rem; font-weight: 800; }
.detail-rich__item h3 { margin: 2px 0 6px; color: var(--purple-dark); font-size: 1.08rem; }
.detail-rich__item p { margin: 0; color: var(--muted); font-size: .92rem; }

.partner-groups { display: grid; gap: 26px; }
.partner-group { padding: clamp(26px, 4vw, 45px); border: 1px solid var(--line); border-radius: 22px; background: var(--off-white); }
.partner-group__head { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1fr); gap: 28px; align-items: end; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.partner-group__head h3 { margin: 0; color: var(--purple-dark); font-size: clamp(1.55rem, 3vw, 2.25rem); }
.partner-group__head p { max-width: 690px; margin: 0; color: var(--muted); }
.partner-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.partner-card { min-height: 285px; display: grid; grid-template-columns: minmax(140px, 190px) 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 11px 30px rgba(65, 31, 76, .05); }
.partner-card > img { width: 100%; height: 100%; min-height: 285px; display: block; object-fit: cover; }
.partner-card__copy { display: flex; flex-direction: column; padding: 26px; }
.partner-card__role { margin-bottom: 9px; color: var(--purple); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.partner-card h4 { margin-bottom: 13px; color: var(--purple-dark); font-family: var(--display); font-size: 1.55rem; }
.partner-card__copy > p:not(.partner-card__role) { margin-bottom: 20px; color: var(--muted); font-size: .89rem; }
.partner-card__links { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: auto; }
.partner-card__links a { color: var(--blue-dark); font-size: .8rem; font-weight: 800; text-decoration: none; }
.partner-card__links a:hover, .partner-card__links a:focus { color: var(--purple); }
.partner-invite { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: center; margin-top: 26px; padding: clamp(32px, 5vw, 58px); border-radius: 22px; color: var(--paper); background: linear-gradient(125deg, var(--purple-dark), var(--purple) 70%, var(--blue-dark)); box-shadow: var(--shadow); }
.partner-invite .eyebrow { color: #9ce9f5; }
.partner-invite h3 { max-width: 790px; margin-bottom: 14px; color: var(--paper); font-size: clamp(1.7rem, 3vw, 2.7rem); }
.partner-invite p:not(.eyebrow) { max-width: 760px; margin: 0; color: #e0d7e4; }

.case-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.case-project { min-height: 470px; display: flex; flex-direction: column; padding: clamp(28px, 4vw, 42px); border: 1px solid var(--line); border-radius: 21px; background: linear-gradient(145deg, var(--paper), #fbf7fc); box-shadow: 0 13px 38px rgba(65, 31, 76, .06); }
.case-project__number { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 50%; color: var(--paper); background: var(--purple); font-size: .7rem; font-weight: 800; }
.case-project h3 { max-width: 540px; color: var(--purple-dark); font-size: clamp(1.45rem, 2.3vw, 2.05rem); }
.case-project dl { margin: 6px 0 26px; }
.case-project dl > div { padding: 17px 0; border-top: 1px solid var(--line); }
.case-project dt { margin-bottom: 5px; color: var(--purple); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.case-project dd { margin: 0; color: var(--muted); font-size: .91rem; }
.case-project > a { margin-top: auto; color: var(--blue-dark); font-size: .85rem; font-weight: 800; text-decoration: none; }
.case-project > a:hover, .case-project > a:focus { color: var(--purple); }

.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.testimonial-card { min-height: 315px; display: flex; flex-direction: column; margin: 0; padding: clamp(28px, 4vw, 40px); border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: 0 12px 35px rgba(65, 31, 76, .055); }
.testimonial-card::before { margin-bottom: 22px; color: var(--purple); font-family: Georgia, serif; font-size: 3.6rem; line-height: .65; content: "“"; }
.testimonial-card blockquote { margin: 0 0 28px; color: var(--ink-soft); font-family: var(--display); font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.48; }
.testimonial-card figcaption { display: flex; flex-direction: column; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.testimonial-card figcaption strong { color: var(--purple-dark); }
.testimonial-card figcaption span { color: var(--muted); font-size: .8rem; }

@media (max-width: 1080px) {
  .detail-rich__block--with-items { grid-template-columns: 1fr; }
  .partner-card { grid-template-columns: 150px 1fr; }
}

@media (max-width: 820px) {
  .partner-group__head, .partner-invite { grid-template-columns: 1fr; align-items: start; }
  .partner-grid, .case-project-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .partner-card { grid-template-columns: 190px 1fr; }
}

@media (max-width: 600px) {
  .detail-jump__inner { display: block; padding: 22px 19px; }
  .detail-jump__inner > strong { display: block; padding: 0; margin-bottom: 14px; }
  .detail-jump nav { gap: 8px; }
  .detail-jump a { padding: 8px 11px; font-size: .74rem; }
  .detail-rich__block { padding: 29px 23px; border-radius: 18px; }
  .detail-rich__copy h2 { font-size: 2rem; }
  .partner-group { padding: 22px 17px; border-radius: 18px; }
  .partner-group__head { gap: 12px; }
  .partner-card { grid-template-columns: 1fr; }
  .partner-card > img { height: auto; min-height: 0; aspect-ratio: 1.2 / 1; object-position: center 24%; }
  .partner-card__copy { padding: 24px 22px; }
  .partner-invite { gap: 28px; }
  .partner-invite .button { width: 100%; }
  .case-project { min-height: 0; }
}

/* The production studio is now a single Huddersfield location. */
.plant-toolbar { grid-template-columns: minmax(260px, 1fr) 280px; }

@media (max-width: 820px) {
  .plant-toolbar { grid-template-columns: 1fr 1fr; }
  .plant-toolbar > :first-child { grid-column: auto; }
}

@media (max-width: 600px) {
  .plant-toolbar { grid-template-columns: 1fr; }
}
