@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #20231f;
  --muted: #62675f;
  --paper: #f8f2e6;
  --paper-deep: #eadfc9;
  --milk: #fffaf0;
  --leaf: #315f45;
  --moss: #697542;
  --clay: #a55f43;
  --berry: #783f55;
  --blue: #627f8b;
  --line: rgba(32, 35, 31, 0.16);
  --shadow: 0 24px 70px rgba(38, 32, 22, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px clamp(150px, 16vw, 190px) 16px clamp(18px, 4vw, 54px);
  color: var(--milk);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled,
.site-header.open {
  color: var(--ink);
  background: rgba(248, 242, 230, 0.94);
  box-shadow: 0 10px 30px rgba(34, 31, 24, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: var(--milk);
  overflow: hidden;
  padding: 3px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  font-size: 13px;
  font-weight: 800;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.language-switch {
  position: fixed;
  top: 14px;
  right: clamp(18px, 4vw, 54px);
  z-index: 30;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  margin-left: 4px;
  padding: 4px;
  border: 1px solid rgba(32, 35, 31, 0.28);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.96);
  box-shadow: 0 8px 22px rgba(34, 31, 24, 0.1);
}

.language-switch button {
  display: inline-flex;
  min-width: 54px;
  height: 30px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 0;
  border-radius: 999px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  opacity: 0.74;
}

.language-switch button.active,
.language-switch button:hover {
  background: rgba(49, 95, 69, 0.12);
  opacity: 1;
}

.site-header.scrolled .language-switch button.active,
.site-header.open .language-switch button.active,
.site-header.scrolled .language-switch button:hover,
.site-header.open .language-switch button:hover {
  background: rgba(49, 95, 69, 0.1);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--milk);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(21, 25, 19, 0.78), rgba(35, 35, 28, 0.26) 56%, rgba(20, 24, 21, 0.48)),
    linear-gradient(0deg, rgba(18, 20, 17, 0.72), transparent 48%);
}

.hero-content {
  position: relative;
  width: min(820px, calc(100% - 36px));
  padding: 168px 0 clamp(56px, 10vh, 106px);
  margin-left: clamp(18px, 7vw, 96px);
}

.eyebrow,
.section-kicker,
.card-meta {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f0d28e;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(46px, 7.4vw, 94px);
  font-weight: 600;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4.4vw, 56px);
  font-weight: 600;
}

h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.25;
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 28px;
  color: rgba(255, 250, 240, 0.9);
  font-size: clamp(16px, 1.9vw, 20px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 800;
  text-decoration: none;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--leaf);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.page-main {
  padding-top: 76px;
}

.page-hero {
  padding-bottom: clamp(28px, 5vw, 56px);
}

.page-hero h1 {
  max-width: 980px;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
}

.page-hero > p:last-child {
  max-width: 780px;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 20px);
}

.breadcrumb {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.breadcrumb a {
  color: var(--leaf);
}

.section-tight {
  padding-top: 0;
}

.primary {
  color: var(--milk);
  background: var(--leaf);
}

.secondary {
  border: 1px solid rgba(255, 250, 240, 0.78);
  color: var(--milk);
}

.section,
.section-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.section {
  padding: clamp(52px, 7vw, 92px) 0;
}

.section-band {
  padding: clamp(48px, 7vw, 84px) 0;
  background: var(--paper-deep);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.intro h2 {
  margin-bottom: 12px;
}

.intro-copy p {
  margin-bottom: 12px;
}

.intro-copy p,
.section-heading > p,
.science-copy p,
.family-copy p,
.exchange-note p {
  color: var(--muted);
  font-size: 17px;
}

.quote-card {
  position: sticky;
  top: 96px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--milk);
  box-shadow: var(--shadow);
}

.quote-card p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.14;
}

.quote-card span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 0.7fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: end;
  margin-bottom: 24px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.compact {
  display: block;
  max-width: 760px;
}

.thread-grid,
.feature-grid,
.cosmetics-grid {
  display: grid;
  gap: 16px;
}

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

.thread-grid article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.58);
}

.thread-grid span {
  display: block;
  margin-bottom: 54px;
  color: var(--moss);
  font-weight: 800;
}

.thread-grid p,
.feature-card p,
.resource-list small,
figcaption {
  color: var(--muted);
}

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

.feature-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.72);
}

.feature-card.large {
  grid-column: span 2;
}

.feature-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.feature-card.large img {
  height: 430px;
}

.feature-card-contain img {
  object-fit: contain;
  padding: 18px;
  background: var(--paper-deep);
}

.feature-card div {
  padding: 24px;
}

.index-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

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

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

.index-card {
  display: block;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.72);
  text-decoration: none;
}

.index-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.index-card span,
.publication-meta span {
  display: block;
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.index-card span,
.index-card h3 {
  margin: 18px 20px 0;
}

.project-structure {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding-top: 0;
}

.placeholder-block,
.publication-card,
.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.72);
}

.placeholder-block {
  padding: clamp(22px, 4vw, 32px);
}

.placeholder-block h2 {
  font-size: clamp(28px, 3.2vw, 38px);
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.mini-gallery img,
.mini-gallery button {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  object-fit: cover;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}

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

.meta-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.72);
  padding: clamp(20px, 3vw, 28px);
}

.meta-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.meta-card h3 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3vw, 40px);
}

.hero-document {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.hero-document img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  display: block;
}

.resource-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.gallery-full {
  grid-column: 1 / -1;
}

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

.is-hidden-draft {
  display: none;
}

.presentation-block {
  grid-column: 1 / -1;
}

.embedded-publication {
  margin-top: 16px;
}

.file-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}

.embedded-document {
  width: 100%;
  min-height: 560px;
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.project-story {
  width: min(1040px, calc(100% - 36px));
  margin: 0 auto;
  padding-top: clamp(18px, 3vw, 34px);
}

.story-copy {
  width: min(780px, 100%);
  margin: 0 auto clamp(24px, 3.5vw, 40px);
}

.story-copy h2 {
  margin-top: clamp(24px, 4vw, 40px);
  margin-bottom: 12px;
}

.story-copy p {
  color: var(--muted);
  font-size: 17px;
}

.story-media,
.story-gallery {
  margin: 0 0 clamp(24px, 3.5vw, 40px);
}

.story-media button,
.story-gallery button {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.story-media img,
.story-gallery img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.story-media img {
  max-height: 720px;
}

.story-media-wide img {
  aspect-ratio: 16 / 9;
}

.story-media-portrait {
  width: min(1040px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.story-media-portrait button {
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.story-media-portrait img {
  width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 0;
}

.story-media-contain img {
  object-fit: contain;
  background: var(--paper-deep);
}

.story-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

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

.story-gallery img {
  aspect-ratio: 1 / 1;
}

.story-links {
  width: min(780px, 100%);
  margin: clamp(32px, 5vw, 54px) auto 0;
  color: var(--muted);
  font-size: 15px;
}

.story-links a {
  color: var(--leaf);
  font-weight: 800;
}

.presentation-preview {
  margin: 18px 0 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-deep);
}

.presentation-preview img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  background: var(--paper-deep);
}

.publication-list {
  display: grid;
  gap: 16px;
}

.publication-card {
  padding: clamp(24px, 4vw, 40px);
}

.publication-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.publication-meta strong {
  color: var(--moss);
}

.publication-card h3 {
  max-width: 860px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.06;
}

.authors {
  color: var(--leaf);
  font-weight: 800;
}

.publication-card .button {
  margin-top: 12px;
}

.product-grid {
  display: grid;
  gap: 18px;
}

.product-group {
  display: grid;
  gap: 14px;
  margin-top: clamp(28px, 5vw, 54px);
}

.product-group:first-of-type {
  margin-top: 0;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 42px);
  padding: clamp(18px, 3vw, 28px);
}

.product-card-label-only {
  grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1fr);
}

.product-images {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 12px;
  align-items: stretch;
}

.product-label-image {
  grid-template-columns: minmax(0, 1fr);
}

.lightbox-trigger {
  display: block;
  width: 100%;
  border: 0;
  border-radius: var(--radius);
  background: var(--paper-deep);
  overflow: hidden;
  padding: 0;
  cursor: zoom-in;
}

.lightbox-trigger img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.label-preview img {
  object-fit: contain;
  padding: 12px;
  background: #f1eadc;
}

.product-label-image .label-preview img {
  max-height: 460px;
}

.process-gallery-block {
  margin-top: clamp(20px, 4vw, 36px);
}

.process-gallery-block h3 {
  margin-bottom: 12px;
}

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

.product-copy dl {
  display: grid;
  gap: 6px;
  margin: 20px 0 0;
}

.product-copy > p {
  color: var(--muted);
  line-height: 1.72;
  margin: 10px 0 0;
}

.product-copy dt {
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-copy dd {
  margin: 0 0 12px;
  color: var(--muted);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 64px 18px 24px;
  background: rgba(20, 22, 18, 0.86);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(1100px, 96vw);
  max-height: 86vh;
  border-radius: var(--radius);
  background: var(--paper);
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 250, 240, 0.72);
  border-radius: 50%;
  color: var(--milk);
  background: transparent;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.science-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
}

.resource-list {
  display: grid;
  gap: 12px;
}

.resource-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 20px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--milk);
  text-decoration: none;
}

.resource-list a:hover {
  border-color: rgba(49, 95, 69, 0.48);
  box-shadow: 0 14px 34px rgba(38, 32, 22, 0.1);
}

.resource-list span {
  grid-column: 1 / -1;
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.resource-list strong {
  font-size: 18px;
}

.resource-list small {
  font-weight: 800;
}

.label-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.label-gallery figure {
  border: 1px solid var(--line);
  background: var(--milk);
}

.label-gallery img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  padding: 18px;
  background: #f1eadc;
}

.family {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
}

.family-image {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.family-image img {
  width: 100%;
  height: min(680px, 70vh);
  object-fit: cover;
}

.family-story {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
}

.family-story h2 {
  margin-top: clamp(34px, 5vw, 58px);
}

.family-story h2:first-child {
  margin-top: 0;
}

.family-story p {
  color: var(--muted);
  font-size: 17px;
}

.cosmetics {
  padding-top: 0;
}

.cosmetics-grid {
  grid-template-columns: 0.82fr 1fr 0.82fr;
  align-items: stretch;
}

figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--milk);
}

figure img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

figcaption {
  min-height: 78px;
  padding: 18px;
  font-size: 15px;
  font-weight: 700;
}

.exchange-note {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(280px, 1fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: center;
  margin-top: 18px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--radius);
  color: var(--milk);
  background:
    linear-gradient(135deg, rgba(49, 95, 69, 0.98), rgba(120, 63, 85, 0.94)),
    var(--leaf);
}

.exchange-note .section-kicker,
.exchange-note p {
  color: rgba(255, 250, 240, 0.82);
}

.exchange-note h3 {
  max-width: 560px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(31px, 4vw, 52px);
}

.exchange-note a {
  display: inline-block;
  margin-top: 8px;
  color: var(--milk);
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.site-footer p:first-child {
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 1040px) {
  .site-nav {
    margin-left: 0;
    gap: 11px;
    font-size: 12px;
  }

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

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

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

  .feature-card.large {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .language-switch {
    top: 18px;
    right: 72px;
    margin-left: 0;
  }

  .site-nav {
    position: absolute;
    top: 74px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--ink);
    background: rgba(248, 242, 230, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .intro,
  .section-heading,
  .science-layout,
  .family,
  .exchange-note,
  .product-card {
    display: block;
  }

  .quote-card {
    position: static;
    margin-top: 28px;
  }

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

  .project-structure {
    grid-template-columns: 1fr;
  }

  .gallery-full {
    grid-column: auto;
  }

  .presentation-block {
    grid-column: auto;
  }

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

  .story-gallery,
  .story-gallery-two {
    grid-template-columns: 1fr;
  }

  .product-images {
    margin-bottom: 22px;
  }

  .label-gallery {
    grid-template-columns: 1fr;
  }

  .science-copy,
  .family-image,
  .exchange-note div {
    margin-bottom: 28px;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 14px 18px;
  }

  .language-switch {
    top: 15px;
    right: 66px;
  }

  .language-switch button {
    min-width: 44px;
    font-size: 12px;
  }

  .brand span:last-child {
    max-width: 155px;
    line-height: 1.15;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-content {
    width: calc(100% - 36px);
    margin: 0 auto;
    padding-bottom: 46px;
  }

  h1 {
    font-size: clamp(42px, 14vw, 64px);
  }

  h2 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .button {
    width: 100%;
  }

  .feature-grid,
  .cosmetics-grid,
  .index-grid,
  .index-grid-compact,
  .index-grid-three,
  .metadata-grid {
    grid-template-columns: 1fr;
  }

  .product-images,
  .mini-gallery,
  .gallery-full .mini-gallery {
    grid-template-columns: 1fr;
  }

  .lightbox-trigger img {
    min-height: 260px;
  }

  .feature-card.large {
    grid-column: auto;
  }

  .feature-card img,
  .feature-card.large img,
  figure img {
    height: 320px;
  }

  .family-image img {
    height: 390px;
  }

  .site-footer {
    display: block;
  }

  .site-footer p + p {
    margin-top: 8px;
  }
}
