﻿:root {
  --brand-green: #0a5f3c;
  --brand-deep: #151817;
  --brand-sage: #e7eee8;
  --brand-surface: rgba(255, 255, 255, .84);
  --brand-border: rgba(21, 24, 23, .1);
  --brand-shadow: 0 18px 50px rgba(22, 36, 28, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.bg-background {
  margin: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(10, 95, 60, .08), transparent 32rem),
    linear-gradient(180deg, #f7faf6 0%, #ffffff 46%, #f2f7f2 100%);
  color: var(--brand-deep);
}

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

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

#navbar {
  background: rgba(247, 250, 246, .94);
  border-bottom: 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateY(0) !important;
}

.site-nav-shell {
  gap: 12px;
  margin-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  min-height: 90px;
}

.site-main {
  padding-top: 90px;
}

#navbar.is-scrolled .site-nav-shell {
  margin-top: 0;
  background: transparent;
}

.brand-lockup {
  align-items: center;
  align-self: center;
  flex: 0 0 268px;
  display: inline-flex;
  line-height: 0;
  min-width: 0;
}

.brand-logo {
  height: 76px !important;
  max-width: 260px;
  width: auto !important;
  object-fit: contain;
}

.primary-nav {
  flex: 1 1 auto;
  gap: 4px;
  justify-content: flex-end;
  min-width: 0;
}

.utility-nav {
  flex: 0 0 auto;
  gap: 6px;
}

.nav-link,
.mobile-nav-link {
  border-radius: 999px;
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
  white-space: nowrap;
}

.nav-link {
  padding: 11px 10px;
}

.nav-button,
.mobile-nav-button {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.nav-button {
  background: transparent;
}

.nav-link.nav-button,
.mobile-nav-link.mobile-nav-button {
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link-active {
  background: transparent;
  color: var(--brand-green);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown::after {
  content: "";
  height: 18px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 260px;
  z-index: 69;
}

.nav-dropdown-trigger {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 4px;
}

.nav-dropdown-menu {
  background: rgba(247, 250, 246, .96);
  border: 1px solid rgba(21, 24, 23, .08);
  box-shadow: 0 18px 40px rgba(21, 24, 23, .12);
  display: flex;
  flex-direction: column;
  gap: 2px;
  left: 50%;
  min-width: 220px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 4px);
  transform: translate(-50%, -4px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  visibility: hidden;
  z-index: 70;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.nav-dropdown-menu a {
  border-radius: 8px;
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  padding: 13px 14px;
  text-transform: uppercase;
  transition: background-color .18s ease, color .18s ease;
  white-space: nowrap;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus {
  background: var(--brand-sage);
  color: var(--brand-green);
  outline: none;
}

.nav-icon-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--brand-deep);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
  width: 44px;
}

.nav-icon-button:hover {
  background: transparent;
  color: var(--brand-green);
  transform: translateY(-1px);
}

.language-form {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}

.language-label {
  align-items: center;
  color: rgba(21, 24, 23, .74);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 24px;
}

.language-label .material-symbols-outlined {
  font-size: 21px;
}

.language-select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, currentColor 50%) right 12px center / 5px 5px no-repeat,
    linear-gradient(135deg, currentColor 50%, transparent 50%) right 7px center / 5px 5px no-repeat,
    transparent;
  border: 1px solid rgba(21, 24, 23, .14);
  border-radius: 999px;
  color: var(--brand-deep);
  cursor: pointer;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  height: 34px;
  letter-spacing: .08em;
  line-height: 1;
  min-width: 64px;
  padding: 0 25px 0 12px;
  text-transform: uppercase;
  transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.language-select:hover,
.language-select:focus {
  border-color: rgba(10, 95, 60, .38);
  color: var(--brand-green);
  outline: none;
}

.language-form-mobile {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 16px 10px;
}

.language-select-mobile {
  background-color: rgba(255, 255, 255, .72);
  min-width: 100%;
}

.coming-soon-language {
  position: fixed;
  right: clamp(16px, 4vw, 44px);
  top: clamp(16px, 4vw, 34px);
  z-index: 4;
}

.language-select-dark {
  background:
    linear-gradient(45deg, transparent 50%, currentColor 50%) right 12px center / 5px 5px no-repeat,
    linear-gradient(135deg, currentColor 50%, transparent 50%) right 7px center / 5px 5px no-repeat,
    rgba(9, 22, 16, .54);
  border-color: rgba(217, 247, 229, .22);
  color: rgba(238, 246, 239, .88);
}

.language-select-dark:hover,
.language-select-dark:focus {
  border-color: rgba(146, 215, 175, .55);
  color: #d9f7e5;
}

@media (max-width: 1279px) {
  .brand-lockup {
    flex: 1 1 auto;
  }

  .brand-logo {
    height: 90px !important;
    max-width: min(330px, 58vw);
  }
}

.cart-count {
  align-items: center;
  background: var(--brand-green);
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  height: 19px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: -4px;
  top: -5px;
  width: 19px;
}

.mobile-menu-panel {
  margin: 4px 16px 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.mobile-nav-link {
  display: block;
  padding: 14px 16px;
}

.mobile-nav-button {
  background: transparent;
  text-align: left;
  width: 100%;
}

.mobile-nav-link:hover {
  background: var(--brand-sage);
  color: var(--brand-green);
}

.mobile-nav-label {
  color: var(--brand-green);
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  padding: 14px 16px 4px;
  text-transform: uppercase;
}

.mobile-nav-sublink {
  padding-left: 30px;
}

.site-alert,
.hero-logo-card,
.footer-logo-frame {
  border-radius: 8px;
}

.site-alert {
  align-items: center;
  background: rgba(10, 95, 60, .1);
  border: 1px solid rgba(10, 95, 60, .22);
  color: var(--brand-deep);
  display: flex;
  gap: 12px;
  padding: 16px 18px;
}

.site-alert .material-symbols-outlined {
  color: var(--brand-green);
  font-size: 24px;
}

.site-alert p {
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.hero-logo-card {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer {
  background:
    linear-gradient(135deg, #101411 0%, #17261e 58%, #0b3020 100%);
}

.footer-logo-frame {
  align-items: center;
  background: transparent;
  display: inline-flex;
  height: 112px;
  justify-content: center;
  padding: 0;
  width: 112px;
}

.footer-brand-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.footer-logo {
  border-radius: 50%;
  height: 112px;
  object-fit: contain;
  width: 112px;
}

.staff-admin-link {
  color: rgba(231, 238, 232, .32);
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: color .18s ease;
}

.staff-admin-link:hover {
  color: rgba(231, 238, 232, .68);
}

.account-page {
  padding: clamp(40px, 7vw, 82px) clamp(16px, 5vw, 64px);
}

.account-shell {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(21, 24, 23, .1);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(22, 36, 28, .12);
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1fr);
  margin: 0 auto;
  max-width: 1060px;
  min-height: 650px;
  overflow: hidden;
}

.account-art {
  background: #13251c;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.account-art video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.account-art-overlay {
  background:
    linear-gradient(180deg, rgba(12, 26, 18, .18), rgba(12, 26, 18, .76)),
    linear-gradient(90deg, rgba(12, 26, 18, .42), transparent);
  inset: 0;
  position: absolute;
}

.account-art-content {
  align-items: flex-start;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  left: 32px;
  position: absolute;
  right: 32px;
}

.account-art-content img {
  border-radius: 50%;
  height: 92px;
  width: 92px;
}

.account-art-content span {
  color: #d9f7e5;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.account-panel {
  align-self: center;
  padding: clamp(28px, 5vw, 58px);
}

.account-name-grid,
.profile-name-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-input {
  background: #fff;
  border: 1px solid rgba(21, 24, 23, .16);
  color: #151817;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  padding: 15px 16px;
  transition: border-color .18s ease, box-shadow .18s ease;
  width: 100%;
}

.account-input:focus {
  border-color: var(--brand-green);
  box-shadow: 0 0 0 4px rgba(10, 95, 60, .12);
  outline: none;
}

.password-input-wrap {
  position: relative;
}

.password-input {
  padding-right: 54px;
}

.password-visibility-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: rgba(21, 24, 23, .54);
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: color .18s ease, background-color .18s ease;
  width: 40px;
}

.password-visibility-toggle:hover,
.password-visibility-toggle:focus-visible {
  background: rgba(10, 95, 60, .08);
  color: var(--brand-green);
  outline: none;
}

.password-visibility-toggle .material-symbols-outlined {
  font-size: 21px;
}

.account-submit {
  align-items: center;
  background: var(--brand-green);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: .14em;
  margin-top: 10px;
  padding: 16px 24px;
  text-transform: uppercase;
  width: 100%;
}

.account-submit:hover {
  background: #0f7a4e;
}

.account-switch {
  align-items: center;
  border-top: 1px solid rgba(21, 24, 23, .1);
  color: #53615a;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 8px;
  margin-top: 28px;
  padding-top: 22px;
}

.account-switch a {
  color: var(--brand-green);
  font-weight: 800;
}

.account-validation,
.account-field-validation {
  color: #ba1a1a;
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.news-hero {
  background:
    radial-gradient(circle at 84% 18%, rgba(10, 95, 60, .14), transparent 25rem),
    linear-gradient(135deg, #f7faf6 0%, #edf5ee 58%, #e8efe8 100%);
  overflow: hidden;
  padding: clamp(72px, 10vw, 132px) clamp(16px, 5vw, 64px);
}

.news-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(32px, 7vw, 88px);
  grid-template-columns: minmax(0, 1fr) minmax(150px, 250px);
  margin: 0 auto;
  max-width: 1200px;
}

.news-hero h1 {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 24px;
  max-width: 860px;
}

.news-hero p {
  color: rgba(83, 97, 90, .92);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.75;
  margin: 0;
  max-width: 680px;
}

.news-hero img {
  border-radius: 50%;
  margin-left: auto;
  width: min(100%, 220px);
}

.news-page {
  margin: 0 auto;
  max-width: 1200px;
  padding: clamp(54px, 8vw, 104px) clamp(16px, 5vw, 64px);
}

.news-feature {
  background:
    radial-gradient(circle at 92% 10%, rgba(146, 215, 175, .14), transparent 21rem),
    linear-gradient(135deg, #101411 0%, #17261e 58%, #0b3020 100%);
  border-radius: 8px;
  color: #f7faf6;
  display: grid;
  gap: clamp(24px, 5vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(240px, .42fr);
  margin-bottom: clamp(24px, 4vw, 42px);
  padding: clamp(30px, 6vw, 72px);
}

.news-feature h2,
.news-card h3 {
  font-family: Inter, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.14;
  margin: 0;
}

.news-feature h2 {
  font-size: clamp(32px, 4.5vw, 58px);
  margin-top: 12px;
  max-width: 720px;
}

.news-feature p {
  color: rgba(247, 250, 246, .76);
  font-size: 17px;
  line-height: 1.75;
  margin: 20px 0 0;
  max-width: 680px;
}

.news-feature a {
  align-items: center;
  background: #f7faf6;
  border-radius: 999px;
  color: #0b3020;
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: .14em;
  margin-top: 30px;
  padding: 16px 24px;
  text-transform: uppercase;
}

.news-feature-side {
  align-self: end;
  border: 1px solid rgba(247, 250, 246, .14);
  border-radius: 8px;
  padding: 24px;
}

.news-feature-side span,
.news-label {
  color: #92d7af;
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.news-feature-side strong {
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  margin-top: 14px;
}

.news-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-card {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(21, 24, 23, .08);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 34px);
}

.news-card .news-label {
  color: var(--brand-green);
}

.news-card h3 {
  color: var(--brand-deep);
  font-size: clamp(22px, 2.4vw, 30px);
  margin-top: 16px;
}

.news-card p {
  color: rgba(83, 97, 90, .9);
  font-size: 15px;
  line-height: 1.7;
  margin: 18px 0 22px;
}

.news-card time {
  color: rgba(83, 97, 90, .72);
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-hero {
  background:
    radial-gradient(circle at 84% 16%, rgba(139, 90, 43, .14), transparent 24rem),
    linear-gradient(135deg, #f7faf6 0%, #eef5ef 58%, #dce8df 100%);
  overflow: hidden;
  padding: clamp(72px, 10vw, 132px) clamp(16px, 5vw, 64px);
}

.contact-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(32px, 7vw, 88px);
  grid-template-columns: minmax(0, 1fr) minmax(150px, 240px);
  margin: 0 auto;
  max-width: 1200px;
}

.contact-hero h1 {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 24px;
  max-width: 860px;
}

.contact-hero p {
  color: rgba(83, 97, 90, .92);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.75;
  margin: 0;
  max-width: 680px;
}

.contact-hero img {
  border-radius: 50%;
  margin-left: auto;
  width: min(100%, 210px);
}

.contact-page {
  margin: 0 auto;
  max-width: 1200px;
  padding: clamp(54px, 8vw, 104px) clamp(16px, 5vw, 64px);
}

.contact-layout {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, .82fr) minmax(320px, 1fr);
}

.contact-info h2 {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 20px;
}

.contact-info p {
  color: rgba(83, 97, 90, .9);
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.contact-methods {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.contact-method {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(21, 24, 23, .08);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 22px;
}

.contact-method .material-symbols-outlined {
  color: var(--brand-green);
  font-size: 30px;
}

.contact-method strong,
.contact-form label {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-method em {
  color: rgba(83, 97, 90, .86);
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}

.contact-form {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(21, 24, 23, .08);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(22, 36, 28, .1);
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 44px);
}

.contact-field-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form label {
  display: block;
  margin-bottom: 10px;
}

.contact-input {
  background: #fff;
  border: 1px solid rgba(21, 24, 23, .16);
  color: #151817;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  padding: 15px 16px;
  transition: border-color .18s ease, box-shadow .18s ease;
  width: 100%;
}

.contact-textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-input:focus {
  border-color: var(--brand-green);
  box-shadow: 0 0 0 4px rgba(10, 95, 60, .12);
  outline: none;
}

.contact-submit {
  align-items: center;
  background: var(--brand-green);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: .14em;
  padding: 16px 24px;
  text-transform: uppercase;
}

.contact-submit:hover {
  background: #0f7a4e;
}

.faq-hero {
  background:
    radial-gradient(circle at 84% 16%, rgba(10, 95, 60, .13), transparent 24rem),
    linear-gradient(135deg, #f7faf6 0%, #eef5ef 58%, #dce8df 100%);
  overflow: hidden;
  padding: clamp(72px, 10vw, 132px) clamp(16px, 5vw, 64px);
}

.faq-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(32px, 7vw, 88px);
  grid-template-columns: minmax(0, 1fr) minmax(150px, 240px);
  margin: 0 auto;
  max-width: 1200px;
}

.faq-hero h1 {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 24px;
  max-width: 860px;
}

.faq-hero p {
  color: rgba(83, 97, 90, .92);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.75;
  margin: 0;
  max-width: 680px;
}

.faq-hero img {
  border-radius: 50%;
  margin-left: auto;
  width: min(100%, 210px);
}

.faq-page {
  margin: 0 auto;
  max-width: 1200px;
  padding: clamp(54px, 8vw, 104px) clamp(16px, 5vw, 64px);
}

.faq-layout {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, .72fr) minmax(320px, 1fr);
}

.faq-aside {
  position: sticky;
  top: 124px;
}

.faq-aside h2 {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 20px;
}

.faq-aside p {
  color: rgba(83, 97, 90, .9);
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.faq-aside a {
  align-items: center;
  background: var(--brand-green);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: .14em;
  margin-top: 30px;
  padding: 16px 24px;
  text-transform: uppercase;
}

.faq-aside a:hover {
  background: #0f7a4e;
}

.faq-accordion {
  display: grid;
  gap: 14px;
}

.faq-item {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(21, 24, 23, .08);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.faq-item[open] {
  border-color: rgba(10, 95, 60, .24);
  box-shadow: 0 18px 46px rgba(22, 36, 28, .1);
}

.faq-item summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  list-style: none;
  padding: 22px clamp(20px, 3vw, 30px);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary span:first-child {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 800;
  line-height: 1.35;
}

.faq-icon {
  align-items: center;
  border: 1px solid rgba(10, 95, 60, .18);
  border-radius: 50%;
  color: var(--brand-green);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: 500;
  height: 34px;
  justify-content: center;
  line-height: 1;
  width: 34px;
}

.faq-icon::before {
  content: "+";
  transform: translateY(-1px);
}

.faq-item[open] .faq-icon::before {
  content: "-";
  transform: translateY(-2px);
}

.faq-answer {
  border-top: 1px solid rgba(21, 24, 23, .08);
  padding: 0 clamp(20px, 3vw, 30px) 24px;
}

.faq-answer p {
  color: rgba(83, 97, 90, .92);
  font-size: 16px;
  line-height: 1.75;
  margin: 20px 0 0;
}

.brew-hero {
  background:
    radial-gradient(circle at 84% 16%, rgba(139, 90, 43, .16), transparent 24rem),
    linear-gradient(135deg, #f7faf6 0%, #eef5ef 58%, #dce8df 100%);
  overflow: hidden;
  padding: clamp(72px, 10vw, 132px) clamp(16px, 5vw, 64px);
}

.brew-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(32px, 7vw, 88px);
  grid-template-columns: minmax(0, 1fr) minmax(150px, 240px);
  margin: 0 auto;
  max-width: 1200px;
}

.brew-hero h1 {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 24px;
  max-width: 900px;
}

.brew-hero p {
  color: rgba(83, 97, 90, .92);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.75;
  margin: 0;
  max-width: 710px;
}

.brew-hero img {
  border-radius: 50%;
  margin-left: auto;
  width: min(100%, 210px);
}

.brew-page {
  margin: 0 auto;
  max-width: 1200px;
  padding: clamp(54px, 8vw, 104px) clamp(16px, 5vw, 64px);
}

.brew-feature {
  background:
    radial-gradient(circle at 16% 20%, rgba(146, 215, 175, .12), transparent 22rem),
    linear-gradient(135deg, #101411 0%, #17261e 58%, #0b3020 100%);
  border-radius: 8px;
  color: #f7faf6;
  display: grid;
  gap: clamp(26px, 5vw, 64px);
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1fr);
  margin-bottom: clamp(42px, 7vw, 82px);
  padding: clamp(24px, 5vw, 58px);
}

.brew-feature-video {
  align-items: center;
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 50% 46%, rgba(146, 215, 175, .18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
  border: 1px solid rgba(247, 250, 246, .16);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
  text-align: center;
}

.brew-feature-video .material-symbols-outlined {
  color: #92d7af;
  font-size: 76px;
  margin-bottom: 16px;
}

.brew-feature-video strong {
  color: rgba(247, 250, 246, .72);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.brew-feature-copy {
  align-self: center;
}

.brew-feature-copy h2,
.brew-section-heading h2,
.brew-video-card h3 {
  font-family: Inter, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
}

.brew-feature-copy h2 {
  color: #f7faf6;
  font-size: clamp(32px, 4.5vw, 58px);
}

.brew-feature-copy p {
  color: rgba(247, 250, 246, .76);
  font-size: 17px;
  line-height: 1.75;
  margin: 22px 0 0;
}

.brew-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.brew-tags span {
  border: 1px solid rgba(146, 215, 175, .32);
  border-radius: 999px;
  color: #92d7af;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 10px 13px;
  text-transform: uppercase;
}

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

.brew-section-heading h2 {
  color: var(--brand-deep);
  font-size: clamp(32px, 4vw, 52px);
}

.brew-video-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brew-video-card {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(21, 24, 23, .08);
  border-radius: 8px;
  overflow: hidden;
}

.brew-video-thumb {
  align-items: center;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 50% 40%, rgba(10, 95, 60, .18), transparent 28%),
    linear-gradient(135deg, #17261e, #0b3020);
  color: #d9f7e5;
  display: flex;
  justify-content: center;
}

.brew-video-thumb .material-symbols-outlined {
  font-size: 54px;
}

.brew-video-card > div:last-child {
  padding: 24px;
}

.brew-video-card span:not(.material-symbols-outlined) {
  color: var(--brand-green);
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.brew-video-card h3 {
  color: var(--brand-deep);
  font-size: clamp(22px, 2.4vw, 30px);
}

.brew-video-card p {
  color: rgba(83, 97, 90, .9);
  font-size: 15px;
  line-height: 1.7;
  margin: 16px 0 0;
}

.profile-hero {
  background:
    radial-gradient(circle at 84% 16%, rgba(10, 95, 60, .13), transparent 24rem),
    linear-gradient(135deg, #f7faf6 0%, #eef5ef 58%, #dce8df 100%);
  overflow: hidden;
  padding: clamp(72px, 10vw, 132px) clamp(16px, 5vw, 64px);
}

.profile-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(32px, 7vw, 88px);
  grid-template-columns: minmax(0, 1fr) minmax(150px, 240px);
  margin: 0 auto;
  max-width: 1200px;
}

.profile-hero h1 {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 24px;
  max-width: 900px;
}

.profile-hero p {
  color: rgba(83, 97, 90, .92);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.75;
  margin: 0;
  max-width: 700px;
}

.profile-hero img {
  border-radius: 50%;
  margin-left: auto;
  width: min(100%, 210px);
}

.profile-page {
  margin: 0 auto;
  max-width: 1200px;
  padding: clamp(54px, 8vw, 104px) clamp(16px, 5vw, 64px);
}

.profile-notice,
.contact-notice {
  align-items: center;
  background: rgba(10, 95, 60, .1);
  border: 1px solid rgba(10, 95, 60, .22);
  border-radius: 8px;
  color: var(--brand-deep);
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
  padding: 16px 18px;
}

.profile-notice .material-symbols-outlined,
.contact-notice .material-symbols-outlined {
  color: var(--brand-green);
  font-size: 24px;
}

.profile-notice p,
.contact-notice p {
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.profile-summary-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: clamp(28px, 5vw, 54px);
}

.profile-summary-card,
.profile-panel,
.profile-orders,
.profile-empty-orders,
.profile-order-card {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(21, 24, 23, .08);
  border-radius: 8px;
}

.profile-summary-card {
  padding: clamp(22px, 3vw, 32px);
}

.profile-summary-card span,
.profile-order-meta span,
.profile-order-total span {
  color: var(--brand-green);
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.profile-summary-card strong {
  color: var(--brand-deep);
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.15;
}

.profile-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: clamp(28px, 5vw, 54px);
}

.profile-panel {
  box-shadow: 0 18px 54px rgba(22, 36, 28, .08);
  padding: clamp(24px, 4vw, 42px);
}

.profile-panel h2,
.profile-orders-heading h2 {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 24px;
}

.profile-form {
  display: grid;
  gap: 18px;
}

.profile-form-section {
  border-top: 1px solid rgba(21, 24, 23, .1);
  margin-top: 6px;
  padding-top: 22px;
}

.profile-form-section h3 {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 8px;
}

.profile-form-section p {
  color: rgba(83, 97, 90, .82);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.profile-address-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-form label {
  color: var(--brand-deep);
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.profile-form .profile-address-grid label {
  align-items: flex-end;
  display: flex;
  min-height: 32px;
}

.profile-input {
  background: #fff;
  border: 1px solid rgba(21, 24, 23, .16);
  color: #151817;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  padding: 15px 16px;
  transition: border-color .18s ease, box-shadow .18s ease;
  width: 100%;
}

.profile-input:focus {
  border-color: var(--brand-green);
  box-shadow: 0 0 0 4px rgba(10, 95, 60, .12);
  outline: none;
}

.profile-submit,
.profile-orders-heading a {
  align-items: center;
  background: var(--brand-green);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: .14em;
  padding: 16px 24px;
  text-transform: uppercase;
}

.profile-submit:hover,
.profile-orders-heading a:hover {
  background: #0f7a4e;
}

.profile-orders {
  padding: clamp(24px, 4vw, 42px);
}

.profile-orders-heading {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.profile-empty-orders {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 5vw, 56px);
  text-align: center;
}

.profile-empty-orders .material-symbols-outlined {
  color: var(--brand-green);
  font-size: 44px;
  margin-bottom: 14px;
}

.profile-empty-orders strong {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: 28px;
}

.profile-empty-orders p {
  color: rgba(83, 97, 90, .86);
  font-size: 16px;
  line-height: 1.65;
  margin: 10px 0 0;
}

.profile-order-list {
  display: grid;
  gap: 16px;
}

.profile-order-card {
  padding: clamp(20px, 3vw, 30px);
}

.profile-order-meta,
.profile-order-total,
.profile-order-items div {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.profile-order-meta {
  border-bottom: 1px solid rgba(21, 24, 23, .08);
  padding-bottom: 16px;
}

.profile-order-meta strong,
.profile-order-total strong {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: 24px;
}

.profile-order-meta em {
  background: rgba(10, 95, 60, .1);
  border-radius: 999px;
  color: var(--brand-green);
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 10px 13px;
  text-transform: uppercase;
}

.profile-order-items {
  display: grid;
  gap: 12px;
  padding: 18px 0;
}

.profile-order-items span {
  color: rgba(83, 97, 90, .9);
}

.profile-order-items strong {
  color: var(--brand-deep);
}

.profile-order-total {
  border-top: 1px solid rgba(21, 24, 23, .08);
  padding-top: 16px;
}

.heritage-collections-hero {
  background:
    linear-gradient(135deg, rgba(247, 250, 246, .98) 0%, rgba(232, 239, 232, .96) 62%, rgba(240, 213, 183, .55) 100%);
  overflow: hidden;
  padding: clamp(74px, 10vw, 132px) clamp(16px, 5vw, 64px) clamp(54px, 7vw, 94px);
  position: relative;
}

.heritage-collections-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 78px);
  grid-template-columns: minmax(0, 1fr) minmax(180px, 310px);
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.heritage-collections-copy h1 {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(38px, 6vw, 74px);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 24px;
  max-width: 820px;
}

.heritage-collections-copy p {
  color: rgba(83, 97, 90, .92);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.75;
  margin: 0;
  max-width: 690px;
}

.heritage-collections-badge {
  align-items: center;
  aspect-ratio: 1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .26));
  border: 1px solid rgba(21, 24, 23, .08);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: clamp(22px, 4vw, 46px);
}

.heritage-collections-badge img {
  border-radius: 50%;
  width: min(100%, 210px);
}

.heritage-collections-mark {
  bottom: -44px;
  color: rgba(10, 95, 60, .055);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(210px, 38vw, 500px);
  font-weight: 700;
  line-height: .8;
  position: absolute;
  right: -18px;
  user-select: none;
}

.heritage-collection-anchor-band {
  background: rgba(247, 250, 246, .96);
  border-bottom: 1px solid rgba(21, 24, 23, .08);
  border-top: 1px solid rgba(21, 24, 23, .08);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 14px 16px;
  position: sticky;
  top: 90px;
  z-index: 20;
}

.heritage-collection-anchor-band a {
  border-radius: 999px;
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 11px 15px;
  text-transform: uppercase;
  transition: background-color .18s ease, color .18s ease;
}

.heritage-collection-anchor-band a:hover {
  background: var(--brand-sage);
  color: var(--brand-green);
}

.heritage-collection-section {
  padding: clamp(64px, 9vw, 116px) clamp(16px, 5vw, 64px);
}

.heritage-collection-primary {
  background: #f7faf6;
}

.heritage-collection-light {
  background:
    linear-gradient(180deg, #ffffff 0%, #f1f6f1 100%);
}

.heritage-collection-reserve {
  background:
    radial-gradient(circle at 84% 16%, rgba(146, 215, 175, .12), transparent 24rem),
    linear-gradient(135deg, #101411 0%, #17261e 58%, #0b3020 100%);
  color: #f7faf6;
}

.heritage-collection-layout {
  align-items: start;
  display: grid;
  gap: clamp(24px, 5vw, 64px);
  grid-template-columns: minmax(66px, .18fr) minmax(0, 1fr) minmax(230px, .48fr);
  margin: 0 auto;
  max-width: 1200px;
}

.heritage-collection-number {
  color: rgba(10, 95, 60, .22);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(54px, 8vw, 112px);
  font-weight: 700;
  line-height: .85;
}

.heritage-collection-reserve .heritage-collection-number {
  color: rgba(146, 215, 175, .22);
}

.heritage-collection-content h2 {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 22px;
}

.heritage-collection-reserve .heritage-collection-content h2 {
  color: #f7faf6;
}

.heritage-collection-content p,
.heritage-collection-panel p {
  color: rgba(83, 97, 90, .9);
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.75;
  margin: 0;
}

.heritage-collection-reserve .heritage-collection-content p,
.heritage-collection-reserve .heritage-collection-panel p {
  color: rgba(247, 250, 246, .76);
}

.heritage-collection-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.heritage-collection-points span {
  border: 1px solid rgba(10, 95, 60, .18);
  border-radius: 999px;
  color: var(--brand-green);
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 10px 13px;
  text-transform: uppercase;
}

.heritage-collection-reserve .heritage-collection-points span {
  border-color: rgba(146, 215, 175, .32);
  color: #92d7af;
}

.heritage-collection-cta {
  align-items: center;
  background: var(--brand-green);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: .14em;
  margin-top: 30px;
  padding: 16px 24px;
  text-transform: uppercase;
}

.heritage-collection-cta:hover {
  background: #0f7a4e;
}

.heritage-collection-reserve .heritage-collection-cta {
  background: #f7faf6;
  color: #0b3020;
}

.heritage-collection-reserve .heritage-collection-cta:hover {
  background: #d9f7e5;
}

.heritage-collection-panel {
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(21, 24, 23, .08);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 34px);
}

.heritage-collection-reserve .heritage-collection-panel {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(247, 250, 246, .12);
}

.heritage-collection-panel strong {
  color: var(--brand-green);
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.heritage-collection-reserve .heritage-collection-panel strong {
  color: #92d7af;
}

.heritage-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(139, 90, 43, .14), transparent 24rem),
    linear-gradient(135deg, #f7faf6 0%, #eef5ef 58%, #dce8df 100%);
  overflow: hidden;
  padding: clamp(72px, 10vw, 132px) clamp(16px, 5vw, 64px);
  position: relative;
}

.heritage-hero.about-hero {
  background:
    radial-gradient(circle at 84% 20%, rgba(10, 95, 60, .16), transparent 25rem),
    linear-gradient(135deg, #fbfdf9 0%, #edf5ee 54%, #e8efe8 100%);
}

.heritage-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(32px, 7vw, 88px);
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.heritage-hero-copy h1 {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 24px;
  max-width: 850px;
}

.heritage-hero-copy p,
.heritage-page-section p {
  color: rgba(83, 97, 90, .92);
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.75;
  margin: 0;
}

.heritage-hero-badge {
  align-items: center;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 40% 34%, rgba(255, 255, 255, .82), transparent 34%),
    linear-gradient(135deg, rgba(10, 95, 60, .12), rgba(139, 90, 43, .08));
  border: 1px solid rgba(10, 95, 60, .16);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  padding: clamp(24px, 4vw, 52px);
}

.heritage-hero-badge img {
  border-radius: 50%;
  width: min(100%, 260px);
}

.heritage-hero-mark {
  bottom: -42px;
  color: rgba(10, 95, 60, .06);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(220px, 38vw, 520px);
  font-weight: 700;
  line-height: .8;
  position: absolute;
  right: -16px;
  user-select: none;
}

.heritage-page-section {
  padding: clamp(62px, 9vw, 118px) clamp(16px, 5vw, 64px);
}

.heritage-grid {
  display: grid;
  gap: clamp(32px, 6vw, 76px);
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  margin: 0 auto;
  max-width: 1200px;
}

.heritage-grid-balanced {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.heritage-page-section h2 {
  color: var(--brand-deep);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 24px;
}

.heritage-page-section p + p {
  margin-top: 18px;
}

.heritage-stat-panel,
.heritage-values {
  display: grid;
  gap: 14px;
}

.heritage-stat-panel > div,
.heritage-values > div {
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(21, 24, 23, .08);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 34px);
}

.heritage-stat-panel span {
  color: var(--brand-green);
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}

.heritage-stat-panel strong,
.heritage-values strong,
.heritage-timeline span {
  color: var(--brand-deep);
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.heritage-values .material-symbols-outlined {
  color: var(--brand-green);
  font-size: 34px;
  margin-bottom: 16px;
}

.founders-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(139, 90, 43, .12), transparent 24rem),
    linear-gradient(180deg, #fbfdf9 0%, #eef5ef 100%);
}

.founders-intro {
  margin: 0 auto clamp(34px, 6vw, 72px);
  max-width: 980px;
  text-align: center;
}

.founders-intro h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

.founders-feature {
  display: grid;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}

.founders-photo {
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(16, 20, 17, .2);
  grid-area: 1 / 1;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.founders-photo::after {
  background: linear-gradient(180deg, rgba(16, 20, 17, 0) 42%, rgba(16, 20, 17, .58) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.founders-photo img {
  display: block;
  height: auto;
  width: 100%;
}

.founders-bio {
  align-items: center;
  align-self: end;
  backdrop-filter: blur(16px);
  background: rgba(247, 250, 246, .66);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(16, 20, 17, .16);
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  grid-area: 1 / 1;
  grid-template-columns: auto minmax(0, 1fr);
  justify-self: center;
  margin: 0 clamp(18px, 4vw, 54px) clamp(18px, 4vw, 54px);
  max-width: 980px;
  padding: clamp(22px, 3vw, 34px);
  position: relative;
  z-index: 1;
}

.founders-bio .material-symbols-outlined {
  color: var(--brand-green);
  font-size: clamp(34px, 5vw, 52px);
}

.founders-bio p {
  color: var(--brand-deep);
  font-size: clamp(17px, 1.7vw, 20px);
  font-weight: 500;
  line-height: 1.8;
}

.heritage-dark-band {
  background:
    radial-gradient(circle at 86% 12%, rgba(146, 215, 175, .12), transparent 23rem),
    linear-gradient(135deg, #101411 0%, #17261e 60%, #0b3020 100%);
  color: #f7faf6;
}

.heritage-dark-band h2 {
  color: #f7faf6;
}

.heritage-timeline {
  display: grid;
  gap: 18px;
}

.heritage-timeline div {
  border-left: 2px solid rgba(146, 215, 175, .52);
  padding: 0 0 0 24px;
}

.heritage-timeline span {
  color: #92d7af;
}

.heritage-dark-band p {
  color: rgba(247, 250, 246, .76);
}

.heritage-callout {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(232, 239, 232, .82));
  border: 1px solid rgba(21, 24, 23, .08);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 960px;
  padding: clamp(34px, 7vw, 76px);
  text-align: center;
}

.heritage-callout h2 {
  max-width: 760px;
}

.heritage-callout p {
  max-width: 680px;
}

.heritage-callout a {
  align-items: center;
  background: var(--brand-green);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: .14em;
  margin-top: 30px;
  padding: 16px 24px;
  text-transform: uppercase;
}

.heritage-callout a:hover {
  background: #0f7a4e;
}

.coming-soon-body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

.coming-soon-page {
  align-items: center;
  background: #0c1711;
  color: #f7faf6;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden auto;
  padding: clamp(24px, 6vw, 72px);
  position: relative;
}

.coming-soon-video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: .58;
  position: absolute;
  width: 100%;
}

.coming-soon-overlay {
  background:
    radial-gradient(circle at 50% 28%, rgba(146, 215, 175, .18), transparent 28rem),
    linear-gradient(180deg, rgba(8, 18, 12, .68), rgba(8, 18, 12, .94));
  inset: 0;
  position: absolute;
}

.coming-soon-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 850px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.coming-soon-logo-wrap {
  display: inline-flex;
  margin-bottom: 26px;
  position: relative;
}

.coming-soon-logo {
  border-radius: 50%;
  height: clamp(86px, 13vw, 132px);
  width: clamp(86px, 13vw, 132px);
}

.coming-soon-bean-access {
  border-radius: 50%;
  cursor: default;
  height: 22%;
  left: 42%;
  opacity: 0;
  position: absolute;
  top: 48%;
  transform: rotate(-34deg);
  width: 25%;
  z-index: 3;
}

.coming-soon-bean-access:focus-visible {
  outline: 2px solid rgba(146, 215, 175, .8);
  outline-offset: 2px;
}

.coming-soon-kicker {
  color: #92d7af;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .28em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.coming-soon-content h1 {
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(38px, 7vw, 82px);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 22px;
}

.coming-soon-content p {
  color: rgba(247, 250, 246, .76);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.75;
  margin: 0;
  max-width: 690px;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.coming-soon-signup {
  background: rgba(247, 250, 246, .08);
  border: 1px solid rgba(217, 247, 229, .18);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
  margin-top: 34px;
  max-width: 680px;
  padding: clamp(20px, 4vw, 30px);
  width: 100%;
}

.coming-soon-signup-copy {
  margin: 0 auto 18px;
  max-width: 560px;
}

.coming-soon-signup-copy h2 {
  color: #f7faf6;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 10px;
}

.coming-soon-signup-copy p {
  color: rgba(247, 250, 246, .72);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 520px;
}

.coming-soon-signup-row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.coming-soon-signup-row input {
  background: rgba(247, 250, 246, .95);
  border: 1px solid rgba(247, 250, 246, .26);
  color: #151817;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  min-height: 52px;
  outline: none;
  padding: 0 16px;
  width: 100%;
}

.coming-soon-signup-row input:focus {
  border-color: #92d7af;
  box-shadow: 0 0 0 3px rgba(146, 215, 175, .24);
}

.coming-soon-signup-row button {
  background: #0a5f3c;
  border: 1px solid #0a5f3c;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  min-height: 52px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
  white-space: nowrap;
}

.coming-soon-signup-row button:hover,
.coming-soon-signup-row button:focus {
  background: #0f7a4e;
  border-color: #0f7a4e;
  transform: translateY(-1px);
}

.coming-soon-form-message {
  border-radius: 8px;
  font-size: 13px !important;
  line-height: 1.4 !important;
  margin: 14px auto 0 !important;
  max-width: 520px !important;
  padding: 10px 12px;
}

.coming-soon-form-message-success {
  background: rgba(146, 215, 175, .12);
  border: 1px solid rgba(146, 215, 175, .32);
  color: #d9f7e5 !important;
}

.coming-soon-form-message-error {
  background: rgba(186, 26, 26, .12);
  border: 1px solid rgba(255, 180, 171, .34);
  color: #ffd0cb !important;
}

.coming-soon-details {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 34px;
}

.coming-soon-details span {
  border: 1px solid rgba(217, 247, 229, .28);
  border-radius: 999px;
  color: rgba(217, 247, 229, .82);
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  padding: 10px 14px;
  text-transform: uppercase;
}

a[class*="bg-primary"][class*="text-on-primary"],
button[class*="bg-primary"][class*="text-on-primary"],
a[class*="bg-background"][class*="text-on-background"],
button[class*="bg-background"][class*="text-on-background"],
a[class*="border"][class*="tracking-widest"],
button[class*="border"][class*="tracking-widest"] {
  border-radius: 999px;
}

input,
textarea,
select,
[class*="bg-surface-container-low"][class*="border"] {
  border-radius: 8px;
}

[class*="border border-on-background/10"],
[class*="border border-background/10"],
[class*="bg-surface-container-low sticky"],
[class*="bg-surface-container-low p-xl"] {
  border-radius: 8px;
}

@media (max-width: 720px) {
  .account-name-grid,
  .profile-name-grid,
  .profile-address-grid {
    grid-template-columns: 1fr;
  }

  .profile-form .profile-address-grid label {
    min-height: auto;
  }

  .site-nav-shell {
    margin: 0 12px;
    min-height: 64px;
  }

  .site-main {
    padding-top: 64px;
  }

  .brand-logo {
    height: 64px !important;
    max-width: min(280px, 64vw);
  }

  .account-page {
    padding: 24px 16px 48px;
  }

  .account-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .account-art {
    min-height: 220px;
  }

  .coming-soon-page {
    padding: 24px 18px;
  }

  .coming-soon-signup-row {
    grid-template-columns: 1fr;
  }

  .coming-soon-signup-row button {
    width: 100%;
  }

  .coming-soon-details {
    gap: 8px;
  }

  .news-hero-inner,
  .news-feature,
  .news-grid,
  .contact-hero-inner,
  .contact-layout,
  .contact-field-grid,
  .faq-hero-inner,
  .faq-layout,
  .brew-hero-inner,
  .brew-feature,
  .brew-video-grid,
  .profile-hero-inner,
  .profile-summary-grid,
  .profile-layout {
    grid-template-columns: 1fr;
  }

  .news-hero img,
  .contact-hero img,
  .faq-hero img,
  .brew-hero img,
  .profile-hero img {
    margin-left: 0;
    width: 160px;
  }

  .faq-aside {
    position: static;
  }

  .profile-orders-heading,
  .profile-order-meta,
  .profile-order-total,
  .profile-order-items div {
    align-items: flex-start;
    flex-direction: column;
  }

  .heritage-collections-hero-inner,
  .heritage-collection-layout {
    grid-template-columns: 1fr;
  }

  .heritage-collection-anchor-band {
    top: 64px;
  }

  .heritage-collections-badge {
    max-width: 240px;
  }

  .heritage-hero-inner,
  .heritage-grid,
  .heritage-grid-balanced {
    grid-template-columns: 1fr;
  }

  .heritage-hero {
    padding-top: 48px;
  }

  .heritage-hero-badge {
    margin: 0;
    max-width: 260px;
  }

  .founders-intro {
    text-align: left;
  }

  .founders-bio {
    align-items: flex-start;
    grid-template-columns: 1fr;
    margin: -28px 12px 0;
    max-width: none;
  }
}
