:root {
  --gb-burgundy: #7b0f1c;
  --gb-burgundy-dark: #570812;
  --gb-gold: #d7a43b;
  --gb-ink: #241b18;
  --gb-text: #5f5149;
  --gb-cream: #fbf6ed;
  --gb-paper: #fffdf9;
  --gb-line: rgba(123, 15, 28, 0.15);
  --gb-shadow: 0 24px 70px rgba(65, 31, 20, 0.12);
  --gb-radius-lg: 32px;
  --gb-radius-md: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--gb-ink); background: var(--gb-paper); font-family: "Be Vietnam Pro", sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.gb-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.gb-about,
.gb-signature { position: relative; overflow: hidden; }

.gb-about {
  padding: clamp(62px, 8vw, 120px) 0 clamp(54px, 7vw, 96px);
  background:
    radial-gradient(circle at 85% 15%, rgba(215,164,59,.12), transparent 24%),
    radial-gradient(circle at 6% 80%, rgba(123,15,28,.06), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, #fbf5ea 100%);
}
.gb-about::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .45;
  background-image:
    linear-gradient(90deg, transparent 49.5%, rgba(123,15,28,.045) 50%, transparent 50.5%),
    linear-gradient(transparent 49.5%, rgba(123,15,28,.035) 50%, transparent 50.5%);
  background-size: 140px 140px;
}
.gb-about .gb-shell { position: relative; z-index: 1; }

.gb-eyebrow { margin: 0 0 24px; color: var(--gb-burgundy); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 600; }
.gb-about-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(44px, 7vw, 96px); align-items: center; }

.gb-store-card { margin: 0; position: relative; }
.gb-store-card::before { content: ""; position: absolute; inset: -18px 34px 34px -18px; border: 1px solid rgba(215,164,59,.55); border-radius: var(--gb-radius-lg); }
.gb-store-card img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--gb-radius-lg); box-shadow: var(--gb-shadow); }
.gb-store-card figcaption { position: absolute; z-index: 2; right: -20px; bottom: 26px; display: flex; align-items: center; gap: 10px; max-width: 260px; padding: 15px 18px; color: #fff; background: rgba(87,8,18,.94); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; box-shadow: 0 16px 32px rgba(65,31,20,.24); font-size: 13px; line-height: 1.55; }
.gb-dot { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: var(--gb-gold); box-shadow: 0 0 0 5px rgba(215,164,59,.15); }

.gb-kicker { display: inline-flex; align-items: center; gap: 12px; color: var(--gb-gold); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.gb-kicker::before { content: ""; width: 42px; height: 1px; background: currentColor; }
.gb-about-copy h1,
.gb-section-head h2 { font-family: "Cormorant Garamond", serif; }
.gb-about-copy h1 { margin: 12px 0 4px; color: var(--gb-burgundy); font-size: clamp(58px, 8vw, 104px); line-height: .88; letter-spacing: -.04em; font-weight: 600; }
.gb-subtitle { margin: 22px 0 18px; max-width: 620px; color: var(--gb-ink) !important; font-family: "Cormorant Garamond", serif; font-size: clamp(25px, 3vw, 36px) !important; line-height: 1.18 !important; }
.gb-about-copy > p { margin: 0; color: var(--gb-text); font-size: 15px; line-height: 1.9; }

.gb-contact-list { display: grid; gap: 12px; margin: 28px 0; }
.gb-contact-list a { display: flex; align-items: flex-start; gap: 12px; width: fit-content; color: var(--gb-text); text-decoration: none; line-height: 1.6; transition: color .2s ease, transform .2s ease; }
.gb-contact-list a:hover { color: var(--gb-burgundy); transform: translateX(3px); }
.gb-contact-list svg { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 2px; fill: var(--gb-burgundy); }

.gb-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.gb-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 600; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.gb-btn:hover { transform: translateY(-2px); }
.gb-btn-primary { color: #fff; background: linear-gradient(135deg, var(--gb-burgundy), var(--gb-burgundy-dark)); box-shadow: 0 14px 30px rgba(123,15,28,.24); }
.gb-btn-ghost { color: var(--gb-burgundy); border-color: rgba(123,15,28,.3); background: rgba(255,255,255,.55); }

.gb-values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(58px, 7vw, 90px); border-top: 1px solid var(--gb-line); border-bottom: 1px solid var(--gb-line); }
.gb-values article { position: relative; padding: 32px clamp(22px, 3vw, 36px); }
.gb-values article + article { border-left: 1px solid var(--gb-line); }
.gb-values span { color: var(--gb-gold); font-size: 12px; font-weight: 600; letter-spacing: .14em; }
.gb-values h2 { margin: 10px 0 9px; font-family: "Cormorant Garamond", serif; font-size: 30px; line-height: 1; }
.gb-values p { margin: 0; color: var(--gb-text); font-size: 13px; line-height: 1.75; }

.gb-signature { padding: clamp(64px, 8vw, 110px) 0; background: #fff; }
.gb-section-head { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: end; margin-bottom: 40px; }
.gb-section-head h2 { margin: 0; color: var(--gb-burgundy); font-size: clamp(48px, 6vw, 80px); line-height: .95; font-weight: 600; }
.gb-section-head > p { margin: 0; color: #81664a; font-family: "Cormorant Garamond", serif; font-size: clamp(22px, 2.6vw, 31px); line-height: 1.35; }

.gb-slider { position: relative; }
.gb-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 3); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 10px 2px 32px; }
.gb-track::-webkit-scrollbar { display: none; }
.gb-product-card { scroll-snap-align: start; overflow: hidden; min-height: 520px; color: #fff; background: linear-gradient(160deg, #7b0f1c, #4f0710); border-radius: 30px; box-shadow: 0 22px 48px rgba(70,31,25,.15); }
.gb-product-media { aspect-ratio: 1.08 / 1; overflow: hidden; background: #f6e5c1; }
.gb-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gb-product-card:hover .gb-product-media img { transform: scale(1.04); }
.gb-product-copy { padding: 26px 28px 30px; }
.gb-product-copy small { color: #f1c66f; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 600; }
.gb-product-copy h3 { margin: 9px 0 8px; font-family: "Cormorant Garamond", serif; font-size: 38px; line-height: 1; }
.gb-product-copy p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.7; }
.gb-placeholder { display: grid; place-items: center; aspect-ratio: 1.08 / 1; background: radial-gradient(circle at 50% 40%, #fff8dc 0%, #f2d28e 48%, #c88a1e 100%); }
.gb-placeholder span { display: grid; place-items: center; width: 145px; aspect-ratio: 1; border: 2px solid rgba(123,15,28,.42); border-radius: 50%; color: var(--gb-burgundy); font-family: "Cormorant Garamond", serif; font-size: 98px; line-height: 1; box-shadow: inset 0 0 0 9px rgba(255,255,255,.26); }
.gb-product-card--cream { color: var(--gb-ink); background: #f7ead2; }
.gb-product-card--cream .gb-product-copy small { color: var(--gb-burgundy); }
.gb-product-card--cream .gb-product-copy p { color: var(--gb-text); }
.gb-product-card--gold { background: linear-gradient(150deg, #8e5f16, #5c3200); }

.gb-arrow { position: absolute; top: 43%; z-index: 5; display: grid; place-items: center; width: 54px; height: 54px; padding: 0 0 6px; border: 1px solid rgba(215,164,59,.8); border-radius: 50%; color: var(--gb-burgundy); background: rgba(255,253,249,.94); box-shadow: 0 12px 28px rgba(56,34,20,.14); font: 500 40px/1 Georgia, serif; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.gb-arrow:hover { transform: scale(1.06); background: #fff; }
.gb-arrow-prev { left: -27px; }
.gb-arrow-next { right: -27px; }

@media (max-width: 980px) {
  .gb-about-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .gb-store-card figcaption { right: 14px; bottom: 18px; }
  .gb-values { grid-template-columns: 1fr; }
  .gb-values article + article { border-left: 0; border-top: 1px solid var(--gb-line); }
  .gb-section-head { grid-template-columns: 1fr; gap: 22px; }
  .gb-section-head > p { max-width: 720px; }
  .gb-track { grid-auto-columns: calc((100% - 24px) / 2); }
}

@media (max-width: 720px) {
  .gb-shell { width: min(100% - 28px, 620px); }
  .gb-about { padding-top: 44px; }
  .gb-eyebrow { margin-bottom: 18px; font-size: 10px; }
  .gb-about-grid { grid-template-columns: 1fr; gap: 40px; }
  .gb-store-card { width: calc(100% - 8px); }
  .gb-store-card::before { inset: -10px 18px 22px -10px; }
  .gb-store-card img { aspect-ratio: 4 / 4.7; border-radius: 24px; }
  .gb-store-card figcaption { right: -8px; bottom: 18px; max-width: 225px; padding: 12px 14px; font-size: 11px; }
  .gb-about-copy h1 { font-size: clamp(54px, 19vw, 76px); }
  .gb-subtitle { margin-top: 18px; font-size: 27px !important; }
  .gb-about-copy > p { font-size: 14px; line-height: 1.8; }
  .gb-actions { display: grid; grid-template-columns: 1fr; }
  .gb-btn { width: 100%; }
  .gb-values { margin-top: 56px; }
  .gb-values article { padding: 26px 18px; }
  .gb-values h2 { font-size: 28px; }
  .gb-section-head h2 { font-size: 52px; }
  .gb-section-head > p { font-size: 24px; }
  .gb-track { grid-auto-columns: 88%; gap: 16px; padding-right: 12%; }
  .gb-product-card { min-height: 490px; border-radius: 24px; }
  .gb-product-copy { padding: 22px; }
  .gb-arrow { width: 46px; height: 46px; top: 41%; }
  .gb-arrow-prev { left: -5px; }
  .gb-arrow-next { right: -5px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}