:root {
  --bg-strong: #100d0b;
  --bg-deep: #171311;
  --bg-panel: #1f1916;
  --paper: #f5f0e8;
  --paper-soft: #efe7da;
  --white: #ffffff;
  --ink: #171412;
  --ink-soft: #6d6359;
  --gold: #c69a5d;
  --gold-soft: #dfc39a;
  --wood: #8a6c4f;
  --teak: #b07a4b;
  --teak-soft: #c69261;
  --teak-deep: #8f5f39;
  --oxide: #566459;
  --line-dark: rgba(255, 255, 255, 0.11);
  --line-light: rgba(23, 20, 18, 0.1);
  --line-strong: rgba(23, 20, 18, 0.16);
  --shadow-soft: 0 24px 70px rgba(15, 11, 8, 0.12);
  --shadow-deep: 0 34px 90px rgba(10, 7, 5, 0.32);
  --radius: 1.5rem;
  --radius-pill: 2.4rem;
  --header-height: 5rem;
  --container: min(1200px, calc(100% - 1.5rem));
  --section-container: min(1360px, calc(100% - clamp(1rem, 2.8vw, 2.5rem)));
  --ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-slow: cubic-bezier(0.16, 1, 0.3, 1);
  --nav-frame-space: clamp(0.75rem, 5vw, 5rem);
  --hero-frame-space: clamp(0.75rem, 6vw, 6.5rem);
  --font-body: "Nacelle", "Bricolage Grotesque", sans-serif;
  --font-display-lg: "Bodoni Moda", "Fraunces", serif;
  --font-display: "Fraunces", serif;
}

@font-face {
  font-family: "Nacelle";
  src: url("../fonts/nacelle/Nacelle-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nacelle";
  src: url("../fonts/nacelle/Nacelle-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nacelle";
  src: url("../fonts/nacelle/Nacelle-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nacelle";
  src: url("../fonts/nacelle/Nacelle-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nacelle";
  src: url("../fonts/nacelle/Nacelle-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nacelle";
  src: url("../fonts/nacelle/Nacelle-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-anchor: none;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.45;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)),
    radial-gradient(circle at top right, rgba(198, 154, 93, 0.07), transparent 30%),
    radial-gradient(circle at bottom left, rgba(86, 100, 89, 0.05), transparent 26%);
  pointer-events: none;
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(23, 20, 18, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(23, 20, 18, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.35;
  pointer-events: none;
  z-index: -1;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  color: var(--teak-deep);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
  background: none;
}

input,
textarea {
  width: 100%;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 120;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

html:not(.js) .reveal,
html:not(.js) .reveal > *,
html:not(.js) .project-card.reveal,
html:not(.js) .service-card.reveal,
html:not(.js) .portfolio-card.reveal,
html:not(.js) .reveal .media-image,
html:not(.js) .reveal .service-media-image,
html:not(.js) .reveal .story-reader-image {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 5rem 0;
  overflow: clip;
  isolation: isolate;
}

.section .container {
  width: var(--section-container);
  position: relative;
  z-index: 1;
}

@supports (content-visibility: auto) {
  main > .section,
  .site-footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 960px;
  }

  .recent-work-section,
  .studio-story-section,
  .services-home-section {
    contain-intrinsic-size: 1px 760px;
  }

  .ready-start-section,
  .portfolio-gallery-section {
    contain-intrinsic-size: 1px 1100px;
  }
}

.section-dark {
  position: relative;
  background:
    radial-gradient(circle at 12% 0%, rgba(198, 154, 93, 0.08), transparent 28%),
    radial-gradient(circle at 88% 100%, rgba(255, 255, 255, 0.04), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--bg-strong);
  color: var(--white);
}

.section-white {
  background:
    radial-gradient(circle at 100% 0%, rgba(198, 154, 93, 0.05), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(86, 100, 89, 0.035), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #faf6ef 100%);
}

.section-dark::before,
.section-dark::after,
.section-white::before,
.section-white::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.section-dark::before {
  left: -4rem;
  top: -4%;
  width: 20rem;
  height: 120%;
  background: radial-gradient(circle at 18% 32%, rgba(198, 154, 93, 0.11), rgba(68, 88, 108, 0.06) 38%, transparent 72%);
  opacity: 0.58;
}

.section-dark::after {
  right: -2rem;
  top: 0;
  width: 22rem;
  height: 100%;
  background: linear-gradient(90deg, rgba(198, 154, 93, 0), rgba(198, 154, 93, 0.08), rgba(255, 255, 255, 0));
  opacity: 0.5;
}

.section-white::before {
  left: -8rem;
  bottom: -10rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 154, 93, 0.12), transparent 72%);
  opacity: 0.68;
}

.section-white::after {
  right: 0;
  top: 0;
  width: 18rem;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(198, 154, 93, 0.055), rgba(198, 154, 93, 0));
  opacity: 0.56;
}

.services-home-section {
  background:
    radial-gradient(circle at 9% 18%, rgba(61, 92, 116, 0.16), transparent 20%),
    radial-gradient(circle at 18% 0%, rgba(198, 154, 93, 0.07), transparent 15%),
    radial-gradient(circle at 86% 100%, rgba(255, 255, 255, 0.035), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--bg-strong);
}

.services-home-section::before {
  left: clamp(-9rem, -6vw, -4rem);
  top: clamp(2rem, 6vw, 4.5rem);
  width: clamp(20rem, 34vw, 30rem);
  height: clamp(20rem, 34vw, 30rem);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 94, 118, 0.2) 0%, rgba(63, 94, 118, 0.11) 34%, rgba(198, 154, 93, 0.06) 56%, transparent 74%);
  opacity: 0.84;
}

.services-home-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(198, 154, 93, 0.16), rgba(80, 117, 151, 0.22), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 0;
  opacity: 0.75;
}

.recent-work-section {
  position: relative;
  margin-top: 0;
  padding: 4.6rem 0 4.15rem;
  background:
    radial-gradient(circle at 88% 16%, rgba(198, 154, 93, 0.09), transparent 24%),
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.55), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f9f4ec 100%);
  border-radius: 0;
  box-shadow: 0 -12px 28px rgba(15, 11, 8, 0.04);
  overflow: clip;
  z-index: 1;
}

.recent-work-section::before,
.recent-work-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.recent-work-section::before {
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
}

.recent-work-section::after {
  left: 0;
  right: 0;
  bottom: 2.5rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(23, 20, 18, 0), rgba(23, 20, 18, 0.08), rgba(23, 20, 18, 0));
}

.recent-work-section .container {
  position: relative;
  z-index: 1;
}

.section-paper {
  background: var(--white);
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.section-heading--split {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1.5rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.eyebrow::before {
  content: "";
  width: 2.25rem;
  height: 1px;
  background: currentColor;
  opacity: 0.8;
}

.section-title,
.page-title,
.hero-title,
.quote-question,
.modal-title,
.contact-side-title,
.brand-display {
  margin: 0;
  font-family: var(--font-display-lg);
  font-weight: 700;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.section-title {
  max-width: 12ch;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 0.96;
}

.title-stop {
  color: var(--gold);
}

.section-title em,
.page-title em,
.hero-title em,
.quote-question em,
.modal-title em,
.brand-display em {
  font-style: italic;
  color: var(--gold);
}

.section-text {
  max-width: 44rem;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.section-dark .section-text {
  color: rgba(255, 255, 255, 0.68);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 3.25rem;
  padding: 0.95rem 1.4rem;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.34);
  background-clip: padding-box;
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
  box-shadow:
    0 16px 36px rgba(15, 11, 8, 0.1),
    0 8px 20px rgba(198, 154, 93, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition:
    transform 240ms var(--ease-standard),
    background-color 220ms var(--ease-standard),
    border-color 220ms var(--ease-standard),
    color 220ms var(--ease-standard),
    box-shadow 240ms var(--ease-standard),
    filter 240ms var(--ease-standard);
}

.button::before,
.button::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.button::before {
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03) 46%, rgba(255, 255, 255, 0.01) 100%);
  opacity: 0.58;
  transition:
    opacity 260ms var(--ease-standard),
    transform 320ms var(--ease-standard),
    background 260ms var(--ease-standard);
}

.button::after {
  top: -34%;
  left: -16%;
  z-index: 0;
  width: 38%;
  height: 180%;
  opacity: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  transform: translateX(-185%) rotate(18deg);
  transition:
    transform 620ms var(--ease-slow),
    opacity 240ms var(--ease-standard);
}

.button > * {
  position: relative;
  z-index: 1;
}

.button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  transition: transform 220ms var(--ease-standard), color 220ms var(--ease-standard);
}

.button-icon svg {
  width: 100%;
  height: 100%;
}

.button-icon svg path {
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-icon--whatsapp {
  color: #25d366;
}

.button-icon--whatsapp svg path {
  fill: currentColor;
  stroke: none;
}

.button:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow:
    0 22px 48px rgba(15, 11, 8, 0.14),
    0 12px 26px rgba(198, 154, 93, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  filter: saturate(1.04);
}

.button:hover::before {
  opacity: 1;
  transform: translateY(-1px);
}

.button:hover::after {
  opacity: 0.3;
  transform: translateX(320%) rotate(18deg);
}

.button:hover .button-icon:last-child {
  transform: translate(0.18rem, -0.18rem);
}

.button:active {
  transform: translateY(-1px) scale(0.995);
}

.button:focus-visible {
  outline-color: rgba(223, 195, 154, 0.96);
  box-shadow:
    0 0 0 4px rgba(198, 154, 93, 0.18),
    0 20px 42px rgba(15, 11, 8, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.button:disabled,
.control-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  filter: none;
  box-shadow:
    0 10px 22px rgba(15, 11, 8, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.button:disabled::before {
  opacity: 0.72;
  transform: none;
}

.button:disabled::after {
  opacity: 0;
  transform: translateX(-185%) rotate(18deg);
}

.button-primary {
  color: #fff8f1;
  background: linear-gradient(180deg, rgba(156, 101, 61, 1) 0%, rgba(121, 73, 43, 1) 52%, rgba(90, 52, 31, 1) 100%);
  border-color: rgba(223, 195, 154, 0.34);
  box-shadow:
    0 24px 48px rgba(63, 37, 23, 0.34),
    0 10px 22px rgba(111, 66, 40, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.button-primary::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03) 40%, rgba(72, 44, 27, 0.07) 100%);
}

.button-primary:hover {
  color: #fffaf5;
  border-color: rgba(223, 195, 154, 0.48);
  background: linear-gradient(180deg, rgba(170, 112, 69, 1) 0%, rgba(132, 80, 48, 1) 52%, rgba(99, 58, 34, 1) 100%);
}

.button-secondary {
  color: #fff8f1;
  border-color: rgba(223, 195, 154, 0.44);
  background: linear-gradient(180deg, rgba(36, 29, 25, 0.98) 0%, rgba(19, 15, 13, 1) 100%);
  box-shadow:
    0 18px 38px rgba(15, 11, 8, 0.18),
    0 8px 18px rgba(23, 20, 18, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.button-secondary::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02) 42%, rgba(176, 122, 75, 0.06) 100%);
}

.button-secondary:hover {
  border-color: rgba(223, 195, 154, 0.62);
  color: #fffaf5;
  background: linear-gradient(180deg, rgba(49, 40, 34, 1) 0%, rgba(25, 20, 17, 1) 100%);
}

.button-ghost {
  color: #fff8f1;
  border-color: rgba(176, 122, 75, 0.34);
  background: linear-gradient(180deg, rgba(101, 65, 43, 0.98) 0%, rgba(73, 46, 30, 1) 100%);
  box-shadow:
    0 20px 40px rgba(49, 30, 20, 0.24),
    0 8px 18px rgba(88, 56, 37, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.button-ghost::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02) 40%, rgba(59, 37, 24, 0.07) 100%);
}

.button-ghost:hover {
  border-color: rgba(176, 122, 75, 0.5);
  color: #fffaf5;
  background: linear-gradient(180deg, rgba(112, 73, 49, 1) 0%, rgba(82, 52, 34, 1) 100%);
}

.button-whatsapp {
  color: #f7fff9;
  border-color: rgba(152, 236, 181, 0.62);
  background: linear-gradient(180deg, rgba(38, 193, 98, 1) 0%, rgba(18, 138, 70, 1) 100%);
  box-shadow:
    0 20px 40px rgba(27, 132, 66, 0.28),
    0 8px 18px rgba(37, 211, 102, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.button-whatsapp::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03) 44%, rgba(7, 93, 46, 0.06) 100%);
}

.button-whatsapp .button-icon--whatsapp {
  color: currentColor;
}

.button-whatsapp:hover {
  color: #ffffff;
  border-color: rgba(170, 244, 196, 0.72);
  background: linear-gradient(180deg, rgba(43, 204, 105, 1) 0%, rgba(20, 148, 75, 1) 100%);
}

.mobile-action-bar {
  display: none;
}

.section-white .button-secondary {
  color: var(--white);
  border-color: rgba(35, 29, 25, 0.88);
  background: linear-gradient(180deg, rgba(38, 31, 28, 1) 0%, rgba(19, 15, 13, 1) 100%);
  box-shadow:
    0 18px 38px rgba(15, 11, 8, 0.16),
    0 8px 18px rgba(23, 20, 18, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.section-white .button-secondary::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02) 44%, rgba(198, 154, 93, 0.06) 100%);
}

.section-white .button-secondary:hover {
  color: var(--white);
  border-color: rgba(223, 195, 154, 0.72);
  background: linear-gradient(180deg, rgba(48, 39, 35, 1) 0%, rgba(24, 19, 17, 1) 100%);
}

.button-text {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: gap 220ms var(--ease-standard), color 220ms var(--ease-standard);
}

.button-text::after {
  content: "->";
  font-size: 0.9em;
}

.button-text:hover {
  gap: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  pointer-events: none;
  transition:
    transform 860ms var(--ease-slow),
    opacity 860ms var(--ease-slow);
  will-change: transform, opacity;
}

.site-header.is-hidden {
  transform: translateY(-138%);
  opacity: 0;
}

.header-shell {
  width: var(--container);
  margin: 0.75rem auto 0;
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 0.58rem 0.95rem;
  border-radius: var(--radius-pill);
  background: var(--white);
  border: 1px solid rgba(23, 20, 18, 0.08);
  pointer-events: auto;
  transition:
    opacity 820ms var(--ease-slow),
    filter 820ms var(--ease-slow),
    background-color 680ms var(--ease-slow),
    border-color 680ms var(--ease-slow),
    box-shadow 680ms var(--ease-slow),
    transform 860ms var(--ease-slow);
}

.header-main {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: nowrap;
}

.site-header:not(.is-intro-ready) .header-shell {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(-1.2rem) scale(0.985);
}

.site-header.is-scrolled .header-shell,
body.nav-open .header-shell {
  background: var(--white);
  border-color: rgba(23, 20, 18, 0.08);
  box-shadow: 0 18px 50px rgba(15, 11, 8, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  flex: 0 1 auto;
  min-width: 0;
}

.brand,
.nav-links,
.header-cta,
.mobile-toggle {
  transition:
    opacity 720ms var(--ease-slow),
    transform 720ms var(--ease-slow),
    filter 720ms var(--ease-slow);
}

.site-header:not(.is-intro-ready) .brand,
.site-header:not(.is-intro-ready) .nav-links,
.site-header:not(.is-intro-ready) .header-cta,
.site-header:not(.is-intro-ready) .mobile-toggle {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(-0.85rem);
}

.site-header.is-intro-ready .brand,
.site-header.is-intro-ready .nav-links,
.site-header.is-intro-ready .header-cta,
.site-header.is-intro-ready .mobile-toggle {
  opacity: 1;
  filter: none;
  transform: translateY(0);
}

.site-header:not(.is-intro-ready) .brand {
  transition-delay: 0ms;
}

.site-header:not(.is-intro-ready) .nav-links {
  transition-delay: 70ms;
}

.site-header:not(.is-intro-ready) .header-cta,
.site-header:not(.is-intro-ready) .mobile-toggle {
  transition-delay: 130ms;
}

.brand-logo-frame,
.footer-brand-logo-frame {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-logo-frame {
  width: clamp(3.2rem, 3.8vw, 3.8rem);
  height: clamp(3.2rem, 3.8vw, 3.8rem);
  margin-block: -0.34rem;
}

.footer-brand-logo-frame {
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.brand-logo,
.footer-brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-logo {
  filter: drop-shadow(0 14px 24px rgba(15, 11, 8, 0.14));
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
}

.brand-name {
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-sub {
  color: rgba(23, 20, 18, 0.56);
  font-size: 0.61rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 0 0 auto;
  margin-left: auto;
  min-width: 0;
  flex-wrap: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.08rem;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.62rem 0.92rem;
  border-radius: var(--radius-pill);
  color: rgba(23, 20, 18, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition:
    color 220ms var(--ease-standard),
    background-color 220ms var(--ease-standard),
    box-shadow 220ms var(--ease-standard),
    transform 220ms var(--ease-standard),
    border-color 220ms var(--ease-standard);
  border: 1px solid transparent;
}

.nav-link:hover,
.mobile-nav-list a:hover {
  color: var(--ink);
  background: rgba(198, 154, 93, 0.08);
}

.nav-link.is-active {
  color: #1f1712;
  background:
    linear-gradient(180deg, rgba(217, 173, 103, 0.18), rgba(198, 154, 93, 0.08)),
    rgba(255, 255, 255, 0.92);
  border-color: rgba(198, 154, 93, 0.26);
  box-shadow:
    0 12px 26px rgba(198, 154, 93, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.nav-link.is-active:hover {
  transform: translateY(-1px);
}

.mobile-nav-list a.is-active {
  border-color: rgba(198, 154, 93, 0.3);
  background:
    linear-gradient(180deg, rgba(217, 173, 103, 0.14), rgba(198, 154, 93, 0.08)),
    rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.header-cta {
  display: inline-flex;
  flex: 0 0 auto;
}

.header-cta .button {
  min-height: 3.1rem;
  padding: 0.74rem 1.18rem;
  border-radius: 1.15rem;
  white-space: nowrap;
}

.mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(23, 20, 18, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  transition:
    background-color 240ms var(--ease-standard),
    border-color 240ms var(--ease-standard),
    transform 240ms var(--ease-standard);
}

.hamburger {
  position: relative;
  width: 1.18rem;
  height: 0.86rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition:
    opacity 180ms var(--ease-standard),
    transform 280ms var(--ease-standard);
}

body.nav-open .mobile-toggle {
  border-color: rgba(176, 122, 75, 0.36);
  background: rgba(248, 242, 233, 0.95);
}

body.nav-open .hamburger span:nth-child(1) {
  transform: translateY(0.38rem) rotate(45deg);
}

body.nav-open .hamburger span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.35);
}

body.nav-open .hamburger span:nth-child(3) {
  transform: translateY(-0.38rem) rotate(-45deg);
}

.mobile-panel {
  display: none;
  width: 100%;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transform: translateY(-0.35rem);
  opacity: 0;
  pointer-events: none;
  transition:
    max-height 560ms var(--ease-slow),
    padding-top 560ms var(--ease-slow),
    transform 480ms var(--ease-slow),
    opacity 360ms var(--ease-standard);
}

body.nav-open .mobile-panel {
  max-height: 27rem;
  padding-top: 0.95rem;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body.modal-open .site-header {
  opacity: 0;
  transform: translateY(-138%);
  pointer-events: none;
}

body.modal-open .mobile-panel {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  transform: translateY(-1rem);
  pointer-events: none;
}

.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.4rem;
}

.mobile-nav-list a,
.mobile-nav-list button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(23, 20, 18, 0.08);
  color: var(--ink);
  background: rgba(23, 20, 18, 0.02);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--header-height) + 4.5rem) 0 4rem;
  overflow: clip;
  background: var(--bg-strong);
  color: var(--white);
}

.page-hero--compact {
  min-height: 72svh;
}

.page-hero--split {
  min-height: 88svh;
}

.page-hero-media,
.feature-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
  transition: transform 1200ms var(--ease-standard);
}

.page-hero.is-loaded .page-hero-media {
  transform: scale(1);
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(16, 13, 11, 0.9) 18%, rgba(16, 13, 11, 0.48) 56%, rgba(16, 13, 11, 0.72) 100%),
    linear-gradient(180deg, rgba(16, 13, 11, 0.24), rgba(16, 13, 11, 0.55));
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  align-items: end;
}

@media (min-width: 1000px) {
  :root {
    --container: min(1200px, calc(100% - 4.75rem));
    --section-container: min(1360px, calc(100% - 5.5rem));
  }
}

@media (min-width: 1000px) and (max-width: 1499px) {
  .header-shell,
  .mobile-panel {
    width: auto;
    margin-inline: clamp(2.1rem, 4.8vw, 3.9rem);
  }

  .page-hero-grid {
    width: 100%;
    padding-inline: clamp(2.4rem, 5.6vw, 4.6rem);
  }
}

@media (min-width: 1500px) {
  .header-shell {
    width: auto;
    margin-inline: var(--nav-frame-space);
  }

  .mobile-panel {
    width: auto;
    margin-inline: var(--nav-frame-space);
  }

  .page-hero-grid {
    width: 100%;
    padding-inline: var(--hero-frame-space);
  }
}

@media (min-width: 768px) {
  .header-shell {
    min-height: 0;
    height: var(--header-height);
    max-height: var(--header-height);
    align-items: center;
    overflow: hidden;
  }

  .header-main {
    height: 100%;
    width: 100%;
  }

  .mobile-panel {
    display: none !important;
    max-height: 0 !important;
    padding-top: 0 !important;
  }

  body.nav-open .header-shell {
    height: var(--header-height);
    max-height: var(--header-height);
  }
}

.page-title {
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.92;
}

.hero-copy {
  max-width: 56rem;
}

.hero-copy .eyebrow {
  margin-bottom: 1.4rem;
}

.hero-title {
  font-size: clamp(3.8rem, 10vw, 8rem);
  line-height: 0.88;
}

.hero-subline {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin: 1rem 0 0;
  color: var(--gold-soft);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-subline::before {
  content: "";
  width: 3rem;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
}

.hero-copy p {
  max-width: 43rem;
  margin: 1.5rem 0 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.8;
}

.home-hero {
  min-height: calc(100vh + 4.5rem);
  min-height: calc(100svh + 4.5rem);
  height: calc(100vh + 4.5rem);
  height: calc(100svh + 4.5rem);
  align-items: stretch;
  padding: calc(var(--header-height) + 2.45rem) 0 0;
  border-radius: 0 0 3.2rem 3.2rem;
  overflow: clip;
  z-index: 0;
  background:
    radial-gradient(circle at 72% 22%, rgba(198, 154, 93, 0.32), transparent 38%),
    radial-gradient(circle at 12% 12%, rgba(86, 100, 89, 0.22), transparent 34%),
    linear-gradient(145deg, #6d533c 0%, #3d3026 46%, #171412 100%);
}

.home-hero .page-hero-media {
  background-position: center 54%;
  transform: none;
  transition: none;
  will-change: auto;
}

.home-hero .page-hero-overlay {
  background:
    linear-gradient(180deg, rgba(10, 20, 35, 0.2) 0%, rgba(10, 20, 35, 0.08) 28%, rgba(10, 18, 30, 0.18) 56%, rgba(10, 12, 18, 0.68) 100%),
    linear-gradient(110deg, rgba(16, 13, 11, 0.08) 0%, rgba(16, 13, 11, 0) 50%, rgba(16, 13, 11, 0.22) 100%);
  transform: none;
  opacity: 0.98;
  will-change: auto;
}

.home-hero::after {
  content: none;
}

.home-hero-grid {
  height: 100%;
  align-items: start;
  padding-top: clamp(0.55rem, 1.8vh, 1.2rem);
  transform: none;
  opacity: 1;
  will-change: auto;
}

.home-hero-copy {
  max-width: none;
  min-height: clamp(30rem, calc(100svh - var(--header-height) - 6.5rem), 38rem);
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  gap: clamp(0.85rem, 3.2vh, 1.7rem);
}

.home-hero-title {
  --hero-title-lift: 1.15rem;
  max-width: 15ch;
  font-family: var(--font-body);
  font-size: clamp(3.4rem, 6.9vw, 6.6rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.88;
  text-transform: none;
  color: #fffdf8;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  opacity: 1;
  filter: blur(2px);
  transform: translate3d(0, var(--hero-title-lift), 0);
  animation: heroHeadlineIn 520ms var(--ease-slow) 60ms both;
}

.home-hero-title-dot {
  color: var(--ink);
}

.home-hero-side {
  width: min(100%, 40rem);
  margin-left: auto;
  margin-top: -2.15rem;
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 0.9rem;
  text-align: right;
}

.home-hero-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  isolation: isolate;
  perspective: 1600px;
  transform-style: preserve-3d;
  opacity: 0;
  filter: blur(12px);
  transform-origin: 50% 50%;
  transform: translate3d(0, 1.4rem, 0) rotateY(-86deg) rotateX(18deg) rotateZ(-18deg) scale(0.78);
  animation: heroMarkIntro 1450ms cubic-bezier(0.18, 0.92, 0.16, 1) 240ms both;
}

.home-hero-mark::before {
  content: "";
  position: absolute;
  inset: 8% 10% 9% 7%;
  z-index: 0;
  pointer-events: none;
  border-radius: 45%;
  background:
    radial-gradient(circle at 22% 70%, rgba(207, 151, 83, 0.48) 0%, rgba(207, 151, 83, 0.22) 28%, rgba(207, 151, 83, 0) 58%),
    radial-gradient(circle at 76% 26%, rgba(213, 223, 235, 0.34) 0%, rgba(213, 223, 235, 0.15) 30%, rgba(213, 223, 235, 0) 58%),
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.56) 0%, rgba(223, 195, 154, 0.38) 24%, rgba(198, 154, 93, 0.18) 52%, rgba(198, 154, 93, 0) 100%);
  filter: blur(34px);
  opacity: 0;
  transform: translateZ(-30px) scale(0.68);
  animation: heroMarkGlow 1380ms cubic-bezier(0.18, 0.92, 0.16, 1) 360ms both;
}

.home-hero-mark::after {
  content: "";
  position: absolute;
  inset: 5% 11% 13% 18%;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  background:
    conic-gradient(from 215deg at 50% 50%, rgba(207, 151, 83, 0.2), rgba(255, 255, 255, 0.02), rgba(197, 212, 228, 0.18), rgba(207, 151, 83, 0.16), rgba(207, 151, 83, 0.2));
  filter: blur(24px);
  opacity: 0;
  transform: translateZ(-20px) scale(0.82) rotate(-7deg);
  animation: heroMarkAura 1520ms cubic-bezier(0.18, 0.92, 0.16, 1) 420ms both;
}

.home-hero-mark-image {
  position: relative;
  z-index: 1;
  width: clamp(20rem, 28vw, 31rem);
  height: auto;
  transform-origin: center;
  backface-visibility: hidden;
  transform: translateZ(1px) rotateY(0deg) scale(1);
  filter:
    brightness(1.05)
    saturate(1.16)
    contrast(1.08)
    drop-shadow(0 18px 32px rgba(11, 15, 22, 0.18))
    drop-shadow(-16px 18px 26px rgba(167, 110, 54, 0.14))
    drop-shadow(16px 10px 24px rgba(205, 218, 232, 0.14));
  animation: heroMarkSurface 1450ms cubic-bezier(0.18, 0.92, 0.16, 1) 240ms both;
}

.home-hero-body {
  max-width: 27rem;
  margin: 0;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.88);
  text-wrap: pretty;
  opacity: 1;
  filter: blur(2px);
  transform: translate3d(0, 1.2rem, 0);
  animation: heroFadeLift 460ms var(--ease-slow) 120ms both;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.9rem;
  margin-top: 0.2rem;
}

.home-hero-actions .button {
  opacity: 1;
  filter: blur(2px);
  transform: translate3d(0, 1rem, 0);
  animation: heroFadeLift 420ms var(--ease-slow) both;
}

.home-hero-actions .button:nth-child(1) {
  animation-delay: 180ms;
}

.home-hero-actions .button:nth-child(2) {
  animation-delay: 230ms;
}

.reveal {
  --reveal-y: 2rem;
  --reveal-scale: 0.985;
  --reveal-blur: 10px;
  opacity: 0;
  filter: blur(var(--reveal-blur));
  transform: translate3d(0, var(--reveal-y), 0) scale(var(--reveal-scale));
  transition:
    opacity 700ms var(--ease-standard),
    transform 820ms var(--ease-slow),
    filter 820ms var(--ease-slow);
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
}

.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.reveal.delay-1 {
  transition-delay: 90ms;
}

.reveal.delay-2 {
  transition-delay: 180ms;
}

.section-heading.reveal {
  --reveal-y: 2.35rem;
  --reveal-scale: 0.99;
  --reveal-blur: 12px;
}

.works-rail-shell.reveal,
.story-reader.reveal,
.story-reader-panel.reveal,
.ready-start-form-shell.reveal,
.ready-start-orbit-scene.reveal,
.page-strip.reveal,
.quote-shell.reveal,
.contact-side.reveal,
.showcase-media.reveal,
.showcase-copy.reveal,
.portfolio-gallery-toolbar.reveal {
  --reveal-y: 2.5rem;
  --reveal-scale: 0.985;
  --reveal-blur: 14px;
}

.service-card.reveal,
.material-guide-card.reveal,
.portfolio-card.reveal,
.value-card.reveal,
.precision-card.reveal,
.stat-card.reveal {
  --reveal-y: 2.25rem;
  --reveal-scale: 0.975;
  --reveal-blur: 12px;
}

.section-heading.reveal > *,
.story-reader-panel.reveal > *,
.ready-start-form-shell.reveal > *,
.showcase-copy.reveal > *,
.contact-side.reveal > *,
.quote-shell.reveal > * {
  transition:
    opacity 700ms var(--ease-standard),
    transform 820ms var(--ease-slow);
}

.section-heading.reveal:not(.is-visible) > *,
.story-reader-panel.reveal:not(.is-visible) > *,
.ready-start-form-shell.reveal:not(.is-visible) > *,
.showcase-copy.reveal:not(.is-visible) > *,
.contact-side.reveal:not(.is-visible) > *,
.quote-shell.reveal:not(.is-visible) > * {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}

.section-heading.reveal.is-visible > *,
.story-reader-panel.reveal.is-visible > *,
.ready-start-form-shell.reveal.is-visible > *,
.showcase-copy.reveal.is-visible > *,
.contact-side.reveal.is-visible > *,
.quote-shell.reveal.is-visible > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-heading.reveal.is-visible > :nth-child(2),
.story-reader-panel.reveal.is-visible > :nth-child(2),
.ready-start-form-shell.reveal.is-visible > :nth-child(2),
.showcase-copy.reveal.is-visible > :nth-child(2),
.contact-side.reveal.is-visible > :nth-child(2),
.quote-shell.reveal.is-visible > :nth-child(2) {
  transition-delay: 110ms;
}

.section-heading.reveal.is-visible > :nth-child(3),
.story-reader-panel.reveal.is-visible > :nth-child(3),
.ready-start-form-shell.reveal.is-visible > :nth-child(3),
.showcase-copy.reveal.is-visible > :nth-child(3),
.contact-side.reveal.is-visible > :nth-child(3),
.quote-shell.reveal.is-visible > :nth-child(3) {
  transition-delay: 190ms;
}

.project-card.reveal {
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 1.8rem, 0) var(--project-card-transform);
  transition:
    opacity 700ms var(--ease-standard),
    filter 820ms var(--ease-slow),
    transform 820ms var(--ease-slow),
    box-shadow 260ms var(--ease-standard);
}

.project-card.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) var(--project-card-transform);
}

.reveal .media-image,
.reveal .service-media-image,
.reveal .showcase-image-asset,
.reveal .story-reader-image {
  transition:
    transform 1100ms var(--ease-slow),
    filter 1100ms var(--ease-slow),
    opacity 700ms var(--ease-standard);
}

.reveal:not(.is-visible) .media-image,
.reveal:not(.is-visible) .service-media-image,
.reveal:not(.is-visible) .showcase-image-asset,
.reveal:not(.is-visible) .story-reader-image {
  transform: scale(1.06);
  filter: saturate(0.88) contrast(0.94);
  opacity: 0.94;
}

.reveal.is-visible .media-image,
.reveal.is-visible .service-media-image,
.reveal.is-visible .showcase-image-asset,
.reveal.is-visible .story-reader-image {
  transform: scale(1);
  filter: none;
  opacity: 1;
}

/* Restored Base Layout Block */
.works-rail-shell {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  overflow-y: visible;
  padding-block: 0.2rem 1.65rem;
  padding-inline: 0;
  background: transparent;
}

.works-rail-shell::before,
.works-rail-shell::after {
  content: none;
}

.works-rail-shell .rail-edge-fade {
  display: none;
}

.works-rail {
  position: relative;
  z-index: 3;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(21rem, 39rem);
  gap: 1.25rem;
  padding: 2.35rem 0 1.55rem;
  overflow-x: hidden;
  overflow-y: hidden;
  overscroll-behavior-y: contain;
  scroll-snap-type: none;
  scrollbar-width: none;
  cursor: default;
  perspective: 1800px;
  perspective-origin: 50% 50%;
  touch-action: pan-x pinch-zoom;
  will-change: scroll-position;
}

.works-rail::-webkit-scrollbar {
  display: none;
}

.project-card {
  position: relative;
  min-height: 32rem;
  border-radius: var(--radius);
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  transform-style: preserve-3d;
  transform-origin: center center;
  --project-card-transform: perspective(1800px) rotateX(3deg) rotateY(var(--rail-tilt, 0deg)) rotateZ(var(--rail-roll, 0deg)) translateY(var(--rail-wave-y, 0px)) translateZ(var(--rail-depth, 0px)) scale(var(--rail-scale, 1));
  transform: var(--project-card-transform);
  transition: transform 260ms var(--ease-standard), box-shadow 260ms var(--ease-standard);
  will-change: transform;
  backface-visibility: hidden;
}

.works-rail .project-card:is(:hover, :focus-within) {
  z-index: 260 !important;
}

.project-card-button,
.service-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 0;
  color: inherit;
  text-align: left;
  overflow: hidden;
  border-radius: inherit;
  background: none;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.project-card-media,
.service-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  backface-visibility: hidden;
  background: var(--bg-strong);
}

.project-card-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 13, 11, 0.06), rgba(16, 13, 11, 0.16) 44%, rgba(16, 13, 11, 0.72) 100%);
  transition: background 520ms var(--ease-standard);
}

.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(16, 13, 11, 0.14) 42%, rgba(16, 13, 11, 0.42) 100%),
    linear-gradient(120deg, rgba(198, 154, 93, 0.1), transparent 40%);
  pointer-events: none;
  transition: background 520ms var(--ease-standard);
}

.media-image,
.service-media-image,
.showcase-image-asset {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 620ms var(--ease-standard), filter 980ms var(--ease-slow);
}

.project-card:hover .media-image,
.project-card:focus-within .media-image,
.service-card:hover .service-media-image,
.service-card:focus-within .service-media-image {
  transform: scale(1.06);
}

.project-card:hover .media-image,
.project-card:focus-within .media-image {
  filter: blur(6px) brightness(0.76) saturate(0.9);
}

.service-card:hover .service-media-image,
.service-card:focus-within .service-media-image {
  filter: blur(3px) brightness(0.82) saturate(0.94);
}

.service-card:hover .service-media::after,
.service-card:focus-within .service-media::after {
  background:
    linear-gradient(180deg, rgba(16, 13, 11, 0.14), rgba(16, 13, 11, 0.24) 44%, rgba(16, 13, 11, 0.52) 100%),
    linear-gradient(120deg, rgba(198, 154, 93, 0.14), transparent 42%);
}

.project-card-actions {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: auto;
}

.project-card .project-card-actions {
  top: 41.5%;
}

.card-hover-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.6rem;
  min-height: 2.7rem;
  padding: 0.8rem 1.18rem;
  border-radius: var(--radius-pill);
  background: rgba(18, 14, 11, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 16px 34px rgba(10, 7, 5, 0.16);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  pointer-events: auto;
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  transform: translateY(12px) scale(0.96);
  transition:
    opacity 260ms var(--ease-standard),
    transform 260ms var(--ease-standard),
    background-color 260ms var(--ease-standard),
    border-color 260ms var(--ease-standard),
    color 260ms var(--ease-standard),
    box-shadow 260ms var(--ease-standard);
  backdrop-filter: blur(18px);
}

.card-hover-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 56%);
  opacity: 0;
  transform: translateX(-28%);
  transition: transform 260ms var(--ease-standard), opacity 260ms var(--ease-standard);
}

.card-hover-cta::after {
  content: "↗";
  position: relative;
  margin-left: 0.32rem;
  font-size: 0.9rem;
  opacity: 0.78;
  transform: translate(-0.18rem, 0.14rem);
  transition: transform 260ms var(--ease-standard), opacity 260ms var(--ease-standard);
}

.project-card:hover .card-hover-cta,
.project-card:focus-within .card-hover-cta,
.service-card:hover .card-hover-cta,
.service-card:focus-within .card-hover-cta {
  opacity: 1;
  transform: translateY(0) scale(1);
  background: rgba(18, 14, 11, 0.84);
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow: 0 22px 42px rgba(10, 7, 5, 0.24);
}

.project-card:hover .card-hover-cta::before,
.project-card:focus-within .card-hover-cta::before,
.service-card:hover .card-hover-cta::before,
.service-card:focus-within .card-hover-cta::before {
  opacity: 1;
  transform: translateX(0);
}

.project-card:hover .card-hover-cta::after,
.project-card:focus-within .card-hover-cta::after,
.service-card:hover .card-hover-cta::after,
.service-card:focus-within .card-hover-cta::after {
  opacity: 1;
  transform: translate(0.04rem, -0.04rem);
}

.card-hover-cta:hover {
  transform: translateY(-0.22rem) scale(1.08);
  background: linear-gradient(180deg, rgba(31, 24, 20, 0.94), rgba(16, 12, 10, 0.9));
  border-color: rgba(232, 194, 128, 0.72);
  box-shadow:
    0 0 0 1px rgba(232, 194, 128, 0.26),
    0 18px 36px rgba(10, 7, 5, 0.28),
    0 0 28px rgba(205, 161, 97, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: #fffaf1;
  text-shadow: 0 1px 10px rgba(232, 194, 128, 0.16);
  animation: exploreButtonPulse 1100ms ease-in-out infinite alternate;
}

.card-hover-cta:hover::before {
  opacity: 1;
  transform: translateX(18%);
}

.card-hover-cta:hover::after {
  opacity: 1;
  transform: translate(0.22rem, -0.18rem) scale(1.08);
}

.project-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  gap: 0.7rem;
  padding: 1.45rem 1.45rem 1.1rem;
  transform: translateY(2.05rem);
  transition: transform 320ms var(--ease-standard);
}

.project-card-meta {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.project-card h3,
.service-title {
  margin: 0;
}

.project-card h3 {
  color: #ffffff;
  font-family: var(--font-display-lg);
  font-size: clamp(2rem, 2.6vw, 3rem);
  font-weight: 700;
  line-height: 0.94;
  text-shadow: 0 12px 30px rgba(15, 11, 8, 0.44);
  transform: translateY(0.72rem);
  transition: transform 320ms var(--ease-standard), text-shadow 320ms var(--ease-standard);
}

.project-card p {
  margin: 0;
  max-width: 22ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(1.28rem);
  transition: opacity 280ms var(--ease-standard), transform 280ms var(--ease-standard);
}

.project-card:hover .project-card-content,
.project-card:focus-within .project-card-content {
  transform: translateY(-0.7rem);
}

.project-card:hover h3,
.project-card:focus-within h3 {
  transform: translateY(-0.62rem);
}

.project-card:hover p,
.project-card:focus-within p {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: none), (pointer: coarse) {
  .works-rail-shell {
    overflow: visible;
    padding-bottom: 2.35rem;
  }

  .works-rail-shell::before {
    content: "";
    position: absolute;
    top: 1.1rem;
    right: -0.1rem;
    bottom: 3rem;
    z-index: 6;
    width: 3.8rem;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--white) 88%);
  }

  .works-rail-shell::after {
    content: "Swipe to browse";
    position: absolute;
    left: 0.1rem;
    bottom: 0.2rem;
    z-index: 6;
    color: rgba(23, 20, 18, 0.56);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    pointer-events: none;
  }

  .works-rail {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1rem;
  }

  .project-card {
    scroll-snap-align: start;
  }

  .project-card-actions {
    top: 1rem;
    left: 1rem;
    transform: none;
  }

  .project-card .project-card-actions {
    top: 1rem;
  }

  .card-hover-cta {
    min-width: 6.4rem;
    min-height: 2.45rem;
    padding: 0.72rem 0.95rem;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    opacity: 1;
    transform: none;
    background: rgba(18, 14, 11, 0.74);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 18px 34px rgba(10, 7, 5, 0.22);
  }

  .project-card-content,
  .project-card:hover .project-card-content,
  .project-card:focus-within .project-card-content {
    transform: none;
  }

  .project-card h3,
  .project-card:hover h3,
  .project-card:focus-within h3 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    transform: none;
  }

  .project-card p,
  .project-card:hover p,
  .project-card:focus-within p {
    opacity: 1;
    transform: none;
  }

  .service-body,
  .service-card:hover .service-body,
  .service-card:focus-within .service-body {
    transform: none;
  }

  .service-summary,
  .service-card:hover .service-summary,
  .service-card:focus-within .service-summary {
    margin-top: 0.5rem;
    max-height: 4.8rem;
    opacity: 1;
    transform: none;
  }
}

.project-chip,
.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.48rem 0.8rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.project-chip--status.is-done,
.status-badge.is-done {
  background: linear-gradient(180deg, rgba(89, 167, 101, 0.98), rgba(63, 128, 75, 1));
  color: #f7fff9;
  border-color: rgba(147, 222, 159, 0.68);
  box-shadow: 0 12px 28px rgba(42, 104, 54, 0.22);
}

.project-chip--status.is-progress,
.status-badge.is-progress {
  background: linear-gradient(180deg, rgba(223, 189, 114, 0.74), rgba(191, 142, 76, 0.58));
  color: #fff8eb;
  border-color: rgba(255, 236, 182, 0.56);
  box-shadow: 0 14px 32px rgba(155, 112, 58, 0.2);
}

.portfolio-hero,
.page-wordmark-hero {
  position: relative;
  padding: calc(var(--header-height) + 2.8rem) 0 1.35rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(198, 154, 93, 0.08), transparent 24%),
    radial-gradient(circle at 88% 100%, rgba(86, 100, 89, 0.05), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8f2e8 100%);
}

.portfolio-hero-shell,
.page-wordmark-hero-shell {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: clamp(0.55rem, 1.4vw, 0.95rem);
  min-height: clamp(8.5rem, 18vh, 11.5rem);
  padding: clamp(0.35rem, 1vw, 0.8rem);
}

.portfolio-hero-shell {
  width: min(100%, 1320px);
}

.page-wordmark-hero-shell {
  width: min(100%, 1080px);
}

.portfolio-hero-shell::before,
.page-wordmark-hero-shell::before {
  content: none;
}

.portfolio-hero-wordmark,
.page-wordmark-hero-title {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0;
  font-family: var(--font-display-lg);
  font-size: clamp(4.8rem, 11vw, 8.8rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.06em;
  color: var(--ink);
  text-align: center;
  text-shadow: 0 16px 38px rgba(15, 11, 8, 0.08);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 68%, rgba(0, 0, 0, 0.62) 84%, rgba(0, 0, 0, 0.12) 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 68%, rgba(0, 0, 0, 0.62) 84%, rgba(0, 0, 0, 0.12) 100%);
}

.portfolio-hero-wordmark::after,
.page-wordmark-hero-title::after {
  content: ".";
  color: var(--gold);
}

.portfolio-hero-shell .eyebrow,
.page-wordmark-hero-shell .eyebrow {
  justify-self: center;
}

.page-wordmark-hero-title.is-compact {
  max-width: 12ch;
  font-size: clamp(3.3rem, 8.2vw, 6.1rem);
  line-height: 0.92;
}

.page-wordmark-hero-copy {
  max-width: 52rem;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.75;
  text-align: center;
  text-wrap: pretty;
}

.portfolio-gallery-toolbar {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.7rem;
}

.filter-hint {
  display: none;
}

.portfolio-gallery-toolbar .filter-button,
.filter-bar .filter-button {
  color: var(--ink);
  border-color: rgba(23, 20, 18, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 240, 232, 0.82));
  box-shadow:
    0 14px 30px rgba(15, 11, 8, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.portfolio-gallery-toolbar .filter-button:hover,
.filter-bar .filter-button:hover {
  color: var(--ink);
  border-color: rgba(176, 122, 75, 0.4);
  background: linear-gradient(180deg, rgba(198, 146, 97, 0.14), rgba(176, 122, 75, 0.06));
}

.portfolio-gallery-toolbar .filter-button.is-active,
.filter-bar .filter-button.is-active {
  color: var(--white);
  border-color: rgba(23, 20, 18, 0.9);
  background: linear-gradient(180deg, rgba(35, 29, 25, 0.98), rgba(23, 20, 18, 1));
  box-shadow: 0 18px 34px rgba(15, 11, 8, 0.18);
}

.filter-button-label {
  white-space: nowrap;
}

.filter-button-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.65rem;
  min-height: 1.65rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: rgba(23, 20, 18, 0.06);
  color: inherit;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.portfolio-gallery-toolbar .filter-button.is-active .filter-button-count,
.filter-bar .filter-button.is-active .filter-button-count {
  background: rgba(255, 255, 255, 0.14);
}

.portfolio-empty-state {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.4rem;
  place-items: center;
  padding: 3rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid rgba(23, 20, 18, 0.08);
  background:
    radial-gradient(circle at top right, rgba(198, 154, 93, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 240, 232, 0.94));
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.portfolio-empty-kicker {
  margin: 0;
  color: rgba(23, 20, 18, 0.52);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.portfolio-empty-title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display-lg);
  font-size: clamp(1.8rem, 3.4vw, 2.5rem);
  line-height: 0.94;
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(23, 20, 18, 0.08);
  background:
    radial-gradient(circle at top right, rgba(198, 154, 93, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 240, 232, 0.94));
  box-shadow: var(--shadow-soft);
  transition: transform 320ms var(--ease-standard), box-shadow 320ms var(--ease-standard);
  isolation: isolate;
}

.portfolio-card:hover,
.portfolio-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 28px 68px rgba(15, 11, 8, 0.16);
}

.portfolio-card-shell,
.portfolio-card-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border-radius: inherit;
  overflow: hidden;
}

.portfolio-card-button {
  display: grid;
  grid-template-rows: minmax(15.8rem, 17.35rem) minmax(10.4rem, auto);
  padding: 0;
  color: inherit;
  text-align: left;
  background: none;
}

.portfolio-card-media {
  position: relative;
  inset: auto;
  overflow: hidden;
  background: var(--bg-strong);
  min-height: 15.8rem;
}

.portfolio-card-button::after {
  content: none;
}

.portfolio-card .media-image {
  transform: scale(1);
  transition: transform 620ms var(--ease-standard), filter 620ms var(--ease-slow);
}

.portfolio-card-summary {
  position: relative;
  inset: auto;
  z-index: 2;
  display: grid;
  gap: 0.62rem;
  min-height: 10.4rem;
  padding: 1.05rem 1.1rem 1.2rem;
  color: var(--ink);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 240, 232, 0.95));
  border-top: 1px solid rgba(23, 20, 18, 0.08);
  transform: none;
  transition: transform 320ms var(--ease-standard), background-color 320ms var(--ease-standard);
}

.portfolio-card-pill-row,
.portfolio-card-title-row,
.portfolio-card-bottomline,
.project-tag-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.portfolio-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.46rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(23, 20, 18, 0.1);
  background: rgba(23, 20, 18, 0.04);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.portfolio-card-title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display-lg);
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  line-height: 0.96;
  text-shadow: none;
}

.portfolio-card-year,
.portfolio-card-category,
.portfolio-card-toggle-label {
  color: rgba(23, 20, 18, 0.58);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.portfolio-card-summary-copy {
  margin: 0;
  max-width: 34ch;
  color: var(--ink-soft);
  line-height: 1.55;
  opacity: 1;
  max-height: none;
  overflow: visible;
  transform: none;
  transition: color 260ms var(--ease-standard);
}

.portfolio-card:hover .media-image,
.portfolio-card:focus-within .media-image {
  transform: scale(1.04);
  filter: saturate(0.96) contrast(1.02);
}

.portfolio-card:hover .portfolio-card-summary,
.portfolio-card:focus-within .portfolio-card-summary {
  transform: translateY(-0.16rem);
}

.portfolio-card:hover .portfolio-card-summary-copy,
.portfolio-card:focus-within .portfolio-card-summary-copy {
  color: rgba(23, 20, 18, 0.82);
}

.portfolio-card:hover .portfolio-card-toggle-label,
.portfolio-card:focus-within .portfolio-card-toggle-label {
  color: var(--teak-deep);
}

.project-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(10, 7, 5, 0.52);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 260ms var(--ease-standard), visibility 260ms var(--ease-standard);
}

.project-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.project-modal-dialog {
  position: relative;
  width: min(1120px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 1.08fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: calc(var(--radius) + 0.3rem);
  border: 1px solid rgba(23, 20, 18, 0.08);
  background:
    radial-gradient(circle at top right, rgba(198, 154, 93, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 240, 232, 0.94));
  box-shadow: 0 34px 90px rgba(10, 7, 5, 0.3);
  transform: translateY(1rem) scale(0.985);
  transition: transform 320ms var(--ease-standard);
}

.project-modal.is-open .project-modal-dialog {
  transform: translateY(0) scale(1);
}

.project-modal-media {
  position: relative;
  min-height: 32rem;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0.85rem;
  padding: 0.85rem;
  background-color: var(--bg-strong);
}

.project-modal-stage {
  position: relative;
  min-height: 0;
  border-radius: calc(var(--radius) - 0.2rem);
  background-color: var(--bg-strong);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.project-modal-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 13, 11, 0.06), rgba(16, 13, 11, 0.14) 44%, rgba(16, 13, 11, 0.4) 100%),
    linear-gradient(120deg, rgba(198, 154, 93, 0.08), transparent 40%);
}

.project-modal-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(4.4rem, 1fr));
  gap: 0.65rem;
}

.project-modal-gallery[hidden] {
  display: none;
}

.project-modal-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: transform 220ms var(--ease-standard), border-color 220ms var(--ease-standard), box-shadow 220ms var(--ease-standard);
}

.project-modal-thumb::before {
  content: "";
  display: block;
  padding-top: 72%;
}

.project-modal-thumb:hover,
.project-modal-thumb:focus-visible {
  transform: translateY(-0.08rem);
  border-color: rgba(198, 154, 93, 0.72);
  box-shadow: 0 16px 28px rgba(10, 7, 5, 0.18);
}

.project-modal-thumb.is-active {
  border-color: rgba(198, 154, 93, 0.92);
  box-shadow: 0 16px 28px rgba(10, 7, 5, 0.22);
}

.project-modal-thumb-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-modal-content {
  position: relative;
  min-height: 0;
  max-height: calc(100vh - 2rem);
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}


.project-modal-content::-webkit-scrollbar {
  width: 0.7rem;
}

.project-modal-content::-webkit-scrollbar-track {
  background: rgba(23, 20, 18, 0.06);
}

.project-modal-content::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: rgba(176, 122, 75, 0.5);
}

.project-modal-content::-webkit-scrollbar-thumb:hover {
  background: rgba(176, 122, 75, 0.68);
}

.detail-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.project-modal .modal-title {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 0.9;
}

.modal-copy {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.project-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.project-detail-grid:empty {
  display: none;
}

.project-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.project-modal-actions .button {
  min-height: 3rem;
}

.detail-box {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(23, 20, 18, 0.08);
  background: rgba(23, 20, 18, 0.04);
}

.detail-box strong {
  color: rgba(23, 20, 18, 0.56);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.detail-box span {
  color: var(--ink);
  line-height: 1.5;
}

.detail-box--wide {
  grid-column: 1 / -1;
}

.project-modal .project-tag-row {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.project-modal .project-chip,
.project-modal .status-badge {
  background: rgba(23, 20, 18, 0.04);
  color: var(--ink);
  border-color: rgba(23, 20, 18, 0.08);
  backdrop-filter: none;
}

.project-modal .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 5;
  color: var(--ink);
  border-color: rgba(23, 20, 18, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 14px 28px rgba(15, 11, 8, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.project-modal .modal-close:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
}

.service-modal-dialog {
  grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 1.08fr);
}

.service-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.service-modal-actions .button {
  flex: 1 1 12rem;
  min-width: 0;
}

.service-grid,
.material-guide-grid,
.value-grid,
.precision-grid,
.stats-grid {
  display: grid;
  gap: 1rem;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.material-guide-grid,
.value-grid,
.precision-grid,
.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(16.5rem, 20vw, 20rem);
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bg-strong);
  box-shadow: 0 18px 44px rgba(10, 7, 5, 0.18);
  transition:
    transform 420ms var(--ease-standard),
    background-color 420ms var(--ease-standard),
    border-color 420ms var(--ease-standard),
    color 420ms var(--ease-standard),
    box-shadow 420ms var(--ease-standard);
  cursor: pointer;
  isolation: isolate;
  backface-visibility: hidden;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 24px 56px rgba(10, 7, 5, 0.24);
}

.service-body {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem 1.2rem 1.45rem;
  transform: translateY(0.65rem);
  transition: transform 460ms var(--ease-standard);
}

.service-topline {
  display: grid;
  gap: 0.55rem;
}

.service-family {
  margin: 0 0 0.55rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 8px 22px rgba(15, 11, 8, 0.32);
}

.service-title {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 1.85vw, 1.8rem);
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 12px 30px rgba(15, 11, 8, 0.44);
}

.service-summary {
  margin: 0.25rem 0 0;
  color: #ffffff;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 0.92rem;
  line-height: 1.45;
  transform: translateY(0.7rem);
  text-shadow: 0 12px 26px rgba(15, 11, 8, 0.36);
  transition:
    opacity 360ms var(--ease-standard),
    transform 460ms var(--ease-standard),
    max-height 460ms var(--ease-standard),
    margin-top 360ms var(--ease-standard);
}

.service-card:hover .service-body,
.service-card:focus-within .service-body {
  transform: translateY(-0.55rem);
}

.service-card:hover .service-summary,
.service-card:focus-within .service-summary {
  margin-top: 0.55rem;
  opacity: 1;
  max-height: 4.3rem;
  transform: translateY(0);
}

.story-reader {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

.story-reader-visual,
.story-reader-panel {
  min-height: 34rem;
}

.story-reader-visual {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--bg-strong);
  box-shadow: var(--shadow-soft);
}

.story-reader-images,
.story-reader-track {
  height: 100%;
}

.story-reader-track {
  display: flex;
  transition: transform 560ms var(--ease-standard);
}

.story-reader-card {
  min-width: 100%;
}

.material-guide-card,
.value-card,
.precision-card,
.stat-card,
.showcase-media,
.showcase-copy,
.contact-side,
.quote-shell,
.page-strip,
.ready-start-form-shell {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  isolation: isolate;
}

.material-guide-card {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-height: 19rem;
  padding: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(198, 154, 93, 0.12), transparent 46%),
    linear-gradient(180deg, rgba(31, 25, 22, 0.98), rgba(16, 13, 11, 0.98));
  box-shadow: 0 22px 54px rgba(10, 7, 5, 0.22);
}

.material-guide-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 0.24rem;
  opacity: 0.9;
}

.material-guide-card--wood::after {
  background: linear-gradient(90deg, rgba(188, 138, 82, 0.22), rgba(188, 138, 82, 0.85), rgba(255, 255, 255, 0));
}

.material-guide-card--metal::after {
  background: linear-gradient(90deg, rgba(155, 169, 183, 0.2), rgba(155, 169, 183, 0.88), rgba(255, 255, 255, 0));
}

.material-guide-card--mixed::after {
  background: linear-gradient(90deg, rgba(198, 154, 93, 0.28), rgba(198, 154, 93, 0.82), rgba(155, 169, 183, 0.78));
}

.material-guide-card h3,
.value-card h3,
.precision-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1;
  color: var(--white);
}

.material-guide-note,
.value-card p,
.precision-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.tone-badge {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 2rem;
  padding: 0.45rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tone-badge--wood {
  background: rgba(188, 138, 82, 0.14);
  color: #f1dcc5;
}

.tone-badge--metal {
  background: rgba(155, 169, 183, 0.14);
  color: #edf4fb;
}

.tone-badge--mixed {
  background: rgba(198, 154, 93, 0.16);
  color: #fff1dc;
}

.material-guide-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.material-guide-column {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.material-guide-column strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.material-guide-column ul {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.74);
}

.material-guide-column.is-muted strong,
.material-guide-column.is-muted ul {
  color: rgba(255, 255, 255, 0.56);
}

.story-reader-visual {
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.story-reader-images {
  position: absolute;
  inset: 0;
}

.story-reader-image {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
  transition:
    opacity 520ms var(--ease-standard),
    transform 920ms var(--ease-slow),
    filter 920ms var(--ease-slow);
}

.story-reader-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 13, 11, 0.08), rgba(16, 13, 11, 0.18) 42%, rgba(16, 13, 11, 0.82) 100%),
    linear-gradient(120deg, rgba(8, 12, 18, 0.04), rgba(8, 12, 18, 0.42));
}

.story-reader-image.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.story-reader-visual-copy {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 2;
  display: grid;
  gap: 0.75rem;
}

.story-reader-visual-label,
.story-reader-visual-title,
.review-profile-name,
.review-profile-meta,
.review-quote,
.story-reader-card-count {
  margin: 0;
}

.story-reader-visual-title {
  font-family: var(--font-display-lg);
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 0.94;
  color: var(--white);
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.review-source-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  width: fit-content;
  min-height: 2rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.review-source-badge--visual {
  color: var(--white);
  background: rgba(11, 14, 20, 0.52);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 32px rgba(10, 7, 5, 0.16);
}

.review-source-badge--card {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.06);
}

.review-source-mark {
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1rem;
}

.review-source-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.review-source-mark--fallback {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.72rem;
  font-weight: 800;
}

.story-reader-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 1.15rem;
  padding: 1.45rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(198, 154, 93, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(31, 25, 22, 0.98), rgba(16, 13, 11, 0.98));
  box-shadow: 0 26px 64px rgba(10, 7, 5, 0.22);
}

.story-reader-header,
.story-reader-footer,
.story-reader-card-head,
.ready-start-form-head,
.footer-bottom,
.contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.story-reader-controls,
.story-reader-progress,
.review-stars,
.quote-progress,
.quote-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.control-button,
.filter-button,
.modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.75rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition:
    transform 220ms var(--ease-standard),
    border-color 220ms var(--ease-standard),
    background-color 220ms var(--ease-standard),
    color 220ms var(--ease-standard);
}

.control-button:hover,
.filter-button:hover,
.modal-close:hover {
  transform: translateY(-1px);
  border-color: rgba(198, 154, 93, 0.5);
  background: rgba(198, 154, 93, 0.18);
  color: var(--white);
}

.filter-button.is-active {
  transform: translateY(-1px);
  border-color: var(--ink);
  background: linear-gradient(180deg, rgba(35, 29, 25, 0.98), rgba(23, 20, 18, 1));
  color: var(--white);
  box-shadow: 0 18px 30px rgba(15, 11, 8, 0.18);
}

.story-reader-deck {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.story-reader-card {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1.3rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.story-reader-card-count {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.review-profile {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.review-profile-avatar {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  flex: 0 0 3rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(198, 154, 93, 0.26), rgba(198, 154, 93, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--gold-soft);
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.review-profile-copy {
  display: grid;
  gap: 0.16rem;
}

.review-profile-name {
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
}

.review-profile-meta {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.88rem;
}

.review-stars {
  color: rgba(255, 255, 255, 0.12);
  font-size: 1rem;
}

.review-star.is-filled {
  color: var(--gold);
}

.review-quote {
  max-width: 18ch;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.14;
}

.review-work-preview {
  display: none;
}

.review-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: fit-content;
  min-height: 2.9rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition:
    transform 220ms var(--ease-standard),
    border-color 220ms var(--ease-standard),
    color 220ms var(--ease-standard),
    background-color 220ms var(--ease-standard);
}

.review-link::after,
.button-text::after {
  content: "->";
  font-size: 0.9em;
}

.review-link:hover {
  transform: translateY(-1px);
  border-color: rgba(198, 154, 93, 0.5);
  color: var(--gold-soft);
}

.review-link.is-disabled {
  pointer-events: none;
  opacity: 0.78;
}

.story-reader-dot {
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid transparent;
  transition:
    width 220ms var(--ease-standard),
    background-color 220ms var(--ease-standard),
    border-color 220ms var(--ease-standard),
    transform 220ms var(--ease-standard);
}

.story-reader-dot.is-active {
  width: 2.8rem;
  background: var(--gold);
  border-color: rgba(255, 255, 255, 0.18);
}

.split-showcase,
.contact-wrap,
.ready-start-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

.contact-wrap {
  align-items: start;
}

.ready-start-shell {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.ready-start-visual-shell,
.ready-start-form-shell {
  min-height: 100%;
  padding: clamp(1rem, 2vw, 1.3rem);
  border: 1px solid rgba(23, 20, 18, 0.08);
  border-radius: calc(var(--radius) + 0.2rem);
  background:
    radial-gradient(circle at top right, rgba(198, 154, 93, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 240, 232, 0.92));
  box-shadow: var(--shadow-soft);
}

.ready-start-visual-shell {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 46%, rgba(198, 154, 93, 0.075), transparent 36%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03), transparent 54%),
    linear-gradient(180deg, rgba(22, 18, 16, 0.98), rgba(11, 9, 8, 0.98));
  box-shadow:
    0 24px 56px rgba(6, 5, 4, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.showcase-media {
  min-height: 32rem;
  border: 1px solid rgba(23, 20, 18, 0.08);
  background:
    radial-gradient(circle at top right, rgba(198, 154, 93, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 240, 232, 0.88));
  box-shadow: var(--shadow-soft);
}

.showcase-image {
  position: absolute;
  inset: 0;
}

.showcase-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid rgba(23, 20, 18, 0.08);
  background:
    radial-gradient(circle at top right, rgba(198, 154, 93, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 240, 232, 0.88));
  box-shadow: var(--shadow-soft);
}

.showcase-copy p:not(.eyebrow),
.contact-side p:not(.eyebrow),
.page-strip p:not(.eyebrow) {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.about-origin-copy--mobile {
  display: none;
}

.value-card,
.precision-card,
.stat-card,
.contact-side,
.quote-shell,
.page-strip {
  padding: 1.2rem;
  border: 1px solid rgba(23, 20, 18, 0.08);
  background:
    radial-gradient(circle at top right, rgba(198, 154, 93, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 240, 232, 0.88));
  box-shadow: var(--shadow-soft);
}

.value-card,
.precision-card,
.contact-side {
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.stat-card {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.stat-value {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display-lg);
  font-size: clamp(2.25rem, 4vw, 3.2rem);
  line-height: 0.92;
}

.stat-label {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.page-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.seo-copy-grid,
.faq-list {
  display: grid;
  gap: 1rem;
}

.seo-copy-grid {
  grid-template-columns: repeat(auto-fit, minmax(16.5rem, 1fr));
}

.faq-list {
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}

.seo-copy-card,
.faq-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  isolation: isolate;
}

.seo-copy-card {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-height: 100%;
  padding: 1.25rem;
  border: 1px solid rgba(23, 20, 18, 0.08);
  background:
    radial-gradient(circle at top right, rgba(198, 154, 93, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 240, 232, 0.9));
  box-shadow: var(--shadow-soft);
}

.seo-copy-card h3,
.faq-question {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.15vw, 1.9rem);
  line-height: 1;
}

.seo-copy-card p,
.seo-copy-card li,
.faq-answer {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.seo-copy-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.42rem;
}

.seo-copy-card--dark {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(198, 154, 93, 0.12), transparent 46%),
    linear-gradient(180deg, rgba(31, 25, 22, 0.98), rgba(16, 13, 11, 0.98));
  box-shadow: 0 22px 54px rgba(10, 7, 5, 0.22);
}

.seo-copy-card--dark h3 {
  color: var(--white);
}

.seo-copy-card--dark p,
.seo-copy-card--dark li {
  color: rgba(255, 255, 255, 0.68);
}

.faq-item {
  padding: 1.25rem;
  border: 1px solid rgba(23, 20, 18, 0.08);
  background:
    radial-gradient(circle at top right, rgba(198, 154, 93, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 240, 232, 0.9));
  box-shadow: var(--shadow-soft);
}

.faq-item[open] {
  box-shadow: 0 24px 56px rgba(15, 11, 8, 0.12);
}

.faq-question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.faq-item[open] .faq-question::after {
  content: "-";
}

.faq-answer {
  padding-top: 0.9rem;
}

.contact-side {
  gap: 0.95rem;
}

.contact-list {
  display: grid;
  gap: 0.75rem;
}

.contact-item {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(23, 20, 18, 0.04);
  border: 1px solid rgba(23, 20, 18, 0.08);
  color: var(--ink-soft);
}

.contact-item strong {
  color: var(--ink);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-note {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(198, 154, 93, 0.08);
  border: 1px solid rgba(198, 154, 93, 0.14);
}

.contact-note ul {
  margin: 0.75rem 0 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.55rem;
  color: var(--ink-soft);
}

.form-kicker,
.quote-step-label {
  margin: 0;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.quote-shell {
  display: grid;
  align-self: start;
  align-content: start;
  gap: 0.8rem;
}

.quote-step,
.quote-result {
  display: grid;
  gap: 0.8rem;
}

.quote-step-copy,
.quote-result p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.option-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(23, 20, 18, 0.08);
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
  transition:
    transform 220ms var(--ease-standard),
    border-color 220ms var(--ease-standard),
    background-color 220ms var(--ease-standard),
    box-shadow 220ms var(--ease-standard);
}

.option-button:hover,
.option-button.is-selected {
  transform: translateY(-1px);
  border-color: rgba(198, 154, 93, 0.42);
  background: rgba(198, 154, 93, 0.12);
  box-shadow: 0 14px 28px rgba(15, 11, 8, 0.08);
}

.quote-progress {
  gap: 0.45rem;
}

.quote-progress-bar {
  flex: 1 1 auto;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(23, 20, 18, 0.08);
}

.quote-progress-bar.is-active,
.quote-progress-bar.is-done {
  background: var(--gold);
}

.quote-actions {
  margin-top: 0.55rem;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.quote-actions .button {
  flex: 1 1 8.5rem;
}

.quote-summary dl {
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.quote-summary div {
  display: grid;
  gap: 0.2rem;
}

.quote-summary dt {
  color: rgba(23, 20, 18, 0.56);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.quote-summary dd {
  margin: 0;
  color: var(--ink);
}

.ready-start-visual-shell {
  min-height: 34rem;
  overflow: hidden;
}

.ready-start-orbit-scene {
  --ready-start-stage-scale: 1;
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: calc(var(--radius) - 0.2rem);
  background: transparent;
}

.ready-start-orbit-stage {
  --ready-start-core-offset-x: 0.38rem;
  --ready-start-core-offset-y: -0.9rem;
  position: absolute;
  left: 50%;
  top: 47.8%;
  width: min(100%, 38.5rem);
  height: min(100%, 29.8rem);
  transform: translate(-50%, -50%) scale(var(--ready-start-stage-scale));
  transform-origin: center;
}

.ready-start-core {
  position: absolute;
  left: calc(50% + var(--ready-start-core-offset-x));
  top: calc(50% + var(--ready-start-core-offset-y));
  z-index: 2;
  min-width: 12rem;
  min-height: 4.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.56rem 0.95rem;
  border-radius: 999px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.86);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 240, 232, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 26px 56px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: transform 720ms var(--ease-slow) 120ms, opacity 520ms var(--ease-standard) 120ms;
}

.ready-start-core--tagline {
  min-width: min(30rem, calc(100% - 2rem));
  max-width: min(30rem, calc(100% - 2rem));
  min-height: auto;
  padding: 0.9rem 1.45rem;
}

.ready-start-core-logo {
  width: 3.9rem;
  height: 3.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 3.9rem;
}

.ready-start-core-copy {
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-align: center;
  text-transform: none;
  white-space: normal;
  text-wrap: balance;
}

.ready-start-orbit-slot {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  filter: blur(14px);
  transform: translate3d(0, 0, 0) rotate(0deg) scale(0.42);
  transition:
    transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1),
    opacity 520ms var(--ease-standard),
    filter 760ms var(--ease-standard);
  transition-delay: var(--orbit-delay, 0ms);
  will-change: transform, opacity, filter;
}

.ready-start-orbit-stage.is-ready .ready-start-core {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ready-start-orbit-stage.is-ready .ready-start-orbit-slot {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(var(--orbit-x), var(--orbit-y), 0) rotate(var(--orbit-rotate)) scale(1);
}

.ready-start-orbit-card {
  display: block;
  width: clamp(6.85rem, 8vw, 8.1rem);
  aspect-ratio: 0.9;
  overflow: hidden;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.ready-start-orbit-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ready-start-orbit-stage--solo .ready-start-core {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ready-start-orbit-stage--solo .ready-start-orbit-slot,
.ready-start-orbit-stage--solo .ready-start-orbit-card {
  display: none;
}

.ready-start-orbit-image {
  display: block;
  width: 100%;
  height: 100%;
}

.ready-start-strip-stage {
  position: absolute;
  inset: clamp(1rem, 1.8vw, 1.35rem);
  display: grid;
  place-items: center;
  isolation: isolate;
}

.ready-start-strip-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.5rem, 0.9vw, 0.78rem);
}

.ready-start-strip-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(15, 12, 10, 0.08), rgba(15, 12, 10, 0.4) 44%, rgba(15, 12, 10, 0.7) 100%);
  pointer-events: none;
}

.ready-start-strip {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ready-start-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 8, 7, 0.34), rgba(10, 8, 7, 0.58));
}

.ready-start-strip-stage .ready-start-core {
  position: relative;
  left: auto;
  top: auto;
  z-index: 2;
  opacity: 1;
  transform: none;
  min-width: 13rem;
}

.ready-start-strip-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--strip-focus, center);
  filter: grayscale(0.04) saturate(0.82) brightness(0.62) contrast(0.95);
  transform: scale(1.18);
}

.ready-start-strip-stage--empty .ready-start-core {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  transform: none;
}

@media (max-width: 860px) {
  .ready-start-strip-stage {
    inset: 1rem;
  }

  .ready-start-strip-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
  }

  .ready-start-strip-stage .ready-start-core {
    min-width: 11.6rem;
  }
}

@media (max-width: 640px) {
  .ready-start-strip-grid {
    gap: 0.45rem;
  }
}

.ready-start-form-shell {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: clamp(1rem, 1.8vw, 1.35rem);
}

.ready-start-form {
  display: grid;
  gap: 0.95rem;
}

.field {
  display: grid;
  gap: 0.5rem;
}

.field-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.field-input-group {
  display: flex;
  align-items: center;
  min-height: 3.25rem;
  padding-inline: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(23, 20, 18, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition:
    border-color 220ms var(--ease-standard),
    box-shadow 220ms var(--ease-standard),
    background-color 220ms var(--ease-standard);
}

.field-input-group:focus-within {
  border-color: rgba(198, 154, 93, 0.46);
  box-shadow:
    0 0 0 4px rgba(198, 154, 93, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.field-prefix {
  color: rgba(23, 20, 18, 0.58);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.field-input-group input {
  min-height: auto;
  padding: 0.95rem 0 0.95rem 0.75rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.field-input-group input:focus {
  border-color: transparent;
  box-shadow: none;
}

.field label {
  color: rgba(23, 20, 18, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(23, 20, 18, 0.1);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition:
    border-color 220ms var(--ease-standard),
    box-shadow 220ms var(--ease-standard),
    background-color 220ms var(--ease-standard);
}

.field textarea {
  min-height: 8.2rem;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(198, 154, 93, 0.46);
  box-shadow:
    0 0 0 4px rgba(198, 154, 93, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.ready-start-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ready-start-actions .button {
  flex: 1 1 12rem;
}

.ready-start-top-action {
  min-width: 12.75rem;
  white-space: nowrap;
}

.ready-start-top-action span:first-child {
  white-space: nowrap;
}

.site-footer {
  position: relative;
  background:
    radial-gradient(circle at 12% 0%, rgba(198, 154, 93, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    var(--bg-strong);
  color: var(--white);
}

.footer-shell {
  width: var(--section-container);
  margin-inline: auto;
  padding: 2.3rem 0 2rem;
  display: grid;
  gap: 1.5rem;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 0.8fr));
  gap: 1.4rem;
}

.footer-brand-lockup {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-bottom: 1rem;
}

.footer-brand-logo-frame {
  width: clamp(5.9rem, 8vw, 7rem);
  height: clamp(5.9rem, 8vw, 7rem);
  padding: 0;
}

.footer-brand-name,
.footer-brand-tag,
.footer-brand-copy,
.footer-heading,
.footer-bottom span {
  margin: 0;
}

.footer-brand-name {
  color: var(--white);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-brand-tag {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-brand-copy {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.7;
}

.footer-heading {
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.85rem;
}

.footer-links a,
.footer-links span {
  color: rgba(255, 255, 255, 0.72);
  transition: color 220ms var(--ease-standard), transform 220ms var(--ease-standard);
}

.footer-links a:hover {
  color: var(--gold-soft);
  transform: translateX(0.2rem);
}

.footer-bottom {
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
  row-gap: 0.65rem;
}

.footer-bottom span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.86rem;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 220ms var(--ease-standard);
}

.footer-bottom a:hover {
  color: var(--gold-soft);
}

@keyframes readyStartFloat {
  0% {
    transform: translate3d(var(--orbit-x), calc(var(--orbit-y) - 0.3rem), 0) rotate(var(--orbit-rotate));
  }

  100% {
    transform: translate3d(var(--orbit-x), calc(var(--orbit-y) + 0.45rem), 0) rotate(calc(var(--orbit-rotate) + 1deg));
  }
}

.portfolio-gallery-toolbar,
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.portfolio-grid {
  display: grid;
  width: min(100%, 1240px);
  margin-inline: 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.2rem clamp(1.9rem, 2.6vw, 2.8rem);
}

.portfolio-card {
  grid-column: span 4;
  min-height: 26.9rem;
}

@keyframes exploreButtonPulse {
  0% {
    box-shadow:
      0 18px 34px rgba(10, 7, 5, 0.18),
      0 0 16px rgba(205, 161, 97, 0.16);
  }

  100% {
    box-shadow:
      0 26px 48px rgba(10, 7, 5, 0.28),
      0 0 30px rgba(205, 161, 97, 0.28);
  }
}

@keyframes heroHeadlineIn {
  0% {
    opacity: 0.9;
    filter: blur(4px);
    transform: translate3d(0, calc(var(--hero-title-lift) + 0.55rem), 0) scale(0.995);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, var(--hero-title-lift), 0) scale(1);
  }
}

@keyframes heroFadeLift {
  0% {
    opacity: 0.9;
    filter: blur(3px);
    transform: translate3d(0, 0.55rem, 0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroMarkIntro {
  0% {
    opacity: 0;
    filter: blur(14px);
    transform: translate3d(0, 1.4rem, 0) rotateY(-86deg) rotateX(18deg) rotateZ(-18deg) scale(0.78);
  }

  26% {
    opacity: 1;
    filter: blur(2px);
    transform: translate3d(0, 0.8rem, 0) rotateY(-42deg) rotateX(10deg) rotateZ(-10deg) scale(0.9);
  }

  62% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, -0.2rem, 0) rotateY(12deg) rotateX(-3deg) rotateZ(4deg) scale(1.05);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotateY(0deg) rotateX(0deg) rotateZ(0deg) scale(1);
  }
}

@keyframes heroMarkGlow {
  0% {
    opacity: 0;
    transform: translateZ(-30px) scale(0.6);
  }

  38% {
    opacity: 1;
    transform: translateZ(-30px) scale(1.08);
  }

  100% {
    opacity: 0.58;
    transform: translateZ(-30px) scale(0.96);
  }
}

@keyframes heroMarkAura {
  0% {
    opacity: 0;
    transform: translateZ(-20px) scale(0.72) rotate(-12deg);
  }

  42% {
    opacity: 0.54;
    transform: translateZ(-20px) scale(1.02) rotate(-3deg);
  }

  100% {
    opacity: 0.34;
    transform: translateZ(-20px) scale(0.94) rotate(0deg);
  }
}

@keyframes heroMarkSurface {
  0% {
    transform: translateZ(1px) rotateY(26deg) rotateX(-8deg) scale(0.94);
    filter:
      brightness(0.82)
      saturate(0.92)
      contrast(0.97)
      drop-shadow(0 10px 18px rgba(11, 15, 22, 0.14))
      drop-shadow(-10px 12px 18px rgba(167, 110, 54, 0.08))
      drop-shadow(10px 8px 16px rgba(205, 218, 232, 0.08));
  }

  34% {
    transform: translateZ(1px) rotateY(-10deg) rotateX(3deg) scale(1.02);
    filter:
      brightness(1.18)
      saturate(1.22)
      contrast(1.08)
      drop-shadow(0 22px 34px rgba(11, 15, 22, 0.24))
      drop-shadow(-18px 22px 30px rgba(167, 110, 54, 0.16))
      drop-shadow(18px 14px 26px rgba(205, 218, 232, 0.16));
  }

  68% {
    transform: translateZ(1px) rotateY(5deg) rotateX(-1deg) scale(1.01);
    filter:
      brightness(1.08)
      saturate(1.18)
      contrast(1.06)
      drop-shadow(0 18px 30px rgba(11, 15, 22, 0.2))
      drop-shadow(-14px 18px 24px rgba(167, 110, 54, 0.14))
      drop-shadow(14px 10px 22px rgba(205, 218, 232, 0.14));
  }

  100% {
    transform: translateZ(1px) rotateY(0deg) rotateX(0deg) scale(1);
    filter:
      brightness(1.05)
      saturate(1.16)
      contrast(1.08)
      drop-shadow(0 18px 32px rgba(11, 15, 22, 0.18))
      drop-shadow(-16px 18px 26px rgba(167, 110, 54, 0.14))
      drop-shadow(16px 10px 24px rgba(205, 218, 232, 0.14));
  }
}

@media (max-width: 1320px) {
  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header-shell {
    padding: 0.52rem 0.9rem;
    gap: 0.85rem;
  }

  .site-nav {
    gap: 0.65rem;
  }

  .nav-links {
    gap: 0.35rem;
  }

  .nav-link {
    min-height: 2.45rem;
    padding: 0.62rem 0.75rem;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .header-cta {
    display: none;
  }

  .brand {
    gap: 0.65rem;
  }

  .brand-logo-frame {
    width: 3.45rem;
    height: 3.45rem;
    margin-block: -0.28rem;
  }

  .brand-name {
    font-size: 0.82rem;
    letter-spacing: 0.11em;
  }

  .brand-sub {
    font-size: 0.52rem;
    letter-spacing: 0.18em;
  }

  .home-hero-copy {
    min-height: clamp(26.5rem, calc(100svh - var(--header-height) - 7.5rem), 31rem);
    gap: 1.3rem;
  }

  .home-hero-title {
    max-width: 10ch;
    font-size: clamp(3.2rem, 6.5vw, 4.7rem);
  }

  .home-hero-side {
    width: min(100%, 30rem);
    margin-top: 0.2rem;
    gap: 0.72rem;
  }

  .home-hero-mark-image {
    width: clamp(15rem, 24vw, 18rem);
  }

  .home-hero-body {
    max-width: 24rem;
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .home-hero-actions {
    gap: 0.7rem;
  }

  .home-hero-actions .button {
    padding-inline: 1rem;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
  }
}

@media (min-width: 1000px) and (max-width: 1365px) {
  .home-hero-copy {
    min-height: clamp(27rem, calc(100svh - var(--header-height) - 8.8rem), 31.5rem);
    grid-template-columns: minmax(0, 1fr) minmax(24rem, 27.5rem);
    grid-template-rows: auto;
    align-items: start;
    column-gap: clamp(1rem, 3vw, 2rem);
    row-gap: 0;
  }

  .home-hero-title {
    max-width: 7.6ch;
  }

  .home-hero-side {
    width: min(100%, 27.5rem);
    margin-top: 0.35rem;
    margin-left: 0;
    align-self: start;
    gap: 0.62rem;
  }

  .home-hero-mark-image {
    width: clamp(17.5rem, 21vw, 20.5rem);
  }

  .home-hero-body {
    max-width: 24.5rem;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .home-hero-actions {
    flex-wrap: nowrap;
    width: 100%;
    gap: 0.6rem;
    margin-top: 0;
  }

  .home-hero-actions .button {
    flex: 1 1 0;
    min-width: 0;
    gap: 0.5rem;
    padding-inline: 0.95rem;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    white-space: nowrap;
  }
}

@media (max-width: 1100px) {
  .page-hero-grid,
  .story-reader,
  .contact-wrap,
  .ready-start-shell {
    grid-template-columns: 1fr;
  }

  .portfolio-hero-grid {
    grid-template-columns: 1fr;
  }

  .story-reader-visual,
  .story-reader-panel {
    min-height: auto;
  }

  .story-reader-visual {
    min-height: 28rem;
  }

  .service-grid,
  .material-guide-grid,
  .value-grid,
  .precision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-card {
    grid-column: span 6;
  }

  .portfolio-card.is-wide {
    grid-column: span 6;
  }

  .project-modal-dialog {
    grid-template-columns: 1fr;
  }

  .project-modal-media {
    min-height: 20rem;
    grid-template-rows: minmax(16rem, 24rem) auto;
  }

  .project-modal-gallery {
    grid-template-columns: repeat(auto-fit, minmax(4rem, 1fr));
  }

  .hero-panel {
    justify-self: start;
  }

  .ready-start-orbit-scene {
    --ready-start-stage-scale: 0.84;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: calc(5.4rem + env(safe-area-inset-bottom));
  }

  :root {
    --container: min(100% - 2rem, 100%);
    --section-container: min(100% - 2rem, 100%);
    --hero-frame-space: clamp(1.5rem, 6vw, 2.15rem);
  }

  .header-shell {
    align-items: start;
    border-radius: 2rem;
    padding: 0.82rem;
  }

  .header-main {
    width: 100%;
  }

  .mobile-panel {
    display: block;
  }

  .mobile-action-bar {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem;
    padding: 0.38rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(20, 15, 12, 0.86);
    box-shadow:
      0 20px 46px rgba(10, 7, 5, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(125% + env(safe-area-inset-bottom)));
    transition:
      opacity 240ms var(--ease-standard),
      transform 300ms var(--ease-standard);
    backdrop-filter: blur(20px);
  }

  .mobile-action-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-open .mobile-action-bar,
  .modal-open .mobile-action-bar {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(125% + env(safe-area-inset-bottom)));
  }

  .mobile-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.1rem;
    padding: 0.86rem 0.9rem;
    border-radius: 999px;
    color: var(--white);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-align: center;
    text-transform: uppercase;
  }

  .mobile-action-link--whatsapp {
    background: linear-gradient(180deg, rgba(38, 193, 98, 1), rgba(18, 138, 70, 1));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  .mobile-action-link--quote {
    background: linear-gradient(180deg, rgba(169, 108, 67, 1), rgba(96, 56, 34, 1));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }

  .ready-start-orbit-stage {
    --ready-start-core-offset-x: 0.24rem;
    --ready-start-core-offset-y: -0.52rem;
  }

  .nav-links,
  .header-cta {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .section {
    padding: 4rem 0;
  }

  .section:has(.material-guide-grid) {
    display: none;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
  }

  .portfolio-hero,
  .page-wordmark-hero {
    padding-top: calc(var(--header-height) + 2rem);
    padding-bottom: 0.55rem;
  }

  .page-wordmark-hero-copy {
    max-width: 22rem;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .portfolio-gallery-toolbar {
    position: sticky;
    top: calc(var(--header-height) + 0.75rem);
    z-index: 20;
    display: grid;
    gap: 0.55rem;
    margin: -0.65rem -0.75rem 1.35rem;
    padding: 0.7rem 0.75rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
      radial-gradient(circle at right, rgba(198, 154, 93, 0.12), transparent 44%);
    border-bottom: 1px solid rgba(23, 20, 18, 0.08);
    backdrop-filter: blur(18px);
  }

  .filter-hint {
    display: block;
    margin: 0;
    color: rgba(23, 20, 18, 0.52);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .filter-bar {
    flex-wrap: nowrap;
    gap: 0.55rem;
    margin-inline: -0.15rem;
    padding: 0 0.15rem 0.15rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 0.75rem;
    scrollbar-width: none;
  }

  .filter-bar::-webkit-scrollbar {
    display: none;
  }

  .portfolio-gallery-toolbar .filter-button,
  .filter-bar .filter-button {
    flex: 0 0 auto;
    min-height: 2.65rem;
    padding: 0.66rem 0.86rem;
    font-size: 0.62rem;
    letter-spacing: 0.13em;
  }

  .contact-wrap {
    display: flex;
    flex-direction: column;
  }

  .quote-shell {
    order: -1;
  }

  .quote-shell,
  .contact-side {
    width: 100%;
    align-self: stretch;
  }

  .contact-side > p:not(.eyebrow),
  .contact-note {
    display: none;
  }

  .hero-title {
    font-size: clamp(3rem, 16vw, 5.4rem);
  }

  .service-grid,
  .material-guide-grid,
  .value-grid,
  .precision-grid,
  .stats-grid,
  .project-detail-grid,
  .detail-list,
  .field-inline,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .portfolio-card,
  .portfolio-card.is-wide {
    grid-column: span 12;
  }

  .portfolio-card-title-row,
  .portfolio-card-bottomline,
  .portfolio-card-expand-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .works-rail {
    grid-auto-columns: minmax(18rem, 86vw);
  }

  .story-reader-panel {
    padding: 1rem;
  }

  .story-reader-header,
  .story-reader-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .story-reader-title {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
  }

  .review-quote {
    font-size: clamp(1.9rem, 7vw, 2.8rem);
  }

  .service-card {
    min-height: 18.5rem;
  }

  .quote-shell,
  .contact-side {
    padding: 1.3rem;
  }

  .brand {
    gap: 0.7rem;
  }

  .brand-logo-frame {
    width: 3.45rem;
    height: 3.45rem;
    margin-block: -0.35rem;
  }

  .brand-name {
    font-size: 0.82rem;
    letter-spacing: 0.12em;
  }

  .brand-sub {
    font-size: 0.56rem;
    letter-spacing: 0.18em;
  }

  .home-hero-copy {
    min-height: clamp(25rem, 62svh, 30.5rem);
    gap: 1.4rem;
  }

  .home-hero-title {
    --hero-title-lift: 0.55rem;
    max-width: 10.5ch;
    font-size: clamp(2.95rem, 10.2vw, 4.9rem);
  }

  .home-hero-side {
    margin-top: -0.2rem;
    margin-left: 0;
    justify-items: start;
    text-align: left;
    gap: 0.75rem;
  }

  .home-hero-mark {
    justify-content: flex-start;
  }

  .home-hero-mark-image {
    width: clamp(11rem, 28vw, 14rem);
  }

  .home-hero-body {
    max-width: 24rem;
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .home-hero-actions {
    justify-content: flex-start;
    gap: 0.7rem;
  }

  .home-hero-actions .button {
    min-height: 3rem;
    padding: 0.82rem 1.05rem;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .ready-start-orbit-scene {
    min-height: 34rem;
    --ready-start-stage-scale: 0.76;
  }

  .ready-start-form-head {
    flex-direction: column;
    align-items: stretch;
  }

  .ready-start-top-action {
    justify-content: space-between;
  }
}

@media (max-width: 640px) {
  body::after {
    background-size: 56px 56px;
  }

  .header-shell,
  .mobile-panel {
    margin-inline: 1rem;
  }

  .page-hero {
    padding-top: calc(var(--header-height) + 2.8rem);
    padding-bottom: 2.35rem;
  }

  .home-hero {
    min-height: 100svh;
    height: auto;
    padding-top: calc(var(--header-height) + 1.2rem);
    padding-bottom: 1.1rem;
  }

  .page-hero-grid {
    padding-inline: 0.95rem;
  }

  .home-hero .page-hero-media {
    background-position: 40% center;
  }

  .portfolio-hero-shell,
  .page-wordmark-hero-shell {
    gap: 0.7rem;
    width: calc(100% - 0.6rem);
    min-height: clamp(6.5rem, 14vh, 8.75rem);
  }

  .portfolio-hero-wordmark,
  .page-wordmark-hero-title {
    padding-inline: 0.03em;
    font-size: clamp(3rem, 16vw, 5.9rem);
    line-height: 0.94;
  }

  .page-wordmark-hero-title.is-compact {
    font-size: clamp(2.8rem, 12.5vw, 4.65rem);
  }

  .page-wordmark-hero-copy {
    max-width: 25rem;
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 20rem;
  }

  .material-guide-columns {
    grid-template-columns: 1fr;
  }

  .project-card,
  .portfolio-card {
    min-height: 26.5rem;
  }

  .portfolio-card-media {
    min-height: 14rem;
  }

  .portfolio-card-summary,
  .portfolio-card.is-open .portfolio-card-expand-inner {
    padding-inline: 1rem;
  }

  .portfolio-card-title {
    font-size: 1.5rem;
  }

  .portfolio-detail-grid {
    grid-template-columns: 1fr;
  }

  .story-reader-visual {
    min-height: 21rem;
  }

  .story-reader-visual-copy {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .story-reader-card {
    gap: 0.8rem;
  }

  .story-reader-card-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .story-reader-summary {
    font-size: 0.98rem;
  }

  .review-profile {
    align-items: flex-start;
  }

  .review-link {
    width: 100%;
  }

  .control-button,
  .filter-button,
  .modal-close {
    min-height: 2.85rem;
  }

  .brand-copy {
    gap: 0.1rem;
  }

  .brand-logo-frame {
    width: 3.1rem;
    height: 3.1rem;
    margin-block: -0.2rem;
  }

  .brand-sub {
    display: none;
  }

  .home-hero-copy {
    min-height: auto;
    gap: 1rem;
    padding-bottom: 1rem;
  }

  .home-hero-title {
    max-width: 10.25ch;
    --hero-title-lift: 0.35rem;
    font-size: clamp(2.65rem, 11vw, 4rem);
  }

  .home-hero-side {
    width: min(100%, 21rem);
    margin-top: 0;
    gap: 0.7rem;
  }

  .home-hero-mark::before,
  .home-hero-mark::after {
    display: none;
  }

  .home-hero-mark-image {
    width: clamp(8.75rem, 27vw, 10.75rem);
  }

  .home-hero-body {
    max-width: 20rem;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .home-hero-actions {
    width: 100%;
    gap: 0.6rem;
  }

  .home-hero-actions .button {
    flex: 1 1 46%;
    min-width: 0;
  }

  .ready-start-form-shell {
    padding: 1rem;
  }

  .ready-start-orbit-scene {
    min-height: 28rem;
    --ready-start-stage-scale: 0.62;
  }

  .ready-start-actions .button {
    width: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1365px) {
  .home-hero {
    min-height: min(100svh, 54rem);
    height: min(100svh, 54rem);
    padding-top: calc(var(--header-height) + 1.35rem);
    padding-bottom: clamp(2.1rem, 5vh, 4rem);
  }

  .home-hero-grid {
    align-items: end;
    padding-top: 0;
  }

  .home-hero-copy {
    width: 100%;
    min-height: clamp(31rem, calc(100svh - var(--header-height) - 5.4rem), 38rem);
    grid-template-columns: minmax(0, 1.05fr) minmax(23rem, 0.95fr);
    align-items: end;
    column-gap: clamp(1.3rem, 4vw, 4rem);
  }

  .home-hero-title {
    max-width: 10.2ch;
    font-size: clamp(4rem, 6.2vw, 5.8rem);
    align-self: end;
  }

  .home-hero-side {
    width: min(100%, 32rem);
    margin-top: 0;
    align-self: end;
    justify-items: end;
    gap: 0.8rem;
  }

  .home-hero-mark-image {
    width: clamp(15.25rem, 20vw, 19rem);
  }

  .home-hero-body {
    max-width: 30rem;
    font-size: clamp(0.94rem, 1.05vw, 1.03rem);
    line-height: 1.55;
  }

  .home-hero-actions {
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: min(100%, 31.5rem);
    gap: 0.7rem;
  }

  .home-hero-actions .button {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 1rem;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .home-hero {
    min-height: min(100svh, 52rem);
    height: min(100svh, 52rem);
    padding-bottom: clamp(2rem, 5vh, 3.4rem);
  }

  .home-hero-grid {
    align-items: end;
    padding-top: 0;
  }

  .home-hero-copy {
    min-height: clamp(31rem, calc(100svh - var(--header-height) - 5rem), 38rem);
    grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 1fr);
    grid-template-rows: auto;
    align-items: end;
    column-gap: clamp(1rem, 4vw, 2rem);
  }

  .home-hero-title {
    max-width: 9.8ch;
    font-size: clamp(3.7rem, 7vw, 4.9rem);
    align-self: end;
  }

  .home-hero-side {
    width: min(100%, 28rem);
    margin-top: 0;
    align-self: end;
    justify-items: end;
    gap: 0.72rem;
  }

  .home-hero-mark-image {
    width: clamp(13rem, 22vw, 16rem);
  }

  .home-hero-body {
    max-width: 28rem;
    line-height: 1.52;
  }

  .home-hero-actions {
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
  }

  .home-hero-actions .button {
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .header-shell,
  .mobile-panel {
    margin-inline: clamp(0.85rem, 3.4vw, 1.35rem);
  }

  .home-hero {
    min-height: calc(100vh + clamp(2rem, 6vh, 3.25rem));
    min-height: calc(100svh + clamp(2rem, 6svh, 3.25rem));
    height: calc(100vh + clamp(2rem, 6vh, 3.25rem));
    height: calc(100svh + clamp(2rem, 6svh, 3.25rem));
    padding-top: calc(var(--header-height) + 1.25rem);
    padding-bottom: clamp(1.35rem, 4.5vh, 2.3rem);
    border-radius: 0 0 2.25rem 2.25rem;
  }

  .home-hero .page-hero-media {
    background-position: 50% center;
  }

  .home-hero .page-hero-overlay {
    background:
      linear-gradient(180deg, rgba(10, 20, 35, 0.16) 0%, rgba(10, 18, 30, 0.12) 36%, rgba(8, 10, 14, 0.72) 100%),
      linear-gradient(90deg, rgba(16, 13, 11, 0.16), rgba(16, 13, 11, 0.04) 48%, rgba(16, 13, 11, 0.22));
  }

  .page-hero-grid {
    padding-inline: clamp(1.25rem, 5vw, 2rem);
  }

  .home-hero-grid {
    align-items: center;
    padding-top: 0;
  }

  .home-hero-copy {
    min-height: calc(100vh - var(--header-height) - 4.25rem);
    min-height: calc(100svh - var(--header-height) - 4.25rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(0.85rem, 2.6vh, 1.15rem);
    padding-bottom: 0;
    text-align: center;
  }

  .home-hero-title {
    --hero-title-lift: 0;
    max-width: 10ch;
    font-size: clamp(3.4rem, 13vw, 5.2rem);
    line-height: 0.9;
    letter-spacing: -0.075em;
    transform: none;
  }

  .home-hero-side {
    width: min(100%, 30rem);
    margin: 0;
    justify-items: center;
    gap: 0.8rem;
    text-align: center;
  }

  .home-hero-mark {
    display: none;
  }

  .home-hero-body {
    max-width: 27rem;
    font-size: clamp(0.94rem, 2.7vw, 1.02rem);
    line-height: 1.48;
  }

  .home-hero-actions {
    width: min(100%, 25rem);
    justify-content: center;
    gap: 0.72rem;
  }

  .home-hero-actions .button {
    min-height: 3.15rem;
    padding: 0.86rem 1rem;
    white-space: nowrap;
  }

  .works-rail-shell {
    overflow-x: clip;
    padding-bottom: 1.75rem;
  }

  .works-rail-shell::before {
    bottom: 2.5rem;
    width: 2.4rem;
  }

  .works-rail {
    overflow-x: auto;
    overflow-y: visible;
    grid-auto-columns: minmax(15.75rem, 74vw);
    gap: 0.85rem;
    padding: 1.15rem 0 1.1rem;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: auto;
    scroll-padding-inline: clamp(1.25rem, 5vw, 2rem);
    touch-action: pan-x pan-y pinch-zoom;
    -webkit-overflow-scrolling: touch;
    perspective: none;
  }

  .works-rail.is-auto-rail:not(.is-user-paused) {
    scroll-snap-type: none;
  }

  .works-rail.is-auto-rail.is-user-paused {
    scroll-snap-type: x mandatory;
  }

  .project-card {
    min-height: clamp(20rem, 66vw, 25rem);
    scroll-snap-align: center;
    scroll-snap-stop: always;
    --project-card-transform: none;
    transform: none !important;
    will-change: auto;
  }

  .project-card:hover .media-image,
  .project-card:focus-within .media-image {
    filter: none;
    transform: scale(1);
  }

  .recent-work-section .section-heading {
    gap: 0.7rem;
    margin-bottom: 1rem;
  }

  .recent-work-section .section-text,
  .services-home-section .section-text {
    display: block;
    max-width: 27rem;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .services-home-section .section-heading {
    gap: 0.75rem;
    margin-bottom: 1.35rem;
  }
}

@media (max-width: 520px) {
  .home-hero {
    min-height: calc(100vh + clamp(1.75rem, 5.5vh, 2.75rem));
    min-height: calc(100svh + clamp(1.75rem, 5.5svh, 2.75rem));
    height: calc(100vh + clamp(1.75rem, 5.5vh, 2.75rem));
    height: calc(100svh + clamp(1.75rem, 5.5svh, 2.75rem));
    border-radius: 0 0 1.8rem 1.8rem;
  }

  .home-hero-copy {
    min-height: calc(100vh - var(--header-height) - 3.75rem);
    min-height: calc(100svh - var(--header-height) - 3.75rem);
  }

  .home-hero-title {
    max-width: 9.4ch;
    font-size: clamp(3.05rem, 12.5vw, 4.2rem);
  }

  .home-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 19.5rem);
    gap: 0.65rem;
  }

  .home-hero-actions .button {
    width: 100%;
    justify-content: center;
    padding-inline: 1.15rem;
    font-size: 0.69rem;
    letter-spacing: 0.13em;
  }
}

@media (max-width: 767px) {
  .header-shell {
    margin-inline: clamp(1rem, 4vw, 1.25rem);
  }

  .mobile-panel {
    margin-inline: 0;
  }

  .mobile-panel .button {
    width: 100%;
  }

  .page-hero-grid {
    padding-inline: clamp(1.5rem, 6vw, 2.2rem);
  }

  .home-hero-title {
    max-width: 9.35ch;
    font-size: clamp(3.6rem, 14.4vw, 5.35rem);
  }

  .home-hero-actions .button {
    justify-content: center;
    text-align: center;
  }

  .project-modal {
    padding: 0.75rem;
    align-items: stretch;
  }

  .project-modal-dialog,
  .service-modal-dialog {
    width: min(100%, 26rem);
    max-height: calc(100svh - 1.5rem);
    grid-template-columns: 1fr;
    border-radius: 1.5rem;
  }

  .project-modal-dialog {
    align-self: center;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .project-modal:not(.service-modal) .project-modal-media {
    min-height: 0;
    grid-template-rows: minmax(10.5rem, 32svh) auto;
    gap: 0.5rem;
    padding: 0.55rem;
  }

  .project-modal:not(.service-modal) .project-modal-stage {
    min-height: 10.5rem;
  }

  .project-modal:not(.service-modal) .project-modal-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.42rem;
  }

  .project-modal:not(.service-modal) .project-modal-thumb {
    border-radius: 0.7rem;
  }

  .project-modal:not(.service-modal) .project-modal-content {
    max-height: none;
    gap: 0.68rem;
    padding: 1rem;
    overflow: visible;
  }

  .project-modal:not(.service-modal) .modal-title {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  .project-modal:not(.service-modal) .modal-copy {
    display: none;
  }

  .project-modal:not(.service-modal) .project-detail-grid {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .project-modal:not(.service-modal) .detail-box {
    padding: 0.78rem 0.85rem;
  }

  .project-modal-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .project-modal-actions .button {
    width: 100%;
  }

  .service-modal .project-modal-media {
    min-height: 11rem;
    max-height: 12.5rem;
    padding: 0.65rem;
  }

  .service-modal .project-modal-content {
    max-height: none;
    gap: 0.75rem;
    padding: 1.05rem;
    overflow: visible;
  }

  .service-modal .modal-title {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .service-modal .modal-copy {
    line-height: 1.55;
  }

  .service-modal .project-detail-grid,
  .service-modal .project-tag-row {
    display: none;
  }

  .service-modal-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .service-modal-actions .button {
    width: 100%;
    min-height: 3.05rem;
  }
}

@media (max-width: 420px) {
  .home-hero-title {
    font-size: clamp(3.25rem, 14vw, 4.4rem);
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .header-cta {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .home-hero {
    min-height: calc(100vh + clamp(2.75rem, 6vh, 4.25rem));
    min-height: calc(100svh + clamp(2.75rem, 6svh, 4.25rem));
    height: calc(100vh + clamp(2.75rem, 6vh, 4.25rem));
    height: calc(100svh + clamp(2.75rem, 6svh, 4.25rem));
    padding-top: calc(var(--header-height) + clamp(0.75rem, 1.8vh, 1.45rem));
    padding-bottom: clamp(2.4rem, 6.5vh, 4.9rem);
  }

  .home-hero-grid {
    align-items: end;
    padding-top: 0;
  }

  .home-hero-copy {
    width: min(100%, 68rem);
    min-height: clamp(31rem, calc(96svh - var(--header-height) - 5rem), 39rem);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.82rem, 1.8vh, 1.18rem);
    text-align: center;
  }

  .home-hero-title {
    --hero-title-lift: 0;
    align-self: center;
    max-width: min(10.8ch, 100%);
    font-size: clamp(4.35rem, 7.15vw, 6.35rem);
    line-height: 0.88;
    text-align: center;
  }

  .home-hero-side {
    align-self: center;
    width: min(100%, 42rem);
    margin: 0;
    display: grid;
    justify-items: center;
    gap: 0.9rem;
    text-align: center;
  }

  .home-hero-mark {
    display: none;
  }

  .home-hero-body {
    max-width: 42rem;
    font-size: clamp(0.95rem, 1.28vw, 1.06rem);
    line-height: 1.56;
  }

  .home-hero-actions {
    width: min(100%, 37rem);
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0.78rem;
  }

  .home-hero-actions .button {
    flex: 1 1 0;
    max-width: 18rem;
    min-width: 0;
    padding-inline: 1.05rem;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .home-hero {
    min-height: calc(100vh + clamp(2.25rem, 5.5vh, 3.6rem));
    min-height: calc(100svh + clamp(2.25rem, 5.5svh, 3.6rem));
    height: calc(100vh + clamp(2.25rem, 5.5vh, 3.6rem));
    height: calc(100svh + clamp(2.25rem, 5.5svh, 3.6rem));
    padding-bottom: clamp(2.1rem, 5.5vh, 3.9rem);
  }

  .home-hero-copy {
    min-height: clamp(29rem, calc(92svh - var(--header-height) - 4.2rem), 36rem);
  }

  .home-hero-title {
    max-width: min(10.1ch, 100%);
    font-size: clamp(4rem, 8.6vw, 5.25rem);
  }

  .home-hero-side {
    width: min(100%, 35rem);
  }

  .home-hero-actions {
    width: min(100%, 34rem);
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  .home-hero-title {
    max-width: min(9.8ch, 100%);
    font-size: clamp(3.8rem, 8.2vw, 4.65rem);
  }

  .home-hero-body {
    max-width: 32rem;
  }

  .home-hero-actions {
    width: min(100%, 31rem);
  }
}

@media (min-width: 1600px) {
  .home-hero {
    min-height: calc(100vh + clamp(3.5rem, 7vh, 5rem));
    min-height: calc(100svh + clamp(3.5rem, 7svh, 5rem));
    height: calc(100vh + clamp(3.5rem, 7vh, 5rem));
    height: calc(100svh + clamp(3.5rem, 7svh, 5rem));
    padding-top: calc(var(--header-height) + clamp(1.45rem, 3.2vh, 2.55rem));
    padding-bottom: clamp(2rem, 4.4vh, 3.7rem);
  }

  .home-hero-grid {
    align-items: start;
    padding-top: clamp(0.8rem, 1.7vh, 1.45rem);
  }

  .home-hero-copy {
    min-height: 0;
    height: clamp(31rem, calc(100svh - var(--header-height) - 5.4rem), 41rem);
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(32rem, 0.92fr);
    grid-template-rows: minmax(0, 1fr);
    align-content: stretch;
    align-items: start;
    column-gap: clamp(2.25rem, 5vw, 6.5rem);
    row-gap: 0;
  }

  .home-hero-title {
    --hero-title-lift: 0;
    align-self: start;
    justify-self: start;
    max-width: min(12ch, 100%);
    font-size: clamp(5.2rem, 5.6vw, 6.75rem);
    margin-top: clamp(1.35rem, 2.7vh, 2.15rem);
  }

  .home-hero-side {
    align-self: end;
    justify-self: end;
    width: min(100%, 38rem);
    margin: 0;
    gap: clamp(0.68rem, 1.45vh, 0.95rem);
  }

  .home-hero-mark-image {
    width: clamp(18rem, 22vw, 28rem);
  }

  .home-hero-body {
    max-width: 32rem;
    line-height: 1.56;
  }

  .home-hero-actions {
    width: min(100%, 34rem);
    flex-wrap: nowrap;
    gap: 0.7rem;
  }

  .home-hero-actions .button {
    flex: 1 1 0;
    min-width: 0;
    max-width: 16.5rem;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }
}

@media (min-width: 1600px) and (max-height: 920px) {
  .home-hero {
    padding-top: calc(var(--header-height) + clamp(1rem, 2vh, 1.55rem));
    padding-bottom: clamp(1.45rem, 3.3vh, 2.3rem);
  }

  .home-hero-copy {
    height: clamp(29rem, calc(100svh - var(--header-height) - clamp(3.6rem, 6vh, 4.7rem)), 38.5rem);
    grid-template-columns: minmax(0, 1.1fr) minmax(29rem, 0.9fr);
  }

  .home-hero-title {
    font-size: clamp(4.95rem, 5.45vw, 6.1rem);
    max-width: min(11.2ch, 100%);
    margin-top: clamp(1rem, 2.2vh, 1.6rem);
  }

  .home-hero-side {
    width: min(100%, 34.5rem);
    gap: 0.56rem;
  }

  .home-hero-mark-image {
    width: clamp(14.75rem, 17.5vw, 21rem);
  }

  .home-hero-body {
    max-width: 31rem;
    font-size: clamp(0.9rem, 0.92vw, 0.98rem);
    line-height: 1.42;
  }

  .home-hero-actions {
    width: min(100%, 31.5rem);
    gap: 0.58rem;
  }

  .home-hero-actions .button {
    min-height: 2.95rem;
    padding: 0.78rem 0.9rem;
  }
}

@media (min-width: 1600px) and (max-height: 720px) {
  .home-hero-title {
    font-size: clamp(4.45rem, 5.05vw, 5.55rem);
    margin-top: clamp(0.55rem, 1.3vh, 0.9rem);
  }

  .home-hero-mark-image {
    width: clamp(12rem, 15vw, 16.5rem);
  }
}

@media (min-width: 1600px) and (max-height: 600px) {
  .home-hero {
    min-height: 100vh;
    min-height: 100svh;
    height: 100vh;
    height: 100svh;
    padding-top: calc(var(--header-height) + 0.35rem);
    padding-bottom: 0.75rem;
  }

  .home-hero-grid {
    padding-top: 0.45rem;
  }

  .home-hero-copy {
    height: calc(100svh - var(--header-height) - 1.7rem);
    grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.72fr);
    column-gap: clamp(1.5rem, 4vw, 4rem);
  }

  .home-hero-title {
    max-width: min(10.8ch, 100%);
    font-size: clamp(3.8rem, 4.6vw, 4.85rem);
    margin-top: 0;
  }

  .home-hero-mark {
    display: none;
  }

  .home-hero-side {
    width: min(100%, 29rem);
    gap: 0.5rem;
  }

  .home-hero-body {
    max-width: 29rem;
    font-size: 0.88rem;
    line-height: 1.34;
  }

  .home-hero-actions {
    width: min(100%, 29rem);
  }

  .home-hero-actions .button {
    min-height: 2.8rem;
    padding: 0.72rem 0.8rem;
  }
}

@media (min-width: 1000px) and (max-width: 1599px) {
  .home-hero {
    min-height: calc(100vh + clamp(2.5rem, 5.5vh, 4rem));
    min-height: calc(100svh + clamp(2.5rem, 5.5svh, 4rem));
    height: calc(100vh + clamp(2.5rem, 5.5vh, 4rem));
    height: calc(100svh + clamp(2.5rem, 5.5svh, 4rem));
    padding-top: calc(var(--header-height) + clamp(0.7rem, 1.7vh, 1.15rem));
    padding-bottom: clamp(1.8rem, 4.4vh, 3.1rem);
  }

  .home-hero-grid {
    align-items: end;
    padding-top: 0;
  }

  .home-hero-copy {
    width: 100%;
    min-height: clamp(28rem, calc(92svh - var(--header-height) - 4rem), 36rem);
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(20rem, 0.82fr);
    grid-template-rows: auto;
    align-content: center;
    align-items: end;
    gap: clamp(1.4rem, 4vw, 4.2rem);
    justify-content: stretch;
    text-align: left;
  }

  .home-hero-title {
    --hero-title-lift: 0;
    align-self: end;
    justify-self: start;
    max-width: min(9.9ch, 100%);
    font-size: clamp(4rem, 6.6vw, 6.1rem);
    line-height: 0.88;
    text-align: left;
  }

  .home-hero-side {
    align-self: end;
    justify-self: end;
    width: min(100%, 32.5rem);
    margin: 0;
    display: grid;
    justify-items: end;
    gap: 0.76rem;
    text-align: right;
  }

  .home-hero-mark {
    display: none;
  }

  .home-hero-body {
    max-width: 31rem;
    font-size: clamp(0.9rem, 1.15vw, 1.02rem);
    line-height: 1.5;
  }

  .home-hero-actions {
    width: min(100%, 31.5rem);
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0.65rem;
  }

  .home-hero-actions .button {
    flex: 1 1 0;
    max-width: 15.75rem;
    min-height: 3.1rem;
    padding: 0.82rem 0.9rem;
    font-size: 0.68rem;
    letter-spacing: 0.13em;
    white-space: nowrap;
    justify-content: center;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .home-hero {
    min-height: calc(100vh + clamp(2.25rem, 5vh, 3.25rem));
    min-height: calc(100svh + clamp(2.25rem, 5svh, 3.25rem));
    height: calc(100vh + clamp(2.25rem, 5vh, 3.25rem));
    height: calc(100svh + clamp(2.25rem, 5svh, 3.25rem));
    padding-top: calc(var(--header-height) + 0.75rem);
    padding-bottom: clamp(3rem, 6vh, 4.5rem);
  }

  .home-hero-copy {
    min-height: clamp(27rem, calc(90svh - var(--header-height) - 3.8rem), 34rem);
  }

  .home-hero-title {
    max-width: min(10ch, 100%);
    font-size: clamp(3.8rem, 8.2vw, 4.9rem);
  }
}

@media (max-width: 767px) {
  .story-reader {
    gap: 0.95rem;
  }

  .story-reader-visual {
    display: none;
  }

  .story-reader-panel {
    gap: 0.78rem;
    padding: 0.9rem;
    border-radius: 1.35rem;
    background:
      radial-gradient(circle at top right, rgba(66, 133, 244, 0.08), transparent 32%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 246, 242, 0.94));
    border-color: rgba(23, 20, 18, 0.08);
    box-shadow: 0 18px 38px rgba(15, 11, 8, 0.08);
  }

  .story-reader-header {
    display: none;
  }

  .story-reader-deck {
    overflow: hidden;
  }

  .story-reader-card {
    gap: 0.62rem;
    padding: 0.9rem;
    border-radius: 1.05rem;
    border-color: rgba(23, 20, 18, 0.08);
    background: rgba(255, 255, 255, 0.82);
  }

  .story-reader-card-head {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }

  .story-reader-card-count {
    color: rgba(23, 20, 18, 0.42);
    font-size: 0.62rem;
  }

  .review-source-badge--card {
    min-height: 1.8rem;
    padding: 0.34rem 0.58rem;
    color: rgba(23, 20, 18, 0.68);
    background: rgba(23, 20, 18, 0.04);
    border-color: rgba(23, 20, 18, 0.08);
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  .review-profile {
    align-items: center;
    gap: 0.68rem;
  }

  .review-profile-avatar {
    width: 2.45rem;
    height: 2.45rem;
    flex-basis: 2.45rem;
    color: #7b4b2d;
    background: linear-gradient(180deg, rgba(251, 188, 5, 0.22), rgba(251, 188, 5, 0.08));
    border-color: rgba(23, 20, 18, 0.08);
    font-size: 0.78rem;
  }

  .review-profile-name {
    color: var(--ink);
    font-size: 0.94rem;
  }

  .review-profile-meta {
    color: rgba(23, 20, 18, 0.52);
    font-size: 0.76rem;
  }

  .review-stars {
    gap: 0.24rem;
    color: rgba(23, 20, 18, 0.14);
    font-size: 0.86rem;
  }

  .review-quote {
    max-width: none;
    color: rgba(23, 20, 18, 0.76);
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
  }

  .review-work-preview {
    display: grid;
    grid-template-columns: 4.75rem minmax(0, 1fr);
    align-items: center;
    gap: 0.72rem;
    padding: 0.48rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(23, 20, 18, 0.08);
    background: rgba(23, 20, 18, 0.035);
  }

  .review-work-preview-media {
    position: relative;
    min-height: 3.65rem;
    overflow: hidden;
    border-radius: 0.72rem;
    background: rgba(23, 20, 18, 0.08);
  }

  .review-work-preview-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .review-work-preview-copy {
    display: grid;
    gap: 0.14rem;
    min-width: 0;
  }

  .review-work-preview-copy span {
    color: rgba(23, 20, 18, 0.46);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .review-work-preview-copy strong {
    overflow: hidden;
    color: var(--ink);
    font-size: 0.86rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .review-link {
    width: 100%;
    min-height: 2.55rem;
    border-color: rgba(23, 20, 18, 0.08);
    background: rgba(255, 255, 255, 0.72);
    color: rgba(23, 20, 18, 0.72);
    font-size: 0.62rem;
  }

  .story-reader-footer {
    display: grid;
    gap: 0.7rem;
  }

  .story-reader-progress {
    justify-content: center;
  }

  .story-reader-dot {
    background: rgba(23, 20, 18, 0.14);
  }

  .story-reader-dot.is-active {
    background: #4285f4;
  }

  :root {
    --header-height: 4.25rem;
    --container: min(100% - 2.25rem, 100%);
    --section-container: min(100% - 2.25rem, 100%);
  }

  body {
    padding-bottom: calc(5.1rem + env(safe-area-inset-bottom));
  }

  .header-shell {
    min-height: 4.35rem;
    margin-top: 0.9rem;
    margin-inline: clamp(0.85rem, 4vw, 1.15rem);
    padding: 0.52rem 0.66rem;
    border-radius: 1.58rem;
  }

  .header-main {
    gap: 0.55rem;
  }

  .brand {
    gap: clamp(0.62rem, 2.2vw, 0.72rem);
  }

  .brand-logo-frame {
    width: clamp(3.18rem, 11.5vw, 3.38rem);
    height: clamp(3.18rem, 11.5vw, 3.38rem);
    margin-block: -0.24rem;
  }

  .brand-logo {
    transform: scale(1.06);
  }

  .brand-copy {
    transform: translateY(0.2rem);
  }

  .brand-name {
    font-size: clamp(0.9rem, 3.4vw, 1.02rem);
    line-height: 1.1;
    letter-spacing: 0.055em;
    white-space: nowrap;
  }

  .services-next-step-section {
    display: none;
  }

  .mobile-toggle {
    width: 2.62rem;
    height: 2.62rem;
  }

  .hamburger {
    width: 1.05rem;
    height: 0.76rem;
  }

  body.nav-open .hamburger span:nth-child(1) {
    transform: translateY(0.32rem) rotate(45deg);
  }

  body.nav-open .hamburger span:nth-child(3) {
    transform: translateY(-0.32rem) rotate(-45deg);
  }

  body.nav-open .mobile-panel {
    max-height: 22.5rem;
    padding-top: 0.62rem;
  }

  .mobile-nav-list {
    gap: 0.34rem;
    margin-bottom: 0.68rem;
  }

  .mobile-nav-list a,
  .mobile-nav-list button {
    min-height: 2.72rem;
    padding: 0.72rem 0.88rem;
    border-radius: 1.15rem;
    font-size: 0.76rem;
    letter-spacing: 0.055em;
  }

  .mobile-nav-list a.is-active {
    position: relative;
    border-color: rgba(176, 122, 75, 0.42);
    background:
      linear-gradient(180deg, rgba(245, 226, 197, 0.9), rgba(247, 239, 227, 0.98)),
      rgba(255, 255, 255, 0.96);
    color: #1f1712;
    font-weight: 800;
    box-shadow:
      inset 0 0 0 1px rgba(176, 122, 75, 0.14),
      0 10px 22px rgba(15, 11, 8, 0.06);
  }

  .mobile-nav-list a.is-active::after {
    content: "";
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 999px;
    background: var(--gold);
    box-shadow: 0 0 0 0.22rem rgba(198, 154, 93, 0.16);
  }

  .mobile-panel .button {
    min-height: 2.95rem;
    border-radius: 1.12rem;
    justify-content: center;
    text-align: center;
  }

  .portfolio-gallery-toolbar {
    position: static;
    top: auto;
    z-index: auto;
    margin: -0.25rem 0 1.25rem;
    padding: 0.72rem;
    border: 1px solid rgba(23, 20, 18, 0.08);
    border-radius: 1.25rem;
    box-shadow: 0 16px 34px rgba(15, 11, 8, 0.06);
    backdrop-filter: none;
  }

  .ready-start-visual-shell {
    display: none;
  }

  .review-link.is-disabled {
    display: none;
  }

  body[data-page="about"] .showcase-media {
    display: none;
  }

  body[data-page="about"] .split-showcase {
    grid-template-columns: 1fr;
  }

  body[data-page="about"] .showcase-copy {
    padding: 1.3rem;
  }

  body[data-page="about"] .page-wordmark-hero-copy,
  body[data-page="about"] .about-origin-copy--desktop {
    display: none;
  }

  body[data-page="about"] .about-origin-copy--mobile {
    display: block;
  }

  body[data-page="contact"] .contact-item {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    justify-content: start;
    gap: 0.32rem;
    padding: 0.9rem;
  }

  body[data-page="contact"] .contact-item a,
  body[data-page="contact"] .contact-item span {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .home-hero-title {
    opacity: 1;
    filter: none;
    animation: none !important;
    transform: translate3d(0, var(--hero-title-lift), 0);
  }

  .home-hero-mark,
  .home-hero-body,
  .home-hero-actions .button {
    opacity: 1;
    filter: none;
    animation: none !important;
    transform: none;
  }

  .home-hero-mark::before,
  .home-hero-mark::after,
  .home-hero-mark-image {
    animation: none !important;
  }

  .home-hero-mark::before {
    opacity: 0.42 !important;
    transform: translateZ(-30px) scale(0.94);
  }

  .home-hero-mark::after {
    opacity: 0.24 !important;
    transform: translateZ(-20px) scale(0.92) rotate(0deg);
  }

  .home-hero-mark-image {
    filter:
      brightness(1.05)
      saturate(1.16)
      contrast(1.08)
      drop-shadow(0 18px 32px rgba(11, 15, 22, 0.18))
      drop-shadow(-16px 18px 26px rgba(167, 110, 54, 0.14))
      drop-shadow(16px 10px 24px rgba(205, 218, 232, 0.14));
  }

  .ready-start-orbit-stage,
  .ready-start-orbit-card {
    animation: none !important;
  }
}































