:root {
  --page-bg: #f2ece3;
  --page-wash: #e3d4bf;
  --surface: rgba(255, 250, 242, 0.72);
  --surface-strong: #fbf5ee;
  --surface-dark: #22201d;
  --text-main: #241d18;
  --text-soft: #68594c;
  --text-inverse: #f8f2ea;
  --accent: #9a5f3a;
  --accent-dark: #6f3c1e;
  --border: rgba(53, 39, 30, 0.14);
  --shadow-soft: 0 20px 60px rgba(62, 37, 19, 0.08);
  --shadow-card: 0 24px 70px rgba(39, 24, 13, 0.14);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --max-width: 1240px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--text-main);
  background: #ffffff;
}

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

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

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

.page-shell {
  position: relative;
  overflow: hidden;
}

.page-shell::before,
.page-shell::after {
  display: none;
}

.section-frame,
.site-header {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px 0 14px;
}

.hero-stage {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(248, 243, 236, 0.96) 0%, rgba(248, 243, 236, 0.82) 28%, rgba(248, 243, 236, 0.22) 56%, rgba(248, 243, 236, 0.08) 100%),
    url("./assets/png/image0_58_2154.png") center center / cover no-repeat;
}

.hero-stage .site-header,
.hero-stage .hero-section {
  width: min(calc(100% - 88px), 1620px);
}

.hero-stage .site-header {
  padding-top: 34px;
}

.brand-mark img {
  width: 138px;
  height: auto;
}

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

.site-nav {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 54px;
  font-size: 0.92rem;
  color: #181615;
}

.site-nav a {
  position: relative;
  transition: color 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  background: currentColor;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text-main);
}

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

.menu-toggle {
  display: none;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.72);
  color: var(--text-main);
  padding: 0.75rem 1rem;
}

.hero-section,
.signature-section,
.story-section,
.contact-section,
.editorial-section {
  display: grid;
  gap: 32px;
  align-items: center;
}

.hero-section {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 118px);
  padding: 28px 0 42px;
}

.hero-copy h1,
.section-heading h2,
.signature-copy h2,
.story-copy h2,
.editorial-panel h2,
.contact-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  max-width: 7.5ch;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(3.75rem, 6vw, 6.4rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.hero-copy {
  max-width: 560px;
  padding: 48px 0 36px;
}

.hero-subtitle {
  margin: 26px 0 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: #2f2d2d;
}

.section-heading h2,
.signature-copy h2,
.story-copy h2,
.editorial-panel h2,
.contact-copy h2 {
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

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

.lead,
.section-heading p,
.signature-copy p,
.story-copy p,
.editorial-panel p,
.editorial-highlight p,
.contact-copy p,
.product-info p,
.spotlight-copy p,
.faq-list p,
.site-footer p {
  color: var(--text-soft);
  line-height: 1.75;
}

.lead {
  max-width: 34ch;
  margin: 18px 0 0;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.95rem 1.5rem;
  font-size: 0.94rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, #ba7544, #a86536);
  color: var(--text-inverse);
  border: 1px solid transparent;
  box-shadow: var(--shadow-soft);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #ab673a, #93562d);
}

.button-secondary {
  border: 1px solid var(--border);
  background: rgba(255, 252, 247, 0.75);
  color: var(--text-main);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(53, 39, 30, 0.28);
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 660px;
  overflow: visible;
}

.hero-visual img {
  width: min(120%, 980px);
  max-width: none;
  margin-right: -110px;
  object-fit: contain;
  filter: drop-shadow(0 34px 42px rgba(161, 111, 61, 0.16));
}

.products-section,
.spotlight-section,
.faq-section {
  padding: 32px 0 24px;
}

.products-section {
  position: relative;
  z-index: 1;
  padding: 68px 0 76px;
  background: #ffffff;
}

.products-inner {
  width: min(calc(100% - 48px), 1420px);
}

.section-heading {
  display: grid;
  gap: 16px;
  margin-bottom: 30px;
  max-width: 720px;
}

.products-section .section-heading {
  justify-items: center;
  max-width: 980px;
  margin: 0 auto 36px;
  text-align: center;
}

.products-section .section-heading h2 {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  color: #b06a3f;
}

.products-section .section-heading p {
  max-width: 900px;
  margin: 0;
  font-size: 0.98rem;
  color: #72706a;
}

.products-heading {
  gap: 18px;
}

.products-pill {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0.82rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(176, 106, 63, 0.16);
  background: #fffaf4;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  color: #5d4333;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-filter-shell {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
  padding: 12px 14px;
  border: 1px solid rgba(176, 106, 63, 0.12);
  border-radius: 999px;
  background: #fffaf3;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.product-filter {
  border: 1px solid rgba(176, 106, 63, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #4b352a;
  padding: 0.8rem 1.2rem;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.product-filter:hover,
.product-filter:focus-visible,
.product-filter.is-active {
  border-color: #b06a3f;
  background: linear-gradient(135deg, #ba7544, #a86536);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(176, 106, 63, 0.18);
}

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

.products-preview-actions {
  justify-content: center;
  margin-top: 28px;
}

.bestseller-product-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.bestseller-product-card.is-active .bestseller-product-media {
  box-shadow: 0 24px 54px rgba(108, 62, 32, 0.18);
  transform: translateY(-2px);
}

.bestseller-product-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(43, 31, 24, 0.08);
  border-radius: 22px;
  aspect-ratio: 0.94;
  background: linear-gradient(180deg, #4b4948, #262423);
  box-shadow: 0 16px 36px rgba(39, 24, 13, 0.1);
  cursor: pointer;
  transition:
    transform 240ms ease,
    box-shadow 240ms ease;
}

.bestseller-product-media.is-light {
  background: linear-gradient(180deg, #eadfcd, #f9f3e8);
}

.bestseller-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.bestseller-product-card:hover .bestseller-product-media img,
.bestseller-product-card:focus-within .bestseller-product-media img {
  transform: scale(1.03);
}

.product-chip {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  min-width: 96px;
  padding: 0.7rem 1rem;
  border-radius: 14px;
  background: #a8673c;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.bestseller-product-body {
  display: flex;
  flex-direction: column;
}

.bestseller-product-body h3 {
  margin: 0 0 8px;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.65rem, 2.1vw, 2.28rem);
  font-weight: 700;
  letter-spacing: -0.05em;
}

.product-price {
  margin: 0 0 18px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a5f3a;
}

.product-card-button {
  width: 100%;
  padding: 1.12rem 1rem;
  border-radius: 18px;
  font-size: 1.05rem;
}

.product-detail-shell {
  margin-top: 78px;
  padding: 34px;
  border: 1px solid rgba(43, 31, 24, 0.08);
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(215, 183, 153, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 251, 246, 0.98), rgba(255, 255, 255, 1));
  box-shadow: 0 26px 62px rgba(39, 24, 13, 0.08);
}

.product-detail-top,
.product-detail-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 32px;
}

.product-detail-bottom {
  margin-top: 30px;
  align-items: stretch;
}

.product-detail-gallery,
.product-detail-copy-panel,
.product-detail-story,
.product-detail-diagram-card {
  border: 1px solid rgba(43, 31, 24, 0.07);
  border-radius: 28px;
  background: #ffffff;
}

.product-detail-gallery {
  padding: 22px;
}

.product-detail-stage {
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 1.05;
  background: linear-gradient(180deg, #f2eadf, #ffffff);
}

.product-detail-stage img,
.product-detail-diagram-card img,
.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-thumbnails {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.product-thumb {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(43, 31, 24, 0.12);
  border-radius: 16px;
  aspect-ratio: 1;
  background: #fbf5ee;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.product-thumb.is-active,
.product-thumb:hover,
.product-thumb:focus-visible {
  border-color: #b06a3f;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(176, 106, 63, 0.16);
}

.product-detail-copy-panel {
  display: grid;
  gap: 20px;
  align-content: start;
  padding: 30px;
}

.product-detail-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.product-detail-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  background: rgba(176, 106, 63, 0.12);
  color: #8b512c;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail-price {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 700;
  color: #3a2a1f;
}

.product-detail-copy-panel h3 {
  margin: 0;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(2.15rem, 3.3vw, 3.3rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.product-detail-subtitle {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
  color: #9a5f3a;
}

.product-detail-description,
.product-detail-story p,
.product-detail-diagram-header p {
  margin: 0;
  color: #6a6058;
  line-height: 1.72;
}

.product-detail-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  color: #40362f;
}

.product-detail-stars {
  color: #b06a3f;
  letter-spacing: 0.08em;
}

.product-detail-rating-copy {
  font-size: 0.95rem;
  font-weight: 700;
}

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

.product-detail-stat {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 20px;
  background: #fbf7f1;
}

.product-detail-stat span,
.product-detail-diagram-header span {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b512c;
}

.product-detail-stat strong {
  font-size: 1rem;
  line-height: 1.55;
  color: #2c2520;
}

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

.product-detail-benefits li {
  position: relative;
  padding-left: 28px;
  color: #342d28;
  line-height: 1.65;
}

.product-detail-benefits li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c8864d, #9a5f3a);
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.product-detail-actions .button {
  min-width: 180px;
}

.product-detail-actions button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.product-detail-story,
.product-detail-diagram-card {
  padding: 28px;
}

.product-detail-story h4 {
  margin: 0 0 14px;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.06;
}

.product-detail-story .eyebrow {
  margin-bottom: 16px;
}

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

.product-detail-diagram-card img {
  min-height: 280px;
  border-radius: 20px;
  object-fit: contain;
  background: #fbf7f1;
}

.product-detail-diagram-header {
  display: grid;
  gap: 8px;
}

.video-section {
  padding: 12px 0 54px;
}

.video-heading {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  text-align: center;
}

.video-heading h2 {
  margin: 0;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  color: #b06a3f;
}

.video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  aspect-ratio: 2.24;
  background: #111111;
  box-shadow: 0 26px 60px rgba(30, 20, 12, 0.12);
}

.video-frame video,
.video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-frame video {
  display: block;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.08)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.02), transparent 52%);
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(176, 106, 63, 0.9);
  box-shadow: 0 18px 40px rgba(95, 52, 27, 0.28);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.video-play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #ffffff;
}

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

.product-card {
  grid-column: span 4;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(43, 31, 24, 0.09);
  border-radius: 30px;
  background: rgba(254, 250, 245, 0.76);
  box-shadow: var(--shadow-soft);
}

.product-card-wide {
  grid-column: span 8;
}

.product-media {
  overflow: hidden;
  min-height: 300px;
  background: #272420;
}

.product-card-wide .product-media {
  min-height: 360px;
}

.product-media img,
.signature-media img,
.story-media img,
.spotlight-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card:hover .product-media img,
.spotlight-card:hover img,
.hero-visual:hover img {
  transform: scale(1.03);
}

.product-media img,
.spotlight-card img,
.hero-visual img {
  transition: transform 300ms ease;
}

.product-info {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.product-tag,
.highlight-badge {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 0.42rem 0.8rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(154, 95, 58, 0.12);
  color: var(--accent-dark);
}

.product-info h3,
.spotlight-copy h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
}

.product-info a {
  width: fit-content;
  color: var(--accent-dark);
  font-weight: 700;
}

.signature-section,
.contact-section {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 56px 0;
}

.signature-media,
.about-media {
  overflow: hidden;
  min-height: 460px;
  border-radius: 34px;
  background: rgba(255, 251, 246, 0.65);
  box-shadow: var(--shadow-card);
}

.signature-copy,
.contact-copy {
  display: grid;
  gap: 18px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 12px;
}

.detail-grid div {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(255, 252, 248, 0.74);
}

.detail-grid span,
.contact-card span {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.detail-grid strong {
  line-height: 1.6;
}

.about-section {
  padding: 8px 0 56px;
}

.stats-panel {
  padding: 18px;
  border: 1px solid rgba(67, 55, 46, 0.1);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(57, 38, 22, 0.04);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 2px solid rgba(53, 39, 30, 0.08);
  border-radius: 24px;
  background: #ffffff;
}

.stat-card {
  padding: 32px 18px 28px;
  text-align: center;
}

.stat-card + .stat-card {
  border-left: 1px solid rgba(176, 106, 63, 0.26);
}

.stat-number {
  display: block;
  margin-bottom: 10px;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  color: #b06a3f;
}

.stat-label {
  display: block;
  margin-bottom: 10px;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #b06a3f;
}

.stat-card p {
  margin: 0;
  font-size: 1rem;
  color: #34312f;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 48px;
  align-items: center;
  padding-top: 44px;
}

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

.about-copy h2 {
  margin: 0;
  max-width: 12ch;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(2.35rem, 4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.98;
  color: #171615;
}

.about-copy p {
  max-width: 780px;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.62;
  color: #76726b;
}

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

.about-points li {
  position: relative;
  padding-left: 42px;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #34312f;
}

.about-points li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 1.3rem;
  color: #b06a3f;
}

.about-cta {
  width: fit-content;
  min-width: 330px;
  margin-top: 12px;
  padding-inline: 2rem;
  border-radius: 22px;
}

.about-media {
  padding: 26px;
  border: 1px solid rgba(67, 55, 46, 0.2);
  border-radius: 40px;
  box-shadow: none;
  background: #ffffff;
}

.about-media img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  border-radius: 28px;
}

.editorial-section {
  grid-template-columns: 1.1fr 0.9fr;
  padding: 56px 0 28px;
}

.editorial-panel,
.editorial-highlight {
  padding: 34px;
  border-radius: 32px;
  border: 1px solid rgba(47, 33, 25, 0.08);
  background: rgba(255, 250, 244, 0.72);
  box-shadow: var(--shadow-soft);
}

.editorial-highlight {
  background:
    linear-gradient(180deg, rgba(43, 31, 24, 0.94), rgba(27, 20, 16, 0.96)),
    var(--surface-dark);
  color: var(--text-inverse);
}

.editorial-highlight p {
  color: rgba(248, 242, 234, 0.76);
}

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

.spotlight-card {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(47, 33, 25, 0.08);
  background: rgba(255, 250, 244, 0.74);
  box-shadow: var(--shadow-soft);
}

.spotlight-card img {
  aspect-ratio: 0.82 / 1;
}

.spotlight-copy {
  padding: 22px;
}

.collection-about-section {
  padding: 56px 0 72px;
}

.collection-about__header {
  display: flex;
  justify-content: center;
}

.collection-about__pill {
  width: min(100%, 1200px);
  padding: 16px 24px 14px;
  border-radius: 28px;
  border: 1px solid #ead7c5;
  background: #fffaf5;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.collection-about__pill-title {
  margin: 0;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #34261f;
}

.collection-about__pill-ornament {
  width: 90px;
}

.collection-about__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  gap: 44px;
  align-items: center;
  padding-top: 54px;
}

.collection-about__media {
  position: relative;
  min-height: 480px;
}

.collection-about__stack {
  position: relative;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  aspect-ratio: 4 / 5;
}

.collection-about-card {
  position: absolute;
  inset: 0;
  width: 78%;
  border: 1px solid rgba(43, 31, 24, 0.08);
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(39, 24, 13, 0.14);
  transition:
    transform 0.9s ease,
    opacity 0.9s ease;
}

.collection-about-card__media {
  position: relative;
  width: 100%;
  height: 100%;
}

.collection-about-card__poster,
.collection-about-card__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
}

.collection-about-card__poster.is-hidden {
  opacity: 0;
}

.collection-about-card__video {
  opacity: 0;
}

.collection-about-card__video.is-visible {
  opacity: 1;
}

.collection-about-card--front {
  transform: translate(0, 24px) scale(1);
  z-index: 3;
}

.collection-about-card--left {
  transform: translate(-110px, 0) scale(0.9);
  z-index: 1;
  opacity: 0.85;
}

.collection-about-card--right {
  transform: translate(110px, 0) scale(0.9);
  z-index: 2;
  opacity: 0.9;
}

.collection-about-card--left::after,
.collection-about-card--right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 250, 245, 0.95), rgba(255, 250, 245, 0) 35%);
  pointer-events: none;
}

.collection-about-card--right::after {
  background: linear-gradient(270deg, rgba(255, 250, 245, 0.95), rgba(255, 250, 245, 0) 35%);
}

.collection-about__content {
  display: flex;
  flex-direction: column;
  gap: 22px;
  color: #594a3f;
}

.collection-about__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.collection-about__labels span {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(176, 106, 63, 0.14);
  border-radius: 999px;
  background: #fffaf4;
  color: #71462d;
  font-size: 0.88rem;
  font-weight: 700;
}

.collection-about__text {
  margin: 0;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.04rem;
  line-height: 1.78;
  color: #5b5048;
}

.collection-about__button {
  align-self: flex-start;
  margin-top: 10px;
  padding-inline: 1.85rem;
  border-radius: 18px;
}

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

.faq-list details {
  padding: 22px 24px;
  border: 1px solid rgba(43, 31, 24, 0.09);
  border-radius: 22px;
  background: rgba(255, 251, 245, 0.76);
  box-shadow: var(--shadow-soft);
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  line-height: 1.6;
}

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

.faq-list details[open] summary {
  margin-bottom: 12px;
}

.contact-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 56px;
  align-items: start;
  padding: 78px 0 64px;
}

.contact-copy {
  display: grid;
  gap: 22px;
  padding-top: 8px;
}

.contact-copy h2 {
  margin: 0;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(2.75rem, 4.8vw, 4.1rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.95;
  color: #090909;
}

.contact-copy p {
  max-width: 18ch;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.62;
  color: #5c5b61;
}

.contact-details {
  display: grid;
  gap: 28px;
  margin-top: 42px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #b06a3f;
}

.contact-icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-item p,
.contact-item a {
  margin: 0;
  color: #20213a;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.35;
}

.contact-form {
  display: grid;
  gap: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.form-field {
  position: relative;
  display: block;
  font-weight: 400;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(131, 136, 150, 0.45);
  border-radius: 20px;
  padding: 2rem 2rem 1rem;
  background: #ffffff;
  color: #171615;
  font-size: 1.05rem;
}

.contact-form input {
  min-height: 102px;
}

.contact-form textarea {
  min-height: 188px;
  padding-top: 2rem;
  resize: vertical;
}

.field-label {
  position: absolute;
  left: 32px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transform: translateY(-50%);
  color: #a2aabc;
  font-size: 1.15rem;
  line-height: 1;
  pointer-events: none;
  transition:
    top 180ms ease,
    transform 180ms ease,
    font-size 180ms ease,
    color 180ms ease;
}

.required-mark {
  color: #ff6b5c;
}

.form-field-area .field-label {
  top: 34px;
  transform: none;
}

.form-field:focus-within .field-label,
.form-field input:not(:placeholder-shown) + .field-label,
.form-field textarea:not(:placeholder-shown) + .field-label {
  top: 18px;
  transform: none;
  font-size: 0.85rem;
  color: #7f8898;
}

.contact-form input:focus,
.contact-form textarea:focus,
.menu-toggle:focus-visible,
.button:focus-visible,
.site-nav a:focus-visible,
.product-info a:focus-visible {
  outline: 2px solid rgba(154, 95, 58, 0.4);
  outline-offset: 2px;
}

.form-status {
  min-height: 1.5rem;
  margin: 0;
  color: var(--accent-dark);
}

.contact-submit {
  min-width: 286px;
  padding: 1.15rem 2.4rem;
  border-radius: 22px;
  justify-self: start;
  box-shadow: none;
}

.site-footer {
  padding: 8px 0 34px;
  border-top: 1px solid rgba(43, 31, 24, 0.18);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 1.1fr) repeat(3, minmax(180px, 1fr));
  gap: 56px;
  align-items: start;
  padding: 62px 0 76px;
}

.footer-brand img {
  width: 248px;
}

.footer-column {
  display: grid;
  gap: 20px;
}

.footer-column h3 {
  margin: 0;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #383736;
}

.footer-column a {
  color: #6c7269;
  font-size: 1rem;
  line-height: 1.45;
  transition: color 180ms ease;
}

.footer-column p {
  margin: 0;
  color: #6c7269;
  font-size: 1rem;
  line-height: 1.45;
}

.footer-column a:hover,
.footer-column a:focus-visible,
.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #1f1f1f;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid rgba(43, 31, 24, 0.18);
}

.footer-bottom p {
  margin: 0;
  color: #7d847c;
  font-size: 0.95rem;
}

.footer-bottom p:nth-child(2) {
  justify-self: center;
  color: #414141;
}

.footer-bottom strong {
  font-weight: 800;
}

.footer-legal {
  display: flex;
  justify-self: end;
  gap: 34px;
}

.footer-legal a {
  color: #6c7269;
  font-size: 0.95rem;
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transition:
    opacity 240ms ease,
    transform 240ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .hero-section,
  .signature-section,
  .contact-section,
  .editorial-section {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 8ch;
  }

  .hero-stage .site-header,
  .hero-stage .hero-section,
  .products-inner {
    width: min(calc(100% - 56px), 1520px);
  }

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

  .product-detail-top,
  .product-detail-bottom {
    grid-template-columns: 1fr;
  }

  .product-detail-shell {
    padding: 28px;
  }

  .video-frame {
    aspect-ratio: 1.7;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 64px;
  }

  .about-copy h2 {
    max-width: 14ch;
  }

  .contact-section {
    gap: 48px;
    padding: 96px 0 84px;
  }

  .contact-copy p {
    max-width: none;
  }

  .contact-details {
    margin-top: 36px;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 32px;
    padding: 48px 0 58px;
  }

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

  .footer-bottom p:nth-child(2),
  .footer-legal {
    justify-self: start;
  }

  .collection-about__body {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .collection-about__content {
    max-width: 680px;
    margin: 0 auto;
  }

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

@media (max-width: 840px) {
  .site-header {
    grid-template-columns: auto auto;
    padding-top: 18px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0 8px;
    grid-column: 1 / -1;
  }

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

  .hero-stage {
    background-position: 68% center;
  }

  .hero-stage .site-header,
  .hero-stage .hero-section,
  .products-inner {
    width: min(calc(100% - 40px), 1520px);
  }

  .hero-section {
    min-height: calc(100vh - 98px);
    padding-bottom: 56px;
  }

  .header-contact {
    padding-inline: 1.2rem;
  }

  .detail-grid,
  .spotlight-grid {
    grid-template-columns: 1fr;
  }

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

  .stat-card + .stat-card {
    border-left: 0;
    border-top: 1px solid rgba(176, 106, 63, 0.26);
  }

  .bestseller-products-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-filter-shell {
    padding: 14px;
    border-radius: 28px;
  }

  .product-filter {
    flex: 1 1 calc(50% - 12px);
    min-width: 0;
  }

  .product-detail-shell {
    margin-top: 60px;
    padding: 22px;
  }

  .product-detail-thumbnails,
  .product-detail-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-about__stack {
    max-width: 360px;
  }

  .collection-about__media {
    min-height: 420px;
  }

  .contact-section {
    gap: 36px;
    padding: 84px 0 72px;
  }

  .contact-item p,
  .contact-item a {
    font-size: 1.25rem;
  }

  .contact-form {
    gap: 26px;
  }

  .contact-form input {
    min-height: 92px;
  }

  .video-section {
    padding-bottom: 72px;
  }

  .video-frame {
    border-radius: 28px;
    aspect-ratio: 1.25;
  }

  .video-play {
    width: 78px;
    height: 78px;
  }

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

  .footer-brand img {
    width: 220px;
  }

  .footer-column {
    gap: 14px;
  }

  .footer-legal {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}

@media (max-width: 560px) {
  .section-frame,
  .site-header {
    width: min(calc(100% - 28px), var(--max-width));
  }

  .hero-stage .site-header,
  .hero-stage .hero-section,
  .products-inner {
    width: min(calc(100% - 28px), 1520px);
  }

  .hero-stage {
    min-height: 100svh;
    background-position: 72% center;
  }

  .hero-section {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .hero-copy {
    max-width: 100%;
    padding: 72px 0 0;
  }

  .section-heading h2,
  .signature-copy h2,
  .editorial-panel h2,
  .contact-copy h2 {
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .bestseller-product-media,
  .signature-media,
  .about-media {
    min-height: 280px;
  }

  .editorial-panel,
  .editorial-highlight {
    padding: 22px;
  }

  .product-price {
    font-size: 1.75rem;
  }

  .product-filter-shell {
    gap: 10px;
    margin-bottom: 34px;
    border-radius: 24px;
  }

  .product-filter {
    width: calc(50% - 5px);
    padding: 0.82rem 1rem;
    font-size: 0.88rem;
  }

  .product-detail-shell {
    margin-top: 44px;
    padding: 16px;
    border-radius: 26px;
  }

  .product-detail-gallery,
  .product-detail-copy-panel,
  .product-detail-story,
  .product-detail-diagram-card {
    border-radius: 22px;
  }

  .product-detail-gallery,
  .product-detail-copy-panel,
  .product-detail-story,
  .product-detail-diagram-card {
    padding: 18px;
  }

  .product-detail-thumbnails,
  .product-detail-stats {
    grid-template-columns: 1fr;
  }

  .product-detail-copy-panel h3,
  .product-detail-story h4 {
    font-size: clamp(1.95rem, 10vw, 2.6rem);
  }

  .product-detail-actions .button {
    width: 100%;
  }

  .stats-panel {
    padding: 16px;
  }

  .stat-card {
    padding: 30px 20px;
  }

  .about-section {
    padding-bottom: 72px;
  }

  .about-layout {
    padding-top: 42px;
    gap: 30px;
  }

  .about-copy h2 {
    max-width: 100%;
    font-size: clamp(2.65rem, 11vw, 3.45rem);
  }

  .about-points li {
    padding-left: 34px;
  }

  .about-cta {
    width: 100%;
    min-width: 0;
  }

  .about-media {
    padding: 14px;
    border-radius: 26px;
  }

  .about-media img {
    min-height: 360px;
    border-radius: 20px;
  }

  .collection-about-section {
    padding: 40px 0 52px;
  }

  .collection-about__pill {
    padding: 14px 18px 12px;
  }

  .collection-about__pill-title {
    font-size: 1.85rem;
  }

  .collection-about__body {
    padding-top: 36px;
  }

  .collection-about__stack {
    max-width: 320px;
  }

  .collection-about__media {
    min-height: 360px;
  }

  .collection-about-card--left {
    transform: translate(-70px, 0) scale(0.9);
  }

  .collection-about-card--right {
    transform: translate(70px, 0) scale(0.9);
  }

  .collection-about__text {
    font-size: 1rem;
  }

  .collection-about__button {
    width: 100%;
    justify-content: center;
  }

  .contact-section {
    gap: 28px;
    padding: 68px 0 60px;
  }

  .contact-copy {
    gap: 18px;
    padding-top: 0;
  }

  .contact-copy p {
    max-width: none;
    font-size: 1rem;
  }

  .contact-details {
    gap: 20px;
    margin-top: 24px;
  }

  .contact-item {
    gap: 16px;
  }

  .contact-icon {
    width: 32px;
    height: 32px;
  }

  .contact-icon svg {
    width: 28px;
    height: 28px;
  }

  .contact-item p,
  .contact-item a {
    font-size: 1.12rem;
  }

  .contact-form {
    gap: 20px;
    padding: 0;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 1.75rem 1.25rem 0.9rem;
    border-radius: 18px;
  }

  .contact-form input {
    min-height: 78px;
  }

  .contact-form textarea {
    min-height: 160px;
  }

  .field-label {
    left: 22px;
    font-size: 1rem;
  }

  .form-field-area .field-label {
    top: 24px;
  }

  .contact-submit {
    width: 100%;
    min-width: 0;
    border-radius: 18px;
  }

  .site-footer {
    padding-bottom: 24px;
  }

  .footer-main {
    padding: 36px 0 42px;
  }

  .footer-bottom {
    gap: 14px;
    padding-top: 20px;
  }

  .footer-bottom p,
  .footer-legal a,
  .footer-column a,
  .footer-column p {
    font-size: 0.92rem;
  }

  .video-heading h2 {
    font-size: clamp(2.5rem, 11vw, 3.4rem);
  }

  .video-frame {
    aspect-ratio: 1.02;
    border-radius: 22px;
  }

  .video-play {
    width: 68px;
    height: 68px;
  }

  .video-play::before {
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 18px;
  }
}
