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

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

@font-face {
  font-family: "Boska";
  src: url("/fonts/Boska-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Soria";
  src: url("/fonts/Soria.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #f5ede0;
  --cream-2: #ebe2d2;
  --paper: #fffaf3;
  --ink: #2a221c;
  --mute: rgba(42, 34, 28, 0.68);
  --line: rgba(42, 34, 28, 0.12);
  --gold: #b08d4f;
  --rose: #9a4d4a;
  --display: "Cormorant Garamond", Georgia, serif;
  --brand: "Boska", "Soria", Didot, serif;
  --sans: "Outfit", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pad: 1.15rem;
  --vitrine-gap: 0.85rem;
  --headline-scale: 1;
}

.is-hidden {
  display: none !important;
}

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

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior-y: none;
  touch-action: manipulation;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(3.5rem, 1fr) auto minmax(3.5rem, 1fr);
  align-items: center;
  gap: 0.5rem;
  padding: calc(0.48rem + env(safe-area-inset-top, 0px)) var(--pad) 0.48rem;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.nav.is-scrolled {
  padding-top: calc(0.38rem + env(safe-area-inset-top, 0px));
  padding-bottom: 0.38rem;
}

.nav__slot--left {
  justify-self: start;
}

.nav__slot--right {
  position: relative;
  z-index: 60;
  justify-self: end;
}

.nav__brand {
  grid-column: 2;
  justify-self: center;
  color: #1a1410;
  font-family: var(--brand);
  font-size: clamp(1.62rem, 7vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.28em;
  padding-left: 0.28em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav__links {
  display: none;
  gap: 1.35rem;
}

.nav__links a {
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
}

.nav__links a:hover {
  color: var(--ink);
}

/* —— Lingua: foglio in alto, colonne per continente —— */
.lang {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-left: 0;
}

.lang select {
  appearance: none;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  padding: 0.4rem 1.6rem 0.4rem 0.7rem;
  border-radius: 999px;
  cursor: pointer;
}

.langdd__toggle {
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--ink);
  cursor: pointer;
  padding: 0.4rem 1.05rem 0.4rem 0.35rem;
  position: relative;
  z-index: 60;
}

.langdd__toggle::after {
  content: "";
  position: absolute;
  right: 0.15rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.25s var(--ease);
}

.langdd__toggle[aria-expanded="true"]::after {
  transform: translateY(-30%) rotate(225deg);
}

.langdd__sheet {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 40;
  padding: calc(3.45rem + env(safe-area-inset-top, 0px)) var(--pad) 2.4rem;
  background: color-mix(in srgb, var(--cream) 94%, var(--paper));
  border-bottom: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(42, 34, 28, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.55rem);
  transition:
    opacity 0.34s var(--ease),
    transform 0.38s var(--ease),
    visibility 0.34s;
}

.langdd__sheet.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .langdd__sheet {
    transition: none;
    transform: none;
  }
}

.langdd__inner {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
}

.langdd__region {
  margin: 0 0 0.85rem;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.langdd__opt {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  font: inherit;
  padding: 0.42rem 0;
  cursor: pointer;
  color: var(--ink);
  border-bottom: 1px solid transparent;
}

.langdd__name {
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 500;
  font-style: italic;
}

.langdd__code {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: var(--mute);
}

.langdd__opt:hover .langdd__name {
  color: var(--gold);
}

.langdd__opt.is-active .langdd__name {
  border-bottom: 1px solid var(--ink);
}

body.is-lang-open .nav {
  background: var(--cream);
  box-shadow: none;
}

@media (max-width: 620px) {
  .langdd__inner {
    gap: 1.1rem 0.75rem;
  }

  .langdd__name {
    font-size: 1.02rem;
  }

  .langdd__opt {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.08rem;
    padding: 0.35rem 0;
  }
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: var(--cream);
}

.hero__stage {
  position: relative;
  height: 100svh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.hero__shot {
  margin: 0;
  overflow: hidden;
}

.hero__shot--b,
.hero__shot--c {
  display: none;
}

.hero__media {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.hero__media img,
.hero__media video,
.hero__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.hero__media--video video {
  background: #1a1512;
}

.hero__onphoto {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: calc(1.6rem + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 var(--pad);
  text-align: center;
  pointer-events: none;
}

.hero__onphoto-title {
  margin: 0 0 0.55rem;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.15rem, 9.5vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: #f5ede0;
  text-shadow:
    0 1px 2px rgba(20, 14, 10, 0.55),
    0 10px 32px rgba(20, 14, 10, 0.45);
}

.hero__onphoto-link {
  pointer-events: auto;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f5ede0;
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 237, 224, 0.55);
  padding-bottom: 0.12rem;
  text-shadow: 0 1px 10px rgba(20, 14, 10, 0.45);
}

.hero__onphoto-link:hover {
  border-bottom-color: #f5ede0;
}

.hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero__lead {
  margin: 0 auto;
  font-weight: 300;
  font-size: 1.04rem;
  line-height: 1.65;
  color: var(--ink);
  max-width: 28rem;
}

.hero__lead em {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.12em;
  color: var(--ink);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.85rem;
  margin-top: 1.15rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0 1.35rem;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(42, 34, 28, 0.16);
}

.btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}

.btn-wa {
  background: #c9b8a0;
  color: #2a221c;
}

.btn-wa:hover {
  background: #b9a68b;
}

.link {
  font-size: 0.88rem;
  border-bottom: 1px solid rgba(42, 34, 28, 0.28);
  padding-bottom: 0.1rem;
  color: var(--mute);
}

.link:hover {
  color: var(--ink);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.section-head {
  width: min(720px, 92vw);
  margin: 0 auto 1.75rem;
  padding-inline: var(--pad);
  text-align: center;
}

.section-head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: calc(clamp(2.3rem, 7vw, 3.4rem) * var(--headline-scale));
  font-weight: 500;
  line-height: 1.05;
}

.section-head p:last-child {
  margin: 0.85rem auto 0;
  max-width: 34ch;
  font-weight: 300;
  color: var(--mute);
}

/* —— Vetrina: irregolare, un pezzo alla volta —— */
.vitrine {
  padding: 3rem 0 2.5rem;
}

.vitrine__grid {
  width: min(1100px, 94vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem var(--vitrine-gap, 0.85rem);
  padding-inline: var(--pad);
}

.vitrine__grid--loose {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  padding-inline: var(--pad);
}

.vitrine__grid--loose .vitrine__cell {
  width: min(82%, 22rem);
}

.vitrine__grid--loose .vitrine__cell:nth-child(odd) {
  align-self: flex-start;
}

.vitrine__grid--loose .vitrine__cell:nth-child(even) {
  align-self: flex-end;
}

.vitrine__grid--loose .vitrine__media {
  aspect-ratio: auto;
  min-height: 0;
  background: var(--paper);
  padding: 1.1rem 1rem 0.85rem;
}

.vitrine__grid--loose .vitrine__cell img {
  width: 100%;
  height: auto;
  max-height: 68vw;
  object-fit: contain;
  object-position: center;
}

.vitrine__cell {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: transparent;
  border: 0;
  min-height: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}

.vitrine__cell.is-in {
  opacity: 1;
  transform: none;
}

.vitrine__cell .vitrine__media {
  position: relative;
  aspect-ratio: 1;
  background: transparent;
  border: 0;
  overflow: hidden;
}

.vitrine__cell:hover img {
  opacity: 0.92;
}

.vitrine__cell:hover .vitrine__meta strong {
  border-bottom-color: currentColor;
}

.vitrine__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Galleria swipe (dito) sulle schede */
.gallery {
  position: absolute;
  inset: 0;
}

.gallery__track {
  display: flex;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.gallery__track::-webkit-scrollbar {
  display: none;
}

.gallery__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.gallery__slide img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  display: flex;
  justify-content: center;
  gap: 0.28rem;
  pointer-events: none;
  z-index: 2;
}

.gallery__dots i {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: rgba(42, 34, 28, 0.28);
  box-shadow: 0 0 0 1px rgba(255, 250, 243, 0.35);
}

.gallery__dots i.is-on {
  background: var(--gold);
}

.gallery__nav {
  display: none;
}

@media (min-width: 860px) {
  .gallery__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 2.2rem;
    height: 2.2rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--paper) 88%, transparent);
    color: var(--ink);
    font: 400 1.35rem/1 var(--display);
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 1px 10px rgba(42, 34, 28, 0.12);
  }

  .gallery__nav.is-prev {
    left: 0.55rem;
  }

  .gallery__nav.is-next {
    right: 0.55rem;
  }

  .gallery__nav:hover:not(:disabled) {
    background: var(--paper);
  }

  .gallery__nav:disabled {
    opacity: 0.28;
    cursor: default;
  }
}

/* Nome + prezzo sotto la foto, mai sopra */
.vitrine__meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.55rem 0.05rem 0;
  background: none;
}

.vitrine__meta strong {
  font-family: var(--display);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}

.vitrine__meta .price {
  color: #6e5a2f;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: right;
  line-height: 1.3;
}

@media (min-width: 860px) {
  .vitrine__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem 1.1rem;
  }

  .vitrine__grid--loose {
    gap: 4.5rem;
    max-width: 1080px;
  }

  .vitrine__grid--loose .vitrine__cell:nth-child(4n + 1) {
    width: 58%;
    align-self: flex-start;
  }

  .vitrine__grid--loose .vitrine__cell:nth-child(4n + 2) {
    width: 40%;
    align-self: flex-end;
    margin-top: -5.5rem;
  }

  .vitrine__grid--loose .vitrine__cell:nth-child(4n + 3) {
    width: 46%;
    align-self: flex-start;
    margin-left: 14%;
    margin-top: 0.5rem;
  }

  .vitrine__grid--loose .vitrine__cell:nth-child(4n + 4) {
    width: 52%;
    align-self: flex-end;
    margin-top: -3.25rem;
  }

  .vitrine__grid--loose .vitrine__cell img {
    max-height: 64vh;
  }

  .vitrine__grid--loose .vitrine__media {
    padding: 1.6rem 1.4rem 1.2rem;
  }
}

.contact__phone {
  margin: 0.85rem 0 0;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: var(--mute);
}

.btn-wa {
  background: #c9b8a0;
  color: #2a221c;
}

.btn-wa:hover {
  background: #b9a68b;
}

@media (min-width: 860px) {
  .nav__links {
    display: flex;
  }
}

.ribbon,
.ribbon__track {
  display: none;
}

.story {
  position: relative;
  overflow: clip;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.story__media {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--cream-2);
}

.story__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(to top, rgba(24, 18, 14, 0.52), transparent);
  pointer-events: none;
}

.story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.story__media figcaption {
  position: absolute;
  z-index: 2;
  right: var(--pad);
  top: 1rem;
  margin: 0;
  color: rgba(255, 250, 243, 0.84);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story__body {
  position: relative;
  z-index: 2;
  padding: 0 var(--pad) 4.8rem;
}

.story__head {
  min-height: 10.5rem;
  margin: -10.5rem calc(var(--pad) * -1) 0;
  padding: 1.4rem var(--pad) 1.3rem;
  color: var(--paper);
}

.story__head .eyebrow {
  color: rgba(255, 250, 243, 0.78);
}

.story h2 {
  max-width: 9ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 13vw, 3.55rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.025em;
}

.story__copy {
  width: min(100%, 36rem);
  margin: 2.3rem auto 0;
}

.story__copy p {
  max-width: 38ch;
  margin: 0 0 1.35rem;
  color: var(--mute);
  font-family: var(--display);
  font-size: clamp(1.18rem, 5.2vw, 1.45rem);
  font-weight: 400;
  line-height: 1.42;
}

.story__copy .story__opening {
  color: var(--ink);
  font-size: clamp(1.45rem, 6.4vw, 1.85rem);
  line-height: 1.25;
}

.story__copy .story__turn {
  max-width: none;
  margin: 2.4rem 0 2.55rem;
  color: var(--ink);
  font-size: clamp(2.65rem, 13vw, 4.2rem);
  font-style: italic;
  line-height: 0.95;
}

.story__copy .story__ending {
  margin-top: 2.4rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
  color: var(--ink);
}

.pillars {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.pillars li {
  display: flex;
  gap: 0.9rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 300;
  color: var(--mute);
}

.pillars strong {
  font-family: var(--display);
  color: var(--gold);
  min-width: 1.8rem;
}

.verse {
  padding: 3rem var(--pad);
  text-align: center;
  background: var(--paper);
  border-block: 1px solid var(--line);
}

.verse blockquote {
  margin: 0 auto;
  max-width: 32rem;
  font-family: var(--display);
  font-size: calc(clamp(1.6rem, 5vw, 2.4rem) * var(--headline-scale));
  line-height: 1.35;
}

.verse em {
  font-style: italic;
  color: var(--gold);
}

.collection {
  padding: 2.4rem 0 1rem;
}

.collection__label {
  width: min(1100px, 94vw);
  margin: 0 auto;
  padding: 0 var(--pad) 0.35rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  color: var(--gold);
}

.collection__note {
  width: min(1100px, 94vw);
  margin: 0 auto 1.25rem;
  padding: 0 var(--pad);
  max-width: 36ch;
  font-weight: 300;
  color: var(--mute);
}

.collection__block--accessories {
  padding: 2.6rem 0 0;
}

.collection__block--accessories .collection__label {
  font-family: var(--display);
  font-size: calc(clamp(2.05rem, 5vw, 3.05rem) * var(--headline-scale));
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: var(--ink);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0.15rem 0.7rem 1.55rem;
}

.accessories-shelf {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
}

.accessories-shelf .vitrine__cell {
  width: auto;
  position: relative;
  text-align: center;
}

.accessories-shelf .vitrine__cell:nth-child(odd),
.accessories-shelf .vitrine__cell:nth-child(even) {
  align-self: stretch;
  margin-bottom: 0;
}

.accessories-shelf .vitrine__media {
  background: var(--cream-2);
  padding: 0;
  aspect-ratio: auto;
  height: 46svh;
}

.accessories-shelf .gallery__slide img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  padding: 0;
  box-sizing: border-box;
}

.accessories-shelf .gallery__nav {
  display: none;
}

.accessories-shelf .vitrine__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.12rem;
  padding: 0.55rem 0.35rem 0.85rem;
  text-align: center;
}

.accessories-shelf .vitrine__meta strong {
  font-size: 0.92rem;
}

.accessories-shelf .vitrine__meta .price {
  text-align: center;
}

.gleam {
  padding: 0 0 0.5rem;
  background: var(--cream);
}

.gleam__media {
  margin: 0;
  overflow: hidden;
}

.gleam__media img {
  width: 100%;
  height: min(72vh, 42rem);
  object-fit: cover;
  object-position: center 40%;
}

.gleam__caption {
  margin: 0.85rem var(--pad) 0;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
}

.atelier__media {
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}

.atelier__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

.chapter {
  display: grid;
  gap: 1.25rem;
  width: min(1100px, 94vw);
  margin: 0 auto;
  padding: 2.5rem var(--pad);
  border-top: 1px solid var(--line);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}

.chapter.is-in {
  opacity: 1;
  transform: none;
}

.chapter__media {
  position: relative;
  aspect-ratio: 4 / 5;
  border: 0;
  background: transparent;
  overflow: hidden;
}

.chapter__text {
  display: block;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.chapter__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.chapter__n {
  display: none;
}

.chapter__text h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  font-weight: 500;
  line-height: 1.1;
}

.chapter__price {
  margin: 0.45rem 0 0.85rem !important;
  font-family: var(--sans);
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em;
  color: #6e5a2f !important;
}

.chapter__desc {
  margin: 0 auto;
  font-weight: 300;
  color: var(--mute);
  max-width: 36ch;
}

.chapter__note {
  margin-top: 0.75rem !important;
  font-family: var(--display);
  font-style: italic;
  font-size: 1.05rem !important;
  color: var(--ink) !important;
}

.chapter__note:empty {
  display: none;
}

.atelier {
  display: grid;
  gap: 1.25rem;
  width: min(1000px, 94vw);
  margin: 0 auto;
  padding: 3rem var(--pad);
  border-top: 1px solid var(--line);
}

.atelier h2 {
  margin: 0 0 1.25rem;
  font-family: var(--display);
  font-size: clamp(2.3rem, 7vw, 3.3rem);
  font-weight: 500;
  line-height: 1.05;
}

.atelier ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.atelier li {
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
  font-weight: 300;
  color: var(--mute);
}

.atelier strong {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--ink);
}

.atelier__card {
  padding: 1.6rem;
  background: var(--paper);
  border: 1px solid var(--line);
}

.atelier__card p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.2;
}

.atelier__card em {
  font-style: italic;
  color: var(--gold);
}

.contact {
  padding: 5rem var(--pad) 4.5rem;
  text-align: center;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(176, 141, 79, 0.12), transparent 50%),
    var(--cream-2);
}

.contact__brand {
  margin: 0;
  color: #1a1410;
  font-family: var(--brand);
  font-size: calc(clamp(2.4rem, 8vw, 4.6rem) * var(--headline-scale));
  font-weight: 500;
  letter-spacing: 0.22em;
  padding-left: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.contact h2 {
  margin: 0.9rem 0 0;
  font-family: var(--display);
  font-style: italic;
  font-size: calc(clamp(1.6rem, 4.5vw, 2.4rem) * var(--headline-scale));
  font-weight: 500;
}

.contact p {
  margin: 0.85rem auto 0;
  max-width: 38ch;
  font-weight: 300;
  color: var(--mute);
}

.contact .btn {
  margin-top: 1.5rem;
}

.contact__lead {
  max-width: 42ch !important;
}

.contact__channels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1.5rem;
  margin: 1.5rem 0 0;
}

.contact__channels a {
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.12rem;
}

.contact__channels a:hover {
  color: var(--gold);
}

.foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 1.4rem var(--pad) calc(1.6rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--line);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
}

.foot p {
  margin: 0;
}

.foot__links {
  display: flex;
  gap: 1.1rem;
}

.foot__links a {
  color: var(--mute);
  text-decoration: none;
}

.foot__links a:hover {
  color: var(--ink);
}

.contact__mail a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

.contact__mail a:hover {
  color: var(--gold);
}

/* Focus & skip link */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 200;
  padding: 0.6rem 1rem;
  background: var(--ink);
  color: var(--cream);
  text-decoration: none;
  border-radius: 0 0 8px 0;
}

.skip-link:focus {
  left: 0;
}

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

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

@media (min-width: 860px) {
  :root {
    --pad: 2rem;
  }

  .nav {
    padding: 0.68rem var(--pad) 0.62rem;
    overflow: visible;
  }

  .nav.is-scrolled {
    padding-top: 0.52rem;
    padding-bottom: 0.48rem;
  }

  .nav__brand {
    font-size: 2.22rem;
    letter-spacing: 0.24em;
    padding-left: 0.24em;
    line-height: 0.9;
  }

  .nav__links {
    display: flex;
    gap: 1.7rem;
  }

  .nav__links a {
    font-size: 0.78rem;
    letter-spacing: 0.15em;
    color: var(--ink);
  }

  .langdd__toggle {
    font-size: 0.78rem;
    padding: 0.12rem 1.1rem 0.12rem 0.2rem;
  }

  .langdd__sheet {
    padding: 4.35rem var(--pad) 2.4rem;
  }

  .langdd__sheet.is-open {
    transform: translateY(0);
  }

  .langdd__inner {
    width: 100%;
    gap: 0.85rem 1.2rem;
  }

  .langdd__name {
    font-size: 1.08rem;
  }

  .langdd__opt {
    flex-direction: row;
    align-items: baseline;
    padding: 0.28rem 0;
  }

  body.is-lang-open .nav {
    background: var(--cream);
  }

  .hero {
    flex-direction: column;
    height: auto;
    min-height: 0;
    padding-top: 0;
  }

  .hero__stage {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    align-items: stretch;
    gap: 0;
    min-height: 100svh;
    height: 100svh;
    flex: none;
    padding: 0;
  }

  .hero__shot--b,
  .hero__shot--c {
    display: block;
  }

  .hero__shot--main,
  .hero__shot--b,
  .hero__shot--c {
    grid-row: 1;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    aspect-ratio: auto;
    flex: none;
    background: #111;
  }

  .hero__shot--main {
    grid-column: 1;
  }

  .hero__shot--b {
    grid-column: 2;
  }

  .hero__shot--c {
    grid-column: 3;
  }

  .hero__onphoto {
    left: 33.333%;
    width: 33.334%;
    right: auto;
    bottom: 2.35rem;
  }

  .hero__onphoto-title {
    font-size: clamp(1.9rem, 2.7vw, 2.7rem);
  }

  .hero__media img,
  .hero__media video,
  .hero__shot img {
    max-width: none;
    object-fit: cover;
    object-position: center;
    padding: 0;
  }

  .hero__shot--main img {
    object-position: center 38%;
  }

  .hero__copy .hero__eyebrow {
    margin: 0 0 0.55rem;
  }

  .hero__copy {
    display: block;
    padding: 2.8rem var(--pad) 2.4rem;
  }

  .hero__lead {
    max-width: 32rem;
    font-size: 1.12rem;
  }

  .story {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(25rem, 0.92fr);
    align-items: start;
    overflow: visible;
  }

  .story__media {
    position: sticky;
    top: 3.55rem;
    height: calc(100svh - 3.55rem);
    min-height: 42rem;
    aspect-ratio: auto;
  }

  .story__media::after {
    height: 26%;
    background: linear-gradient(to top, rgba(24, 18, 14, 0.35), transparent);
  }

  .story__media img {
    object-position: center 46%;
  }

  .story__media figcaption {
    right: 1.6rem;
    top: auto;
    bottom: 1.35rem;
  }

  .story__body {
    min-width: 0;
    padding: clamp(5.5rem, 8vw, 8.5rem) clamp(2.8rem, 6vw, 7.2rem) clamp(6rem, 9vw, 10rem);
  }

  .story__head {
    min-height: 0;
    margin: 0 0 clamp(3.2rem, 6vw, 5.5rem);
    padding: 0;
    color: var(--ink);
  }

  .story__head .eyebrow {
    color: var(--gold);
  }

  .story h2 {
    max-width: 7ch;
    font-size: clamp(4.5rem, 7vw, 8rem);
    line-height: 0.86;
  }

  .story__copy {
    width: 100%;
    margin: 0;
  }

  .story__copy p {
    max-width: 35ch;
    font-size: clamp(1.18rem, 1.55vw, 1.48rem);
    line-height: 1.48;
  }

  .story__copy .story__opening {
    font-size: clamp(1.55rem, 2vw, 2rem);
  }

  .story__copy .story__turn {
    margin: 3.6rem 0 3.8rem;
    font-size: clamp(3.7rem, 5vw, 6.2rem);
  }

  .story__copy .story__ending {
    margin-top: 3.5rem;
  }

  .collection {
    padding-top: 1.1rem;
  }

  .section-head {
    margin-bottom: 0.45rem;
  }

  .section-head h2 {
    font-size: calc(clamp(2rem, 4.2vw, 2.7rem) * var(--headline-scale));
  }

  .chapters-bags {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.4rem 1.6rem;
    width: 100%;
    margin: 0;
    padding: 0.5rem clamp(1.2rem, 3vw, 2.8rem) 4rem;
    align-items: start;
  }

  .chapters-bags > .chapter:nth-child(3n) {
    grid-column: 1 / -1;
  }

  .chapter {
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
    justify-content: stretch;
    align-items: start;
    gap: 0.95rem;
    padding: 0;
    min-height: 0;
    border-top: 0;
  }

  .chapter__media {
    position: relative;
    aspect-ratio: 3 / 4;
    height: auto;
    width: 100%;
    max-width: 100%;
    max-height: 86svh;
    background: transparent;
    order: 0;
  }

  .chapters-bags > .chapter:nth-child(3n) .chapter__media {
    width: min(720px, 58vw);
    margin-inline: auto;
  }

  .chapter__media .gallery__slide img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
  }

  .chapter__text {
    max-width: none;
    padding: 0 0.6rem 0.2rem;
    position: static;
    order: 1;
    text-align: center;
    justify-self: stretch;
  }

  .chapters-bags > .chapter:nth-child(3n) .chapter__text {
    width: min(720px, 58vw);
    margin-inline: auto;
    padding-inline: 0.75rem;
  }

  .chapter__text h3 {
    font-size: clamp(1.7rem, 2.2vw, 2.35rem);
  }

  .chapter__desc {
    display: block;
    margin: 0.55rem auto 0;
    max-width: 42ch;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .chapter--flip .chapter__media,
  .chapter--flip .chapter__text {
    order: unset;
    text-align: center;
  }

  .chapter--flip {
    grid-template-columns: 1fr;
  }

  .chapter--flip .chapter__text p {
    margin-left: 0;
  }

  .chapter__note {
    margin-top: 0.35rem !important;
  }

  .collection__label {
    width: 100%;
    max-width: none;
    padding-inline: clamp(1.4rem, 4vw, 4.25rem);
    text-align: center;
  }

  .collection__block--accessories .collection__label {
    width: 100%;
    max-width: none;
    padding-inline: 0;
    margin-inline: 0;
    text-align: center;
  }

  .collection__note {
    width: 100%;
    max-width: none;
    padding-inline: clamp(1.4rem, 4vw, 4.25rem);
  }

  .atelier {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: stretch;
  }

  .atelier__media {
    grid-row: 1 / 3;
  }

  .atelier__media img {
    aspect-ratio: auto;
    min-height: 100%;
  }

  .accessories-shelf {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    padding: 0 0 3rem;
    margin: 0;
  }

  .accessories-shelf .vitrine__media {
    height: min(68vh, 36rem);
  }

  .accessories-shelf .vitrine__cell {
    width: auto;
  }

  .accessories-shelf .vitrine__cell:nth-child(even) {
    margin-bottom: 0;
  }

  .accessories-shelf .gallery__nav {
    display: grid;
  }

  .gleam__media img {
    height: min(78vh, 48rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .chapter,
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* —— Luxury details —— */

::selection {
  background: color-mix(in srgb, var(--gold) 30%, transparent);
  color: var(--ink);
}

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

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--cream);
}

::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--ink) 22%, transparent);
  border-radius: 999px;
  border: 3px solid var(--cream);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}


.hero__copy .hero__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.hero__copy .hero__eyebrow::before {
  content: "";
  width: 2.2rem;
  height: 1px;
  background: var(--gold);
}

.legal {
  width: min(40rem, 94vw);
  margin: 0 auto;
  padding: calc(5.4rem + env(safe-area-inset-top, 0px)) var(--pad) 4rem;
}

.legal__kicker {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.legal h1 {
  margin: 0 0 0.35rem;
  font-family: var(--display);
  font-size: calc(clamp(2rem, 6vw, 2.9rem) * var(--headline-scale));
  font-weight: 500;
  line-height: 1.08;
}

.legal__updated {
  margin: 0 0 2rem;
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--mute);
}

.legal h2 {
  margin: 1.85rem 0 0.45rem;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 500;
}

.legal p,
.legal li {
  font-weight: 300;
  color: var(--ink);
}

.legal p {
  margin: 0 0 0.85rem;
}

.legal ul {
  margin: 0 0 0.85rem;
  padding-left: 1.15rem;
}

.legal li {
  margin: 0.25rem 0;
}

.legal a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

.legal a:hover {
  color: var(--gold);
}

.legal--center {
  text-align: center;
  padding-top: calc(8rem + env(safe-area-inset-top, 0px));
}

/* —— Storia · atelier after dark —— */
.story--founder {
  padding: 1rem;
  background: #25221f;
  border-top: 0;
  color: #f7efe3;
}

.story--founder::before {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(1rem, 6vw, 6rem);
  width: min(28rem, 56vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(190, 154, 91, 0.72));
}

.story--founder .story__media {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(247, 239, 227, 0.18);
  background: #181614;
  box-shadow: 0 1.7rem 4.5rem rgba(0, 0, 0, 0.24);
}

.story--founder .story__media::after {
  display: none;
}

.story--founder .story__media img {
  width: calc(100% - 0.8rem);
  height: calc(100% - 2.65rem);
  margin: 0.4rem 0.4rem 0;
  object-position: center 44%;
}

.story--founder .story__media figcaption {
  top: auto;
  right: 0.85rem;
  bottom: 0.72rem;
  color: rgba(247, 239, 227, 0.66);
  font-size: 0.62rem;
}

.story--founder .story__body {
  padding: 3.9rem 0.65rem 4.8rem;
}

.story--founder .story__head {
  min-height: 0;
  margin: 0 0 3.1rem;
  padding: 0;
  color: #f7efe3;
}

.story--founder .story__head .eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #c7a667;
}

.story--founder .story__head .eyebrow::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: currentColor;
}

.story--founder h2 {
  max-width: 10ch;
  color: #f7efe3;
  font-size: clamp(3.25rem, 14vw, 4.2rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
}

.story--founder .story__copy {
  margin: 0;
}

.story--founder .story__copy p {
  max-width: 42ch;
  margin-bottom: 1.45rem;
  color: rgba(247, 239, 227, 0.68);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.72;
}

.story--founder .story__copy .story__opening {
  color: #f7efe3;
  font-family: var(--sans);
  font-size: clamp(1.2rem, 5.3vw, 1.42rem);
  font-weight: 300;
  line-height: 1.55;
}

.story--founder .story__copy .story__turn {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: none;
  margin: 2.9rem 0 3rem;
  color: #d7ba82;
  font-family: var(--display);
  font-size: clamp(2.55rem, 10vw, 4rem);
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}

.story--founder .story__copy .story__turn::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(199, 166, 103, 0.38);
}

.story--founder .story__copy .story__ending {
  position: relative;
  margin-top: 3rem;
  padding: 1.4rem 1.25rem 1.45rem;
  border: 1px solid rgba(199, 166, 103, 0.38);
  color: #f7efe3;
}

.story--founder .story__copy .story__ending::before {
  content: "";
  position: absolute;
  top: -0.28rem;
  right: 1.2rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #c7a667;
  box-shadow: -0.82rem 0 rgba(199, 166, 103, 0.72), -1.64rem 0 rgba(199, 166, 103, 0.42);
}

@media (min-width: 860px) {
  .story--founder {
    grid-template-columns: minmax(25rem, 0.93fr) minmax(29rem, 1.07fr);
    gap: clamp(2rem, 5vw, 6.5rem);
    padding: clamp(2rem, 3.7vw, 4.2rem);
  }

  .story--founder .story__media {
    top: calc(3.55rem + clamp(2rem, 3.7vw, 4.2rem));
    width: min(100%, 43rem);
    height: calc(100svh - 7.75rem - clamp(2rem, 3.7vw, 4.2rem));
    min-height: 34rem;
    max-height: 51rem;
    justify-self: end;
  }

  .story--founder .story__media img {
    height: calc(100% - 3rem);
    object-position: center 46%;
  }

  .story--founder .story__body {
    padding: clamp(4rem, 7vw, 8rem) clamp(1rem, 3vw, 3.5rem) clamp(6rem, 9vw, 10rem) 0;
  }

  .story--founder .story__head {
    margin-bottom: clamp(3.5rem, 6vw, 6rem);
  }

  .story--founder h2 {
    max-width: 8.5ch;
    font-size: clamp(4.8rem, 6.8vw, 7.8rem);
  }

  .story--founder .story__copy p {
    font-size: clamp(1rem, 1.15vw, 1.12rem);
    line-height: 1.78;
  }

  .story--founder .story__copy .story__opening {
    font-size: clamp(1.25rem, 1.55vw, 1.55rem);
    line-height: 1.58;
  }
}

/* —— Storia · quiet atelier —— */
.story--founder {
  display: block;
  padding: 3.5rem var(--pad) 0;
  overflow: clip;
  background: var(--cream);
  border-top: 1px solid var(--line);
  color: var(--ink);
}

.story--founder::before {
  display: none;
}

.story--founder .story__media {
  position: relative;
  top: auto;
  width: min(100%, 31rem);
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0 auto;
  aspect-ratio: auto;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.story--founder .story__media::after {
  display: none;
}

.story--founder .story__media img {
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 44%;
}

.story--founder .story__media figcaption {
  position: static;
  margin: 0.85rem 0 0;
  color: var(--mute);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story--founder .story__body {
  width: min(100%, 36rem);
  margin: 0 auto;
  padding: 3.5rem 0 5rem;
}

.story--founder .story__head {
  min-height: 0;
  margin: 0 0 3.2rem;
  padding: 0;
  color: var(--ink);
}

.story--founder .story__head .eyebrow {
  display: block;
  margin-bottom: 0.9rem;
  color: var(--mute);
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story--founder .story__head .eyebrow::before {
  display: none;
}

.story--founder h2 {
  max-width: 11ch;
  color: var(--ink);
  font-family: var(--brand);
  font-size: clamp(3.15rem, 13vw, 4.4rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.story--founder .story__copy {
  width: 100%;
  margin: 0;
}

.story--founder .story__copy p,
.story--founder .story__copy .story__opening {
  max-width: 39rem;
  margin: 0 0 1.55rem;
  color: rgba(42, 34, 28, 0.88);
  font-family: var(--sans);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.72;
}

.story--founder .story__copy .story__opening {
  color: var(--ink);
  font-size: 1.13rem;
  line-height: 1.62;
}

.story--founder .story__copy .story__turn {
  display: block;
  max-width: 42ch;
  margin: 2.35rem 0;
  padding: 0;
  color: var(--ink);
  font-family: var(--brand);
  font-size: clamp(1.85rem, 8vw, 2.45rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.025em;
  white-space: normal;
}

.story--founder .story__copy .story__turn::after {
  display: none;
}

.story--founder .story__copy .story__ending {
  margin-top: 2.8rem;
  padding: 1.55rem 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
}

.story--founder .story__copy .story__ending::before {
  display: none;
}

@media (min-width: 860px) {
  .story--founder {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(3rem, 7vw, 8rem);
    align-items: start;
    padding: clamp(5rem, 7vw, 8rem) clamp(3rem, 6vw, 7rem);
    overflow: visible;
  }

  .story--founder .story__media {
    position: sticky;
    top: clamp(6rem, 9vh, 8rem);
    width: min(100%, 34rem);
    justify-self: center;
  }

  .story--founder .story__body {
    width: min(100%, 39rem);
    margin: 0;
    padding: 0 0 4rem;
  }

  .story--founder .story__head {
    margin-bottom: 2.8rem;
  }

  .story--founder .story__head .eyebrow {
    font-size: 0.7rem;
  }

  .story--founder h2 {
    max-width: 10ch;
    font-size: clamp(3.5rem, 5.2vw, 5.8rem);
  }

  .story--founder .story__copy p,
  .story--founder .story__copy .story__opening {
    font-size: clamp(1.02rem, 1.15vw, 1.12rem);
    line-height: 1.72;
  }

  .story--founder .story__copy .story__opening {
    font-size: clamp(1.16rem, 1.3vw, 1.28rem);
    line-height: 1.62;
  }

  .story--founder .story__copy .story__turn {
    font-size: clamp(2.1rem, 3vw, 3.2rem);
  }
}
