:root {
  --ink: #171512;
  --ink-soft: #28241f;
  --paper: #f2eee5;
  --paper-light: #faf8f3;
  --red: #b63a2f;
  --red-dark: #8f2c24;
  --copper: #b77a58;
  --line: rgba(23, 21, 18, .17);
  --muted: #746e65;
  --shell: min(1240px, calc(100vw - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--red); }

.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;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--red);
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--red);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}
h2 { margin-bottom: 28px; font-size: clamp(2.5rem, 5.4vw, 5.3rem); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.17);
  transition: color .3s ease, background .3s ease, box-shadow .3s ease;
}
.site-header.scrolled {
  color: var(--ink);
  background: rgba(250,248,243,.94);
  box-shadow: 0 12px 40px rgba(23,21,18,.08);
  backdrop-filter: blur(14px);
}
.header-inner {
  display: grid;
  grid-template-columns: 180px 1fr 150px;
  align-items: center;
  width: min(1400px, calc(100vw - 48px));
  min-height: 76px;
  margin-inline: auto;
}
.brand { display: flex; align-items: center; width: max-content; line-height: 1; }
.brand-logo { display: block; width: auto; height: 46px; max-width: 180px; object-fit: contain; }
.site-header.scrolled .brand-logo { filter: invert(1); }
.main-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 48px); }
.main-nav a { position: relative; font-size: .76rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.main-nav a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta {
  justify-self: end;
  padding: 11px 18px;
  border: 1px solid currentColor;
  font-size: .71rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}
.header-cta:hover { color: var(--ink); background: #fff; }
.site-header.scrolled .header-cta:hover { color: #fff; background: var(--ink); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 640px;
  padding: 105px max(24px, calc((100vw - 1240px) / 2)) 48px;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}
.hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(17,14,12,.96) 0%, rgba(17,14,12,.88) 36%, rgba(17,14,12,.35) 68%, rgba(17,14,12,.08) 100%);
  content: "";
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 48%; }
.hero-grain {
  z-index: 2;
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 3; width: min(650px, 52vw); }
.hero .eyebrow { color: #d78b68; }
.hero h1 { max-width: 620px; margin-bottom: 25px; font-size: clamp(3.5rem, 5vw, 5rem); }
.hero-lead { max-width: 590px; color: rgba(255,255,255,.77); font-size: clamp(1rem, 1.25vw, 1.15rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 210px;
  padding: 16px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-outline { border-color: var(--ink); }
.button-outline:hover { color: #fff; background: var(--ink); }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { background: #e8ded4; }
.text-link, .underlined-link { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); }
.underlined-link { display: inline-flex; justify-content: space-between; gap: 34px; padding: 10px 0; border-bottom: 1px solid var(--ink); }
.hero-facts { display: flex; gap: 0; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.28); }
.hero-facts span { display: flex; flex-direction: column; min-width: 150px; padding: 17px 24px 0 0; color: rgba(255,255,255,.64); font-size: .68rem; font-weight: 800; letter-spacing: .07em; line-height: 1.4; text-transform: uppercase; }
.hero-facts span + span { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-facts strong { margin-bottom: 5px; color: #fff; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; letter-spacing: 0; line-height: 1; text-transform: none; }

.proof { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--ink); background: var(--paper-light); border-bottom: 1px solid var(--line); }
.proof article { display: grid; grid-template-columns: 36px 1fr; gap: 18px; min-height: 195px; padding: 38px clamp(20px, 3vw, 46px); border-right: 1px solid var(--line); }
.proof article:last-child { border-right: 0; }
.proof .proof-number { color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.proof strong { display: block; margin-bottom: 12px; font-family: var(--serif); font-size: clamp(1.3rem, 1.8vw, 1.8rem); font-weight: 400; line-height: 1.08; }
.proof p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }

.manifest { display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw 9vw; padding-block: 150px 125px; }
.manifest-heading { align-self: start; }
.manifest h2 { max-width: 750px; margin-bottom: 0; }
.manifest-copy { align-self: end; max-width: 590px; }
.manifest-copy p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.72; }
.manifest-copy p + p { margin-top: 17px; }
.manifest-copy p strong { color: var(--ink); font-weight: 600; }
.manifest-copy abbr { text-decoration: none; cursor: help; }
.manifest-copy .underlined-link { margin-top: 28px; }
.manifest-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.manifest-facts div { min-width: 0; padding: 20px 18px 19px 0; }
.manifest-facts div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.manifest-facts strong { display: block; margin-bottom: 7px; color: var(--ink); font-family: var(--serif); font-size: clamp(1.65rem, 2.2vw, 2.35rem); font-weight: 400; line-height: 1; }
.manifest-facts span { display: block; color: var(--muted); font-size: .61rem; font-weight: 800; letter-spacing: .085em; line-height: 1.35; text-transform: uppercase; }
.history-timeline { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 8px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.history-timeline article { position: relative; min-height: 190px; padding: 30px 24px 28px 0; }
.history-timeline article + article { padding-left: 24px; border-left: 1px solid var(--line); }
.history-timeline article::before { position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--red); content: ""; }
.history-timeline article + article::before { left: 24px; }
.history-year { display: block; margin-bottom: 22px; color: var(--red); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.history-timeline strong { display: block; margin-bottom: 9px; font-family: var(--serif); font-size: clamp(1.15rem, 1.45vw, 1.5rem); font-weight: 400; line-height: 1.08; }
.history-timeline p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }

.models { padding: 140px 0; color: #fff; background: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10vw; align-items: end; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 480px; margin-bottom: 5px; color: var(--muted); }
.models .section-heading > p { color: rgba(255,255,255,.57); }
.model-tabs { display: flex; gap: 0; margin-top: 70px; overflow-x: auto; border-bottom: 1px solid rgba(255,255,255,.17); scrollbar-width: thin; }
.model-tabs button { flex: 1 0 auto; min-width: 110px; padding: 16px 14px; color: rgba(255,255,255,.47); border: 0; border-bottom: 2px solid transparent; background: transparent; cursor: pointer; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease, border-color .2s ease; }
.model-tabs button:hover, .model-tabs button.active { color: #fff; border-bottom-color: var(--red); }
.model-stage { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: center; min-height: 620px; padding-top: 65px; }
.model-visual { position: relative; display: grid; min-height: 500px; place-items: center; }
.model-visual::before { position: absolute; width: 65%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.model-visual img { position: relative; z-index: 2; max-width: 75%; max-height: 500px; object-fit: contain; filter: drop-shadow(0 45px 38px rgba(0,0,0,.5)); transition: opacity .2s ease, transform .35s ease; }
.model-stage.is-changing .model-visual img { opacity: 0; transform: translateY(10px) scale(.97); }
.model-number { position: absolute; z-index: 0; top: 20px; left: 0; color: rgba(255,255,255,.055); font-family: var(--serif); font-size: clamp(11rem, 23vw, 23rem); line-height: 1; }
.model-kicker { margin-bottom: 10px; color: #d78b68; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.model-content h3 { margin: 0 0 25px; font-family: var(--serif); font-size: clamp(4rem, 8vw, 8rem); font-weight: 400; letter-spacing: -.05em; line-height: .9; }
.model-description { max-width: 500px; color: rgba(255,255,255,.6); }
.model-data { display: grid; grid-template-columns: 1fr 1fr; max-width: 570px; margin: 36px 0 40px; border-top: 1px solid rgba(255,255,255,.18); }
.model-data div { padding: 18px 16px 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.model-data dt { color: rgba(255,255,255,.42); font-size: .62rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.model-data dd { margin: 5px 0 0; font-family: var(--serif); font-size: 1.15rem; }
.models .button-outline { color: #fff; border-color: rgba(255,255,255,.5); }
.models .button-outline:hover { color: var(--ink); background: #fff; }

.technology { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: center; padding-block: 150px; }
.technology-visual { position: relative; }
.technology-visual img { width: 100%; max-height: 760px; object-fit: cover; filter: saturate(.83) contrast(1.05); }
.temperature { position: absolute; right: -40px; bottom: 38px; display: flex; align-items: center; gap: 12px; padding: 16px 20px; color: #fff; background: var(--red); }
.temperature span { font-family: var(--serif); font-size: 1.7rem; line-height: 1; }
.temperature small { font-size: .61rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.temperature i { width: 32px; height: 1px; background: rgba(255,255,255,.5); }
.anatomy-list { margin: 45px 0 0; padding: 0; list-style: none; }
.anatomy-list li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 21px 0; border-top: 1px solid var(--line); }
.anatomy-list li:last-child { border-bottom: 1px solid var(--line); }
.anatomy-list > li > span { color: var(--red); font-size: .64rem; font-weight: 800; letter-spacing: .12em; }
.anatomy-list strong { font-family: var(--serif); font-size: 1.28rem; font-weight: 400; }
.anatomy-list p { margin: 5px 0 0; color: var(--muted); font-size: .9rem; }

.duo { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 670px; color: #fff; background: var(--red); }
.duo-copy { align-self: center; padding: 100px max(40px, calc((100vw - 1240px) / 2)); padding-right: 6vw; }
.duo .eyebrow { color: rgba(255,255,255,.7); }
.duo-copy h2 { font-size: clamp(3.5rem, 6.5vw, 7rem); }
.duo-copy > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.72); }
.duo-facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 32px 0; }
.duo-facts span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.35); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.duo-visual { display: grid; min-height: 670px; place-items: center; overflow: hidden; background: #27221d; }
.duo-visual img { width: 75%; max-height: 560px; object-fit: contain; filter: drop-shadow(0 40px 40px rgba(0,0,0,.5)); }

.comparison { padding-block: 150px; }
.table-wrap { margin-top: 60px; overflow-x: auto; border-top: 2px solid var(--ink); }
table { width: 100%; min-width: 820px; border-collapse: collapse; text-align: left; }
th, td { padding: 22px 18px; border-bottom: 1px solid var(--line); }
thead th { color: var(--muted); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
tbody th { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
tbody th a { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; transition: color .2s ease, text-decoration-color .2s ease; }
tbody th a:hover, tbody th a:focus-visible { color: var(--red); text-decoration-color: currentColor; }
tbody td { color: #4e4942; font-size: .9rem; }
tbody tr { transition: background .2s ease; }
tbody tr:hover { background: rgba(183,122,88,.09); }

.deck-ovens { padding: 10px 0 150px; overflow: hidden; }
.deck-intro { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; align-items: center; }
.deck-copy > p:not(.eyebrow) { max-width: 590px; color: var(--muted); }
.deck-gallery { display: grid; grid-template-columns: 1.3fr .7fr; gap: 12px; align-items: end; }
.deck-gallery figure { position: relative; margin: 0; overflow: hidden; background: #ded8ce; }
.deck-gallery img { width: 100%; height: 390px; object-fit: cover; object-position: 50% 50%; transition: transform .6s ease; }
.deck-gallery .deck-main img { height: 590px; object-position: 52% 50%; }
.deck-gallery figure:hover img { transform: scale(1.025); }
.deck-gallery figcaption { position: absolute; right: 14px; bottom: 14px; padding: 6px 10px; color: #fff; background: rgba(23,21,18,.74); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.deck-benefits { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 85px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.deck-benefits div { min-height: 150px; padding: 30px 25px 28px 0; border-right: 1px solid var(--line); }
.deck-benefits div + div { padding-left: 25px; }
.deck-benefits div:last-child { border-right: 0; }
.deck-benefits strong { display: block; margin-bottom: 16px; color: var(--red); font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.5rem); font-weight: 400; line-height: 1; }
.deck-benefits span { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.deck-series { margin-top: 110px; }
.deck-card { display: grid; grid-template-columns: .92fr 1.08fr; gap: 8vw; align-items: center; min-height: 620px; padding: 70px 0; border-top: 1px solid var(--line); }
.deck-card:last-child { border-bottom: 1px solid var(--line); }
.deck-card-reverse .deck-card-visual { order: 2; }
.deck-card-reverse .deck-card-copy { order: 1; }
.deck-card-visual { position: relative; display: grid; min-height: 500px; overflow: hidden; background: #e8e2d8; place-items: center; }
.deck-card-visual img { width: 100%; height: 500px; object-fit: cover; object-position: center; transition: transform .65s ease; }
.deck-card-product img { width: 78%; height: 440px; object-fit: contain; filter: drop-shadow(0 25px 25px rgba(23,21,18,.22)); }
.deck-card:hover .deck-card-visual img { transform: scale(1.025); }
.deck-card-copy { max-width: 630px; }
.deck-index { margin-bottom: 20px; color: var(--red); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.deck-card h3, .deck-choice h3 { margin: 0 0 25px; font-family: var(--serif); font-size: clamp(2.4rem, 4.3vw, 4.6rem); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.deck-card-copy > p:not(.deck-index) { color: var(--muted); }
.deck-card ul { margin: 32px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.deck-card li { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.deck-card li strong { color: var(--red); font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; }
.deck-card li span { color: #504b44; font-size: .86rem; }
.deck-card .underlined-link { margin-top: 24px; }
.deck-pass-visual { color: var(--ink); background: var(--paper-light); }
.deck-pass-visual img { width: 74%; height: 430px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 25px 30px rgba(0,0,0,.18)); }
.pass-flow { position: absolute; z-index: 2; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 12px; font-size: .64rem; font-weight: 800; letter-spacing: .12em; }
.pass-flow i { display: block; width: 72px; height: 1px; background: var(--copper); }
.pass-flow i::after { position: absolute; right: 30px; margin-top: -3px; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-left: 5px solid var(--copper); content: ""; }
.deck-choice { display: grid; grid-template-columns: 1fr .8fr auto; gap: 5vw; align-items: end; margin-top: 90px; padding: 45px; color: #fff; background: var(--ink); }
.deck-choice .eyebrow { color: #d78b68; }
.deck-choice h3 { margin-bottom: 0; font-size: clamp(2rem, 3.4vw, 3.5rem); }
.deck-choice > p { margin: 0; color: rgba(255,255,255,.6); font-size: .9rem; }
.deck-choice .button-outline { color: #fff; border-color: rgba(255,255,255,.5); white-space: nowrap; }
.deck-choice .button-outline:hover { color: var(--ink); background: #fff; }

.process { padding: 140px 0; border-top: 1px solid var(--line); }
.process-heading { display: grid; grid-template-columns: .45fr 1fr; gap: 8vw; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 70px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.process-list li { padding: 28px 28px 35px 0; border-right: 1px solid var(--line); }
.process-list li + li { padding-left: 28px; }
.process-list li:last-child { border-right: 0; }
.process-list span { color: var(--red); font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.process-list h3 { margin: 55px 0 12px; font-family: var(--serif); font-size: 1.6rem; font-weight: 400; line-height: 1.1; }
.process-list p { margin: 0; color: var(--muted); font-size: .86rem; }

.realisations { padding: 145px 0 0; color: #fff; background: var(--ink); }
.realisations .section-heading { padding-bottom: 65px; }
.realisations .section-heading > p { color: rgba(255,255,255,.55); }
.realisations-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.realisations-grid figure { position: relative; aspect-ratio: 1; margin: 0; overflow: hidden; background: #2b2722; }
.realisations-grid img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.03); transition: transform .65s ease, filter .65s ease; }
.realisations-grid figure:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }
.realisations-grid figure::after { position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, rgba(12,10,9,.78)); content: ""; pointer-events: none; }
.realisations-grid figcaption { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.realisations-grid figcaption strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.realisations-grid figcaption span { color: rgba(255,255,255,.67); font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.gallery-band { position: relative; height: min(66vw, 760px); min-height: 500px; overflow: hidden; color: #fff; background: var(--ink); }
.gallery-band figure { height: 100%; margin: 0; }
.gallery-band img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.52) saturate(.75); }
.gallery-band::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,13,11,.65), transparent 70%); content: ""; }
.gallery-band blockquote { position: absolute; z-index: 2; top: 50%; left: max(24px, calc((100vw - 1240px) / 2)); margin: 0; transform: translateY(-50%); }
.gallery-band blockquote p { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(3.5rem, 7.5vw, 8rem); letter-spacing: -.045em; line-height: .9; }
.gallery-band cite { color: rgba(255,255,255,.62); font-size: .68rem; font-style: normal; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; padding-block: 150px; }
.faq-heading { align-self: start; position: sticky; top: 120px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 0; cursor: pointer; font-family: var(--serif); font-size: 1.32rem; line-height: 1.25; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; color: var(--red); font-family: var(--sans); font-size: 1.2rem; transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -4px 40px 28px 0; color: var(--muted); }

.contact { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; padding: 140px max(24px, calc((100vw - 1240px) / 2)); overflow: hidden; color: #fff; background: var(--red); }
.contact-symbol { position: absolute; right: -30px; bottom: -140px; color: rgba(255,255,255,.06); font-family: var(--serif); font-size: 35rem; line-height: .8; pointer-events: none; }
.contact-copy, .contact-form { position: relative; z-index: 1; }
.contact .eyebrow { color: rgba(255,255,255,.67); }
.contact-copy p:last-child { max-width: 560px; color: rgba(255,255,255,.73); }
.contact-form { display: grid; gap: 22px; }
.contact-form label { display: grid; gap: 7px; color: rgba(255,255,255,.65); font-size: .64rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 0; color: #fff; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); border-radius: 0; outline: 0; background: transparent; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #fff; }
.contact-form .button { margin-top: 10px; border: 0; }
.form-note { margin: -10px 0 0; color: rgba(255,255,255,.55); font-size: .72rem; }
.form-note a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.form-status { min-height: 1.4em; margin: -10px 0 0; color: #fff; font-size: .76rem; }
.optional { font-weight: 500; letter-spacing: 0; text-transform: none; }

.site-footer { display: grid; grid-template-columns: 1.2fr 1fr .8fr .8fr; gap: 45px; padding-block: 65px 30px; }
.footer-brand { display: flex; flex-direction: column; line-height: 1; }
.footer-brand strong { font-family: var(--serif); font-size: 2.4rem; font-weight: 400; letter-spacing: .08em; }
.footer-brand span { margin-top: 7px; font-size: .61rem; font-weight: 800; letter-spacing: .23em; }
.site-footer p, .site-footer a { font-size: .8rem; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.site-footer p { color: var(--muted); }
.site-footer a:hover { color: var(--red); }
.copyright { grid-column: 1 / -1; margin: 35px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--copper); outline-offset: 4px; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 40px, 900px); }
  .header-inner { grid-template-columns: 1fr auto; width: calc(100vw - 40px); }
  .header-cta { display: none; }
  .menu-toggle { z-index: 2; display: grid; gap: 5px; width: 42px; height: 42px; padding: 11px; border: 1px solid currentColor; background: transparent; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px; color: #fff; background: rgba(23,21,18,.98); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
  .main-nav.open { opacity: 1; visibility: visible; }
  .main-nav a { font-family: var(--serif); font-size: 2.1rem; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .hero { min-height: 620px; padding-inline: 24px; }
  .hero-copy { width: min(620px, 62vw); }
  .proof { grid-template-columns: 1fr 1fr; }
  .proof article:nth-child(2) { border-right: 0; }
  .proof article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .model-stage, .technology, .faq { gap: 5vw; }
  .model-number { font-size: 15rem; }
  .duo-copy { padding-inline: 40px; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .deck-card { gap: 5vw; }
  .deck-choice { grid-template-columns: 1fr 1fr; }
  .deck-choice .button { grid-column: 1 / -1; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 32px); }
  html { scroll-padding-top: 72px; }
  .header-inner { min-height: 68px; width: calc(100vw - 32px); }
  .hero { min-height: 670px; padding: 110px 16px 38px; }
  .hero::after { background: linear-gradient(90deg, rgba(17,14,12,.96) 0%, rgba(17,14,12,.78) 72%, rgba(17,14,12,.5) 100%); }
  .hero-media img { object-position: 62% 50%; }
  .hero-copy { width: 100%; max-width: 570px; }
  .hero h1 { max-width: 520px; font-size: clamp(3.2rem, 14vw, 4.8rem); }
  .hero-lead { max-width: 94%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-facts { flex-wrap: wrap; gap: 0; margin-top: 30px; }
  .hero-facts span { min-width: 0; width: 33.333%; padding-right: 10px; }
  .hero-facts span + span { padding-left: 12px; }
  .hero-facts strong { font-size: 1.05rem; }
  .proof article { min-height: 155px; padding: 28px 18px; }
  .proof strong { font-size: 1.35rem; }
  .manifest, .section-heading, .technology, .deck-intro, .process-heading, .faq, .contact { grid-template-columns: 1fr; }
  .manifest { gap: 38px; padding-block: 95px 80px; }
  .manifest-copy { max-width: 680px; }
  .history-timeline { grid-template-columns: repeat(3, 1fr); margin-top: 20px; }
  .history-timeline article:nth-child(4) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .history-timeline article:nth-child(4)::before { left: 0; }
  .history-timeline article:nth-child(5) { border-top: 1px solid var(--line); }
  .models { padding-block: 90px; }
  .section-heading { gap: 25px; }
  .model-tabs { margin-top: 45px; }
  .model-stage { grid-template-columns: 1fr; gap: 18px; min-height: 0; padding-top: 45px; }
  .model-visual { min-height: 380px; }
  .model-visual img { max-height: 365px; }
  .model-number { font-size: 12rem; }
  .model-content h3 { font-size: 5rem; }
  .technology { gap: 75px; padding-block: 90px; }
  .temperature { right: 0; bottom: -30px; }
  .duo { grid-template-columns: 1fr; }
  .duo-copy { padding: 90px 24px; }
  .duo-visual { min-height: 430px; }
  .comparison { padding-block: 95px; }
  .table-wrap { margin-top: 38px; }
  .deck-ovens { padding-bottom: 95px; }
  .deck-intro { gap: 55px; }
  .deck-gallery { grid-template-columns: 1fr 1fr; }
  .deck-gallery .deck-main img { height: 470px; }
  .deck-gallery img { height: 300px; }
  .deck-benefits { grid-template-columns: 1fr 1fr; margin-top: 65px; }
  .deck-benefits div:nth-child(2) { border-right: 0; }
  .deck-benefits div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .deck-card, .deck-card-reverse { grid-template-columns: 1fr; gap: 45px; min-height: 0; padding: 65px 0; }
  .deck-card-reverse .deck-card-visual, .deck-card-reverse .deck-card-copy { order: initial; }
  .deck-card-visual { min-height: 420px; }
  .deck-card-visual img { height: 420px; }
  .deck-card-product img, .deck-pass-visual img { height: 370px; }
  .deck-choice { grid-template-columns: 1fr; gap: 28px; margin-top: 65px; padding: 32px 24px; }
  .deck-choice .button { grid-column: auto; }
  .process { padding-block: 90px; }
  .process-list { grid-template-columns: 1fr; margin-top: 45px; }
  .process-list li, .process-list li + li { display: grid; grid-template-columns: 40px 1fr; gap: 10px; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list h3 { margin: 0 0 8px; }
  .gallery-band { min-height: 560px; }
  .gallery-band blockquote { left: 20px; }
  .gallery-band blockquote p { font-size: clamp(3.2rem, 16vw, 5.4rem); }
  .faq { gap: 30px; padding-block: 95px; }
  .faq-heading { position: static; }
  .faq-list summary { font-size: 1.08rem; }
  .contact { gap: 50px; padding-block: 95px; }
  .contact-symbol { font-size: 20rem; }
  .site-footer { grid-template-columns: 1fr; gap: 25px; }
  .copyright { margin-top: 15px; }
  .realisations { padding-top: 95px; }
  .realisations-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 430px) {
  .proof { grid-template-columns: 1fr; }
  .proof article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-facts span { width: auto; padding: 15px 10px 0 0; }
  .hero-facts span + span { padding-left: 0; border-left: 0; }
  .hero-facts span:nth-child(even) { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.18); }
  .model-data { grid-template-columns: 1fr; }
  .deck-gallery { grid-template-columns: 1fr; }
  .deck-gallery .deck-main img, .deck-gallery img { height: 420px; }
  .deck-benefits { grid-template-columns: 1fr; }
  .deck-benefits div, .deck-benefits div + div { min-height: 115px; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .deck-card-visual { min-height: 350px; }
  .deck-card-visual img { height: 350px; }
  .deck-card-product img, .deck-pass-visual img { height: 310px; }
  .deck-card li { grid-template-columns: 80px 1fr; gap: 12px; }
  .realisations-grid { grid-template-columns: 1fr; }
}

@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; }
  .reveal { opacity: 1; transform: none; }
}

/* Podstrony kategorii, produktów i informacji */
.subpage { background: var(--paper-light); }
.subpage .site-header { position: sticky; color: var(--ink); background: rgba(250,248,243,.96); box-shadow: 0 8px 30px rgba(23,21,18,.06); backdrop-filter: blur(14px); }
.subpage .brand-logo { filter: invert(1); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; width: var(--shell); margin: 0 auto; padding: 26px 0 0; color: var(--muted); font-size: .76rem; }
.breadcrumbs a:hover { color: var(--red); }
.breadcrumbs span::before { margin-right: 8px; content: "›"; }
.subpage-hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: 8vw; align-items: center; width: var(--shell); min-height: 610px; margin: 0 auto; padding: 70px 0 95px; }
.subpage-hero h1 { max-width: 820px; margin-bottom: 28px; font-size: clamp(3.4rem, 6.5vw, 7rem); }
.subpage-hero .lead { max-width: 680px; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.18rem); }
.subpage-hero-visual { display: grid; min-height: 470px; padding: 38px; overflow: hidden; background: #e8e2d8; place-items: center; }
.subpage-hero-visual img { width: 100%; max-height: 450px; object-fit: contain; filter: drop-shadow(0 30px 32px rgba(23,21,18,.24)); }
.subpage-hero-visual.photo { padding: 0; }
.subpage-hero-visual.photo img { height: 100%; max-height: none; object-fit: cover; filter: none; }
.subpage-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.content-section { padding: 110px 0; border-top: 1px solid var(--line); }
.content-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; }
.content-grid h2 { font-size: clamp(2.5rem, 4.5vw, 4.8rem); }
.prose { max-width: 760px; }
.prose p, .prose li { color: #514b43; }
.prose h2, .prose h3 { color: var(--ink); }
.prose h3 { margin: 38px 0 10px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.prose a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.spec-table { width: 100%; min-width: 0; margin-top: 35px; border-top: 2px solid var(--ink); }
.spec-table th { width: 42%; font-family: var(--sans); font-size: .73rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.spec-table td { font-size: .95rem; }
.decision-grid, .card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 34px; }
.decision-card, .link-card { padding: 30px; border: 1px solid var(--line); background: var(--paper-light); }
.decision-card h3, .link-card h2, .link-card h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; line-height: 1.1; }
.decision-card p, .decision-card li, .link-card p { color: var(--muted); font-size: .9rem; }
.decision-card ul { margin: 0; padding-left: 18px; }
.link-card { display: grid; grid-template-columns: 150px 1fr; gap: 25px; align-items: center; }
.link-card img { width: 150px; height: 170px; object-fit: contain; }
.link-card.photo-card img { object-fit: cover; }
.link-card .underlined-link { margin-top: 15px; }
.subpage-cta { padding: 90px max(24px, calc((100vw - 1240px) / 2)); color: #fff; background: var(--red); }
.subpage-cta .inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.subpage-cta h2 { max-width: 850px; margin-bottom: 15px; }
.subpage-cta p { max-width: 680px; color: rgba(255,255,255,.72); }
.subpage-cta .button { white-space: nowrap; }
.text-page { width: min(820px, calc(100vw - 40px)); margin: 0 auto; padding: 75px 0 120px; }
.text-page h1 { margin-bottom: 35px; font-size: clamp(3.2rem, 6vw, 6rem); }
.text-page h2 { margin: 54px 0 18px; font-size: 2rem; letter-spacing: -.025em; }
.text-page p, .text-page li { color: #514b43; }
.contact-direct { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 45px 0; }
.contact-direct a, .contact-direct div { padding: 24px; border: 1px solid var(--line); }
.contact-direct strong { display: block; margin-bottom: 5px; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.contact-form-dark { align-self: center; padding: 40px; color: #fff; background: var(--ink); }
.contact-form-dark .form-note { color: rgba(255,255,255,.66); }
.contact-form-dark .form-status { color: #fff; }
.technical-drawing figure { margin: 0; padding: 24px; border: 1px solid var(--line); background: #fff; }
.technical-drawing img { width: 100%; height: auto; mix-blend-mode: multiply; }
.technical-drawing figcaption { margin-top: 12px; color: var(--muted); font-size: .75rem; text-align: center; }
.guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-card { display: flex; flex-direction: column; min-height: 390px; padding: 34px; border: 1px solid var(--line); background: var(--paper-light); }
.guide-card h2 { margin: 0 0 18px; font-size: clamp(1.8rem, 2.6vw, 2.7rem); line-height: 1.03; }
.guide-card h3 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(1.8rem, 2.6vw, 2.7rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.03; }
.guide-card h2 a:hover, .guide-card h3 a:hover { color: var(--red); }
.guide-card > p:not(.eyebrow) { color: var(--muted); }
.guide-card .underlined-link { margin-top: auto; align-self: flex-start; }
.article-hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: 7vw; align-items: center; width: var(--shell); margin: 0 auto; padding: 70px 0 90px; }
.article-hero h1 { margin-bottom: 26px; font-size: clamp(3.2rem, 6vw, 6.5rem); }
.article-hero .lead { color: var(--muted); font-size: 1.1rem; }
.article-hero figure { height: 520px; margin: 0; overflow: hidden; background: #ddd6cc; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 28px; color: var(--muted); font-size: .73rem; font-weight: 700; }
.article-body { width: min(820px, calc(100vw - 40px)); margin: 0 auto; padding: 85px 0 120px; }
.article-body .article-lead { margin-bottom: 50px; color: var(--ink); font-family: var(--serif); font-size: 1.55rem; line-height: 1.45; }
.article-body h2 { margin: 55px 0 17px; font-size: clamp(2rem, 3.5vw, 3.2rem); letter-spacing: -.03em; line-height: 1.05; }
.article-body p, .article-body li { color: #514b43; }
.article-body a:not(.button) { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-body .spec-table { margin-block: 30px; }
.article-advice { margin-top: 80px; padding: 42px; color: #fff; background: var(--ink); }
.article-advice h2 { margin-top: 0; color: #fff; }
.article-advice p { color: rgba(255,255,255,.68); }
.check-list li { margin-bottom: 8px; }
.guides-preview .guides-grid { margin-top: 58px; }
.guides-preview .guides-all { margin-top: 30px; }

@media (max-width: 900px) {
  .subpage-hero, .content-grid { grid-template-columns: 1fr; }
  .subpage-hero { gap: 45px; padding-block: 55px 75px; }
  .subpage-hero-visual { min-height: 390px; }
  .card-grid { grid-template-columns: 1fr; }
  .subpage-cta .inner { grid-template-columns: 1fr; }
  .guides-grid { grid-template-columns: 1fr 1fr; }
  .article-hero { grid-template-columns: 1fr; }
  .article-hero figure { height: 420px; }
}
@media (max-width: 600px) {
  .content-section { padding: 75px 0; }
  .decision-grid, .contact-direct { grid-template-columns: 1fr; }
  .link-card { grid-template-columns: 95px 1fr; padding: 20px; }
  .link-card img { width: 95px; height: 120px; }
  .subpage-hero-visual { min-height: 310px; padding: 24px; }
  .guides-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 330px; }
  .article-hero { padding-block: 55px 70px; }
  .article-hero figure { height: 310px; }
  .article-advice { padding: 28px 24px; }
}

@media (max-width: 640px) {
  .manifest-facts { grid-template-columns: 1fr; }
  .manifest-facts div { padding: 16px 0; }
  .manifest-facts div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .history-timeline { grid-template-columns: 1fr; }
  .history-timeline article, .history-timeline article + article { min-height: 0; padding: 24px 0; border-top: 1px solid var(--line); border-left: 0; }
  .history-timeline article:first-child { border-top: 0; }
  .history-timeline article::before, .history-timeline article + article::before { top: -5px; left: 0; }
}

/* Galeria detali technologii — strona Technologia */
.technology-detail-section {
  padding: 120px 0 132px;
  color: #fff;
  background: var(--ink);
  overflow: hidden;
}
.technology-detail-intro {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 9vw;
  align-items: end;
  margin-bottom: 72px;
}
.technology-detail-intro h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(2.9rem, 5.3vw, 5.5rem);
}
.technology-detail-intro > p {
  max-width: 620px;
  margin: 0 0 7px;
  color: rgba(255,255,255,.66);
  font-size: 1rem;
  line-height: 1.75;
}
.technology-detail-section .eyebrow { color: #d78b68; }
.tech-editorial-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: start;
}
.tech-editorial-column {
  display: flex;
  flex-direction: column;
  gap: clamp(68px, 9vw, 132px);
  min-width: 0;
}
.tech-editorial-column--offset { padding-top: clamp(80px, 11vw, 170px); }
.tech-editorial-item { min-width: 0; }
.tech-editorial-item figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #0d0c0b;
}
.tech-editorial-item figure::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.tech-editorial-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .7s cubic-bezier(.2,.65,.25,1);
}
.tech-editorial-item:hover img { transform: scale(1.018); }
.tech-editorial-caption {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding-top: 22px;
}
.tech-editorial-caption > span {
  padding-top: 4px;
  color: rgba(255,255,255,.36);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .14em;
}
.tech-editorial-caption .eyebrow { margin-bottom: 10px; }
.tech-editorial-caption h3 {
  max-width: 540px;
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.35vw, 2.9rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.04;
}
.tech-editorial-caption p:last-child {
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: .93rem;
  line-height: 1.72;
}
.tech-editorial-item--craftsman {
  width: 78%;
  margin-left: auto;
}
.tech-editorial-item--material { width: 78%; }
.tech-editorial-item--detail { width: 100%; }

@media (max-width: 900px) {
  .technology-detail-intro { grid-template-columns: 1fr; gap: 26px; margin-bottom: 54px; }
  .tech-editorial-gallery { grid-template-columns: 1fr 1fr; gap: 28px; }
  .tech-editorial-column { gap: 68px; }
  .tech-editorial-column--offset { padding-top: 78px; }
  .tech-editorial-item--craftsman,
  .tech-editorial-item--material { width: 100%; }
  .tech-editorial-caption { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; }
}

@media (max-width: 640px) {
  .technology-detail-section { padding: 82px 0 94px; }
  .technology-detail-intro { margin-bottom: 44px; }
  .tech-editorial-gallery { display: flex; flex-direction: column; gap: 0; }
  .tech-editorial-column { display: contents; }
  .tech-editorial-column--offset { padding-top: 0; }
  .tech-editorial-item { width: 100%; margin: 0 0 62px; }
  .tech-editorial-item:last-child { margin-bottom: 0; }
  .tech-editorial-item--heating { order: 1; }
  .tech-editorial-item--material { order: 2; }
  .tech-editorial-item--craftsman { order: 3; }
  .tech-editorial-item--detail { order: 4; }
  .tech-editorial-caption { grid-template-columns: 34px minmax(0, 1fr); padding-top: 18px; }
  .tech-editorial-caption h3 { font-size: clamp(1.7rem, 8vw, 2.35rem); }
  .tech-editorial-item:hover img { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .tech-editorial-item img { transition: none; }
}

