:root {
  --ink: #111111;
  --paper: #d9d9d7;
  --white: #f8f8f6;
  --wash: #d9d9d7;
  --line: rgba(17, 17, 17, 0.42);
  --muted: rgba(17, 17, 17, 0.68);
  --dark-ink: #111111;
  --cream: #f8f8f6;
  --mono: "Atkinson Hyperlegible Mono", "Courier New", monospace;
  --script: "Luxurious Script", "Snell Roundhand", "Apple Chancery", cursive;
  --logo-script: "Luxurious Script", "Snell Roundhand", "Apple Chancery", cursive;
  --white-texture: linear-gradient(rgba(248, 248, 246, 0.82), rgba(248, 248, 246, 0.82)), url("/assets/textures/cardboard-texture.jpg");
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.drawer-open,
body.modal-open {
  overflow: hidden;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.site-header[hidden] {
  display: none !important;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

button,
a {
  color: inherit;
}

a {
  text-decoration: none;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--cream);
  color: var(--dark-ink);
  transform: translateY(-160%);
}

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

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(0, 0, 0, 0.22) 0 1px, transparent 1px),
    radial-gradient(circle at 78% 13%, rgba(0, 0, 0, 0.16) 0 1px, transparent 1px),
    radial-gradient(circle at 36% 82%, rgba(0, 0, 0, 0.12) 0 1px, transparent 1px);
  background-size: 13px 17px, 19px 23px, 29px 31px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  min-height: 72px;
  padding: 22px 50px 0;
  background: transparent;
  border: 0;
}

.site-header::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(17, 17, 17, 0.22);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: opacity 180ms ease;
}

body.is-scrolled .site-header::before {
  opacity: 1;
}

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

.site-header[data-floating="false"] {
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.site-header[data-floating="false"]::before {
  opacity: 1;
}

.language-switch,
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-actions {
  justify-content: flex-end;
}

.lang-button,
.cart-button,
.plain-x {
  border: 0;
  background: transparent;
}

.lang-button {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 18px;
  padding: 0;
  opacity: 0.55;
}

.lang-button.is-active {
  opacity: 1;
}

.flag-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 18px;
  overflow: hidden;
  border: 1px solid rgba(248, 248, 246, 0.74);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.1);
}

.flag-icon--fr {
  background-image: url("/assets/flags/fr.jpg");
}

.flag-icon--ma {
  background-image: url("/assets/flags/ma.jpg");
}

.flag-icon--uk {
  background-image: url("/assets/flags/uk.jpg");
}

.brand-word {
  display: grid;
  place-items: center;
  width: 120px;
  height: 38px;
  margin-top: -8px;
  background: #ffffff;
  -webkit-mask: url("/assets/brand/lantso-text.svg") center / contain no-repeat;
  mask: url("/assets/brand/lantso-text.svg") center / contain no-repeat;
}

.brand-word img {
  display: block;
  width: 108px;
  height: auto;
  opacity: 0;
}

.join-button {
  border: 0;
  background: transparent;
  color: #ffffff;
  filter: none;
  font-family: var(--script);
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
  text-transform: none;
}

.join-button:focus-visible {
  outline-color: var(--ink);
}

.cart-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
}

.cart-button:focus-visible {
  outline-color: var(--ink);
}

.bag-icon {
  position: relative;
  width: 18px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 1px 1px 3px 3px;
  box-sizing: border-box;
}

.bag-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  transform: translateX(-50%);
}

.cart-count {
  position: absolute;
  right: -4px;
  bottom: -2px;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  border-radius: 10px;
  background: #ffffff;
  color: #111111;
  font-size: 9px;
  line-height: 15px;
  text-align: center;
}

.page {
  min-height: 100vh;
  background: var(--paper);
  animation: page-fade 180ms ease;
}

@keyframes page-fade {
  from {
    opacity: 0.96;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero {
  position: relative;
  min-height: 586px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--wash);
}

.photo-frame {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
  background: var(--wash);
  border: 1px solid rgba(17, 17, 17, 0.45);
}

.photo-frame picture,
.photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-frame img {
  object-fit: cover;
}

.hero .photo-frame {
  position: absolute;
  inset: 0;
  border: 0;
}

.hero .photo-frame img {
  object-position: center 10%;
}

.mobile-hero-frame {
  display: none;
}

.mobile-hero-visual img {
  object-position: center center;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 52px;
  padding: 120px 24px 34px;
  text-align: center;
}

.script-title {
  margin: 0;
  max-width: 760px;
  color: var(--white);
  font-family: var(--script);
  font-size: clamp(62px, 7.2vw, 104px);
  line-height: 0.92;
  font-weight: 400;
  text-transform: none;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.button-primary,
.button-secondary,
.button-ghost {
  display: inline-grid;
  place-items: center;
  min-height: 48px;
  padding: 0 34px;
  border: 1px solid var(--ink);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.button-primary {
  background: var(--ink);
  color: var(--white);
}

.hero .button-primary {
  min-height: 42px;
  background: var(--white);
  color: var(--ink);
  border-color: transparent;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}

.button-secondary,
.button-ghost {
  background: transparent;
  color: var(--ink);
}

.button-primary:disabled,
.button-secondary:disabled,
.button-ghost:disabled,
.plus-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.split-band,
.split-copy,
.product-feature-grid,
.page-shell,
.breadcrumb,
.shop-grid,
.shop-card,
.origin-band,
.origin-copy,
.product-detail,
.product-gallery,
.product-panel,
.info-layout,
.legal-layout,
.roots-layout,
.info-section,
.legal-section,
.roots-section,
.roots-story,
.credits-page,
.site-footer,
.notice-page {
  background-color: var(--white);
  background-image: var(--white-texture);
  background-repeat: repeat;
  background-size: auto, 940px auto;
}

.split-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}

.split-band > * {
  min-height: 390px;
}

.split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 36px;
  padding: 66px 8.5vw;
  border-right: 1px solid var(--line);
}

.eyebrow {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}

.headline {
  margin: 0;
  max-width: 520px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.25;
  font-weight: 700;
}

.text-link {
  display: inline-block;
  width: fit-content;
  border-bottom: 2px solid currentColor;
  padding-bottom: 4px;
  font-weight: 700;
}

.product-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
  padding: 46px 8.8vw 48px;
  border-bottom: 1px solid var(--line);
}

.product-card,
.shop-card {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.product-card__image,
.product-card .photo-frame,
.shop-card .photo-frame {
  aspect-ratio: 1 / 1;
}

.product-card h2,
.shop-card h2 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.05;
}

.product-card em,
.shop-card em {
  color: var(--ink);
  font-size: 16px;
  text-transform: none;
}

.product-card__meta,
.shop-meta {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  color: var(--ink);
  font-size: 16px;
  text-transform: none;
}

.claim-row {
  display: grid;
  grid-template-columns: 1fr 52px;
  gap: 10px;
  align-items: stretch;
}

.plus-button {
  min-width: 52px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-size: 32px;
  line-height: 1;
}

.mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--wash);
  border-bottom: 1px solid var(--line);
}

.mosaic .photo-frame {
  min-height: 300px;
  border-top: 0;
  border-left: 0;
}

.mosaic .photo-frame:nth-child(odd) {
  border-right: 0;
}

.page-shell {
  padding-top: 72px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 160px;
  padding: 0 8vw;
  border-bottom: 1px solid var(--line);
}

.breadcrumb a,
.breadcrumb strong {
  font-size: 16px;
}

.breadcrumb span {
  color: var(--muted);
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.shop-card {
  padding: 56px 44px 60px;
  border-right: 1px solid var(--line);
}

.shop-card:nth-child(2n) {
  border-right: 0;
}

.size-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.size-button {
  position: relative;
  min-width: 68px;
  min-height: 46px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 26px;
  font-weight: 700;
}

.size-button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--white);
}

.size-button:disabled,
.qty-row button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.size-button:disabled {
  text-decoration: none;
}

.size-button.is-sold-out::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18%;
  width: 136%;
  height: 2px;
  background: currentColor;
  transform: rotate(-34deg);
  transform-origin: center;
}

.seo-hero,
.seo-section,
.seo-products,
.seo-product {
  padding: clamp(72px, 10vw, 132px) var(--page-pad);
}

.seo-hero img,
.seo-section img,
.seo-products img,
.seo-product img {
  display: block;
  width: 100%;
  height: auto;
}

.seo-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.seo-product {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 40px;
  align-items: start;
}

.origin-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.15fr);
  border-bottom: 1px solid var(--line);
}

.origin-band .photo-frame {
  min-height: 390px;
  border-top: 0;
  border-left: 0;
}

.origin-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding: 70px 7vw;
  border-left: 1px solid var(--line);
}

.origin-copy .headline {
  max-width: 680px;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  border-bottom: 1px solid var(--line);
}

.product-gallery {
  padding: 42px;
  border-right: 1px solid var(--line);
}

.product-gallery .photo-frame {
  aspect-ratio: 1 / 1;
}

.product-gallery .photo-frame.is-portrait-photo {
  aspect-ratio: 2 / 3;
}

.gallery-stage {
  position: relative;
}

.gallery-slides {
  position: relative;
}

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

.gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(248, 248, 246, 0.78);
  background: rgba(17, 17, 17, 0.54);
  color: var(--white);
  font-size: 30px;
  line-height: 1;
  transform: translateY(-50%);
}

.gallery-nav--prev {
  left: 14px;
}

.gallery-nav--next {
  right: 14px;
}

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

.thumb-grid .photo-frame {
  aspect-ratio: 1 / 1;
}

.thumb-grid .photo-frame.is-portrait-photo {
  aspect-ratio: 2 / 3;
}

.gallery-thumb {
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
}

.gallery-thumb .photo-frame {
  border-color: rgba(17, 17, 17, 0.3);
}

.gallery-thumb[aria-pressed="true"] .photo-frame {
  border-color: var(--ink);
  box-shadow: inset 0 0 0 2px var(--ink);
}

.product-panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 52px 44px;
}

.product-panel h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1;
}

.product-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  text-transform: none;
}

.detail-list {
  display: grid;
  gap: 12px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.detail-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.detail-list .detail-long {
  display: grid;
  gap: 6px;
}

.detail-list .detail-long strong {
  color: var(--muted);
  font-weight: 400;
  line-height: 1.55;
  text-transform: none;
}

.info-layout,
.legal-layout,
.roots-layout {
  display: grid;
  border-bottom: 1px solid var(--line);
}

.info-section,
.legal-section,
.roots-section {
  display: grid;
  grid-template-columns: 0.36fr 0.64fr;
  gap: 40px;
  padding: 64px 8vw;
  border-bottom: 1px solid var(--line);
}

.info-section:last-child,
.legal-section:last-child,
.roots-section:last-child {
  border-bottom: 0;
}

.info-section h1,
.info-section h2,
.legal-section h1,
.legal-section h2,
.roots-section h1,
.roots-section h2,
.roots-story h1,
.acknowledgments h1,
.acknowledgments h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.12;
}

.roots-story {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 42px 34px;
  padding: 72px 8vw 86px;
  border-bottom: 1px solid var(--line);
}

.roots-copy--intro {
  grid-column: 1 / 8;
  display: grid;
  align-content: start;
  gap: 34px;
}

.roots-copy--rest {
  grid-column: 5 / 13;
  align-self: center;
}

.roots-image--right {
  grid-column: 8 / 13;
  justify-self: end;
  width: min(100%, 430px);
  padding-top: 26px;
}

.roots-image--left {
  grid-column: 1 / 5;
  justify-self: start;
  width: min(100%, 360px);
  margin-top: -20px;
}

.roots-image .photo-frame {
  aspect-ratio: 4 / 5;
  overflow: visible;
  background: transparent;
  border: 0;
}

.roots-image .photo-frame img {
  object-fit: contain;
}

.credits-page {
  display: grid;
  gap: 52px;
  padding: 64px 8vw 78px;
  border-bottom: 1px solid var(--line);
}

.acknowledgments {
  display: grid;
  grid-template-columns: 0.34fr minmax(0, 0.66fr);
  gap: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.acknowledgments--solo {
  padding-top: 0;
  border-top: 0;
}

.acknowledgments ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  line-height: 1.6;
  text-transform: none;
}

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

.acknowledgments a:hover,
.acknowledgments a:focus-visible {
  opacity: 0.72;
}

.prose {
  display: grid;
  gap: 22px;
  color: var(--muted);
  line-height: 1.75;
  text-transform: none;
}

.prose p {
  margin: 0;
}

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

details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 700;
}

.calculator,
.contact-form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(247, 243, 236, 0.04);
  color: var(--ink);
}

select option {
  background: var(--paper);
  color: var(--ink);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.calc-result,
.form-message {
  min-height: 24px;
  color: var(--muted);
  text-transform: none;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  gap: 48px;
  padding: 64px 8.5vw 38px;
  border-top: 1px solid var(--line);
}

.footer-mark {
  display: grid;
  gap: 14px;
  align-content: start;
}

.mark-symbol {
  display: block;
  width: 58px;
  height: auto;
  filter: none;
}

.footer-col {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-col h3 {
  margin: 0 0 5px;
  font-size: 12px;
}

.footer-col a,
.footer-col button {
  width: fit-content;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  font-size: 12px;
}

.social-row {
  display: flex;
  gap: 16px;
}

.payments {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-top: 14px;
}

.secure-checkout-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--ink);
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}

.secure-checkout-note svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payments em {
  color: var(--ink);
  font-size: 11px;
  font-style: italic;
  text-transform: none;
}

.gate-page {
  position: relative;
  height: 100svh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--wash);
  color: var(--cream);
  text-align: center;
}

.gate-media {
  position: fixed;
  inset: 0;
  margin: 0;
}

.gate-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0.56)),
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.08), transparent 42%);
}

.gate-media picture,
.gate-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.gate-media img {
  object-fit: cover;
}

.gate-language {
  position: fixed;
  top: 22px;
  left: 50px;
  z-index: 3;
  display: flex;
  gap: 12px;
}

.gate-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100vw - 34px));
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 38px 0 calc(38px + env(safe-area-inset-bottom));
}

.gate-logo {
  width: 116px;
  filter: invert(1);
}

.gate-intro {
  margin: 0;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.26);
}

.gate-intro {
  color: rgba(247, 243, 236, 0.82);
  text-transform: none;
}

.gate-page .script-title {
  color: var(--cream);
  font-size: clamp(54px, 6vw, 82px);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.32);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(72px, 1fr));
  gap: 8px;
  width: min(520px, 100%);
  margin: 12px 0 8px;
}

.countdown-unit {
  min-height: 76px;
  display: grid;
  place-items: center;
  gap: 2px;
  border: 1px solid rgba(247, 243, 236, 0.72);
  background: rgba(17, 17, 17, 0.24);
  backdrop-filter: blur(6px);
}

.countdown-unit strong {
  font-size: 26px;
  line-height: 1;
}

.countdown-unit span {
  font-size: 10px;
}

.gate-form {
  width: min(420px, 100%);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: end;
}

.gate-form label {
  text-align: left;
}

.gate-form input {
  background: rgba(247, 243, 236, 0.92);
  color: var(--dark-ink);
  border-color: transparent;
}

.gate-form .form-message {
  grid-column: 1 / -1;
  min-height: 18px;
  color: rgba(247, 243, 236, 0.86);
}

.gate-newsletter {
  margin-top: 2px;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  background: rgba(0, 0, 0, 0.28);
}

.cart-drawer.is-open {
  display: block;
}

.cart-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(460px, 100vw);
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  --ink: #111111;
  --white: #ffffff;
  --paper: #ffffff;
  --line: rgba(17, 17, 17, 0.22);
  --muted: rgba(17, 17, 17, 0.68);
  background: #f7f3ec;
  color: #111111;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.cart-drawer.is-open .cart-panel {
  transform: translateX(0);
}

.cart-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}

.cart-panel__head h2 {
  margin: 0;
  font-size: 16px;
}

.plain-x {
  color: inherit;
  font-size: 24px;
}

.cart-panel__body {
  overflow: auto;
  padding: 24px;
}

.cart-empty {
  min-height: 70vh;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 28px;
  color: var(--ink);
  text-align: center;
  text-transform: none;
}

.cart-items {
  display: grid;
  gap: 18px;
}

.cart-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.18);
}

.cart-item .photo-frame {
  aspect-ratio: 1 / 1;
}

.cart-item h3 {
  margin: 0 0 6px;
  font-size: 14px;
}

.cart-item p {
  margin: 0;
  color: rgba(17, 17, 17, 0.64);
  text-transform: none;
}

.qty-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.qty-row button {
  min-width: 30px;
  height: 30px;
  border: 1px solid rgba(17, 17, 17, 0.28);
  background: transparent;
}

.cart-summary {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.cart-summary label span {
  color: rgba(17, 17, 17, 0.7);
  font-size: 12px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.summary-total {
  padding-top: 14px;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  font-weight: 700;
}

.checkout-message {
  min-height: 22px;
  color: #8f0000;
  font-size: 12px;
  line-height: 1.5;
  text-transform: none;
}

.club-modal {
  --ink: #111111;
  --white: #ffffff;
  --paper: #ffffff;
  --line: rgba(17, 17, 17, 0.22);
  --muted: rgba(17, 17, 17, 0.68);
  width: min(480px, calc(100vw - 24px));
  border: 1px solid var(--line);
  padding: 0;
  background: #f7f3ec;
  color: #111111;
}

.club-modal::backdrop {
  background: rgba(0, 0, 0, 0.42);
}

.club-card {
  display: grid;
  gap: 18px;
  padding: 26px;
}

.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-head h2 {
  margin: 0;
  font-family: var(--script);
  font-size: 44px;
  line-height: 1;
  text-transform: none;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.check-row input {
  width: auto;
  min-height: auto;
}

.notice-page {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 160px 24px 80px;
  text-align: center;
}

.notice-box {
  display: grid;
  justify-items: center;
  gap: 24px;
  max-width: 680px;
}

.notice-box h1 {
  margin: 0;
  font-size: clamp(32px, 5vw, 72px);
}

.notice-box p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  text-transform: none;
}

.cookie-notice {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: min(560px, calc(100vw - 36px));
  padding: 16px;
  border: 1px solid rgba(17, 17, 17, 0.22);
  background: #f7f3ec;
  color: #111111;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice p {
  margin: 0;
  line-height: 1.45;
  text-transform: none;
}

.cookie-notice .button-secondary {
  min-height: 40px;
  padding: 0 18px;
  border-color: rgba(17, 17, 17, 0.72);
  color: #111111;
}

.notice-details {
  display: grid;
  gap: 12px;
  width: min(620px, 100%);
  margin: 22px 0 30px;
  text-align: left;
}

.notice-details div {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.notice-details span {
  color: var(--muted);
  font-size: 11px;
}

.notice-details strong {
  line-height: 1.5;
}

.notice-details p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 900px) {
  .site-header {
    min-height: 62px;
    padding: 20px 18px 0;
  }

  .brand-word {
    width: 100px;
  }

  .brand-word img {
    width: 92px;
  }

  .join-button {
    font-size: 19px;
  }

  .hero {
    min-height: 520px;
  }

  .hero > .hero-visual {
    display: none;
  }

  .mobile-hero-frame {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    overflow: hidden;
  }

  .mobile-hero-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(rgba(17, 17, 17, 0.12), rgba(17, 17, 17, 0.38));
  }

  .hero-content {
    pointer-events: none;
  }

  .hero-content .button-primary {
    pointer-events: auto;
  }

  .split-band,
  .product-feature-grid,
  .shop-grid,
  .origin-band,
  .product-detail,
  .site-footer,
  .acknowledgments,
  .info-section,
  .legal-section,
  .roots-section,
  .roots-story {
    grid-template-columns: 1fr;
  }

  .split-copy,
  .shop-card,
  .product-gallery,
  .origin-copy {
    border-right: 0;
    border-left: 0;
  }

  .product-feature-grid {
    gap: 44px;
    padding: 44px 8vw;
  }

  .shop-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 44px 8vw;
  }

  .mosaic .photo-frame {
    min-height: 240px;
  }

  .site-footer {
    gap: 30px;
    padding-top: 54px;
  }

  .gate-language {
    left: 18px;
    top: 20px;
  }
}

@media (max-width: 580px) {
  body {
    font-size: 13px;
  }

  .language-switch,
  .header-actions {
    gap: 6px;
  }

  .lang-button {
    width: 22px;
    height: 16px;
  }

  .flag-icon {
    width: 22px;
    height: 16px;
  }

  .cart-button {
    width: 26px;
  }

  .join-button {
    font-size: 17px;
  }

  .script-title {
    font-size: 58px;
  }

  .gate-content {
    width: min(420px, calc(100vw - 28px));
    gap: 8px;
    padding: 52px 0 calc(14px + env(safe-area-inset-bottom));
  }

  .gate-logo {
    width: 96px;
  }

  .gate-page .script-title {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 0.92;
  }

  .gate-intro {
    font-size: 12px;
    line-height: 1.35;
  }

  .button-primary,
  .button-secondary,
  .button-ghost {
    min-height: 44px;
    padding: 0 18px;
    font-size: 12px;
  }

  .breadcrumb {
    min-height: 120px;
    padding: 0 24px;
  }

  .product-card__meta,
  .shop-meta {
    flex-direction: column;
    gap: 4px;
  }

  .claim-row {
    grid-template-columns: 1fr 44px;
  }

  .plus-button {
    min-width: 44px;
  }

  .mosaic {
    grid-template-columns: 1fr;
  }

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

  .gate-form {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .gate-form input,
  .gate-form button {
    min-height: 42px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .gate-form .form-message {
    min-height: 14px;
  }

  .mosaic .photo-frame:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .product-panel,
  .product-gallery {
    padding: 34px 24px;
  }

  .info-section,
  .legal-section,
  .roots-section {
    padding: 46px 24px;
    gap: 24px;
  }

  .roots-story {
    padding: 46px 24px 56px;
    gap: 26px;
  }

  .roots-copy--intro,
  .roots-copy--rest,
  .roots-image--right,
  .roots-image--left {
    grid-column: auto;
  }

  .roots-image--right,
  .roots-image--left {
    width: min(78vw, 360px);
    margin-top: 0;
    padding-top: 0;
  }

  .roots-image--right {
    justify-self: end;
  }

  .credits-page {
    padding: 46px 24px 56px;
    gap: 36px;
  }

  .acknowledgments ul {
    grid-template-columns: 1fr;
  }

  .cookie-notice {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .page {
    animation: none;
  }

  .cart-panel {
    transition: none;
  }
}
