:root {
  --page: #f7f3ec;
  --page-soft: #ebe5da;
  --surface: rgba(248, 245, 238, 0.78);
  --surface-strong: rgba(250, 248, 243, 0.94);
  --ink: #23211e;
  --ink-soft: #4f4942;
  --muted: #7d746a;
  --line: rgba(35, 33, 30, 0.12);
  --line-strong: rgba(35, 33, 30, 0.22);
  --accent: #78646c;
  --accent-2: #8a7b67;
  --dark: #25231f;
  --cream: #f7f3ec;
  --shadow: 0 24px 70px rgba(42, 37, 30, 0.11);
  --soft-shadow: 0 14px 38px rgba(42, 37, 30, 0.075);
  --radius: 8px;
  --site-pad: 32px;
  --max: 1180px;
  --wide: 1320px;
  --font-heading: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  --font-body: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.cosloom-site {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(35, 33, 30, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, var(--page) 0%, var(--page-soft) 52%, var(--page) 100%);
  background-size: 96px 100%, auto;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  overflow-x: hidden;
}

body.cosloom-site.admin-bar .site-nav {
  top: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-size: clamp(3.6rem, 6.2vw, 6.4rem);
  line-height: 0.94;
}

h1 span {
  display: block;
  overflow-wrap: normal;
  word-break: normal;
}

h2 {
  max-width: 820px;
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: 1.02;
}

h3 {
  font-size: clamp(1.28rem, 1.6vw, 1.72rem);
  line-height: 1.14;
}

p {
  margin: 0;
}

.site-main {
  overflow: hidden;
}

.section-shell {
  width: min(calc(100% - var(--site-pad) * 2), var(--max));
  margin: 0 auto;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  width: min(calc(100% - var(--site-pad) * 2), var(--max));
  min-height: 80px;
  margin: 0 auto;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--page) 84%, transparent);
  backdrop-filter: blur(20px);
  transition: background 240ms ease, border-color 240ms ease, backdrop-filter 240ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--ink);
}

.brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
}

.brand__text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand__name {
  font-family: var(--font-heading);
  font-size: 1.58rem;
  font-weight: 500;
  line-height: 1;
}

.brand__descriptor {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: var(--muted);
  font-size: 0.88rem;
}

.nav-links a,
.nav-quote,
.button {
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease, opacity 220ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
}

.nav-quote,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 650;
}

.nav-quote {
  min-height: 42px;
  padding: 0 18px;
  border-color: var(--line-strong);
  background: color-mix(in srgb, var(--surface-strong) 72%, transparent);
  font-size: 0.88rem;
}

.nav-quote:hover,
.nav-quote:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button {
  min-height: 50px;
  padding: 0 24px;
  font-size: 0.92rem;
}

.button--primary {
  background: var(--dark);
  color: var(--cream);
  box-shadow: 0 16px 38px rgba(35, 33, 30, 0.14);
}

.button--ghost {
  border-color: var(--line-strong);
  background: color-mix(in srgb, var(--surface-strong) 66%, transparent);
  color: var(--ink);
}

.concept-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(46px, 6vw, 88px);
  align-items: center;
  min-height: calc(88svh - 80px);
  padding: clamp(64px, 7vw, 104px) 0 clamp(72px, 8vw, 118px);
}

.concept-hero__copy {
  position: relative;
  z-index: 2;
}

.hero__subhead {
  max-width: 620px;
  margin-top: 30px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.12vw, 1.16rem);
  line-height: 1.86;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.concept-hero__media,
.atelier-image,
.project-card,
.process-card,
.archive-rail figure {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}

.concept-hero__media {
  min-height: 580px;
  margin: 0;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.concept-hero__media img,
.atelier-image img,
.project-card img,
.process-card img,
.archive-rail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-hero__media img {
  position: absolute;
  inset: 0;
}

.concept-hero__media figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  display: grid;
  gap: 8px;
  max-width: 410px;
  padding: 20px;
  border: 1px solid rgba(247, 243, 236, 0.28);
  border-radius: var(--radius);
  background: rgba(35, 33, 30, 0.42);
  color: var(--cream);
  backdrop-filter: blur(14px);
}

.concept-hero__media figcaption span,
.section-label,
.project-card__content p,
.process-card span,
.archive-rail figcaption {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

.concept-hero__media figcaption strong {
  font-family: var(--font-heading);
  font-size: 1.34rem;
  font-weight: 500;
  line-height: 1.16;
}

.concept-section {
  padding: clamp(82px, 10vw, 150px) 0;
}

.section-intro {
  max-width: 900px;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.section-label {
  margin-bottom: 20px;
}

.section-intro--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.42fr);
  gap: 44px;
  align-items: end;
  max-width: none;
}

.section-intro--split > p,
.atelier-note p,
.project-card__content span,
.process-card p,
.client-card p,
.quote-panel__copy p {
  color: var(--muted);
  line-height: 1.78;
}

.atelier-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: stretch;
}

.atelier-image {
  min-height: 620px;
  margin: 0;
  box-shadow: var(--soft-shadow);
}

.atelier-notes {
  display: grid;
  align-content: stretch;
  gap: 16px;
}

.atelier-note,
.client-card,
.quote-panel,
.process-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(16px);
}

.atelier-note {
  display: grid;
  align-content: end;
  min-height: 180px;
  padding: 28px;
}

.atelier-note p,
.client-card p {
  margin-top: 16px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.project-card {
  grid-column: span 3;
  min-height: 500px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--soft-shadow);
}

.project-card:nth-child(3),
.project-card:nth-child(4) {
  grid-column: span 3;
  min-height: 410px;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(35, 33, 30, 0.02) 20%, rgba(35, 33, 30, 0.72) 100%);
  z-index: 1;
}

.project-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: clamp(22px, 3vw, 34px);
  color: var(--cream);
}

.project-card__content p,
.project-card__content h2,
.project-card__content h3,
.project-card__content span {
  color: var(--cream);
}

.project-card__content span {
  color: rgba(247, 243, 236, 0.72);
}

.project-card__content h2 {
  max-width: 520px;
  font-size: clamp(1.55rem, 2.3vw, 2.55rem);
  line-height: 1.02;
}

.archive-rail {
  display: grid;
  grid-auto-columns: minmax(260px, 1fr);
  grid-auto-flow: column;
  gap: 16px;
  margin-top: 22px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.archive-rail figure {
  min-height: 190px;
  margin: 0;
  border: 1px solid var(--line);
}

.archive-rail figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  color: var(--cream);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.process-card {
  overflow: hidden;
}

.process-card img {
  aspect-ratio: 4 / 3;
}

.process-card div {
  padding: 22px;
}

.process-card h3 {
  margin-top: 12px;
}

.process-card p {
  margin-top: 14px;
  font-size: 0.92rem;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.client-card {
  min-height: 220px;
  padding: 28px;
}

.quote-section {
  padding-bottom: 130px;
}

.quote-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 72px);
  padding: clamp(32px, 5vw, 62px);
}

.quote-panel__copy p:not(.section-label) {
  max-width: 600px;
  margin-top: 24px;
}

.quote-whatsapp-mobile {
  display: none;
}

.cosloom-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 9px;
  color: var(--muted);
  font-size: 0.9rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--surface-strong) 78%, transparent);
  color: var(--ink);
  padding: 0 13px;
}

input::placeholder,
textarea::placeholder {
  color: color-mix(in srgb, var(--muted) 62%, transparent);
}

textarea {
  min-height: 132px;
  padding-top: 13px;
  resize: vertical;
}

.wide {
  grid-column: 1 / -1;
}

.quote-form .button {
  width: max-content;
  min-width: 184px;
}

.form-status {
  align-self: center;
  color: var(--accent);
  font-size: 0.9rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 34px 0 48px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--ink);
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1100ms cubic-bezier(0.22, 1, 0.36, 1), transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible,
.cosloom-ready .concept-hero .reveal {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  :root {
    --site-pad: 24px;
  }

  .concept-hero {
    grid-template-columns: 1fr;
    gap: 46px;
    min-height: auto;
  }

  .concept-hero__media {
    min-height: 520px;
  }

  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .atelier-layout,
  .quote-panel,
  .section-intro--split {
    grid-template-columns: 1fr;
  }

  .atelier-image {
    min-height: 500px;
  }

  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-card,
  .project-card:nth-child(3),
  .project-card:nth-child(4) {
    grid-column: auto;
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  :root {
    --site-pad: 16px;
  }

  body.cosloom-site {
    background-size: 64px 100%, auto;
  }

  body.cosloom-site.admin-bar .site-nav {
    top: 46px;
  }

  .site-nav {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 68px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    gap: 9px;
  }

  .brand__mark {
    width: 36px;
    height: 36px;
    font-size: 0.92rem;
  }

  .brand__name {
    font-size: 1.24rem;
  }

  .brand__descriptor {
    font-size: 0.58rem;
  }

  .nav-quote {
    min-height: 38px;
    padding: 0 12px;
    white-space: nowrap;
  }

  h1 {
    font-size: clamp(2.72rem, 13vw, 3.55rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(2.05rem, 9vw, 2.76rem);
    line-height: 1.08;
  }

  .concept-hero {
    gap: 34px;
    min-height: auto;
    padding: 42px 0 70px;
  }

  .hero__subhead {
    margin-top: 24px;
    font-size: 0.98rem;
    line-height: 1.76;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }

  .button {
    width: 100%;
    min-height: 46px;
    padding: 0 12px;
    font-size: 0.88rem;
  }

  .concept-hero__media {
    min-height: 360px;
  }

  .concept-hero__media figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 16px;
  }

  .concept-section {
    padding: 76px 0;
  }

  .section-intro {
    margin-bottom: 30px;
  }

  .section-label {
    margin-bottom: 16px;
  }

  .atelier-image {
    min-height: 360px;
  }

  .atelier-note,
  .client-card {
    min-height: 0;
    padding: 24px;
  }

  .project-grid,
  .process-grid,
  .client-grid,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .project-card,
  .project-card:nth-child(3),
  .project-card:nth-child(4) {
    min-height: 350px;
  }

  .project-card__content {
    padding: 24px;
  }

  .quote-panel {
    padding: 24px;
  }

  .quote-form .button {
    width: 100%;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 430px) {
  .nav-quote {
    min-width: 62px;
    font-size: 0;
  }

  .nav-quote::before {
    content: "Quote";
    font-size: 0.8rem;
  }

  .hero__actions {
    grid-template-columns: 1fr;
  }

  .concept-hero__media {
    min-height: 320px;
  }

  .project-card,
  .project-card:nth-child(3),
  .project-card:nth-child(4) {
    min-height: 318px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .button,
  .nav-quote,
  .project-card img,
  .archive-rail,
  .archive-rail figure {
    animation: none;
    transition: none;
  }
}

/* Production multi-page site */
.site-nav--live .nav-links a[aria-current="page"] {
  color: var(--ink);
  font-weight: 700;
}

.live-main {
  padding-bottom: 96px;
}

.live-main .button--ghost {
  border-color: var(--line-strong);
  background: color-mix(in srgb, var(--surface-strong) 70%, transparent);
  color: var(--ink);
}

.home-hero,
.live-page-hero,
.project-hero,
.quote-page {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: 64px;
  align-items: center;
  padding: 72px 0 92px;
}

.home-hero {
  min-height: calc(88svh - 80px);
}

.home-hero__copy,
.live-page-hero__copy,
.project-hero__copy,
.quote-page__copy {
  display: grid;
  gap: 28px;
}

.home-hero h1,
.live-page-hero h1,
.project-hero h1,
.quote-page h1,
.policy-page h1 {
  max-width: 780px;
  font-size: 5rem;
  line-height: 0.96;
}

.home-hero p,
.live-page-hero p,
.project-hero__copy > p,
.quote-page__copy > p {
  max-width: 650px;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.82;
}

.home-hero__media,
.live-page-hero__media,
.project-hero__image {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.home-hero__media img,
.live-page-hero__media img,
.project-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.home-hero__proof li,
.mini-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--surface-strong) 74%, transparent);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 10px 12px;
}

.live-section {
  padding: 86px 0;
}

.live-section__intro {
  display: grid;
  gap: 18px;
  max-width: 850px;
  margin-bottom: 36px;
}

.live-section__intro--split {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  max-width: none;
}

.live-section__intro p,
.live-split p,
.policy-page p {
  color: var(--muted);
  line-height: 1.8;
}

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

.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--soft-shadow);
}

.service-card a {
  display: grid;
  grid-template-rows: 240px auto auto;
  min-height: 100%;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card span,
.project-card span,
.project-hero__copy > p,
.quote-form__eyebrow {
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-card span {
  padding: 22px 22px 0;
}

.service-card p {
  padding: 12px 22px 24px;
  color: var(--muted);
  line-height: 1.66;
}

.live-main .project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.live-main .project-card,
.live-main .project-card:nth-child(3),
.live-main .project-card:nth-child(4) {
  position: relative;
  grid-column: auto;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--soft-shadow);
}

.live-main .project-card::after {
  display: none;
}

.live-main .project-card a {
  display: grid;
  min-height: 100%;
}

.live-main .project-card img {
  position: static;
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.live-main .project-card span,
.live-main .project-card h2,
.live-main .project-card h3,
.live-main .project-card p {
  margin-right: 24px;
  margin-left: 24px;
}

.live-main .project-card span {
  margin-top: 24px;
}

.live-main .project-card h2,
.live-main .project-card h3 {
  margin-top: 10px;
  font-size: 1.72rem;
}

.live-main .project-card p {
  margin-top: 12px;
  margin-bottom: 26px;
  color: var(--muted);
  line-height: 1.72;
}

.live-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 56px;
  align-items: start;
  padding: 92px 0;
}

.live-split > div:first-child {
  display: grid;
  gap: 24px;
}

.process-mini,
.live-list-panel,
.detail-panel,
.measurement-item,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--soft-shadow);
}

.process-mini {
  display: grid;
}

.process-mini article,
.process-row {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.process-mini article:last-child,
.process-row:last-child {
  border-bottom: 0;
}

.process-mini span,
.process-row span {
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 800;
}

.process-mini h3,
.process-row h2 {
  font-size: 1.48rem;
}

.process-mini p,
.process-row p,
.detail-panel p,
.measurement-item p,
.faq-item p {
  color: var(--muted);
  line-height: 1.72;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-strong) 72%, transparent);
}

.trust-strip span {
  padding: 22px;
  border-right: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.trust-strip span:last-child {
  border-right: 0;
}

.live-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin-top: 52px;
  padding: 34px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(37, 35, 31, 0.96), rgba(66, 54, 48, 0.96));
  color: var(--cream);
  box-shadow: var(--shadow);
}

.live-cta h2,
.live-cta p {
  color: var(--cream);
}

.live-cta h2 {
  font-size: 2.35rem;
}

.live-cta p {
  max-width: 710px;
  margin-top: 12px;
  line-height: 1.76;
  opacity: 0.78;
}

.live-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.live-cta .button--ghost {
  border-color: rgba(247, 243, 236, 0.34);
  color: var(--cream);
}

.detail-grid,
.measurement-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 34px 0 84px;
}

.detail-panel,
.measurement-item {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 26px;
}

.detail-panel h2,
.measurement-item h2 {
  font-size: 1.56rem;
}

.mini-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.project-hero {
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
}

.project-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
  padding: 18px 0 84px;
}

.project-gallery figure {
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.project-gallery figure:first-child {
  min-height: 540px;
}

.project-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-timeline {
  display: grid;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--surface) 86%, transparent);
  box-shadow: var(--soft-shadow);
}

.process-row {
  grid-template-columns: 80px minmax(170px, 0.36fr) minmax(0, 1fr);
  align-items: start;
}

.quote-page {
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1fr);
  align-items: start;
}

.quote-page__copy {
  position: sticky;
  top: 110px;
}

.quote-page__form {
  min-width: 0;
}

.quote-form--live {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--surface-strong) 84%, transparent);
  box-shadow: var(--shadow);
}

.quote-form__intro {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  margin-bottom: 4px;
}

.quote-form__intro p:last-child {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.7;
}

.quote-upload-note,
.quote-next-steps {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--surface) 72%, transparent);
}

.quote-upload-note span,
.quote-upload-note__count {
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quote-upload-note strong {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 500;
}

.quote-upload-note__input {
  display: grid;
  gap: 10px;
  color: var(--ink-soft);
  font-weight: 700;
}

.quote-upload-note input[type="file"] {
  min-height: 0;
  padding: 12px;
}

.quote-upload-note p,
.quote-next-steps p {
  color: var(--muted);
  line-height: 1.66;
}

.form-status--success {
  color: #27664a;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 14px;
  padding-bottom: 72px;
}

.faq-item {
  padding: 0;
}

.faq-item summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 1.45rem;
  list-style: none;
}

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

.faq-item p {
  padding: 0 24px 24px;
}

.policy-page {
  display: grid;
  gap: 20px;
  max-width: 880px;
  padding-top: 72px;
  padding-bottom: 92px;
}

.policy-page h2 {
  margin-top: 24px;
  font-size: 2rem;
}

.site-footer--live {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr) auto;
  align-items: start;
  gap: 30px;
}

.site-footer__brand {
  display: grid;
  gap: 8px;
}

.site-footer__brand strong {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 500;
}

.site-footer__nav,
.site-footer__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.site-footer__contact {
  justify-content: flex-end;
}

@media (max-width: 1180px) {
  .home-hero,
  .live-page-hero,
  .project-hero,
  .quote-page {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .quote-page__copy {
    position: static;
  }

  .service-grid,
  .detail-grid,
  .measurement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .home-hero h1,
  .live-page-hero h1,
  .project-hero h1,
  .quote-page h1,
  .policy-page h1 {
    font-size: 3.7rem;
  }

  .live-main .project-grid,
  .project-gallery,
  .trust-strip,
  .process-row,
  .live-split,
  .live-cta,
  .site-footer--live {
    grid-template-columns: 1fr;
  }

  .project-gallery figure:first-child,
  .project-gallery figure {
    min-height: 360px;
  }

  .site-footer__contact {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .home-hero,
  .live-page-hero,
  .project-hero,
  .quote-page {
    padding: 46px 0 66px;
  }

  .home-hero h1,
  .live-page-hero h1,
  .project-hero h1,
  .quote-page h1,
  .policy-page h1 {
    font-size: 2.8rem;
    line-height: 1.05;
  }

  .home-hero__media,
  .live-page-hero__media,
  .project-hero__image {
    min-height: 380px;
  }

  .service-grid,
  .detail-grid,
  .measurement-grid,
  .quote-form--live {
    grid-template-columns: 1fr;
  }

  .live-section {
    padding: 64px 0;
  }

  .live-section__intro--split {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .service-card a {
    grid-template-rows: 250px auto auto;
  }

  .live-main .project-card img {
    height: 270px;
  }

  .live-split {
    padding: 66px 0;
  }

  .trust-strip span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip span:last-child {
    border-bottom: 0;
  }

  .live-cta {
    padding: 24px;
  }

  .live-cta h2 {
    font-size: 2rem;
  }

  .quote-form--live {
    padding: 22px;
  }
}

/* Classic production pages: keep old-preview visual language on real routes. */
.site-nav .nav-links a[aria-current="page"] {
  color: var(--ink);
  font-weight: 750;
}

.cosloom-page {
  padding-bottom: 20px;
}

.route-page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(38px, 6vw, 86px);
  align-items: center;
  padding-top: clamp(72px, 8.2vw, 126px);
  padding-bottom: clamp(62px, 7.4vw, 112px);
  isolation: isolate;
}

.route-page-hero::before {
  content: attr(data-route-letter);
  position: absolute;
  left: clamp(-8px, -0.6vw, 0px);
  bottom: clamp(28px, 5vw, 74px);
  z-index: -1;
  color: rgba(83, 78, 70, 0.11);
  font-family: var(--font-heading);
  font-size: clamp(9rem, 17vw, 18rem);
  font-weight: 400;
  line-height: 0.72;
  pointer-events: none;
  text-transform: uppercase;
}

.route-page-hero::after {
  content: "";
  position: absolute;
  top: clamp(42px, 5vw, 72px);
  left: 0;
  right: 0;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, rgba(122, 62, 92, 0.26), rgba(122, 62, 92, 0.11), transparent);
}

.route-page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  min-width: 0;
}

.route-page-hero .section-label {
  margin-bottom: clamp(16px, 1.8vw, 24px);
}

.route-page-hero h1 {
  max-width: min(760px, 100%);
  font-size: clamp(3.35rem, 5.05vw, 6rem);
  line-height: 0.96;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}

.route-page-hero .editorial-section-copy {
  max-width: 650px;
  margin-top: clamp(22px, 2.6vw, 34px);
  color: color-mix(in srgb, var(--muted) 88%, var(--ink));
  font-size: clamp(1.02rem, 1.18vw, 1.18rem);
  line-height: 1.84;
  overflow-wrap: normal;
}

.route-page-hero .button--ghost {
  border-color: var(--line-strong);
  background: color-mix(in srgb, var(--surface-strong) 72%, transparent);
  color: var(--ink);
}

.route-page-hero__media {
  position: relative;
  min-height: clamp(500px, 46vw, 650px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.route-page-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(35, 33, 30, 0.04), rgba(35, 33, 30, 0.18));
  pointer-events: none;
}

.route-page-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-page-hero--text {
  grid-template-columns: minmax(0, 960px);
}

.route-page-hero--text .route-page-hero__content {
  max-width: 920px;
}

.route-page-hero--text h1 {
  max-width: 900px;
}

.concept-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  padding-top: clamp(62px, 8vw, 118px);
  padding-bottom: clamp(58px, 7vw, 104px);
}

.concept-page-hero .section-intro {
  margin-bottom: 0;
}

.concept-page-hero h1,
.quote-panel__copy h1 {
  max-width: 760px;
  font-size: clamp(3.1rem, 5.2vw, 5.8rem);
  line-height: 0.98;
}

.quote-panel__copy h1 {
  color: var(--cream);
}

.editorial-section-copy {
  max-width: 680px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.82;
}

.concept-page-hero__media {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.concept-page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card__link {
  display: block;
  height: 100%;
  color: inherit;
}

.project-card__link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -5px;
}

.classic-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.classic-detail-grid .atelier-note {
  min-height: 232px;
  align-content: start;
  background: linear-gradient(135deg, rgba(250, 248, 243, 0.9), rgba(235, 229, 218, 0.68));
  box-shadow: none;
}

.classic-detail-grid h2,
.classic-info-grid h2 {
  font-size: clamp(1.5rem, 2vw, 2.1rem);
}

.quote-panel--compact {
  align-items: center;
}

.quote-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.process-grid--full {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.archive-rail--gallery figure {
  min-height: 360px;
}

.showroom-section {
  position: relative;
}

.showroom-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -22px 0 34px;
}

.showroom-filter a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-strong) 78%, transparent);
  color: var(--ink-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.showroom-filter a:hover,
.showroom-filter a:focus-visible {
  border-color: var(--accent);
  color: var(--ink);
}

.showroom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 34px);
}

.showroom-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(250, 248, 243, 0.92), rgba(232, 225, 213, 0.68));
  box-shadow: var(--soft-shadow);
}

.showroom-card__link {
  display: grid;
  grid-template-rows: minmax(310px, 0.9fr) auto;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.showroom-card__link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -5px;
}

.showroom-card__media {
  position: relative;
  min-height: 310px;
  margin: 0;
  overflow: hidden;
  background: var(--surface-strong);
}

.showroom-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
}

.showroom-card:hover .showroom-card__media img,
.showroom-card:focus-within .showroom-card__media img {
  filter: saturate(1.04) contrast(1.04);
  transform: scale(1.035);
}

.showroom-card__body {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 2.2vw, 28px);
}

.showroom-card__topline,
.showroom-card__commerce {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  justify-content: space-between;
}

.showroom-card__topline span,
.showroom-card__commerce span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.showroom-card h2,
.showroom-card h3 {
  margin: 0;
  font-size: clamp(1.66rem, 2.25vw, 2.36rem);
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.showroom-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.showroom-card__commerce {
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(122, 62, 92, 0.16);
}

.showroom-card__commerce strong,
.showroom-price-line strong,
.showroom-spec-strip strong {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.1vw, 2.08rem);
  font-weight: 500;
  line-height: 1;
}

.showroom-section--categories {
  padding-top: 0;
}

.showroom-category-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  border-top: 1px solid rgba(122, 62, 92, 0.14);
}

.showroom-category-block h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.8vw, 3.1rem);
}

.showroom-category-block p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  line-height: 1.76;
}

.showroom-price-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: clamp(20px, 2.4vw, 30px);
}

.showroom-price-line span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-strong) 76%, transparent);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.showroom-spec-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-strong) 82%, transparent);
  box-shadow: var(--soft-shadow);
}

.showroom-spec-strip div {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: clamp(18px, 2vw, 28px);
  border-right: 1px solid var(--line);
}

.showroom-spec-strip div:last-child {
  border-right: 0;
}

.showroom-spec-strip span {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.showroom-spec-strip strong {
  font-size: clamp(1.24rem, 1.8vw, 1.82rem);
}

.showroom-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.48fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: start;
  margin-top: clamp(28px, 4vw, 56px);
}

.showroom-detail-copy,
.showroom-detail-panel {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(250, 248, 243, 0.9), rgba(235, 229, 218, 0.64));
  box-shadow: var(--soft-shadow);
}

.showroom-detail-copy {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 4vw, 52px);
}

.showroom-detail-copy h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}

.showroom-detail-copy p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.82;
}

.showroom-includes {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}

.showroom-includes h3,
.showroom-detail-panel h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 2.05rem);
}

.showroom-includes ul,
.showroom-detail-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.showroom-includes li,
.showroom-detail-panel li {
  position: relative;
  padding-left: 20px;
  color: var(--ink-soft);
  line-height: 1.62;
}

.showroom-includes li::before,
.showroom-detail-panel li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border: 1px solid var(--accent);
  border-radius: 999px;
}

.showroom-detail-panel {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 3vw, 34px);
}

.showroom-detail-panel .button {
  width: fit-content;
}

.quote-form__context {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(212, 171, 194, 0.34);
  background: rgba(250, 248, 243, 0.08);
  color: var(--cream);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.cosloom-page .section-intro--split h2,
.cosloom-page .classic-detail-grid h2,
.cosloom-page .classic-info-grid h2,
.cosloom-page .project-card__content h2,
.cosloom-page .project-card__content h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.cosloom-page .section-intro--split {
  padding-top: clamp(16px, 2vw, 28px);
  border-top: 1px solid rgba(122, 62, 92, 0.14);
}

.cosloom-page .section-intro--split > p {
  max-width: 520px;
}

.cosloom-page .quote-panel {
  position: relative;
  overflow: hidden;
}

.cosloom-page .quote-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(250, 248, 243, 0.08), rgba(35, 33, 30, 0));
  pointer-events: none;
}

.cosloom-page .quote-panel > * {
  position: relative;
  z-index: 1;
}

.quote-panel__copy h1 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}

.classic-faq-list {
  display: grid;
  gap: 14px;
  max-width: 980px;
}

.classic-faq-list .faq-item {
  padding: 0;
  overflow: hidden;
}

.classic-faq-list summary {
  cursor: pointer;
  padding: 24px 28px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.28rem, 1.8vw, 1.72rem);
  line-height: 1.2;
}

.classic-faq-list .faq-item p {
  padding: 0 28px 26px;
  color: var(--muted);
  line-height: 1.78;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: center;
}

@media (max-width: 1020px) {
  .route-page-hero {
    grid-template-columns: 1fr;
  }

  .route-page-hero::before {
    bottom: auto;
    top: clamp(22px, 4vw, 42px);
    font-size: clamp(8rem, 24vw, 13rem);
  }

  .route-page-hero__content {
    max-width: 860px;
  }

  .route-page-hero__media {
    min-height: 460px;
  }

  .concept-page-hero,
  .quote-panel {
    grid-template-columns: 1fr;
  }

  .concept-page-hero__media {
    min-height: 460px;
  }

  .process-grid--full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showroom-grid,
  .showroom-detail-grid,
  .showroom-spec-strip {
    grid-template-columns: 1fr 1fr;
  }

  .showroom-detail-grid {
    gap: 24px;
  }
}

@media (max-width: 760px) {
  .route-page-hero {
    padding-top: 46px;
    padding-bottom: 64px;
    gap: 30px;
  }

  .route-page-hero::before {
    top: 22px;
    left: -4px;
    font-size: clamp(6rem, 30vw, 8.5rem);
  }

  .route-page-hero::after {
    top: 28px;
  }

  .route-page-hero h1 {
    font-size: clamp(2.08rem, 8.7vw, 2.52rem);
    line-height: 1.02;
  }

  .route-page-hero .editorial-section-copy {
    margin-top: 20px;
    font-size: 0.98rem;
    line-height: 1.76;
  }

  .route-page-hero__media {
    min-height: 360px;
  }

  .concept-page-hero {
    padding-top: 42px;
    padding-bottom: 62px;
  }

  .concept-page-hero h1,
  .quote-panel__copy h1 {
    font-size: 2.7rem;
  }

  .concept-page-hero__media {
    min-height: 360px;
  }

  .classic-detail-grid,
  .process-grid--full,
  .classic-info-grid,
  .showroom-grid,
  .showroom-detail-grid,
  .showroom-spec-strip,
  .showroom-category-block {
    grid-template-columns: 1fr;
  }

  .showroom-filter {
    margin-top: -8px;
  }

  .showroom-filter a {
    min-height: 34px;
    font-size: 0.66rem;
  }

  .showroom-card__link {
    grid-template-rows: minmax(260px, auto) auto;
  }

  .showroom-card__media {
    min-height: 260px;
  }

  .showroom-spec-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .showroom-spec-strip div:last-child {
    border-bottom: 0;
  }

  .showroom-detail-copy,
  .showroom-detail-panel {
    padding: 22px;
  }

  .showroom-detail-copy h2 {
    font-size: clamp(1.9rem, 8vw, 2.45rem);
  }

  .quote-form__context {
    width: auto;
  }

  .quote-whatsapp-mobile,
  .quote-whatsapp-mobile--page {
    display: grid;
    gap: 14px;
  }

  .quote-whatsapp-inline {
    display: none;
  }

  .site-footer {
    display: grid;
    justify-items: start;
  }

  .site-footer__nav {
    justify-content: flex-start;
  }
}

/* B Final v2: light custom conversion, studio authority, and richer route pages. */
.start-paths-section,
.starting-points-section,
.studio-standards-section {
  position: relative;
}

.start-paths-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.start-path-card {
  position: relative;
  display: grid;
  gap: 22px;
  min-height: 320px;
  align-content: end;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(250, 248, 243, 0.92), rgba(224, 215, 202, 0.52)),
    color-mix(in srgb, var(--surface) 88%, transparent);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.start-path-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(122, 62, 92, 0.14);
  pointer-events: none;
}

.start-path-card span,
.starting-card__body p,
.service-archive-card .section-label,
.showroom-card__cta {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.start-path-card h3 {
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(2.55rem, 4vw, 4.1rem);
  font-weight: 500;
  line-height: 0.98;
}

.start-path-card p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.start-path-card .button {
  width: max-content;
}

.starting-points-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.starting-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(250, 248, 243, 0.94), rgba(234, 228, 217, 0.66));
  box-shadow: var(--soft-shadow);
}

.starting-card a {
  display: grid;
  grid-template-rows: minmax(260px, 0.85fr) auto;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.starting-card figure {
  min-height: 260px;
  margin: 0;
  overflow: hidden;
}

.starting-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.starting-card:hover img,
.starting-card:focus-within img {
  transform: scale(1.045);
}

.starting-card__body {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.starting-card__body h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.05;
}

.starting-card__body strong {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 1.24rem;
  font-weight: 500;
}

.starting-card__body span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.62;
}

.starting-card__body em,
.service-archive-card__cta,
.project-card__content em {
  color: var(--ink);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.starting-points-note {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-strong) 74%, transparent);
}

.starting-points-note p {
  max-width: 800px;
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.studio-standards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 70%, transparent);
}

.studio-standard-card {
  min-height: 220px;
  padding: clamp(24px, 3vw, 34px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.studio-standard-card:nth-child(3n) {
  border-right: 0;
}

.studio-standard-card:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.studio-standard-card h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 1.9vw, 2rem);
  font-weight: 500;
}

.studio-standard-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.service-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.service-archive-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(250, 248, 243, 0.94), rgba(232, 225, 214, 0.66));
  box-shadow: var(--soft-shadow);
}

.service-archive-card a {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.service-archive-card figure {
  min-height: 420px;
  margin: 0;
  overflow: hidden;
}

.service-archive-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-archive-card__body {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: clamp(24px, 3vw, 36px);
}

.service-archive-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 500;
  line-height: 0.98;
}

.service-archive-card p:not(.section-label) {
  margin: 0;
  color: var(--muted);
  line-height: 1.66;
}

.service-archive-card dl,
.showroom-card__meta,
.project-card__meta {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
}

.service-archive-card dl div,
.showroom-card__meta div,
.project-card__meta div {
  display: grid;
  gap: 3px;
  padding-top: 10px;
  border-top: 1px solid rgba(122, 62, 92, 0.14);
}

.service-archive-card dt,
.showroom-card__meta dt,
.project-card__meta dt {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-archive-card dd,
.showroom-card__meta dd,
.project-card__meta dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.54;
}

.showroom-card__meta {
  gap: 8px;
}

.showroom-card__cta {
  display: inline-flex;
  margin-top: 4px;
  font-style: normal;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -12px 0 clamp(22px, 3vw, 34px);
  padding: 12px 0;
  border-top: 1px solid rgba(122, 62, 92, 0.12);
  border-bottom: 1px solid rgba(122, 62, 92, 0.12);
}

.filter-chip {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: color-mix(in srgb, var(--surface-strong) 78%, transparent);
  color: var(--ink-soft);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.filter-chip:hover,
.filter-chip:focus-visible,
.filter-chip.is-active {
  border-color: rgba(122, 62, 92, 0.54);
  background: color-mix(in srgb, var(--ink) 88%, var(--accent));
  color: var(--cream);
}

[data-filter-card][hidden] {
  display: none !important;
}

.filter-empty {
  margin: 24px 0 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-strong) 78%, transparent);
  color: var(--muted);
  line-height: 1.6;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.project-card__content .project-tags {
  margin-top: -2px;
}

.project-tags span,
.project-card__content .project-tags span {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(247, 243, 236, 0.24);
  background: rgba(35, 33, 30, 0.34);
  color: rgba(247, 243, 236, 0.8);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.showroom-card .project-tags span,
.project-tags--showroom span {
  border-color: rgba(122, 62, 92, 0.2);
  background: rgba(122, 62, 92, 0.06);
  color: var(--accent);
}

.concept-home .project-card img,
.cosloom-page .project-card img,
.showroom-card__media img,
.route-page-hero__media img,
.process-card img,
.atelier-image img,
.atelier-image-strip img,
.archive-rail img {
  filter: saturate(0.94) contrast(1.03) sepia(0.05);
}

.project-grid--expanded .project-card img,
.showroom-card__media img {
  object-position: center;
}

.showroom-spec-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.showroom-preorder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 24px);
  margin-top: clamp(22px, 3vw, 36px);
}

.measurement-note-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: 32px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(250, 248, 243, 0.9), rgba(232, 225, 214, 0.58));
}

.measurement-note-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
}

.measurement-note-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.76;
}

.static-preview-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(214, 180, 198, 0.26);
  background: rgba(250, 248, 243, 0.08);
  color: color-mix(in srgb, var(--muted) 82%, var(--cream));
  font-size: 0.82rem;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .starting-points-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-archive-card a {
    grid-template-columns: 1fr;
  }

  .service-archive-card figure {
    min-height: 340px;
  }
}

@media (max-width: 900px) {
  .start-paths-grid,
  .studio-standards-grid,
  .showroom-preorder-grid,
  .measurement-note-panel {
    grid-template-columns: 1fr;
  }

  .studio-standard-card,
  .studio-standard-card:nth-child(3n),
  .studio-standard-card:nth-last-child(-n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .studio-standard-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .filter-chips {
    flex-wrap: nowrap;
    margin-top: -6px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .filter-chip {
    flex: 0 0 auto;
    min-height: 36px;
    white-space: nowrap;
  }

  .project-tags {
    gap: 6px;
  }

  .start-path-card {
    min-height: 260px;
    padding: 26px;
  }

  .start-path-card .button {
    width: 100%;
  }

  .starting-points-grid,
  .service-archive-grid,
  .showroom-preorder-grid {
    grid-template-columns: 1fr;
  }

  .starting-card a {
    grid-template-rows: minmax(240px, auto) auto;
  }

  .starting-points-note {
    display: grid;
  }

  .service-archive-card figure {
    min-height: 280px;
  }

  .showroom-card__meta,
  .project-card__meta {
    display: none;
  }
}
