:root {
  --ink: #17211d;
  --muted: #66716b;
  --paper: #fffaf2;
  --surface: #ffffff;
  --line: #e8ded1;
  --brand: #126b5a;
  --brand-dark: #0d433c;
  --accent: #d6583b;
  --accent-soft: #ffe3d8;
  --blue: #365b7d;
  --shadow: 0 18px 55px rgba(23, 33, 29, 0.12);
  --radius: 8px;
  --container: min(1120px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

body.menu-open,
body.cart-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 250, 242, 0.92);
  border-bottom: 1px solid rgba(232, 222, 209, 0.86);
  backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  font-size: 0.82rem;
}

.primary-nav {
  position: fixed;
  inset: 72px 16px auto;
  display: none;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.primary-nav.is-open {
  display: grid;
  gap: 4px;
}

.primary-nav a {
  padding: 12px;
  border-radius: 6px;
  color: var(--muted);
  font-weight: 700;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--brand-dark);
  background: #edf7f4;
}

.nav-toggle {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.nav-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  background: var(--ink);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
}

.language-switch button {
  width: 34px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.language-switch button.is-active {
  color: #fff;
  background: var(--ink);
}

.button,
.cart-button,
.filter-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 0;
  border-radius: var(--radius);
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.cart-button:hover,
.filter-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(18, 107, 90, 0.2);
}

.button-secondary {
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
}

.button-small {
  min-height: 40px;
  padding: 9px 14px;
}

.full-button {
  width: 100%;
}

.cart-button {
  min-height: 40px;
  padding: 9px 13px;
  color: var(--ink);
  background: var(--accent-soft);
  border: 1px solid #ffc5b2;
}

.cart-button span {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding-inline: 6px;
  border-radius: 999px;
  color: #fff;
  background: var(--accent);
}

.hero {
  padding: 56px 0 32px;
  overflow: hidden;
}

.hero-grid,
.page-hero-grid,
.split-layout,
.contact-grid,
.checkout-grid,
.map-grid {
  display: grid;
  gap: 28px;
}

.hero-copy {
  display: grid;
  gap: 20px;
  align-content: center;
}

.eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(2.6rem, 8vw, 5.6rem);
  max-width: 11ch;
}

.page-hero h1,
.compact-hero h1 {
  max-width: 13ch;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(1.9rem, 5vw, 3rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.hero-text,
.page-hero p,
.section-heading p,
.section-copy p {
  color: var(--muted);
  font-size: 1.06rem;
}

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

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-media,
.page-hero-image {
  position: relative;
}

.hero-media img,
.page-hero-image {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.floating-note {
  position: absolute;
  right: 16px;
  bottom: 16px;
  max-width: 250px;
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(23, 33, 29, 0.14);
}

.floating-note strong,
.floating-note span {
  display: block;
}

.floating-note span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.section,
.page-hero {
  padding: 64px 0;
}

.compact-hero {
  padding-bottom: 26px;
}

.muted-section {
  background: #f5eee4;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 28px;
}

.narrow-heading {
  max-width: 760px;
}

.stats-grid,
.feature-grid,
.category-grid,
.product-grid,
.testimonial-grid,
.team-grid,
.policy-grid {
  display: grid;
  gap: 16px;
}

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

.stats-grid div,
.values-panel,
.feature-card,
.testimonial-card,
.policy-card,
.form-card,
.contact-details,
.order-summary,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 30px rgba(23, 33, 29, 0.06);
}

.stats-grid div {
  padding: 18px 12px;
  text-align: center;
}

.stats-grid strong {
  display: block;
  font-size: 1.65rem;
}

.stats-grid span,
.feature-card p,
.testimonial-card figcaption,
.team-card p,
.policy-card p,
.contact-details span,
.contact-details a,
.form-note {
  color: var(--muted);
}

.category-card,
.team-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.category-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.category-card span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border-radius: var(--radius);
  color: #fff;
  background: rgba(23, 33, 29, 0.76);
  font-weight: 800;
}

.product-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 28px rgba(23, 33, 29, 0.07);
}

.product-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.product-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.product-meta {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.product-meta h3 {
  margin: 0;
}

.price {
  color: var(--brand-dark);
  font-weight: 800;
  white-space: nowrap;
}

.product-description {
  margin-bottom: 0;
  color: var(--muted);
}

.variant-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.variant-row label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.variant-row select,
.search-field input,
.form-card input,
.form-card textarea,
.form-card select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf9;
  color: var(--ink);
}

.variant-row select {
  min-height: 42px;
  padding: 8px 10px;
}

.center-action {
  margin-top: 26px;
  text-align: center;
}

.why-section {
  background: var(--ink);
  color: #fff;
}

.why-section .section-heading p,
.why-section .feature-card p {
  color: rgba(255, 255, 255, 0.72);
}

.why-section .feature-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.feature-card,
.testimonial-card,
.policy-card,
.values-panel {
  padding: 22px;
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
}

.testimonial-card {
  margin: 0;
}

.testimonial-card blockquote {
  margin: 0 0 16px;
  font-size: 1.03rem;
  font-weight: 600;
}

.contact-strip {
  background: var(--brand-dark);
  color: #fff;
}

.contact-strip p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-strip-inner {
  display: grid;
  gap: 20px;
}

.site-footer {
  padding: 46px 0 24px;
  color: #f8f1e8;
  background: #101815;
}

.footer-grid {
  display: grid;
  gap: 28px;
}

.footer-grid h2 {
  margin-bottom: 12px;
  font-size: 1rem;
}

.footer-grid p,
.footer-grid a {
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.72);
}

.footer-brand {
  margin-bottom: 14px;
  color: #fff;
}

.footer-brand .brand-mark {
  background: var(--accent);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.social-links a {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.footer-bottom {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.footer-bottom p {
  margin: 0;
}

.team-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.team-card h3,
.team-card p {
  padding-inline: 16px;
}

.team-card h3 {
  margin-top: 16px;
}

.team-card p {
  margin-bottom: 18px;
}

.shop-toolbar {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.search-field {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

.search-field input,
.form-card input,
.form-card textarea,
.form-card select {
  min-height: 48px;
  padding: 12px 13px;
}

.form-card textarea {
  resize: vertical;
}

.filter-group {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.filter-button {
  min-height: 42px;
  flex: 0 0 auto;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
}

.filter-button.is-active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.empty-state {
  padding: 24px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  text-align: center;
  color: var(--muted);
  background: var(--surface);
}

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

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.contact-page-section,
.checkout-section {
  padding-top: 28px;
}

.form-card,
.contact-details,
.order-summary {
  padding: 22px;
}

.form-card {
  display: grid;
  gap: 14px;
}

.form-card label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 800;
}

.form-row {
  display: grid;
  gap: 12px;
}

.detail-item {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.large-socials a {
  color: var(--ink);
  border-color: var(--line);
  background: #fffdf9;
}

.map-frame {
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  justify-content: end;
  background: rgba(16, 24, 21, 0.45);
}

.cart-drawer.is-open {
  display: flex;
}

.cart-panel {
  width: min(420px, 100%);
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 18px;
  padding: 20px;
  background: var(--paper);
  box-shadow: -16px 0 40px rgba(0, 0, 0, 0.16);
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-header h2 {
  margin: 0;
  font-size: 1.4rem;
}

.icon-button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  font-size: 1.5rem;
  cursor: pointer;
}

.cart-items,
.checkout-items {
  display: grid;
  gap: 12px;
  align-content: start;
  overflow: auto;
}

.cart-line,
.checkout-line {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.cart-line img,
.checkout-line img {
  width: 72px;
  height: 84px;
  object-fit: cover;
  border-radius: 6px;
}

.cart-line h3,
.checkout-line h3 {
  margin: 0 0 4px;
  font-size: 0.95rem;
}

.cart-line p,
.checkout-line p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

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

.qty-button {
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fffdf9;
  cursor: pointer;
}

.remove-button {
  border: 0;
  color: var(--accent);
  background: transparent;
  cursor: pointer;
  font-weight: 800;
}

.cart-summary {
  display: grid;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.cart-summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-total {
  font-size: 1.2rem;
}

.order-summary {
  position: sticky;
  top: 92px;
  align-self: start;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 680px) {
  .feature-grid,
  .testimonial-grid,
  .policy-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .category-grid,
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .form-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 920px) {
  .nav-toggle {
    display: none;
  }

  .primary-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .primary-nav a {
    padding: 10px 11px;
    font-size: 0.94rem;
  }

  .hero {
    padding: 76px 0 46px;
  }

  .hero-grid,
  .page-hero-grid,
  .split-layout,
  .map-grid {
    grid-template-columns: 1fr 0.92fr;
    align-items: center;
  }

  .contact-grid,
  .checkout-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
    align-items: start;
  }

  .contact-strip-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

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

  .footer-grid {
    grid-template-columns: 1.25fr 1fr 0.8fr 1fr;
  }
}

@media (max-width: 430px) {
  :root {
    --container: min(100% - 24px, 1120px);
  }

  .brand span:last-child {
    max-width: 112px;
    line-height: 1.1;
  }

  .cart-button {
    min-width: 42px;
    width: 42px;
    padding: 0;
    font-size: 0;
  }

  .cart-button span {
    font-size: 0.8rem;
  }

  .nav-actions .button-small {
    display: none;
  }

  .language-switch {
    gap: 0;
  }

  .language-switch button {
    width: 31px;
  }

  .hero-actions .button,
  .contact-actions .button {
    width: 100%;
  }

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

  .hero-media img,
  .page-hero-image {
    min-height: 320px;
  }

  .floating-note {
    position: static;
    margin-top: 12px;
  }
}
