:root {
  --cream: #f7f1e8;
  --ivory: #fffdf8;
  --linen: #e7d7c0;
  --gold: #b68a43;
  --olive: #5d6f3a;
  --sage: #9ca681;
  --wood: #4c3729;
  --charcoal: #292522;
  --muted: #776f66;
  --line: rgba(76, 55, 41, 0.18);
  --shadow: 0 18px 48px rgba(42, 36, 28, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--ivory);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

body.drawer-open,
body.modal-open {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

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

.announcement {
  min-height: 38px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 8px 36px;
  color: var(--wood);
  background: #eee5d8;
  font-size: 13px;
}

.announcement span:nth-child(2) {
  text-align: center;
}

.region-button {
  justify-self: end;
  border: 0;
  background: transparent;
  color: var(--wood);
  cursor: pointer;
  padding: 4px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 92px;
  display: grid;
  grid-template-columns: minmax(620px, 1fr) auto minmax(210px, 0.6fr);
  align-items: center;
  padding: 0 44px;
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--wood);
  white-space: nowrap;
}

.main-nav a {
  padding: 34px 0;
}

.main-nav a:hover {
  color: var(--olive);
}

.brand-mark {
  width: 275px;
  height: 72px;
  display: grid;
  gap: 1px;
  place-items: center;
  color: var(--wood);
}

.brand-mark span,
.footer-logo span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 0.95;
  letter-spacing: 0.12em;
}

.brand-mark small,
.footer-logo small {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

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

.locale-switcher {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.locale-switcher select {
  min-height: 34px;
  width: auto;
  min-width: 96px;
  padding: 6px 26px 6px 9px;
  color: var(--wood);
  background: white;
}

.icon-button,
.cart-button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  background: transparent;
  color: var(--charcoal);
  cursor: pointer;
}

.icon-button:hover,
.cart-button:hover {
  border-color: var(--line);
}

.icon-button svg,
.cart-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-button {
  position: relative;
}

.cart-button span {
  position: absolute;
  top: 4px;
  right: 0;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 9px;
  color: white;
  background: var(--olive);
  font-size: 11px;
}

.menu-toggle {
  display: none;
}

.menu-toggle span {
  width: 19px;
  height: 1px;
  background: currentColor;
}

.mega-menu {
  position: fixed;
  left: 24px;
  right: 24px;
  top: 126px;
  z-index: 19;
  display: none;
  grid-template-columns: 270px 1fr;
  gap: 34px;
  padding: 30px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.97), rgba(255, 253, 248, 0.94)),
    url("assets/brand/mega-menu.png") center / cover;
  box-shadow: var(--shadow);
}

.mega-menu.open {
  display: grid;
}

.mega-menu h2,
.section-heading h2,
.split-copy h2,
.modal-panel h2,
.drawer-header h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.1;
  color: var(--wood);
}

.mega-menu h2 {
  font-size: 34px;
}

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

.mega-columns article {
  border-left: 1px solid var(--line);
  padding-left: 22px;
}

.mega-columns h3,
.footer h3 {
  margin: 0 0 16px;
  color: var(--wood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}

.mega-columns a,
.footer a {
  display: block;
  margin: 11px 0;
  color: var(--muted);
  font-size: 14px;
}

.hero {
  position: relative;
  min-height: 560px;
  display: grid;
  overflow: hidden;
  background: var(--cream);
}

.hero img {
  width: 100%;
  height: min(620px, 62vw);
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(41, 37, 34, 0.42), rgba(41, 37, 34, 0.06) 45%, rgba(255, 253, 248, 0));
}

.hero-copy {
  position: absolute;
  z-index: 1;
  left: clamp(24px, 7vw, 110px);
  bottom: clamp(38px, 6vw, 82px);
  max-width: 510px;
  color: white;
}

.hero-copy h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.button.primary {
  color: white;
  background: var(--olive);
}

.button.primary:hover {
  background: #4e612f;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.74);
  color: white;
  background: rgba(255, 255, 255, 0.05);
}

.button.secondary.dark {
  border-color: var(--wood);
  color: var(--wood);
}

.button.full {
  width: 100%;
}

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

.trust-strip div,
.service-strip div {
  min-height: 132px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  padding: 24px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.trust-strip span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.trust-strip strong,
.service-strip strong {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.trust-strip p,
.service-strip span {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.section {
  padding: clamp(54px, 7vw, 96px) clamp(20px, 5vw, 70px);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.with-controls {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.section-heading h2,
.split-copy h2,
.modal-panel h2 {
  font-size: clamp(32px, 4vw, 52px);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.category-card {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--cream);
}

.category-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.category-card:nth-child(1) img {
  object-position: 54% center;
}

.category-card:nth-child(2) img {
  object-position: 75% center;
}

.category-card:nth-child(3) img {
  object-position: 66% center;
}

.category-card:nth-child(4) img {
  object-position: 60% center;
}

.category-card:nth-child(5) img {
  object-position: 47% center;
}

.category-card:hover img {
  transform: scale(1.04);
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(40, 32, 25, 0.58));
}

.category-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.shop-section {
  background: #fbf7ef;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.filter-tabs button {
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--wood);
  background: transparent;
  cursor: pointer;
}

.filter-tabs button.active,
.filter-tabs button:hover {
  color: white;
  background: var(--olive);
  border-color: var(--olive);
}

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

.product-card {
  display: grid;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.product-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--cream);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--product-position, center);
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  border-radius: 4px;
  color: white;
  background: rgba(93, 111, 58, 0.88);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-info {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.product-info h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--wood);
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
}

.product-price {
  color: var(--charcoal);
  font-weight: 700;
}

.quick-add {
  min-height: 40px;
  border: 1px solid var(--olive);
  border-radius: 4px;
  color: var(--olive);
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.quick-add:hover {
  color: white;
  background: var(--olive);
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.view-detail {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--wood);
  background: white;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.view-detail:hover {
  border-color: var(--wood);
}

.bundle-section {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.9)),
    url("assets/brand/ritual-scene.png") center / cover;
}

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

.bundle-card {
  min-height: 310px;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 26px;
  border: 1px solid rgba(76, 55, 41, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: var(--shadow);
}

.bundle-card span,
.detail-facts span {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.bundle-card h3,
.brand-values h3,
.policy-section h2,
.checkout-review h3 {
  margin: 0;
  color: var(--wood);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.bundle-card h3 {
  font-size: 28px;
}

.bundle-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) 1.16fr;
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
}

.split-copy p:not(.eyebrow) {
  max-width: 540px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.split-section img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.brand-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
  background: #fffdf8;
}

.brand-story h2 {
  margin: 0;
  color: var(--wood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.1;
}

.brand-story p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

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

.brand-values article {
  min-height: 230px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 22px;
  border-left: 1px solid var(--line);
  background: linear-gradient(180deg, transparent, #f7f1e8);
}

.brand-values h3 {
  font-size: 25px;
}

.brand-values p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.operations-section {
  background: linear-gradient(180deg, #fffdf8, #f0e5d4);
}

.operations-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
}

.tracking-panel,
.tracking-result,
.modal-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow);
}

.tracking-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--wood);
  font-size: 13px;
}

input,
select {
  min-height: 44px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--charcoal);
  background: white;
}

.tracking-result {
  padding: 24px;
}

.tracking-result strong {
  display: block;
  margin-bottom: 18px;
  color: var(--wood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

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

.tracking-result li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
}

.tracking-result li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: white;
}

.tracking-result li.done::before,
.tracking-result li.active::before {
  border-color: var(--olive);
  background: var(--olive);
}

.tracking-result li.active {
  color: var(--wood);
  font-weight: 700;
}

.policy-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  background: #fbf7ef;
}

.policy-section article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.policy-section h2 {
  font-size: 30px;
}

.policy-section p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.8;
}

.service-strip {
  border-top: 1px solid var(--line);
}

.footer {
  display: grid;
  grid-template-columns: minmax(250px, 1.35fr) repeat(auto-fit, minmax(170px, 1fr));
  gap: 42px;
  padding: 54px clamp(22px, 6vw, 76px);
  background: #efe4d3;
}

.footer-logo {
  display: grid;
  gap: 6px;
  color: var(--wood);
  margin-bottom: 12px;
}

.footer-logo span {
  font-size: 42px;
}

.footer p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 16px;
}

.newsletter button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  color: white;
  background: var(--olive);
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  width: min(430px, 100vw);
  height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: var(--ivory);
  box-shadow: -18px 0 48px rgba(42, 36, 28, 0.18);
  transform: translateX(105%);
  transition: transform 0.3s ease;
}

.cart-drawer.open {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.drawer-header h2 {
  font-size: 32px;
}

.cart-items {
  overflow: auto;
  padding: 14px 24px;
}

.cart-empty {
  color: var(--muted);
  line-height: 1.7;
}

.cart-item {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.cart-item img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 6px;
}

.cart-item h3 {
  margin: 0 0 4px;
  color: var(--wood);
  font-size: 15px;
}

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

.qty-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.qty-controls button {
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  background: white;
  cursor: pointer;
}

.remove-item {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 20px;
}

.cart-summary {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-top: 1px solid var(--line);
  background: #fbf7ef;
}

.cart-summary div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
}

.cart-summary strong {
  color: var(--charcoal);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(41, 37, 34, 0.46);
}

.modal.open {
  display: grid;
}

.modal-panel {
  position: relative;
  width: min(760px, 100%);
  max-height: 90dvh;
  overflow: auto;
  padding: 30px;
}

.product-panel {
  width: min(1040px, calc(100vw - 40px));
  padding: 24px;
  background: var(--ivory);
}

.product-detail-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px;
  align-items: stretch;
}

.detail-image {
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--cream);
}

.detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--product-position, center);
}

.detail-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 16px 20px 16px 0;
}

.detail-description {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.detail-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.detail-price-row strong {
  color: var(--wood);
  font-size: 26px;
}

.detail-price-row span {
  color: var(--muted);
}

.detail-facts {
  display: grid;
  gap: 14px;
}

.detail-facts div {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.detail-facts p {
  margin: 6px 0 0;
  color: var(--charcoal);
  line-height: 1.6;
}

.detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.checkout-grid .wide {
  grid-column: 1 / -1;
}

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

.checkout-review {
  margin: 20px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7ef;
}

.checkout-review h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.checkout-line,
.checkout-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 0;
  color: var(--muted);
  border-top: 1px solid rgba(76, 55, 41, 0.12);
}

.checkout-total {
  color: var(--charcoal);
  font-weight: 700;
}

.payment-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.payment-preview label {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
}

.payment-preview input {
  width: auto;
  min-height: auto;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 60;
  min-width: min(340px, calc(100vw - 40px));
  padding: 13px 18px;
  border-radius: 6px;
  color: white;
  background: var(--wood);
  box-shadow: var(--shadow);
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 16px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.page-hero {
  min-height: 360px;
  display: grid;
  align-items: end;
  padding: 64px clamp(24px, 6vw, 76px);
  background:
    linear-gradient(90deg, rgba(41, 37, 34, 0.42), rgba(41, 37, 34, 0.04)),
    url("assets/brand/collection-hero.png") center / cover;
  color: white;
}

.page-hero div {
  max-width: 720px;
}

.page-hero h1,
.product-page-copy h1,
.checkout-title h1,
.success-card h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.08;
}

.page-hero h1 {
  max-width: 780px;
  font-size: clamp(44px, 5vw, 76px);
}

.page-hero p:not(.eyebrow) {
  max-width: 560px;
  font-size: 17px;
  line-height: 1.75;
}

.collection-shell {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  padding: 54px clamp(24px, 5vw, 70px) 88px;
  background: #fbf7ef;
}

.collection-sidebar,
.checkout-summary-page {
  align-self: start;
  position: sticky;
  top: 116px;
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 0 12px 34px rgba(42, 36, 28, 0.08);
}

.sidebar-note {
  padding: 18px;
  border-radius: 8px;
  background: #f7f1e8;
}

.sidebar-note strong {
  color: var(--wood);
}

.sidebar-note p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.collection-main {
  min-width: 0;
}

.collection-topline {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 24px;
}

.collection-topline h2 {
  margin: 0;
  color: var(--wood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
}

.collection-topline span {
  color: var(--muted);
  white-space: nowrap;
}

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

.page-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-page {
  display: grid;
  grid-template-columns: minmax(460px, 0.95fr) minmax(460px, 1.05fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
  padding: 64px clamp(24px, 6vw, 76px);
  background: var(--ivory);
}

.product-page-gallery {
  position: sticky;
  top: 124px;
  min-height: 680px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--cream);
}

.product-page-gallery img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  object-position: var(--product-position, center);
}

.product-page-copy {
  display: grid;
  gap: 22px;
  padding-top: 24px;
}

.product-page-copy h1 {
  color: var(--wood);
  font-size: clamp(48px, 5vw, 76px);
}

.purchase-panel {
  display: grid;
  grid-template-columns: 120px 1fr 1fr;
  gap: 12px;
  align-items: end;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7ef;
}

.product-support {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  background: #f7f1e8;
}

.product-support article {
  min-height: 230px;
  display: grid;
  align-content: end;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
}

.product-support h2 {
  margin: 0;
  color: var(--wood);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.product-support p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.75;
}

.related-section {
  background: var(--ivory);
}

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

.related-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.related-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: var(--product-position, center);
}

.related-card strong,
.related-card span {
  display: block;
  padding: 0 18px;
}

.related-card strong {
  margin-top: 16px;
  color: var(--wood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.related-card span {
  padding-bottom: 18px;
  color: var(--muted);
  margin-top: 8px;
}

.checkout-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  padding: 54px clamp(24px, 5vw, 70px) 88px;
  background: #fbf7ef;
}

.checkout-form-shell,
.success-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.checkout-form-shell {
  padding: clamp(28px, 4vw, 46px);
}

.checkout-title h1,
.success-card h1 {
  color: var(--wood);
  font-size: clamp(42px, 5vw, 68px);
}

.checkout-title p:not(.eyebrow),
.success-card p {
  color: var(--muted);
  line-height: 1.75;
}

.checkout-form-page {
  display: grid;
  gap: 26px;
  margin-top: 30px;
}

fieldset {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

legend {
  padding: 0 8px;
  color: var(--wood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.checkout-row {
  display: grid;
  grid-template-columns: 84px 1fr auto auto;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.checkout-row img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 6px;
}

.checkout-row h3 {
  margin: 0;
  color: var(--wood);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.checkout-row p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.summary-lines {
  display: grid;
  gap: 12px;
  padding-top: 18px;
}

.summary-lines div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
}

.summary-lines strong {
  color: var(--charcoal);
}

.summary-lines .grand-total {
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--charcoal);
  font-size: 18px;
}

.empty-note {
  color: var(--muted);
  line-height: 1.7;
}

.success-page {
  min-height: calc(100dvh - 130px);
  display: grid;
  place-items: center;
  padding: 70px 24px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(247, 241, 232, 0.92)),
    url("assets/brand/hero-crop.png") center / cover;
}

.success-card {
  width: min(820px, 100%);
  padding: clamp(30px, 5vw, 58px);
  text-align: center;
}

.order-number {
  display: inline-grid;
  gap: 8px;
  min-width: 260px;
  margin: 20px 0;
  padding: 18px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7ef;
}

.order-number span {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.order-number strong {
  color: var(--wood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
}

.success-steps {
  max-width: 420px;
  margin: 0 auto 24px;
  text-align: left;
  box-shadow: none;
}

.success-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.content-page {
  background: #fbf7ef;
}

.content-hero {
  min-height: 330px;
  display: grid;
  align-items: end;
  padding: 64px clamp(24px, 6vw, 76px);
  background:
    linear-gradient(90deg, rgba(41, 37, 34, 0.5), rgba(41, 37, 34, 0.08)),
    url("assets/brand/collection-hero.png") center / cover;
  color: white;
}

.content-hero div {
  max-width: 760px;
}

.content-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.08;
}

.content-hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.75;
}

.content-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  padding: 54px clamp(24px, 5vw, 70px) 88px;
}

.content-sidebar {
  position: sticky;
  top: 116px;
  align-self: start;
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 0 12px 34px rgba(42, 36, 28, 0.08);
}

.content-sidebar a {
  padding: 10px 0;
  color: var(--muted);
  border-bottom: 1px solid rgba(76, 55, 41, 0.1);
}

.content-sidebar a.active,
.content-sidebar a:hover {
  color: var(--olive);
}

.content-card {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.content-card h2,
.content-card h3,
.contact-panel h2 {
  margin: 0;
  color: var(--wood);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.content-card h2 {
  margin-top: 34px;
  font-size: clamp(30px, 3vw, 44px);
}

.content-card h2:first-child {
  margin-top: 0;
}

.content-card h3 {
  margin-top: 28px;
  font-size: 26px;
}

.content-card p,
.content-card li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.content-card ul,
.content-card ol {
  padding-left: 22px;
}

.notice-box {
  margin: 26px 0;
  padding: 20px;
  border-left: 4px solid var(--olive);
  border-radius: 6px;
  background: #f7f1e8;
  color: var(--wood);
}

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

.faq-item {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.faq-item h2 {
  margin: 0 0 10px;
  font-size: 27px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 28px;
}

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

.contact-form textarea {
  min-height: 150px;
  width: 100%;
  resize: vertical;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--charcoal);
  background: white;
  font: inherit;
}

.contact-panel {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f1e8;
}

.contact-panel h2 {
  font-size: 32px;
}

.contact-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

@media (max-width: 1120px) {
  .announcement {
    grid-template-columns: 1fr auto;
  }

  .announcement span:nth-child(2) {
    display: none;
  }

  .site-header {
    grid-template-columns: minmax(500px, 1fr) auto minmax(150px, 0.5fr);
    padding: 0 22px;
  }

  .main-nav {
    gap: 12px;
    font-size: 11px;
  }

  .category-grid,
  .product-grid,
  .collection-grid,
  .bundle-grid,
  .policy-section,
  .product-support {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 820px) {
  .announcement {
    padding: 8px 16px;
    font-size: 12px;
  }

  .site-header {
    height: 74px;
    grid-template-columns: auto 1fr auto;
  }

  .menu-toggle {
    display: grid;
  }

  .main-nav {
    position: fixed;
    top: 112px;
    left: 12px;
    right: 12px;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    background: var(--ivory);
    box-shadow: var(--shadow);
  }

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

  .main-nav a {
    padding: 14px;
    border-bottom: 1px solid var(--line);
  }

  .brand-mark {
    justify-self: center;
    width: 180px;
    height: 58px;
  }

  .brand-mark span {
    font-size: 29px;
  }

  .brand-mark small {
    font-size: 8px;
    letter-spacing: 0.18em;
  }

  .mega-menu {
    display: none;
  }

  .header-actions {
    gap: 2px;
  }

  .locale-switcher span {
    display: none;
  }

  .locale-switcher select {
    min-width: 84px;
    max-width: 92px;
  }

  .header-actions #accountButton {
    display: none;
  }

  .hero,
  .hero img {
    min-height: 560px;
  }

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

  .hero::after {
    background: linear-gradient(180deg, rgba(41, 37, 34, 0.1), rgba(41, 37, 34, 0.68));
  }

  .hero-copy {
    left: 22px;
    right: 22px;
    top: auto;
    bottom: 40px;
    transform: none;
  }

  .trust-strip,
  .service-strip,
  .operations-grid,
  .split-section,
  .brand-section,
  .product-detail-layout,
  .collection-shell,
  .product-page,
  .checkout-page,
  .content-shell,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .collection-sidebar,
  .checkout-summary-page,
  .product-page-gallery,
  .content-sidebar {
    position: static;
  }

  .trust-strip div,
  .service-strip div {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section-heading.with-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .filter-tabs {
    justify-content: flex-start;
  }

  .category-grid,
  .product-grid,
  .collection-grid,
  .bundle-grid,
  .brand-values,
  .policy-section,
  .product-support,
  .related-grid,
  .payment-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-image {
    min-height: 360px;
  }

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

@media (max-width: 540px) {
  .announcement {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .region-button {
    justify-self: center;
  }

  .site-header {
    padding: 0 10px;
  }

  .icon-button,
  .cart-button {
    width: 36px;
    height: 36px;
  }

  .brand-mark {
    width: 142px;
  }

  .brand-mark span {
    font-size: 23px;
  }

  .brand-mark small {
    display: none;
  }

  .hero-actions {
    display: grid;
  }

  .category-grid,
  .product-grid,
  .collection-grid,
  .bundle-grid,
  .brand-values,
  .policy-section,
  .product-support,
  .related-grid,
  .payment-preview,
  .footer {
    grid-template-columns: 1fr;
  }

  .purchase-panel,
  .checkout-row {
    grid-template-columns: 1fr;
  }

  .category-card,
  .category-card img {
    min-height: 210px;
  }

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

/* WordPress / WooCommerce theme layer */
.site-shell {
  min-height: 100vh;
  background: var(--ivory);
}

.top-strip {
  min-height: 38px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 8px 36px;
  color: var(--wood);
  background: #eee5d8;
  font-size: 13px;
}

.top-strip span:nth-child(2) {
  text-align: center;
}

.top-strip span:last-child {
  text-align: right;
}

.custom-logo {
  max-height: 70px;
  width: auto;
}

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

.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav-menu a {
  color: var(--charcoal);
}

.icon-link {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--charcoal);
  font-size: 12px;
  text-transform: uppercase;
}

.cart-link {
  position: relative;
  gap: 5px;
}

.cart-count {
  min-width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--olive);
  font-size: 11px;
  line-height: 1;
}

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

.page-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0 80px;
}

.woocommerce-shell {
  width: min(1240px, calc(100% - 48px));
}

.woocommerce-shell .shop-page {
  padding-top: 20px;
}

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

.woocommerce ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf2;
  box-shadow: 0 10px 30px rgba(42, 36, 28, 0.08);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-left: 16px;
  margin-right: 16px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 44px;
  color: var(--wood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.woocommerce ul.products li.product .price {
  display: block;
  color: var(--olive);
  font-weight: 700;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout button.button {
  border: 0;
  border-radius: 4px;
  background: var(--olive);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 52px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
}

.woocommerce div.product .product_title {
  color: var(--wood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: 0;
}

.woocommerce table.shop_table {
  border-color: var(--line);
  border-radius: 8px;
  background: #fffaf2;
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fffdf8;
  color: var(--charcoal);
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li + li {
  margin-top: 10px;
}

.empty-state {
  text-align: center;
  color: var(--muted);
}

@media (max-width: 900px) {
  .top-strip {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .top-strip span:last-child {
    text-align: center;
  }

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

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 18px 24px;
    background: var(--ivory);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

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

  .nav-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .woocommerce ul.products,
  .woocommerce div.product {
    grid-template-columns: 1fr;
  }
}
