:root {
  --ink: #0b0b0b;
  --paper: #f7f4ed;
  --white: #ffffff;
  --cream: #eee9de;
  --gold: #c79a42;
  --orange: #f15a37;
  --lime: #c8ef62;
  --line: rgba(11, 11, 11, 0.17);
  --muted: #68645d;
  --radius: 2px;
  --container: 1320px;
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.search-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

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

button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

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

h1,
h2,
h3 {
  letter-spacing: -0.045em;
  line-height: 0.97;
}

h1,
h2 {
  font-family: var(--display);
  text-transform: uppercase;
}

h1 {
  font-size: clamp(3rem, 6vw, 6.75rem);
  margin-bottom: 30px;
}

h2 {
  font-size: clamp(2.35rem, 4.4vw, 5.2rem);
  margin-bottom: 24px;
}

h3 {
  font-size: 1.35rem;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  padding: 12px 18px;
  font-weight: 800;
}

.skip-link:focus {
  transform: none;
}

.announcement {
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 20px;
}

.announcement span {
  width: 3px;
  height: 3px;
  background: var(--gold);
  border-radius: 50%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 244, 237, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 36px;
}

.wordmark {
  width: max-content;
  display: inline-flex;
  flex-direction: column;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.75rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.wordmark small {
  margin-top: 5px;
  font-family: var(--body);
  font-size: 0.46rem;
  font-weight: 800;
  letter-spacing: 0.32em;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.4vw, 42px);
}

.main-nav a {
  position: relative;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

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

.icon-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-transform: uppercase;
}

.ui-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.ui-icon--search::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 10px;
  height: 10px;
  border: 1.7px solid currentColor;
  border-radius: 50%;
}

.ui-icon--search::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 2px;
  width: 7px;
  height: 1.7px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: right center;
}

.ui-icon--user::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 6px;
  height: 6px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.ui-icon--user::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 0;
  left: 1px;
  height: 8px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.ui-icon--bag {
  top: 2px;
  height: 14px;
  border: 1.5px solid currentColor;
  border-radius: 1px;
}

.ui-icon--bag::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 4px;
  width: 7px;
  height: 5px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.mobile-toggle {
  display: none;
  width: 34px;
  height: 34px;
  padding: 8px 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mobile-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  margin: 5px 0;
  background: var(--ink);
  transition: 180ms ease;
}

.search-panel {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: start center;
  padding: 12vh 24px 40px;
  background: rgba(11, 11, 11, 0.82);
  backdrop-filter: blur(8px);
}

.search-panel[hidden] {
  display: none;
}

.search-dialog {
  position: relative;
  width: min(780px, 100%);
  background: var(--paper);
  padding: clamp(32px, 6vw, 72px);
}

.search-dialog h2 {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
}

.search-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.search-form input {
  min-width: 0;
  height: 58px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  border-radius: 0;
}

.search-results {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.search-results a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.search-results a span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.eyebrow {
  margin-bottom: 18px;
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 15px 24px;
  border: 1px solid var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

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

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

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

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

.button--light {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}

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

.button--wide {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.text-link span {
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.hero {
  min-height: calc(100vh - 113px);
  display: grid;
  align-items: stretch;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 0;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 5.5vw, 82px) clamp(20px, 5vw, 86px) 44px 0;
}

.hero h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(3.05rem, 4.1vw, 5.4rem);
}

.hero-intro {
  max-width: 610px;
  margin-bottom: 24px;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.42;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--white);
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-sticker {
  position: absolute;
  top: 36px;
  right: 34px;
  z-index: 2;
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  background: var(--lime);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 0.95rem;
  line-height: 1;
  text-align: center;
  transform: rotate(7deg);
}

.hero-caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 17px 20px;
  background: rgba(11, 11, 11, 0.93);
  color: var(--white);
}

.hero-caption span {
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.hero-caption strong {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
}

.proof-strip {
  background: var(--orange);
  color: var(--ink);
}

.proof-strip .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-strip .container > div {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px clamp(16px, 2.4vw, 36px);
  border-right: 1px solid rgba(11, 11, 11, 0.25);
}

.proof-strip .container > div:first-child {
  border-left: 1px solid rgba(11, 11, 11, 0.25);
}

.proof-strip span {
  margin-bottom: 4px;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proof-strip strong {
  font-size: 0.91rem;
  line-height: 1.25;
}

.section {
  padding: clamp(82px, 10vw, 150px) 0;
}

.section--tight {
  padding-top: clamp(54px, 7vw, 96px);
}

.section--cream {
  background: var(--cream);
}

.section--dark {
  background: var(--ink);
  color: var(--white);
}

.section--dark a {
  color: var(--white);
}

.split-intro,
.prose-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(60px, 10vw, 170px);
  align-items: start;
}

.split-intro > div:last-child,
.prose {
  max-width: 680px;
  padding-top: 8px;
  font-size: clamp(1.08rem, 1.55vw, 1.38rem);
}

.split-intro > div:last-child p,
.prose p {
  margin-bottom: 24px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 480px);
  align-items: end;
  gap: 60px;
  margin-bottom: clamp(42px, 6vw, 76px);
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p,
.section-heading > .text-link {
  justify-self: end;
}

.section-heading > p {
  margin-bottom: 4px;
  font-size: 1.06rem;
}

.motif-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.motif-grid article {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
}

.motif-grid article:nth-child(2),
.motif-grid article:nth-child(5) {
  transform: translateY(28px);
}

.motif-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 400ms ease;
}

.motif-grid article:hover img {
  transform: scale(1.025);
}

.motif-grid article > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 44px 18px 16px;
  background: linear-gradient(transparent, rgba(11, 11, 11, 0.88));
  color: var(--white);
}

.motif-grid span {
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.motif-grid h3 {
  margin: 4px 0 0;
  font-family: var(--display);
  font-size: clamp(1rem, 1.6vw, 1.5rem);
  text-transform: uppercase;
}

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

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

.product-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--white);
}

.product-image::after {
  content: "ZOBACZ WARIANT";
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 11px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  transform: translateY(calc(100% + 14px));
  transition: transform 180ms ease;
}

.product-image:hover::after {
  transform: none;
}

.product-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 350ms ease;
}

.product-image:hover img {
  transform: scale(1.025);
}

.product-card-copy {
  padding: 19px 2px 0;
}

.product-card-copy .eyebrow {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.58rem;
}

.product-card h3 {
  margin-bottom: 15px;
  font-family: var(--display);
  font-size: 1.18rem;
  text-transform: uppercase;
}

.product-card h3 span {
  display: block;
  color: var(--orange);
}

.product-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.product-card-meta span:last-child {
  color: var(--muted);
  font-size: 0.59rem;
}

.packaging-section {
  padding: clamp(82px, 10vw, 150px) 0;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.packaging-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
}

.packaging-copy h2 {
  max-width: 650px;
}

.packaging-copy > p:not(.eyebrow) {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.81);
  font-size: 1.16rem;
}

.packaging-note {
  margin: 28px 0 34px;
  padding: 16px 0 16px 20px;
  border-left: 2px solid var(--gold);
  font-size: 0.86rem !important;
}

.packaging-image {
  position: relative;
}

.packaging-image::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -44px;
  width: 150px;
  height: 150px;
  background: var(--gold);
  border-radius: 50%;
  opacity: 0.95;
}

.packaging-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 740px;
  object-fit: cover;
  object-position: center;
}

.packaging-image span {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.evidence-grid figure {
  grid-column: span 4;
  margin: 0;
  min-width: 0;
  background: var(--white);
}

.evidence-grid figure:nth-child(1),
.evidence-grid figure:nth-child(2) {
  grid-column: span 6;
}

.evidence-grid img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  background: #dedcd6;
}

.evidence-grid figure:nth-child(1) img,
.evidence-grid figure:nth-child(2) img {
  height: 610px;
}

.evidence-grid figcaption {
  min-height: 57px;
  padding: 15px 16px;
  border-top: 1px solid var(--line);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.evidence-grid--compact figure {
  grid-column: span 4 !important;
}

.evidence-grid--compact img,
.evidence-grid--compact figure:nth-child(1) img,
.evidence-grid--compact figure:nth-child(2) img {
  height: 480px;
}

.brand-band {
  padding: clamp(82px, 10vw, 150px) 0;
  background: var(--lime);
}

.brand-band-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(60px, 9vw, 150px);
}

.brand-band-grid > div:last-child > p {
  max-width: 680px;
  font-size: 1.18rem;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 38px 0 0;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

.company-grid > div {
  min-width: 0;
  padding: 17px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.company-grid dt {
  margin-bottom: 5px;
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.62;
}

.company-grid dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
}

.site-footer {
  background: var(--ink);
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.55fr repeat(3, 1fr);
  gap: clamp(38px, 6vw, 90px);
  padding-top: 78px;
  padding-bottom: 72px;
}

.wordmark--footer {
  color: var(--gold);
  font-size: 2.2rem;
}

.footer-brand > p {
  max-width: 330px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
}

.footer-brand .footer-note {
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.22rem;
  font-style: italic;
}

.footer-main h2 {
  margin-bottom: 20px;
  color: var(--gold);
  font-family: var(--body);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-main > div:not(.footer-brand) a {
  width: fit-content;
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.83rem;
}

.footer-main > div:not(.footer-brand) a:hover {
  color: var(--white);
}

.footer-company p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.81rem;
  line-height: 1.6;
}

.footer-company p a {
  display: inline !important;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 21px;
  padding-bottom: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding-top: 24px;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

.breadcrumbs i {
  font-style: normal;
  opacity: 0.5;
}

.page-hero {
  padding: clamp(75px, 9vw, 135px) 0 clamp(70px, 8vw, 110px);
  border-bottom: 1px solid var(--line);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 360px);
  gap: clamp(50px, 10vw, 180px);
  align-items: end;
}

.page-hero-grid > div:first-child {
  max-width: 990px;
}

.page-hero .lead {
  max-width: 830px;
  margin-bottom: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  line-height: 1.38;
}

.page-hero-aside {
  padding: 22px 0 6px;
  border-top: 2px solid var(--ink);
}

.page-hero-aside p {
  margin-bottom: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.big-number {
  display: block;
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 7.5rem);
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.brand-logo-card {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center 62%;
  background: var(--ink);
}

.info-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) 1.28fr;
  gap: clamp(50px, 9vw, 140px);
  padding: clamp(32px, 5vw, 72px);
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
}

.info-card > div:first-child > p:last-child {
  max-width: 400px;
}

.brand-facts {
  border-top: 1px solid var(--ink);
}

.brand-facts > div {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--ink);
}

.brand-facts span {
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-facts strong {
  overflow-wrap: anywhere;
  font-size: 0.86rem;
  line-height: 1.4;
}

.split-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--white);
}

.split-card > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.split-card > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(34px, 7vw, 100px);
}

.split-card > div p:not(.eyebrow) {
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.product-page {
  padding: clamp(48px, 7vw, 90px) 0 clamp(80px, 10vw, 140px);
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
}

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

.product-main-image {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--white);
}

.product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 8px;
}

.product-thumbs button {
  aspect-ratio: 1 / 1;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid transparent;
  background: var(--white);
  cursor: pointer;
}

.product-thumbs button.is-active {
  border-color: var(--ink);
}

.product-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.72rem;
}

.product-summary {
  position: sticky;
  top: 122px;
}

.product-summary h1 {
  font-size: clamp(2.7rem, 4.4vw, 5.2rem);
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: 1.65rem;
}

.product-price small {
  color: var(--muted);
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 700;
}

.product-lead {
  font-size: 1.08rem;
}

.size-picker {
  margin: 28px 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.size-picker > span {
  display: block;
  margin-bottom: 12px;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.size-picker > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.size-picker a {
  display: grid;
  place-items: center;
  min-height: 44px;
  border: 1px solid var(--ink);
  font-size: 0.74rem;
  font-weight: 900;
}

.size-picker a:hover,
.size-picker a[aria-current="page"] {
  background: var(--ink);
  color: var(--white);
}

.external-note {
  margin: 10px 0 24px;
  color: var(--muted);
  font-size: 0.7rem;
  text-align: center;
}

.product-specs {
  margin: 0;
  border-top: 1px solid var(--ink);
}

.product-specs > div {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.product-specs dt {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-specs dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 0.8rem;
  font-weight: 700;
}

.faq-list {
  max-width: 980px;
}

.faq-list details {
  border-top: 1px solid var(--ink);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--ink);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 25px 0;
  font-family: var(--display);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.2;
  list-style: none;
  cursor: pointer;
  text-transform: uppercase;
}

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

.faq-list summary span {
  color: var(--orange);
  font-family: var(--body);
  font-size: 0.67rem;
  letter-spacing: 0.08em;
}

.faq-list summary i {
  font-family: var(--body);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 750px;
  margin: -5px 0 26px 70px;
  color: var(--muted);
  font-size: 1.02rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid var(--ink);
  transition: transform 180ms ease;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-card > span {
  margin-bottom: auto;
  color: var(--orange);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.contact-card h2 {
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(1.8rem, 3.7vw, 4.2rem);
}

.contact-card p {
  max-width: 520px;
}

.contact-card strong {
  border-bottom: 1px solid currentColor;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact-card--dark {
  background: var(--ink);
  color: var(--white);
}

.contact-card--dark > span {
  color: var(--gold);
}

.legal-copy {
  max-width: 900px;
}

.legal-update {
  margin-bottom: 50px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-copy h2 {
  margin: 52px 0 16px;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.legal-copy p,
.legal-copy li {
  font-size: 1.02rem;
  line-height: 1.72;
}

.legal-copy a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-copy .button {
  margin-top: 16px;
}

.not-found {
  min-height: 70vh;
  display: grid;
  align-items: center;
  padding: 100px 0;
}

.not-found p:not(.eyebrow) {
  margin-bottom: 32px;
  font-size: 1.2rem;
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: 190px 1fr auto;
    gap: 18px;
  }

  .action-label {
    display: none;
  }

  .main-nav {
    gap: 22px;
  }

  .hero-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy {
    padding-left: 24px;
  }

  .proof-strip .container {
    width: 100%;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 42px;
  }

  .footer-main {
    grid-template-columns: 1.4fr repeat(2, 1fr);
  }

  .footer-company {
    grid-column: 2 / 4;
  }
}

@media (max-width: 840px) {
  .site-header {
    backdrop-filter: none;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .announcement {
    min-height: 28px;
    font-size: 0.58rem;
  }

  .header-inner {
    min-height: 68px;
    grid-template-columns: 44px 1fr auto;
  }

  .wordmark {
    justify-self: center;
    font-size: 1.45rem;
  }

  .mobile-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: 96px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 48px 24px;
    background: var(--paper);
    transform: translateX(-102%);
    transition: transform 220ms ease;
  }

  body.menu-open .main-nav {
    transform: none;
  }

  .main-nav a {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: clamp(1.8rem, 8vw, 3rem);
  }

  .main-nav a::after {
    display: none;
  }

  body.menu-open .mobile-toggle span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  body.menu-open .mobile-toggle span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .action-desktop {
    display: none;
  }

  .hero {
    min-height: 0;
  }

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

  .hero-copy {
    padding: 70px 20px 56px;
  }

  .hero h1 {
    font-size: clamp(3rem, 13vw, 5.2rem);
  }

  .hero-proof {
    margin-top: 44px;
  }

  .hero-visual {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .hero-caption strong {
    display: none;
  }

  .proof-strip .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-strip .container > div:nth-child(2) {
    border-right: 0;
  }

  .proof-strip .container > div:nth-child(n+3) {
    border-top: 1px solid rgba(11, 11, 11, 0.25);
  }

  .split-intro,
  .prose-grid,
  .section-heading,
  .packaging-grid,
  .brand-band-grid,
  .page-hero-grid,
  .info-card,
  .split-card,
  .product-layout {
    grid-template-columns: 1fr;
  }

  .split-intro,
  .prose-grid,
  .section-heading,
  .packaging-grid,
  .brand-band-grid,
  .page-hero-grid,
  .info-card,
  .product-layout {
    gap: 40px;
  }

  .section-heading > p,
  .section-heading > .text-link {
    justify-self: start;
  }

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

  .motif-grid article:nth-child(2),
  .motif-grid article:nth-child(5) {
    transform: none;
  }

  .evidence-grid figure,
  .evidence-grid figure:nth-child(1),
  .evidence-grid figure:nth-child(2),
  .evidence-grid--compact figure {
    grid-column: span 6 !important;
  }

  .evidence-grid figure:last-child {
    grid-column: 4 / span 6 !important;
  }

  .evidence-grid img,
  .evidence-grid figure:nth-child(1) img,
  .evidence-grid figure:nth-child(2) img,
  .evidence-grid--compact img {
    height: 460px;
  }

  .split-card > img {
    min-height: 0;
    max-height: 620px;
  }

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

  .product-summary {
    position: static;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: span 2;
  }

  .footer-company {
    grid-column: span 2;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2.1rem, 11vw, 3.7rem);
  }

  .announcement span,
  .announcement span + * {
    display: none;
  }

  .header-actions {
    gap: 13px;
  }

  .search-dialog {
    padding: 64px 22px 30px;
  }

  .search-form {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-inline: 16px;
  }

  .hero-sticker {
    top: 16px;
    right: 16px;
    width: 80px;
    height: 80px;
    font-size: 0.75rem;
  }

  .hero-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 8px 16px;
  }

  .proof-strip strong {
    font-size: 0.75rem;
  }

  .section {
    padding: 76px 0;
  }

  .section--tight {
    padding-top: 46px;
  }

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

  .motif-grid {
    gap: 10px;
  }

  .product-grid {
    row-gap: 38px;
  }

  .packaging-image::before {
    width: 90px;
    height: 90px;
  }

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

  .evidence-grid figure,
  .evidence-grid figure:nth-child(1),
  .evidence-grid figure:nth-child(2),
  .evidence-grid figure:last-child,
  .evidence-grid--compact figure {
    grid-column: auto !important;
  }

  .evidence-grid img,
  .evidence-grid figure:nth-child(1) img,
  .evidence-grid figure:nth-child(2) img,
  .evidence-grid--compact img {
    height: auto;
    max-height: 560px;
  }

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

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-company {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .page-hero {
    padding-top: 64px;
  }

  .brand-facts > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .info-card {
    padding: 28px 20px;
  }

  .catalog-toolbar {
    flex-direction: column;
    gap: 5px;
  }

  .product-thumbs {
    grid-template-columns: repeat(5, 1fr);
  }

  .size-picker > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-specs > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .faq-list summary {
    grid-template-columns: 32px 1fr auto;
    gap: 10px;
  }

  .faq-list details p {
    margin-left: 42px;
  }

  .contact-card {
    min-height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
