:root {
  --ink: #090909;
  --ink-soft: #111111;
  --panel: #151515;
  --paper: #f0ede6;
  --white: #fff;
  --muted: #aaa69f;
  --line: rgba(255, 255, 255, .14);
  --gold: #d4ac5c;
  --gold-bright: #f1cd7c;
  --red: #ed1c24;
  --display: "Syne", sans-serif;
  --body: "Manrope", sans-serif;
  --shell: min(1360px, calc(100vw - 96px));
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; overflow-x: clip; overscroll-behavior-x: none; scroll-behavior: smooth; scroll-padding-top: 88px; scrollbar-color: var(--gold) #111; scrollbar-width: thin; }
body {
  max-width: 100%;
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior-x: none;
  touch-action: pan-y pinch-zoom;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
::selection { color: var(--ink); background: var(--gold-bright); }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #111; }
::-webkit-scrollbar-thumb { background: var(--gold); border: 2px solid #111; border-radius: 99px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-bright); }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }

.shell { width: var(--shell); margin-inline: auto; }
.shell,
.shell > *,
.hero-grid > *,
.about-grid > *,
.quality-grid > *,
.process-grid > *,
.contact-grid > *,
.technology-closing > *,
.numbers-grid > * { min-width: 0; }
.section { position: relative; padding: clamp(96px, 10vw, 160px) 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 12px 18px; color: var(--ink); background: var(--gold-bright); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 5px; }

.eyebrow {
  display: flex; align-items: center; gap: 11px; margin-bottom: 24px;
  color: var(--gold-bright); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
}
.eyebrow > span { width: 30px; height: 1px; background: currentColor; }
.section-heading { display: grid; grid-template-columns: 1.15fr .55fr; align-items: end; gap: 70px; margin-bottom: 72px; }
.section-heading h2, .process h2, .contact h2 {
  margin: 0; font-size: clamp(45px, 6.2vw, 92px); line-height: .91; letter-spacing: -.065em; text-transform: uppercase;
}
.section-heading h2 em, .process h2 em, .contact h2 em, .hero h1 em { color: var(--gold-bright); font-style: normal; font-weight: 500; }
.section-heading > p, .section-heading-wide > p, .process-intro > p, .contact-copy > p { max-width: 500px; margin: 0; color: var(--muted); }
.section-heading-wide { grid-template-columns: 1fr 340px; }
.section-heading > *, .section-heading-wide > * { min-width: 0; }

.button {
  position: relative; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px;
  min-height: 58px; padding: 0 8px 0 24px; border: 1px solid transparent;
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  transition: color .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}
.button b { display: grid; place-items: center; width: 42px; height: 42px; font-size: 17px; font-weight: 500; transition: transform .3s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:hover b { transform: rotate(45deg); }
.button-primary { color: var(--white); background: var(--red); }
.button-primary b { color: var(--ink); background: var(--white); }
.button-primary:hover { color: var(--ink); background: var(--gold-bright); }
.button-ghost { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.02); }
.button-ghost b { color: var(--ink); background: var(--gold-bright); }
.button-ghost:hover { border-color: var(--gold-bright); }
.text-link { display: inline-flex; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: color .25s, border-color .25s; }
.text-link span { color: var(--gold-bright); }
.text-link:hover { color: var(--gold-bright); border-color: var(--gold-bright); }

.scroll-progress { position: fixed; top: 0; left: 0; z-index: 150; width: 100%; height: 2px; background: transparent; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--red), var(--gold-bright)); transform: scaleX(0); transform-origin: left; }
.site-header { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, transform .3s; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(9,9,9,.84); backdrop-filter: blur(16px); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 48px; height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 48px; overflow: hidden; }
.brand-mark img { width: 90px; max-width: none; filter: brightness(1.35) contrast(1.2); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 800 16px/1 var(--display); letter-spacing: .08em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { justify-self: center; }
.site-nav ul { display: flex; gap: 34px; margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; padding: 12px 0; color: #d8d6d0; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--gold-bright); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: grid; padding-left: 22px; border-left: 1px solid var(--line); line-height: 1.1; }
.header-cta span { color: var(--muted); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.header-cta strong { margin-top: 6px; font: 700 13px/1 var(--display); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0 12px; border: 1px solid var(--line); background: rgba(0,0,0,.25); }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 7px 0; background: var(--white); transition: transform .25s; }

.hero { position: relative; display: grid; align-items: end; min-height: 100svh; overflow: hidden; contain: paint; background: #0b0b0b; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { transform: scale(1.04); transition: transform 1.4s var(--ease); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(6,6,6,.96) 0%, rgba(6,6,6,.79) 37%, rgba(6,6,6,.18) 73%, rgba(6,6,6,.28) 100%), linear-gradient(0deg, rgba(6,6,6,.7), transparent 50%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) .65fr; align-items: end; gap: 64px; padding-top: 170px; padding-bottom: 92px; }
.hero-copy { max-width: 850px; }
.hero h1 { margin: 0; font-size: clamp(56px, 8.2vw, 126px); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; text-wrap: balance; }
.hero-lead { max-width: 620px; margin: 36px 0 0; padding-left: 24px; color: #d0cdc6; border-left: 1px solid var(--red); font-size: clamp(15px, 1.3vw, 18px); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.hero-proof { display: flex; align-items: flex-end; justify-content: flex-end; gap: 30px; padding-bottom: 8px; }
.rating-orbit { display: grid; width: 190px; aspect-ratio: 1; padding: 30px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(7,7,7,.22); backdrop-filter: blur(10px); text-align: center; }
.rating-score { font: 700 48px/.8 var(--display); letter-spacing: -.06em; }
.rating-stars { align-self: end; color: var(--gold-bright); font-size: 12px; letter-spacing: .14em; }
.rating-caption { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.hero-since { display: grid; min-width: max-content; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-since span { color: var(--muted); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.hero-since strong { margin-top: 5px; color: var(--gold-bright); font: 600 18px/1 var(--display); text-transform: uppercase; }
.hero-index { position: absolute; right: 24px; bottom: 44%; z-index: 2; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .24em; writing-mode: vertical-rl; }

.ticker { overflow: hidden; contain: paint; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); background: var(--red); transform: rotate(-1.15deg) scale(1.02); }
.ticker-track { display: flex; align-items: center; width: max-content; padding: 17px 0; animation: ticker 28s linear infinite; }
.ticker span { color: var(--white); font: 700 clamp(19px, 2vw, 30px)/1 var(--display); letter-spacing: .02em; }
.ticker i { margin: 0 36px; color: var(--gold-bright); font-size: 10px; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Long-form content sourced from the studio brief */
.hero-content-rich { min-height: 1080px; }
.hero-content-rich .hero-grid { grid-template-columns: minmax(0, 1.45fr) .55fr; }
.hero-title-long { max-width: 980px; font-size: clamp(48px, 5.5vw, 82px) !important; line-height: .93 !important; }
.hero-intro { max-width: 690px; margin-top: 30px; padding-left: 24px; border-left: 1px solid var(--red); }
.hero-intro p { margin: 0 0 9px; color: #d0cdc6; font-size: clamp(13px, 1.05vw, 15px); line-height: 1.55; }
.hero-intro p:last-child { margin-bottom: 0; }

.about { color: var(--ink); background: var(--paper); }
.about-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(56px, 7vw, 110px); align-items: start; }
.about .eyebrow { color: var(--red); }
.about h2 { max-width: 100%; margin: 0; font-size: clamp(44px, 4.6vw, 70px); line-height: .96; letter-spacing: -.065em; text-transform: uppercase; }
.about h2 em { color: var(--red); font-style: normal; font-weight: 500; }
.about-copy { max-width: 690px; padding-top: 38px; }
.about-copy p { margin-bottom: 24px; color: rgba(9,9,9,.76); font-size: clamp(15px, 1.35vw, 18px); }
.about-copy .about-thanks { margin-top: 40px; color: var(--ink); font: 700 clamp(22px, 2.6vw, 34px)/1.2 var(--display); }

.benefits { background: #0c0c0c; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-card { min-height: 330px; padding: clamp(28px, 4vw, 54px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.015); transition: background .3s, transform .3s var(--ease); }
.benefit-card:hover { background: linear-gradient(135deg, rgba(237,28,36,.11), rgba(212,172,92,.04)); }
.benefit-card > span, .chameleon-grid article > span { color: var(--gold-bright); font: 700 10px/1 var(--display); letter-spacing: .14em; }
.benefit-card h3 { max-width: 650px; margin: 60px 0 18px; font-size: clamp(26px, 3vw, 42px); line-height: 1.06; letter-spacing: -.045em; }
.benefit-card p { max-width: 650px; margin: 0; color: var(--muted); font-size: 14px; }
.benefit-card-wide { grid-column: span 2; min-height: 300px; }
.benefit-card-wide h3, .benefit-card-wide p { max-width: 920px; }

.quality { border-top: 1px solid var(--line); background: radial-gradient(circle at 5% 50%, rgba(237,28,36,.18), transparent 40%), #101010; }
.quality-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 11vw, 170px); }
.quality h2 { margin: 0; font-size: clamp(44px, 5.7vw, 82px); line-height: .96; letter-spacing: -.065em; text-transform: uppercase; }
.quality h2 em { color: var(--gold-bright); font-style: normal; font-weight: 500; }
.quality-copy { padding-top: 55px; border-top: 1px solid var(--line); }
.quality-copy p { margin-bottom: 28px; color: #c2beb6; font-size: clamp(15px, 1.25vw, 17px); }

.process-copy .process-grid { align-items: start; }
.process-copy .process-intro { position: sticky; top: 130px; }
.process-copy .process-prose { padding-top: 58px; border-top: 1px solid rgba(9,9,9,.25); }
.process-prose p { margin: 0 0 28px; color: rgba(9,9,9,.73); font-size: clamp(16px, 1.55vw, 20px); }
.process-prose p:last-child { color: var(--ink); font-weight: 700; }

.technology { background: #0b0b0b; }
.technology-intro p { color: var(--muted); }
.technology-list-wrap { padding: clamp(30px, 5vw, 70px); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.005)); }
.technology-list-wrap > h3 { max-width: 920px; margin: 0 0 45px; font-size: clamp(30px, 4vw, 58px); line-height: 1; letter-spacing: -.05em; }
.technology-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.technology-list li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; min-height: 150px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.technology-list li > span { color: var(--red); font: 700 10px/1.8 var(--display); }
.technology-list p { margin: 0; color: var(--muted); font-size: 14px; }
.technology-list strong { color: var(--white); }
.technology-closing { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 45px; }
.technology-closing p { margin: 0; font: 600 clamp(18px, 2vw, 26px)/1.35 var(--display); }
.technology-closing p:last-child { color: var(--gold-bright); }

.chameleon { color: var(--ink); background: var(--paper); }
.chameleon .eyebrow { color: #14627a; }
.chameleon h2 em { color: #197490; }
.chameleon .section-heading > p, .chameleon .section-heading-wide > p, .chameleon .section-heading-wide > div:last-child p { color: rgba(9,9,9,.7); }
.chameleon-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(9,9,9,.22); border-left: 1px solid rgba(9,9,9,.22); }
.chameleon-grid article { min-height: 370px; padding: clamp(28px, 4vw, 50px); border-right: 1px solid rgba(9,9,9,.22); border-bottom: 1px solid rgba(9,9,9,.22); }
.chameleon-grid article > span { color: #14627a; }
.chameleon-grid h3 { margin: 60px 0 22px; font-size: clamp(27px, 3vw, 42px); line-height: 1.05; letter-spacing: -.05em; }
.chameleon-grid p { color: rgba(9,9,9,.7); font-size: 14px; }

.pricing-document .section-heading-wide > div:last-child p { color: var(--muted); }
.price-table-wrap { overflow-x: auto; border: 1px solid var(--line); scrollbar-gutter: stable; }
.price-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.price-table th, .price-table td { padding: 25px 30px; border-bottom: 1px solid var(--line); text-align: left; }
.price-table thead th { color: var(--ink); background: var(--gold); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.price-table tbody th { font: 600 clamp(16px, 1.7vw, 22px)/1.3 var(--display); }
.price-table tbody td { color: var(--gold-bright); font: 700 clamp(20px, 2.4vw, 32px)/1 var(--display); text-align: right; }
.price-table tr:last-child th, .price-table tr:last-child td { border-bottom: 0; }
.pricing-note { margin: 28px 0 0; padding: 22px 0; color: #cfcbc3; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.services { background: var(--ink); }
.service-list { border-top: 1px solid var(--line); }
.service-card { position: relative; display: grid; grid-template-columns: 58px 54px 1fr 56px; align-items: center; gap: 28px; min-height: 148px; padding: 26px 10px; border-bottom: 1px solid var(--line); overflow: hidden; transition: padding .35s var(--ease), background .35s; }
.service-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(237,28,36,.14), rgba(212,172,92,.05)); transform: translateX(-105%); transition: transform .5s var(--ease); }
.service-card:hover { padding-inline: 26px; }
.service-card:hover::before { transform: translateX(0); }
.service-number, .service-card img, .service-card div, .service-card > a { position: relative; z-index: 1; }
.service-number { color: var(--gold-bright); font: 600 11px/1 var(--display); }
.service-card img { width: 40px; height: 40px; object-fit: contain; filter: sepia(1) saturate(.5) brightness(1.5); }
.service-card h3 { margin: 0 0 8px; font-size: clamp(23px, 2.4vw, 38px); letter-spacing: -.035em; }
.service-card p { max-width: 680px; margin: 0; color: var(--muted); font-size: 14px; }
.service-card > a { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--line); font-size: 18px; transition: border-color .25s, color .25s, transform .25s; }
.service-card > a:hover { color: var(--gold-bright); border-color: var(--gold-bright); transform: rotate(45deg); }

.feature-band { padding: clamp(72px, 8vw, 120px) 0; color: var(--ink); background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: 1.5fr .7fr; align-items: center; gap: clamp(60px, 9vw, 150px); }
.feature-quote { position: relative; }
.quote-mark { position: absolute; top: -78px; left: -14px; color: rgba(237,28,36,.15); font: 800 180px/1 var(--display); }
.feature-quote blockquote { position: relative; margin: 0; font: 600 clamp(30px, 4.6vw, 66px)/1.04 var(--display); letter-spacing: -.05em; }
.feature-points { border-top: 1px solid rgba(9,9,9,.22); }
.feature-points p { display: flex; gap: 24px; margin: 0; padding: 20px 0; border-bottom: 1px solid rgba(9,9,9,.22); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.feature-points span { color: var(--red); font: 700 11px/1.6 var(--display); }

.showcase { background: #0c0c0c; }
.showcase-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px 24px; align-items: start; }
.showcase-item { margin: 0; }
.showcase-item:nth-child(even) { margin-top: 110px; }
.showcase-item button { position: relative; display: block; width: 100%; padding: 0; border: 0; overflow: hidden; background: #171717; text-align: left; }
.showcase-item button::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.12); box-shadow: inset 0 0 0 0 var(--gold); transition: box-shadow .35s var(--ease); }
.showcase-item button:hover::after { box-shadow: inset 0 0 0 6px var(--gold); }
.showcase-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 22%; filter: saturate(.82) contrast(1.06); transition: transform .8s var(--ease), filter .4s; }
.showcase-item-tall img { aspect-ratio: 4 / 5; }
.showcase-item-wide img { aspect-ratio: 16 / 11; }
.showcase-item button:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }
.image-action { position: absolute; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 12px; padding: 9px 9px 9px 16px; color: var(--ink); background: var(--paper); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transform: translateY(80px); transition: transform .35s var(--ease); }
.image-action b { display: grid; place-items: center; width: 31px; height: 31px; color: var(--white); background: var(--red); }
.showcase-item button:hover .image-action, .showcase-item button:focus-visible .image-action { transform: translateY(0); }
.showcase-item figcaption { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 17px; }
.showcase-item figcaption span { color: var(--gold-bright); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.showcase-item figcaption strong { font: 600 14px/1.2 var(--display); text-align: right; }

.process { overflow: hidden; contain: paint; color: var(--ink); background: var(--gold); }
.process::after { content: "BLACKFOIL"; position: absolute; right: -30px; bottom: -52px; color: rgba(9,9,9,.055); font: 800 clamp(100px, 19vw, 300px)/.7 var(--display); letter-spacing: -.09em; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(56px, 7vw, 110px); }
.process h2 { max-width: 100%; font-size: clamp(42px, 4.2vw, 64px); line-height: .98; overflow-wrap: normal; }
.process .eyebrow { color: var(--ink); }
.process h2 em { color: var(--white); }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro > p { margin: 32px 0; color: rgba(9,9,9,.72); }
.process .text-link { border-color: rgba(9,9,9,.5); }
.process .text-link span { color: var(--red); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(9,9,9,.24); }
.process-list li { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 34px 0 38px; border-bottom: 1px solid rgba(9,9,9,.24); }
.process-list > li > span { color: var(--red); font: 700 12px/1 var(--display); }
.process-list h3 { margin: -7px 0 8px; font-size: clamp(28px, 3vw, 44px); letter-spacing: -.045em; }
.process-list p { max-width: 510px; margin: 0; color: rgba(9,9,9,.67); }

.pricing { background: var(--ink); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 550px; padding: 36px; border: 1px solid var(--line); background: var(--ink-soft); transition: transform .35s var(--ease), border-color .35s; }
.price-card:hover { z-index: 2; border-color: var(--gold-bright); transform: translateY(-8px); }
.price-card-featured { color: var(--ink); border-color: var(--gold); background: var(--gold); }
.price-card-featured .price-tag, .price-card-featured ul { color: rgba(9,9,9,.65); }
.price-card-featured li { border-color: rgba(9,9,9,.22); }
.price-tag { color: var(--gold-bright); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.price-badge { position: absolute; top: 0; right: 0; padding: 9px 13px; color: var(--white); background: var(--red); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-card h3 { margin: 72px 0 10px; font-size: clamp(30px, 3vw, 45px); letter-spacing: -.05em; }
.price-value { margin: 0 0 38px; font: 700 clamp(34px, 3.4vw, 54px)/1 var(--display); letter-spacing: -.055em; }
.price-value small { font: 500 12px/1 var(--body); letter-spacing: 0; }
.price-custom { max-width: 260px; font-size: clamp(28px, 2.8vw, 42px); }
.price-card ul { margin: 0 0 38px; padding: 0; color: var(--muted); list-style: none; }
.price-card li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.price-card li::before { content: "◆"; margin-right: 11px; color: var(--red); font-size: 7px; }
.price-card .button { width: 100%; margin-top: auto; }

.numbers { padding: 78px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0c0c0c; }
.numbers-grid { display: grid; grid-template-columns: .65fr .65fr .65fr 1.2fr; align-items: center; gap: 30px; }
.numbers-grid > div { display: grid; border-right: 1px solid var(--line); }
.numbers strong { font: 700 clamp(50px, 6vw, 86px)/1 var(--display); letter-spacing: -.065em; }
.numbers span { margin-top: 6px; color: var(--gold-bright); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.numbers p { margin: 0; padding-left: 30px; color: var(--muted); font-size: 14px; }

.journal { background: #101010; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.journal-card { border: 1px solid var(--line); background: #141414; transition: transform .3s var(--ease), border-color .3s; }
.journal-card:hover { border-color: var(--gold-bright); transform: translateY(-6px); }
.journal-thumb { display: block; overflow: hidden; background: #181818; }
.journal-thumb img, .journal-placeholder { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .6s var(--ease); }
.journal-card:hover .journal-thumb img { transform: scale(1.04); }
.journal-placeholder { display: grid; place-items: center; color: rgba(255,255,255,.08); font: 800 34px/1 var(--display); }
.journal-body { padding: 26px; }
.journal-body time { color: var(--gold-bright); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.journal-body h3 { min-height: 2.5em; margin: 18px 0 32px; font-size: 23px; line-height: 1.2; }

.contact { overflow: hidden; contain: paint; background: #0b0b0b; }
.contact-glow { position: absolute; inset: 5% auto auto -10%; width: 540px; height: 540px; border-radius: 50%; background: rgba(237,28,36,.16); filter: blur(150px); pointer-events: none; }
.contact-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: clamp(60px, 9vw, 140px); }
.contact-copy > p { margin: 32px 0 45px; }
.contact-details { display: grid; border-top: 1px solid var(--line); }
.contact-details > * { display: grid; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-details small { color: var(--gold-bright); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.contact-details strong { margin-top: 5px; font: 600 15px/1.35 var(--display); }
.contact-details a:hover strong { color: var(--gold-bright); }
.hours { display: grid; grid-template-columns: auto 1fr; gap: 6px 30px; margin-top: 30px; font-size: 11px; }
.hours span { color: var(--muted); }
.contact-form { padding: clamp(26px, 4vw, 55px); color: var(--ink); background: var(--paper); box-shadow: 28px 28px 0 rgba(212,172,92,.12); }
.form-heading { display: grid; margin-bottom: 38px; }
.form-heading span { color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.form-heading strong { margin-top: 6px; font: 700 clamp(22px, 2.6vw, 34px)/1.2 var(--display); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; min-width: 0; margin-bottom: 20px; }
.field label { margin-bottom: 8px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 0; border-bottom: 1px solid rgba(9,9,9,.35); border-radius: 0; outline: 0; background: transparent; }
.field input, .field select { height: 48px; }
.field textarea { min-height: 105px; padding-top: 12px; resize: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--red); box-shadow: 0 1px 0 var(--red); }
.field [aria-invalid="true"] { border-color: var(--red); }
.field-error { min-height: 17px; padding-top: 4px; color: #b10c12; font-size: 10px; }
.submit-button { width: 100%; border: 0; }
.submit-button[disabled] { cursor: wait; opacity: .68; transform: none; }
.form-note { margin: 14px 0 0; color: rgba(9,9,9,.62); font-size: 10px; }
.form-msg { min-height: 24px; margin: 10px 0 0; font-size: 12px; font-weight: 700; }
.form-msg.is-error { color: #a20b11; }
.form-msg.is-success { color: #267137; }

.site-footer { border-top: 1px solid var(--line); background: #070707; }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 80px; padding: 60px 0; }
.footer-brand .eyebrow { margin-bottom: 12px; }
.footer-brand p { max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 32px; }
.footer-nav a { color: #d7d4cd; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.footer-nav a:hover { color: var(--gold-bright); }
.footer-call { display: grid; padding-left: 30px; border-left: 1px solid var(--line); }
.footer-call span { color: var(--muted); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-call strong { margin-top: 5px; color: var(--gold-bright); font: 700 20px/1 var(--display); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 18px 0; border-top: 1px solid var(--line); color: #77746f; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom a:hover { color: var(--gold-bright); }
.floating-call { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: none; align-items: center; gap: 9px; min-height: 48px; padding: 6px 17px 6px 7px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; background: rgba(9,9,9,.9); backdrop-filter: blur(12px); box-shadow: 0 12px 40px rgba(0,0,0,.5); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.floating-call span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--red); }

.lightbox { width: min(760px, calc(100vw - 32px)); max-height: calc(100svh - 32px); padding: 0; color: var(--white); border: 1px solid var(--line); background: #0d0d0d; box-shadow: 0 30px 100px rgba(0,0,0,.8); }
.lightbox::backdrop { background: rgba(0,0,0,.84); backdrop-filter: blur(8px); }
.lightbox-bar { display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding-left: 18px; border-bottom: 1px solid var(--line); }
.lightbox-bar p { margin: 0; color: var(--muted); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.lightbox-bar button { align-self: stretch; width: 56px; border: 0; border-left: 1px solid var(--line); background: transparent; font-size: 28px; }
.lightbox-bar button:hover { color: var(--ink); background: var(--gold-bright); }
.lightbox > img { width: 100%; max-height: calc(100svh - 90px); object-fit: contain; }

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

/* Editorial chapter system — every part of the page has its own visual scene */
.section { isolation: isolate; }
.chapter-mark {
  position: absolute;
  top: 42px;
  right: max(24px, calc((100vw - 1440px) / 2));
  z-index: 3;
  color: currentColor;
  font: 700 9px/1 var(--display);
  letter-spacing: .24em;
  opacity: .5;
  writing-mode: vertical-rl;
}
.about {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 22%, rgba(237,28,36,.09), transparent 28%),
    linear-gradient(90deg, transparent 0 49.92%, rgba(9,9,9,.06) 50%, transparent 50.08%),
    var(--paper);
}
.about::after {
  content: "2019";
  position: absolute;
  right: -2vw;
  bottom: -9vw;
  z-index: -1;
  color: rgba(9,9,9,.035);
  font: 800 clamp(180px, 31vw, 520px)/.72 var(--display);
  letter-spacing: -.09em;
}
.benefits {
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px),
    radial-gradient(circle at 92% 8%, rgba(237,28,36,.24), transparent 30%),
    #090909;
  background-size: 72px 72px, 72px 72px, auto, auto;
}
.benefits::before {
  content: "05 POWODÓW";
  position: absolute;
  top: 52%;
  left: -1vw;
  z-index: -1;
  color: rgba(255,255,255,.025);
  font: 800 clamp(100px, 18vw, 280px)/.75 var(--display);
  letter-spacing: -.08em;
  white-space: nowrap;
  transform: rotate(-6deg);
}
.benefit-grid { border-color: rgba(255,255,255,.16); box-shadow: 24px 24px 0 rgba(237,28,36,.12); }
.benefit-card { position: relative; overflow: hidden; background: rgba(9,9,9,.68); backdrop-filter: blur(8px); }
.benefit-card::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: linear-gradient(90deg, var(--red), var(--gold-bright)); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.benefit-card:hover::after { transform: scaleX(1); }

.quality {
  overflow: hidden;
  color: var(--white);
  border: 0;
  background:
    linear-gradient(112deg, rgba(255,255,255,.08) 0 1px, transparent 1px 100%),
    linear-gradient(125deg, #ed1c24 0 59%, #aa0a10 59% 100%);
  background-size: 38px 38px, auto;
}
.quality::after {
  content: "CERTYFIKAT";
  position: absolute;
  right: -3vw;
  bottom: -1.5vw;
  z-index: -1;
  color: rgba(255,255,255,.075);
  font: 800 clamp(90px, 14vw, 220px)/.8 var(--display);
  letter-spacing: -.07em;
  white-space: nowrap;
}
.quality .eyebrow { color: var(--white); }
.quality .eyebrow span { background: var(--gold-bright); }
.quality-copy { border-top-color: rgba(255,255,255,.48); }
.quality-copy p { color: rgba(255,255,255,.9); }

.process { border-top: 14px solid #080808; border-bottom: 14px solid #080808; }
.process .chapter-mark { color: var(--ink); }
.process::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 110px;
  z-index: -1;
  background: linear-gradient(112deg, rgba(255,255,255,.23), transparent 60%);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 40%);
}

.technology {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(212,172,92,.13), transparent 25%),
    linear-gradient(115deg, transparent 0 66%, rgba(237,28,36,.07) 66% 78%, transparent 78%),
    #070707;
}
.technology::before,
.technology::after { content: ""; position: absolute; z-index: -1; pointer-events: none; }
.technology::before { inset: 0 auto 0 max(10px, calc((100vw - 1440px) / 2)); width: 2px; background: linear-gradient(transparent, var(--red) 28%, var(--gold-bright) 74%, transparent); }
.technology::after { right: -11vw; bottom: -11vw; width: 34vw; aspect-ratio: 1; border: 1px solid rgba(212,172,92,.18); border-radius: 50%; box-shadow: 0 0 0 6vw rgba(212,172,92,.035), 0 0 0 12vw rgba(237,28,36,.025); }
.technology-list-wrap { position: relative; overflow: hidden; border-color: rgba(212,172,92,.36); background: rgba(12,12,12,.78); box-shadow: 28px 28px 0 rgba(212,172,92,.07); backdrop-filter: blur(10px); }
.technology-list li { transition: background .25s ease; }
.technology-list li:hover { background: rgba(237,28,36,.08); }

.chameleon {
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(212,172,92,.11), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(237,28,36,.08), transparent 23%),
    var(--paper);
}
.chameleon::after {
  content: "KAMELEON";
  position: absolute;
  left: -1vw;
  bottom: -1.5vw;
  z-index: -1;
  color: transparent;
  font: 800 clamp(86px, 16vw, 250px)/.8 var(--display);
  letter-spacing: -.08em;
  -webkit-text-stroke: 1px rgba(9,9,9,.06);
  white-space: nowrap;
}
.chameleon .eyebrow,
.chameleon h2 em,
.chameleon-grid article > span { color: var(--red); }
.chameleon-grid { border-color: rgba(9,9,9,.28); box-shadow: 22px 22px 0 rgba(212,172,92,.22); }
.chameleon-grid article { background: rgba(247,244,237,.68); transition: background .3s, transform .3s var(--ease); }
.chameleon-grid article:hover { background: #fff; transform: translate(-4px, -4px); }

.showcase {
  overflow: hidden;
  border-top: 14px solid var(--red);
  background:
    linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px),
    radial-gradient(circle at 78% 35%, rgba(237,28,36,.17), transparent 29%),
    #070707;
  background-size: 90px 90px, 90px 90px, auto, auto;
}
.showcase::after {
  content: "REALIZACJE";
  position: absolute;
  top: 37%;
  left: -4vw;
  z-index: -1;
  color: rgba(255,255,255,.024);
  font: 800 clamp(120px, 22vw, 350px)/.7 var(--display);
  letter-spacing: -.09em;
  transform: rotate(90deg) translateY(100%);
  transform-origin: left top;
}
.showcase-stage { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 30px 24px; align-items: start; }
.showcase-stage-originals { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.7vw, 26px); }
.showcase-stage-originals .showcase-item-original { grid-column: auto; grid-row: auto; min-width: 0; margin: 0; }
.showcase-stage-originals .showcase-item-original button { border: 1px solid rgba(212,172,92,.46); background: #060606; box-shadow: 0 24px 60px rgba(0,0,0,.34); }
.showcase-stage-originals .showcase-item-original img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; filter: none; }
.showcase-stage-originals .showcase-item-original figcaption { align-items: flex-start; }
.showcase-stage-originals .showcase-item-original figcaption strong { max-width: 58%; font-size: 12px; }
.showcase-monogram { grid-column: 1 / 5; grid-row: 1; display: grid; align-content: end; min-height: 100%; padding: 38px 0; border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.showcase-monogram span,
.showcase-monogram strong { font: 800 clamp(58px, 7vw, 112px)/.7 var(--display); letter-spacing: -.085em; }
.showcase-monogram strong { color: var(--red); }
.showcase-monogram small { margin-top: 28px; color: var(--gold-bright); font-size: 9px; letter-spacing: .25em; }
.showcase-item { position: relative; margin: 0; }
.showcase-stage .showcase-item:nth-child(even) { margin-top: 0; }
.showcase-item-featured { grid-column: 5 / 13; grid-row: 1; }
.showcase-item-graphite { grid-column: 1 / 5; grid-row: 2 / span 2; margin-top: -66px; }
.showcase-item-detail { grid-column: 5 / 13; grid-row: 2; }
.showcase-item-orange { grid-column: 8 / 13; grid-row: 3; margin-top: 20px; }
.showcase-item button { isolation: isolate; background: #121212; box-shadow: 0 30px 90px rgba(0,0,0,.32); cursor: zoom-in; }
.showcase-item button::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, transparent 55%, rgba(237,28,36,.22)); opacity: 0; transition: opacity .4s; }
.showcase-item button:hover::before { opacity: 1; }
.showcase-item img { aspect-ratio: auto; object-position: center; filter: saturate(.9) contrast(1.04); }
.showcase-item-featured img { aspect-ratio: 16 / 10; }
.showcase-item-graphite img { aspect-ratio: 4 / 5; }
.showcase-item-orange img { aspect-ratio: 5 / 4; object-position: center 44%; }
.showcase-item-detail img { aspect-ratio: 3 / 2; }
.showcase-item figcaption { min-height: 42px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.16); }
.showcase-item-featured figcaption strong { font-size: 17px; }

.pricing {
  overflow: hidden;
  background:
    linear-gradient(125deg, rgba(237,28,36,.12), transparent 45%),
    radial-gradient(circle at 85% 16%, rgba(212,172,92,.16), transparent 25%),
    #16090a;
}
.pricing::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 12px; background: linear-gradient(var(--red), var(--gold-bright)); }
.price-table-wrap { border-color: rgba(212,172,92,.4); background: rgba(7,7,7,.38); box-shadow: 26px 26px 0 rgba(237,28,36,.14); }
.price-table tbody tr { transition: background .25s ease; }
.price-table tbody tr:hover { background: rgba(212,172,92,.08); }

.numbers { color: var(--ink); border: 0; background: var(--gold); }
.numbers-grid > div { border-color: rgba(9,9,9,.25); }
.numbers span { color: #7f0b10; }
.numbers p { color: rgba(9,9,9,.7); font-weight: 600; }
.contact { border-top: 14px solid #070707; background: radial-gradient(circle at 14% 22%, rgba(237,28,36,.2), transparent 24%), #090909; }

/* WordPress content views */
.entry-content, .single .site-main, .archive .site-main { width: min(820px, calc(100vw - 48px)); margin: 0 auto; padding: 160px 0 100px; }
.entry-content a { color: var(--gold-bright); text-decoration: underline; }
.entry-content h1 { font-size: clamp(42px, 6vw, 80px); }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 56px, 1100px); }
  .header-inner { gap: 28px; }
  .site-nav ul { gap: 20px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-proof { justify-content: flex-start; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card:last-child { grid-column: span 2; min-height: 480px; }
  .numbers-grid { grid-template-columns: repeat(3, 1fr); }
  .numbers p { grid-column: span 3; padding: 30px 0 0; border-top: 1px solid var(--line); }
  .footer-main { gap: 40px; }
  .hero.hero-content-rich { min-height: 1120px; }
  .hero-title-long { font-size: clamp(46px, 6.7vw, 70px) !important; }
}

@media (max-width: 860px) {
  :root { --shell: calc(100% - 36px); }
  .section { padding: 90px 0; }
  .site-header { background: rgba(9,9,9,.88); backdrop-filter: blur(14px); }
  .header-inner { grid-template-columns: 1fr auto; height: 74px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 74px 0 auto; display: grid; max-height: 0; overflow: hidden; background: rgba(9,9,9,.97); transition: max-height .4s var(--ease); }
  .site-nav.is-open { max-height: calc(100svh - 74px); border-bottom: 1px solid var(--line); }
  .site-nav ul { flex-direction: column; gap: 0; padding: 22px 18px 32px; }
  .site-nav li { border-bottom: 1px solid var(--line); }
  .site-nav a { display: flex; align-items: center; min-height: 62px; font-size: 15px; }
  .section-heading, .section-heading-wide { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-bottom: 48px; }
  .hero { min-height: 860px; }
  .hero.hero-content-rich { min-height: 1180px; }
  .hero-content-rich .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-grid { padding-top: 150px; padding-bottom: 62px; }
  .hero-media img { object-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,6,6,.96), rgba(6,6,6,.52)), linear-gradient(0deg, #080808 1%, transparent 50%); }
  .hero h1 { font-size: clamp(52px, 12vw, 90px); }
  .hero-proof { justify-content: flex-end; }
  .rating-orbit { width: 154px; padding: 24px; }
  .rating-score { font-size: 40px; }
  .feature-grid, .process-grid, .contact-grid, .about-grid, .quality-grid { grid-template-columns: minmax(0, 1fr); }
  .process-intro { position: static; }
  .process-copy .process-intro { position: static; }
  .about-grid, .quality-grid { gap: 46px; }
  .about-copy, .quality-copy { padding-top: 0; }
  .showcase-grid { gap: 55px 16px; }
  .showcase-item:nth-child(even) { margin-top: 70px; }
  .pricing-grid { grid-template-columns: minmax(0, 1fr); }
  .price-card, .price-card:last-child { grid-column: auto; min-height: 500px; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .technology-list { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 30px); }
  .section { padding: 76px 0; }
  .brand-copy strong { font-size: 14px; }
  .hero { min-height: 790px; }
  .hero.hero-content-rich { min-height: 1190px; }
  .hero-grid { gap: 46px; padding-top: 130px; padding-bottom: 46px; }
  .hero-media { left: 0; width: 120%; }
  .hero-media img { object-position: 59% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,6,6,.94), rgba(6,6,6,.48)), linear-gradient(0deg, #080808 3%, transparent 55%); }
  .hero h1 { font-size: clamp(47px, 15.5vw, 68px); line-height: .86; }
  .hero-title-long { font-size: clamp(38px, 11.8vw, 52px) !important; line-height: .95 !important; }
  .hero-intro { margin-top: 23px; padding-left: 14px; }
  .hero-intro p { font-size: 12px; }
  .hero-lead { margin-top: 25px; padding-left: 15px; font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; margin-top: 28px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-proof { justify-content: space-between; gap: 14px; }
  .rating-orbit { width: 136px; padding: 19px; }
  .rating-score { font-size: 34px; }
  .rating-caption { font-size: 7px; }
  .hero-index { display: none; }
  .ticker-track { padding: 13px 0; }
  .ticker i { margin: 0 22px; }
  .section-heading h2, .process h2, .contact h2 { font-size: clamp(41px, 13.5vw, 60px); }
  .service-card { grid-template-columns: 38px 1fr 44px; gap: 16px; padding: 25px 0; }
  .service-card > img { display: none; }
  .service-card:hover { padding-inline: 10px; }
  .service-card h3 { font-size: 25px; }
  .service-card p { font-size: 12px; }
  .service-card > a { width: 42px; height: 42px; }
  .feature-grid { gap: 50px; }
  .feature-quote blockquote { font-size: 32px; }
  .showcase-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .showcase-item:nth-child(even) { margin-top: 0; }
  .showcase-item img, .showcase-item-tall img, .showcase-item-wide img { aspect-ratio: 4 / 5; }
  .image-action { transform: none; }
  .process-list li { grid-template-columns: 44px 1fr; gap: 12px; }
  .about h2, .quality h2 { font-size: clamp(39px, 12vw, 55px); }
  .benefit-grid, .chameleon-grid { grid-template-columns: minmax(0, 1fr); }
  .benefit-card-wide { grid-column: auto; }
  .benefit-card, .chameleon-grid article { min-height: 0; }
  .benefit-card h3, .chameleon-grid h3 { margin-top: 42px; }
  .technology-list-wrap { padding: 25px 15px; }
  .technology-list li { grid-template-columns: 30px 1fr; padding: 22px 16px; }
  .technology-closing { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .pricing-document { overflow: hidden; }
  .pricing-document h2 { font-size: 36px; overflow-wrap: anywhere; }
  .pricing-document .section-heading-wide > div:last-child { max-width: 100%; overflow-wrap: anywhere; }
  .price-table-wrap { max-width: 100%; }
  .price-table { min-width: 0; }
  .price-table th, .price-table td { padding: 18px 12px; }
  .price-table thead th:first-child, .price-table tbody th { width: 66%; }
  .price-table tbody th { font-size: 15px; }
  .price-table tbody td { width: 34%; font-size: 18px; }
  .price-card { min-height: 480px; padding: 30px 24px; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .numbers-grid > div:nth-child(2) { border-right: 0; }
  .numbers-grid > div:nth-child(3) { grid-column: span 2; padding-top: 24px; border-top: 1px solid var(--line); border-right: 0; }
  .numbers p { grid-column: span 2; }
  .journal-grid { grid-template-columns: minmax(0, 1fr); }
  .field-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .contact-form { padding: 27px 20px; box-shadow: 10px 10px 0 rgba(212,172,92,.12); }
  .footer-main { grid-template-columns: 1fr; gap: 34px; padding: 48px 0; }
  .footer-brand { grid-column: auto; }
  .footer-call { padding: 22px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .floating-call { display: flex; }
}

@media (max-width: 980px) {
  .chapter-mark { top: 24px; right: 16px; writing-mode: horizontal-tb; }
  .showcase-stage { gap: 42px 18px; }
  .showcase-monogram { grid-column: 1 / 6; padding: 26px 0; }
  .showcase-item-featured { grid-column: 6 / 13; }
  .showcase-item-graphite { grid-column: 1 / 6; margin-top: -30px; }
  .showcase-item-detail { grid-column: 6 / 13; }
  .showcase-item-orange { grid-column: 7 / 13; }
}

@media (max-width: 700px) {
  .chapter-mark { top: 18px; right: 15px; font-size: 7px; }
  .benefit-grid,
  .technology-list-wrap,
  .chameleon-grid,
  .price-table-wrap { box-shadow: 9px 9px 0 rgba(237,28,36,.12); }
  .quality { background: linear-gradient(150deg, #ed1c24 0 72%, #a8090f 72% 100%); }
  .quality::after { right: -4vw; bottom: 1vw; font-size: 28vw; }
  .process { border-width: 8px 0; }
  .showcase { border-top-width: 8px; }
  .showcase-stage { display: grid; grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .showcase-monogram,
  .showcase-item-featured,
  .showcase-item-graphite,
  .showcase-item-detail,
  .showcase-item-orange { grid-column: 1; grid-row: auto; margin-top: 0; }
  .showcase-monogram { min-height: 205px; }
  .showcase-monogram span,
  .showcase-monogram strong { font-size: clamp(66px, 24vw, 105px); }
  .showcase-item-featured img { aspect-ratio: 4 / 3; }
  .showcase-item-detail img { aspect-ratio: 4 / 3; }
  .showcase-item-graphite img,
  .showcase-item-orange img { aspect-ratio: 4 / 5; }
  .showcase-item figcaption { align-items: flex-start; }
  .showcase-item figcaption strong { max-width: 58%; }
  .pricing::before { width: 6px; }
  .numbers { padding: 62px 0; }
  .numbers-grid > div { min-height: 112px; }
}

@media (max-width: 420px) {
  :root { --shell: calc(100% - 30px); }
  .hero-grid,
  .hero-content-rich .hero-grid,
  .section-heading,
  .section-heading-wide,
  .about-grid,
  .quality-grid,
  .process-grid,
  .contact-grid,
  .technology-list,
  .technology-closing,
  .benefit-grid,
  .chameleon-grid,
  .showcase-stage,
  .pricing-grid,
  .journal-grid,
  .field-row { grid-template-columns: minmax(0, 1fr); }
  .hero-copy,
  .hero-proof,
  .hero-intro,
  .hero-actions,
  .process-intro,
  .process-prose,
  .technology-intro,
  .technology-list-wrap,
  .contact-copy,
  .contact-form { width: 100%; max-width: 100%; min-width: 0; }
  .hero-title-long { max-width: 100%; font-size: clamp(32px, 10.8vw, 43px) !important; line-height: .97 !important; letter-spacing: -.06em; text-wrap: wrap; }
  .hero-intro { padding-left: 12px; }
  .hero-intro p { overflow-wrap: anywhere; }
  .hero-actions .button { min-width: 0; gap: 12px; padding-left: 16px; font-size: 10px; }
  .hero-actions .button span { min-width: 0; white-space: normal; }
  .hero-actions .button b { flex: 0 0 38px; width: 38px; height: 38px; }
  .hero-proof { align-items: center; }
  .hero-since { min-width: 0; }
  .section-heading h2,
  .process h2,
  .contact h2,
  .about h2,
  .quality h2 { max-width: 100%; font-size: clamp(32px, 11vw, 44px); line-height: .96; overflow-wrap: break-word; }
  .process-prose p,
  .technology-intro p,
  .technology-list p,
  .chameleon-grid p,
  .pricing-document p,
  .contact-copy p { max-width: 100%; overflow-wrap: anywhere; }
  .technology-list li { min-width: 0; }
  .price-table th,
  .price-table td { overflow-wrap: anywhere; }
}

@media (max-width: 330px) {
  :root { --shell: calc(100% - 24px); }
  .hero-title-long { font-size: clamp(29px, 10.5vw, 35px) !important; }
  .section-heading h2,
  .process h2,
  .contact h2,
  .about h2,
  .quality h2 { font-size: clamp(29px, 10.8vw, 36px); }
  .brand { gap: 8px; }
  .brand-copy small { display: none; }
  .rating-orbit { width: 124px; padding: 17px; }
  .hero-since strong { font-size: 15px; }
}

@media (max-width: 1100px) {
  .showcase-stage-originals { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 18px; }
}

@media (max-width: 620px) {
  .showcase-stage-originals { grid-template-columns: minmax(0, 1fr); gap: 46px; }
  .showcase-stage-originals .showcase-item-original { grid-column: 1; grid-row: auto; margin: 0; }
  .showcase-stage-originals .showcase-item-original img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
  .showcase-stage-originals .showcase-item-original figcaption strong { max-width: 62%; }
}

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

@media (forced-colors: active) {
  .button, .service-card > a, .price-card, .contact-form, .lightbox { border: 1px solid CanvasText; }
  .scroll-progress span, .ticker, .button-primary { background: Highlight; }
}
