/*
 * Ouro Verde — restrained editorial layer
 *
 * This file deliberately sits after each page's original styles. It keeps the
 * existing responsive structure and behaviour while replacing the ornamental,
 * high-gloss treatment with one coherent visual system.
 */

:root {
  --ink: #f2eee3;
  --olive: #a5a979;
  --olive-dark: #343b2a;
  --cream: #10120e;
  --sand: #191d16;
  --gold: #c4a66a;
  --white: #151812;
  --black: #0c0e0b;
  --surface: #151812;
  --muted: #a8aa9f;
  --border: #30342b;
  --shadow: none;
  --radius: 3px;
}

*,
*::before,
*::after {
  cursor: auto !important;
}

a,
button,
select,
label[for],
input[type="checkbox"] {
  cursor: pointer !important;
}

html {
  scrollbar-color: #5e6549 var(--black) !important;
}

html::-webkit-scrollbar {
  width: 8px !important;
}

html::-webkit-scrollbar-track {
  background: var(--black) !important;
}

html::-webkit-scrollbar-thumb {
  background: #5e6549 !important;
  border: 2px solid var(--black) !important;
  border-radius: 0 !important;
}

body {
  background: var(--black);
  color: var(--ink);
  user-select: text;
  -webkit-user-select: text;
  letter-spacing: -0.005em;
}

::selection {
  background: var(--olive);
  color: var(--black);
}

:focus-visible {
  outline: 2px solid var(--gold) !important;
  outline-offset: 3px !important;
}

h1,
h2,
h3,
.logo,
.footer-logo,
.review-main blockquote,
.rating-box .score,
.quote-card {
  letter-spacing: -0.035em;
}

h1 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.container {
  width: min(1160px, calc(100% - 48px));
}

.announcement {
  padding: 7px 16px;
  background: #23281d !important;
  color: #d7d5c8 !important;
  border-bottom: 1px solid #343a2c;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.13em;
}

nav {
  background: rgba(12, 14, 11, 0.97) !important;
  border-bottom: 1px solid var(--border) !important;
  backdrop-filter: none !important;
}

.nav-inner {
  min-height: 72px;
}

.logo {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
}

.logo span {
  color: var(--olive) !important;
}

.back,
.back-link,
.continue {
  color: #d0c7ae !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
}

.back:hover,
.back-link:hover,
.continue:hover {
  color: var(--gold) !important;
}

.nav-links {
  gap: 25px;
  font-size: 0.83rem;
  font-weight: 500;
}

.nav-links a {
  color: #d6d7cf;
}

.nav-links a:hover {
  color: var(--gold);
}

.nav-links a::after {
  display: none;
}

.cart-icon {
  width: 20px;
  height: 20px;
  filter: none;
}

.cart-btn,
.primary-btn,
.secondary-btn,
.checkout,
.primary,
.submit,
.action,
.cta {
  min-height: 44px;
  border-radius: 2px !important;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 0.72rem;
  font-weight: 700;
  transform: none !important;
}

.cart-btn,
.primary-btn,
.checkout,
.primary,
.submit,
.action,
.cta {
  background: var(--gold) !important;
  color: var(--black) !important;
}

.cart-btn:hover,
.primary-btn:hover,
.checkout:hover,
.primary:hover,
.submit:hover,
.action:hover,
.cta:hover {
  background: #d5bb87 !important;
}

.secondary-btn,
.action.secondary {
  border: 1px solid #5d604f !important;
  background: transparent !important;
  color: var(--ink) !important;
}

.secondary-btn:hover,
.action.secondary:hover {
  border-color: var(--gold) !important;
  background: transparent !important;
}

/* Home — hero */
.hero:has(.hero-grid) {
  min-height: 690px;
  padding: 76px 0 68px;
  border-bottom: 1px solid var(--border);
  background: var(--cream);
}

.hero:has(.hero-grid)::before {
  background: var(--cream) !important;
}

.hero:has(.hero-grid)::after,
.leaf {
  display: none !important;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: clamp(48px, 8vw, 112px);
}

.eyebrow {
  gap: 12px;
  margin-bottom: 20px;
  color: var(--gold) !important;
  font-size: 0.69rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.17em !important;
}

.eyebrow::before {
  width: 28px;
  background: currentColor;
}

.hero-copy h1 {
  max-width: 680px;
  font-size: clamp(3.8rem, 7vw, 6.8rem);
  line-height: 0.95;
}

.hero-copy h1 em {
  color: var(--ink);
  font-weight: 600;
}

.hero-copy p {
  max-width: 550px;
  color: #b2b3aa;
  font-size: 1.03rem;
  line-height: 1.75;
}

.cta-row {
  gap: 10px;
}

.primary-btn,
.secondary-btn {
  padding: 14px 19px;
}

.hero-meta {
  gap: 0;
  margin-top: 50px;
  border-top: 1px solid var(--border);
}

.hero-meta > div {
  min-width: 150px;
  padding: 17px 22px 0 0;
}

.hero-meta strong {
  color: #ded6c1;
  font-size: 0.98rem;
  font-weight: 600;
}

.hero-meta span {
  font-size: 0.73rem;
}

.product-visual {
  min-height: 510px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--border);
  background: transparent;
}

.hero-product {
  position: relative;
  z-index: 1;
  width: min(82%, 360px);
  height: 500px;
  object-fit: contain;
  filter: saturate(0.82) contrast(1.02);
}

.visual-index {
  position: absolute;
  top: 16px;
  right: 0;
  color: #717568;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visual-caption {
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: 2;
  width: 175px;
  padding-top: 12px;
  border-top: 1px solid var(--gold);
  color: #85887c;
  font-size: 0.72rem;
  line-height: 1.55;
}

.visual-caption strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
}

/* Home — confidence strip */
.trust {
  padding: 0 !important;
  border-bottom: 1px solid var(--border);
  background: #151812 !important;
}

.trust-grid {
  gap: 0;
  text-align: left;
}

.trust-item {
  min-height: 100px;
  padding: 24px 24px 22px 0;
  border-right: 1px solid var(--border);
  color: #8f9287;
  font-size: 0.74rem;
}

.trust-item:not(:first-child) {
  padding-left: 24px;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item b {
  margin-bottom: 5px;
  color: #dedfd7;
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Home — catalogue */
section {
  padding: 104px 0;
}

.section-head {
  margin-bottom: 44px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}

.section-head h2,
.story-copy h2 {
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  line-height: 1;
}

.section-head p {
  color: #9fa198;
  font-size: 0.9rem;
  line-height: 1.7;
}

.products-grid {
  gap: 18px;
}

.product-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: none;
}

.product-card:hover {
  transform: none;
  box-shadow: none;
}

.product-image,
.product-card:nth-child(4) .product-image[style] {
  height: 345px;
  overflow: hidden;
  border: 1px solid #292e25;
  border-radius: 2px;
  background: #171b14 !important;
}

.product-art,
.giftcard-art,
.product-card:hover .product-art,
.product-card:hover .giftcard-art {
  transform: none;
  filter: saturate(0.85);
  transition: filter 0.2s ease;
}

.product-card:hover .product-art,
.product-card:hover .giftcard-art {
  filter: saturate(1);
}

.badge {
  top: 13px;
  left: 13px;
  padding: 6px 8px;
  border: 1px solid #4c5043;
  border-radius: 1px;
  background: #11130f !important;
  color: #c8bd9f !important;
  box-shadow: none;
  backdrop-filter: none;
  font-size: 0.61rem;
  letter-spacing: 0.11em;
}

.badge::before {
  display: none;
}

.volume-mark {
  right: 13px;
  bottom: 11px;
  color: #8f9284;
  font-size: 0.61rem;
}

.product-info {
  padding: 21px 0 0;
}

.product-kicker {
  color: #929779;
  font-size: 0.65rem;
  font-weight: 600;
}

.product-info h3 {
  margin-bottom: 10px;
  font-size: 1.48rem;
  line-height: 1.08;
}

.product-info p {
  color: #999c92;
  font-size: 0.83rem;
  line-height: 1.65;
}

.product-bottom {
  align-items: flex-end;
  margin-top: 25px;
  padding-top: 17px;
  border-top: 1px solid var(--border);
}

.price {
  font-size: 1.03rem;
  font-weight: 600;
}

.price small {
  font-size: 0.68rem;
}

.saving {
  color: #aeb580 !important;
  font-size: 0.61rem !important;
}

.add-btn {
  width: auto;
  min-width: 118px;
  height: 40px;
  flex: 0 0 auto;
  padding: 0 13px;
  border: 1px solid var(--gold);
  border-radius: 2px;
  background: transparent;
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.add-btn:hover {
  background: var(--gold);
  color: var(--black);
  transform: none;
}

.giftcard-buy {
  min-width: 0;
}

.giftcard-buy + .add-btn {
  min-width: 94px;
  padding-inline: 9px;
  font-size: 0.58rem;
}

.giftcard-stepper,
.quantity,
.quantity-control {
  border-radius: 2px !important;
  background: transparent !important;
}

.giftcard-stepper button,
.quantity button,
.quantity-control button {
  border-radius: 0 !important;
}

/* Home — family story */
.story {
  background: #e8e1d4;
  color: #171a14;
}

.story-grid {
  grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 8vw, 100px);
}

.story-visual {
  min-height: 570px;
  border-radius: 2px;
  background: #313a29;
}

.story-visual::before {
  content: "50";
  inset: auto auto 18px 28px;
  width: auto;
  height: auto;
  background: none;
  color: rgba(235, 227, 210, 0.1);
  font-family: "Playfair Display", serif;
  font-size: clamp(10rem, 20vw, 17rem);
  line-height: 0.75;
  transform: none;
}

.story-visual::after {
  content: "Jahre Familientradition";
  position: absolute;
  top: 24px;
  left: 25px;
  color: #c8c4b8;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.quote-card {
  right: 25px;
  bottom: 27px;
  left: 25px;
  max-width: none;
  padding: 23px 0 0;
  border-top: 1px solid rgba(235, 227, 210, 0.35);
  border-radius: 0;
  background: transparent;
  color: #eee8dc;
  box-shadow: none;
  font-size: 1.38rem;
  line-height: 1.35;
}

.story-copy .eyebrow {
  color: #646b50 !important;
}

.story-copy p {
  max-width: 610px;
  color: #54584f;
}

.stats {
  gap: 0;
  margin: 34px 0 38px;
  border-top: 1px solid #c7c0b3;
  border-bottom: 1px solid #c7c0b3;
}

.stat {
  padding: 18px 15px 20px 0;
  border: 0;
  border-right: 1px solid #c7c0b3;
  border-radius: 0;
  background: transparent;
  text-align: left;
  transition: none;
}

.stat:not(:first-child) {
  padding-left: 15px;
}

.stat:last-child {
  border-right: 0;
}

.stat:hover {
  transform: none;
  border-color: #c7c0b3;
  box-shadow: none;
}

.stat-icon {
  display: none;
}

.stat b {
  color: #343b2a;
  font-size: 1rem;
  font-weight: 700;
}

.stat span {
  color: #6e7168;
  font-size: 0.72rem;
}

.story .primary-btn {
  background: #252c20 !important;
  color: #f1ecdf !important;
}

.story .primary-btn:hover {
  background: #343d2c !important;
}

/* Home — process */
.process-grid {
  gap: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.process-card {
  min-height: 280px;
  padding: 26px 24px 30px;
  border: 0;
  border-right: 1px solid var(--border);
  border-radius: 0;
  background: transparent;
  transition: none;
}

.process-card:last-child {
  border-right: 0;
}

.process-card:hover {
  border-color: var(--border);
  background: #141712;
  box-shadow: none;
  transform: none;
}

.process-icon {
  display: none;
}

.process-card .process-number {
  width: auto;
  min-width: 0;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #777b6b;
  font-family: "DM Sans", sans-serif;
  font-size: 0.69rem;
  letter-spacing: 0.13em;
}

.process-card h3 {
  margin: 75px 0 13px;
  font-size: 1.45rem;
}

.process-card p {
  color: #96998f;
  font-size: 0.82rem;
  line-height: 1.7;
}

/* Home — proof and newsletter */
.reviews {
  border-top: 1px solid #d0c8ba;
  border-bottom: 1px solid #d0c8ba;
  background: #e8e1d4;
  color: #171a14;
}

.review-main {
  padding: 0 50px 0 0;
  border-radius: 0;
  border-right: 1px solid #c6bfb2;
  background: transparent;
  box-shadow: none;
}

.review-main blockquote {
  max-width: 720px;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.review-author,
.rating-box p {
  color: #686b62;
}

.stars {
  color: #6d744f;
  font-size: 0.78rem;
}

.rating-box .score {
  font-size: 6.5rem;
}

.newsletter {
  margin: 90px auto;
  padding: 58px 60px;
  border: 1px solid #3b4132;
  border-radius: 2px;
  background: #20261b;
}

.newsletter::after {
  display: none;
}

.newsletter h2 {
  max-width: 570px;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 1.02;
}

.newsletter-form {
  gap: 0;
  padding: 0;
  border: 1px solid #646755;
  border-radius: 2px;
  background: transparent;
  color: var(--ink);
}

.newsletter-form input {
  min-height: 52px;
  padding: 0 16px;
  color: var(--ink);
}

.newsletter-form input::placeholder {
  color: #8f9386;
}

.newsletter-form button {
  border-left: 1px solid #646755;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.newsletter-form button:hover {
  background: var(--gold);
  color: var(--black);
}

footer {
  padding-top: 62px;
  border-top: 1px solid var(--border) !important;
  background: #090b08 !important;
}

footer h4 {
  color: #d5d6ce;
  font-size: 0.69rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

footer a {
  font-size: 0.8rem;
}

.footer-logo {
  letter-spacing: 0.06em;
}

/* Inner pages — shared foundations */
body > header.hero:not(:has(.hero-grid)) {
  padding: 68px 0 52px;
  border-bottom: 1px solid var(--border);
  background: var(--black) !important;
}

body > header.hero:not(:has(.hero-grid))::after {
  display: none;
}

body > header.hero:not(:has(.hero-grid)) h1,
body > main > .container > h1 {
  max-width: 880px;
  font-size: clamp(3.2rem, 7vw, 5.8rem);
  line-height: 0.98;
}

body > main {
  background: var(--black) !important;
}

body > main::before,
body > main::after {
  display: none !important;
}

.lead,
.intro {
  color: var(--muted);
  line-height: 1.75;
}

.status,
.fact,
.form-badge,
.no-discount {
  border-color: #4b4f43 !important;
  border-radius: 2px !important;
  background: transparent !important;
  color: #bdb598 !important;
  letter-spacing: 0.06em;
}

.status::before {
  border-radius: 0;
  background: var(--olive);
}

.info-card,
.form-card,
.cart-card,
.summary-card,
.legal-card,
.card,
.toc {
  border: 1px solid var(--border) !important;
  border-radius: 3px !important;
  background: #131611 !important;
  box-shadow: none !important;
}

.contact-layout,
.cart-layout,
.legal-layout {
  gap: 22px;
}

.contact-option {
  border-color: var(--border);
}

.option-icon,
.selected-icon-shell,
.option-symbol,
.q-icon {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.option-icon img,
.selected-icon,
.topic-art,
.faq-art,
.benefit-icon,
.empty-illustration {
  filter: saturate(0.55) !important;
  transform: none !important;
}

.origin-note,
.form-status,
.faq-strip .faq-item,
.shipping-card,
.benefit,
.notice,
.warning,
.tech-note,
.highlight {
  border-radius: 2px !important;
  background: #171b14 !important;
  box-shadow: none !important;
}

.field input,
.field select,
.field textarea,
.custom-select .select-trigger,
.coupon-row input,
.coupon-form input,
.search {
  border: 1px solid #41463a !important;
  border-radius: 2px !important;
  background: #0d0f0c !important;
  box-shadow: none !important;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.custom-select.open .select-trigger,
.coupon-row input:focus,
.coupon-form input:focus,
.search:focus {
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 2px rgba(196, 166, 106, 0.12) !important;
}

.select-menu {
  border-radius: 2px;
  background: #12150f;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.35);
}

.select-option {
  border-radius: 1px;
}

.select-option:hover,
.select-option:focus,
.select-option.active {
  background: #22281b;
}

.faq-strip .faq-item,
.benefit {
  border: 1px solid var(--border);
}

.benefit:hover {
  border-color: var(--border);
  background: #171b14 !important;
  transform: none;
}

/* FAQ */
.search-wrap {
  max-width: 680px;
}

.search {
  padding-block: 14px;
}

.search-clear {
  border-radius: 1px;
  background: #2d3325;
}

.categories {
  top: 86px;
  gap: 0;
  padding: 0 0 14px;
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  background: var(--black);
  backdrop-filter: none;
}

.category {
  padding: 9px 12px;
  border: 0;
  border-right: 1px solid var(--border);
  border-radius: 0;
  background: transparent;
  color: #94978c;
  font-size: 0.72rem;
}

.category:hover,
.category.active {
  border-color: var(--border);
  background: transparent;
  color: var(--gold);
}

.faq-group {
  margin-bottom: 58px;
}

.faq-list {
  gap: 0;
}

.faq-item {
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  background: transparent;
  transition: none;
}

.faq-item:hover,
.faq-item.open {
  border-color: #555a4a;
}

.question {
  grid-template-columns: 42px 1fr 28px;
  padding: 18px 4px;
}

.q-icon {
  width: 38px;
  height: 38px;
}

.faq-art {
  width: 38px;
  height: 38px;
}

.q-text {
  font-size: 0.9rem;
  font-weight: 600;
}

.plus {
  width: 26px;
  height: 26px;
  border-radius: 0;
  font-size: 1rem;
}

.faq-item.open .plus {
  background: transparent;
  color: var(--gold);
}

.answer p {
  max-width: 820px;
  padding: 0 56px 22px 46px;
  color: #a0a399;
  font-size: 0.88rem;
  line-height: 1.75;
}

.contact-cta {
  border: 1px solid #3a4032 !important;
  border-radius: 2px !important;
  background: #1d2318 !important;
}

/* Cart */
.shipping-card {
  border-color: var(--border);
}

.progress-track,
.progress-bar {
  border-radius: 0 !important;
}

.progress-bar {
  background: var(--olive) !important;
}

.cart-card {
  padding-inline: 26px;
}

.product-visual:has(.bottle),
.product-visual:has(.cart-gift) {
  min-height: 0;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: #191d16;
}

.summary-card {
  top: 94px;
}

.coupon-row button,
.coupon-form button {
  border-radius: 2px !important;
  background: #343b2a !important;
}

.checkout-error {
  border-radius: 2px;
}

/* Legal pages */
.toc {
  padding: 19px;
}

.toc a {
  border-color: var(--border);
}

.legal-section {
  border: 0 !important;
  border-top: 1px solid var(--border) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.legal-section:nth-child(-n + 2) {
  border-top: 0 !important;
}

.placeholder {
  border-radius: 1px !important;
  background: #252518 !important;
  color: #d9bf87 !important;
}

.legal-link {
  text-underline-offset: 3px;
}

/* Cart drawer and transient UI */
.cart-panel {
  background: #141712;
  box-shadow: -16px 0 45px rgba(0, 0, 0, 0.38);
}

.coupon-form input,
.quantity-control {
  border-color: var(--border);
}

.toast {
  border-radius: 2px;
  background: #171b14;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.38);
  backdrop-filter: none;
}

.toast::before {
  border-radius: 1px;
}

@media (max-width: 1050px) {
  .hero:has(.hero-grid) {
    min-height: auto;
  }

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

  .product-visual {
    min-height: 470px;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .hero-product {
    height: 440px;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 36px, 1160px);
  }

  .nav-links {
    top: 72px;
    border: 1px solid var(--border);
    border-radius: 2px;
    background: #121510;
    box-shadow: none;
  }

  .process-grid {
    border-bottom: 0;
  }

  .process-card:nth-child(2) {
    border-right: 0;
  }

  .process-card:nth-child(n + 3) {
    border-top: 1px solid var(--border);
  }

  .newsletter {
    padding: 45px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .announcement {
    font-size: 0.58rem;
  }

  .nav-inner {
    min-height: 64px;
  }

  .logo {
    font-size: 1.16rem;
  }

  .hero:has(.hero-grid) {
    padding: 58px 0 48px;
  }

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

  .hero-meta {
    grid-template-columns: 1fr;
  }

  .hero-meta > div {
    display: grid;
    grid-template-columns: 95px 1fr;
    align-items: baseline;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
  }

  .product-visual {
    min-height: 380px;
    margin: 4px 0 0;
    transform: none;
  }

  .hero-product {
    width: 78%;
    height: 370px;
  }

  .visual-caption {
    bottom: 4px;
    width: 145px;
  }

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

  .trust-item,
  .trust-item:not(:first-child) {
    min-height: 94px;
    padding: 19px 14px;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }

  .trust-item:nth-child(2n) {
    border-right: 0;
  }

  .trust-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  section {
    padding: 72px 0;
  }

  .products-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .product-image {
    height: 330px;
  }

  .product-info {
    padding-bottom: 14px;
  }

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

  .story-visual {
    min-height: 420px;
  }

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

  .stat,
  .stat:not(:first-child) {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid #c7c0b3;
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .process-card,
  .process-card:nth-child(2) {
    min-height: 220px;
    border-top: 1px solid var(--border);
    border-right: 0;
  }

  .process-card:first-child {
    border-top: 0;
  }

  .process-card h3 {
    margin-top: 45px;
  }

  .review-main {
    padding: 0 0 38px;
    border-right: 0;
    border-bottom: 1px solid #c6bfb2;
  }

  .newsletter {
    margin: 58px auto;
    padding: 30px 22px;
  }

  .newsletter-form {
    border-radius: 2px;
  }

  .newsletter-form button {
    border-top: 1px solid #646755;
    border-left: 0;
    border-radius: 0;
  }

  body > header.hero:not(:has(.hero-grid)) {
    padding: 50px 0 38px;
  }

  body > header.hero:not(:has(.hero-grid)) h1,
  body > main > .container > h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .info-card,
  .form-card,
  .summary-card,
  .legal-card,
  .card {
    padding: 24px 19px !important;
  }

  .categories {
    top: 72px;
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .question {
    grid-template-columns: 36px 1fr 26px;
    gap: 8px;
  }

  .q-icon,
  .faq-art {
    width: 34px;
    height: 34px;
  }

  .answer p {
    padding: 0 34px 20px 44px;
  }

  .contact-cta {
    padding: 26px 21px !important;
  }

  .add-btn {
    min-width: 108px;
  }
}

@media (max-width: 390px) {
  .container {
    width: min(100% - 22px, 1160px);
  }

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

  .trust-item,
  .trust-item:not(:first-child) {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .trust-item:nth-last-child(2) {
    border-bottom: 1px solid var(--border);
  }

  .product-bottom {
    align-items: center;
  }

  .add-btn {
    min-width: 102px;
    padding-inline: 10px;
    font-size: 0.58rem;
  }
}

/*
 * Borderless refinement
 * Structure comes from rhythm, type and tonal shifts. Lines remain only where
 * they communicate state or improve form affordance.
 */
.announcement,
nav,
.hero:has(.hero-grid),
.trust,
.section-head,
.reviews,
footer,
body > header.hero:not(:has(.hero-grid)) {
  border: 0 !important;
}

nav {
  box-shadow: 0 1px rgba(255, 255, 255, 0.035);
}

.secondary-btn,
.action.secondary {
  min-height: auto;
  padding-inline: 8px;
  border: 0 !important;
  color: #d2c9b1 !important;
  text-decoration: underline;
  text-decoration-color: #656857;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.secondary-btn:hover,
.action.secondary:hover {
  border: 0 !important;
  color: var(--gold) !important;
  text-decoration-color: var(--gold);
}

.hero-meta,
.product-visual,
.visual-caption,
.section-head,
.product-image,
.product-bottom,
.quote-card,
.stats,
.stat,
.process-grid,
.process-card,
.review-main,
.newsletter,
.newsletter-form,
.newsletter-form button {
  border: 0 !important;
}

.product-visual {
  background: #13160f;
}

.visual-caption {
  padding: 14px;
  background: #1c2117;
}

.trust {
  background: #191d15 !important;
}

.trust-grid {
  column-gap: clamp(20px, 4vw, 54px);
}

.trust-item,
.trust-item:not(:first-child),
.trust-item:last-child {
  min-height: auto;
  padding: 26px 0;
  border: 0;
}

.section-head {
  margin-bottom: 56px;
  padding-bottom: 0;
}

.product-image,
.product-card:nth-child(4) .product-image[style] {
  background: #181b14 !important;
}

.badge {
  border: 0;
  background: #24291e !important;
}

.product-bottom {
  padding-top: 8px;
}

.add-btn {
  border: 0;
  background: #2e3527;
  color: #e6e0d2;
}

.add-btn:hover {
  background: var(--gold);
  color: var(--black);
}

.quote-card {
  padding-top: 0;
}

.stats {
  column-gap: 28px;
  padding: 20px 0;
  background: rgba(42, 47, 37, 0.055);
}

.stat,
.stat:not(:first-child),
.stat:last-child {
  padding: 0;
  border: 0;
}

.process-grid {
  gap: clamp(12px, 2vw, 24px);
}

.process-card,
.process-card:last-child {
  min-height: 265px;
  padding: 26px 20px 28px;
  border: 0;
  background: transparent;
}

.process-card:nth-child(even) {
  background: transparent;
}

.process-card:hover {
  border: 0;
  background: transparent;
}

.review-main {
  padding-right: 70px;
}

.newsletter {
  background: #20261b;
}

.newsletter-form {
  gap: 6px;
  background: transparent;
}

.newsletter-form input {
  border: 0;
  background: #f0eadf;
  color: #171a14;
}

.newsletter-form input::placeholder {
  color: #696c63;
}

.newsletter-form button {
  background: var(--gold);
  color: var(--black);
}

/* Inner pages */
.status,
.fact,
.form-badge,
.no-discount {
  border: 0 !important;
  background: #1b2018 !important;
}

.info-card,
.form-card,
.cart-card,
.summary-card,
.legal-card,
.card,
.toc {
  border: 0 !important;
  background: #131611 !important;
}

.form-card,
.cart-card,
.legal-card,
.card {
  background: transparent !important;
}

.info-card,
.toc {
  background: #171a14 !important;
}

.contact-option,
.faq-strip .faq-item,
.benefit,
.shipping-card,
.notice,
.warning,
.contact-cta,
.product-visual:has(.bottle),
.product-visual:has(.cart-gift) {
  border: 0 !important;
}

.contact-option {
  padding-block: 15px;
}

.origin-note,
.form-status,
.faq-strip .faq-item,
.shipping-card,
.benefit,
.notice,
.warning,
.tech-note,
.highlight {
  border: 0 !important;
}

.field input,
.field select,
.field textarea,
.custom-select .select-trigger,
.coupon-row input,
.coupon-form input,
.search {
  border: 0 !important;
  background: #0d0f0c !important;
  box-shadow: inset 0 0 0 1px transparent !important;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.custom-select.open .select-trigger,
.coupon-row input:focus,
.coupon-form input:focus,
.search:focus {
  border: 0 !important;
  box-shadow: inset 0 0 0 1px var(--gold) !important;
}

.categories {
  border: 0;
}

.category {
  border: 0;
}

.category:hover,
.category.active {
  border: 0;
  background: #1d2118;
}

.faq-item,
.faq-item:hover,
.faq-item.open {
  border: 0;
}

.faq-item + .faq-item {
  margin-top: 2px;
}

.faq-item.open {
  background: #141812;
}

.question {
  padding: 18px 12px;
}

.answer p {
  padding-bottom: 25px;
}

.contact-cta {
  background: #1d2318 !important;
}

.toc a,
.legal-section,
.legal-section:nth-child(-n + 2) {
  border: 0 !important;
}

.legal-section {
  padding-block: 24px;
}

.legal-section + .legal-section {
  margin-top: 4px;
}

.terms-section,
.privacy-section,
.section {
  border: 0 !important;
}

.terms-section + .terms-section,
.privacy-section + .privacy-section,
.section + .section {
  margin-top: 12px;
}

.cart-item {
  border-bottom-color: rgba(196, 166, 106, 0.1) !important;
}

.progress-track {
  background: #0d0f0c;
}

.toast {
  border: 0;
}

@media (max-width: 900px) {
  .nav-links {
    border: 0;
    padding: 28px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  }

  .product-visual {
    border: 0;
  }

  .process-card,
  .process-card:nth-child(2),
  .process-card:nth-child(n + 3) {
    border: 0;
  }
}

@media (max-width: 620px) {
  body > header.hero:not(:has(.hero-grid)) h1,
  body > main > .container > h1 {
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .hero-grid {
    gap: 24px;
  }

  .hero-copy p {
    line-height: 1.65;
  }

  .cta-row {
    gap: 15px;
  }

  .secondary-btn {
    width: auto;
    justify-self: start;
  }

  .product-visual {
    min-height: 410px;
    background: #13160f;
  }

  .hero-product {
    width: 82%;
    height: 350px;
    margin-top: -25px;
  }

  .visual-index {
    top: 14px;
    left: 14px;
    right: auto;
  }

  .visual-caption {
    right: 14px;
    bottom: 14px;
    width: min(72%, 235px);
  }

  .trust-grid {
    gap: 0 24px;
  }

  .trust-item,
  .trust-item:not(:first-child) {
    padding: 20px 0;
    border: 0;
  }

  .section-head {
    margin-bottom: 38px;
  }

  .product-image,
  .product-card:nth-child(4) .product-image[style] {
    height: 310px;
  }

  .product-card + .product-card {
    margin-top: 20px;
  }

  .product-bottom {
    gap: 14px;
  }

  .product-card:nth-child(4) .product-bottom {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .giftcard-buy {
    flex: 1 1 150px;
  }

  .giftcard-buy + .add-btn {
    flex: 1 1 105px;
  }

  .stats {
    gap: 18px;
    padding: 20px;
  }

  .stat,
  .stat:not(:first-child),
  .stat:last-child {
    padding: 0;
    border: 0;
  }

  .process-grid {
    gap: 8px;
  }

  .process-card,
  .process-card:nth-child(2),
  .process-card:nth-child(n + 3) {
    min-height: 205px;
    border: 0;
  }

  .review-main {
    padding-right: 0;
    border: 0;
  }

  .newsletter-form {
    gap: 8px;
  }

  .newsletter-form button {
    border: 0;
  }

  .field-grid {
    gap: 14px;
  }

  .field input,
  .field select,
  .field textarea,
  .custom-select .select-trigger {
    min-height: 50px;
  }

  .categories {
    padding-bottom: 8px;
  }

  .category {
    padding-inline: 11px;
  }

  .question {
    padding-inline: 4px;
  }

  .info-card,
  .form-card,
  .summary-card,
  .legal-card,
  .card {
    border: 0 !important;
  }

  .footer-inner {
    line-height: 1.9;
  }
}

@media (max-width: 390px) {
  .hero-copy h1 {
    font-size: clamp(2.75rem, 14vw, 3.45rem);
  }

  .hero-meta > div {
    grid-template-columns: 88px 1fr;
  }

  .product-visual {
    min-height: 380px;
  }

  .hero-product {
    height: 325px;
  }

  .visual-caption {
    width: calc(100% - 28px);
  }

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

  .trust-item,
  .trust-item:not(:first-child),
  .trust-item:nth-last-child(2) {
    padding: 15px 0;
    border: 0;
  }

  .product-bottom {
    align-items: flex-end;
  }

  .add-btn {
    min-width: 108px;
  }
}

@media print {
  *,
  *::before,
  *::after {
    color-adjust: exact;
    print-color-adjust: exact;
  }
}
