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

:root {
  --linen: #f7f3ea;
  --paper: #fffdf8;
  --sand: #d8c19a;
  --oak: #8f633b;
  --forest: #203d2c;
  --forest-soft: #48664d;
  --charcoal: #25231e;
  --bronze: #a97738;
  --mist: #ebe3d5;
  --stone: #c9b89b;
  --muted: #6f6a5f;
  --line: rgba(37, 35, 30, 0.14);
  --shadow: 0 24px 70px rgba(37, 35, 30, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--linen);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.no-scroll {
  overflow: hidden;
}

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

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

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: var(--radius);
  background: var(--charcoal);
  color: var(--paper);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 253, 248, 0.22);
  background: rgba(247, 243, 234, 0.86);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 12px 34px rgba(37, 35, 30, 0.08);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--forest);
  color: var(--sand);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(37, 35, 30, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: var(--bronze);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--charcoal);
}

.cart-link {
  position: relative;
}

.cart-count {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: var(--forest);
  color: var(--paper);
  font-size: 0.72rem;
  font-weight: 800;
  margin-left: 5px;
}

.btn,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  min-height: 44px;
  padding: 12px 20px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--forest);
  color: var(--paper);
  box-shadow: 0 12px 26px rgba(32, 61, 44, 0.22);
}

.btn-primary:hover {
  background: #162d20;
}

.btn-outline {
  border-color: rgba(255, 253, 248, 0.72);
  color: var(--paper);
  background: rgba(255, 253, 248, 0.1);
}

.btn-light {
  background: var(--paper);
  color: var(--forest);
  border-color: rgba(37, 35, 30, 0.1);
}

.btn-bronze {
  background: var(--bronze);
  color: var(--paper);
}

.btn-quiet {
  background: transparent;
  color: var(--forest);
  border-color: rgba(32, 61, 44, 0.22);
}

.btn[disabled],
.payment-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.68;
}

.section,
.page-hero,
.editorial-band,
.legal-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: clamp(760px, 92vh, 860px);
  overflow: hidden;
  display: grid;
  align-items: center;
  color: var(--charcoal);
  background: #263326;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(1.06) contrast(1.02) brightness(1.04);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(247, 243, 234, 0.93) 0%, rgba(247, 243, 234, 0.76) 34%, rgba(247, 243, 234, 0.22) 58%, rgba(247, 243, 234, 0.02) 78%), linear-gradient(0deg, rgba(32, 61, 44, 0.18), rgba(32, 61, 44, 0) 48%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 38%;
  background: linear-gradient(0deg, rgba(31, 33, 29, 0.36), rgba(31, 33, 29, 0));
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 132px 0 72px;
  display: grid;
  grid-template-columns: minmax(320px, 620px) minmax(260px, 370px);
  justify-content: space-between;
  gap: 36px;
  align-items: end;
}

.hero-copy-card {
  position: relative;
  max-width: 640px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 253, 248, 0.58);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.88), rgba(255, 253, 248, 0.66));
  box-shadow: 0 28px 80px rgba(37, 35, 30, 0.18);
  backdrop-filter: blur(18px);
  animation: heroRise 0.7s ease both;
}

.hero-copy-card::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 18px;
  height: 1px;
  background: linear-gradient(90deg, var(--bronze), rgba(169, 119, 56, 0));
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--bronze);
}

.hero h1 {
  max-width: 590px;
  margin-top: 16px;
  color: var(--charcoal);
  font-size: clamp(3rem, 5.6vw, 5.2rem);
  line-height: 0.98;
  text-wrap: balance;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bronze);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 40px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3,
.display {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 700;
}

h1 {
  margin-top: 18px;
  max-width: 820px;
  font-size: clamp(3.2rem, 8vw, 7.4rem);
}

h2 {
  font-size: clamp(2.3rem, 5vw, 4.6rem);
}

h3 {
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
}

.hero-lead {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(37, 35, 30, 0.74);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.hero-actions,
.cta-actions,
.card-actions,
.modal-actions,
.cart-actions,
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-actions {
  margin-top: 26px;
  gap: 14px;
}

.hero .btn-primary {
  min-height: 50px;
  padding-inline: 24px;
  background: var(--forest);
  box-shadow: 0 18px 34px rgba(32, 61, 44, 0.28);
}

.hero .btn-outline {
  min-height: 50px;
  color: var(--forest);
  border-color: rgba(32, 61, 44, 0.28);
  background: rgba(255, 253, 248, 0.46);
}

.hero .btn-outline:hover,
.hero .btn-outline:focus-visible {
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 14px 28px rgba(37, 35, 30, 0.1);
}

.hero-chip-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.hero-chip,
.mini-trust span,
.feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hero-chip {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(32, 61, 44, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.62);
  color: rgba(37, 35, 30, 0.82);
  font-size: 0.86rem;
  font-weight: 800;
}

.hero-chip i,
.trust-card i,
.benefit-card i,
.feature-pill i {
  color: var(--bronze);
}

.hero-product-panel {
  width: min(100%, 370px);
  justify-self: end;
  padding: 24px;
  border: 1px solid rgba(255, 253, 248, 0.32);
  border-radius: var(--radius);
  color: var(--paper);
  background: linear-gradient(145deg, rgba(31, 33, 29, 0.72), rgba(31, 33, 29, 0.46));
  box-shadow: 0 24px 70px rgba(20, 22, 18, 0.24);
  backdrop-filter: blur(18px);
  animation: heroRise 0.7s 0.12s ease both;
}

.hero-panel-label {
  margin: 0 0 12px;
  color: var(--sand);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-panel-title {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1;
}

.hero-product-panel p:not(.hero-panel-label):not(.hero-panel-title) {
  margin: 0;
  color: rgba(255, 253, 248, 0.76);
}

.hero-mini-cards {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.hero-mini-cards article {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.1);
}

.hero-mini-cards i {
  color: var(--sand);
  margin-top: 3px;
}

.hero-mini-cards span {
  display: grid;
  gap: 2px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.9rem;
}

.hero-mini-cards strong {
  color: var(--paper);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  padding: 96px 0;
}

.section-tight {
  padding: 70px 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.62fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 44px;
}

.section-head p,
.editorial-copy p,
.page-lead,
.legal-page p {
  color: var(--muted);
  font-size: 1.03rem;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: 44px;
  align-items: center;
}

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

.editorial-image img {
  width: 100%;
  height: 610px;
  object-fit: cover;
}

.editorial-image::after {
  content: "";
  position: absolute;
  inset: auto 20px 20px auto;
  width: 38%;
  height: 34%;
  border-right: 1px solid rgba(255, 253, 248, 0.62);
  border-bottom: 1px solid rgba(255, 253, 248, 0.62);
}

.editorial-copy {
  display: grid;
  gap: 18px;
}

.dropcap:first-letter {
  float: left;
  padding: 6px 10px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 5.4rem;
  line-height: 0.78;
  color: var(--forest);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.feature-pill {
  min-height: 110px;
  padding: 20px;
  background: var(--paper);
  font-weight: 800;
}

.benefit-grid,
.trust-grid,
.product-grid,
.catalog-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.benefit-card,
.trust-card,
.product-card,
.blog-card,
.cart-item,
.policy-card,
.checkout-panel,
.contact-card,
.fact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.benefit-card,
.trust-card,
.policy-card,
.contact-card,
.fact-card {
  padding: 26px;
}

.benefit-card {
  min-height: 170px;
}

.benefit-card i,
.trust-card i {
  font-size: 1.25rem;
  margin-bottom: 18px;
}

.benefit-card h3,
.trust-card h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.benefit-card p,
.trust-card p,
.product-card p,
.blog-card p,
.fact-card p,
.contact-card p {
  margin: 0;
  color: var(--muted);
}

.product-card,
.blog-card {
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.product-card:hover,
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 54px rgba(37, 35, 30, 0.12);
}

.product-card img,
.blog-card img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}

.product-body,
.blog-body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.product-meta,
.blog-meta,
.price-note {
  color: var(--oak);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.inspiration-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--paper);
  display: grid;
  align-items: end;
  isolation: isolate;
}

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

.inspiration-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.inspiration-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(22, 24, 20, 0.78), rgba(22, 24, 20, 0.04));
}

.inspiration-card:hover img {
  transform: scale(1.05);
}

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

.craft-band {
  background: var(--charcoal);
  color: var(--paper);
}

.craft-band .section-head p,
.craft-band .editorial-copy p {
  color: rgba(255, 253, 248, 0.74);
}

.craft-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 34px;
}

.craft-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.craft-list li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 253, 248, 0.16);
}

.manufacturer-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper);
}

.manufacturer-panel > div {
  padding: clamp(26px, 4vw, 46px);
}

.manufacturer-panel > div:first-child {
  background: var(--forest);
  color: var(--paper);
}

.manufacturer-panel p,
.manufacturer-panel li {
  color: inherit;
}

.manufacturer-panel ul,
.legal-page ul,
.about-list {
  margin: 18px 0 0;
  padding-left: 20px;
}

.manufacturer-actions {
  margin-top: 22px;
}

.magazine-cta {
  position: relative;
  overflow: hidden;
  margin: 42px auto 0;
  padding: clamp(34px, 6vw, 72px);
  border-radius: var(--radius);
  color: var(--paper);
  background: linear-gradient(135deg, rgba(32, 61, 44, 0.96), rgba(143, 99, 59, 0.86));
}

.magazine-cta::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -120px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-radius: 50%;
}

.magazine-cta p {
  max-width: 680px;
  color: rgba(255, 253, 248, 0.8);
}

.page-hero {
  padding: 82px 0 44px;
}

.page-hero h1 {
  max-width: 930px;
  color: var(--charcoal);
}

.page-lead {
  max-width: 760px;
}

.toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 26px;
}

.search-field {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--charcoal);
}

.filter-button {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--charcoal);
  cursor: pointer;
  font-weight: 800;
}

.filter-button.is-active {
  background: var(--forest);
  color: var(--paper);
}

.catalog-note,
.checkout-note,
.notice-box {
  padding: 18px 20px;
  border: 1px solid rgba(169, 119, 56, 0.32);
  border-radius: var(--radius);
  background: rgba(216, 193, 154, 0.22);
  color: #5d4a2f;
}

.modal-root {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(18, 20, 18, 0.58);
}

.modal-root.is-open {
  display: grid;
}

.modal {
  width: min(920px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.modal-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: 0;
}

.modal img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.modal-copy {
  padding: clamp(24px, 4vw, 42px);
  display: grid;
  gap: 16px;
}

.modal-close {
  position: sticky;
  top: 12px;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--charcoal);
  cursor: pointer;
}

.cart-layout,
.checkout-layout,
.contact-grid,
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 28px;
  align-items: start;
}

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

.cart-item {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 14px;
}

.cart-item img {
  width: 130px;
  height: 96px;
  object-fit: cover;
  border-radius: var(--radius);
}

.cart-summary,
.checkout-panel {
  position: sticky;
  top: 98px;
  padding: 24px;
}

.quantity-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.quantity-controls button,
.remove-item {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  cursor: pointer;
}

.checkout-visual {
  overflow: hidden;
  border-radius: var(--radius);
}

.checkout-visual img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.payment-options {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.payment-button {
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--charcoal);
  font-weight: 900;
  cursor: pointer;
}

.payment-button.stripe {
  color: #635bff;
}

.payment-button.paypal {
  color: #003087;
}

.legal-page {
  padding: 70px 0 96px;
}

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

.legal-page h2 {
  margin-top: 44px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.site-footer {
  background: #1f211d;
  color: var(--paper);
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0 34px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1.45fr 0.8fr;
  gap: 32px;
  align-items: start;
}

.footer-disclaimer {
  color: rgba(255, 253, 248, 0.72);
}

.footer-company {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.footer-company h3,
.footer-links h3 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-company p,
.footer-links a,
.footer-bottom {
  color: rgba(255, 253, 248, 0.72);
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a:hover {
  color: var(--sand);
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 253, 248, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 260;
  display: none;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.cookie-banner.is-visible {
  display: grid;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

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

.empty-state {
  padding: 36px;
  border: 1px dashed rgba(32, 61, 44, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.64);
  text-align: center;
}

.source-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-list a {
  color: var(--forest);
  font-weight: 800;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy-card,
  .hero-product-panel {
    animation: none;
  }
}

@media (max-width: 1020px) {
  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .main-nav {
    position: fixed;
    inset: 76px 16px auto;
    display: none;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: grid;
  }

  .nav-links {
    display: grid;
    gap: 10px;
  }

  .header-cta {
    margin-top: 8px;
  }

  .section-head,
  .editorial-grid,
  .craft-grid,
  .manufacturer-panel,
  .cart-layout,
  .checkout-layout,
  .contact-grid,
  .about-grid,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 760px;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(247, 243, 234, 0.72), rgba(247, 243, 234, 0.86) 56%, rgba(31, 33, 29, 0.28));
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 120px;
    gap: 18px;
    align-items: end;
  }

  .hero-copy-card {
    max-width: 660px;
  }

  .hero-product-panel {
    justify-self: start;
    width: min(100%, 560px);
  }

  .benefit-grid,
  .trust-grid,
  .product-grid,
  .catalog-grid,
  .blog-grid,
  .footer-company {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .inspiration-card:nth-child(1),
  .inspiration-card:nth-child(4),
  .inspiration-card:nth-child(7) {
    grid-column: span 1;
  }
}

@media (max-width: 680px) {
  .header-inner {
    width: min(100% - 22px, 1180px);
    min-height: 68px;
  }

  .main-nav {
    inset: 68px 16px auto;
  }

  .brand {
    letter-spacing: 0.04em;
  }

  .header-cta {
    width: 100%;
  }

  .hero-inner,
  .section,
  .page-hero,
  .legal-page {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    display: block;
    min-height: auto;
    background: var(--linen);
  }

  .hero-media {
    position: relative;
    inset: auto;
    z-index: 0;
    height: min(62vh, 430px);
  }

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

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-inner {
    position: relative;
    z-index: 1;
    margin-top: -74px;
    padding: 0 0 46px;
    gap: 14px;
  }

  .hero-copy-card {
    padding: 24px;
    background: rgba(255, 253, 248, 0.94);
  }

  h1 {
    font-size: clamp(2.55rem, 15vw, 4.2rem);
  }

  .hero h1 {
    font-size: clamp(2.38rem, 11vw, 3rem);
    line-height: 1.02;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions,
  .cta-actions,
  .card-actions,
  .modal-actions,
  .cart-actions,
  .filter-row {
    align-items: stretch;
    flex-direction: column;
  }

  .btn,
  .text-link {
    width: 100%;
  }

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

  .hero-chip {
    align-items: flex-start;
    border-radius: var(--radius);
    font-size: 0.8rem;
  }

  .hero-product-panel {
    width: 100%;
    color: var(--charcoal);
    background: var(--paper);
    border-color: var(--line);
    box-shadow: 0 18px 42px rgba(37, 35, 30, 0.1);
  }

  .hero-panel-label {
    color: var(--oak);
  }

  .hero-product-panel p:not(.hero-panel-label):not(.hero-panel-title),
  .hero-mini-cards span {
    color: var(--muted);
  }

  .hero-mini-cards article {
    background: rgba(216, 193, 154, 0.16);
    border-color: rgba(32, 61, 44, 0.12);
  }

  .hero-mini-cards strong {
    color: var(--forest);
  }

  .hero-mini-cards i {
    color: var(--bronze);
  }

  .benefit-grid,
  .trust-grid,
  .product-grid,
  .catalog-grid,
  .blog-grid,
  .footer-company,
  .feature-strip,
  .inspiration-grid,
  .legal-grid,
  .toolbar {
    grid-template-columns: 1fr;
  }

  .product-card img,
  .blog-card img {
    height: 230px;
  }

  .editorial-image img {
    height: 380px;
  }

  .modal-inner {
    grid-template-columns: 1fr;
  }

  .modal img {
    min-height: 260px;
    height: 260px;
  }

  .cart-item {
    grid-template-columns: 86px 1fr;
  }

  .cart-item img {
    width: 86px;
    height: 82px;
  }

  .cart-item .remove-item {
    grid-column: 2;
    justify-self: start;
  }

  .cart-summary,
  .checkout-panel {
    position: static;
  }

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