@font-face {
  font-family: "Biko";
  src:
    local("Biko Regular"),
    local("Biko"),
    url("fonts/Biko-Regular.woff2") format("woff2"),
    url("fonts/Biko_Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Biko";
  src:
    local("Biko Bold"),
    url("fonts/Biko-Bold.woff2") format("woff2"),
    url("fonts/Biko_Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --page-bg: #edecea;
  --header-bg: #ffffff;
  --ink: #121212;
  --site-width: 60vw;
  --grid-gap: 8.2%;
  --header-height: clamp(60px, 3.08vw, 78px);
  --read-more-size: clamp(10px, .56vw, 12px);
  --section-heading-size: clamp(19px, 1.06vw, 25px);
}

* { box-sizing: border-box; }

html {
  background: var(--page-bg);
  color: var(--ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--page-bg);
  color: var(--ink);
  font-family: "Biko", sans-serif;
  font-synthesis: none;
  font-weight: 400;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  background: rgba(255,255,255,.98);
  border-top: 1px solid #111;
}

/* The menu lives inside the same width as the hero image. */
.header-inner {
  width: var(--site-width);
  height: 100%;
  position: relative;
  margin-inline: auto;
}

.nav {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}

/* Outer menu items sit slightly inside the hero image edges. */
.nav-left {
  left: 2.8%;
  width: 26.5%;
}

.nav-right {
  right: 2.8%;
  width: 29.5%;
}

.nav a,
.menu-toggle {
  font-family: "Biko", sans-serif;
  font-size: clamp(10px, .54vw, 13px);
  font-weight: 400;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nav a,
.brand,
.read-more,
.site-footer a {
  transition: opacity .2s ease;
}

.nav a:hover,
.brand:hover,
.read-more:hover,
.site-footer a:hover {
  opacity: .55;
}

.brand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Biko", sans-serif;
  font-size: clamp(15px, .76vw, 19px);
  font-weight: 700;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.hero img {
  aspect-ratio: 2731 / 1782;
  object-fit: cover;
}

.intro {
  padding-top: clamp(34px, 1.65vw, 50px);
  text-align: center;
}

.narrow-copy {
  width: 49vw;
}

.intro h1 {
  margin: 0 0 clamp(24px, 1.35vw, 34px);
  font-size: var(--section-heading-size);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: .075em;
}

.intro p {
  margin: 0 auto;
  max-width: 100%;
  font-size: clamp(13px, .74vw, 17px);
  line-height: 1.30;
  letter-spacing: .055em;
}

.intro p:last-child {
  margin-top: clamp(14px, .78vw, 20px);
  margin-bottom: 0;
}

.product-grid {
  margin-top: clamp(66px, 3.7vw, 96px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: var(--grid-gap);
  row-gap: clamp(48px, 2.8vw, 72px);
}

.product-card {
  min-width: 0;
}

.product-card .image-link,
.feature .image-link {
  display: block;
  width: 100%;
  overflow: hidden;
}

.product-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.product-caption,
.feature-caption {
  width: 100%;
  text-align: center;
}

.product-caption {
  padding-top: clamp(14px, .78vw, 20px);
  min-height: 78px;
}

.product-caption h2 {
  margin: 0;
  font-family: "Biko", sans-serif;
  font-size: clamp(12px, .64vw, 15px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: .11em;
}

.product-caption p {
  margin: 5px 0 10px;
  font-family: "Biko", sans-serif;
  font-size: clamp(9px, .48vw, 11px);
  line-height: 1.2;
  letter-spacing: .10em;
}

.read-more {
  display: inline-block;
  font-family: "Biko", sans-serif;
  font-size: var(--read-more-size);
  line-height: 1;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: none;
}

.feature {
  margin-top: clamp(54px, 3.25vw, 84px);
}

.feature-cecile {
  position: relative;
}

.feature-cecile img {
  aspect-ratio: 2714 / 1443;
  object-fit: cover;
}

.cecile-overlay {
  position: absolute;
  left: 24.5%;
  top: 25.5%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.cecile-name {
  font-family: "Biko", sans-serif;
  font-size: clamp(30px, 2.15vw, 50px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: .085em;
  color: #fff;
}

.cecile-type {
  margin-top: clamp(9px, .55vw, 14px);
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .83vw, 18px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: .11em;
  color: #111;
}

.cecile-overlay .read-more {
  margin-top: clamp(28px, 1.55vw, 38px);
  color: #111;
}

.showroom-feature img {
  aspect-ratio: 2717 / 1812;
  object-fit: cover;
}

.feature-caption {
  padding-top: clamp(22px, 1.30vw, 32px);
}

.feature-caption h2 {
  margin: 0;
  font-family: "Biko", sans-serif;
  font-size: var(--section-heading-size);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: .09em;
}

.feature-caption .read-more {
  margin-top: clamp(14px, .78vw, 20px);
}

.making-feature {
  margin-top: clamp(58px, 3.35vw, 88px);
}

.making-link {
  position: relative;
}

.making-feature img {
  aspect-ratio: 2761 / 1541;
  object-fit: cover;
}

.making-overlay {
  position: absolute;
  left: 50%;
  bottom: 6.1%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  pointer-events: none;
}

.making-title {
  font-family: "Biko", sans-serif;
  font-size: var(--section-heading-size);
  line-height: 1;
  font-weight: 400;
  letter-spacing: .10em;
}

.making-overlay .read-more {
  margin-top: clamp(24px, 1.35vw, 32px);
  color: #fff;
}

.site-footer {
  padding: clamp(92px, 5.9vw, 150px) 0 clamp(58px, 4vw, 100px);
  text-align: center;
}

.site-footer p {
  margin: 0 auto;
  max-width: none;
  font-family: "Biko", sans-serif;
  font-size: clamp(11px, .61vw, 14px);
  line-height: 1.35;
  letter-spacing: .055em;
}

.footer-address {
  margin-top: clamp(28px, 1.65vw, 42px) !important;
}

.footer-legal {
  margin-top: clamp(62px, 3.5vw, 90px) !important;
  font-size: clamp(9px, .47vw, 11px) !important;
  letter-spacing: .13em !important;
}

@media (max-width: 1100px) and (min-width: 761px) {
  :root {
    --site-width: 70vw;
    --header-height: 64px;
  }

  .nav-left { left: 2.4%; width: 25%; }
  .nav-right { right: 2.4%; width: 30%; }
  .nav a { font-size: 10px; }
  .brand { font-size: 14px; }
  .narrow-copy { width: 60vw; }
}

@media (max-width: 760px) {
  :root {
    --site-width: calc(100vw - 36px);
    --header-height: 62px;
    --section-heading-size: 18px;
    --read-more-size: 10px;
  }

  .header-inner {
    width: calc(100vw - 36px);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 10px;
  }

  .nav { display: none; }

  .menu-toggle {
    display: inline-block;
    justify-self: start;
    border: 0;
    padding: 0;
    background: transparent;
    font-family: "Biko", sans-serif;
    color: inherit;
    cursor: pointer;
  }

  .brand {
    position: static;
    transform: none;
    justify-self: center;
    font-size: 14px;
    grid-column: 2;
  }

  .mobile-nav {
    position: absolute;
    inset: var(--header-height) 0 auto 0;
    display: none;
    padding: 26px 18px 30px;
    background: #fff;
    border-top: 1px solid #ecebea;
    text-align: center;
  }

  .mobile-nav.is-open {
    display: grid;
    gap: 20px;
  }

  .mobile-nav a {
    font-family: "Biko", sans-serif;
    font-size: 11px;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .hero {
    width: 100%;
  }

  .hero img {
    aspect-ratio: 1.12 / 1;
    object-fit: cover;
    object-position: center center;
  }

  .narrow-copy {
    width: calc(100vw - 44px);
  }

  .intro {
    padding-top: 38px;
  }

  .intro h1 {
    margin-bottom: 24px;
  }

  .intro p {
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 0;
  }

  .product-grid {
    margin-top: 62px;
    grid-template-columns: 1fr;
    row-gap: 46px;
  }

  .product-caption {
    padding-top: 16px;
    min-height: 0;
  }

  .product-caption h2 { font-size: 12px; }
  .product-caption p { font-size: 10px; }

  .feature,
  .making-feature {
    margin-top: 62px;
  }

  .feature-caption {
    padding-top: 22px;
  }

  .cecile-name { font-size: 28px; }
  .cecile-type { font-size: 12px; }
  .cecile-overlay .read-more { margin-top: 22px; }
  .making-overlay .read-more { margin-top: 20px; }

  .site-footer {
    padding-top: 86px;
  }

  .site-footer p {
    font-size: 11px;
  }

  .footer-address {
    line-height: 1.6 !important;
  }

  /* Mobile text inset:
     text never starts exactly on the image edge. */
  .site-footer {
    padding-inline: 1.5ch;
    box-sizing: border-box;
  }
}

/* ============================================================
   PRODUCT DETAIL — v6.1 master language
   ============================================================ */
.product-detail-page {
  background: var(--page-bg);
}

.product-detail {
  padding-top: 0;
}

.product-detail-grid {
  width: var(--site-width);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 50.55% 49.45%;
  align-items: stretch;
}

.product-detail-image {
  margin: 0;
  min-width: 0;
}

.product-detail-image img {
  width: 100%;
  aspect-ratio: 1423 / 1779;
  object-fit: cover;
}

.product-detail-info {
  position: relative;
  min-width: 0;
}

.product-detail-title {
  position: absolute;
  top: 19.2%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}

.product-detail-title h1 {
  margin: 0;
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .64vw, 16px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: .11em;
}

.product-detail-title p {
  margin: 5px 0 0;
  font-family: "Biko", sans-serif;
  font-size: clamp(9px, .48vw, 11px);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: .10em;
}

.product-detail-description {
  position: absolute;
  top: 31.2%;
  left: 50%;
  transform: translateX(-50%);
  width: 72%;
  margin: 0;
  text-align: center;
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .74vw, 17px);
  line-height: 1.30;
  font-weight: 400;
  letter-spacing: .055em;
}

.product-detail-bottom {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 4.8%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.product-detail-spec {
  margin: 0;
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .74vw, 17px);
  line-height: 1.30;
  font-weight: 400;
  letter-spacing: .055em;
}

.product-enquire,
.back-to-collection {
  font-family: "Biko", sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .14em;
  transition: opacity .2s ease;
}

.product-enquire {
  font-size: clamp(13px, .74vw, 17px);
}

.back-to-collection {
  font-size: var(--read-more-size);
}

.product-enquire:hover,
.back-to-collection:hover {
  opacity: .55;
}

.back-to-collection-wrap {
  width: var(--site-width);
  margin: clamp(76px, 5.9vw, 150px) auto 0;
  text-align: center;
}

.product-detail + .site-footer {
  padding-top: clamp(88px, 5.2vw, 132px);
}

@media (max-width: 1100px) and (min-width: 761px) {
  .product-detail-grid,
  .back-to-collection-wrap {
    width: var(--site-width);
  }

  .product-detail-description {
    width: 62%;
  }
}

@media (max-width: 760px) {
 .product-detail-grid {
    width: var(--site-width);
    display: block;
  }

  .product-detail-image img {
    aspect-ratio: 4 / 5;
  }

  .product-detail-info {
    position: static;
    padding: 34px 1.5ch 0;
    box-sizing: border-box;
    text-align: center;
  }

  .product-detail-title,
  .product-detail-description,
  .product-detail-bottom {
    position: static;
    transform: none;
  }

  .product-detail-title {
    text-align: center;
  }

  .product-detail-description {
    width: auto;
    margin: 30px auto 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.42;
  }

  .product-detail-bottom {
    margin-top: 44px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: left;
    padding-inline: 1.5ch;
    box-sizing: border-box;
  }

  .product-detail-spec,
  .product-enquire {
    font-size: 12px;
  }

  .back-to-collection-wrap {
    width: var(--site-width);
    margin-top: 62px;
  }
}

/* ============================================================
   PRODUCT DETAIL — wide-object variant (CÉCILE and similar)
   Keeps the v6.1 / ARTHUR typographic and spacing system while
   allowing very wide furniture to remain fully visible.
   ============================================================ */
.product-wide-image {
  margin: 0 auto;
}

.product-wide-image img {
  width: 100%;
  aspect-ratio: 2712 / 1773;
  object-fit: cover;
  object-position: 60% center;
}

.product-wide-info {
  position: relative;
  min-height: clamp(300px, 20vw, 490px);
}

.product-wide-title {
  top: clamp(28px, 1.65vw, 42px);
}

.product-wide-description {
  top: clamp(102px, 6.25vw, 155px);
  width: 50%;
}

.product-wide-bottom {
  left: 2.8%;
  right: 2.8%;
  bottom: clamp(24px, 1.65vw, 42px);
}

.product-wide-back {
  margin-top: clamp(54px, 3.6vw, 92px);
}

@media (max-width: 760px) {
  .product-wide-image img {
    aspect-ratio: 2712 / 1773;
    object-fit: cover;
    object-position: 60% center;
  }

  .product-wide-info {
    position: static;
    min-height: 0;
    padding: 34px 1.5ch 0;
    box-sizing: border-box;
    text-align: center;
  }

  .product-wide-title,
  .product-wide-description,
  .product-wide-bottom {
    position: static;
    transform: none;
  }

  .product-wide-description {
    width: auto;
    margin: 30px auto 0;
    font-size: 12px;
    line-height: 1.42;
  }

  .product-wide-bottom {
    margin-top: 44px;
  }

  .product-wide-back {
    margin-top: 62px;
  }
}

/* ============================================================
   PRODUCT DETAIL — two-image variant (PÉTIT NOUNOURS)
   The second image forms a second master grid row; specs and
   ENQUIRE sit to its right, matching the standard product logic.
   ============================================================ */
.product-detail-two-images .product-detail-info {
  align-self: stretch;
}

.product-detail-info-text-only {
  min-height: 0;
  aspect-ratio: 1423 / 1779;
}

.product-detail-second-row {
  margin-top: clamp(34px, 2.4vw, 62px);
}

.product-detail-info-secondary {
  min-height: 0;
}

.product-detail-info-secondary .product-detail-bottom {
  left: 8%;
  right: 8%;
  bottom: 4.8%;
}

.product-two-images-back {
  margin-top: clamp(70px, 5.2vw, 132px);
}

@media (max-width: 760px) {
  .product-detail-info-text-only {
    aspect-ratio: auto;
  }

  .product-detail-second-row {
    margin-top: 24px;
    display: block;
  }

  .product-detail-info-secondary {
    position: static;
    padding-top: 28px;
  }

  .product-detail-info-secondary .product-detail-bottom {
    position: static;
    transform: none;
    margin-top: 0;
    padding-inline: 1.5ch;
  }

  .product-two-images-back {
    margin-top: 62px;
  }
}


/* ============================================================
   MENU PAGES — v6.1 master system
   If a menu page starts with an image, the first image is always
   landscape and follows the same 60vw outer master as the homepage.
   ============================================================ */
.menu-page-hero {
  margin: 0 auto;
}

.menu-page-hero img {
  width: 100%;
  aspect-ratio: 2717 / 1787;
  object-fit: cover;
}

.menu-page-intro {
  margin: 0 auto;
  padding-top: clamp(38px, 2.05vw, 52px);
  text-align: center;
}

.menu-page-intro h1 {
  margin: 0 0 clamp(25px, 1.45vw, 38px);
  font-family: "Biko", sans-serif;
  font-size: var(--section-heading-size);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: .075em;
}

.menu-page-intro p {
  margin: 0 auto clamp(10px, .55vw, 14px);
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .74vw, 17px);
  line-height: 1.30;
  font-weight: 400;
  letter-spacing: .055em;
}

.menu-page-intro .menu-page-appointment {
  margin-top: clamp(24px, 1.4vw, 36px);
}

.showroom-gallery {
  margin-top: clamp(52px, 2.9vw, 72px);
}

.showroom-gallery figure {
  margin: 0;
}

.showroom-small-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(8px, .58vw, 12px) clamp(10px, .72vw, 16px);
  align-items: start;
}

.showroom-small-row + .showroom-small-row {
  margin-top: clamp(10px, .72vw, 16px);
}

.showroom-card-small img {
  width: 100%;
  height: auto;
  display: block;
}

.showroom-small-row-portrait .showroom-card-small img {
  aspect-ratio: auto;
  object-fit: contain;
}

.showroom-small-row-square .showroom-card-small img {
  aspect-ratio: auto;
  object-fit: contain;
}

.showroom-small-row-square .showroom-card-small:last-child img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top center;
}

.showroom-landscape-feature {
  margin-top: clamp(14px, 1.05vw, 22px) !important;
}

.showroom-landscape-feature img {
  width: 100%;
  aspect-ratio: 2695 / 1797;
  object-fit: cover;
  display: block;
}

.showroom-final-image img {
  object-position: center center;
}

.menu-page-back {
  margin-top: clamp(76px, 5.2vw, 132px);
}

.menu-page + .site-footer {
  padding-top: clamp(104px, 6.8vw, 174px);
}

@media (max-width: 760px) {
  .menu-page-hero {
    width: var(--site-width);
  }

  .menu-page-hero img {
    aspect-ratio: 2717 / 1787;
  }

  .menu-page-intro {
    width: var(--site-width);
    padding: 34px 1.5ch 0;
    box-sizing: border-box;
  }

  .menu-page-intro h1 {
    margin-bottom: 24px;
  }

  .menu-page-intro p {
    font-size: 12px;
    line-height: 1.42;
  }

  .showroom-gallery {
    margin-top: 42px;
  }

  .showroom-small-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .showroom-small-row + .showroom-small-row {
    margin-top: 12px;
  }

  .showroom-landscape-feature {
    margin-top: 14px !important;
  }

  .showroom-landscape-feature img {
    aspect-ratio: 2695 / 1797;
  }

  .menu-page-back {
    margin-top: 62px;
  }
}


/* ============================================================
   GET IN TOUCH — product-detail typography, original layout
   ============================================================ */
.contact-page {
  background: var(--page-bg);
}

.contact-detail {
  display: grid;
  grid-template-columns: 50.55% 49.45%;
  align-items: stretch;
}

.contact-image {
  margin: 0;
  min-width: 0;
}

.contact-image img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-info {
  position: relative;
  min-width: 0;
}

.contact-title {
  position: absolute;
  top: 19.2%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}

.contact-title h1 {
  margin: 0;
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .64vw, 16px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: .11em;
}

.contact-intro {
  position: absolute;
  top: 31.2%;
  left: 50%;
  transform: translateX(-50%);
  width: 72%;
  margin: 0;
  text-align: center;
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .74vw, 17px);
  line-height: 1.30;
  font-weight: 400;
  letter-spacing: .055em;
}

.contact-details {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translateX(-50%);
  width: 76%;
  text-align: center;
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .74vw, 17px);
  line-height: 1.30;
  font-weight: 400;
  letter-spacing: .055em;
}

.contact-details p {
  margin: 0;
}

.contact-details p + p {
  margin-top: clamp(22px, 1.35vw, 34px);
}

.contact-details a {
  transition: opacity .2s ease;
}

.contact-details a:hover {
  opacity: .55;
}

.contact-footer {
  padding-top: clamp(88px, 5.2vw, 132px);
}

@media (max-width: 760px) {
  .contact-detail {
    width: var(--site-width);
    display: block;
  }

  .contact-image img {
    width: 100%;
    height: auto;
  }

  .contact-info {
    position: static;
    padding: 34px 1.5ch 0;
    box-sizing: border-box;
    text-align: center;
  }

  .contact-title,
  .contact-intro,
  .contact-details {
    position: static;
    transform: none;
    width: auto;
  }

  .contact-title {
    text-align: center;
  }

  .contact-intro {
    margin: 30px auto 0;
    font-size: 12px;
    line-height: 1.42;
  }

  .contact-details {
    margin: 44px auto 0;
    font-size: 12px;
    line-height: 1.42;
  }

  .contact-details p + p {
    margin-top: 26px;
  }

  .contact-footer {
    padding-top: 76px;
  }
}

/* ============================================================
   FINAL SECTION HEADING SYSTEM — based on GET IN TOUCH
   ============================================================ */
.intro h1,
.feature-caption h2,
.making-title,
.menu-page-intro h1 {
  font-size: clamp(13px, .64vw, 16px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: .11em;
}


/* ============================================================
   LEGAL — IMPRINT
   ============================================================ */
.legal-page {
  background: var(--page-bg);
}

.legal-content {
  min-height: calc(100vh - var(--header-height));
  padding-top: clamp(72px, 5.1vw, 130px);
  padding-bottom: clamp(90px, 7vw, 180px);
  text-align: center;
}

.legal-content h1 {
  margin: 0;
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .64vw, 16px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: .11em;
}

.legal-block {
  width: min(50vw, 850px);
  margin: clamp(32px, 2.1vw, 54px) auto 0;
}

.legal-block p {
  margin: 0 0 clamp(20px, 1.2vw, 30px);
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .74vw, 17px);
  line-height: 1.30;
  font-weight: 400;
  letter-spacing: .055em;
}

.legal-block p:last-child {
  margin-bottom: 0;
}

.legal-copyright {
  margin-top: clamp(56px, 3.6vw, 92px);
}

.legal-privacy-link {
  margin: clamp(56px, 3.6vw, 92px) 0 0;
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .64vw, 16px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: .11em;
}

.legal-content a {
  transition: opacity .2s ease;
}

.legal-content a:hover {
  opacity: .55;
}

@media (max-width: 760px) {
  .legal-content {
    width: var(--site-width);
    padding: 58px 1.5ch 86px;
    box-sizing: border-box;
  }

  .legal-block {
    width: auto;
    margin-top: 30px;
  }

  .legal-block p {
    font-size: 12px;
    line-height: 1.42;
    margin-bottom: 22px;
  }

  .legal-copyright {
    margin-top: 48px;
  }

  .legal-privacy-link {
    margin-top: 48px;
  }
}


/* ============================================================
   MAKING — v26 menu-page system, original image proportions
   ============================================================ */
.making-page-image {
  margin: 0;
}

.making-page-image img {
  width: 100%;
  height: auto;
  display: block;
}

.making-page-hero.site-width {
  width: 100%;
}

.making-page-hero {
  display: flex;
  justify-content: center;
}

.making-page-hero img {
  width: var(--site-width);
  max-width: 100%;
  margin-inline: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.making-page-intro {
  width: min(42vw, 760px);
  padding-top: clamp(38px, 2.05vw, 52px);
}

.making-page-intro h1 {
  margin-bottom: clamp(26px, 1.45vw, 36px);
}

.making-page-intro p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.making-page-intro p + p {
  margin-top: clamp(22px, 1.25vw, 30px);
}

.making-page-gallery {
  margin-top: clamp(54px, 3.05vw, 78px);
}

.making-page-gallery .making-page-image + .making-page-image {
  margin-top: clamp(26px, 1.6vw, 36px);
}

.making-page .menu-page-back {
  margin-top: clamp(54px, 3.6vw, 92px);
}

@media (max-width: 760px) {
  .making-page-hero.site-width {
    width: 100%;
  }

  .making-page-hero img {
    width: var(--site-width);
  }

  .making-page-intro {
    width: var(--site-width);
    padding: 34px 1.5ch 0;
    box-sizing: border-box;
  }

  .making-page-intro p {
    text-align: center;
  }

  .making-page-intro p + p {
    margin-top: 18px;
  }

  .making-page-gallery {
    margin-top: 42px;
  }

  .making-page-gallery .making-page-image + .making-page-image {
    margin-top: 22px;
  }

  .making-page .menu-page-back {
    margin-top: 62px;
  }
}

/* Homepage footer: brand statement + contact line read as one block */
.footer-statement + .footer-address {
  margin-top: 12px !important;
}


/* ============================================================
   STUDIO — v26/v36 system
   ============================================================ */
.studio-hero {
  margin: 0 auto;
}

.studio-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.studio-brand-intro {
  margin: 0 auto;
  padding-top: clamp(38px, 2.05vw, 52px);
  text-align: center;
}

.studio-brand-intro h1,
.studio-profile-copy h2,
.studio-press h2 {
  margin: 0;
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .64vw, 16px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: .11em;
}

.studio-brand-intro p {
  margin: clamp(24px, 1.35vw, 34px) auto 0;
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .74vw, 17px);
  line-height: 1.30;
  font-weight: 400;
  letter-spacing: .055em;
}

.studio-profile {
  margin-top: clamp(72px, 4.4vw, 112px);
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: stretch;
}

.studio-profile-image {
  margin: 0;
}

.studio-profile-image img {
  width: 100%;
  height: auto;
  display: block;
}

.studio-profile-copy {
  padding: clamp(16px, 1vw, 26px) 5% 0 7%;
  box-sizing: border-box;
  text-align: center;
}

.studio-profile-copy h2 {
  margin-bottom: clamp(34px, 2vw, 50px);
}

.studio-profile-copy p {
  max-width: 35em;
  margin: 0 auto;
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .74vw, 17px);
  line-height: 1.36;
  font-weight: 400;
  letter-spacing: .055em;
}

.studio-profile-copy p + p {
  margin-top: clamp(18px, 1.05vw, 26px);
}

.studio-profile-copy .studio-visit-link {
  margin-top: clamp(42px, 2.7vw, 68px);
  font-size: var(--read-more-size);
  line-height: 1;
  letter-spacing: .14em;
}

.studio-profile-copy a,
.studio-press a {
  transition: opacity .2s ease;
}

.studio-profile-copy a:hover,
.studio-press a:hover {
  opacity: .55;
}

.studio-press {
  margin-top: clamp(128px, 7.6vw, 194px);
}

.studio-press h2 {
  text-align: center;
  margin-bottom: clamp(38px, 2.35vw, 60px);
}

.studio-press-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, .72vw, 16px);
}

.studio-press-grid figure {
  margin: 0;
}

.studio-press-grid img {
  width: 100%;
  height: auto;
  display: block;
}

.studio-collection-link {
  margin-top: clamp(60px, 4vw, 102px);
}

@media (max-width: 760px) {
  .studio-brand-intro {
    width: var(--site-width);
    padding: 34px 1.5ch 0;
    box-sizing: border-box;
  }

  .studio-brand-intro p {
    font-size: 12px;
    line-height: 1.42;
    margin-top: 26px;
  }

  .studio-profile {
    margin-top: 58px;
    display: block;
  }

  .studio-profile-copy {
    padding: 34px 1.5ch 0;
    box-sizing: border-box;
  }

  .studio-profile-copy h2 {
    margin-bottom: 28px;
  }

  .studio-profile-copy p {
    font-size: 12px;
    line-height: 1.42;
  }

  .studio-profile-copy p + p {
    margin-top: 18px;
  }

  .studio-profile-copy .studio-visit-link {
    margin-top: 38px;
  }

  .studio-press {
    margin-top: 92px;
  }

  .studio-press h2 {
    margin-bottom: 30px;
  }

  .studio-press-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .studio-collection-link {
    margin-top: 62px;
  }
}


/* ============================================================
   PRIVACY — legal page, restrained section hierarchy
   ============================================================ */
.privacy-content .privacy-intro {
  width: min(46vw, 780px);
}

.privacy-content .legal-section {
  width: min(46vw, 780px);
  margin-top: clamp(54px, 3.4vw, 86px);
}

.privacy-content .legal-section h2 {
  margin: 0 0 clamp(22px, 1.35vw, 34px);
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .64vw, 16px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: .08em;
}

.privacy-content .legal-section p {
  margin-bottom: clamp(16px, .95vw, 24px);
}

.privacy-content .privacy-status {
  margin-top: clamp(70px, 4.4vw, 112px);
}

@media (max-width: 760px) {
  .privacy-content .privacy-intro,
  .privacy-content .legal-section {
    width: auto;
  }

  .privacy-content .legal-section {
    margin-top: 48px;
  }

  .privacy-content .legal-section h2 {
    margin-bottom: 20px;
  }

  .privacy-content .legal-section p {
    margin-bottom: 18px;
  }

  .privacy-content .privacy-status {
    margin-top: 56px;
  }
}


/* v44 — mobile line-break refinement on homepage */
.nowrap {
  white-space: nowrap;
}

.footer-contact-mobile {
  display: inline;
}

@media (max-width: 760px) {
  .nowrap-mobile {
    white-space: nowrap;
  }

  .footer-address {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-location {
    display: block;
  }

  .footer-contact-mobile {
    display: inline-flex !important;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: center;
    width: auto;
    margin-top: 2px;
    white-space: nowrap;
  }

  .footer-contact-mobile .nowrap,
  .footer-contact-mobile a {
    white-space: nowrap;
  }
}


/* v47 — final mobile line-break refinements */
.mobile-only-break {
  display: none;
}

@media (max-width: 760px) {
  .mobile-only-break {
    display: inline;
  }
}

/* ============================================================
   ABOUT THE COLLECTION — homepage closing note
   Same typographic logic as the homepage intro
   ============================================================ */
.about-collection {
  width: 49vw;
  margin: clamp(112px, 7vw, 178px) auto 0;
  text-align: center;
}

.about-collection h2 {
  margin: 0 0 clamp(24px, 1.35vw, 34px);
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .64vw, 16px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.about-collection p {
  margin: 0 auto;
  max-width: 100%;
  font-family: "Biko", sans-serif;
  font-size: clamp(13px, .74vw, 17px);
  line-height: 1.30;
  font-weight: 400;
  letter-spacing: .055em;
}

.about-collection p + p {
  margin-top: clamp(22px, 1.25vw, 32px);
}

@media (max-width: 760px) {
  .about-collection {
    width: calc(100vw - 44px);
    margin-top: 86px;
    padding-inline: 1.5ch;
    box-sizing: border-box;
  }

  .about-collection h2 {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .about-collection p {
    font-size: 12px;
    line-height: 1.42;
  }

  .about-collection p + p {
    margin-top: 22px;
  }
}
