:root {
  --pine: #123c32;
  --pine-2: #1b5143;
  --gold: #d2a14d;
  --red: #df271c;
  --ink: #1c2924;
  --muted: #66736d;
  --line: #dce2de;
  --paper: #ffffff;
  --soft: #f7f5f0;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --header-height: 82px;
}

html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.75; }
body.modal-open { padding-right: 0 !important; }
img { max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); color: var(--pine); font-weight: 600; letter-spacing: -.035em; }
h1 { font-size: clamp(4.25rem, 6vw, 7rem); line-height: .88; }
h2 { font-size: clamp(3rem, 4.2vw, 5rem); line-height: .98; }
h3 { font-size: 1.65rem; line-height: 1.12; }
p { margin-bottom: 1.25rem; }
.container-wide { max-width: 1440px; }
.section-space { padding: clamp(6rem, 10vw, 10rem) 0; }
.lead-copy { color: var(--muted); font-size: clamp(1.12rem, 1.3vw, 1.35rem); line-height: 1.72; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 2000; background: var(--red); color: #fff; padding: .75rem 1rem; text-decoration: none; }
.skip-link:focus { top: 1rem; }

.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.navbar { min-height: var(--header-height); padding: .75rem 0; }
.navbar-brand { display: flex; align-items: center; color: var(--pine); }
.brand-logo { display: block; width: 250px; height: auto; }
.navbar-nav { gap: 1.3rem; }
.nav-link { color: var(--ink); font-size: .92rem; font-weight: 600; padding: .55rem .25rem !important; position: relative; }
.nav-link::after { content: ""; position: absolute; left: .25rem; right: .25rem; bottom: .25rem; height: 1px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav-link:hover::after, .nav-link:focus::after { transform: scaleX(1); }
.navbar-toggler { border: 0; color: var(--pine); box-shadow: none !important; }

.hero-section { border-bottom: 1px solid var(--line); }
.hero-copy { min-height: calc(100vh - var(--header-height)); padding: clamp(4rem, 8vw, 8rem) max(2rem, calc((100vw - 1440px)/2 + 1.5rem)); padding-right: clamp(2rem, 5vw, 6rem); }
.hero-copy-inner { width: min(100%, 610px); }
.hero-lead { max-width: 510px; margin: 2.25rem 0 2.5rem; color: #37443e; font-size: clamp(1.15rem, 1.5vw, 1.45rem); line-height: 1.65; }
.hero-media { min-height: calc(100vh - var(--header-height)); overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.btn { border-radius: 2px; padding: 1rem 1.55rem; font-weight: 700; font-size: .93rem; letter-spacing: .01em; }
.btn-brand { background: var(--red); border: 1px solid var(--red); color: #fff; }
.btn-brand:hover, .btn-brand:focus { background: #bd1e15; border-color: #bd1e15; color: #fff; transform: translateY(-2px); }
.btn-outline-brand { border: 1px solid var(--pine); color: var(--pine); }
.btn-outline-brand:hover, .btn-outline-brand:focus { background: var(--pine); border-color: var(--pine); color: #fff; transform: translateY(-2px); }
.hero-facts { margin-top: clamp(3.5rem, 8vh, 6.5rem); border-top: 1px solid var(--line); padding-top: 1.5rem; }
.hero-facts > div { padding-right: .8rem; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: .9rem; color: var(--pine); }
.hero-facts span { color: var(--muted); font-size: .72rem; margin-top: .2rem; text-transform: uppercase; letter-spacing: .11em; }

.intro-section { background: var(--paper); }
.intro-section h2 { margin: 0; }
.nav-shop-link { display: inline-flex; align-items: center; gap: .4rem; }
.nav-cart-count { display: inline-grid; place-items: center; min-width: 1.35rem; height: 1.35rem; padding: 0 .28rem; border-radius: 50%; background: var(--red); color: #fff; font-size: .65rem; line-height: 1; }
.shop-section { padding: clamp(4.5rem, 8vw, 7rem) 0; background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.shop-product { background: transparent; }
.shop-product-visual, .shop-product-copy { background: #fff; box-shadow: 0 24px 70px rgba(18,60,50,.09); }
.shop-product-visual { overflow: hidden; padding-top: 1.15rem; }
.shop-product-media { display: grid; place-items: center; min-height: 0; aspect-ratio: 3 / 2; background: #efd5b1; }
.shop-product-media img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.shop-product-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.shop-product-facts > div { display: grid; grid-template-columns: 28px 1fr; grid-template-rows: auto auto; padding: 1.25rem 1.5rem; }
.shop-product-facts > div + div { border-left: 1px solid var(--line); }
.shop-product-facts i { grid-row: 1 / 3; align-self: center; color: var(--gold); font-size: 1rem; }
.shop-product-facts span { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.shop-product-facts strong { color: var(--pine); font-size: .78rem; font-weight: 700; line-height: 1.35; }
.shop-product-copy .shop-product-facts { grid-template-columns: 1fr; margin-top: 1.5rem; border-top: 1px solid var(--line); }
.shop-product-copy .shop-product-facts > div { padding: .9rem .15rem; }
.shop-product-copy .shop-product-facts > div + div { border-top: 1px solid var(--line); border-left: 0; }
.shop-product-copy { padding: clamp(2.5rem, 4.2vw, 4.5rem); }
.shop-product-copy h2 { margin-bottom: 1.35rem; font-size: clamp(3rem, 4vw, 4.4rem); }
.shop-description { max-width: 520px; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.shop-price-block { margin-top: 1.75rem; padding: 1.35rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.shop-price { margin: 0 0 .35rem; color: var(--pine); font-family: var(--serif); font-size: clamp(3.1rem, 4.5vw, 4.5rem); font-weight: 600; line-height: 1; letter-spacing: -.04em; }
.shop-price span { font-family: var(--sans); font-size: .85rem; font-weight: 700; letter-spacing: .12em; vertical-align: middle; }
.shop-shipping { margin: 0; color: var(--muted); font-size: .9rem; }
.shop-shipping i { margin-right: .55rem; color: var(--gold); }
.shop-form label { display: block; margin-bottom: .55rem; color: var(--pine); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.shop-purchase-panel { padding-top: 1.5rem; }
.quantity-control { display: inline-grid; grid-template-columns: 46px 58px 46px; height: 48px; border: 1px solid #bdc9c3; }
.quantity-button { border: 0; background: #fff; color: var(--pine); font-size: 1.35rem; }
.quantity-button:hover, .quantity-button:focus-visible { background: var(--soft); }
.quantity-control input { width: 100%; border: 0; border-right: 1px solid #d7dfda; border-left: 1px solid #d7dfda; color: var(--ink); font: 700 1rem var(--sans); text-align: center; -moz-appearance: textfield; }
.quantity-control input::-webkit-outer-spin-button, .quantity-control input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.shop-total { display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem; margin: 1.5rem 0 1rem; padding-top: 1.15rem; border-top: 1px solid var(--line); }
.shop-total span { color: var(--muted); font-size: .9rem; }
.shop-total strong { color: var(--pine); font-family: var(--serif); font-size: 1.75rem; }
.shop-legal-consent { display: grid; grid-template-columns: 20px 1fr; gap: .7rem; margin: .1rem 0 1rem; padding: .9rem 1rem; background: var(--soft); border: 1px solid var(--line); }
.shop-legal-consent input { width: 18px; height: 18px; margin-top: .15rem; accent-color: var(--pine); cursor: pointer; }
.shop-legal-consent label { margin: 0; color: var(--muted); font-size: .72rem; font-weight: 500; letter-spacing: 0; line-height: 1.55; text-transform: none; cursor: pointer; }
.shop-legal-consent a { color: var(--pine); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.shop-checkout-button { width: 100%; min-height: 58px; }
.shop-checkout-button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.shop-payment-footer { margin-top: 1.15rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.payment-trust { display: flex; flex-wrap: wrap; gap: .7rem 1.25rem; margin: 0; color: var(--pine); font-size: .78rem; font-weight: 700; }
.payment-trust i { margin-right: .35rem; color: var(--gold); }
.shop-note { margin: 1rem 0 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.product-disclaimer { margin: 1rem 0 0; padding: 1rem 1.1rem; color: #53615a; background: var(--soft); border-left: 2px solid var(--gold); font-size: .75rem; line-height: 1.6; }
.shop-product-disclaimer { margin: 1.2rem 0 0; padding: 1.15rem 1.2rem; border-left: 0; border-bottom: 1px solid var(--line); }
.product-disclaimer-wide { margin-top: 1.5rem; background: rgba(255,255,255,.72); }
.shop-status { margin: .8rem 0 0; padding: .75rem .9rem; border: 1px solid #a9c8ba; background: #edf7f2; color: var(--pine); font-size: .76rem; line-height: 1.5; font-weight: 600; }
.shop-status.is-error { border-color: #e5b5af; background: #fff0ee; color: #8b2019; }
.material-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.material-media img, .craft-media img { width: 100%; height: 100%; min-height: 720px; object-fit: cover; }
.material-copy { background: var(--soft); padding: clamp(5rem, 9vw, 9rem); }
.content-narrow { width: min(100%, 590px); margin-inline: auto; }
.material-copy > .content-narrow > p { color: var(--muted); font-size: 1.1rem; margin: 2rem 0 3.5rem; }
.feature-list { border-top: 1px solid #cfd7d2; }
.feature-item { display: grid; grid-template-columns: 46px 1fr; gap: 1.2rem; padding: 1.6rem 0; border-bottom: 1px solid #cfd7d2; }
.feature-item i { color: var(--gold); font-size: 1.25rem; margin-top: .3rem; }
.feature-item h3 { margin: 0 0 .4rem; font-size: 1.45rem; }
.feature-item p { margin: 0; color: var(--muted); font-size: .94rem; }

.craft-section { background: var(--pine); color: #fff; }
.craft-copy { padding: clamp(5rem, 9vw, 9rem); }
.craft-copy h2 { color: #fff; }
.craft-copy p { color: #d9e4df; font-size: 1.1rem; margin: 2rem 0; }
.text-link { display: inline-flex; align-items: center; gap: 1rem; color: var(--pine); font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: .25rem; }
.text-link:hover { color: var(--red); }
.text-link-light { color: #fff; }
.text-link-light:hover { color: #f3c779; }

.arve-section { overflow: hidden; }
.arve-section .lead-copy { margin-top: 2rem; }
.image-frame { margin: 0; overflow: hidden; }
.image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.image-frame-large { aspect-ratio: 4/3; }
.knowledge-section { background: var(--soft); border-top: 1px solid var(--line); }
.knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cad4ce; border-bottom: 1px solid #cad4ce; }
.knowledge-item { padding: 2.5rem 2.5rem 2.5rem 0; }
.knowledge-item + .knowledge-item { border-left: 1px solid #cad4ce; padding-left: 2.5rem; }
.knowledge-item span { display: block; margin-bottom: 1.5rem; color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .14em; }
.knowledge-item h3 { margin-bottom: 1rem; }
.knowledge-item p { margin: 0; color: var(--muted); font-size: .96rem; }
.knowledge-note { display: grid; grid-template-columns: 46px 1fr; gap: 1.5rem; align-items: start; max-width: 850px; margin: 3rem 0 0; }
.knowledge-note i { color: var(--gold); font-size: 1.4rem; margin-top: .35rem; }
.knowledge-note p { margin: 0; color: var(--pine); font-family: var(--serif); font-size: clamp(1.55rem, 2.4vw, 2.15rem); line-height: 1.35; }
.origin-section { padding: clamp(4.5rem, 7vw, 7rem) 0; background: #fff; border-top: 1px solid var(--line); }
.origin-quote { margin: 0; color: var(--pine); font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.03em; }
.origin-copy { margin: 0; color: var(--muted); font-size: 1.05rem; }

.contact-section { background: var(--pine); color: #fff; padding: clamp(4.5rem, 8vw, 7rem) 0; }
.contact-section h2, .contact-section h3 { color: #fff; }
.contact-section h2 { margin-bottom: 1.25rem; font-size: clamp(2.9rem, 5vw, 4.8rem); }
.contact-section h3 { margin: 0 0 .7rem; font-family: var(--serif); font-size: clamp(2rem, 3vw, 2.8rem); }
.contact-intro, .contact-help { color: #d8e5df; max-width: 500px; font-size: 1.08rem; }
.contact-shop-button { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding: 1.35rem 1.5rem; color: #fff; background: var(--red); text-decoration: none; font-size: 1.05rem; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.contact-shop-button:hover { color: #fff; background: #bd1e15; transform: translateY(-2px); }
.contact-shop-button .fa-bag-shopping { font-size: 1.35rem; }
.contact-shop-button .fa-arrow-up { transform: rotate(45deg); }
.contact-price { display: flex; align-items: center; gap: .7rem; margin: 1.3rem 0 0; color: #d8e5df; font-size: .92rem; }
.contact-price i { color: var(--gold); }
.contact-actions { border-left: 1px solid rgba(255,255,255,.22); padding-left: clamp(2rem, 5vw, 5rem); }
.contact-help { margin-bottom: 1.35rem; }
.contact-link { display: grid; grid-template-columns: 48px 1fr auto; gap: 1rem; align-items: center; padding: 1rem 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); text-decoration: none; transition: color .2s ease, padding .2s ease; }
.contact-link:hover { color: var(--gold); padding-left: .3rem; }
.contact-link-icon { display: grid; width: 48px; height: 48px; place-items: center; color: var(--gold); background: rgba(255,255,255,.07); font-size: 1.25rem; }
.contact-link strong, .contact-link small { display: block; }
.contact-link strong { font-size: 1rem; }
.contact-link small { margin-top: .15rem; color: var(--gold); font-size: .78rem; }
.contact-link > .fa-chevron-right { color: var(--gold); font-size: .8rem; }
.contact-details { margin-top: 1.6rem; padding-top: .25rem; }
.contact-details p { display: grid; grid-template-columns: 24px 1fr; gap: .75rem; margin: 0 0 1rem; color: #d8e5df; font-size: .88rem; line-height: 1.65; }
.contact-details i { color: var(--gold); margin-top: .3rem; }

.site-footer { padding: 2.25rem 0; border-top: 1px solid var(--line); background: #fff; }
.footer-brand { display: inline-flex; text-decoration: none; }
.footer-logo { display: block; width: 185px; height: auto; }
.footer-legal-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .45rem 1.35rem; }
.footer-legal-nav a { color: var(--muted); font-size: .74rem; text-decoration: none; }
.footer-legal-nav a:hover { color: var(--red); }
.site-footer small { color: var(--muted); font-size: .74rem; line-height: 1.6; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: .01ms !important; }
}

@media (max-width: 991.98px) {
  :root { --header-height: 72px; }
  .navbar-collapse { padding: 1rem 0 1.25rem; }
  .navbar-nav { align-items: flex-start !important; }
  .hero-copy { min-height: auto; padding: 5rem 1.5rem 4rem; }
  .hero-media { min-height: 58vh; }
  .hero-media img { object-position: 52% center; }
  .hero-facts { margin-top: 3.5rem; }
  .material-copy, .craft-copy { padding: 5rem 1.5rem; }
  .shop-product { --bs-gutter-y: 0; }
  .shop-product-visual, .shop-product-copy { box-shadow: none; }
  .shop-product-visual.reveal, .shop-product-copy.reveal { opacity: 1; transform: none; }
  .shop-product-visual { border-right: 0; padding-top: .85rem; }
  .shop-product-media { width: 100%; min-height: 0; height: auto; aspect-ratio: 3 / 2; }
  .shop-product-media img { width: 100%; height: 100%; max-height: none; object-fit: contain; }
  .shop-product-copy { padding: 2.75rem 1.5rem 4rem; }
  .material-media img, .craft-media img { min-height: 55vh; }
  .contact-actions { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); padding: 2.25rem 0 0; }
  .knowledge-grid { grid-template-columns: 1fr; }
  .knowledge-item { padding: 2rem 0; }
  .knowledge-item + .knowledge-item { border-left: 0; border-top: 1px solid #cad4ce; padding-left: 0; }
}

@media (max-width: 575.98px) {
  h1 { font-size: clamp(3.25rem, 17vw, 4.2rem); }
  h2 { font-size: 3.1rem; }
  .brand-logo { width: 205px; }
  .site-footer { padding: 1.75rem 0 2rem; }
  .footer-logo { width: 165px; }
  .footer-legal-nav { justify-content: flex-start; gap: .55rem 1.1rem; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .footer-legal-nav a { font-size: .7rem; }
  .hero-actions .btn { width: 100%; }
  .hero-facts.row { display: grid; grid-template-columns: 1fr; padding: .45rem 1.5rem .7rem; }
  .hero-facts.row > div { display: grid; grid-template-columns: 28px 78px minmax(0, 1fr); align-items: center; width: 100%; padding: .72rem 0; }
  .hero-facts.row > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .hero-facts .fact-icon { margin: 0; }
  .hero-facts .fact-label { margin: 0; font-size: .61rem; }
  .hero-facts strong { min-width: 0; font-size: .82rem; white-space: normal; }
  .hero-media { min-height: 52vh; }
  .intro-section.section-space { padding: 3rem 0 4rem; }
  .intro-section .reveal { opacity: 1; transform: none; }
  .shop-product-facts { grid-template-columns: 1fr; }
  .shop-product-facts > div { grid-template-columns: 30px 1fr; padding: 1rem 1.15rem; }
  .shop-product-facts > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .contact-section { padding: 4rem 0; }
  .contact-section h2 { font-size: 2.85rem; }
  .contact-shop-button { margin-top: 1.7rem; padding: 1.2rem 1.25rem; }
  .contact-price { flex-wrap: wrap; gap: .45rem .65rem; }
  .contact-link { grid-template-columns: 44px 1fr auto; padding: .9rem 0; }
  .contact-link-icon { width: 44px; height: 44px; }
}
