@font-face {
  font-family: "GT Alpina Rueporte";
  src: url("assets/fonts/GT-Alpina-Italic-VAR.ttf") format("truetype");
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --white: #ffffff;
  --ivory: #efe8da;
  --taupe: #997755;
  --burgundy: #593631;
  --green-black: #000000;
  --black: #000000;
  --line: rgba(0, 0, 0, 0.16);
  --muted: rgba(0, 0, 0, 0.64);
  --shadow: 0 18px 44px rgba(38, 58, 61, 0.12);
  --page-x: 42px;
  --section-y: 92px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--green-black);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.52;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body.is-dialog-open {
  overflow: hidden;
}

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

.reveal-item {
  --reveal-delay: 0ms;
  --reveal-distance: 22px;
}

.is-reveal-ready .reveal-item {
  opacity: 0;
  transform: translateY(var(--reveal-distance));
  transition: opacity 760ms ease, transform 760ms ease;
  transition-delay: var(--reveal-delay);
}

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

.is-reveal-ready .product-card.reveal-item {
  --reveal-distance: 18px;
}

.is-reveal-ready .lookbook-item.reveal-item,
.is-reveal-ready .brand-statement-media.reveal-item,
.is-reveal-ready .about-media.reveal-item {
  --reveal-distance: 28px;
}

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

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

button,
input,
textarea {
  font: inherit;
}

:where(a, button, summary, input, textarea):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 22px var(--page-x);
  color: var(--white);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  color: var(--green-black);
}

.brand-mark img {
  width: 162px;
  height: auto;
  filter: invert(1);
  transition: filter 180ms ease;
}

.site-header.is-scrolled .brand-mark img {
  filter: none;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 13px;
  font-weight: 300;
}

.main-nav a {
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}

.main-nav a:hover {
  border-color: currentColor;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  line-height: 1;
}

.language-switcher button {
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0 0 3px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-weight: 300;
}

.language-switcher button:hover,
.language-switcher button.is-active {
  border-bottom-color: currentColor;
}

.hero {
  position: relative;
  min-height: 88svh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 128px var(--page-x) 74px;
  color: var(--white);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background: url("assets/editorial/rueporte-main.jpg") center 45% / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
  margin-bottom: clamp(54px, 8svh, 96px);
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li,
dt,
dd {
  text-wrap: pretty;
}

.desktop-break {
  display: block;
}

h1 {
  margin-bottom: 22px;
  font-size: 66px;
  font-weight: 300;
  line-height: 0.98;
}

.hero-title {
  display: block;
  font-size: 0;
  line-height: 0;
}

.hero-title-image {
  display: block;
  width: min(262px, 100%);
  height: auto;
  margin: 0 auto;
  overflow: visible;
  fill: var(--white);
}

.hero-title-code {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40.88px;
  font-style: normal;
  font-weight: 400;
}

.hero-title-script {
  font-family: "GT Alpina Rueporte", Georgia, serif;
  font-size: 45.06px;
  font-style: italic;
  font-weight: 400;
  font-variation-settings: "wght" 400, "wdth" 0, "DISP" 0;
}

h2 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.08;
}

h3 {
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.18;
}

.hero-copy {
  max-width: 720px;
  margin: 0 auto 30px;
  font-size: 18px;
  font-weight: 300;
}

.hero-copy br {
  display: block;
}

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

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 0;
  padding: 12px 18px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button-light {
  background: var(--white);
  color: var(--green-black);
  border-color: var(--white);
}

.button-light:hover {
  background: var(--ivory);
  border-color: var(--ivory);
}

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

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

.button-dark {
  width: 100%;
  background: #263a3d;
  color: var(--white);
  border-color: #263a3d;
}

.button-dark:hover {
  background: var(--burgundy);
  border-color: var(--burgundy);
}

.button:disabled,
.button:disabled:hover {
  border-color: #263a3d;
  background: #263a3d;
  color: rgba(255, 255, 255, 0.52);
  cursor: not-allowed;
  opacity: 0.48;
}

.hero-footer {
  position: absolute;
  z-index: 1;
  left: var(--page-x);
  right: var(--page-x);
  bottom: 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  text-transform: uppercase;
}

.section-pad {
  padding: var(--section-y) var(--page-x);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr);
  gap: 112px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding-top: 116px;
  padding-bottom: 116px;
}

.intro h2 {
  max-width: 760px;
}

.intro-text {
  margin-top: 36px;
  color: var(--green-black);
  font-size: 15px;
  line-height: 1.46;
}

.intro-text p:last-child {
  margin-bottom: 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 42px;
  align-items: end;
  margin-bottom: 40px;
}

.section-head > p,
.section-note {
  margin: 36px 0 0;
  margin-bottom: 0;
  color: var(--green-black);
}

.catalog .section-head,
.lookbook .section-head {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr);
  gap: 112px;
  align-items: start;
}

.catalog .section-note,
.lookbook .section-head > p {
  line-height: 1.46;
}

.catalog-aside {
  margin-top: 36px;
}

.catalog-aside .section-note {
  margin-top: 0;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 28px 0 0;
}

.filter-button {
  min-height: auto;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 0 0 5px;
  background: transparent;
  color: var(--green-black);
  cursor: pointer;
  line-height: 1.1;
}

.filter-button:hover,
.filter-button.is-active {
  background: transparent;
  color: var(--black);
}

.filter-button.is-active {
  border-bottom-color: currentColor;
}

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

.product-card {
  --primary-thumb-scale: 1;
  --primary-thumb-hover-scale: 1.025;
  --secondary-thumb-scale: 1;
  --secondary-thumb-hover-scale: 1.025;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.product-card[data-product-id="panthera-shirt"] {
  --primary-thumb-scale: 0.94;
  --primary-thumb-hover-scale: 0.965;
}

.product-card[data-product-id="structured-stripe-shirt"] {
  --primary-thumb-scale: 1.1;
  --primary-thumb-hover-scale: 1.125;
}

.product-thumb {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--white);
}

.product-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  transition: transform 360ms ease;
}

.product-image-primary {
  z-index: 1;
  transform: scale(var(--primary-thumb-scale));
}

.product-image-secondary {
  z-index: 2;
  opacity: 0;
  transform: scale(var(--secondary-thumb-scale));
  transition: opacity 220ms ease, transform 360ms ease;
}

.product-card:hover .product-image-primary {
  transform: scale(var(--primary-thumb-hover-scale));
}

.product-card:hover .product-image-secondary {
  transform: scale(var(--secondary-thumb-hover-scale));
}

.product-card:hover .product-image-secondary,
.product-card:focus-visible .product-image-secondary {
  opacity: 1;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px calc(8px + 5.56%) 0;
}

.product-meta h3 {
  margin-bottom: 0;
  font-size: 15px;
}

.price-note {
  flex: 0 0 auto;
  color: var(--black);
  font-size: 12px;
}

.lookbook {
  background: var(--ivory);
}

.lookbook-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 6px;
}

.lookbook-item {
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  background: var(--white);
}

.lookbook-wide {
  grid-row: span 2;
  min-height: 748px;
}

.lookbook-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-statement {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
  gap: clamp(64px, 9vw, 150px);
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--black);
  color: var(--white);
}

.brand-statement-copy {
  max-width: 760px;
}

.brand-statement .section-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.brand-statement h2 {
  max-width: 620px;
  margin-bottom: 38px;
  color: var(--white);
}

.brand-statement-text {
  display: grid;
  gap: 20px;
  max-width: 700px;
}

.brand-statement-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.5;
}

.brand-statement-media {
  width: min(100%, 390px);
  aspect-ratio: 3 / 4;
  justify-self: end;
  margin: 0;
  overflow: hidden;
  background: #111111;
}

.brand-statement-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.03);
}

.about {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.about-media {
  position: sticky;
  top: 96px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ivory);
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-copy p {
  max-width: 680px;
  color: var(--green-black);
}

.about-copy {
  padding-top: 48px;
}

.about-copy h2 {
  max-width: 760px;
  margin-bottom: 28px;
  color: var(--green-black);
}

.about-details {
  max-width: 680px;
  margin-top: 12px;
}

.about-details summary {
  width: max-content;
  border-bottom: 1px solid currentColor;
  padding: 0 0 3px;
  color: var(--green-black);
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
  list-style: none;
  text-transform: uppercase;
}

.about-details summary::-webkit-details-marker {
  display: none;
}

.about-details summary:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 5px;
}

.about-less-label {
  display: none;
}

.about-details[open] .about-more-label {
  display: none;
}

.about-details[open] .about-less-label {
  display: inline;
}

.about-founder-story {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  animation: about-story-in 320ms ease both;
}

.about-founder-story p {
  margin: 0;
  line-height: 1.46;
}

@keyframes about-story-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.about-principles {
  max-width: 680px;
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.about-principle {
  display: grid;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
}

.about-principle span {
  color: var(--taupe);
  font-size: 11px;
  line-height: 1.2;
}

.about-principle h3 {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.26;
}

.about-principle p {
  margin-bottom: 0;
  color: var(--green-black);
  font-size: 15px;
  line-height: 1.46;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr);
  gap: 112px;
  align-items: stretch;
  background: var(--black);
  color: var(--white);
}

.contact-copy {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
}

.contact-copy p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.76);
}

.contact-partnership {
  max-width: 560px;
  margin-top: 30px;
}

.contact-partnership h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 30px;
  font-weight: 300;
  line-height: 1.08;
}

.contact-partnership p {
  margin: 0;
  line-height: 1.46;
}

.mail-link {
  display: inline-block;
  margin-top: 22px;
  border-bottom: 1px solid currentColor;
}

.contact-channels {
  display: grid;
  align-self: end;
  gap: 10px;
  margin-top: 56px;
  color: var(--white);
}

.contact-channels p {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  text-transform: uppercase;
}

.contact-channels a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.84);
}

.contact-channels a:hover {
  color: var(--white);
}

.contact-channels span {
  display: inline-flex;
  min-width: 36px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: var(--white);
  font-size: 10px;
  line-height: 1;
}

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

.request-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.request-form input,
.request-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  padding: 13px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  outline: none;
}

.request-form input:focus,
.request-form textarea:focus {
  border-color: var(--white);
}

.request-form input:focus-visible,
.request-form textarea:focus-visible {
  outline: 1px solid var(--white);
  outline-offset: 2px;
}

.request-form [aria-invalid="true"] {
  border-color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52);
}

.request-form textarea {
  resize: vertical;
}

.form-status {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.42;
}

.form-status:empty {
  display: none;
}

.form-status[data-state="error"] {
  color: var(--white);
}

.request-form .consent-field {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  line-height: 1.42;
}

.request-form .consent-field input {
  appearance: auto;
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--taupe);
}

.consent-field a,
.footer-legal a,
.legal-document a,
.cookie-notice a {
  border-bottom: 1px solid currentColor;
}

.consent-field a:hover,
.footer-legal a:hover,
.legal-document a:hover,
.cookie-notice a:hover {
  opacity: 0.68;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px 24px;
  padding: 28px var(--page-x);
  background: var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-size: 13px;
}

.site-footer img {
  justify-self: start;
  width: auto;
  height: 34px;
  filter: invert(1);
}

.footer-slogan {
  display: flex;
  align-items: baseline;
  justify-self: center;
  gap: 0.16em;
  margin: 0;
  font-size: 16px;
}

.footer-slogan span:first-child {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.footer-slogan span:last-child {
  font-family: "GT Alpina Rueporte", Georgia, serif;
  font-style: italic;
}

.footer-copy {
  justify-self: end;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
}

.footer-legal a[aria-current="page"] {
  color: var(--white);
}

.cookie-notice {
  position: fixed;
  z-index: 100;
  right: var(--page-x);
  bottom: 20px;
  left: auto;
  width: min(760px, calc(100vw - 84px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  padding: 16px 18px;
  background: var(--white);
  color: var(--black);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  font-size: 13px;
}

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

.cookie-notice p {
  max-width: 980px;
  margin: 0;
  line-height: 1.48;
}

.cookie-accept {
  flex: 0 0 auto;
  min-width: 116px;
  min-height: 38px;
  border: 1px solid var(--black);
  border-radius: 0;
  padding: 9px 16px;
  background: var(--black);
  color: var(--white);
  cursor: pointer;
}

.cookie-accept:hover {
  background: var(--green-black);
}

.legal-page {
  background: var(--white);
  color: var(--black);
}

.legal-header {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  color: var(--black);
}

.legal-header .brand-mark img {
  filter: none;
}

.legal-back {
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
  font-size: 13px;
}

.legal-main {
  min-height: 80svh;
  padding: 150px var(--page-x) 110px;
}

.legal-document {
  max-width: 920px;
  margin: 0 auto;
}

.legal-document > h1 {
  max-width: 880px;
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.08;
}

.legal-lead {
  max-width: 760px;
  margin-bottom: 46px;
  color: var(--muted);
  font-size: 16px;
}

.legal-document section {
  margin-top: 36px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}

.legal-document section h2 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.24;
}

.legal-document p,
.legal-document li {
  font-size: 15px;
  line-height: 1.66;
}

.legal-document ul {
  margin: 0;
  padding-left: 22px;
}

.legal-document li + li {
  margin-top: 8px;
}

.legal-footer {
  position: relative;
}

.product-dialog {
  --dialog-info-width: 440px;
  width: fit-content;
  max-width: calc(100vw - 40px);
  height: min(calc(75vw - 360px), calc(100svh - 40px), 720px);
  max-height: none;
  border: 0;
  padding: 0;
  background: var(--white);
  color: var(--green-black);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.product-dialog::backdrop {
  background: rgba(0, 0, 0, 0.46);
}

.dialog-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--green-black);
  cursor: pointer;
  font-size: 24px;
  line-height: 0;
  padding: 0 0 2px;
}

.dialog-body {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: stretch;
  max-height: none;
  overflow: hidden;
}

.dialog-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex: 0 0 auto;
  gap: 0;
  aspect-ratio: 4 / 3;
  height: 100%;
  background: var(--white);
}

.dialog-image-frame {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  background: var(--white);
  color: inherit;
  cursor: zoom-in;
  font: inherit;
}

.dialog-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  background: var(--white);
}

.dialog-image-frame:nth-child(2) img {
  object-fit: cover;
  object-position: center center;
  padding: 0;
}

.dialog-info {
  flex: 0 0 var(--dialog-info-width);
  padding: 42px 42px;
  overflow: hidden;
}

.dialog-info h2 {
  margin-bottom: 16px;
  font-size: 32px;
}

.dialog-info .category {
  color: var(--black);
  font-size: 12px;
  text-transform: uppercase;
}

.dialog-description {
  margin: 26px 0;
  color: var(--black);
  font-size: 15px;
}

.details-list {
  display: grid;
  gap: 14px;
  margin: 0 0 30px;
  padding: 0;
}

.details-list div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.details-list dt {
  color: var(--black);
}

.details-list dd {
  margin: 0;
}

.photo-viewer {
  width: 100vw;
  max-width: none;
  height: 100svh;
  max-height: none;
  margin: 0;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.52);
  color: var(--green-black);
  overflow: hidden;
}

.photo-viewer[open] {
  display: grid;
  place-items: center;
}

.photo-viewer::backdrop {
  background: rgba(0, 0, 0, 0.52);
}

.photo-viewer-frame {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 24px 92px;
}

.photo-viewer-frame img {
  width: min(calc(66.666svh - 32px), calc(100vw - 184px));
  height: auto;
  max-height: calc(100svh - 48px);
  aspect-ratio: 2 / 3;
  object-fit: contain;
  background: var(--white);
  cursor: pointer;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

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

.photo-viewer-close {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 3;
}

.photo-nav {
  position: fixed;
  z-index: 3;
  top: 50%;
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--green-black);
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 160ms ease, border-color 160ms ease;
}

.photo-nav:hover {
  background: var(--white);
  border-color: var(--white);
}

.photo-nav-prev {
  left: 24px;
  padding: 0 2px 3px 0;
}

.photo-nav-next {
  right: 24px;
  padding: 0 0 3px 2px;
}

@media (max-width: 1280px) {
  .desktop-break {
    display: none;
  }
}

@media (max-width: 1100px) {
  :root {
    --page-x: 28px;
    --section-y: 78px;
  }

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

  .lookbook-grid,
  .brand-statement,
  .about,
  .contact {
    gap: 42px;
  }
}

@media (max-width: 820px) {
  :root {
    --page-x: 18px;
    --section-y: 62px;
  }

  .site-header {
    align-items: flex-start;
    padding-top: 16px;
  }

  .brand-mark img {
    width: 134px;
  }

  .main-nav {
    max-width: 190px;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 14px;
    font-size: 12px;
  }

  .header-actions {
    align-items: flex-end;
    flex-direction: column;
    gap: 10px;
  }

  .hero {
    min-height: 86svh;
    padding-top: 112px;
  }

  .hero-content {
    margin-bottom: clamp(36px, 6svh, 68px);
  }

  .hero-media {
    background-position: 58% center;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 28px;
  }

  .contact-partnership h3 {
    font-size: 28px;
  }

  .hero-title-image {
    width: min(230px, 100%);
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-copy br {
    display: none;
  }

  .desktop-break {
    display: none;
  }

  .intro,
  .section-head,
  .brand-statement,
  .about,
  .contact,
  .dialog-body {
    grid-template-columns: 1fr;
  }

  .intro {
    gap: 34px;
  }

  .catalog .section-head,
  .lookbook .section-head {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .dialog-body {
    display: grid;
    height: auto;
    aspect-ratio: auto;
    max-height: none;
    overflow: visible;
  }

  .product-dialog {
    width: calc(100vw - 24px);
    height: auto;
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .dialog-info {
    flex: 1 1 auto;
    overflow: visible;
  }

  .intro-text,
  .section-head > p,
  .section-note {
    margin-top: 0;
  }

  .catalog .section-note,
  .lookbook .section-head > p {
    margin-top: 0;
  }

  .catalog-aside {
    margin-top: 0;
  }

  .brand-statement {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .brand-statement-media {
    width: min(100%, 420px);
  }

  .about-media {
    position: static;
  }

  .about-copy {
    padding-top: 0;
  }

  .contact-copy {
    display: block;
    min-height: auto;
  }

  .contact-channels {
    margin-top: 34px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 12px;
  }

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

  .lookbook-wide,
  .lookbook-item {
    min-height: 420px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-slogan,
  .footer-copy {
    justify-self: start;
  }

  .footer-legal {
    grid-column: 1;
    justify-content: flex-start;
  }

  .cookie-notice {
    right: var(--page-x);
    left: var(--page-x);
    width: auto;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .cookie-accept {
    width: 100%;
  }

  .legal-header {
    align-items: center;
  }

  .legal-main {
    padding-top: 122px;
    padding-bottom: 76px;
  }

  .legal-document > h1 {
    font-size: 34px;
  }

  .legal-document section h2 {
    font-size: 20px;
  }

  .dialog-image-frame {
    height: auto;
    aspect-ratio: auto;
  }

  .dialog-gallery img {
    min-height: 420px;
  }

  .dialog-image-frame:nth-child(2) img {
    object-fit: contain;
    padding: 18px;
  }

  .photo-viewer-frame {
    padding: 52px 18px;
  }

  .photo-viewer-frame img {
    height: auto;
    max-width: calc(100vw - 36px);
    max-height: calc(100svh - 104px);
    width: min(calc(66.666svh - 70px), calc(100vw - 36px));
    aspect-ratio: 2 / 3;
  }

  .photo-nav {
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .photo-nav-prev {
    left: calc(50% - 52px);
  }

  .photo-nav-next {
    right: calc(50% - 52px);
  }
}

@media (max-width: 520px) {
  .main-nav {
    display: none;
  }

  .header-actions {
    align-items: flex-end;
  }

  .hero {
    min-height: 84svh;
  }

  .hero-content {
    margin-bottom: 42px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 25px;
  }

  .contact-partnership h3 {
    font-size: 25px;
  }

  .hero-title-image {
    width: min(207px, 100%);
  }

  .hero-footer {
    display: none;
  }

  .legal-back {
    max-width: 120px;
    text-align: right;
    font-size: 12px;
    line-height: 1.3;
  }

  .legal-main {
    padding-top: 108px;
  }

  .legal-document > h1 {
    font-size: 29px;
  }

  .legal-document p,
  .legal-document li {
    font-size: 14px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

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

  .product-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .filter-row {
    flex-wrap: nowrap;
    max-width: calc(100vw - var(--page-x));
    margin-right: -18px;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .filter-button {
    flex: 0 0 auto;
  }

  .dialog-info {
    padding: 40px 22px 28px;
  }

  .details-list div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

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

  .is-reveal-ready .reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .about-founder-story {
    animation: none;
  }
}
