:root {
  --ink: #14201a;
  --muted: #596960;
  --green-950: #092719;
  --green-900: #143b2b;
  --green-700: #22684b;
  --green-100: #e7f1ea;
  --parchment: #fbf6e6;
  --gold: #b7832f;
  --rose: #8b3150;
  --line: #d7dfd4;
  --paper: #fffdf7;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(9, 39, 25, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }

.skip-link {
  position: absolute;
  top: -4rem;
  left: 1rem;
  z-index: 30;
  background: var(--gold);
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 6px;
}

.skip-link:focus { top: 1rem; }

.top-strip {
  padding: 0.7rem 1rem;
  text-align: center;
  background: var(--green-950);
  color: white;
  font-size: 0.93rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.85rem clamp(1rem, 4vw, 4rem);
  background: rgba(255, 253, 247, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 210px;
  text-decoration: none;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
}

.brand strong,
.site-footer h2,
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
}

.brand strong { display: block; font-size: 1.18rem; }
.brand small { display: block; color: var(--muted); font-size: 0.82rem; }

.primary-nav {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.primary-nav > a,
.shop-menu-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 0.8rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
}

.shop-menu-toggle {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  line-height: inherit;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

.primary-nav > a:hover,
.primary-nav > a[aria-current="page"],
.shop-menu-toggle[aria-current="page"] {
  background: var(--green-100);
}

@media (hover: hover) and (pointer: fine) {
  .shop-menu-toggle:hover:not([aria-expanded="true"]) {
    background: var(--green-100);
  }
}

.shop-menu-toggle[aria-expanded="true"]:not([aria-current="page"]),
.shop-menu-toggle[aria-expanded="true"]:not([aria-current="page"]):hover,
.shop-menu-toggle[aria-expanded="true"]:not([aria-current="page"]):focus,
.shop-menu-toggle[aria-expanded="true"]:not([aria-current="page"]):focus-visible {
  background: none;
  box-shadow: none;
}

.order-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 0.8rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  background: var(--gold);
  color: white;
  white-space: nowrap;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.shop-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-menu-panel {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  z-index: 24;
  display: grid;
  min-width: 11.5rem;
  padding: 0.35rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.shop-menu-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 0.5rem;
}

.shop-menu:has([aria-expanded="true"]) {
  z-index: 25;
}

.shop-menu-panel[hidden] {
  display: none;
}

.shop-menu-panel a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 0.8rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  color: var(--green-950);
  white-space: nowrap;
}

.shop-menu-panel a:hover,
.shop-menu-panel a[aria-current="page"] {
  background: var(--green-100);
}

.header-cart {
  display: flex;
  align-items: center;
  min-width: 0;
}

.header-cart paypal-cart-button {
  display: block;
  max-width: 100%;
}

.header-cart .viewCartButtonContainer,
.header-cart .buttonColorStyle {
  background: var(--white);
  color: var(--green-950);
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 40px;
  height: 40px;
  padding: 0 0.85rem;
  font-weight: 800;
  font-size: 0.9rem;
  box-shadow: none;
  filter: none;
}

.header-cart .buttonColorStyle:hover,
.header-cart .buttonColorStyle:hover:enabled {
  background: var(--green-100);
  color: var(--green-950);
}

.header-cart .viewCartButtonContainer svg path {
  fill: currentColor;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.74fr);
  gap: clamp(1.4rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem);
  background:
    linear-gradient(120deg, rgba(9, 39, 25, 0.97), rgba(20, 59, 43, 0.92)),
    var(--green-900);
  color: white;
}

.hero-copy {
  max-width: 850px;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow,
.cta-band .eyebrow {
  color: #f7daa3;
}

h1 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 6.2rem);
  line-height: 0.95;
}

h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(1.75rem, 3.4vw, 3.15rem);
  line-height: 1.08;
}

.lede,
.page-hero p,
.shop-hero p,
.contact-layout p,
.summary {
  font-size: 1.12rem;
  line-height: 1.72;
}

.lede {
  max-width: 760px;
}

.actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 1.6rem 0;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 1.1rem;
  text-decoration: none;
  font-weight: 900;
}

.button.primary {
  background: var(--gold);
  color: white;
}

.button.secondary,
.button.light {
  background: white;
  color: var(--green-950);
  border-color: var(--line);
}

.map-frame {
  display: block;
  max-height: 78vh;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: var(--parchment);
  box-shadow: var(--shadow);
}

.map-frame img {
  width: 100%;
  max-height: 78vh;
  object-fit: cover;
  object-position: top;
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0;
  margin: 1.8rem 0 0;
  list-style: none;
}

.spec-list li {
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
}

.product-copy .spec-list li {
  border-color: var(--line);
  background: var(--green-100);
}

.spec-list strong,
.spec-list span {
  display: block;
}

.spec-list span {
  margin-top: 0.25rem;
  color: inherit;
  opacity: 0.85;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.trust-bar div {
  padding: 1rem clamp(1rem, 3vw, 2rem);
  background: var(--paper);
}

.trust-bar strong,
.trust-bar span {
  display: block;
}

.trust-bar strong {
  color: var(--green-950);
  font-size: 0.96rem;
}

.trust-bar span {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.section {
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1rem, 5vw, 5rem);
}

.lifestyle-scene {
  padding-block: clamp(1.6rem, 3.4vw, 2.8rem);
}

.lifestyle-scene figure,
.lifestyle-inset,
.lifestyle-trio figure {
  margin: 0;
}

.lifestyle-media {
  width: 100%;
  border-radius: 6px;
}

.lifestyle-crop {
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.lifestyle-natural {
  height: auto;
  object-fit: contain;
}

.lifestyle-library { object-position: 50% 42%; }
.lifestyle-living { object-position: 50% 28%; }
.lifestyle-family { object-position: 50% 58%; }
.lifestyle-gift { object-position: 50% 45%; }
.lifestyle-office { object-position: 50% 32%; }
.lifestyle-restaurant { object-position: 58% 36%; }
.lifestyle-bedroom { object-position: 48% 36%; }

.lifestyle-caption {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lifestyle-caption-note {
  display: block;
  margin-top: 0.28rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.4;
}

.lifestyle-inset {
  margin-top: 1.35rem;
}

.lifestyle-row {
  padding-block: clamp(1.4rem, 3vw, 2.4rem);
}

.lifestyle-trio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lifestyle-trio .lifestyle-crop {
  aspect-ratio: 4 / 3;
}

.lifestyle-scene-secondary {
  display: flex;
  justify-content: center;
  padding-block: clamp(1.4rem, 3vw, 2.6rem);
}

.lifestyle-scene-secondary figure {
  width: min(720px, 100%);
}

.lifestyle-scene-secondary .lifestyle-crop {
  aspect-ratio: 5 / 4;
}

.premium-proof {
  display: grid;
  grid-template-columns: minmax(240px, 0.76fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
  background: var(--parchment);
  border-bottom: 1px solid var(--line);
}

.premium-proof p {
  color: var(--muted);
  line-height: 1.7;
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.proof-list article {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.proof-list strong,
.proof-list span {
  display: block;
}

.proof-list strong {
  color: var(--green-950);
}

.proof-list span {
  margin-top: 0.35rem;
  color: var(--muted);
  line-height: 1.5;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}

.alt,
.family-search {
  background: var(--green-100);
  border-block: 1px solid var(--line);
}

.prose {
  max-width: 900px;
}

.prose p,
.prose li,
.centered p,
.links-list p,
.order-panel p,
.site-footer p,
.contact-card,
.product-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.prose h3 {
  margin-top: 2rem;
  color: var(--green-950);
}

.prose ol {
  padding-left: 1.4rem;
}

.text-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--green-700);
  font-weight: 900;
  text-underline-offset: 4px;
}

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

.card-grid a,
.links-list article,
.order-panel,
.contact-card,
.step-card,
.product-image,
.store-product,
.details-table,
.family-table-wrap {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 28px rgba(9, 39, 25, 0.07);
}

.card-grid a {
  min-height: 150px;
  padding: 1.25rem;
  text-decoration: none;
}

.card-grid span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.card-grid strong {
  display: block;
  margin-top: 0.75rem;
  color: var(--green-950);
  font-size: 1.25rem;
  line-height: 1.25;
}

.cta-band {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 5vw, 5rem);
  background: var(--green-950);
  color: white;
}

.cta-band h2 {
  color: white;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 1.2rem clamp(1rem, 5vw, 5rem) 0;
  color: var(--muted);
}

.breadcrumbs a {
  color: var(--green-700);
  font-weight: 900;
}

.product-layout,
.shop-hero,
.contact-layout,
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.7fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1rem, 5vw, 5rem);
}

.page-hero,
.shop-hero,
.contact-layout {
  align-items: center;
  background: var(--parchment);
  border-bottom: 1px solid var(--line);
}

.contact-layout > * {
  min-width: 0;
}

.page-hero.compact {
  grid-template-columns: minmax(0, 1fr) 180px;
}

.page-hero img {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-image {
  margin: 0;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  aspect-ratio: 1000 / 1444;
  object-fit: cover;
  object-position: top;
}

.product-image figcaption {
  padding: 0.9rem 1rem;
  color: var(--muted);
}

.product-copy h1,
.shop-hero h1,
.contact-layout h1,
.page-hero h1 {
  color: var(--green-950);
}

.contact-layout h1 {
  font-size: clamp(2.5rem, 3.8vw + 0.4rem, 4rem);
  line-height: 1.05;
  overflow-wrap: break-word;
}

.price {
  margin: 1rem 0;
  color: var(--rose);
  font-size: 2rem;
  font-weight: 950;
}

.shipping-line {
  margin: -0.4rem 0 1rem;
  color: var(--green-700);
  font-weight: 900;
}

.details-table {
  width: 100%;
  margin-top: 1.3rem;
  border-collapse: collapse;
  overflow: hidden;
}

.details-table th,
.details-table td {
  padding: 0.85rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.details-table th {
  width: 34%;
  color: var(--green-950);
}

.order-panel {
  padding: 1.25rem;
}

.order-panel dl {
  display: grid;
  gap: 0.75rem;
}

.order-panel dt {
  color: var(--green-950);
  font-weight: 900;
}

.order-panel dd {
  margin: 0.2rem 0 0;
  color: var(--muted);
}

.order-panel .button {
  width: 100%;
  margin-top: 0.7rem;
}

.store-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.store-hero {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
}

.store-thumb {
  margin: 0;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
}

.store-thumb img {
  border-radius: 6px;
}

.store-thumb figcaption {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.store-product {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 1.2rem;
  padding: 1.2rem;
}

.store-product img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: top;
  border-radius: 6px;
  border: 1px solid var(--line);
}

.store-product p {
  color: var(--muted);
  line-height: 1.7;
}

.store-product .spec-list li {
  border-color: var(--line);
  background: var(--green-100);
}

.checkout-panel {
  position: sticky;
  top: 112px;
}

.checkout-panel a {
  color: var(--green-700);
  font-weight: 900;
}

.paypal-hosted-button {
  min-height: 120px;
  margin-top: 1rem;
}

.payment-note {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.faq-section {
  background: var(--green-100);
  border-block: 1px solid var(--line);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 8px 20px rgba(9, 39, 25, 0.06);
}

.faq-list summary {
  cursor: pointer;
  padding: 1rem;
  color: var(--green-950);
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--muted);
  line-height: 1.55;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1rem;
}

.search-box {
  display: grid;
  gap: 0.45rem;
  min-width: min(420px, 100%);
  color: var(--green-950);
  font-weight: 900;
}

.search-box input {
  min-height: 46px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 0.85rem;
  background: white;
}

.family-table-wrap {
  overflow-x: auto;
}

.family-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.family-table caption {
  padding: 0.85rem;
  text-align: left;
  color: var(--muted);
  font-weight: 800;
}

.family-table td {
  width: 20%;
  padding: 0.55rem 0.75rem;
  border-top: 1px solid var(--line);
}

.family-table span {
  display: inline-flex;
  color: var(--green-950);
  font-weight: 700;
}

.family-table tr[hidden] {
  display: none;
}

.steps {
  display: grid;
  gap: 1rem;
}

.step-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.45fr);
  gap: 1rem;
  padding: 1rem;
  align-items: center;
}

.step-card img {
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--line);
}

.step-card p:last-child {
  color: var(--muted);
  line-height: 1.7;
}

.centered {
  max-width: 980px;
  text-align: center;
  margin-inline: auto;
}

.links-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.links-list article {
  padding: 1.15rem;
}

.links-list h2 {
  font-size: 1.35rem;
}

.contact-card {
  padding: 1.25rem;
  width: 100%;
  max-width: 100%;
  font-size: 0.94rem;
  line-height: 1.45;
  overflow: visible;
}

.contact-card a {
  display: block;
  margin: 0.65rem 0;
  color: var(--green-700);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-card address {
  line-height: 1.45;
}

.contact-card .contact-note {
  margin: 0.75rem 0 0;
  font-size: 0.84rem;
  line-height: 1.38;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1.1fr;
  gap: 1.5rem;
  padding: 2.5rem clamp(1rem, 5vw, 5rem);
  background: var(--green-950);
  color: white;
}

.site-footer h2 {
  margin: 0 0 0.8rem;
  color: #f7daa3;
  font-size: 1.25rem;
}

.site-footer a,
.site-footer address,
.site-footer p {
  display: block;
  margin: 0.45rem 0;
  color: rgba(255,255,255,0.82);
  font-style: normal;
}

.site-chat {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  width: min(380px, calc(100vw - 2rem));
}

.chat-toggle {
  display: flex;
  min-height: 48px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 999px;
  background: var(--green-950);
  color: white;
  box-shadow: 0 12px 30px rgba(9, 39, 25, 0.22);
  cursor: pointer;
  font-weight: 900;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 3.75rem;
  display: grid;
  max-height: min(680px, calc(100vh - 6rem));
  width: 100%;
  grid-template-rows: auto minmax(100px, 1fr) auto auto auto;
  gap: 0.85rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.chat-panel[hidden] {
  display: none;
}

.chat-panel header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0;
}

.chat-panel h2 {
  font-size: 1.2rem;
}

.chat-close {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  color: var(--green-950);
  cursor: pointer;
  font-weight: 900;
}

.chat-log {
  display: grid;
  gap: 0.55rem;
  overflow-y: auto;
  padding: 0 1rem;
}

.chat-message {
  max-width: 92%;
  margin: 0;
  padding: 0.75rem;
  border-radius: 8px;
  line-height: 1.45;
}

.chat-message.bot {
  justify-self: start;
  background: var(--green-100);
  color: var(--green-950);
}

.chat-message.user {
  justify-self: end;
  background: var(--green-950);
  color: white;
}

.chat-message a {
  display: inline-block;
  margin-top: 0.45rem;
  color: var(--green-700);
  font-weight: 900;
}

.chat-suggestions {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  padding: 0 1rem;
}

.chat-suggestions button {
  flex: 0 0 auto;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--green-950);
  cursor: pointer;
  font-weight: 800;
}

.chat-form,
.chat-contact-form {
  display: grid;
  gap: 0.65rem;
  padding: 0 1rem;
}

.chat-form label,
.chat-contact-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--green-950);
  font-weight: 900;
}

.chat-form input,
.chat-contact-form input,
.chat-contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.72rem 0.8rem;
  background: white;
  color: var(--ink);
}

.chat-contact-form textarea {
  resize: vertical;
}

.chat-followup {
  display: grid;
  gap: 0.65rem;
  border-top: 1px solid var(--line);
  padding-top: 0.85rem;
}

.chat-followup[hidden] {
  display: none;
}

.chat-followup p,
.chat-fineprint {
  margin: 0;
  padding: 0 1rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.chat-fineprint {
  padding-bottom: 1rem;
}

html.volume-access-open [data-bulk-gate] {
  display: none !important;
}

html.volume-access-open [data-bulk-store][hidden] {
  display: block !important;
}

.bulk-gate-section {
  display: grid;
  place-items: center;
  min-height: min(72vh, 760px);
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1rem, 5vw, 5rem);
  background: var(--parchment);
}

.bulk-gate-card {
  width: min(640px, 100%);
  min-width: 0;
  padding: 1.6rem 1.5rem 1.7rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.bulk-gate-card h1 {
  color: var(--green-950);
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1.05;
}

.bulk-gate-card p {
  color: var(--muted);
  line-height: 1.7;
}

.bulk-access-form {
  display: grid;
  gap: 0.75rem;
  margin: 1.4rem 0 0.4rem;
}

.bulk-access-form label {
  display: grid;
  gap: 0.4rem;
  color: var(--green-950);
  font-weight: 900;
}

.bulk-access-form input {
  min-height: 46px;
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 0.85rem;
  background: white;
}

.bulk-access-form .button {
  justify-self: start;
}

.bulk-access-error {
  margin: 0;
  color: var(--rose);
  font-weight: 800;
}

.bulk-access-request {
  margin: 1.25rem 0 0.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}

.bulk-access-request-title {
  margin: 0 0 0.4rem;
  color: var(--green-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.3;
}

.bulk-access-request p {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
}

.bulk-access-request p:last-child {
  margin-bottom: 0;
}

.bulk-access-request a {
  color: var(--green-700);
  font-weight: 800;
}

.bulk-store,
.bulk-packages,
.bulk-package,
.header-cart,
.bulk-add-to-cart {
  min-width: 0;
}

.bulk-add-to-cart,
.bulk-add-to-cart paypal-add-to-cart-button {
  display: block;
  max-width: 100%;
}

.bulk-add-to-cart {
  overflow: hidden;
}

.bulk-lifestyle {
  padding-block: clamp(1.2rem, 2.6vw, 2rem);
}

.bulk-audience {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
}

.bulk-packages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bulk-package {
  display: grid;
  align-content: start;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 28px rgba(9, 39, 25, 0.07);
}

.bulk-package h3 {
  margin: 0;
  color: var(--green-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.6vw, 1.45rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

button.button {
  cursor: pointer;
}

.bulk-total {
  margin: 0.45rem 0 0;
  color: var(--green-700);
  font-weight: 800;
}

.bulk-package .price {
  margin: 0.7rem 0;
  color: var(--green-950);
}

.bulk-package-details {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  color: var(--muted);
  line-height: 1.55;
}

.bulk-package-details li + li {
  margin-top: 0.4rem;
}

.bulk-custom-note {
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.bulk-custom-note a,
.order-panel a {
  color: var(--green-700);
  font-weight: 900;
}

.checkout-panel .bulk-orders-link {
  margin-top: 0.85rem;
}

@media (max-width: 1060px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-actions {
    align-self: stretch;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .order-pill,
  .header-cart,
  .header-cart paypal-cart-button {
    width: 100%;
  }

  .order-pill {
    justify-content: center;
  }

  .shop-menu {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    align-items: center;
  }

  .shop-menu-toggle {
    width: auto;
  }

  .shop-menu-panel {
    position: static;
    left: auto;
    min-width: 0;
    width: 100%;
    margin-top: 0.2rem;
  }

  .header-cart .viewCartButtonContainer {
    width: 100%;
    justify-content: center;
  }

  .hero,
  .product-layout,
  .shop-hero,
  .contact-layout,
  .page-hero,
  .store-layout,
  .premium-proof,
  .two-column,
  .bulk-audience {
    grid-template-columns: 1fr;
  }

  .contact-layout h1 {
    font-size: clamp(2.5rem, 7vw, 3.5rem);
  }

  .checkout-panel {
    position: static;
  }

  .bulk-packages {
    grid-template-columns: 1fr;
  }

  .map-frame,
  .map-frame img {
    max-height: none;
  }
}

@media (max-width: 760px) {
  .top-strip {
    font-size: 0.84rem;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .primary-nav {
    width: 100%;
  }

  .primary-nav > a {
    flex: 1 1 calc(33.33% - 0.25rem);
  }

  .shop-menu {
    flex: 1 1 100%;
  }

  .primary-nav > a,
  .shop-menu-toggle {
    justify-content: center;
    padding-inline: 0.45rem;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .spec-list,
  .trust-bar,
  .proof-list,
  .faq-list,
  .card-grid,
  .links-list,
  .site-footer,
  .store-product,
  .step-card,
  .lifestyle-trio,
  .bulk-packages {
    grid-template-columns: 1fr;
  }

  .cta-band,
  .section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .actions .button,
  .cta-band .button {
    width: 100%;
  }

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

  .page-hero.compact img {
    width: 180px;
  }

  .chat-panel {
    max-height: min(680px, calc(100vh - 5.25rem));
  }

  .lifestyle-library { object-position: 50% 38%; }
  .lifestyle-living { object-position: 50% 22%; }
  .lifestyle-family { object-position: 50% 62%; }
  .lifestyle-gift { object-position: 48% 42%; }
  .lifestyle-office { object-position: 50% 28%; }
  .lifestyle-restaurant { object-position: 62% 32%; }
  .lifestyle-bedroom { object-position: 46% 34%; }

  .lifestyle-scene .lifestyle-crop {
    aspect-ratio: 5 / 4;
  }
}

@media (max-width: 420px) {
  .primary-nav > a {
    flex-basis: calc(50% - 0.25rem);
  }

  .hero,
  .section,
  .product-layout,
  .shop-hero,
  .contact-layout,
  .page-hero,
  .cta-band,
  .site-footer,
  .bulk-gate-section {
    padding-inline: 0.9rem;
  }

  .details-table th,
  .details-table td {
    display: block;
    width: 100%;
  }

  .contact-layout .actions,
  .contact-layout .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .contact-layout h1 {
    font-size: 2.25rem;
    overflow-wrap: anywhere;
  }

  .bulk-access-form .button {
    width: 100%;
    justify-self: stretch;
  }

  .contact-layout p:not(.eyebrow) {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .contact-card {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .contact-card .contact-note {
    font-size: 0.8rem;
  }

  .site-chat {
    right: 0.75rem;
    bottom: 0.75rem;
    width: calc(100vw - 1.5rem);
  }

  .chat-panel {
    bottom: 3.45rem;
  }
}