:root {
  --olive: #74764a;
  --olive-deep: #575a36;
  --olive-soft: #96976d;
  --cream: #f4eedf;
  --cream-2: #e7ddc6;
  --paper: #fbf8ef;
  --ink: #222016;
  --muted: #6e6a5c;
  --red: #a92926;
  --red-deep: #7f1b1c;
  --gold: #d6ad4a;
  --line: rgba(34, 32, 22, 0.18);
  --white-line: rgba(255, 255, 255, 0.2);
  --shadow: 0 24px 70px rgba(37, 34, 22, 0.16);
  --shell: min(1360px, calc(100vw - 64px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Montserrat, "Segoe UI", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  background: var(--olive);
}

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

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

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

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

.shell {
  width: var(--shell);
  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;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 10px 16px;
  color: #fff;
  background: var(--red-deep);
  border-radius: 4px;
  transition: transform 0.2s ease;
}

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

.topline {
  color: #fff;
  background: var(--red-deep);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topline__inner,
.topline__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.topline p {
  margin: 0;
  padding: 8px 0;
}

.topline a {
  font-weight: 800;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: #fff;
  background: rgba(116, 118, 74, 0.96);
  border-bottom: 1px solid var(--white-line);
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
  backdrop-filter: blur(12px);
}

.site-header--scrolled {
  background: rgba(87, 90, 54, 0.98);
  box-shadow: 0 10px 28px rgba(35, 34, 18, 0.18);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 88px;
  gap: 46px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}

.brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(36, 33, 12, 0.2));
}

.brand__wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand__wordmark strong {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
}

.brand__wordmark small {
  margin-top: 5px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 38px);
}

.desktop-nav a {
  position: relative;
  padding: 32px 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-button,
.cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: #fff;
  background: transparent;
  border: 1px solid var(--white-line);
  border-radius: 999px;
  cursor: pointer;
}

.icon-button {
  width: 44px;
  font-size: 27px;
  line-height: 1;
}

.cart-link {
  gap: 10px;
  padding: 0 8px 0 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cart-link b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--ink);
  background: var(--cream);
  border-radius: 50%;
  font-size: 11px;
}

.cart-link b[data-has-items] {
  color: #fff;
  background: var(--red);
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 30%, rgba(214, 173, 74, 0.17), transparent 24%),
    linear-gradient(135deg, var(--olive) 0%, #696b40 58%, #565a34 100%);
}

.hero::before {
  position: absolute;
  top: 2%;
  left: -10%;
  width: 44vw;
  height: 44vw;
  min-width: 460px;
  min-height: 460px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  align-items: center;
  min-height: 660px;
  padding-top: 64px;
  padding-bottom: 74px;
  gap: 58px;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.kicker span {
  display: block;
  width: 38px;
  height: 1px;
  background: var(--gold);
}

.kicker--dark {
  color: var(--red-deep);
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(64px, 6.3vw, 106px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.hero h1 em {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-weight: 400;
}

.hero__lead {
  max-width: 640px;
  margin: 32px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

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

.button--red {
  color: #fff;
  background: var(--red);
  box-shadow: 0 14px 30px rgba(100, 16, 18, 0.22);
}

.button--red:hover {
  background: var(--red-deep);
}

.button--outline {
  color: var(--ink);
  border-color: var(--ink);
}

.button--outline:hover {
  color: var(--cream);
  background: var(--ink);
}

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

.button--small {
  min-height: 40px;
  padding-inline: 20px;
  font-size: 10px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  font-size: 13px;
  font-weight: 700;
}

.text-link span {
  transition: transform 0.2s ease;
}

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

.text-link--light {
  color: #fff;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 670px;
  margin: 54px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--white-line);
  gap: 22px;
}

.hero__facts div {
  display: flex;
  flex-direction: column-reverse;
}

.hero__facts dt {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__facts dd {
  margin: 0 0 3px;
  font-family: var(--serif);
  font-size: 18px;
}

.hero__visual {
  position: relative;
  min-height: 520px;
}

.hero__sun {
  position: absolute;
  top: 3%;
  right: 4%;
  width: 390px;
  height: 390px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: inset 0 0 0 24px rgba(255, 255, 255, 0.08);
}

.hero__sun::after {
  position: absolute;
  inset: 50%;
  width: 480px;
  height: 480px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hero__stamp {
  position: absolute;
  z-index: 5;
  top: 14px;
  left: 4%;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  color: var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  transform: rotate(-9deg);
}

.hero-product {
  position: absolute;
  z-index: 3;
  display: block;
  overflow: hidden;
  background: var(--paper);
  border: 8px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 80px rgba(31, 28, 12, 0.32);
  transition: transform 0.3s ease;
}

.hero-product:hover {
  z-index: 6;
}

.hero-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.hero-product span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 8px 10px;
  color: var(--ink);
  background: rgba(244, 238, 223, 0.94);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
}

.hero-product--1 {
  top: 11%;
  right: 7%;
  width: 52%;
  aspect-ratio: 1;
  transform: rotate(4deg);
}

.hero-product--1:hover {
  transform: rotate(1deg) translateY(-6px);
}

.hero-product--2 {
  bottom: 3%;
  left: 8%;
  width: 39%;
  aspect-ratio: 0.86;
  transform: rotate(-7deg);
}

.hero-product--2:hover {
  transform: rotate(-2deg) translateY(-6px);
}

.hero-product--3 {
  right: 0;
  bottom: -1%;
  width: 34%;
  aspect-ratio: 0.88;
  transform: rotate(8deg);
}

.hero-product--3:hover {
  transform: rotate(3deg) translateY(-6px);
}

.hero__note {
  position: absolute;
  z-index: 7;
  right: 42%;
  bottom: 7%;
  display: flex;
  flex-direction: column;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--cream);
  transform: rotate(-2deg);
}

.hero__note strong {
  font-family: var(--serif);
  font-size: 15px;
}

.hero__note span {
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero__marquee {
  overflow: hidden;
  padding: 12px 0 10px;
  color: var(--cream);
  background: var(--red-deep);
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.hero__marquee div {
  width: max-content;
  animation: marquee 24s linear infinite;
}

.hero__marquee i {
  margin: 0 22px;
  color: var(--gold);
  font-style: normal;
  font-size: 10px;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.section {
  padding: 112px 0;
  background: var(--cream);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 0.46fr);
  align-items: end;
  margin-bottom: 50px;
  gap: 70px;
}

.section-heading--compact {
  grid-template-columns: 1fr auto;
}

.section-heading .kicker {
  margin-bottom: 14px;
}

.section-heading h2,
.visit-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5.4vw, 82px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.section-heading > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.category-card {
  position: relative;
  display: flex;
  grid-column: span 4;
  min-height: 230px;
  padding: 26px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color 0.3s ease, background 0.3s ease;
}

.category-card:nth-child(1),
.category-card:nth-child(5) {
  grid-column: span 5;
}

.category-card:nth-child(2),
.category-card:nth-child(4) {
  grid-column: span 4;
}

.category-card:nth-child(3) {
  grid-column: span 3;
}

.category-card::before {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  content: "";
  background: var(--olive-soft);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.55);
  transition: opacity 0.3s ease, transform 0.45s ease;
}

.category-card:hover {
  color: #fff;
  background: var(--olive-deep);
}

.category-card:hover::before {
  opacity: 0.65;
  transform: scale(1);
}

.category-card__number {
  align-self: flex-start;
  min-width: 42px;
  color: var(--red);
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
}

.category-card:hover .category-card__number {
  color: var(--gold);
}

.category-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-self: flex-end;
  flex-direction: column;
  max-width: 340px;
  gap: 10px;
}

.category-card__content strong {
  font-family: var(--serif);
  font-size: clamp(27px, 2.3vw, 38px);
  font-weight: 400;
  line-height: 1;
  overflow-wrap: anywhere;
}

.category-card__content small {
  color: var(--muted);
  font-size: 12px;
}

.category-card:hover .category-card__content small {
  color: rgba(255, 255, 255, 0.7);
}

.category-card__arrow {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 22px;
  font-size: 24px;
  transition: transform 0.25s ease;
}

.category-card:hover .category-card__arrow {
  transform: translate(4px, -4px);
}

.featured-section {
  overflow: hidden;
  background: var(--paper);
}

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

.slider-button {
  width: 54px;
  height: 54px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transition: color 0.2s ease, background 0.2s ease;
}

.slider-button:hover {
  color: #fff;
  background: var(--red-deep);
}

.products-swiper {
  overflow: visible;
}

.product-card {
  position: relative;
  height: 100%;
  background: var(--cream);
  border: 1px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.product-card:hover {
  z-index: 2;
  border-color: rgba(34, 32, 22, 0.12);
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.product-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1.03;
  background: #fff;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  padding: 24px;
  object-fit: contain;
  transition: transform 0.45s ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.045);
}

.product-card__placeholder {
  display: grid;
  height: 100%;
  place-items: center;
  color: var(--olive);
  font-family: var(--serif);
  font-size: 32px;
  font-style: italic;
}

.product-card__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.product-card__badges b {
  padding: 5px 9px;
  color: #fff;
  background: var(--red);
  border-radius: 2px;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card__badges b + b {
  color: var(--ink);
  background: var(--gold);
}

.product-card__body {
  display: flex;
  min-height: 225px;
  padding: 22px;
  flex-direction: column;
}

.eyebrow {
  margin: 0 0 9px;
  color: var(--red-deep);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.product-card h3 a:hover {
  color: var(--red-deep);
}

.product-card__unit {
  margin: 10px 0 22px;
  color: var(--muted);
  font-size: 11px;
}

.product-card__bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: auto;
  gap: 12px;
}

.price {
  display: flex;
  flex-direction: column;
}

.price strong {
  font-size: 18px;
}

.price del {
  color: var(--muted);
  font-size: 11px;
}

.add-button {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--olive-deep);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.add-button:hover,
.add-button--done {
  background: var(--red);
  transform: rotate(90deg);
}

.add-button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.featured-section__footer {
  margin-top: 42px;
  text-align: center;
}

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

.story-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.78fr 0.77fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.24);
}

.story-card {
  position: relative;
  display: flex;
  min-height: 470px;
  padding: clamp(32px, 4.2vw, 66px);
  color: #fff;
  flex-direction: column;
  overflow: hidden;
}

.story-card--quote {
  background: var(--ink);
}

.story-card--quote blockquote {
  position: relative;
  z-index: 1;
  max-width: 740px;
  margin: 20px 0 28px;
  font-family: var(--serif);
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.story-card--quote blockquote em {
  color: var(--gold);
  font-weight: 400;
}

.story-card--quote > p:not(.story-card__mark) {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.65);
}

.story-card--quote .text-link {
  align-self: flex-start;
  margin-top: auto;
}

.story-card__mark {
  position: absolute;
  top: -90px;
  right: 24px;
  margin: 0;
  color: rgba(255, 255, 255, 0.05);
  font-family: var(--serif);
  font-size: 360px;
  line-height: 1;
}

.story-card--olive {
  background: var(--olive-deep);
}

.story-card--red {
  background: var(--red-deep);
}

.story-card__metric {
  display: flex;
  margin-top: auto;
  flex-direction: column;
}

.story-card__metric strong,
.story-card__big {
  font-family: var(--serif);
  font-size: clamp(66px, 6vw, 104px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.78;
}

.story-card__metric span {
  max-width: 220px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.66);
}

.route-line {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.7);
  gap: 12px;
}

.route-line i {
  font-family: var(--serif);
}

.route-line span {
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 4px, transparent 4px 9px);
}

.route-line b {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-card--red .story-card__big {
  margin-top: auto;
}

.story-card--red > p:last-child {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.68);
}

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

.journal-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.journal-card {
  grid-column: span 4;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.journal-card a {
  display: flex;
  min-height: 340px;
  padding: 30px;
  flex-direction: column;
  transition: color 0.3s ease, background 0.3s ease;
}

.journal-card a:hover {
  color: #fff;
  background: var(--olive-deep);
}

.journal-card:nth-child(2) a:hover {
  background: var(--red-deep);
}

.journal-card__meta {
  display: flex;
  justify-content: space-between;
  color: var(--red-deep);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journal-card a:hover .journal-card__meta {
  color: var(--gold);
}

.journal-card h3 {
  margin: 55px 0 16px;
  font-family: var(--serif);
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.journal-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.journal-card a:hover p {
  color: rgba(255, 255, 255, 0.7);
}

.journal-card__read {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journal-card__read i {
  font-size: 18px;
  font-style: normal;
}

.journal-section__all {
  display: flex;
  width: fit-content;
  margin: 40px auto 0;
}

.visit-section {
  padding: 94px 0;
  color: #fff;
  background: var(--olive-deep);
}

.visit-section__inner {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr auto;
  align-items: end;
  gap: 60px;
}

.visit-section h2 {
  max-width: 700px;
}

.visit-section__inner > div > p:last-child {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.68);
}

.visit-section dl {
  margin: 0;
}

.visit-section dl div {
  padding: 12px 0;
  border-bottom: 1px solid var(--white-line);
}

.visit-section dt {
  color: rgba(255, 255, 255, 0.54);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visit-section dd {
  margin: 3px 0 0;
  font-size: 13px;
}

.site-footer {
  padding: 72px 0 24px;
  color: #fff;
  background: #1d1c15;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr 1fr;
  padding-bottom: 60px;
  gap: 56px;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.footer-brand img {
  width: 76px;
  height: 76px;
}

.footer-brand strong {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
}

.footer-brand p {
  max-width: 300px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
}

.site-footer h2 {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer nav,
.footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.site-footer nav a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.site-footer nav a:hover {
  color: #fff;
}

.footer-phone {
  font-family: var(--serif);
  font-size: 25px;
}

.footer-contacts p {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.42);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-bottom p {
  margin: 0;
}

.toast {
  position: fixed;
  z-index: 300;
  right: 24px;
  bottom: 24px;
  max-width: min(390px, calc(100vw - 48px));
  padding: 15px 20px;
  color: #fff;
  background: var(--ink);
  border-left: 4px solid var(--gold);
  box-shadow: var(--shadow);
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.toast--visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-note {
  position: fixed;
  z-index: 250;
  right: 18px;
  bottom: 18px;
  display: flex;
  width: min(520px, calc(100vw - 36px));
  padding: 18px;
  color: #fff;
  background: rgba(29, 28, 21, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.17);
  box-shadow: var(--shadow);
  align-items: center;
  gap: 24px;
}

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

.cookie-note p {
  margin: 0;
  font-size: 12px;
}

.cookie-note a {
  color: var(--gold);
  text-decoration: underline;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  :root {
    --shell: min(100% - 44px, 1120px);
  }

  .site-header__inner {
    gap: 24px;
  }

  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav a {
    font-size: 11px;
  }

  .brand__wordmark {
    display: none;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
  }

  .story-grid {
    grid-template-columns: 1.3fr 0.85fr;
  }

  .story-card--quote {
    grid-row: span 2;
  }

  .story-card {
    min-height: 360px;
  }

  .visit-section__inner {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .visit-section__inner > .button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 920px) {
  .topline__inner > p,
  .desktop-nav,
  .header-actions > .icon-button {
    display: none;
  }

  .topline__inner,
  .topline__meta {
    justify-content: center;
  }

  .site-header__inner {
    grid-template-columns: 44px 1fr auto;
    min-height: 76px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .menu-toggle__bars,
  .menu-toggle__bars::before,
  .menu-toggle__bars::after {
    display: block;
    width: 18px;
    height: 1px;
    content: "";
    background: #fff;
  }

  .menu-toggle__bars {
    position: relative;
  }

  .menu-toggle__bars::before {
    position: absolute;
    top: -6px;
  }

  .menu-toggle__bars::after {
    position: absolute;
    top: 6px;
  }

  .brand {
    justify-self: center;
  }

  .brand img {
    width: 62px;
    height: 62px;
  }

  .mobile-menu {
    position: absolute;
    inset: 100% 0 auto;
    display: block;
    height: calc(100dvh - 76px);
    color: #fff;
    background: var(--olive-deep);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .mobile-menu[hidden] {
    display: none;
  }

  .mobile-menu__inner {
    display: flex;
    padding-top: 28px;
    padding-bottom: 40px;
    flex-direction: column;
  }

  .mobile-menu a {
    padding: 17px 4px;
    border-bottom: 1px solid var(--white-line);
    font-family: var(--serif);
    font-size: 26px;
  }

  .mobile-menu a:last-child {
    margin-top: 18px;
    color: var(--gold);
    border-bottom: 0;
    font-family: var(--sans);
    font-size: 18px;
    font-weight: 800;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    padding-top: 70px;
    gap: 30px;
  }

  .hero__visual {
    min-height: 500px;
  }

  .section {
    padding: 86px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading--compact {
    grid-template-columns: 1fr auto;
  }

  .category-card,
  .category-card:nth-child(n) {
    grid-column: span 6;
  }

  .category-card:last-child {
    grid-column: span 12;
  }

  .journal-card {
    grid-column: span 6;
  }

  .journal-card:last-child:nth-child(odd) {
    grid-column: span 12;
  }

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

  .story-card--quote {
    grid-column: span 2;
    grid-row: auto;
  }

  .visit-section__inner {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .topline {
    font-size: 9px;
  }

  .topline__meta {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .site-header__inner {
    min-height: 68px;
    gap: 10px;
  }

  .mobile-menu {
    height: calc(100dvh - 68px);
  }

  .brand img {
    width: 54px;
    height: 54px;
  }

  .cart-link {
    min-height: 40px;
    padding-left: 12px;
  }

  .cart-link > span {
    display: none;
  }

  .hero__grid {
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .hero h1 {
    font-size: clamp(44px, 13.8vw, 60px);
    line-height: 0.92;
  }

  .hero__lead {
    margin-top: 24px;
    font-size: 15px;
  }

  .hero__actions {
    align-items: flex-start;
    margin-top: 30px;
    flex-direction: column;
    gap: 14px;
  }

  .hero__facts {
    grid-template-columns: 1fr;
    margin-top: 36px;
    gap: 12px;
  }

  .hero__facts div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero__visual {
    min-height: 390px;
    margin-inline: -10px;
  }

  .hero__sun {
    top: 5%;
    right: 6%;
    width: 270px;
    height: 270px;
  }

  .hero__stamp {
    top: 0;
    left: 0;
    width: 82px;
    height: 82px;
    font-size: 11px;
  }

  .hero-product {
    border-width: 5px;
  }

  .hero-product span,
  .hero__note {
    display: none;
  }

  .hero-product--1 { width: 57%; }
  .hero-product--2 { left: 4%; width: 43%; }
  .hero-product--3 { right: 1%; width: 36%; }

  .section {
    padding: 68px 0;
  }

  .section-heading,
  .section-heading--compact {
    grid-template-columns: 1fr;
    margin-bottom: 34px;
    gap: 22px;
  }

  .section-heading h2,
  .visit-section h2 {
    font-size: 48px;
  }

  .section-heading > p {
    font-size: 14px;
  }

  .slider-actions {
    display: none;
  }

  .category-grid,
  .journal-grid {
    display: block;
    border-top: 1px solid var(--line);
  }

  .category-card {
    min-height: 170px;
    border-left: 1px solid var(--line);
  }

  .category-card__content strong {
    font-size: 31px;
  }

  .product-card__body {
    min-height: 210px;
    padding: 18px;
  }

  .product-card h3 {
    font-size: 19px;
  }

  .story-grid {
    display: block;
    width: 100%;
  }

  .story-card {
    min-height: 400px;
  }

  .story-card--quote blockquote {
    font-size: 40px;
  }

  .journal-card a {
    min-height: 300px;
    padding: 24px;
  }

  .journal-card h3 {
    margin-top: 34px;
    font-size: 34px;
  }

  .visit-section {
    padding: 68px 0;
  }

  .visit-section__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }

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

  .cookie-note {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .cookie-note .button {
    align-self: flex-start;
  }
}

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

/* Inner pages */
.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 82% 20%, rgba(214, 173, 74, 0.22), transparent 24%),
    linear-gradient(125deg, var(--olive-deep), var(--olive));
  border-bottom: 1px solid var(--white-line);
}

.page-hero::after {
  position: absolute;
  right: -5vw;
  bottom: -180px;
  width: 440px;
  height: 440px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 340px;
  padding-block: 78px 64px;
  gap: 48px;
}

.page-hero__inner > div {
  max-width: 850px;
  min-width: 0;
}

.page-hero h1 {
  max-width: 900px;
  margin: 8px 0 20px;
  font-family: var(--serif);
  font-size: clamp(54px, 7vw, 104px);
  font-weight: 400;
  overflow-wrap: anywhere;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.page-hero p:last-child {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.page-hero__count {
  min-width: max-content;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-hero--plain .page-hero__inner {
  min-height: 290px;
}

.catalog-section,
.checkout {
  padding: 54px 0 100px;
  background: var(--paper);
}

.catalog-layout {
  display: grid;
  grid-template-columns: 258px minmax(0, 1fr);
  gap: 48px;
}

.catalog-sidebar__sticky {
  position: sticky;
  top: 116px;
  max-height: calc(100vh - 140px);
  padding-right: 12px;
  overflow: auto;
}

.catalog-sidebar__title {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.catalog-category,
.catalog-subcategories a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 11px;
  border-radius: 6px;
  gap: 12px;
}

.catalog-category {
  font-family: var(--serif);
  font-size: 19px;
}

.catalog-category span,
.catalog-subcategories span {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
}

.catalog-category:hover,
.catalog-category.is-active,
.catalog-subcategories a:hover,
.catalog-subcategories a.is-active {
  color: #fff;
  background: var(--olive);
}

.catalog-category.is-active span,
.catalog-subcategories a.is-active span {
  color: rgba(255, 255, 255, 0.72);
}

.catalog-sidebar details {
  border-bottom: 1px solid var(--line);
}

.catalog-sidebar summary {
  list-style: none;
}

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

.catalog-subcategories {
  padding: 2px 0 12px 12px;
}

.catalog-subcategories a {
  padding-block: 7px;
  font-size: 13px;
}

.catalog-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  gap: 18px;
}

.search-field {
  display: flex;
  flex: 1;
  max-width: 560px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.search-field input {
  width: 100%;
  padding: 13px 5px 13px 20px;
  background: transparent;
  border: 0;
  outline: 0;
}

.search-field button {
  width: 48px;
  color: var(--ink);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 23px;
}

.sort-field {
  display: grid;
  gap: 5px;
}

.sort-field span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sort-field select {
  padding: 11px 38px 11px 13px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 5px;
}

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

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

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 58px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  gap: 20px;
}

.pagination__pages {
  display: flex;
  gap: 6px;
}

.pagination__pages a,
.pagination__edge {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-weight: 700;
}

.pagination__edge {
  display: flex;
  width: auto;
  padding-inline: 18px;
  border-radius: 999px;
  gap: 6px;
}

.pagination a:hover,
.pagination a.is-current {
  color: #fff;
  background: var(--olive-deep);
  border-color: var(--olive-deep);
}

.empty-state {
  padding: 80px 30px;
  text-align: center;
  background: var(--cream);
  border: 1px solid var(--line);
}

.empty-state > span {
  font-size: 50px;
}

.empty-state h2 {
  margin: 12px 0;
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 400;
}

.empty-state p {
  margin: 0 0 25px;
  color: var(--muted);
}

.breadcrumbs {
  display: flex;
  padding-block: 22px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  white-space: nowrap;
  gap: 9px;
}

.breadcrumbs a:hover {
  color: #fff;
}

.breadcrumbs span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.9fr);
  padding-bottom: 92px;
  color: var(--cream);
  gap: clamp(48px, 6vw, 100px);
}

.product-gallery,
.product-info,
.product-copy__grid > *,
.checkout-grid > *,
.cart-item > * {
  min-width: 0;
}

.product-gallery__main {
  position: relative;
  display: grid;
  min-height: 600px;
  overflow: hidden;
  color: var(--olive);
  background: var(--cream);
  place-items: center;
}

.product-gallery__main > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-gallery__main > span {
  font-family: var(--serif);
  font-size: 80px;
  font-style: italic;
}

.product-gallery__badges {
  position: absolute;
  top: 18px;
  left: 18px;
  display: flex;
  gap: 8px;
}

.product-gallery__badges b {
  padding: 7px 10px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-gallery__thumbs {
  display: flex;
  margin-top: 12px;
  overflow-x: auto;
  gap: 10px;
}

.product-gallery__thumbs button {
  flex: 0 0 84px;
  padding: 0;
  overflow: hidden;
  background: var(--cream);
  border: 2px solid transparent;
  cursor: pointer;
}

.product-gallery__thumbs button:hover,
.product-gallery__thumbs button.is-active {
  border-color: var(--gold);
}

.product-gallery__thumbs img {
  width: 82px;
  height: 82px;
  object-fit: cover;
}

.product-info {
  align-self: center;
}

.product-info h1 {
  margin: 7px 0 20px;
  font-family: var(--serif);
  font-size: clamp(36px, 3.2vw, 58px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.product-info__lead,
.product-specs dd,
.cart-item,
.article-body,
.static-page__body {
  overflow-wrap: anywhere;
}

.product-info__lead {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}

.product-info__price {
  display: flex;
  align-items: baseline;
  margin: 30px 0;
  gap: 14px;
}

.product-info__price strong {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
}

.product-info__price del,
.product-info__price span {
  color: rgba(255, 255, 255, 0.58);
}

.button--wide {
  width: 100%;
  justify-content: center;
}

.button--disabled {
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
}

.notice {
  margin: 26px 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.notice p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.notice--warning {
  border-left: 4px solid var(--gold);
}

.product-facts {
  margin: 34px 0 0;
  border-top: 1px solid var(--white-line);
}

.product-facts div {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 11px 0;
  border-bottom: 1px solid var(--white-line);
  gap: 16px;
}

.product-facts dt {
  color: rgba(255, 255, 255, 0.58);
}

.product-facts dd {
  margin: 0;
}

.product-assurances {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  gap: 14px;
}

.product-assurances p {
  margin: 0;
}

.product-assurances b,
.product-assurances span {
  display: block;
}

.product-assurances b {
  margin-bottom: 5px;
  font-size: 12px;
}

.product-assurances span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.product-copy,
.related-products {
  background: var(--paper);
}

.product-copy__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 100px;
}

.prose {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.75;
  min-width: 0;
  overflow-wrap: anywhere;
}

.prose :where(img, svg, video, iframe) {
  max-width: 100%;
}

.prose :where(video, iframe) {
  display: block;
}

.prose pre,
.prose table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.prose h2,
.prose h3 {
  margin: 1.25em 0 0.45em;
  font-weight: 400;
  line-height: 1.12;
}

.prose h2 {
  font-size: clamp(36px, 5vw, 62px);
}

.prose h3 {
  font-size: 30px;
}

.prose a {
  color: var(--red-deep);
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

.spec-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.spec-list div {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.spec-list dt {
  margin-bottom: 5px;
  color: var(--red-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.spec-list dd {
  margin: 0;
  color: var(--muted);
}

.filter-tabs {
  display: flex;
  margin-bottom: 46px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  gap: 8px;
}

.filter-tabs a {
  padding: 12px 22px;
  border-radius: 999px 999px 0 0;
  font-weight: 700;
  white-space: nowrap;
}

.filter-tabs a:hover,
.filter-tabs a.is-active {
  color: #fff;
  background: var(--olive-deep);
}

.page--media .section,
.page--post .article-page,
.page--default .static-page {
  background: var(--paper);
}

.media-grid--archive {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.media-card {
  min-width: 0;
  background: var(--cream);
  border: 1px solid var(--line);
}

.media-card__image {
  display: grid;
  aspect-ratio: 1.45;
  overflow: hidden;
  color: var(--olive-deep);
  background: var(--cream-2);
  place-items: center;
  font-family: var(--serif);
  font-size: 36px;
  font-style: italic;
}

.media-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.media-card:hover .media-card__image img {
  transform: scale(1.035);
}

.media-card__body {
  padding: 26px;
}

.media-card h2 {
  margin: 10px 0;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.media-card__body > p:not(.eyebrow) {
  color: var(--muted);
}

.text-link {
  color: var(--red-deep);
  font-weight: 800;
}

.hero .text-link,
.text-link.text-link--light {
  color: #fff;
}

.article-page {
  padding-bottom: 90px;
}

.page--post .breadcrumbs {
  color: rgba(255, 255, 255, 0.72);
}

.article-header {
  max-width: 980px;
  padding: 74px 0 50px;
  text-align: center;
}

.article-header h1 {
  margin: 8px 0 26px;
  font-family: var(--serif);
  font-size: clamp(50px, 7vw, 94px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.05em;
  overflow-wrap: anywhere;
}

.article-header__lead {
  max-width: 760px;
  margin: auto;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 22px;
}

.article-header__byline {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-cover {
  max-height: 720px;
  overflow: hidden;
}

.article-cover img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.article-body {
  width: min(780px, calc(100vw - 40px));
  margin: 68px auto;
}

.article-body > p:first-child::first-letter {
  float: left;
  margin: 4px 10px 0 0;
  color: var(--red-deep);
  font-size: 74px;
  line-height: 0.8;
}

.article-footer {
  display: flex;
  justify-content: center;
  padding-top: 36px;
  border-top: 1px solid var(--line);
  gap: 12px;
}

.static-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 780px) 300px;
  justify-content: space-between;
  gap: 80px;
}

.static-page__body h2:first-child {
  margin-top: 0;
}

.static-page__aside {
  align-self: start;
  padding: 28px;
  text-align: center;
  background: var(--cream);
  border: 1px solid var(--line);
}

.static-page__aside img {
  margin: 0 auto 12px;
}

.static-page__aside p,
.static-page__aside span,
.static-page__aside a:not(.button) {
  display: block;
}

.static-page__aside p {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.static-page__aside a:not(.button) {
  margin: 8px 0;
  font-family: var(--serif);
  font-size: 26px;
}

.static-page__aside span {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 13px;
}

.not-found,
.success-page {
  min-height: 670px;
  padding-block: 100px;
  color: #fff;
  text-align: center;
}

.not-found__number {
  margin: 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(110px, 20vw, 250px);
  line-height: 0.72;
  opacity: 0.8;
}

.not-found h1,
.success-page h1 {
  max-width: 840px;
  margin: 18px auto;
  font-family: var(--serif);
  font-size: clamp(44px, 6vw, 82px);
  font-weight: 400;
  line-height: 1;
}

.not-found > p:not(.eyebrow):not(.not-found__number),
.success-page > p:not(.eyebrow) {
  max-width: 600px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.72);
}

.not-found > div,
.success-page > div:last-child {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.success-page__mark {
  display: grid;
  width: 92px;
  height: 92px;
  margin: 0 auto 28px;
  color: var(--olive-deep);
  background: var(--gold);
  border-radius: 50%;
  place-items: center;
  font-size: 44px;
}

/* Cart and order */
.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 480px);
  align-items: start;
  gap: 54px;
}

.cart-lines {
  display: grid;
  gap: 12px;
}

.cart-line {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  align-items: center;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  gap: 20px;
}

.cart-line__image {
  display: grid;
  width: 130px;
  height: 130px;
  overflow: hidden;
  color: var(--olive-deep);
  background: var(--cream);
  place-items: center;
}

.cart-line__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-line h2 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.cart-line > div {
  min-width: 0;
}

.cart-line__meta {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.cart-line__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 18px;
  gap: 16px;
}

.quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.quantity-control button {
  width: 36px;
  height: 36px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.quantity-control span {
  min-width: 24px;
  text-align: center;
  font-weight: 800;
}

.cart-line__remove {
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
}

.cart-line__price {
  min-width: 115px;
  font-family: var(--serif);
  font-size: 23px;
  text-align: right;
}

.checkout-panel {
  position: sticky;
  top: 116px;
  padding: 34px;
  background: var(--cream);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.checkout-panel > h2 {
  margin: 0 0 20px;
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 400;
}

.checkout-totals {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.checkout-totals p {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}

.checkout-totals__total {
  padding-top: 12px;
  font-family: var(--serif);
  font-size: 26px;
}

.checkout-totals small {
  display: block;
  color: var(--muted);
}

.checkout-form {
  display: grid;
  margin-top: 24px;
  gap: 15px;
}

.checkout-form label:not(.radio-card):not(.check-line) {
  display: grid;
  gap: 5px;
}

.checkout-form label > span:first-child,
.checkout-form legend {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-form input:not([type="radio"]):not([type="checkbox"]),
.checkout-form textarea {
  width: 100%;
  padding: 12px 13px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 3px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.checkout-form fieldset {
  display: grid;
  margin: 0;
  padding: 0;
  border: 0;
  gap: 7px;
}

.checkout-form legend {
  margin-bottom: 5px;
}

.radio-card {
  display: flex;
  align-items: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  cursor: pointer;
  gap: 11px;
}

.radio-card:has(input:checked) {
  border-color: var(--olive-deep);
  box-shadow: inset 3px 0 var(--olive-deep);
}

.radio-card span,
.radio-card b,
.radio-card small {
  display: block;
}

.radio-card small {
  color: var(--muted);
}

.check-line {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  font-size: 11px;
  gap: 8px;
}

.check-line input {
  margin-top: 3px;
}

.check-line a {
  color: var(--red-deep);
  text-decoration: underline;
}

.checkout-form__note {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.cart-empty {
  margin-top: 0;
}

@media (max-width: 1160px) {
  .product-grid,
  .product-grid--catalog,
  .media-grid--archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.85fr);
    gap: 45px;
  }

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

  .checkout-grid {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 28px;
  }
}

@media (max-width: 900px) {
  .page-hero__inner {
    min-height: 300px;
    padding-block: 58px 48px;
  }

  .catalog-layout,
  .product-detail,
  .product-copy__grid,
  .static-page__grid,
  .checkout-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-sidebar__sticky,
  .checkout-panel {
    position: static;
    max-height: none;
  }

  .catalog-sidebar {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
  }

  .catalog-sidebar details {
    display: inline-block;
    margin-right: 6px;
    border: 0;
  }

  .catalog-subcategories {
    display: none;
  }

  .catalog-sidebar details[open] {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .catalog-sidebar details[open] .catalog-subcategories {
    display: flex;
    padding: 8px 0 0;
    flex-wrap: wrap;
    gap: 6px;
  }

  .catalog-sidebar details[open] .catalog-subcategories a {
    padding: 8px 11px;
    background: rgba(116, 118, 74, 0.08);
    border: 1px solid var(--line);
  }

  .product-gallery__main {
    min-height: 500px;
  }

  .product-info {
    padding-bottom: 20px;
  }

  .static-page__aside {
    max-width: 430px;
  }
}

@media (max-width: 620px) {
  .page-hero__inner {
    align-items: flex-start;
    flex-direction: column;
    min-height: 260px;
    gap: 24px;
  }

  .page-hero h1 {
    font-size: clamp(40px, 12.5vw, 54px);
  }

  .page-hero p:last-child {
    font-size: 15px;
  }

  .catalog-section,
  .checkout {
    padding-top: 30px;
  }

  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .search-field,
  .sort-field,
  .sort-field select {
    width: 100%;
    max-width: none;
  }

  .product-grid,
  .product-grid--catalog,
  .media-grid--archive {
    grid-template-columns: 1fr;
  }

  .pagination__edge {
    min-width: 42px;
    width: 42px;
    padding: 0;
  }

  .pagination__edge .pagination__label {
    display: none;
  }

  .product-gallery__main {
    min-height: 350px;
  }

  .product-detail {
    padding-bottom: 60px;
  }

  .product-info h1 {
    font-size: 36px;
  }

  .product-info__price {
    flex-wrap: wrap;
  }

  .product-copy__grid {
    gap: 50px;
  }

  .media-card h2 {
    font-size: 29px;
  }

  .article-header {
    padding-top: 48px;
  }

  .article-footer,
  .not-found > div,
  .success-page > div:last-child {
    align-items: stretch;
    flex-direction: column;
  }

  .static-page__grid {
    gap: 45px;
  }

  .cart-line {
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
  }

  .cart-line h2 {
    font-size: 21px;
  }

  .cart-line__image {
    width: 88px;
    height: 88px;
  }

  .cart-line__price {
    grid-column: 2;
    text-align: left;
  }

  .cart-line__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-panel {
    padding: 24px 18px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}
.products-swiper .swiper-slide {
  height: auto;
}

.products-swiper .product-card {
  height: 100%;
}
