/* GOLMET — architectural finish, shared by the static manufacturer release. */
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/manrope-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
:root {
  --paper: #fffefa;
  --bone: #f3f1eb;
  --mist: #eeece5;
  --ink: #282823;
  --graphite: #30312c;
  --graphite-deep: #20221f;
  --muted: #686a60;
  --brass: #85704f;
  --champagne: #ddc9a5;
  --line: #d9d9ce;
  --header-height: 84px;
  --gutter: clamp(24px, 5.55vw, 100px);
  --section-space: 72px;
}
body {
  font-family: Manrope, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1.65;
}
html {
  scroll-padding-top: calc(var(--header-height) + 18px);
  scrollbar-width: thin;
  scrollbar-color: #b9b8ac var(--bone);
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 6px;
  display: block;
}
html::-webkit-scrollbar-thumb {
  background: #b9b8ac;
}
/* The home page has its own section rail; hide only the duplicate viewport bar.
   Keep native scrolling and the scrollbars of menus, galleries and inner pages. */
html.has-section-rail {
  scrollbar-width: none;
}
html.has-section-rail::-webkit-scrollbar,
html.has-section-rail body::-webkit-scrollbar {
  width: 0;
  display: none;
}
#main-content {
  outline: none;
}
#main-content:focus-visible {
  outline: none;
}
.container {
  width: min(1440px, calc(100% - var(--gutter) * 2));
  margin-inline: auto;
}
.section {
  padding: var(--section-space) 0;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 5px;
}
:where(h1, h2, h3, p) {
  overflow-wrap: break-word;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
.eyebrow,
.onepage-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1.5;
}
.eyebrow::before {
  width: 20px;
}
.accent {
  color: var(--brass);
}
.section-dark .accent,
.hero .accent,
.page-hero .accent {
  color: var(--champagne);
}
.section-dark .eyebrow,
.hero .eyebrow,
.page-hero .eyebrow {
  color: var(--champagne);
}
.section-title,
.hero h1,
.page-hero h1 {
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.055em;
  line-height: 1.1;
}
.section-title {
  font-size: clamp(36px, 3.9vw, 60px);
}
.section-heading {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 32px;
}
.section-heading .eyebrow {
  margin-bottom: 16px;
}
.section-lead {
  font-size: 15px;
  line-height: 1.85;
  max-width: 425px;
  padding-bottom: 4px;
}
.onepage-label {
  border: 0;
  padding: 0;
  min-height: 0;
  margin-bottom: 20px;
}
.onepage-label + .section-heading .eyebrow {
  display: none;
}
.button,
.ghost-button {
  min-height: 52px;
  padding: 15px 23px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  gap: 28px;
  clip-path: none;
  box-shadow: none;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.button {
  background: var(--graphite-deep);
  border: 1px solid var(--graphite-deep);
  color: var(--paper);
}
.button:hover,
.button:focus-visible {
  background: #555647;
  color: white;
  transform: translateY(-2px);
}
.ghost-button {
  border: 1px solid #adad9f;
  background: transparent;
  color: var(--ink);
}
.button::before,
.button::after,
.ghost-button::before,
.ghost-button::after {
  content: none;
}
.link-chip {
  background: transparent;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  border-color: var(--line);
  min-height: 38px;
}
.text-link {
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid currentColor;
  padding: 0 0 6px;
  line-height: 1.5;
}
.text-link:hover {
  color: var(--brass);
}
.detail-index {
  color: var(--brass);
  font-size: 10px;
  letter-spacing: 0.12em;
  font-weight: 600;
  white-space: nowrap;
}
.section-tail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.section-tail > span {
  max-width: 650px;
  font-size: 12px;
  color: var(--muted);
}
.section-tail .text-link {
  flex-shrink: 0;
}
/* Floating glass navigation — restored from the approved dealer visual direction. */
.site-menu {
  position: fixed;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: var(--header-height);
  padding: 0 24px;
  background: transparent;
  border: 0;
  color: var(--paper);
  /* Keep the viewport as the fixed dialog/scrim containing block. */
  backdrop-filter: none;
  pointer-events: none;
  z-index: 70;
}
.site-menu > :is(.floating-brand, .menu-button, .skip-link),
.glass-menu {
  pointer-events: auto;
}
.floating-brand,
.menu-button {
  border: 1px solid rgba(221, 201, 165, 0.45);
  background: linear-gradient(135deg, rgba(58, 49, 39, 0.74), rgba(33, 29, 27, 0.64));
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  box-shadow: inset 0 1px 0 #fff2, 0 8px 28px #16120e1a;
}
.floating-brand {
  position: relative;
  top: auto;
  left: auto;
  z-index: 72;
  min-height: 46px;
  padding: 5px 12px;
  gap: 10px;
  color: var(--paper);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.055em;
  grid-template-columns: 1fr;
}
.brand-logo { display: block; width: 150px; height: auto; }
.brand__mark {
  width: 23px;
  height: 23px;
  background: var(--champagne);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  transform: none;
}
.brand__mark::after {
  content: none;
}
.menu-button {
  position: relative;
  top: auto;
  right: auto;
  min-width: 116px;
  height: 46px;
  margin-left: auto;
  gap: 12px;
  padding: 0 15px;
  color: var(--paper);
  text-shadow: none;
  flex-direction: row-reverse;
  z-index: 74;
}
.menu-button strong {
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.menu-button:hover,
.floating-brand:hover {
  transform: none;
  opacity: 1;
  border-color: var(--champagne);
  box-shadow: inset 0 1px 0 #fff3, 0 0 24px #ddc9a52e;
}
.menu-button__icon {
  width: 18px;
  height: 18px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: var(--champagne);
  filter: none;
  opacity: 1;
  border: 0;
}
.menu-button__icon::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: #a58b66;
  clip-path: inherit;
}
.menu-button__icon::after {
  content: none;
}
.menu-scrim {
  border: 0;
  padding: 0;
  background: rgba(21, 24, 19, 0.16);
  backdrop-filter: blur(3px);
}
.glass-menu {
  right: 24px;
  top: 24px;
  bottom: 24px;
  width: min(440px, calc(100vw - 48px));
  height: auto;
  max-height: calc(100dvh - 48px);
  padding: 20px 24px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(50, 41, 32, 0.78), rgba(33, 29, 27, 0.7));
  border: 1px solid rgba(221, 201, 165, 0.55);
  backdrop-filter: blur(26px) saturate(1.12);
  -webkit-backdrop-filter: blur(26px) saturate(1.12);
  color: var(--paper);
  box-shadow: inset 0 1px 0 #ffffff1f, -20px 24px 70px #17120e40;
  transform: translateX(calc(100% + 32px));
  visibility: hidden;
  transition: transform 280ms ease, visibility 280ms;
}
.glass-menu::before {
  content: none;
}
.menu-toggle:checked ~ .glass-menu {
  visibility: visible;
}
.glass-menu__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.glass-menu__eyebrow {
  color: var(--champagne);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.menu-close {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #ddc9a559;
  color: var(--paper);
  background: #ddc9a50a;
  font-size: 23px;
}
.glass-menu__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(44px, auto);
  align-content: start;
  gap: 7px;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scroll-padding-block: 8px;
  scrollbar-width: thin;
  scrollbar-color: #b09b7a transparent;
  max-height: none;
  padding: 0;
}
.glass-menu__list::-webkit-scrollbar {
  display: block;
  width: 3px;
}
.glass-menu__list::-webkit-scrollbar-thumb {
  background: #b09b7a;
}
.glass-menu__list a,
.glass-menu__list a:nth-child(even) {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 44px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #ddc9a526;
  background: linear-gradient(100deg, #b58f5f2b, #ffffff08);
  clip-path: none;
  transform: none;
  color: var(--paper);
  box-shadow: none;
}
.glass-menu__list a::before,
.glass-menu__list a::after {
  content: none;
}
.glass-menu__list strong {
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.03em;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.glass-menu__list .glass-menu__marker {
  display: block;
  width: 10px;
  height: 15px;
  background: var(--champagne);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  opacity: 0.85;
}
.glass-menu__list a:hover,
.glass-menu__list a:focus-visible,
.menu-close:hover {
  background: #c5a27238;
  border-color: #ddc9a587;
  box-shadow: inset 0 0 22px #ddc9a50a;
  color: var(--paper);
  transform: none;
}
.glass-menu__list a:focus-visible {
  outline: 1px solid var(--champagne);
  outline-offset: -3px;
}
.glass-menu__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  gap: 12px;
}
.glass-menu__actions .button,
.glass-menu__actions .ghost-button {
  min-height: 44px;
  padding: 10px 8px;
  font-size: 11px;
  text-align: center;
  white-space: normal;
  transform: none;
}
.glass-menu__actions .button {
  background: #aa85545e;
  color: var(--paper);
  border-color: #ddc9a58c;
}
.glass-menu__actions .ghost-button {
  color: var(--paper);
  border-color: #ddc9a559;
  background: #ffffff08;
}
.glass-menu__actions a:hover {
  background: #c5a27252;
  border-color: var(--champagne);
}
.glass-menu__contact {
  font-size: 13px;
  line-height: 1.8;
}
.glass-menu p {
  line-height: 1.8;
  color: #d2d2c8;
}
html[data-menu-open="true"] .menu-button {
  visibility: hidden;
  pointer-events: none;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 20px;
  z-index: 100;
  padding: 10px 18px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
/* First screen */
.hero--atelier {
  margin-top: 0;
  min-height: 760px;
  height: 100svh;
  max-height: 1100px;
  display: block;
}
.hero--atelier::after {
  background:
    linear-gradient(
      90deg,
      rgba(17, 22, 18, 0.82),
      rgba(22, 25, 20, 0.33) 55%,
      rgba(20, 25, 21, 0.13)
    ),
    linear-gradient(0deg, rgba(18, 22, 18, 0.72), transparent 50%);
}
.hero--atelier .hero__image {
  object-position: center 40%;
}
.hero--atelier .hero__content {
  height: 100%;
  padding: calc(var(--header-height) + 40px) 0 28px;
  display: flex;
  flex-direction: column;
}
.hero__overline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 58px;
}
.hero__overline > span:last-child {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e1e0d5;
}
.hero--atelier h1 {
  font-size: clamp(68px, 7.55vw, 118px);
  max-width: 950px;
  margin: 0;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.065em;
}
.hero__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-top: auto;
  padding-top: 40px;
}
.hero--atelier .hero__lead {
  font-size: 15px;
  line-height: 1.85;
  color: #e5e4dc;
  margin: 0 0 28px;
  max-width: 500px;
}
.hero--atelier .button {
  display: inline-flex;
  background: var(--champagne);
  border-color: var(--champagne);
  color: var(--graphite-deep);
  font-weight: 700;
  gap: 38px;
}
.hero--atelier .button:hover {
  background: var(--paper);
  border-color: var(--paper);
}
.hero__text-link {
  display: inline-flex;
  font-size: 11px;
  gap: 20px;
  align-items: center;
  margin-left: 27px;
  border-bottom: 1px solid #ffffff60;
  padding-bottom: 6px;
}
.hero__text-link:hover {
  color: var(--champagne);
}
.hero__caption {
  padding-left: 24px;
  border-left: 1px solid #ffffff50;
  display: grid;
  gap: 12px;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.hero__caption-number {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--champagne);
}
.hero__footnote { margin-top: 26px; }
.hero__footnote .hero__scroll { margin-top: 0; }
.hero__scroll {
  align-self: flex-start;
  margin-top: 32px;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d5d8cb;
  display: flex;
  align-items: center;
  gap: 15px;
}
.hero__scroll > span {
  font-size: 20px;
  line-height: 1;
}
.project-strip {
  background: var(--graphite-deep);
  color: #d2d4ca;
}
.project-strip > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 72px;
  font-size: 10px;
}
.project-strip a {
  padding: 12px 0;
}
.project-strip a:hover {
  color: var(--champagne);
}
.project-strip > .container > span:first-child {
  color: var(--champagne);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.project-strip__place {
  color: #aeb5a6;
  font-size: 9px;
}
.project-strip__place > span {
  margin-left: 12px;
}
/* Home editorial sections */
.atelier-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.atelier-principles article + article {
  border-left: 1px solid var(--line);
  padding-left: 40px;
}
.atelier-principles h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.035em;
  margin: 20px 0 12px;
}
.atelier-principles p {
  font-size: 13px;
  line-height: 1.85;
  margin: 0;
  color: var(--muted);
  max-width: 320px;
}
.atelier-systems {
  background: var(--bone);
}
.atelier-system-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 45px 22px;
}
.atelier-system {
  display: block;
  grid-column: span 2;
  min-width: 0;
  scroll-margin-top: 110px;
}
.atelier-system--featured {
  grid-column: span 3;
}
.atelier-system__photo {
  position: relative;
  overflow: hidden;
  background: #d9d8ce;
  aspect-ratio: 1.65;
}
.atelier-system--featured .atelier-system__photo {
  aspect-ratio: 1.65;
}
.atelier-system__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #1115, transparent 45%);
  pointer-events: none;
}
.atelier-system__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.2, 0.6, 0.3, 1);
}
.atelier-system:hover img {
  transform: scale(1.045);
}
.atelier-system__index {
  position: absolute;
  bottom: 19px;
  left: 20px;
  font-size: 9px;
  letter-spacing: 0.14em;
  color: #fff;
  z-index: 1;
}
.atelier-system__arrow {
  position: absolute;
  bottom: 17px;
  right: 18px;
  z-index: 1;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff70;
  width: 36px;
  height: 36px;
  color: #fff;
  transition:
    background 0.2s,
    color 0.2s;
}
.atelier-system:hover .atelier-system__arrow {
  background: var(--champagne);
  color: var(--ink);
  border-color: var(--champagne);
}
.atelier-system__body {
  padding: 20px 0 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.atelier-system__body .eyebrow {
  grid-column: 1/-1;
  font-size: 9px;
  letter-spacing: 0.1em;
}
.atelier-system__body .eyebrow::before {
  content: none;
}
.atelier-system__body h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.035em;
  margin: 0;
  line-height: 1.15;
}
.atelier-system__body p {
  grid-column: 1/-1;
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 410px;
}
.atelier-system:nth-last-child(-n + 2) {
  grid-column: span 2;
}
.material-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}
.material-editorial__photo {
  position: relative;
  height: auto;
  aspect-ratio: 1.08;
  overflow: hidden;
  background: var(--bone);
}
.material-editorial__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.material-editorial__photo::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(0deg, #141710a8, transparent);
}
.material-editorial__photo > span {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 1;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.08em;
}
.material-editorial__copy > .eyebrow {
  margin-bottom: 28px;
}
.material-editorial__copy > p {
  margin: 25px 0 30px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}
.material-processes {
  border-top: 1px solid var(--line);
}
.material-processes a {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.material-processes strong {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.material-processes a:hover {
  color: var(--brass);
}
.swatch-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 36px;
  font-size: 14px;
}
.swatch-heading > span:last-child {
  font-size: 10px;
  color: var(--muted);
}
.swatch-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.swatch {
  min-height: 100px;
  aspect-ratio: 1.4;
  padding: 12px;
  border-radius: 0;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: none;
  border: 1px solid #00000012;
  font-family: inherit;
  font-size: 9px;
}
.swatch:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px #28282316;
}
.material-note {
  font-size: 11px;
  color: var(--muted);
  margin: 20px 0 0;
}
.atelier-projects {
  background: var(--graphite-deep);
}
.atelier-projects .carousel__slide {
  flex-basis: calc(50% - 14px);
  border: 0;
  background: none;
}
.atelier-projects .carousel__container {
  gap: 28px;
}
.atelier-projects .carousel__slide img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
.atelier-projects .carousel__body {
  padding: 24px 0 0;
}
.atelier-projects .carousel__body h3 {
  font-size: 27px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.035em;
  line-height: 1.25;
  margin: 14px 0;
}
.atelier-projects .carousel__body p {
  font-size: 13px;
  color: #b9bdb1;
}
.atelier-projects .carousel__body .link-chip {
  color: var(--paper);
  border-color: #ffffff35;
  background: transparent;
}
.atelier-projects .carousel__body .link-chip:hover {
  color: var(--champagne);
  border-color: var(--champagne);
}
.atelier-projects .section-tail {
  border-color: #ffffff28;
}
.atelier-projects .section-tail > span {
  color: #a6ac9e;
  font-size: 10px;
}
.atelier-projects .icon-button {
  border-radius: 0;
  background: none;
  color: var(--paper);
  border: 1px solid #ffffff40;
  width: 44px;
  height: 44px;
}
.application-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 60px;
}
.application-links > a {
  display: grid;
  grid-template-columns: 25px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.application-links h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 0;
}
.application-links a:hover {
  color: var(--brass);
}
.atelier-engineering {
  background: var(--bone);
}
.engineering-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.engineering-links > a {
  padding: 24px 24px 24px 0;
}
.engineering-links > a + a {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}
.engineering-links h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.3;
  margin: 20px 0 12px;
}
.engineering-links p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 20px;
}
.engineering-links .text-link {
  font-size: 11px;
}
.technical-row {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 75px;
  margin-top: 40px;
  scroll-margin-top: 110px;
}
.technical-row h3 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.045em;
  margin: 0 0 24px;
}
.technical-row .eyebrow {
  margin-bottom: 20px;
}
.technical-row p {
  color: var(--muted);
  font-size: 12px;
  max-width: 310px;
  margin-bottom: 22px;
}
.technical-row > div > a {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 12px;
}
.technical-row > div > a:first-child {
  border-top: 1px solid var(--line);
}
.technical-row > div > a:hover {
  color: var(--brass);
}
.technical-row .document-rows > a {
  font-size: 12px;
}
.document-rows__status {
  font-size: 9px;
  color: var(--brass);
  white-space: nowrap;
}
.atelier-calculator {
  background: #e9eadf;
}
.atelier-quotes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.atelier-quotes figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.quote-mark {
  font-size: 70px;
  line-height: 1;
  color: var(--brass);
  height: 50px;
}
.atelier-quotes blockquote {
  margin: 12px 0 20px;
  font-size: 14px;
  line-height: 1.95;
  font-weight: 400;
}
.atelier-quotes figcaption {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  width: 100%;
  display: grid;
  gap: 7px;
}
.atelier-quotes figcaption strong {
  font-size: 12px;
  font-weight: 600;
}
.atelier-quotes figcaption > span {
  font-size: 10px;
  line-height: 1.6;
  color: var(--muted);
}
.atelier-faq {
  background: var(--bone);
}
.faq-list {
  gap: 0;
  border-top: 1px solid var(--line);
}
.faq-item--accordion {
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.faq-item--accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.faq-item--accordion summary::-webkit-details-marker {
  display: none;
}
.faq-item__icon {
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 400;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.faq-item--accordion[open] .faq-item__icon {
  transform: rotate(45deg);
}
.faq-item__answer {
  max-width: 920px;
  padding: 0 48px 28px 0;
  font-size: 14px;
  line-height: 1.85;
}
.journal-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.journal-entry {
  display: grid;
  grid-template-columns: 1fr 0.8fr auto;
  gap: 45px;
  align-items: center;
  margin: 30px 0;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.journal-entry h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.3;
  margin: 0;
}
.journal-entry p {
  font-size: 12px;
  color: var(--muted);
}
.journal-entry > span {
  font-size: 30px;
}
.journal-entry:hover {
  color: var(--brass);
}
.project-resources {
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.project-resources summary {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
}
.project-resources summary::-webkit-details-marker {
  display: none;
}
.project-resources > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 0 0 25px;
}
.project-resources a {
  color: var(--muted);
}
.project-resources a:hover {
  color: var(--brass);
}
.atelier-contact {
  background: var(--graphite-deep);
  padding-top: 100px;
  padding-bottom: 80px;
}
.atelier-contact__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 30px 0 64px;
}
.atelier-contact__heading h2 {
  font-size: clamp(44px, 5vw, 78px);
  line-height: 1.13;
  font-weight: 500;
  letter-spacing: -0.055em;
  margin: 0;
}
.contact-arrow {
  border: 1px solid #ffffff45;
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  font-size: 48px;
  font-weight: 400;
  flex-shrink: 0;
}
.contact-arrow:hover {
  background: var(--champagne);
  color: var(--ink);
}
.atelier-contact__details {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 45px;
  border-top: 1px solid #ffffff28;
  padding-top: 40px;
}
.atelier-contact__direct {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.atelier-contact__direct > a:first-child {
  font-size: 27px;
  letter-spacing: -0.02em;
}
.atelier-contact__direct > a:last-child {
  font-size: 18px;
  color: var(--champagne);
}
.atelier-contact__details p {
  font-size: 12px;
  max-width: 255px;
  line-height: 1.9;
  color: #d3d5cd;
}
.contact-hours {
  font-size: 10px;
  color: #9ca593;
}
.atelier-contact__details .text-link {
  font-size: 10px;
}
/* Interior pages retain their full technical content. */
.page-hero {
  margin-top: 0;
  padding: calc(var(--header-height) + 40px) 0 48px;
  background: var(--graphite-deep);
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  right: 5%;
  top: -50%;
  width: 450px;
  height: 600px;
  border: 1px solid #ddc9a51c;
  transform: rotate(25deg);
  background: none;
  pointer-events: none;
}
.page-hero .container {
  position: relative;
  z-index: 1;
}
.page-hero .eyebrow {
  margin-bottom: 24px;
}
.page-hero h1 {
  font-size: clamp(40px, 5vw, 76px);
  max-width: 1050px;
  margin: 0;
  line-height: 1.13;
}
.page-hero p {
  font-size: 15px;
  line-height: 1.9;
  max-width: 760px;
  margin: 24px 0 0;
  color: #c3c8bb;
}
.system-grid {
  gap: 25px;
  border: 0;
}
.system-card {
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  background: var(--paper);
}
.system-card__image {
  height: auto;
  aspect-ratio: 1.55;
  object-fit: cover;
}
.system-card__body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.system-card h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-transform: none;
}
.system-card p {
  font-size: 13px;
  line-height: 1.8;
}
.system-card .meta-list {
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 24px;
}
.system-card .link-list {
  margin-top: auto;
}
.trust-item,
.document-card,
.solution-card,
.pain-card,
.region-card {
  min-height: 0;
  padding: 24px;
}
.trust-item strong,
.bim-card h3,
.document-card h3,
.solution-card h3,
.project-card h3,
.pain-card h3,
.region-card h3 {
  font-size: 21px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
.document-card p,
.solution-card p,
.project-card p,
.pain-card p,
.region-card p {
  font-size: 13px;
  line-height: 1.85;
}
.content-flow > img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.content-flow h2 {
  font-weight: 500;
  text-transform: none;
  font-size: 30px;
  letter-spacing: -0.035em;
  line-height: 1.25;
}
.content-flow h3,
.aside-panel h2,
.aside-panel h3,
.faq-item h3 {
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.025em;
  line-height: 1.4;
}
.aside-panel {
  padding: 25px;
  background: var(--bone);
}
.aside-panel .faq-item {
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  font-size: 12px;
}
.aside-panel .faq-item h3 {
  font-size: 16px;
}
.aside-panel .faq-item p {
  font-size: 12px;
  line-height: 1.8;
}
.data-table th {
  background: var(--bone);
  font-size: 11px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.data-table td {
  font-size: 13px;
  line-height: 1.8;
}
.spec-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.data-table {
  min-width: 0;
}
.contact-map {
  background:
    linear-gradient(0deg, #20221f50, transparent),
    url("/media/golmet-projects/contacts.webp") center/cover;
}
.contact-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.contact-links__phone {
  font-size: clamp(23px, 2.2vw, 34px);
  letter-spacing: -0.03em;
  font-weight: 500;
}
.contact-links__email {
  color: var(--brass);
  font-size: 23px;
}
.contact-details {
  display: grid;
  gap: 22px;
  margin: 0 0 32px;
}
.contact-details dt {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brass);
  margin-bottom: 8px;
}
.contact-details dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.85;
}
.lead-intake-closed {
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--bone);
  padding: 25px;
  box-shadow: none;
}
.lead-intake-closed h3 {
  text-transform: none;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.lead-intake-closed p {
  font-size: 12px;
  line-height: 1.85;
}
.calculator-panel,
.result-panel {
  border-radius: 0;
  box-shadow: none;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
}
.calculator-panel h2,
.result-head h2 {
  font-weight: 500;
  text-transform: none;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.calculator-shell {
  gap: 24px;
}
.calculator-validation {
  padding: 18px 22px;
  margin-bottom: 24px;
  border-left: 3px solid #9b482b;
  background: #fff0e7;
  color: #71351f;
  font-size: 13px;
}
.calculator-validation ul { padding-left: 20px; margin: 8px 0; }
.calculator-validation p { margin: 8px 0 0; }
.result-actions button:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}
.field input[aria-invalid="true"] { border-color: #9b482b; }
.calculator-send-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; }
.calculator-panel .field span {
  font-size: 11px;
}
.segmented button {
  font-size: 11px;
  line-height: 1.5;
}
.field input,
.field select,
.field textarea {
  border-radius: 0;
  min-height: 44px;
  font-size: 14px;
}
.result-summary > div {
  border-radius: 0;
  box-shadow: none;
}
/* Footer */
.site-footer {
  background: #191b18;
  color: #cbd0c2;
  padding: 55px 0 24px;
  border-top: 1px solid #ffffff20;
  overflow: hidden;
}
.site-footer::before,
.site-footer::after {
  content: none;
}
.site-footer__lead {
  display: none;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.site-footer__grid > div:first-child,
.site-footer__grid > div:last-child {
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  max-width: none;
  min-height: 0;
  transform: none;
  clip-path: none;
}
.site-footer__grid > div:last-child::before,
.site-footer__grid > div:last-child p::after {
  content: none;
}
.site-footer .brand {
  font-size: 26px;
  letter-spacing: 0.06em;
  color: var(--paper);
  margin-bottom: 15px;
  font-weight: 800;
  gap: 10px;
  grid-template-columns: 1fr;
}
.site-footer .brand-logo { width: 190px; }
.site-footer .brand__mark {
  width: 23px;
  height: 23px;
  background: var(--champagne);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.site-footer .brand__mark::after {
  content: none;
}
.site-footer__description {
  font-size: 12px;
  line-height: 1.8;
  max-width: 370px;
  color: #a0a897;
}
.site-footer__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 11px;
  margin-top: 20px;
}
.site-footer__worktime {
  width: 100%;
  color: #949c8b;
}
.site-footer__label {
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--champagne);
}
.site-footer .link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 18px 0 0;
  gap: 10px 24px;
}
.site-footer .link-chip {
  background: none;
  padding: 5px 0;
  border: 0;
  min-height: 30px;
  font-size: 11px;
  color: #cbd0c2;
  clip-path: none;
  transform: none;
  box-shadow: none;
  justify-content: flex-start;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.site-footer .link-chip::after {
  content: none;
}
.site-footer .link-chip:hover {
  background: none;
  color: var(--champagne);
  transform: none;
}
.site-footer__bottom {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 45px;
  border-top: 1px solid #ffffff20;
  padding-top: 22px;
  font-size: 9px;
  color: #a0a897;
}
.site-footer__bottom > span:nth-child(2) {
  margin-left: auto;
}
.site-footer__top {
  margin-left: auto;
}
.call-widget {
  right: 24px;
  bottom: 24px;
}
/* Reuse the original bronze glass and halo-then-phone animation in golmet.css. */
.side-rail {
  right: 24px;
  gap: 5px;
  --floating-control-border: #8c7451;
  --floating-control-soft: #c2a57b52;
  --rail-active-fill: #a3865e;
  --rail-active-border: #665135;
}
.side-rail[data-surface="dark"] {
  --floating-control-border: #ddc9a59e;
  --floating-control-soft: #ddc9a529;
  --rail-active-fill: #ddc9a5;
  --rail-active-border: #f2e1c2;
}
.side-rail a,
.side-rail a:hover,
.side-rail a:focus-visible {
  width: 7px;
  height: 24px;
}
.side-rail__hit {
  inset: 0 -8px 0 -9px;
}
.side-rail__indicator {
  right: calc(100% + 8px);
  width: 9px;
  height: 16px;
  animation: none;
}
.side-rail a::after {
  right: calc(100% + 28px);
  background: #352d23ed;
  border-color: #ddc9a580;
  color: var(--paper);
  text-shadow: none;
  font: 600 10px/1.4 Manrope, sans-serif;
  letter-spacing: 0.04em;
}
.side-rail a::before {
  right: calc(100% + 10px);
  width: 9px;
  height: 16px;
}
/* The same composition scales down, with images kept visible. */
.menu-button:focus-visible {
  transform: none;
}
.toggle input[type="checkbox"] {
  accent-color: var(--brass);
}
.result-notes h3 {
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
.site-footer__bottom p {
  margin: 0;
  font-size: 10px;
  line-height: 1.7;
  max-width: 610px;
}
@media (min-width: 1600px) {
  .hero--atelier h1 {
    font-size: 120px;
  }
  .hero__overline {
    margin-bottom: 72px;
  }
}
@media (max-width: 1150px) {
  .section-heading {
    gap: 40px;
  }
  .material-editorial {
    gap: 45px;
  }
  .material-editorial__photo {
    height: auto;
  }
  .atelier-contact__details {
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 30px;
  }
  .atelier-contact__direct > a:first-child {
    font-size: 23px;
  }
  .atelier-projects .carousel__slide img {
    height: 280px;
  }
}
@media (max-width: 900px) {
  :root {
    --gutter: 30px;
    --header-height: 74px;
    --section-space: 56px;
  }
  .floating-brand {
    font-size: 18px;
  }
  .hero--atelier {
    min-height: 720px;
    height: 95svh;
  }
  .hero--atelier h1 {
    font-size: clamp(65px, 9vw, 88px);
  }
  .hero__caption {
    display: none;
  }
  .hero__overline {
    margin-bottom: 68px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .section-lead {
    max-width: 620px;
  }
  .project-strip__place {
    display: none;
  }
  .project-strip > .container {
    gap: 15px;
    font-size: 9px;
  }
  .atelier-principles {
    gap: 25px;
  }
  .atelier-principles article + article {
    padding-left: 25px;
  }
  .atelier-principles h3 {
    font-size: 18px;
  }
  .atelier-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 20px;
  }
  .atelier-system,
  .atelier-system--featured,
  .atelier-system:nth-last-child(-n + 2) {
    grid-column: span 1;
  }
  .atelier-system:last-child {
    grid-column: 1/-1;
  }
  .atelier-system:last-child .atelier-system__photo {
    aspect-ratio: 2;
  }
  .material-editorial {
    gap: 32px;
  }
  .material-editorial__photo {
    height: auto;
  }
  .material-editorial .section-title {
    font-size: 40px;
  }
  .swatch-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .application-links {
    gap: 0 30px;
  }
  .application-links h3 {
    font-size: 18px;
  }
  .engineering-links > a {
    padding-right: 22px;
  }
  .engineering-links > a + a {
    padding-left: 22px;
  }
  .engineering-links h3 {
    font-size: 22px;
  }
  .technical-row {
    gap: 40px;
  }
  .atelier-quotes {
    gap: 28px;
  }
  .atelier-quotes blockquote {
    font-size: 13px;
  }
  .atelier-contact__details {
    grid-template-columns: 1fr 1fr;
  }
  .atelier-contact__direct {
    grid-column: 1/-1;
    flex-direction: row;
    align-items: center;
    gap: 36px;
  }
  .site-footer__grid {
    gap: 40px;
  }
  .journal-entry {
    gap: 25px;
  }
  .contact-panel {
    padding: 28px;
  }
  .hero__text-link {
    margin-left: 20px;
  }
}
@media (max-width: 640px) {
  :root {
    --gutter: 22px;
    --header-height: 68px;
    --section-space: 40px;
  }
  .site-menu {
    padding-inline: 14px;
  }
  .floating-brand {
    font-size: 17px;
    min-height: 44px;
    padding: 5px 10px;
    gap: 8px;
    grid-template-columns: 1fr;
  }
  .floating-brand .brand-logo { width: 122px; }
  .floating-brand .brand__mark {
    width: 21px;
    height: 21px;
  }
  .menu-button {
    min-width: 104px;
    height: 44px;
    gap: 10px;
  }
  .menu-button strong {
    font-size: 12px;
  }
  .glass-menu {
    inset: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom)) auto;
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    padding: 16px;
    gap: 12px;
  }
  .glass-menu__list {
    grid-auto-rows: minmax(44px, auto);
  }
  .glass-menu__list a,
  .glass-menu__list a:nth-child(even) {
    min-height: 44px;
    padding-block: 10px;
  }
  .glass-menu__list strong {
    font-size: 17px;
  }
  .menu-close {
    width: 44px;
    height: 44px;
  }
  .hero--atelier {
    height: auto;
    min-height: 100svh;
    max-height: none;
  }
  .hero--atelier .hero__content {
    min-height: 100svh;
    height: auto;
    padding: calc(var(--header-height) + 28px) 0 22px;
  }
  .hero__overline {
    margin-bottom: 52px;
  }
  .hero__overline > span:last-child {
    display: none;
  }
  .hero--atelier .eyebrow {
    font-size: 8px;
    letter-spacing: 0.12em;
  }
  .hero--atelier h1 {
    font-size: clamp(48px, 12.4vw, 77px);
    line-height: 1.08;
    letter-spacing: -0.06em;
    max-width: 100%;
    margin: 0;
  }
  .hero--atelier .hero__image {
    object-position: 65% center;
  }
  .hero--atelier::after {
    background:
      linear-gradient(90deg, #131912a3, #11181145),
      linear-gradient(0deg, #11170fe6, transparent 95%);
  }
  .hero__bottom {
    padding-top: 42px;
    margin-top: auto;
    display: block;
  }
  .hero--atelier .hero__lead {
    font-size: 12px;
    line-height: 1.85;
    max-width: 350px;
    margin-bottom: 25px;
  }
  .hero--atelier .button {
    min-height: 48px;
    padding: 14px 17px;
    gap: 20px;
    font-size: 11px;
  }
  .hero__text-link {
    font-size: 10px;
    margin-left: 16px;
    gap: 10px;
  }
  .hero__scroll {
    margin-top: 26px;
    font-size: 8px;
  }
  .project-strip > .container {
    min-height: 62px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    padding: 14px 0;
  }
  .project-strip > .container > span:first-child {
    grid-column: 1/-1;
    margin-bottom: 5px;
    font-size: 8px;
  }
  .project-strip a {
    font-size: 9px;
    padding: 5px 0;
  }
  .project-strip a:nth-of-type(3) {
    display: none;
  }
  .section-title {
    font-size: clamp(33px, 8.6vw, 48px);
    line-height: 1.15;
    letter-spacing: -0.045em;
  }
  .section-heading {
    gap: 14px;
    margin-bottom: 24px;
  }
  .section-heading .eyebrow {
    margin-bottom: 14px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 0.11em;
  }
  .section-lead {
    font-size: 13px;
    line-height: 1.85;
  }
  .atelier-principles {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
  }
  .atelier-principles article {
    padding: 20px 0;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 8px 14px;
    border-bottom: 1px solid var(--line);
  }
  .atelier-principles article + article {
    border-left: 0;
    padding-left: 0;
  }
  .atelier-principles .detail-index {
    grid-row: 1/3;
    padding-top: 5px;
  }
  .atelier-principles h3 {
    margin: 0;
    font-size: 20px;
  }
  .atelier-principles p {
    font-size: 12px;
    max-width: none;
  }
  .atelier-system-grid {
    gap: 28px 14px;
  }
  .atelier-system,
  .atelier-system--featured,
  .atelier-system:nth-last-child(-n + 2) {
    grid-column: 1/-1;
  }
  .atelier-system__photo,
  .atelier-system--featured .atelier-system__photo,
  .atelier-system:last-child .atelier-system__photo {
    aspect-ratio: 1.65;
  }
  .atelier-system__body {
    padding-top: 18px;
    gap: 9px;
  }
  .atelier-system__body h3 {
    font-size: 29px;
  }
  .atelier-system__body p {
    font-size: 12px;
  }
  .section-tail {
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 16px;
    gap: 22px;
  }
  .section-tail > span {
    font-size: 10px;
    max-width: 190px;
  }
  .text-link {
    font-size: 11px;
    gap: 12px;
  }
  .material-editorial {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .material-editorial__photo {
    height: auto;
    aspect-ratio: 1.35;
    order: 2;
  }
  .material-editorial__copy {
    order: 1;
  }
  .material-editorial .section-title {
    font-size: 36px;
  }
  .material-editorial__copy > p {
    font-size: 13px;
  }
  .material-editorial__copy > .eyebrow {
    margin-bottom: 22px;
  }
  .material-processes a {
    padding: 15px 0;
  }
  .material-processes strong {
    font-size: 12px;
  }
  .swatch-heading {
    margin-top: 24px;
    padding-top: 20px;
    display: grid;
    gap: 8px;
    font-size: 14px;
  }
  .swatch-heading > span:last-child {
    font-size: 10px;
  }
  .swatch-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }
  .swatch {
    min-height: 86px;
    aspect-ratio: 1;
    font-size: 8px;
    padding: 8px;
  }
  .material-note {
    font-size: 10px;
    line-height: 1.85;
  }
  .atelier-projects .carousel__slide {
    flex-basis: 87%;
  }
  .atelier-projects .carousel__container {
    gap: 18px;
  }
  .atelier-projects .carousel__slide img {
    height: 230px;
  }
  .atelier-projects .carousel__body h3 {
    font-size: 24px;
  }
  .atelier-projects .carousel__body p {
    font-size: 12px;
  }
  .atelier-projects .section-tail > span {
    max-width: 65%;
    font-size: 9px;
  }
  .application-links {
    grid-template-columns: 1fr;
  }
  .application-links > a {
    padding: 20px 0;
    gap: 12px;
    grid-template-columns: 25px 1fr auto;
  }
  .application-links h3 {
    font-size: 19px;
  }
  .engineering-links {
    grid-template-columns: 1fr;
  }
  .engineering-links > a,
  .engineering-links > a + a {
    padding: 20px 0;
    border-left: 0;
  }
  .engineering-links > a + a {
    border-top: 1px solid var(--line);
  }
  .engineering-links h3 {
    font-size: 27px;
    margin: 22px 0 12px;
  }
  .engineering-links p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .technical-row {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }
  .technical-row h3 {
    font-size: 28px;
    margin: 0 0 15px;
  }
  .technical-row > div > a {
    font-size: 11px;
    gap: 15px;
    padding: 15px 0;
  }
  .technical-row .document-rows > a {
    font-size: 11px;
    line-height: 1.6;
  }
  .document-rows__status {
    font-size: 8px;
  }
  .atelier-quotes {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .atelier-quotes figure + figure {
    border-top: 1px solid var(--line);
    padding-top: 25px;
  }
  .atelier-quotes blockquote {
    font-size: 14px;
    margin: 10px 0 22px;
    line-height: 1.9;
  }
  .atelier-quotes figcaption {
    border: 0;
    padding-top: 0;
  }
  .faq-item--accordion summary {
    font-size: 15px;
    padding: 21px 0;
    gap: 18px;
  }
  .faq-item__answer {
    font-size: 12px;
    padding: 0 35px 24px 0;
  }
  .faq-item__icon {
    width: 26px;
    height: 26px;
    font-size: 18px;
  }
  .journal-heading {
    align-items: center;
    gap: 16px;
  }
  .journal-heading .eyebrow {
    font-size: 8px;
  }
  .journal-heading .text-link {
    font-size: 9px;
    white-space: nowrap;
  }
  .journal-entry {
    grid-template-columns: 1fr auto;
    gap: 12px 22px;
    padding: 22px 0;
    margin-top: 25px;
  }
  .journal-entry h2 {
    font-size: 25px;
  }
  .journal-entry p {
    grid-row: 2;
    grid-column: 1/-1;
    font-size: 12px;
    margin: 0;
  }
  .journal-entry > span {
    grid-column: 2;
    grid-row: 1;
  }
  .project-resources > div {
    grid-template-columns: 1fr;
    font-size: 11px;
  }
  .atelier-contact__heading {
    margin: 30px 0 35px;
    gap: 16px;
    align-items: flex-start;
  }
  .atelier-contact__heading h2 {
    font-size: clamp(32px, 8vw, 44px);
    line-height: 1.2;
  }
  .contact-arrow {
    width: 43px;
    height: 43px;
    font-size: 25px;
    margin-top: 7px;
  }
  .atelier-contact__details {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-top: 28px;
  }
  .atelier-contact__direct {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .atelier-contact__direct > a:first-child {
    font-size: 27px;
  }
  .atelier-contact__direct > a:last-child {
    font-size: 19px;
  }
  .atelier-contact__details p {
    max-width: 320px;
    margin: 10px 0;
    font-size: 12px;
  }
  .page-hero {
    padding: calc(var(--header-height) + 24px) 0 28px;
  }
  .page-hero h1 {
    font-size: 39px;
    line-height: 1.14;
    letter-spacing: -0.045em;
  }
  .page-hero p {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .page-hero .eyebrow {
    margin-bottom: 18px;
  }
  .system-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .system-card__body {
    padding: 23px;
  }
  .content-flow h2 {
    font-size: 28px;
  }
  .content-flow h3 {
    font-size: 22px;
  }
  .aside-panel {
    padding: 22px;
  }
  .contact-panel {
    padding: 24px;
  }
  .contact-map {
    min-height: 300px;
  }
  .contact-links__phone {
    font-size: 25px;
  }
  .contact-links__email {
    font-size: 21px;
  }
  .lead-intake-closed {
    padding: 22px;
  }
  .calculator-panel,
  .result-panel {
    padding: 18px;
  }
  .calculator-panel h2,
  .result-head h2 {
    font-size: 26px;
  }
  .data-table td,
  .data-table th {
    padding: 12px 9px;
    font-size: 11px;
  }
  .contact-panel--page {
    order: -1;
  }
  .site-footer {
    padding: 42px 0 22px;
  }
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .site-footer__bottom {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
    font-size: 8px;
    padding-top: 20px;
  }
  .site-footer__bottom > span:nth-child(2) {
    margin-left: 0;
  }
  .site-footer__top {
    margin-left: auto;
  }
  .site-footer .link-list {
    gap: 4px 20px;
  }
  .call-widget {
    right: 15px;
    bottom: 15px;
  }
  .call-widget__toggle {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .side-rail {
    right: 8px;
    gap: 3px;
  }
  .side-rail__indicator {
    right: calc(100% + 1px);
    width: 6px;
    height: 12px;
  }
}
@media (max-height: 480px) {
  .glass-menu {
    top: 8px;
    bottom: 8px;
    max-height: calc(100dvh - 16px);
    padding: 10px 16px;
    gap: 10px;
  }
  .glass-menu__heading .menu-close {
    width: 44px;
    height: 44px;
  }
  .glass-menu__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 18px;
  }
  .glass-menu__contact br {
    display: none;
  }
  .side-rail {
    max-height: calc(100dvh - 152px);
    overflow-y: auto;
    scrollbar-width: none;
    padding-inline: 10px;
    right: 0;
  }
  .side-rail__indicator {
    left: 0;
    right: auto;
  }
  /* Compact landscape rail scrolls; native titles remain available outside its clip. */
  .side-rail a::before,
  .side-rail a::after {
    display: none;
  }
}
@media (max-height: 240px) {
  .glass-menu {
    display: block;
    overflow-y: auto;
  }
  .glass-menu > * + * {
    margin-top: 12px;
  }
  .glass-menu__list {
    overflow: visible;
  }
}
@media (max-width: 360px) {
  :root {
    --gutter: 18px;
  }
  .hero--atelier h1 {
    font-size: 46px;
  }
  .hero__text-link {
    display: flex;
    width: max-content;
    margin: 18px 0 0;
  }
  .hero__overline {
    margin-bottom: 40px;
  }
  .atelier-contact__heading h2 {
    font-size: 30px;
  }
  .contact-arrow {
    width: 35px;
    height: 35px;
  }
  .site-menu {
    padding-inline: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  .site-menu,
  .site-footer,
  .call-widget,
  .hero__scroll,
  .project-strip,
  .page-hero {
    display: none !important;
  }
  .section {
    padding: 0;
  }
  .calculator-shell {
    display: block;
  }
  .calculator-panel,
  .result-actions {
    display: none !important;
  }
  .result-panel {
    border: 0;
    background: white;
    padding: 0;
  }
  .container {
    width: 100%;
  }
  .result-summary {
    break-inside: avoid;
  }
}
