:root {
  --ivory-warm: #EEF3EC;
  --linen-soft: #DDE5DA;
  --sand-cream: #D7D0E7;
  --oak-honey: #E16F4F;
  --walnut-deep: #16372C;
  --wood-shadow: #0E1814;
  --sage-soft: #CDE86E;
  --olive-muted: #557565;
  --charcoal-soft: #101812;
  --text-main: #101812;
  --text-muted: #53635A;
  --white: #FFFFFF;
  --border-soft: rgba(16, 24, 18, 0.13);
  --glass-warm: rgba(238, 243, 236, 0.72);
  --shadow-soft: 0 28px 80px rgba(16, 24, 18, 0.16);
  --shadow-hover: 0 34px 90px rgba(16, 24, 18, 0.24);
  --signal-lime: #CDE86E;
  --clay-flash: #E16F4F;
  --mist-green: #EEF3EC;
  --mineral-blue: #C7D7D4;
  --lilac-stone: #D7D0E7;
  --gallery-red: #8F2F1C;
  --acid-line: #D8FF3F;
  --ink-wash: rgba(16, 24, 18, 0.86);
  --hero-x: 0px;
  --hero-y: 0px;
}

/* Final visual polish: richer palette, sharper hierarchy, stronger mobile rhythm */
:root {
  --paper: #fbf6ed;
  --paper-warm: #f3e7d6;
  --ink-deep: #1b1611;
  --forest: #263a2d;
  --forest-2: #38563f;
  --terracotta: #c4643c;
  --terracotta-dark: #8f3e26;
  --saffron: #d9a441;
  --sage: #93a77b;
  --clay-soft: #ead3bf;
  --line-warm: rgba(88, 61, 41, 0.18);
  --shadow-editorial: 0 26px 80px rgba(49, 34, 22, 0.15);
}

body {
  background:
    radial-gradient(circle at 8% 6%, rgba(217, 164, 65, 0.16), transparent 30rem),
    radial-gradient(circle at 92% 14%, rgba(147, 167, 123, 0.18), transparent 32rem),
    var(--paper);
  color: var(--ink-deep);
}

.site-header {
  border-bottom-color: rgba(38, 58, 45, 0.14);
  background: rgba(251, 246, 237, 0.88);
}

.site-branding__mark,
.header-cta,
.button--primary {
  background: linear-gradient(135deg, var(--terracotta), var(--terracotta-dark));
  color: #fff;
  box-shadow: 0 14px 34px rgba(143, 62, 38, 0.24);
}

.button--secondary,
.button--ghost {
  border-color: rgba(38, 58, 45, 0.26);
  color: var(--forest);
  background: rgba(255, 255, 255, 0.54);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(74, 45, 26, 0.18);
}

.section-label,
.kicker,
.post-card__category,
.selection-card__tag {
  color: var(--terracotta-dark);
  letter-spacing: 0.08em;
}

.hero--editorial,
.hero--art {
  background:
    radial-gradient(circle at 16% 18%, rgba(196, 100, 60, 0.26), transparent 25rem),
    radial-gradient(circle at 78% 18%, rgba(147, 167, 123, 0.25), transparent 28rem),
    linear-gradient(140deg, #fffaf2 0%, #f1dfc9 54%, #d9c4a7 100%);
}

.hero__image,
.hero--art .hero__image,
.collection-card,
.ambiance-card,
.selection-card,
.post-card,
.advice-studio__panel,
.material__content,
.guide-card {
  box-shadow: var(--shadow-editorial);
}

.hero__image::after,
.hero--art .hero__image::after {
  content: "";
  position: absolute;
  inset: auto 22px 22px 22px;
  height: 3px;
  background: linear-gradient(90deg, var(--terracotta), var(--saffron), var(--sage));
  border-radius: 999px;
  z-index: 2;
}

.collection-card,
.ambiance-card,
.selection-card,
.post-card {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(244, 232, 214, 0.9));
  border: 1px solid var(--line-warm);
  border-radius: 24px;
}

.collection-card__image img,
.ambiance-card__image img,
.selection-card__image img,
.post-card__media img {
  filter: saturate(1.08) contrast(1.04);
}

.collection-card:hover,
.ambiance-card:hover,
.selection-card:hover,
.post-card:hover {
  border-color: rgba(196, 100, 60, 0.34);
  transform: translateY(-4px);
}

.material,
.section-matiere {
  background:
    linear-gradient(90deg, rgba(38, 58, 45, 0.95), rgba(27, 22, 17, 0.92)),
    var(--forest);
  color: #fff8ed;
}

.material .section-label,
.material h2,
.section-matiere h2 {
  color: #fff8ed;
}

.material__points li,
.advice-studio__metric,
.advice-studio__matrix li {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.advice-studio {
  background:
    radial-gradient(circle at 18% 8%, rgba(196, 100, 60, 0.18), transparent 26rem),
    linear-gradient(180deg, #fff7ee 0%, #f4e2cd 100%);
}

.advice-studio__panel {
  border: 1px solid rgba(143, 62, 38, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(245, 229, 207, 0.92)),
    var(--paper-warm);
}

.advice-studio__metrics strong,
.advice-studio__matrix strong {
  color: var(--forest);
}

.post-card__meta span:last-child {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(147, 167, 123, 0.18);
  color: var(--forest);
}

.contact,
.section-contact {
  background:
    radial-gradient(circle at 75% 22%, rgba(217, 164, 65, 0.18), transparent 24rem),
    linear-gradient(140deg, #1f2f25, #15110d);
  color: #fff7ed;
}

.contact input,
.contact textarea,
.contact select {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff7ed;
}

.contact input::placeholder,
.contact textarea::placeholder {
  color: rgba(255, 247, 237, 0.68);
}

@media (max-width: 900px) {
  .container,
  .hero__inner,
  .section-inner {
    width: min(100% - 28px, var(--container));
  }

  .collection__grid,
  .ambiances__grid,
  .selection__grid,
  .blog-preview__grid,
  .advice-studio__grid {
    grid-template-columns: 1fr;
  }

  .site-nav {
    background: rgba(251, 246, 237, 0.98);
    border-bottom: 1px solid var(--line-warm);
  }

  .hero--editorial,
  .hero--art {
    padding-top: 32px;
  }
}

@media (max-width: 560px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  h1,
  .hero--art h1 {
    font-size: clamp(2.04rem, 11vw, 3.1rem);
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
  }

  .hero__actions,
  .contact__actions {
    gap: 10px;
  }

  .button,
  .header-cta {
    min-height: 46px;
    padding-inline: 16px;
  }

  .collection-card,
  .ambiance-card,
  .selection-card,
  .post-card,
  .advice-studio__panel {
    border-radius: 18px;
  }

  .collection-card__body,
  .ambiance-card__body,
  .selection-card__body,
  .post-card__body {
    padding: 18px;
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(16, 24, 18, 0.052) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 24, 18, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 8% 18%, rgba(216, 255, 63, 0.34), transparent 18rem),
    radial-gradient(circle at 92% 4%, rgba(143, 47, 28, 0.18), transparent 22rem),
    var(--ivory-warm);
  background-size: 44px 44px;
  color: var(--text-main);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

body.loader-active {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

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

:focus-visible {
  outline: 3px solid var(--oak-honey);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  transform: translateY(-140%);
  background: var(--charcoal-soft);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 8px;
}

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

.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.section {
  padding: 112px 0;
  position: relative;
  scroll-margin-top: 96px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: 36px;
  align-items: end;
  max-width: none;
}

.section-label {
  margin: 0 0 14px;
  color: var(--walnut-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-heading > p:not(.section-label),
.section-heading--split > p {
  max-width: 640px;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--charcoal-soft);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 860px;
  font-size: clamp(2.35rem, 6.4vw, 4.5rem);
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.2rem, 5.2vw, 3.9rem);
  text-transform: uppercase;
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.03;
  text-transform: uppercase;
}

p {
  margin: 0;
  color: var(--text-muted);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

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

.button--primary {
  background: var(--charcoal-soft);
  color: var(--white);
  box-shadow: 8px 8px 0 var(--signal-lime);
}

.button--primary:hover {
  box-shadow: 4px 4px 0 var(--signal-lime);
}

.button--ghost {
  background: transparent;
  border-color: var(--charcoal-soft);
  color: var(--charcoal-soft);
}

.button--ghost:hover {
  background: var(--white);
}

.button--small {
  min-height: 42px;
  padding: 11px 18px;
  background: var(--ivory-warm);
  color: var(--charcoal-soft);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--walnut-deep);
  font-weight: 800;
}

.text-link::after {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  transition: width 180ms ease;
}

.text-link:hover::after {
  width: 52px;
}

.wood-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: var(--charcoal-soft);
  transition: opacity 420ms ease, visibility 420ms ease;
}

.wood-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.wood-loader__mark {
  width: min(360px, calc(100vw - 48px));
  text-align: center;
}

.wood-loader svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.wood-loader__grain,
.wood-loader__table,
.wood-loader__light {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wood-loader__grain {
  stroke: var(--signal-lime);
  stroke-width: 2.4;
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
  animation: loaderDraw 900ms ease forwards;
}

.wood-loader__table {
  stroke: var(--white);
  stroke-width: 2.8;
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
  animation: loaderDraw 700ms ease 250ms forwards;
}

.wood-loader__light {
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 5;
  stroke-dasharray: 34 310;
  animation: loaderLight 900ms ease 280ms forwards;
}

.wood-loader p {
  margin-top: 8px;
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.1;
}

.wood-loader span {
  display: block;
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@keyframes loaderDraw {
  to { stroke-dashoffset: 0; }
}

@keyframes loaderLight {
  from { stroke-dashoffset: 340; }
  to { stroke-dashoffset: 0; }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(238, 243, 236, 0.82);
  border-bottom: 1px solid var(--border-soft);
  backdrop-filter: blur(18px) saturate(1.1);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(247, 242, 232, 0.94);
  border-bottom-color: var(--border-soft);
  box-shadow: 0 12px 36px rgba(16, 24, 18, 0.1);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  min-height: 82px;
  margin-inline: auto;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  min-width: 180px;
  text-decoration: none;
}

.site-logo img {
  width: 188px;
  height: auto;
}

.primary-nav__list,
.footer-menu {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-nav a,
.footer-menu a {
  color: var(--charcoal-soft);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: border-color 160ms ease, background 160ms ease;
}

.primary-nav a:hover {
  border-color: var(--charcoal-soft);
  background: var(--signal-lime);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 18px;
  border: 1px solid var(--border-soft);
  border-radius: 2px;
  color: var(--charcoal-soft);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  background: var(--signal-lime);
  box-shadow: 5px 5px 0 var(--charcoal-soft);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--charcoal-soft);
  transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(430px, 1.16fr);
  gap: 28px;
  align-items: end;
  min-height: calc(100vh - 82px);
  padding: 88px min(5vw, 72px) 54px;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 118px auto auto 4vw;
  z-index: -1;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--signal-lime);
  opacity: 0.55;
  filter: blur(8px);
}

.hero--art {
  grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1.22fr);
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(238, 243, 236, 0.94) 0 42%, transparent 42%),
    linear-gradient(90deg, transparent 0 calc(100% - 1px), rgba(16, 24, 18, 0.18) calc(100% - 1px)),
    repeating-linear-gradient(90deg, rgba(16, 24, 18, 0.07) 0 1px, transparent 1px 74px);
}

.hero--art::before {
  inset: 16% auto auto -7vw;
  width: min(54vw, 690px);
  border-radius: 46% 54% 38% 62%;
  background: var(--acid-line);
  opacity: 0.72;
  filter: blur(0);
  transform: translate3d(calc(var(--hero-x) * -0.28), calc(var(--hero-y) * -0.2), 0) rotate(-9deg);
  clip-path: polygon(0 12%, 84% 0, 100% 62%, 18% 100%);
}

.hero--art::after {
  content: "COLLECTIBLE LIVING";
  position: absolute;
  left: min(5vw, 72px);
  bottom: 20px;
  z-index: -1;
  color: rgba(16, 24, 18, 0.075);
  font-size: clamp(3.6rem, 11vw, 10rem);
  font-weight: 950;
  line-height: 0.78;
  letter-spacing: 0;
  pointer-events: none;
  white-space: nowrap;
}

.hero--art .section-label {
  display: inline-flex;
  padding: 8px 11px;
  border: 1px solid var(--charcoal-soft);
  background: var(--acid-line);
  color: var(--charcoal-soft);
  box-shadow: 5px 5px 0 var(--charcoal-soft);
}

.hero--art h1 {
  max-width: 740px;
  font-size: clamp(2.65rem, 6.7vw, 5.45rem);
  line-height: 0.88;
}

.hero--art h1 span {
  display: block;
}

.hero--art .hero__intro {
  max-width: 550px;
  color: var(--ink-wash);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.hero--art .hero__visual {
  min-height: min(72vh, 720px);
  border: 1px solid var(--charcoal-soft);
  border-radius: 0;
  box-shadow: 18px 18px 0 var(--acid-line), -12px -12px 0 var(--gallery-red);
  transform:
    translate3d(calc(var(--hero-x) * 0.12), calc(var(--hero-y) * 0.08), 0)
    rotate(-1.6deg);
}

.hero--art .hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 54%, rgba(216, 255, 63, 0.5) 54% 55.2%, transparent 55.2%),
    radial-gradient(circle at 18% 82%, rgba(143, 47, 28, 0.22), transparent 21rem);
  mix-blend-mode: multiply;
}

.hero--art .hero__image,
.hero--art .hero__visual img {
  min-height: min(72vh, 720px);
  filter: saturate(1.06) contrast(1.02);
}

.hero__art-mark {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.hero__art-mark--one {
  top: 28px;
  left: -18px;
  width: 128px;
  height: 128px;
  border: 18px solid var(--acid-line);
  transform: rotate(17deg);
  mix-blend-mode: hard-light;
}

.hero__art-mark--two {
  right: 9%;
  bottom: 18%;
  width: 210px;
  height: 16px;
  background: var(--gallery-red);
  transform: rotate(-24deg);
  box-shadow: 0 34px 0 var(--charcoal-soft);
}

.hero--art .hero__caption {
  right: auto;
  left: 22px;
  bottom: 22px;
  max-width: 300px;
  border-color: var(--charcoal-soft);
  background: rgba(238, 243, 236, 0.88);
  color: var(--charcoal-soft);
  box-shadow: 8px 8px 0 var(--gallery-red);
}

.hero--art .hero__caption span {
  color: var(--gallery-red);
}

.art-manifesto {
  padding: 58px 0 72px;
  background: var(--charcoal-soft);
  color: var(--white);
  overflow: hidden;
}

.art-manifesto::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  pointer-events: none;
}

.art-manifesto__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) 220px minmax(280px, 0.74fr);
  gap: 32px;
  align-items: end;
}

.art-manifesto__grid::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: -42px;
  width: 180px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.36);
  transform: rotate(28deg);
}

.art-manifesto h2,
.art-manifesto .section-label {
  color: var(--white);
}

.art-manifesto h2 {
  max-width: 820px;
  font-size: clamp(2.4rem, 7vw, 6.6rem);
  line-height: 0.82;
}

.art-manifesto .section-label {
  color: var(--acid-line);
}

.art-manifesto__score {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
}

.art-manifesto__score span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.art-manifesto__copy {
  display: grid;
  gap: 18px;
}

.art-manifesto__copy p {
  color: rgba(255, 255, 255, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.32;
}

.art-manifesto .text-link {
  color: var(--acid-line);
}

.hero__content {
  max-width: 760px;
  padding-bottom: 44px;
}

.hero__intro {
  max-width: 620px;
  margin-top: 24px;
  color: var(--charcoal-soft);
  font-size: 18px;
  font-weight: 540;
}

.hero__actions,
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.hero__badges li {
  padding: 8px 13px;
  border: 1px solid var(--charcoal-soft);
  border-radius: 999px;
  background: var(--white);
  color: var(--charcoal-soft);
  font-size: 13px;
  font-weight: 800;
}

.hero__visual {
  position: relative;
  min-height: 610px;
  border-radius: 2px 80px 2px 80px;
  overflow: hidden;
  box-shadow: 18px 18px 0 var(--charcoal-soft);
  transform: rotate(-1.2deg);
}

.hero__image,
.hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}

.hero__caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 260px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 2px;
  background: var(--signal-lime);
  backdrop-filter: blur(16px);
  box-shadow: 8px 8px 0 var(--charcoal-soft);
}

.hero__caption span,
.selection-card__body span,
.post-card__body span,
.footer-label {
  display: block;
  color: var(--olive-muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__caption strong {
  display: block;
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.1;
}

.collection {
  background:
    linear-gradient(140deg, rgba(216, 255, 63, 0.12), transparent 34%),
    var(--charcoal-soft);
  color: var(--white);
  overflow: hidden;
}

.collection::before {
  content: "OBJECT INDEX";
  position: absolute;
  top: 42px;
  right: -12px;
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(4rem, 11vw, 10rem);
  font-weight: 950;
  line-height: 0.8;
  letter-spacing: 0;
}

.collection h2,
.collection .section-label {
  color: var(--white);
}

.collection .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

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

.collection-card,
.ambiance-card,
.selection-card,
.post-card,
.testimonial-card {
  position: relative;
  border: 1px solid var(--border-soft);
  border-radius: 2px;
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(58, 42, 28, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.collection-card img,
.ambiance-card img,
.selection-card img,
.post-card img {
  transition: transform 420ms ease, filter 420ms ease;
}

.collection-card:hover img,
.ambiance-card:hover img,
.selection-card:hover img,
.post-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.03);
}

.collection-card {
  grid-column: span 3;
  background: #F7FAF4;
  border-color: var(--charcoal-soft);
  box-shadow: 9px 9px 0 rgba(216, 255, 63, 0.82);
}

.collection-card::before,
.ambiance-card::before,
.selection-card::before,
.post-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0 solid var(--charcoal-soft);
  pointer-events: none;
  transition: border-width 180ms ease;
}

.collection-card:hover::before,
.ambiance-card:hover::before,
.selection-card:hover::before,
.post-card:hover::before {
  border-width: 6px;
}

.collection-card h3 {
  color: var(--charcoal-soft);
}

.collection-card:nth-child(2),
.collection-card:nth-child(4) {
  transform: translateY(42px);
}

.collection-card:nth-child(3) {
  transform: rotate(-1.8deg);
}

.collection-card:hover,
.ambiance-card:hover,
.selection-card:hover,
.post-card:hover,
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.collection-card__image {
  width: 100%;
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
}

.collection-card div,
.selection-card__body,
.post-card__body,
.ambiance-card__body {
  position: relative;
  z-index: 3;
  padding: 22px;
}

.collection-card p,
.ambiance-card p,
.selection-card p,
.post-card p,
.guide-tip p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.material {
  background:
    linear-gradient(135deg, rgba(216, 255, 63, 0.45), transparent 32%),
    linear-gradient(115deg, var(--mineral-blue), var(--ivory-warm) 58%, rgba(143, 47, 28, 0.18));
}

.material__grid,
.guide__grid,
.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: center;
}

.material__copy p:not(.section-label) {
  margin-top: 22px;
  max-width: 600px;
}

.material__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.material__points span {
  padding: 16px 14px;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--walnut-deep);
  font-weight: 850;
  box-shadow: inset 0 -4px 0 rgba(216, 255, 63, 0.55);
}

.material__image img,
.guide__image img {
  width: 100%;
  aspect-ratio: 5 / 4;
  border-radius: 2px 60px 2px 60px;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.ambiances__grid,
.selection__grid,
.post-grid,
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ambiances {
  background:
    linear-gradient(90deg, rgba(16, 24, 18, 0.08) 1px, transparent 1px),
    var(--lilac-stone);
  background-size: 88px 88px;
}

.ambiance-card {
  background: var(--ivory-warm);
  border-color: var(--charcoal-soft);
}

.ambiance-card:nth-child(2) {
  transform: translateY(38px);
  box-shadow: 9px 9px 0 var(--gallery-red);
}

.ambiance-card__image,
.selection-card__image,
.post-card__image,
.post-card__media img {
  width: 100%;
  aspect-ratio: 1.1 / 1;
  object-fit: cover;
}

.ambiance-card a,
.post-card a:not(.post-card__media) {
  display: inline-flex;
  margin-top: 16px;
  color: var(--walnut-deep);
  font-size: 14px;
  font-weight: 850;
}

.guide {
  background: var(--white);
  background-image: linear-gradient(90deg, rgba(16, 24, 18, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
}

.guide__tips {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.guide-tip {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--border-soft);
  border-radius: 2px;
  background: var(--ivory-warm);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.guide-tip:hover {
  background: var(--white);
  box-shadow: 7px 7px 0 var(--acid-line);
  transform: translate(-2px, -2px);
}

.guide-tip span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 2px;
  background: var(--sage-soft);
  color: var(--charcoal-soft);
  font-weight: 900;
}

.selection {
  background:
    radial-gradient(circle at 12% 14%, rgba(143, 47, 28, 0.28), transparent 18rem),
    var(--signal-lime);
}

.selection h2,
.selection .section-label {
  color: var(--charcoal-soft);
}

.selection-card {
  background: var(--charcoal-soft);
  color: var(--white);
  box-shadow: 10px 10px 0 rgba(255, 255, 255, 0.7);
  border-color: var(--charcoal-soft);
}

.selection-card h3,
.selection-card p {
  color: var(--white);
}

.selection-card__body span {
  color: var(--signal-lime);
}

.blog-preview {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0)),
    var(--ivory-warm);
}

.post-card {
  border-color: var(--charcoal-soft);
  box-shadow: 7px 7px 0 rgba(16, 24, 18, 0.1);
}

.advice-studio {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)),
    var(--ivory-warm);
}

.advice-studio__panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 30px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--border-soft);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(244, 241, 234, 0.86)),
    var(--white);
  box-shadow: var(--shadow-soft);
}

.advice-studio__intro,
.advice-studio__metrics,
.advice-studio__matrix {
  border-radius: 22px;
}

.advice-studio__intro {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
  background: var(--charcoal-soft);
}

.advice-studio__intro span,
.post-card__meta span {
  color: var(--olive-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.advice-studio__intro h3,
.advice-studio__intro p {
  color: var(--white);
}

.advice-studio__intro p {
  color: rgba(255, 255, 255, 0.74);
}

.advice-studio__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--border-soft);
  background: rgba(255, 255, 255, 0.68);
}

.advice-studio__metrics div {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 170px;
  padding: 22px;
  border-right: 1px solid var(--border-soft);
}

.advice-studio__metrics div:last-child {
  border-right: 0;
}

.advice-studio__metrics strong {
  color: var(--walnut-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 0.9;
}

.advice-studio__metrics span,
.advice-studio__matrix span {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.advice-studio__matrix {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.advice-studio__matrix span {
  display: grid;
  align-content: space-between;
  min-height: 80px;
  padding: 16px;
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  background: var(--white);
}

.advice-studio__matrix b {
  display: block;
  margin-top: 8px;
  color: var(--charcoal-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.post-grid--editorial {
  align-items: stretch;
}

.post-grid--editorial .post-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.post-card__media {
  overflow: hidden;
}

.post-card__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.post-card__meta span:last-child {
  color: var(--walnut-deep);
}

.advice-studio__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 26px;
}

.post-card h3 a {
  text-decoration: none;
}

.blog-preview .section-heading {
  margin-bottom: 26px;
}

.blog-preview .section-heading--split {
  align-items: end;
}

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

.post-grid-section {
  padding: clamp(52px, 7vw, 96px) 0 clamp(80px, 9vw, 130px);
  background: var(--atelier-paper);
}

.archive-hero {
  padding: clamp(74px, 9vw, 132px) 0 clamp(36px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(23, 19, 15, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 19, 15, 0.035) 1px, transparent 1px),
    var(--atelier-paper);
  background-size: 92px 92px;
}

.archive-hero h1 {
  max-width: 980px;
  font-size: clamp(3rem, 7vw, 7.4rem);
  line-height: 0.88;
}

.post-card {
  border: 1px solid var(--atelier-line);
  border-radius: var(--atelier-radius);
  background: #fffaf2;
  box-shadow: none;
}

.post-grid--editorial .post-card:first-child,
.post-grid-section .post-card:first-child {
  grid-column: span 2;
}

.post-card__media {
  display: block;
  aspect-ratio: 1.22 / 0.78;
  background: #e5d8c7;
}

.post-grid--editorial .post-card:first-child .post-card__media,
.post-grid-section .post-card:first-child .post-card__media {
  aspect-ratio: 1.72 / 0.78;
}

.post-card__image,
.post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card__body {
  padding: clamp(18px, 2.4vw, 30px);
}

.post-card__meta span {
  color: rgba(23, 19, 15, 0.55);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.post-card h3 {
  margin-top: 0;
  font-size: clamp(1.45rem, 2.1vw, 2.25rem);
  line-height: 0.98;
}

.post-card p {
  margin-top: 14px;
  color: rgba(23, 19, 15, 0.64);
}

.post-card a:not(.post-card__media) {
  display: inline-flex;
  margin-top: 18px;
  color: var(--atelier-wood);
  font-weight: 850;
  text-decoration: none;
}

.post-card a:not(.post-card__media)::after {
  content: "";
  width: 30px;
  height: 1px;
  margin: auto 0 auto 10px;
  background: currentColor;
}

.blog-video-card {
  margin: 34px 0;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid var(--atelier-line);
  border-radius: var(--atelier-radius);
  background: #fffaf2;
}

.blog-video-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--atelier-wood);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-video-card a {
  font-weight: 850;
}

.testimonials {
  background: var(--charcoal-soft);
}

.testimonials h2,
.testimonials .section-label {
  color: var(--white);
}

.testimonial-card {
  padding: 28px;
  overflow: visible;
  background: var(--signal-lime);
  box-shadow: 10px 10px 0 var(--white);
  border-color: var(--charcoal-soft);
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  top: -34px;
  right: 18px;
  color: rgba(16, 24, 18, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 120px;
  line-height: 1;
}

.stars {
  color: var(--charcoal-soft);
  letter-spacing: 0.08em;
}

.testimonial-card blockquote {
  margin: 16px 0 0;
  color: var(--text-main);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.35;
}

.contact {
  background:
    radial-gradient(circle at 18% 16%, rgba(225, 111, 79, 0.24), transparent 34%),
    var(--mineral-blue);
}

.contact__copy p:not(.section-label) {
  margin-top: 20px;
  max-width: 560px;
}

.contact__panel {
  position: relative;
  padding: 30px;
  border: 1px solid var(--border-soft);
  border-radius: 2px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.contact__panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, var(--gallery-red), var(--acid-line), var(--charcoal-soft));
}

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

.fallback-form {
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row label {
  color: var(--charcoal-soft);
  font-size: 14px;
  font-weight: 850;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid var(--border-soft);
  border-radius: 2px;
  background: var(--ivory-warm);
  color: var(--text-main);
  padding: 13px 14px;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--charcoal-soft);
  background: var(--white);
  box-shadow: 4px 4px 0 var(--acid-line);
  outline: 0;
}

.form-note {
  min-height: 24px;
  font-size: 14px;
}

.final-cta {
  padding: 86px 0;
  background: var(--charcoal-soft);
  color: var(--white);
}

.final-cta__inner {
  text-align: center;
}

.final-cta h2 {
  max-width: 760px;
  margin: 0 auto 28px;
  color: var(--white);
}

.final-cta .section-label {
  color: var(--sage-soft);
}

.final-cta .button--primary {
  background: var(--white);
  color: var(--charcoal-soft);
}

.site-footer {
  padding: 62px 0 28px;
  background:
    linear-gradient(90deg, rgba(16, 24, 18, 0.06) 1px, transparent 1px),
    var(--ivory-warm);
  background-size: 54px 54px;
}

.site-footer__grid,
.site-footer__bottom {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 44px;
}

.site-footer__brand p {
  max-width: 420px;
  margin-top: 18px;
}

.site-footer__nav .footer-menu {
  display: grid;
  justify-content: start;
  gap: 10px;
}

.site-footer__contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer__contact a,
.site-footer__bottom a {
  color: var(--charcoal-soft);
}

.site-footer__socials {
  display: flex;
  gap: 14px;
  margin-top: 8px;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 30px;
  margin-top: 42px;
  border-top: 1px solid var(--border-soft);
  font-size: 14px;
}

.site-footer__bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.archive-hero,
.page-shell,
.single-post,
.not-found {
  padding: 88px 0;
}

.page-content,
.entry-content {
  max-width: 820px;
}

.entry-content {
  font-size: 18px;
}

.entry-content > * + * {
  margin-top: 1.1em;
}

.single-post__header {
  max-width: 820px;
}

.single-post__meta {
  margin-top: 18px;
}

.single-post__image img {
  width: 100%;
  max-height: 560px;
  margin-top: 34px;
  border-radius: 28px;
  object-fit: cover;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .hero,
  .material__grid,
  .guide__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .hero--art {
    background:
      linear-gradient(180deg, rgba(238, 243, 236, 0.96) 0 55%, transparent 55%),
      repeating-linear-gradient(90deg, rgba(16, 24, 18, 0.07) 0 1px, transparent 1px 64px);
  }

  .hero__visual {
    min-height: 460px;
  }

  .hero__image,
  .hero__visual img {
    min-height: 460px;
  }

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

  .collection-card {
    grid-column: auto;
  }

  .collection-card:nth-child(2),
  .collection-card:nth-child(4),
  .collection-card:nth-child(3),
  .ambiance-card:nth-child(2) {
    transform: none;
  }

  .art-manifesto__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .art-manifesto__score {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
  }
}

@media (max-width: 900px) {
  .site-header__inner {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .primary-nav {
    position: fixed;
    top: 76px;
    left: 18px;
    right: 18px;
    display: none;
    padding: 18px;
    border: 1px solid var(--border-soft);
    border-radius: 18px;
    background: var(--white);
    box-shadow: var(--shadow-soft);
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-nav__list {
    display: grid;
    gap: 12px;
    justify-content: stretch;
  }

  .primary-nav a {
    display: block;
    padding: 10px;
  }

  .header-cta {
    display: none;
  }

  .section-heading--split,
  .ambiances__grid,
  .selection__grid,
  .post-grid,
  .testimonials__grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - 28px, 1120px);
  }

  .section {
    padding: 68px 0;
  }

  .site-header__inner {
    width: min(100% - 24px, 1180px);
    min-height: 68px;
  }

  .site-logo {
    min-width: 0;
  }

  .site-logo img {
    width: 174px;
  }

  .primary-nav {
    top: 68px;
  }

  .hero {
    min-height: auto;
    padding: 42px 14px 58px;
  }

  .hero--art {
    grid-template-columns: minmax(0, 1fr);
    max-width: 100vw;
    padding-top: 34px;
    overflow: hidden;
  }

  .hero--art::after {
    left: 14px;
    bottom: 28%;
    font-size: 3.4rem;
    white-space: normal;
  }

  h1 {
    font-size: clamp(2.125rem, 11vw, 2.625rem);
  }

  .hero--art h1 {
    max-width: 100%;
    font-size: clamp(1.85rem, 8.6vw, 2.2rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .hero--art .section-label {
    max-width: 100%;
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .hero__content {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    min-width: 0;
    overflow: visible;
  }

  .hero--art .hero__intro {
    max-width: 31ch;
    overflow-wrap: break-word;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero__badges li {
    width: max-content;
    max-width: 100%;
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  .hero__intro {
    font-size: 17px;
  }

  .hero__visual,
  .hero__image,
  .hero__visual img {
    min-height: 360px;
  }

  .hero--art .hero__visual {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    min-height: 420px;
    margin-top: 18px;
    box-shadow: 9px 9px 0 var(--acid-line), -6px -6px 0 var(--gallery-red);
    transform: rotate(-0.8deg);
  }

  .hero--art .hero__image,
  .hero--art .hero__visual img {
    min-height: 420px;
  }

  .hero__visual,
  .material__image img,
  .guide__image img,
  .contact__panel {
    border-radius: 20px;
  }

  .hero__caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .hero__art-mark--one {
    width: 80px;
    height: 80px;
    border-width: 12px;
  }

  .hero__art-mark--two {
    width: 132px;
    bottom: 28%;
  }

  .art-manifesto {
    padding: 54px 0;
  }

  .art-manifesto h2 {
    font-size: clamp(2.2rem, 12vw, 3.4rem);
    overflow-wrap: anywhere;
  }

  .art-manifesto__score {
    grid-template-columns: 1fr 1fr;
  }

  .collection__grid,
  .material__points {
    grid-template-columns: 1fr;
  }

  .collection-card {
    grid-column: auto;
  }

  .collection-card__image,
  .ambiance-card__image,
  .selection-card__image,
  .post-card__image,
  .post-card__media img {
    aspect-ratio: 1.25 / 1;
  }

  .contact__panel {
    padding: 20px;
  }

  .site-footer__bottom {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .wood-loader {
    display: none;
  }

  body.loader-active {
    overflow: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Refined editorial direction */
:root {
  --ivory-warm: #F4F1EA;
  --linen-soft: #E7E0D4;
  --sand-cream: #D7C7B2;
  --oak-honey: #B56F38;
  --walnut-deep: #4F321F;
  --wood-shadow: #191510;
  --sage-soft: #A9B59B;
  --olive-muted: #65715C;
  --charcoal-soft: #191510;
  --text-main: #1D1914;
  --text-muted: #6D6258;
  --white: #FFFFFF;
  --border-soft: rgba(29, 25, 20, 0.14);
  --glass-warm: rgba(244, 241, 234, 0.82);
  --shadow-soft: 0 22px 64px rgba(25, 21, 16, 0.12);
  --shadow-hover: 0 28px 72px rgba(25, 21, 16, 0.18);
  --signal-lime: #A9B59B;
  --clay-flash: #A75A36;
  --mist-green: #EEF1E9;
  --mineral-blue: #C8D1C3;
  --lilac-stone: #DDD3C5;
  --gallery-red: #A75A36;
  --acid-line: #D7C7B2;
}

body {
  background:
    linear-gradient(90deg, rgba(29, 25, 20, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(29, 25, 20, 0.03) 1px, transparent 1px),
    var(--ivory-warm);
  background-size: 72px 72px;
  color: var(--text-main);
}

.wood-loader {
  display: none;
}

body.loader-active {
  overflow: auto;
}

.container {
  width: min(1180px, calc(100% - 48px));
}

.section {
  padding: clamp(72px, 8vw, 124px) 0;
}

.section-heading {
  margin-bottom: 38px;
}

.section-heading--split {
  grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.58fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
}

.section-label {
  color: var(--olive-muted);
  font-size: 11px;
  letter-spacing: 0.18em;
}

h1,
h2,
h3 {
  color: var(--charcoal-soft);
  letter-spacing: 0;
  text-transform: none;
}

h1 {
  font-size: clamp(3rem, 6.2vw, 6.2rem);
  line-height: 0.92;
}

h2 {
  font-size: clamp(2.25rem, 4.8vw, 4.9rem);
  line-height: 0.96;
}

h3 {
  font-size: clamp(1.15rem, 1.65vw, 1.45rem);
  line-height: 1.08;
}

p {
  color: var(--text-muted);
}

.button {
  border-radius: 999px;
  box-shadow: none;
}

.button--primary {
  background: var(--charcoal-soft);
  color: var(--white);
  box-shadow: none;
}

.button--primary:hover {
  background: var(--walnut-deep);
  box-shadow: none;
}

.button--ghost {
  background: rgba(255, 255, 255, 0.52);
  border-color: var(--border-soft);
}

.button--small {
  background: var(--ivory-warm);
  border-color: transparent;
}

.text-link {
  color: var(--walnut-deep);
}

.site-header,
.site-header.is-scrolled {
  background: rgba(244, 241, 234, 0.9);
  border-bottom-color: var(--border-soft);
  box-shadow: 0 10px 30px rgba(25, 21, 16, 0.06);
}

.site-header__inner {
  min-height: 76px;
}

.primary-nav a,
.footer-menu a {
  border-radius: 999px;
  font-size: 13px;
}

.primary-nav a:hover {
  background: var(--white);
  border-color: var(--border-soft);
}

.header-cta {
  background: var(--charcoal-soft);
  color: var(--white);
  border-color: var(--charcoal-soft);
  border-radius: 999px;
  box-shadow: none;
}

.hero,
.hero--art,
.hero--editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  min-height: clamp(680px, 82vh, 860px);
  padding: clamp(46px, 6vw, 76px) min(5vw, 72px);
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.56) 0 42%, transparent 42%),
    radial-gradient(circle at 8% 22%, rgba(169, 181, 155, 0.28), transparent 22rem),
    var(--ivory-warm);
}

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

.hero__content {
  max-width: 680px;
  padding: 0;
}

.hero--editorial .section-label {
  display: inline-flex;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--walnut-deep);
  background: transparent;
  box-shadow: none;
  color: var(--walnut-deep);
}

.hero--editorial h1 span {
  display: block;
}

.hero__intro,
.hero--art .hero__intro,
.hero--editorial .hero__intro {
  max-width: 560px;
  margin-top: 24px;
  color: var(--text-muted);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  font-weight: 450;
}

.hero__actions,
.hero__badges {
  gap: 12px;
}

.hero__badges li {
  border-color: var(--border-soft);
  background: rgba(255, 255, 255, 0.62);
  color: var(--walnut-deep);
}

.hero__visual,
.hero--art .hero__visual {
  min-height: clamp(520px, 66vh, 760px);
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transform: none;
}

.hero__image,
.hero__visual img,
.hero--art .hero__image,
.hero--art .hero__visual img {
  width: 100%;
  height: 100%;
  min-height: clamp(520px, 66vh, 760px);
  object-fit: cover;
  filter: none;
}

.hero__caption {
  display: none;
}

.art-manifesto,
.art-note {
  padding: clamp(54px, 6vw, 86px) 0;
  background: var(--charcoal-soft);
  color: var(--white);
}

.art-manifesto::before {
  display: none;
}

.art-note__grid {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.art-note__eyebrow span {
  display: block;
  margin-bottom: 16px;
  color: var(--sage-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 0.9;
}

.art-note .section-label,
.art-note h2 {
  color: var(--white);
}

.art-note h2 {
  max-width: 860px;
  font-size: clamp(2rem, 4.1vw, 4.1rem);
  line-height: 1.02;
}

.art-note__copy p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
}

.collection,
.material,
.ambiances,
.selection,
.guide,
.blog-preview,
.testimonials,
.contact {
  background: var(--ivory-warm);
  color: var(--text-main);
  overflow: hidden;
}

.collection::before {
  display: none;
}

.collection h2,
.collection .section-label,
.testimonials h2,
.testimonials .section-label {
  color: var(--charcoal-soft);
}

.collection .section-heading p,
.testimonials .section-heading p {
  color: var(--text-muted);
}

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

.collection-card,
.ambiance-card,
.selection-card,
.post-card,
.testimonial-card {
  border: 1px solid var(--border-soft);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(25, 21, 16, 0.08);
  transform: none !important;
}

.collection-card {
  grid-column: auto;
}

.collection-card::before,
.ambiance-card::before,
.selection-card::before,
.post-card::before {
  display: none;
}

.collection-card:hover,
.ambiance-card:hover,
.selection-card:hover,
.post-card:hover,
.testimonial-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--shadow-hover);
}

.collection-card__image,
.ambiance-card__image,
.selection-card__image,
.post-card__image,
.post-card__media img {
  aspect-ratio: 1 / 0.92;
  object-fit: cover;
}

.collection-card div,
.selection-card__body,
.post-card__body,
.ambiance-card__body {
  padding: 22px;
}

.material__grid,
.guide__grid,
.contact__grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 5vw, 76px);
}

.material__image img,
.guide__image img {
  aspect-ratio: 1.2 / 1;
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.material__points span {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--walnut-deep);
  box-shadow: none;
}

.ambiances__grid,
.selection__grid,
.post-grid,
.testimonials__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ambiance-card a,
.post-card a:not(.post-card__media) {
  color: var(--walnut-deep);
}

.guide {
  background:
    linear-gradient(90deg, rgba(29, 25, 20, 0.035) 1px, transparent 1px),
    #EFEAE0;
  background-size: 72px 72px;
}

.guide-tip {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.guide-tip:hover {
  box-shadow: 0 14px 34px rgba(25, 21, 16, 0.1);
}

.guide-tip span {
  border-radius: 999px;
  background: var(--sage-soft);
}

.selection {
  background: #E9E2D6;
}

.selection-card {
  background: var(--white);
  color: var(--text-main);
}

.selection-card h3,
.selection-card p {
  color: inherit;
}

.selection-card p {
  color: var(--text-muted);
}

.selection-card__body span {
  color: var(--olive-muted);
}

.testimonials {
  background: var(--ivory-warm);
}

.testimonial-card {
  background: var(--white);
  box-shadow: 0 16px 42px rgba(25, 21, 16, 0.08);
}

.contact {
  background:
    radial-gradient(circle at 10% 12%, rgba(169, 181, 155, 0.22), transparent 24rem),
    var(--ivory-warm);
}

.contact__panel {
  border-radius: 24px;
}

.contact__panel::before {
  height: 6px;
  background: linear-gradient(90deg, var(--walnut-deep), var(--sage-soft));
}

.form-row input,
.form-row select,
.form-row textarea {
  border-radius: 14px;
  background: #F8F6F1;
}

.site-footer {
  background: #E9E2D6;
}

.reveal,
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .hero,
  .hero--art,
  .hero--editorial,
  .art-note__grid,
  .material__grid,
  .guide__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  }

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

  .advice-studio__panel {
    grid-template-columns: 1fr;
  }

  .advice-studio__metrics div {
    min-height: 130px;
  }

  .hero__visual,
  .hero--art .hero__visual,
  .hero__image,
  .hero__visual img,
  .hero--art .hero__image,
  .hero--art .hero__visual img {
    min-height: 460px;
  }
}

@media (max-width: 900px) {
  .primary-nav {
    border-radius: 22px;
  }

  .ambiances__grid,
  .selection__grid,
  .post-grid,
  .testimonials__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .section {
    padding: 64px 0;
  }

  .site-header__inner {
    min-height: 68px;
  }

  .hero,
  .hero--art,
  .hero--editorial {
    width: 100%;
    min-height: auto;
    max-width: 100vw;
    padding: 38px 14px 54px;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .hero *,
  .art-note *,
  .section-heading *,
  .collection-card *,
  .ambiance-card *,
  .selection-card * {
    min-width: 0;
  }

  h1,
  .hero--art h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9.1vw, 2.32rem);
    line-height: 1.02;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .hero__content,
  .hero--art .hero__content {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .hero__intro,
  .hero--art .hero__intro,
  .hero--editorial .hero__intro {
    width: min(280px, calc(100vw - 28px));
    max-width: min(280px, calc(100vw - 28px));
    font-size: 17px;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__badges {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .hero__badges li {
    width: max-content;
    max-width: 100%;
    white-space: normal;
  }

  .hero__visual,
  .hero--art .hero__visual,
  .hero__image,
  .hero__visual img,
  .hero--art .hero__image,
  .hero--art .hero__visual img {
    width: 100%;
    max-width: 100%;
    min-height: 360px;
    border-radius: 22px;
  }

  .art-note__grid {
    gap: 20px;
  }

  .art-note h2 {
    width: min(300px, calc(100vw - 28px));
    max-width: min(300px, calc(100vw - 28px));
    font-size: clamp(1.75rem, 7.2vw, 2.15rem);
    line-height: 1.05;
    overflow-wrap: break-word;
  }

  .art-note__copy p {
    max-width: 25ch;
  }

  .art-note__eyebrow span {
    font-size: 42px;
  }

  .collection__grid,
  .material__points {
    grid-template-columns: 1fr;
  }

  .advice-studio__panel {
    padding: 14px;
    border-radius: 22px;
  }

  .advice-studio__metrics,
  .advice-studio__matrix {
    grid-template-columns: 1fr;
  }

  .advice-studio__metrics div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--border-soft);
  }

  .advice-studio__metrics div:last-child {
    border-bottom: 0;
  }

  .advice-studio__footer {
    justify-content: flex-start;
  }

  .collection-card__image,
  .ambiance-card__image,
  .selection-card__image,
  .post-card__image,
  .post-card__media img {
    aspect-ratio: 1.18 / 1;
  }
}

/* 2026 editorial redesign: stronger identity, lighter structure, tighter mobile */
:root {
  --mtbp-ink: #17130f;
  --mtbp-paper: #f6f1e8;
  --mtbp-porcelain: #fffaf2;
  --mtbp-moss: #465a46;
  --mtbp-sage: #b8c5a7;
  --mtbp-walnut: #6f4228;
  --mtbp-copper: #bd6a3f;
  --mtbp-stone: #d8d1c4;
  --mtbp-muted: #6d6358;
  --mtbp-line: rgba(23, 19, 15, 0.13);
  --mtbp-shadow: 0 28px 80px rgba(23, 19, 15, 0.13);
  --mtbp-radius: 18px;
}

body {
  background:
    linear-gradient(90deg, rgba(23, 19, 15, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 19, 15, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 86% 10%, rgba(184, 197, 167, 0.34), transparent 28rem),
    var(--mtbp-paper);
  background-size: 86px 86px, 86px 86px, auto;
  color: var(--mtbp-ink);
}

.container {
  width: min(1240px, calc(100% - 56px));
}

.site-header,
.site-header.is-scrolled {
  background: rgba(246, 241, 232, 0.82);
  box-shadow: none;
}

.site-header__inner {
  min-height: 72px;
}

.primary-nav a {
  color: rgba(23, 19, 15, 0.72);
  font-weight: 720;
}

.primary-nav a:hover {
  background: rgba(255, 250, 242, 0.88);
  color: var(--mtbp-ink);
}

.header-cta,
.button--primary {
  background: var(--mtbp-ink);
  border-color: var(--mtbp-ink);
  color: #fff;
}

.button--ghost {
  background: rgba(255, 250, 242, 0.68);
  border-color: var(--mtbp-line);
  color: var(--mtbp-ink);
}

.section {
  padding: clamp(76px, 9vw, 142px) 0;
}

.section-label {
  color: var(--mtbp-walnut);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

h1,
h2,
h3 {
  color: var(--mtbp-ink);
}

h1 {
  max-width: 920px;
  font-size: clamp(3.15rem, 7.6vw, 7.85rem);
  letter-spacing: -0.035em;
  line-height: 0.86;
}

h2 {
  font-size: clamp(2.25rem, 5.6vw, 5.65rem);
  letter-spacing: -0.03em;
  line-height: 0.9;
}

h3 {
  letter-spacing: -0.01em;
}

p {
  color: var(--mtbp-muted);
}

.hero,
.hero--editorial {
  grid-template-columns: minmax(0, 0.72fr) minmax(480px, 1.28fr);
  gap: clamp(28px, 5vw, 86px);
  min-height: clamp(680px, 82svh, 860px);
  padding: clamp(42px, 5.2vw, 74px) min(5vw, 76px);
  background:
    linear-gradient(90deg, rgba(246, 241, 232, 0.94) 0 39%, rgba(246, 241, 232, 0.22) 39%),
    var(--mtbp-paper);
}

.hero__content {
  align-self: center;
  max-width: 700px;
}

.hero--editorial .section-label {
  border-bottom-color: var(--mtbp-walnut);
  color: var(--mtbp-walnut);
}

.hero__intro,
.hero--editorial .hero__intro {
  max-width: 610px;
  margin-top: 28px;
  color: rgba(23, 19, 15, 0.72);
  font-size: clamp(1.08rem, 1.55vw, 1.38rem);
  line-height: 1.52;
}

.hero__actions {
  margin-top: 34px;
}

.hero__badges {
  margin-top: 28px;
}

.hero__badges li {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--mtbp-line);
  border-radius: 0;
  padding: 6px 0;
  color: var(--mtbp-muted);
}

.hero__visual,
.hero--editorial .hero__visual {
  position: relative;
  min-height: min(74svh, 760px);
  border-radius: 0;
  box-shadow: none;
}

.hero__visual::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 250, 242, 0.58);
  pointer-events: none;
}

.hero__image,
.hero__visual img {
  min-height: min(74svh, 760px);
  object-fit: cover;
}

.art-note {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.07) 1px, transparent 1px),
    var(--mtbp-ink);
  background-size: 86px 86px;
}

.art-note__grid {
  grid-template-columns: 120px minmax(0, 1fr) minmax(260px, 0.45fr);
}

.art-note h2 {
  font-size: clamp(2.45rem, 5.6vw, 6rem);
  letter-spacing: -0.04em;
  line-height: 0.91;
}

.art-note__copy p {
  color: rgba(255, 250, 242, 0.76);
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
}

.section-heading--split {
  grid-template-columns: minmax(0, 0.82fr) minmax(290px, 0.5fr);
  align-items: start;
}

.section-heading--split > p,
.section-heading > p:not(.section-label) {
  color: rgba(23, 19, 15, 0.66);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.6;
}

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

.collection-card {
  display: grid;
  align-content: end;
  min-height: 430px;
  overflow: hidden;
  background: var(--mtbp-porcelain);
  border-radius: 0;
}

.collection-card:first-child {
  min-height: 430px;
}

.collection-card:nth-child(4) {
  grid-column: auto;
  min-height: 430px;
}

.collection-card__image,
.collection-card:first-child .collection-card__image,
.collection-card:nth-child(4) .collection-card__image {
  aspect-ratio: auto;
  height: 100%;
}

.collection-card img.collection-card__image,
.collection-card > img,
.ambiance-card img.ambiance-card__image,
.selection-card img.selection-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-card div {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.86), rgba(255, 250, 242, 0.98));
}

.material {
  background:
    radial-gradient(circle at 90% 15%, rgba(184, 197, 167, 0.22), transparent 28rem),
    var(--mtbp-ink);
  color: var(--mtbp-porcelain);
}

.material h2,
.material .section-label {
  color: var(--mtbp-porcelain);
}

.material p {
  color: rgba(255, 250, 242, 0.72);
}

.material__grid {
  grid-template-columns: minmax(0, 0.58fr) minmax(440px, 0.9fr);
  align-items: center;
}

.material__image img {
  border-radius: 0;
  box-shadow: none;
}

.material__points {
  gap: 10px;
}

.material__points span {
  background: rgba(255, 250, 242, 0.08);
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 999px;
  color: var(--mtbp-porcelain);
}

.ambiances {
  background: #ebe5da;
}

.ambiances__grid {
  grid-template-columns: 1.1fr 0.9fr 1fr;
  align-items: stretch;
}

.ambiance-card,
.selection-card,
.post-card,
.testimonial-card {
  border-color: var(--mtbp-line);
  border-radius: var(--mtbp-radius);
  background: rgba(255, 250, 242, 0.84);
  box-shadow: none;
}

.ambiance-card:nth-child(2) {
  margin-top: 54px;
}

.ambiance-card:nth-child(3) {
  margin-top: 108px;
}

.guide {
  background:
    linear-gradient(90deg, rgba(23, 19, 15, 0.035) 1px, transparent 1px),
    var(--mtbp-paper);
  background-size: 86px 86px;
}

.guide__grid {
  grid-template-columns: minmax(440px, 0.96fr) minmax(0, 0.72fr);
  align-items: start;
}

.guide__image {
  position: sticky;
  top: 110px;
}

.guide__image img {
  border-radius: 0;
  box-shadow: none;
}

.guide__tips {
  gap: 14px;
}

.guide-tip {
  background: rgba(255, 250, 242, 0.72);
  border: 1px solid var(--mtbp-line);
  border-radius: 0;
}

.guide-tip span {
  background: var(--mtbp-ink);
  color: #fff;
}

.selection {
  background: var(--mtbp-ink);
}

.selection h2,
.selection .section-label {
  color: var(--mtbp-porcelain);
}

.selection .section-heading--split > p {
  color: rgba(255, 250, 242, 0.7);
}

.selection__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.selection-card {
  background: #f5efe5;
}

.selection-card img.selection-card__image {
  aspect-ratio: 0.92 / 1;
}

.blog-preview {
  background: #f2eadf;
}

.advice-studio__panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 0.52fr) minmax(260px, 0.48fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--mtbp-line);
  border-radius: 0;
  background: var(--mtbp-porcelain);
  box-shadow: none;
}

.advice-studio__intro,
.advice-studio__metrics,
.advice-studio__matrix {
  padding: clamp(22px, 3vw, 38px);
}

.advice-studio__metrics {
  border-inline: 1px solid var(--mtbp-line);
}

.advice-studio__metrics div {
  min-height: auto;
  padding: 18px 0;
}

.post-grid {
  margin-top: 28px;
}

.testimonials {
  background: var(--mtbp-paper);
}

.testimonial-card {
  padding: clamp(24px, 3vw, 38px);
}

.contact {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.08) 1px, transparent 1px),
    var(--mtbp-ink);
  background-size: 86px 86px;
}

.contact h2,
.contact .section-label,
.contact label {
  color: var(--mtbp-porcelain);
}

.contact p {
  color: rgba(255, 250, 242, 0.74);
}

.contact__panel {
  background: rgba(255, 250, 242, 0.08);
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 0;
  box-shadow: none;
}

.form-row input,
.form-row select,
.form-row textarea {
  background: rgba(255, 250, 242, 0.95);
  border-color: rgba(255, 250, 242, 0.22);
  color: var(--mtbp-ink);
}

.final-cta {
  background:
    radial-gradient(circle at 78% 8%, rgba(184, 197, 167, 0.28), transparent 24rem),
    #efe8dd;
}

.final-cta__inner {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer {
  background: #ded7cb;
}

@media (max-width: 1180px) {
  .hero,
  .hero--editorial,
  .material__grid,
  .guide__grid,
  .contact__grid,
  .art-note__grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .guide__image {
    position: static;
  }

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

  .collection-card:first-child,
  .collection-card:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    min-height: 500px;
  }

  .advice-studio__panel {
    grid-template-columns: 1fr;
  }

  .advice-studio__metrics {
    border-block: 1px solid var(--mtbp-line);
    border-inline: 0;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 36px, 1240px);
  }

  .hero,
  .hero--editorial {
    background: var(--mtbp-paper);
  }

  .section-heading--split,
  .collection__grid,
  .ambiances__grid,
  .selection__grid,
  .post-grid,
  .testimonials__grid {
    grid-template-columns: 1fr;
  }

  .ambiance-card:nth-child(2),
  .ambiance-card:nth-child(3) {
    margin-top: 0;
  }

  .primary-nav {
    background: rgba(255, 250, 242, 0.98);
  }
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: min(100% - 28px, 1240px);
  }

  .section {
    padding: 62px 0;
  }

  .hero,
  .hero--editorial {
    width: 100%;
    max-width: 100vw;
    padding: 34px 14px 52px;
    gap: 26px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .hero__content,
  .hero--editorial .hero__content {
    width: 100%;
    max-width: min(100%, 362px);
    min-width: 0;
  }

  h1,
  .hero--art h1 {
    max-width: calc(100vw - 28px);
    font-size: clamp(2.15rem, 10.4vw, 2.82rem);
    line-height: 0.96;
    letter-spacing: -0.028em;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: clamp(2.05rem, 10.4vw, 3.25rem);
    line-height: 0.94;
  }

  .hero__intro,
  .hero--editorial .hero__intro {
    width: 100%;
    max-width: min(100%, 34ch);
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero__actions,
  .hero__actions .button {
    width: 100%;
    max-width: min(100%, 362px);
  }

  .hero__visual,
  .hero--editorial .hero__visual,
  .hero__image,
  .hero__visual img {
    width: 100%;
    max-width: min(100%, 362px);
    min-height: 380px;
  }

  .hero__visual::after {
    inset: 12px;
  }

  .hero__badges {
    display: flex;
    flex-wrap: wrap;
  }

  .art-note h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2rem, 10.6vw, 3rem);
  }

  .collection-card,
  .collection-card:first-child,
  .collection-card:nth-child(4) {
    min-height: auto;
  }

  .collection-card img.collection-card__image,
  .ambiance-card img.ambiance-card__image,
  .selection-card img.selection-card__image,
  .post-card__image,
  .post-card__media img {
    aspect-ratio: 1 / 0.78;
    height: auto;
  }

  .material__image img,
  .guide__image img {
    aspect-ratio: 1 / 0.82;
  }

  .advice-studio__intro,
  .advice-studio__metrics,
  .advice-studio__matrix {
    padding: 22px;
  }

  .contact__panel {
    padding: 18px;
  }

  .site-footer__grid,
  .site-footer__bottom {
    width: min(100% - 28px, 1240px);
  }
}

/* Final image balance pass: keep the current visual language while evening out media proportions. */
.collection .collection__grid {
  align-items: stretch;
}

.collection .collection-card,
.collection .collection-card:first-child,
.collection .collection-card:nth-child(4) {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: clamp(390px, 30vw, 470px);
}

.collection .collection-card img.collection-card__image,
.collection .collection-card > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.collection .collection-card div {
  align-self: end;
}

.ambiances .ambiance-card img.ambiance-card__image,
.selection .selection-card img.selection-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.08 / 1;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.material__image img,
.guide__image img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  height: auto;
  object-fit: cover;
}

@media (max-width: 900px) {
  .collection .collection-card,
  .collection .collection-card:first-child,
  .collection .collection-card:nth-child(4) {
    min-height: clamp(360px, 62vw, 500px);
  }
}

@media (max-width: 640px) {
  .collection .collection-card,
  .collection .collection-card:first-child,
  .collection .collection-card:nth-child(4) {
    min-height: auto;
  }

  .collection .collection-card img.collection-card__image,
  .collection .collection-card > img,
  .ambiances .ambiance-card img.ambiance-card__image,
  .selection .selection-card img.selection-card__image {
    aspect-ratio: 1 / 0.78;
    height: auto;
  }
}

/* Atelier gallery direction: a more distinctive homepage without changing block data. */
:root {
  --atelier-paper: #f7f1e7;
  --atelier-paper-2: #ece1d2;
  --atelier-ink: #17130f;
  --atelier-wood: #7a3f24;
  --atelier-wood-2: #a75a35;
  --atelier-moss: #5d6f55;
  --atelier-stone: #c8b9a5;
  --atelier-line: rgba(23, 19, 15, 0.16);
  --atelier-line-strong: rgba(23, 19, 15, 0.34);
  --atelier-soft: rgba(255, 250, 242, 0.78);
  --atelier-radius: 8px;
  --atelier-shadow: 0 30px 80px rgba(42, 28, 16, 0.16);
}

body {
  background:
    linear-gradient(90deg, rgba(23, 19, 15, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 19, 15, 0.035) 1px, transparent 1px),
    var(--atelier-paper);
  background-size: 92px 92px;
  color: var(--atelier-ink);
}

.site-header,
.site-header.is-scrolled {
  border-bottom: 1px solid var(--atelier-line);
  background: rgba(247, 241, 231, 0.9);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  width: min(100% - 44px, 1180px);
}

.primary-nav__list a {
  color: rgba(23, 19, 15, 0.74);
}

.primary-nav__list a:hover {
  color: var(--atelier-wood);
}

.header-cta,
.button--primary {
  border-radius: 999px;
  background: var(--atelier-ink);
  color: #fffaf2;
  box-shadow: none;
}

.header-cta:hover,
.button--primary:hover {
  background: var(--atelier-wood);
  box-shadow: none;
}

.button--ghost,
.button--secondary {
  border-color: var(--atelier-line-strong);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.52);
  color: var(--atelier-ink);
}

.button--small {
  border-radius: 999px;
  background: var(--atelier-ink);
  color: #fffaf2;
}

.section {
  padding: clamp(76px, 9vw, 136px) 0;
}

.section-label,
.kicker,
.post-card__category,
.selection-card__body span {
  color: var(--atelier-wood);
  letter-spacing: 0.16em;
}

h1,
h2,
h3 {
  color: var(--atelier-ink);
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3rem, 8.4vw, 8.4rem);
  line-height: 0.86;
  text-transform: none;
}

h2 {
  font-size: clamp(2.35rem, 5.2vw, 5.8rem);
  line-height: 0.88;
  text-transform: none;
}

h3 {
  text-transform: none;
}

.hero,
.hero--editorial {
  width: min(100% - 44px, 1320px);
  min-height: min(790px, calc(100vh - 72px));
  margin: 0 auto;
  padding: clamp(58px, 7vw, 112px) 0 clamp(70px, 8vw, 116px);
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(440px, 0.86fr);
  gap: clamp(28px, 5vw, 82px);
  align-items: center;
  background: transparent;
}

.hero::before,
.hero::after,
.hero--editorial::before,
.hero--editorial::after {
  content: none;
}

.hero__content {
  max-width: none;
  padding-top: clamp(10px, 3vw, 38px);
}

.hero--editorial .section-label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  color: var(--atelier-wood);
}

.hero--editorial .section-label::after {
  content: "";
  width: min(112px, 24vw);
  height: 1px;
  background: currentColor;
}

.hero__intro,
.hero--editorial .hero__intro {
  max-width: 42ch;
  margin-top: 28px;
  color: rgba(23, 19, 15, 0.68);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.62;
}

.hero__actions {
  margin-top: 34px;
}

.hero__badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 600px;
  margin-top: 42px;
  border-top: 1px solid var(--atelier-line);
  border-bottom: 1px solid var(--atelier-line);
}

.hero__badges li {
  min-height: 58px;
  padding: 13px 16px 12px 0;
  border: 0;
  border-right: 1px solid var(--atelier-line);
  border-radius: 0;
  background: transparent;
  color: rgba(23, 19, 15, 0.7);
}

.hero__badges li:last-child {
  border-right: 0;
}

.hero__visual,
.hero--editorial .hero__visual {
  position: relative;
  min-height: clamp(500px, 58vw, 720px);
  transform: none;
}

.hero__visual::before {
  content: "Atelier selection";
  position: absolute;
  z-index: 2;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(16px, 2vw, 28px);
  max-width: 168px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 250, 242, 0.48);
  background: rgba(23, 19, 15, 0.78);
  color: #fffaf2;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.hero__visual::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 250, 242, 0.58);
  pointer-events: none;
}

.hero__image,
.hero__visual img,
.hero--editorial .hero__image,
.hero--editorial .hero__visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border-radius: var(--atelier-radius);
  object-fit: cover;
  box-shadow: var(--atelier-shadow);
}

.hero__image::after,
.hero--art .hero__image::after {
  content: none;
}

.art-note {
  padding-block: clamp(80px, 9vw, 132px);
  background: var(--atelier-ink);
  color: #fffaf2;
}

.art-note__grid {
  display: grid;
  grid-template-columns: 0.23fr minmax(0, 1fr) 0.32fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.art-note__eyebrow,
.art-note__statement,
.art-note__copy,
.section-heading--split > *,
.material__copy,
.material__image,
.guide__image,
.guide__content,
.contact__copy,
.hero__content,
.hero__visual,
.collection-card,
.ambiance-card,
.selection-card,
.post-card {
  min-width: 0;
  max-width: 100%;
}

.art-note__eyebrow span {
  color: var(--atelier-stone);
  font-size: clamp(3.4rem, 9vw, 8rem);
  font-weight: 850;
  line-height: 0.78;
}

.art-note .section-label,
.art-note h2 {
  color: #fffaf2;
}

.art-note h2 {
  max-width: 980px;
  font-size: clamp(2.5rem, 5.8vw, 6.8rem);
}

.art-note__copy p {
  color: rgba(255, 250, 242, 0.68);
}

.collection {
  background: linear-gradient(180deg, var(--atelier-paper) 0%, #fbf7ef 100%);
}

.section-heading--split {
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.56fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: start;
}

.section-heading--split > p,
.section-heading > p:not(.section-label) {
  color: rgba(23, 19, 15, 0.62);
}

.collection .collection__grid {
  grid-template-columns: 1.06fr 0.78fr 0.78fr;
  grid-auto-flow: dense;
  gap: 18px;
}

.collection .collection-card,
.collection .collection-card:first-child,
.collection .collection-card:nth-child(4) {
  min-height: 520px;
  border: 1px solid var(--atelier-line);
  border-radius: var(--atelier-radius);
  background: #fffaf2;
  box-shadow: none;
}

.collection .collection-card:first-child {
  grid-row: span 2;
  min-height: 720px;
}

.collection .collection-card:nth-child(4) {
  grid-column: span 2;
  min-height: 360px;
}

.collection .collection-card div,
.selection-card__body,
.ambiance-card__body {
  background: rgba(255, 250, 242, 0.94);
}

.collection-card h3,
.ambiance-card h3,
.selection-card h3 {
  font-size: clamp(1.45rem, 2.1vw, 2.2rem);
  line-height: 0.96;
}

.collection-card p,
.ambiance-card p,
.selection-card p,
.guide-tip p {
  color: rgba(23, 19, 15, 0.62);
}

.material {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #1d1711 0%, #2b2118 100%);
  background-size: 92px 92px, auto;
}

.material__grid {
  grid-template-columns: minmax(0, 0.7fr) minmax(460px, 0.9fr);
  gap: clamp(34px, 7vw, 110px);
}

.material__copy {
  position: sticky;
  top: 128px;
}

.material h2,
.material .section-label {
  color: #fffaf2;
}

.material__copy p:not(.section-label) {
  color: rgba(255, 250, 242, 0.68);
}

.material__image img,
.guide__image img {
  border-radius: var(--atelier-radius);
}

.material__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 250, 242, 0.16);
}

.material__points span {
  min-height: 72px;
  padding: 16px;
  border: 0;
  border-right: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 0;
  background: transparent;
}

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

.ambiances {
  background: #eee5d8;
}

.ambiances__grid {
  grid-template-columns: 1.2fr 0.86fr 0.94fr;
  gap: 18px;
}

.ambiance-card,
.selection-card,
.post-card,
.testimonial-card {
  overflow: hidden;
  border: 1px solid var(--atelier-line);
  border-radius: var(--atelier-radius);
  background: #fffaf2;
}

.ambiance-card:nth-child(2) {
  margin-top: 84px;
}

.ambiance-card:nth-child(3) {
  margin-top: 38px;
}

.ambiance-card a,
.text-link {
  color: var(--atelier-wood);
}

.guide {
  background:
    linear-gradient(90deg, rgba(23, 19, 15, 0.045) 1px, transparent 1px),
    #f8f3eb;
  background-size: 92px 92px;
}

.guide__grid {
  grid-template-columns: minmax(440px, 0.88fr) minmax(0, 0.82fr);
  gap: clamp(34px, 6vw, 92px);
}

.guide-tip {
  border: 1px solid var(--atelier-line);
  border-radius: var(--atelier-radius);
  background: rgba(255, 250, 242, 0.76);
}

.guide-tip span {
  border-radius: 999px;
  background: var(--atelier-wood);
}

.selection {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.06) 1px, transparent 1px),
    var(--atelier-ink);
  background-size: 92px 92px;
}

.selection h2,
.selection .section-label {
  color: #fffaf2;
}

.selection .section-heading--split > p {
  color: rgba(255, 250, 242, 0.66);
}

.selection__grid {
  gap: 18px;
}

.selection-card {
  background: #fffaf2;
}

.selection-card img.selection-card__image {
  aspect-ratio: 0.84 / 1;
}

.advice-studio {
  background: #f2e8db;
}

.advice-studio__panel {
  border-radius: var(--atelier-radius);
  background: #fffaf2;
}

.advice-studio__intro span,
.advice-studio__metrics strong,
.advice-studio__matrix b {
  color: var(--atelier-wood);
}

.contact {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #1a1510, #34251a);
  background-size: 92px 92px, auto;
}

.contact__grid {
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 0.58fr);
  gap: clamp(34px, 6vw, 92px);
}

.contact__panel {
  border-radius: var(--atelier-radius);
  background: rgba(255, 250, 242, 0.1);
}

.final-cta {
  background: var(--atelier-paper-2);
}

.final-cta__inner {
  border-top: 1px solid var(--atelier-line);
  border-bottom: 1px solid var(--atelier-line);
}

@media (max-width: 1180px) {
  .hero,
  .hero--editorial,
  .art-note__grid,
  .material__grid,
  .guide__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .hero,
  .hero--editorial {
    min-height: auto;
  }

  .material__copy {
    position: static;
  }

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

  .collection .collection-card:first-child,
  .collection .collection-card:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    min-height: 520px;
  }
}

@media (max-width: 900px) {
  .site-header__inner,
  .hero,
  .hero--editorial {
    width: min(100% - 32px, 1180px);
  }

  .hero,
  .hero--editorial {
    padding-top: 42px;
    background: transparent;
  }

  .section-heading--split,
  .collection .collection__grid,
  .ambiances__grid,
  .selection__grid,
  .post-grid,
  .advice-studio__panel,
  .testimonials__grid {
    grid-template-columns: 1fr;
  }

  .post-grid--editorial .post-card:first-child,
  .post-grid-section .post-card:first-child {
    grid-column: auto;
  }

  .post-grid--editorial .post-card:first-child .post-card__media,
  .post-grid-section .post-card:first-child .post-card__media,
  .post-card__media {
    aspect-ratio: 1 / 0.76;
  }

  .archive-hero h1 {
    max-width: 340px;
    font-size: clamp(2.45rem, 11vw, 3.45rem);
    line-height: 0.92;
    overflow-wrap: break-word;
  }

  .post-card__body {
    max-width: 100%;
    padding: 20px;
    overflow: hidden;
  }

  .post-grid-section .container,
  .post-grid {
    width: min(100% - 28px, 1180px);
    max-width: calc(100vw - 28px);
    overflow: hidden;
  }

  .post-card,
  .post-card__media,
  .post-card__image,
  .post-card__media img {
    width: 100%;
    max-width: 100%;
  }

  .post-card__meta {
    align-items: flex-start;
  }

  .post-card__meta span:last-child {
    display: none;
  }

  .post-card h3 {
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1.02;
    overflow-wrap: break-word;
  }

  .ambiance-card:nth-child(2),
  .ambiance-card:nth-child(3) {
    margin-top: 0;
  }

  .primary-nav {
    background: rgba(247, 241, 231, 0.98);
  }
}

@media (max-width: 640px) {
  .container,
  .site-header__inner,
  .hero,
  .hero--editorial {
    width: min(100% - 28px, 1180px);
  }

  .section {
    padding: 62px 0;
  }

  .hero,
  .hero--editorial {
    padding: 34px 0 54px;
    gap: 28px;
  }

  h1,
  .hero--art h1 {
    max-width: 100%;
    font-size: clamp(2.72rem, 13.2vw, 4.15rem);
    line-height: 0.88;
  }

  h2 {
    font-size: clamp(2.25rem, 11vw, 3.6rem);
    line-height: 0.9;
  }

  .art-note h2 {
    display: block;
    width: 300px !important;
    max-width: 300px !important;
    font-size: 1.28rem !important;
    line-height: 1.12;
    overflow-wrap: normal;
    word-break: normal;
  }

  .art-note__copy p,
  .section-heading--split > p,
  .collection-card p,
  .ambiance-card p,
  .selection-card p,
  .guide-tip p {
    width: 250px !important;
    max-width: 250px !important;
    overflow-wrap: break-word;
  }

  .art-note,
  .collection-card,
  .ambiance-card,
  .selection-card {
    overflow: hidden;
  }

  .hero__actions,
  .hero__actions .button {
    width: 100%;
  }

  .hero__badges,
  .material__points {
    grid-template-columns: 1fr;
  }

  .hero__badges li,
  .material__points span {
    border-right: 0;
    border-bottom: 1px solid var(--atelier-line);
  }

  .material__points span {
    border-bottom-color: rgba(255, 250, 242, 0.16);
  }

  .hero__badges li:last-child,
  .material__points span:last-child {
    border-bottom: 0;
  }

  .hero__visual,
  .hero--editorial .hero__visual,
  .hero__image,
  .hero__visual img {
    max-width: none;
    min-height: 390px;
  }

  .collection .collection-card,
  .collection .collection-card:first-child,
  .collection .collection-card:nth-child(4) {
    min-height: auto;
  }

  .collection .collection-card img.collection-card__image,
  .collection .collection-card > img,
  .ambiances .ambiance-card img.ambiance-card__image,
  .selection .selection-card img.selection-card__image {
    aspect-ratio: 1 / 0.82;
  }

  .contact__panel {
    padding: 18px;
  }
}

@media (max-width: 640px) {
  .post-grid-section .post-card__body h3,
  .post-grid-section .post-card__body p,
  .post-grid-section .post-card__body a,
  .blog-preview .post-card__body h3,
  .blog-preview .post-card__body p,
  .blog-preview .post-card__body a {
    max-width: 245px !important;
    overflow-wrap: break-word !important;
  }

  .post-grid-section .post-card__body,
  .blog-preview .post-card__body {
    padding-right: 18px;
  }
}

/* Journal redesign: more intentional blog layouts, pagination and article reading. */
.archive-hero {
  padding-bottom: clamp(70px, 9vw, 132px);
}

.archive-hero .container {
  display: grid;
  gap: 22px;
}

.archive-hero p:not(.section-label) {
  max-width: 620px;
  color: rgba(23, 19, 15, 0.64);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.blog-archive-layout {
  display: grid;
  gap: 24px;
}

.blog-archive-layout__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.home-journal {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.72fr);
  gap: 22px;
  align-items: stretch;
}

.home-journal .post-card:first-child {
  grid-row: span 2;
}

.post-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--atelier-line);
  border-radius: 8px;
  background: #fffaf2;
  box-shadow: none;
}

.post-card--feature {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  min-height: auto;
}

.post-card--wide {
  grid-column: span 2;
}

.post-card--home-feature .post-card__media,
.post-card--feature .post-card__media {
  aspect-ratio: 1.8 / 0.82;
  min-height: 0;
}

.post-card--feature .post-card__media,
.post-card--feature .post-card__media img {
  height: auto;
}

.post-card--home-side {
  grid-template-columns: 0.45fr 0.55fr;
  grid-template-rows: 1fr;
}

.post-card--home-side .post-card__media {
  min-height: 230px;
}

.post-card__media {
  aspect-ratio: 1.2 / 0.78;
}

.post-card--wide .post-card__media {
  aspect-ratio: 1.75 / 0.72;
}

.post-card__image,
.post-card__media img {
  filter: saturate(1.04) contrast(1.03);
  transition: transform 500ms ease;
}

.post-card:hover .post-card__image,
.post-card:hover .post-card__media img {
  transform: scale(1.035);
}

.post-card__body {
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2.6vw, 36px);
}

.post-card__meta {
  margin-bottom: 18px;
}

.post-card__meta span:last-child {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f0ebdd;
  color: var(--atelier-ink);
}

.post-card h3 {
  font-size: clamp(1.42rem, 2vw, 2.45rem);
}

.post-card--feature h3,
.post-card--home-feature h3 {
  font-size: clamp(2rem, 3.2vw, 4rem);
}

.post-card__link {
  margin-top: auto;
}

.blog-pagination {
  margin-top: 44px;
}

.blog-pagination .navigation {
  width: 100%;
}

.blog-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 10px 15px;
  border: 1px solid var(--atelier-line);
  border-radius: 999px;
  background: #fffaf2;
  color: var(--atelier-ink);
  font-weight: 850;
  text-decoration: none;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  background: var(--atelier-ink);
  color: #fffaf2;
}

.blog-pagination .prev,
.blog-pagination .next {
  min-width: 130px;
}

.single-post {
  background: var(--atelier-paper);
}

.single-post__header {
  padding: clamp(70px, 9vw, 132px) 0 32px;
}

.single-post__kicker {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--atelier-line);
}

.single-post__title-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.42fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: end;
}

.single-post__title-row h1 {
  font-size: clamp(3rem, 6.5vw, 7rem);
  line-height: 0.88;
}

.single-post__title-row p {
  color: rgba(23, 19, 15, 0.64);
  font-size: 1.08rem;
}

.single-post__image img {
  width: 100%;
  max-height: 720px;
  border-radius: 8px;
  object-fit: cover;
}

.single-post__layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 760px);
  gap: clamp(28px, 5vw, 72px);
  justify-content: center;
  padding: clamp(42px, 6vw, 86px) 0 clamp(80px, 9vw, 132px);
}

.single-post__aside {
  position: sticky;
  top: 110px;
  align-self: start;
  display: grid;
  gap: 12px;
  padding-top: 8px;
}

.single-post__aside span {
  color: var(--atelier-wood);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.single-post__aside a {
  color: var(--atelier-ink);
  font-weight: 850;
}

.entry-content {
  max-width: 760px;
  padding: 0;
}

.entry-content h2 {
  margin-top: 48px;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 0.96;
}

.entry-content p {
  color: rgba(23, 19, 15, 0.72);
  font-size: 1.08rem;
  line-height: 1.85;
}

@media (max-width: 980px) {
  .home-journal,
  .blog-archive-layout__grid,
  .post-card--feature,
  .post-card--home-side,
  .single-post__title-row,
  .single-post__layout {
    grid-template-columns: 1fr;
  }

  .post-card--wide {
    grid-column: auto;
  }

  .single-post__aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .archive-hero {
    padding-top: 72px;
    padding-bottom: 52px;
  }

  .archive-hero h1,
  .single-post__title-row h1 {
    max-width: 340px;
    font-size: clamp(2.45rem, 11vw, 3.35rem);
    line-height: 0.92;
  }

  .archive-hero p:not(.section-label),
  .single-post__title-row p {
    max-width: 320px;
    overflow-wrap: break-word;
  }

  .home-journal,
  .blog-archive-layout,
  .blog-archive-layout__grid {
    gap: 16px;
  }

  .post-card__body {
    padding: 20px;
  }

  .post-card h3,
  .post-card--feature h3,
  .post-card--home-feature h3 {
    max-width: 300px;
    font-size: 1.34rem;
    line-height: 1.02;
  }

  .post-card p {
    max-width: 300px;
  }

  .post-card__meta span:last-child {
    display: none;
  }

  .post-card__media,
  .post-card--wide .post-card__media,
  .post-card--home-side .post-card__media {
    aspect-ratio: 1 / 0.78;
    min-height: 0;
  }

  .blog-pagination .nav-links {
    justify-content: flex-start;
  }

  .single-post__header {
    padding-top: 72px;
  }

  .single-post__layout {
    padding-top: 34px;
  }
}

/* Blog editorial layout aligned with the requested reference. */
.blog-preview--magazine {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 10vw, 150px) 0 clamp(70px, 8vw, 118px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.76)),
    url("../img/hero-editorial-walnut.jpg") center / cover no-repeat;
}

.blog-preview--magazine::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.42);
  pointer-events: none;
}

.blog-preview--magazine > .container {
  position: relative;
  z-index: 1;
}

.blog-preview__intro {
  display: grid;
  grid-template-columns: minmax(0, 640px) auto;
  align-items: end;
  gap: 28px;
  margin-bottom: 34px;
}

.blog-preview__intro h2 {
  max-width: 650px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4.2vw, 4rem);
  font-weight: 500;
  line-height: 0.94;
  text-transform: none;
}

.blog-preview__intro p:not(.section-label) {
  max-width: 560px;
  margin-top: 12px;
  color: rgba(25, 25, 28, 0.64);
}

.button--light {
  border: 1px solid rgba(25, 25, 28, 0.12);
  background: #fff;
  color: #171717;
  box-shadow: 0 12px 30px rgba(20, 20, 20, 0.08);
}

.home-blog-equal {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.post-card--home-equal {
  min-height: 420px;
  border-color: rgba(24, 24, 26, 0.12);
  background: #fff;
}

.post-card--home-equal .post-card__media {
  aspect-ratio: 1.42 / 0.82;
}

.post-card--home-equal .post-card__body {
  min-height: 210px;
  padding: 18px 20px 20px;
}

.post-card--home-equal .post-card__meta {
  display: none;
}

.post-card--home-equal h3,
.post-card--compact h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.05;
  text-transform: none;
}

.post-card--home-equal h3 {
  font-size: clamp(1.08rem, 1.25vw, 1.36rem);
}

.post-card--home-equal h3 a,
.post-card--compact h3 a,
.post-card--home-equal p,
.post-card--compact p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.post-card--home-equal h3 a,
.post-card--compact h3 a {
  -webkit-line-clamp: 2;
}

.post-card--home-equal p {
  min-height: 4.6em;
  margin-top: 12px;
  color: rgba(25, 25, 28, 0.62);
  font-size: 0.88rem;
  line-height: 1.55;
  -webkit-line-clamp: 3;
}

.post-card--home-equal .post-card__link,
.post-card--compact .post-card__link {
  color: #5f61ee;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.archive-hero {
  padding: clamp(78px, 8vw, 118px) 0 40px;
  border-bottom: 1px solid rgba(24, 24, 26, 0.1);
  background: #fff;
  text-align: center;
}

.archive-hero .container {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.archive-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.8vw, 5.15rem);
  font-weight: 500;
  line-height: 0.94;
  text-transform: none;
}

.archive-hero p:not(.section-label) {
  max-width: 520px;
  color: rgba(25, 25, 28, 0.56);
  font-size: 0.95rem;
  line-height: 1.5;
}

.post-grid-section {
  padding: clamp(44px, 6vw, 72px) 0 clamp(70px, 8vw, 118px);
  background-color: #fff;
  background-image: radial-gradient(rgba(30, 30, 34, 0.09) 0.6px, transparent 0.6px);
  background-size: 12px 12px;
}

.blog-compact-grid {
  max-width: 930px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.post-grid-section .post-card--compact:first-child {
  grid-column: auto;
}

.post-card--compact {
  grid-template-columns: 150px minmax(0, 1fr);
  grid-template-rows: 1fr;
  min-height: 170px;
  border-color: rgba(24, 24, 26, 0.14);
  background: #fff;
}

.post-card--compact .post-card__media {
  height: 100%;
  min-height: 170px;
  aspect-ratio: auto;
}

.post-grid-section .post-card--compact:first-child .post-card__media {
  aspect-ratio: auto;
}

.post-card--compact .post-card__media img {
  height: 100%;
}

.post-card--compact .post-card__body {
  min-width: 0;
  padding: 18px 20px 16px;
}

.post-card--compact .post-card__meta {
  display: none;
}

.post-card--compact h3 {
  font-size: 1.18rem;
}

.post-card--compact p {
  margin-top: 12px;
  color: rgba(25, 25, 28, 0.58);
  font-size: 0.86rem;
  line-height: 1.55;
  -webkit-line-clamp: 3;
}

.blog-pagination {
  margin-top: 58px;
}

.blog-pagination .nav-links {
  justify-content: center;
  gap: 8px;
}

.blog-pagination .page-numbers {
  min-width: 34px;
  min-height: 34px;
  padding: 8px 12px;
  border-color: rgba(24, 24, 26, 0.12);
  background: #fff;
  color: #171717;
  font-size: 0.72rem;
  font-weight: 800;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  background: #6463f1;
  color: #fff;
}

.blog-pagination .prev,
.blog-pagination .next {
  min-width: 82px;
}

.single-post {
  background-color: #fff;
  background-image: radial-gradient(rgba(30, 30, 34, 0.08) 0.6px, transparent 0.6px);
  background-size: 12px 12px;
}

.single-post__header {
  max-width: 780px;
  padding: clamp(76px, 8vw, 116px) 0 36px;
  text-align: center;
}

.single-post__kicker {
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  border-bottom: 0;
}

.single-post__kicker .section-label,
.single-post__meta {
  margin: 0;
  color: rgba(25, 25, 28, 0.72);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.single-post__title-row {
  display: block;
}

.single-post__title-row h1 {
  max-width: 760px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 4.8vw, 5.1rem);
  font-weight: 500;
  line-height: 0.94;
  text-transform: none;
}

.single-post__title-row p {
  max-width: 560px;
  margin: 16px auto 0;
  color: rgba(25, 25, 28, 0.58);
  font-size: 0.95rem;
  line-height: 1.55;
}

.single-post__layout {
  max-width: 930px;
  display: grid;
  grid-template-columns: minmax(0, 640px) 230px;
  gap: 48px;
  align-items: start;
  justify-content: center;
  padding: 28px 0 clamp(76px, 8vw, 118px);
}

.single-post__image {
  margin-bottom: 34px;
}

.single-post__image img {
  width: 100%;
  max-height: 410px;
  border-radius: 8px;
  object-fit: cover;
}

.single-post__aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
  padding-top: 0;
}

.single-widget {
  border: 1px solid rgba(24, 24, 26, 0.14);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.single-widget h2 {
  margin: 0 0 14px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.single-widget ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-widget a {
  color: rgba(25, 25, 28, 0.68);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.single-widget--cta p {
  margin: 0 0 14px;
  color: rgba(25, 25, 28, 0.58);
  font-size: 0.82rem;
  line-height: 1.5;
}

.single-widget--cta .button {
  width: 100%;
  min-height: 38px;
  padding: 10px 14px;
  background: #6463f1;
  font-size: 0.76rem;
  color: #fff;
}

.entry-content {
  max-width: 640px;
}

.entry-content h2 {
  margin-top: 42px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  font-weight: 500;
  line-height: 1.02;
  text-transform: none;
}

.entry-content p {
  color: rgba(25, 25, 28, 0.72);
  font-size: 1rem;
  line-height: 1.85;
}

@media (max-width: 980px) {
  .blog-preview__intro,
  .home-blog-equal,
  .blog-compact-grid,
  .single-post__layout {
    grid-template-columns: 1fr;
  }

  .blog-preview__intro {
    align-items: start;
  }

  .home-blog-equal {
    max-width: 560px;
  }

  .single-post__aside {
    position: static;
  }
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  .archive-hero,
  .post-grid-section,
  .single-post,
  .single-post *,
  .post-card--compact,
  .post-card--compact * {
    box-sizing: border-box;
  }

  .archive-hero .container,
  .post-grid-section .container,
  .single-post__header,
  .single-post__layout,
  .entry-content {
    width: calc(100vw - 30px) !important;
    max-width: calc(100vw - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden;
  }

  .blog-preview--magazine {
    padding: 72px 0;
  }

  .blog-preview__intro h2,
  .archive-hero h1,
  .single-post__title-row h1 {
    width: min(100%, 310px) !important;
    max-width: min(100%, 310px) !important;
    margin-inline: auto;
    font-size: clamp(1.92rem, 8.2vw, 2.28rem) !important;
    line-height: 1.02;
    overflow-wrap: anywhere !important;
    word-break: break-word;
    white-space: normal !important;
  }

  .archive-hero p:not(.section-label),
  .single-post__title-row p {
    width: min(100%, 310px) !important;
    max-width: min(100%, 310px) !important;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: anywhere !important;
  }

  .single-post__layout,
  .single-post__image,
  .single-post__image img,
  .entry-content p,
  .entry-content h2 {
    width: 100% !important;
    max-width: calc(100vw - 30px) !important;
  }

  .entry-content p,
  .entry-content h2 {
    width: min(100%, 330px) !important;
    max-width: min(100%, 330px) !important;
    margin-left: auto;
    margin-right: auto;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .post-card--home-equal {
    min-height: 0;
  }

  .post-card--compact {
    grid-template-columns: 112px minmax(0, calc(100% - 112px));
    min-height: 150px;
    width: 100%;
    min-width: 0;
  }

  .post-card--compact .post-card__body {
    min-width: 0;
    overflow: hidden;
  }

  .post-card--compact .post-card__media {
    min-height: 150px;
  }

  .post-card--compact .post-card__body {
    padding: 14px;
  }

  .post-card--compact h3 {
    font-size: 1rem;
  }

  .post-card--compact p {
    -webkit-line-clamp: 2;
  }

  .blog-pagination .nav-links {
    justify-content: center;
  }

  .single-post__header {
    padding-top: 70px;
  }
}
