:root {
  --paper: #f2f6f4;
  --ink: #172d2b;
  --muted: #5d716d;
  --green: #205b4e;
  --wine: #c54458;
  --ochre: #c8794e;
  --line: #ccdcd8;
  --soft: #dfebe8;
  --sand: #e8e4d8;
  --sage: #cfe1db;
  --deep: #102522;
  --sky: #d9e9ea;
}

body {
  background: var(--paper);
  color: var(--ink);
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline-color: var(--ochre);
}

.preview-note {
  color: #345b56;
  background: rgba(217, 233, 234, 0.82);
}

.site-header {
  background: rgba(242, 246, 244, 0.9);
  border-bottom: 0;
  backdrop-filter: blur(14px);
}

.site-header::after {
  content: "";
  display: block;
  height: 5px;
  opacity: 0.9;
  background: linear-gradient(148deg, transparent 0 34%, #002b6c 34% 37%, #ffffff 37% 38.5%, #c9082a 38.5% 44%, #ffffff 44% 45.5%, #009b42 45.5% 48%, transparent 48% 100%);
}

.main-nav a:hover {
  color: var(--wine);
}

.order-button {
  background: var(--wine);
  box-shadow: 0 10px 24px rgba(197, 68, 88, 0.15);
}

.order-button:hover {
  background: #a83248;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(13, 35, 32, 0.88), rgba(16, 43, 38, 0.54) 44%, rgba(16, 43, 38, 0.08) 84%);
}

.hero:after {
  background: linear-gradient(0deg, var(--paper), transparent);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -12%;
  bottom: 92px;
  width: 68%;
  height: 20px;
  border-radius: 50%;
  opacity: 0.28;
  transform: rotate(-9deg);
  background: linear-gradient(148deg, #002b6c 0 30%, #ffffff 30% 35%, #c9082a 35% 57%, #ffffff 57% 62%, #009b42 62% 100%);
  filter: blur(1px);
  pointer-events: none;
}

.hero .eyebrow {
  color: #c9e4df;
}

.hero h1 span {
  color: #ffd0c9;
}

.button.light {
  background: #f7faf8;
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(10, 33, 29, 0.14);
}

.button.light:hover {
  background: #e5f0ed;
}

.button.dark {
  background: var(--green);
}

.button.dark:hover {
  background: var(--deep);
}

.range-section {
  position: relative;
  isolation: isolate;
  padding-top: 78px;
  padding-bottom: 70px;
}

.range-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 calc((100vw - 100%) / -2);
  background: linear-gradient(180deg, var(--paper) 0%, #f0f5f2 48%, #e5efed 100%);
}

.section-heading > p,
.catalogue-note,
.product-description,
.results-label,
.roots-photo figcaption,
.roots-copy p,
.delivery-copy > p:not(.eyebrow),
.delivery-map figcaption,
.site-footer > p,
.map-credit {
  color: var(--muted);
}

.trade-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 8px 0 42px;
}

.trade-path {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 188px;
  padding: 28px 32px 26px;
  border-radius: 34px 72px 34px 72px;
}

.trade-path::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 180px;
  height: 180px;
  right: -44px;
  bottom: -92px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.46);
  filter: blur(2px);
}

.trade-path-florists {
  background: radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.72), transparent 36%), linear-gradient(135deg, #f7dfde, #f3e9e8 62%, #e2efeb);
}

.trade-path-landscape {
  background: radial-gradient(circle at 90% 6%, rgba(255, 255, 255, 0.7), transparent 38%), linear-gradient(135deg, #d9ebe7, #e1eeeb 62%, #e8eddf);
}

.trade-path .eyebrow {
  margin-bottom: 10px;
  color: var(--wine);
}

.trade-path-landscape .eyebrow {
  color: var(--green);
}

.trade-path h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.trade-path p:not(.eyebrow) {
  max-width: 390px;
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.trade-path-link {
  display: inline-flex;
  gap: 22px;
  color: var(--ink);
  border-bottom: 1px solid rgba(23, 45, 43, 0.34);
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 650;
}

.trade-path-link:hover {
  color: var(--wine);
  border-color: var(--wine);
}

.catalogue-toolbar {
  border-bottom-color: rgba(23, 45, 43, 0.13);
}

.category-nav button.active,
.product-category {
  color: var(--wine);
}

.category-nav button.active {
  border-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 9px;
}

.category-nav button:hover,
.product h3 button:hover {
  color: var(--wine);
}

.search-label input {
  border-bottom-color: rgba(23, 45, 43, 0.2);
}

.product-grid {
  margin-top: 30px;
  row-gap: 50px;
}

.product-image {
  height: 300px;
  padding: 18px 20px;
  background: radial-gradient(ellipse at 50% 75%, #d8e9e7 0%, #ecf4f1 58%, rgba(242, 246, 244, 0) 100%);
  border-radius: 22px 22px 44% 44% / 18px 18px 16% 16%;
}

.product {
  padding-bottom: 24px;
}

.product-bottom {
  align-items: flex-start;
  border-bottom-color: rgba(23, 45, 43, 0.14);
}

.product-status {
  min-width: 0;
  padding-top: 8px;
}

.sample-label {
  color: #60746e;
  font-size: 12px;
}

.availability-tag {
  display: block;
  margin-top: 3px;
  color: var(--green);
  font-size: 11px;
}

.add-button {
  border-color: rgba(197, 68, 88, 0.34);
}

.add-button:hover {
  background: var(--wine);
  border-color: var(--wine);
}

.availability-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 42px;
  align-items: center;
  margin: 0 0 20px;
  padding: 30px 34px 32px;
  border-radius: 30px 74px 30px 74px;
  background: radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.76), transparent 35%), linear-gradient(115deg, rgba(215, 233, 233, 0.92), rgba(236, 235, 220, 0.72));
}

.availability-copy .eyebrow {
  margin-bottom: 10px;
  color: var(--green);
}

.availability-copy h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.availability-copy > p:not(.eyebrow):not(.availability-update) {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.availability-update {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 12px;
}

.availability-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(32, 91, 78, 0.1);
}

.availability-states {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.availability-state {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  padding: 8px 13px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--ink);
  font-size: 12px;
}

.availability-state i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.availability-state.limited i {
  background: var(--ochre);
}

.availability-state.substitute i {
  background: var(--wine);
}

.roots-section {
  position: relative;
  isolation: isolate;
  padding: 112px 0 86px;
  color: var(--ink);
  background: linear-gradient(180deg, #e5f0ed 0%, #c9ded8 18%, #b2cec5 52%, #dcebe7 84%, var(--paper) 100%);
}

.roots-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(ellipse at 72% 42%, rgba(255, 255, 255, 0.4), transparent 42%);
  pointer-events: none;
}

.roots-photo img {
  box-shadow: 0 24px 48px rgba(16, 37, 34, 0.14);
}

.roots-photo figcaption,
.roots-copy p,
.roots-copy .roots-values {
  color: var(--muted);
}

.roots-copy .lead {
  color: var(--ink);
}

.roots-values span {
  border-bottom-color: rgba(32, 91, 78, 0.24);
}

.origin-pledge {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
  padding: 12px 16px 12px 12px;
  border-radius: 18px 42px 18px 42px;
  background: rgba(247, 250, 248, 0.44);
}

.origin-pledge p {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.45;
}

.origin-pledge p strong {
  font-size: 14px;
  font-weight: 650;
}

.namibia-colour-strip {
  position: relative;
  display: inline-flex;
  width: 45px;
  height: 27px;
  flex-shrink: 0;
  border-radius: 14px;
  background: linear-gradient(148deg, #002b6c 0 34%, #ffffff 34% 40%, #c9082a 40% 61%, #ffffff 61% 67%, #009b42 67% 100%);
  box-shadow: 0 4px 12px rgba(16, 37, 34, 0.1);
  transform: rotate(-8deg);
}

.namibia-colour-strip i {
  display: none;
}

.namibia-colour-strip::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 7px;
  height: 7px;
  border: 2px solid #002b6c;
  border-radius: 50%;
  background: #ffce00;
}

.delivery-section {
  position: relative;
  isolation: isolate;
  padding-top: 98px;
  padding-bottom: 106px;
}

.delivery-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 calc((100vw - 100%) / -2);
  background: linear-gradient(180deg, #dcebe7 0%, var(--paper) 31%, #f4e4dc 100%);
}

.delivery-copy .eyebrow,
.text-link {
  color: var(--wine);
}

.text-link {
  border-bottom-color: var(--wine);
}

.order-steps li span {
  color: var(--wine);
}

.updates-section {
  position: relative;
  isolation: isolate;
  color: var(--ink);
  background: linear-gradient(180deg, #f4e4dc 0%, #f1cdbd 18%, #e7aa91 52%, #f1d9cf 84%, var(--paper) 100%);
  padding: 88px 0 96px;
}

.updates-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(ellipse at 78% 48%, rgba(255, 255, 255, 0.32), transparent 40%);
  pointer-events: none;
}

.updates-section .eyebrow {
  color: var(--wine);
}

.updates-section p,
.updates-section .form-preview,
.updates-section label > span,
.updates-section #subscription-status {
  color: var(--ink);
}

.updates-section input:not([type="checkbox"]):not([type="search"]),
.updates-section textarea {
  color: var(--ink);
  border-bottom-color: rgba(23, 45, 43, 0.38);
}

.updates-section input::placeholder,
.updates-section textarea::placeholder {
  color: #805b50;
}

.updates-section .button.dark {
  color: #fff;
  background: var(--deep);
  box-shadow: 0 10px 24px rgba(16, 37, 34, 0.15);
}

.updates-section .button.dark:hover {
  background: var(--green);
}

dialog {
  background: #f7faf8;
  color: var(--ink);
  box-shadow: 0 20px 100px rgba(10, 33, 29, 0.24);
}

dialog::backdrop {
  background: rgba(13, 35, 32, 0.7);
}

.close-dialog:hover {
  background: #e2eeeb;
}

.detail-copy dl div,
.order-line {
  border-top-color: var(--line);
  border-bottom-color: var(--line);
}

.toast {
  background: var(--deep);
}

@media (max-width: 700px) {
  .trade-paths,
  .availability-panel {
    grid-template-columns: 1fr;
  }

  .trade-paths {
    gap: 14px;
    margin-bottom: 28px;
  }

  .trade-path {
    min-height: 0;
    padding: 24px 24px 23px;
    border-radius: 26px 52px 26px 52px;
  }

  .availability-panel {
    gap: 22px;
    margin-bottom: 16px;
    padding: 25px 24px 27px;
    border-radius: 25px 54px 25px 54px;
  }

  .availability-states {
    gap: 7px;
  }

  .range-section {
    padding-top: 50px;
    padding-bottom: 44px;
  }

  .product-grid {
    margin-top: 18px;
    row-gap: 32px;
  }

  .product-image {
    height: 220px;
    padding: 12px;
  }

  .roots-section {
    padding: 58px 0 54px;
  }

  .origin-pledge {
    margin-top: 22px;
  }

  .delivery-section {
    padding-top: 62px;
    padding-bottom: 64px;
  }

  .updates-section {
    padding: 60px 0 64px;
  }
}
/* Supplier catalogue: flowing compact cards, with explicit image availability. */
.inventory-filters{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:end;margin:1.5rem 0 2rem}
.inventory-filters label{display:grid;gap:.5rem;font-size:.9rem;color:var(--muted)}
.inventory-filters select{font:inherit;color:var(--ink);background:rgba(255,255,255,.6);border:1px solid var(--line);border-radius:1.5rem;padding:.75rem 1rem;max-width:100%}
.inventory-grid{align-items:start;gap:2.5rem 1.5rem}
.inventory-grid .product-image{width:100%;border-radius:2.5rem .8rem 2.5rem .8rem;overflow:hidden}
.inventory-grid .without-photo .product-image{aspect-ratio:auto;height:auto;background:transparent}
.photo-pending{display:flex;flex-direction:column;justify-content:center;gap:.4rem;min-height:90px;padding:1.2rem;background:linear-gradient(125deg,rgba(32,91,78,.1),transparent);color:var(--green);text-align:left;border-radius:2.5rem .8rem}
.photo-pending span{font-size:1rem}.photo-pending small{font-size:.875rem;color:var(--muted)}
.inventory-grid .product h3{font-size:1.25rem;line-height:1.35;overflow-wrap:anywhere}
/* Coordinate-derived map. No separate hand-positioned road overlay. */
.delivery-section{grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:42px}
.delivery-map-link{display:block;border-radius:16px}
.delivery-map-link:focus-visible,.map-enlarge:focus-visible{outline:2px solid var(--green);outline-offset:6px}
.delivery-map .delivery-map-link img{display:block;width:100%;max-width:760px;height:auto;object-fit:contain;margin:auto}
.delivery-map figcaption{font-size:13px;line-height:1.6;color:var(--muted);margin:14px auto 0;max-width:580px}
.delivery-map figcaption small{display:block;font-size:12px;margin-top:8px}
.map-key{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap}
.map-key i{width:28px;height:2px;background:#b53341;display:inline-block}
.map-key b{font-weight:400}
.map-enlarge{display:inline-block;color:var(--green);text-underline-offset:4px;margin-top:9px;font-weight:600}
.map-attribution a{color:inherit;text-underline-offset:3px}
@media(max-width:950px){.delivery-section{grid-template-columns:1fr;gap:34px}.delivery-copy{max-width:600px}.delivery-map{width:100%;max-width:820px;margin-inline:auto}}
@media(max-width:700px){.delivery-map figcaption{font-size:12px}.delivery-map figcaption small{font-size:11px}.delivery-map .delivery-map-link img{max-width:100%}}
.inventory-grid .product-bottom{align-items:flex-start;gap:.8rem;flex-wrap:wrap}
.inventory-grid .availability-tag{font-size:.875rem;white-space:normal}
.stock-limited{color:#883e19!important;background:#f5e5cf!important}
#load-more{margin:2rem 0 0}#load-more[hidden]{display:none}
.product-detail-layout>.photo-pending{min-height:220px;align-self:start}
.order-no-photo{width:64px;min-height:64px;display:grid;place-items:center;color:var(--green);background:var(--soft);border-radius:1rem}
@media(max-width:600px){.inventory-filters{align-items:stretch;flex-direction:column}.inventory-filters select{width:100%}.inventory-grid{grid-template-columns:1fr 1fr;gap:1.8rem .8rem}.inventory-grid .product h3{font-size:1rem}.inventory-grid .add-button{font-size:.875rem}.photo-pending{padding:1rem;min-height:100px}.inventory-grid .product-bottom{flex-direction:column}}
@media(max-width:380px){.inventory-grid{grid-template-columns:1fr}}

/* The masthead floats across the header/photo transition. The inline SVG
   removes the paper from the original scan without changing its lettering. */
.site-header {
  position: relative;
  z-index: 2;
  background: var(--paper);
  backdrop-filter: none;
}
.site-header .header-inner {
  position: relative;
  min-height: 138px;
  align-items: flex-start;
  gap: 28px;
  padding-top: 20px;
}
.site-header::after { display: none; }
.site-header .brand {
  position: absolute;
  z-index: 1;
  top: calc(-26px + 1cm);
  left: -10px;
  width: clamp(530px, 47vw, 680px);
  margin: 0;
  line-height: 0;
}
.site-header .brand-mark {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.site-header .main-nav { padding-top: 12px; }
.site-header .origin-mark { margin-top: 2px; }
.site-header .order-button { margin-left: 0; }
.hero {
  min-height: 755px;
}
.hero-shade {
  background:
    linear-gradient(180deg, var(--paper) 0%, rgba(242,246,244,.8) 5%, rgba(242,246,244,.28) 15%, transparent 24%),
    linear-gradient(90deg, rgba(13,35,32,.88), rgba(16,43,38,.54) 44%, rgba(16,43,38,.08) 84%);
}
.hero .hero-inner { padding-top: 174px; }
@media (min-width: 1500px) {
  .site-header .header-inner { min-height: 146px; }
  .site-header .brand { top: calc(-32px + 1cm); }
  .hero .hero-inner { padding-top: 186px; }
}
@media (max-width: 1150px) {
  .site-header .header-inner { min-height: 132px; gap: 20px; }
  .site-header .brand { top: calc(-20px + 1cm); width: clamp(470px, 59vw, 580px); }
  .hero .hero-inner { padding-top: 168px; }
}
@media (max-width: 700px) {
  .site-header .header-inner { min-height: 138px; padding-top: 16px; gap: 14px; flex-wrap: nowrap; }
  .site-header .brand { top: calc(56px + 1cm); left: -5px; width: calc(100% + 10px); }
  .site-header .origin-mark { width: auto; margin: 0 auto 0 0; }
  .site-header .order-button { margin: 0; }
  .hero { min-height: 720px; }
  .hero .hero-inner { padding-top: clamp(100px, 25vw, 176px); }
}
@media (max-width: 420px) {
  .site-header .header-inner { min-height: 124px; gap: 10px; }
  .site-header .brand { top: calc(60px + 1cm); width: calc(100% + 10px); }
  .site-header .origin-mark { justify-content: flex-start; width: auto; }
  .site-header .origin-mark img { width: 116px; }
  .site-header .order-button { padding: 9px 10px 9px 14px; }
  .hero .hero-inner { padding-top: 104px; }
}
