:root {
  --tnoc-gold: #B8962E;
  --tnoc-brown: #3B1F0E;
  --tnoc-cream: #FDF6E3;
  --tnoc-charcoal: #2C2C2C;
  --tnoc-green: #4A5E3A;
  --tnoc-terracotta: #C4622D;
  --tnoc-soft-gold: #F5E6B8;
  --tnoc-white: #FFFFFF;
  --tnoc-border: rgba(59, 31, 14, .15);
  --tnoc-muted: rgba(44, 44, 44, .72);
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Lato", Arial, sans-serif;
  --fs-body: 1rem;
  --fs-small: .875rem;
  --fs-label: .875rem;
  --fs-cta: 1rem;
  --fs-cta-lg: 1.125rem;
  --fs-hero-title: clamp(2.7rem, 5.7vw, 5.5rem);
  --fs-pdp-title: clamp(2.2rem, 4vw, 4.4rem);
  --fs-h1: 2.5rem;
  --fs-h2: 2rem;
  --fs-display-3: 4rem;
  --fs-display-4: 3.5rem;
  --fs-display-5: 3rem;
  --lh-body: 1.5;
  --bs-body-font-family: var(--font-body);
  --bs-body-color: var(--tnoc-charcoal);
  --bs-body-bg: var(--tnoc-cream);
  --bs-secondary-color: var(--tnoc-muted);
  --bs-success: var(--tnoc-green);
  --bs-danger: var(--tnoc-terracotta);
  --bs-border-color: var(--tnoc-border);
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  font-weight: 400;
  color: var(--tnoc-charcoal);
  background: var(--tnoc-cream);
  line-height: var(--lh-body);
}
h1, h2, h3, h4, h5, h6, .display-font {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--tnoc-brown);
  text-shadow: none;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--tnoc-gold); }
img { max-width: 100%; }
.small, small { font-size: var(--fs-small); line-height: var(--lh-body); }
.text-secondary, .text-body-secondary { color: var(--tnoc-muted) !important; }
.text-success { color: var(--tnoc-green) !important; }
.text-danger, .btn-link.text-danger { color: var(--tnoc-terracotta) !important; }
.form-label { font-weight: 700; color: var(--tnoc-brown); font-size: var(--fs-small); }

.announcement-bar {
  background: var(--tnoc-brown);
  color: var(--tnoc-white);
  font-size: var(--fs-small);
  letter-spacing: .02em;
}
.announcement-bar .dot { color: var(--tnoc-gold); margin: 0 .65rem; }
.site-header { background: rgba(253, 246, 227, .96); border-bottom: 1px solid var(--tnoc-border); backdrop-filter: blur(12px); }
.navbar-brand img { width: 150px; height: auto; filter: none; }
.nav-link {
  color: var(--tnoc-brown);
  font-weight: 700;
  font-size: var(--fs-small);
  letter-spacing: .06em;
  text-transform: uppercase;
  padding-left: .9rem !important;
  padding-right: .9rem !important;
}
.nav-link:hover, .nav-link.active { color: var(--tnoc-gold); }
.header-icon {
  width: 42px; height: 42px;
  border: 1px solid var(--tnoc-border);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--tnoc-cream);
  color: var(--tnoc-brown);
  position: relative;
}
.header-icon:hover { border-color: var(--tnoc-gold); color: var(--tnoc-brown); }
.cart-badge {
  position: absolute; top: -4px; right: -3px;
  min-width: 19px; height: 19px; border-radius: 50%;
  background: var(--tnoc-terracotta);
  color: var(--tnoc-white);
  font-size: 11px;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700;
}

.btn-tnoc, .btn-outline-tnoc, .btn-green {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--fs-cta);
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .8rem 1.3rem;
}
.btn-tnoc.btn-lg, .btn-outline-tnoc.btn-lg, .btn-green.btn-lg { font-size: var(--fs-cta-lg); }
.btn-tnoc {
  background: var(--tnoc-gold);
  color: var(--tnoc-brown);
  border: 1px solid var(--tnoc-gold);
}
.btn-tnoc:hover, .btn-tnoc:focus {
  background: var(--tnoc-brown);
  border-color: var(--tnoc-brown);
  color: var(--tnoc-white);
}
.btn-outline-tnoc {
  border: 1px solid var(--tnoc-brown);
  color: var(--tnoc-brown);
  background: transparent;
}
.btn-outline-tnoc:hover { background: var(--tnoc-brown); color: var(--tnoc-white); }
.btn-green { background: var(--tnoc-green); color: var(--tnoc-white); border: 1px solid var(--tnoc-green); }
.btn-green:hover { background: var(--tnoc-brown); border-color: var(--tnoc-brown); color: var(--tnoc-white); }

.section-eyebrow {
  color: var(--tnoc-gold);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
  font-size: var(--fs-label);
}
.section-title { font-weight: 800; line-height: 1.12; letter-spacing: -.025em; }
.section-copy { max-width: 680px; color: var(--tnoc-muted); font-size: 1.125rem; line-height: var(--lh-body); }

.hero-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(110deg, var(--tnoc-cream) 0%, var(--tnoc-soft-gold) 100%);
}
.hero-section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -17%;
  width: 100%;
  height: 100%;
  background: url("../images/bg1.webp") no-repeat left bottom / contain;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}
.hero-section::after { content: none; }
.hero-content { position: relative; z-index: 2; }
.hero-title { font-size: var(--fs-hero-title); line-height: .97; font-weight: 800; letter-spacing: -.035em; }
.hero-title .gold { color: var(--tnoc-gold); }
.hero-copy { font-size: 1.125rem; max-width: 610px; color: var(--tnoc-muted); line-height: var(--lh-body); }
.hero-image-wrap { position: relative; z-index: 2; min-height: 520px; display: flex; align-items: flex-end; justify-content: center; }
.hero-image-wrap img { width: min(650px, 100%); filter: drop-shadow(0 24px 26px rgba(59, 31, 14, .16)); }
.hero-note { display: inline-flex; align-items: center; gap: .55rem; color: var(--tnoc-brown); font-weight: 700; font-size: var(--fs-small); }
.hero-note i { color: var(--tnoc-gold); }

.proof-strip {
  background: var(--tnoc-cream);
  color: var(--tnoc-charcoal);
  border-top: 1px solid var(--tnoc-border);
  border-bottom: 1px solid var(--tnoc-border);
}
.proof-item { display: flex; align-items: center; gap: .75rem; justify-content: center; padding: .4rem .75rem; }
.proof-item i { color: var(--tnoc-gold); font-size: 1.35rem; }
.proof-item strong { display: block; font-size: .9375rem; color: var(--tnoc-brown); font-weight: 700; }
.proof-item span { display: block; font-size: var(--fs-small); color: var(--tnoc-muted); }

.product-card { height: 100%; background: var(--tnoc-cream); border: 1px solid var(--tnoc-border); border-radius: 22px; overflow: hidden; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.product-card:hover { transform: translateY(-4px); border-color: rgba(184, 150, 46, .48); box-shadow: 0 18px 42px rgba(59, 31, 14, .08); }
.product-image-stage { background: var(--tnoc-soft-gold); border-radius: 18px; margin: 10px; height: 330px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.product-image-stage::after { content: ""; position: absolute; width: 190px; height: 190px; border: 1px solid rgba(184, 150, 46, .28); border-radius: 50%; top: 20px; right: -65px; }
.product-image-stage img { height: 92%; width: auto; object-fit: contain; position: relative; z-index: 2; transition: transform .3s ease; }
.product-card:hover .product-image-stage img { transform: scale(1.025); }
.product-card-body { padding: 1rem 1.15rem 1.25rem; }
.product-card h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: .2rem; }
.product-kicker { color: var(--tnoc-green); font-size: var(--fs-label); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.product-price { color: var(--tnoc-brown); font-size: 1.125rem; font-weight: 700; }
.product-price small { color: var(--tnoc-muted); font-weight: 400; font-size: var(--fs-small); }
.product-actions { display: flex; align-items: stretch; gap: .5rem; }
.product-actions .variant-select { flex: 0 0 42%; width: 42%; min-width: 0; height: 52px; min-height: 52px; padding-top: 0; padding-bottom: 0; line-height: 50px; background-color: var(--tnoc-cream); border-color: rgba(59, 31, 14, .24); color: var(--tnoc-brown); }
.product-actions .quick-add { flex: 1 1 auto; height: 52px; min-height: 52px; padding-top: 0; padding-bottom: 0; display: inline-flex; align-items: center; justify-content: center; }
.variant-select { background-color: var(--tnoc-cream); border-color: rgba(59, 31, 14, .24); color: var(--tnoc-brown); }
.product-carousel { position: relative; }
.product-carousel-viewport { overflow: hidden; padding: .35rem .15rem 1.1rem; }
.product-carousel-track { display: flex; gap: 1.5rem; transition: transform .4s ease; will-change: transform; }
.product-carousel-slide { flex: 0 0 100%; min-width: 0; }
.product-carousel-slide .product-card { height: 100%; }
.product-carousel-controls { display: flex; gap: .45rem; }
.product-carousel-nav { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--tnoc-border); background: var(--tnoc-cream); color: var(--tnoc-brown); display: inline-flex; align-items: center; justify-content: center; padding: 0; }
.product-carousel-nav:hover:not(:disabled) { border-color: var(--tnoc-gold); color: var(--tnoc-brown); background: var(--tnoc-soft-gold); }
.product-carousel-nav:disabled { opacity: .38; cursor: default; }
@media (min-width: 576px) { .product-carousel-slide { flex: 0 0 calc((100% - 1.5rem) / 2); } }
@media (min-width: 992px) { .product-carousel-slide { flex: 0 0 calc((100% - 3rem) / 3); } }
.product-chip { display: inline-flex; align-items: center; gap: .3rem; background: rgba(74, 94, 58, .09); color: var(--tnoc-green); border-radius: 999px; padding: .25rem .6rem; font-size: var(--fs-small); font-weight: 700; }

.category-icon { width: 100%; max-width: 148px; aspect-ratio: 1; margin: 0 auto .35rem; display: flex; align-items: center; justify-content: center; background: transparent; border: 0; transition: transform .2s ease; }
.category-icon img { width: 100%; height: 100%; object-fit: contain; }
.category-tile:hover .category-icon { transform: translateY(-4px); }
.category-tile h3 { font-size: 1rem; font-family: lato; font-weight: 700; color: var(--tnoc-brown); }

.story-section {
  background-color: var(--tnoc-brown);

  background-repeat: no-repeat;
  background-position: center, right center;
  background-size: cover, cover;
  color: var(--tnoc-white);
  overflow: hidden;
  position: relative;
}
.story-section h2 { color: var(--tnoc-white); }
.story-section .section-eyebrow { color: var(--tnoc-gold); }
.story-section .text-white-50 { color: rgba(255, 255, 255, .74) !important; }
.story-image { border-radius: 28px; min-height: 460px; width: 100%; object-fit: cover; }
.story-number { color: var(--tnoc-gold); font-family: var(--font-display); font-size: 2rem; font-weight: 800; line-height: 1; }
.story-step strong { display: block; color: var(--tnoc-white); font-weight: 700; }
.story-step span { color: rgba(255, 255, 255, .74); font-size: .9375rem; }

.why-press-section {
  position: relative;
  overflow: hidden;
  background-color: var(--tnoc-cream);
}

.why-press-section > .container { position: relative; z-index: 1; }
.why-press-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .15rem;
  line-height: 1.05;
}
.why-press-kicker {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  color: var(--tnoc-brown);
  letter-spacing: .01em;
}
.why-press-em {
  font-family: var(--font-display);
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2.15rem, 5.4vw, 4.35rem);
  letter-spacing: -.03em;
  background: linear-gradient(180deg, var(--tnoc-gold) 0%, var(--tnoc-terracotta) 42%, var(--tnoc-brown) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.why-press-stage {
  --why-arch-h: clamp(280px, 36vw, 360px);
  --why-apex-clear: 6.5rem;
  position: relative;
  max-width: 1080px;
  min-height: calc(var(--why-arch-h) * 0.21 + var(--why-apex-clear) + 32rem);
  margin: 2.25rem auto 0;
}
.why-press-arch {
  position: relative;
  z-index: 2;
  height: var(--why-arch-h);
  overflow: visible;
}
.why-press-arc {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.why-press-arc path {
  fill: none;
  stroke: rgba(59, 31, 14, .45);
  stroke-width: 1.5;
  stroke-dasharray: 4 7;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.why-press-points {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.why-press-item {
  position: absolute;
  width: 138px;
  text-align: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .55s ease, transform .55s ease;
}
.why-press-item:nth-child(1) { left: 11.4%; top: 74.3%; transition-delay: .05s; }
.why-press-item:nth-child(2) { left: 30.7%; top: 34.3%; transition-delay: .14s; }
.why-press-item:nth-child(3) { left: 50%; top: 21%; width: 150px; transition-delay: .22s; }
.why-press-item:nth-child(4) { left: 69.3%; top: 34.3%; transition-delay: .3s; }
.why-press-item:nth-child(5) { left: 88.6%; top: 74.3%; transition-delay: .38s; }
.why-press-section.is-visible .why-press-item {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.why-press-section:not(.is-visible) .why-press-item {
  transform: translate(-50%, calc(-50% + 18px));
}
.why-press-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto .7rem;
  border-radius: 50%;
  background: var(--tnoc-brown);
  color: var(--tnoc-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(59, 31, 14, .16);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease, color .25s ease;
}
.why-press-icon svg { width: 58%; height: 58%; }
.why-press-item strong {
  display: block;
  font-family: var(--font-body);
  font-size: .92rem;
  font-weight: 700;
  color: var(--tnoc-brown);
  letter-spacing: .01em;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .why-press-item strong { white-space: nowrap; }
}
.why-press-item.is-active .why-press-icon,
.why-press-item:hover .why-press-icon,
.why-press-item:focus-within .why-press-icon {
  background: var(--tnoc-gold);
  color: var(--tnoc-brown);
  transform: scale(1.07);
  box-shadow: 0 12px 28px rgba(184, 150, 46, .28);
}
.why-press-item:focus { outline: none; }
.why-press-item:focus-visible .why-press-icon {
  outline: 2px solid var(--tnoc-gold);
  outline-offset: 4px;
}
.why-press-art {
  position: absolute;
  left: 50%;
  top: calc(var(--why-arch-h) * 0.21 + var(--why-apex-clear));
  z-index: 1;
  width: min(340px, 34%);
  margin: 0;
  text-align: center;
  line-height: 0;
  opacity: 0;
  transform: translate(-50%, 20px);
  transition: opacity .7s ease .28s, transform .7s ease .28s;
}
.why-press-section.is-visible .why-press-art {
  opacity: 1;
  transform: translate(-50%, 0);
}
.why-press-art img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: contain;
  object-position: center 8%;
  mix-blend-mode: multiply;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 991.98px) {
  .why-press-stage { min-height: 0; }
  .why-press-arch { height: auto; }
  .why-press-arc { display: none; }
  .why-press-points {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem 1rem;
  }
  .why-press-item,
  .why-press-item:nth-child(n) {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    transform: translateY(16px);
  }
  .why-press-item:nth-child(3) { grid-column: 1 / -1; }
  .why-press-section.is-visible .why-press-item {
    transform: none;
  }
  .why-press-icon { width: 82px; height: 82px; }
  .why-press-art {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 1.1rem;
    transform: translateY(16px);
  }
  .why-press-section.is-visible .why-press-art { transform: none; }
  .why-press-art img {
    width: min(280px, 70%);
    max-height: 420px;
  }
}
@media (max-width: 575.98px) {
  .why-press-kicker { font-size: 1.05rem; }
  .why-press-icon { width: 72px; height: 72px; margin-bottom: .55rem; }
  .why-press-item strong { font-size: .82rem; }
  .why-press-art { margin-top: .75rem; }
  .why-press-art img {
    width: min(220px, 78%);
    max-height: 340px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .why-press-item,
  .why-press-art,
  .why-press-icon {
    transition: none;
  }
  .why-press-section .why-press-item {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .why-press-section .why-press-art {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@media (prefers-reduced-motion: reduce) and (max-width: 991.98px) {
  .why-press-section .why-press-item,
  .why-press-section .why-press-art { transform: none; }
}

.lifestyle-card { position: relative; border-radius: 24px; overflow: hidden; min-height: 390px; }
.lifestyle-card img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; transition: transform .4s ease; }
.lifestyle-card:hover img { transform: scale(1.03); }
.lifestyle-overlay { position: absolute; inset: auto 0 0; padding: 4rem 1.5rem 1.5rem; background: linear-gradient(transparent, rgba(59, 31, 14, .9)); color: var(--tnoc-white); }
.lifestyle-overlay h3 { color: var(--tnoc-white); }
.lifestyle-overlay .small { color: var(--tnoc-gold); }

.viewpoint-section {
  position: relative;
  overflow: hidden;
  background-color: var(--tnoc-cream);
  background-image:
    linear-gradient(180deg, rgba(253, 246, 227, .97) 0%, rgba(253, 246, 227, .9) 38%, rgba(253, 246, 227, .8) 72%, rgba(253, 246, 227, .86) 100%),
    url("../images/bg2.webp");
  background-repeat: no-repeat;
  background-position: center, center bottom;
  background-size: auto, 100% auto;
}
.quote-card { background: rgba(245, 230, 184, .92); border: 1px solid var(--tnoc-border); border-radius: 22px; padding: 1.45rem; height: 100%; }
.quote-stars { color: var(--tnoc-gold); letter-spacing: .08em; }

.footer-newsletter .form-control {
  min-height: 42px;
  font-size: var(--fs-small);
  background: var(--tnoc-cream);
}
.footer-newsletter .btn {
  padding: .45rem .9rem;
  font-size: var(--fs-small);
}

.site-footer {
  color: var(--tnoc-white);
  background-color: var(--tnoc-brown);
}
.site-footer h5 { color: var(--tnoc-gold); font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; }
.site-footer a { color: var(--tnoc-white); }
.site-footer a:hover { color: var(--tnoc-gold); }
.site-footer .header-icon { background: transparent; border-color: rgba(255, 255, 255, .35); color: var(--tnoc-white); }
.site-footer .header-icon:hover { background: var(--tnoc-gold); border-color: var(--tnoc-gold); color: var(--tnoc-brown); }
.footer-logo { width: 160px; filter: none; opacity: 1; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .18); color: var(--tnoc-white); }

.page-hero {
  background-color: var(--tnoc-soft-gold);
  border-bottom: 1px solid rgba(184, 150, 46, .16);
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-image: url("../images/bg1.webp");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100%;
  translate: 0 calc(100% * 121 / 724);
  opacity: .2;
  pointer-events: none;
  z-index: 0;
}
.page-hero-shop::before {
  content: "";
  position: absolute;
  right: -2%;
  top: 54%;
  transform: translateY(-50%);
  width: min(430px, 36vw);
  height: 86%;
  background: url("../images/path.webp") no-repeat center / contain;
  opacity: .82;
  pointer-events: none;
  z-index: 1;
}
.section-deco-hills { position: relative; overflow: hidden; }
.section-deco-hills::before {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -12%;
  width: min(680px, 62vw);
  height: 48%;
  background: url("../images/bg1.webp") no-repeat right bottom / contain;
  opacity: .42;
  pointer-events: none;
}
.section-deco-hills > .container { position: relative; z-index: 1; }
.breadcrumb { font-size: var(--fs-small); }
.breadcrumb-item a { color: var(--tnoc-gold); }
.breadcrumb-item.active { color: var(--tnoc-muted); }

.filter-panel { background: var(--tnoc-soft-gold); border: 1px solid var(--tnoc-border); border-radius: 18px; }
.filter-btn { border: 1px solid var(--tnoc-border); background: transparent; color: var(--tnoc-brown); border-radius: 999px; padding: .55rem .9rem; font-weight: 700; font-size: var(--fs-small); }
.filter-btn.active, .filter-btn:hover { background: var(--tnoc-brown); color: var(--tnoc-white); border-color: var(--tnoc-brown); }
.form-control, .form-select, .input-group-text { background-color: var(--tnoc-cream); border-color: var(--tnoc-border); color: var(--tnoc-brown); }
.form-control:focus, .form-select:focus { border-color: var(--tnoc-gold); box-shadow: 0 0 0 .2rem rgba(184, 150, 46, .12); background-color: var(--tnoc-cream); }
.was-validated .form-control:invalid, .form-control.is-invalid { border-color: var(--tnoc-terracotta); }

.pdp-gallery { background: var(--tnoc-soft-gold); border-radius: 30px; min-height: 610px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.pdp-gallery::before { content: ""; position: absolute; width: 340px; height: 340px; border: 1px solid rgba(184, 150, 46, .3); border-radius: 50%; right: -110px; top: -80px; }
.pdp-gallery img { max-height: 570px; position: relative; z-index: 2; filter: drop-shadow(0 20px 25px rgba(59, 31, 14, .12)); }
.pdp-title { font-size: var(--fs-pdp-title); font-weight: 800; line-height: 1.04; }
.pdp-price { font-size: 1.8rem; color: var(--tnoc-brown); font-weight: 700; }
.qty-control { display: inline-flex; border: 1px solid var(--tnoc-border); border-radius: 10px; overflow: hidden; background: var(--tnoc-cream); }
.qty-control button { width: 42px; border: 0; background: transparent; color: var(--tnoc-brown); font-weight: 700; font-size: 1.15rem; }
.qty-control input { width: 48px; border: 0; background: transparent; text-align: center; color: var(--tnoc-brown); font-weight: 700; }
.pdp-trust { border-top: 1px solid var(--tnoc-border); border-bottom: 1px solid var(--tnoc-border); }
.pdp-trust i { color: var(--tnoc-gold); font-size: 1.25rem; }
.benefit-box { background: var(--tnoc-soft-gold); border: 1px solid var(--tnoc-border); border-radius: 20px; padding: 1.25rem; height: 100%; }
.benefit-box i { color: var(--tnoc-gold); font-size: 1.4rem; }
.accordion-item { background: transparent; border-color: var(--tnoc-border); }
.accordion-button { background: transparent; color: var(--tnoc-brown); font-family: var(--font-display); font-weight: 700; box-shadow: none !important; }
.accordion-button:not(.collapsed) { background: var(--tnoc-soft-gold); color: var(--tnoc-brown); }
.accordion-body { color: var(--tnoc-muted); font-size: 1.125rem; line-height: var(--lh-body); }

.cart-table { --bs-table-bg: transparent; --bs-table-color: var(--tnoc-charcoal); border-color: var(--tnoc-border); vertical-align: middle; }
.cart-thumb { width: 90px; height: 105px; object-fit: contain; background: var(--tnoc-soft-gold); border-radius: 14px; }
.summary-card { background: var(--tnoc-soft-gold); border: 1px solid var(--tnoc-border); border-radius: 22px; padding: 1.4rem; }
.summary-row { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; }
.summary-row.total { border-top: 1px solid var(--tnoc-border); margin-top: .5rem; padding-top: 1rem; font-size: 1.125rem; font-weight: 700; color: var(--tnoc-brown); }
.empty-state { border: 1px dashed rgba(59, 31, 14, .25); border-radius: 24px; text-align: center; padding: 4rem 1rem; background: var(--tnoc-cream); }
.empty-state i { font-size: 3rem; color: var(--tnoc-gold); }

.checkout-section-title { font-family: var(--font-body); font-size: var(--fs-label); text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--tnoc-gold); }
.checkout-card { background: var(--tnoc-soft-gold); border: 1px solid var(--tnoc-border); border-radius: 22px; padding: 1.35rem; }
.payment-option { border: 1px solid var(--tnoc-border); border-radius: 14px; padding: 1rem; background: var(--tnoc-cream); }
.payment-option:has(input:checked) { border-color: var(--tnoc-gold); background: var(--tnoc-soft-gold); }
.checkout-product { display: flex; align-items: center; gap: .8rem; padding: .7rem 0; border-bottom: 1px solid var(--tnoc-border); }
.checkout-product img { width: 58px; height: 65px; object-fit: contain; background: var(--tnoc-soft-gold); border-radius: 10px; }
.order-success { display: none; background: rgba(74, 94, 58, .09); border: 1px solid rgba(74, 94, 58, .35); border-radius: 20px; padding: 1.4rem; }

.toast-container { z-index: 1085; }
.tnoc-toast { background: var(--tnoc-brown); color: var(--tnoc-white); border: 0; }
.tnoc-toast .btn-close { filter: invert(1); }

@media (min-width: 1200px) {
  h1, .h1 { font-size: var(--fs-h1); }
  h2, .h2 { font-size: var(--fs-h2); }
  .display-3 { font-size: var(--fs-display-3); }
  .display-4 { font-size: var(--fs-display-4); }
  .display-5 { font-size: var(--fs-display-5); }
}
@media (min-width: 1200px) and (max-width: 1679.98px) {
  :root {
    --fs-hero-title: 4.65rem;
    --fs-pdp-title: 3.7rem;
    --fs-h1: 2.3rem;
    --fs-h2: 1.85rem;
    --fs-display-3: 3.5rem;
    --fs-display-4: 3.05rem;
    --fs-display-5: 2.65rem;
  }
}
@media (min-width: 1200px) and (max-width: 1535.98px) {
  :root {
    --fs-hero-title: 4.15rem;
    --fs-pdp-title: 3.3rem;
    --fs-h1: 2.15rem;
    --fs-h2: 1.75rem;
    --fs-display-3: 3.15rem;
    --fs-display-4: 2.75rem;
    --fs-display-5: 2.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  :root {
    --fs-hero-title: 3.75rem;
    --fs-pdp-title: 2.95rem;
    --fs-h1: 2.05rem;
    --fs-h2: 1.65rem;
    --fs-display-3: 2.85rem;
    --fs-display-4: 2.5rem;
    --fs-display-5: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  :root {
    --fs-hero-title: 3.4rem;
    --fs-pdp-title: 2.65rem;
    --fs-h1: 1.95rem;
    --fs-h2: 1.55rem;
    --fs-display-3: 2.6rem;
    --fs-display-4: 2.3rem;
    --fs-display-5: 2.05rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-brand img { width: 125px; }
  .hero-image-wrap { min-height: 390px; margin-top: 1rem; }
  .pdp-gallery { min-height: 480px; }
  .pdp-gallery img { max-height: 440px; }
  .page-hero-shop::before { width: min(280px, 42vw); opacity: .45; }
}
@media (max-width: 575.98px) {
  .announcement-bar { font-size: var(--fs-small); }
  .announcement-bar .desktop-extra { display: none; }
  .hero-title { font-size: 2.75rem; }
  .hero-copy, .section-copy { font-size: 1rem; }
  .hero-image-wrap { min-height: 300px; }
  .product-image-stage { height: 265px; }
  .page-hero-shop::before { display: none; }
  .hero-section::before { width: 130%; height: 34%; opacity: .4; left: -18%; }
  .pdp-gallery { min-height: 390px; }
  .pdp-gallery img { max-height: 360px; }
  .cart-table thead { display: none; }
  .cart-table, .cart-table tbody, .cart-table tr, .cart-table td { display: block; width: 100%; }
  .cart-table tr { border-bottom: 1px solid var(--tnoc-border); padding: 1rem 0; }
  .footer-logo { width: 140px; }
}
