@import url('/vendor/bulma.min.css');
:root {
  --forest: #153e32;
  --deep: #102e25;
  --leaf: #496741;
  --yellow: #e9db86;
  --paper: #f6f5ef;
  --ink: #193b30;
  --muted: #606d64;
  --line: #dce2d8;
  --bulma-primary-h: 153deg;
  --bulma-primary-s: 49%;
  --bulma-primary-l: 16%;
  --bulma-body-color: var(--ink);
  --bulma-body-background-color: #fff;
  --bulma-scheme-main: #fff;
  --bulma-text: #193b30;
  --bulma-link: #153e32;
  --bulma-input-background-color: #fff;
  --bulma-input-color: #193b30;
  --bulma-input-border-color: #c5cec4;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: #fff;
}
a {
  color: inherit;
}
a:hover {
  color: var(--leaf);
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  outline-offset: 5px;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #a88c2f;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
.serif {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}
h1 {
  font-size: clamp(2.8rem, 5.2vw, 5.3rem);
  line-height: 1.04;
}
h2 {
  font-size: clamp(2.1rem, 3.6vw, 3.5rem);
  line-height: 1.12;
}
h3 {
  font-size: 1.25rem;
}
.wrap {
  width: min(1240px, calc(100% - 64px));
  margin: auto;
}
.preview-bar {
  background: var(--yellow);
  color: #302f16;
  text-align: center;
  padding: 9px 20px;
  font-size: 0.875rem;
}
.preview-bar a {
  text-decoration: underline;
  margin-left: 12px;
}
.site-header {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  font-family: Georgia, serif;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
}
.brand-mark {
  font-family: Georgia, serif;
  border: 1.5px solid var(--forest);
  border-radius: 50%;
  font-size: 1.2rem;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  font-style: italic;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 0.94rem;
}
.site-nav a:hover {
  text-decoration: underline;
}
.cart-button {
  border: 1px solid var(--line);
  background: white;
  border-radius: 30px;
  padding: 11px 19px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.cart-count {
  background: var(--forest);
  color: white;
  border-radius: 50%;
  min-width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.6;
  margin-bottom: 22px;
  color: var(--leaf);
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--paper);
  min-height: 470px;
}
.hero-copy {
  padding: 64px 60px 58px;
}
.hero h1 {
  max-width: 590px;
}
.hero h1 em {
  color: var(--leaf);
  font-weight: 400;
}
.hero-description {
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.7;
  max-width: 375px;
  margin: 25px 0 29px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.program-status {
  margin-top: 30px;
  padding: 20px 24px;
  background: var(--paper);
  border-left: 3px solid var(--leaf);
  line-height: 1.7;
}
.support-section {
  padding: 72px 0;
  background: var(--forest);
  color: #fff;
}
.support-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 64px;
}
.support-section .eyebrow,
.support-section .step-number,
.support-section h2 em {
  color: var(--yellow);
}
.support-copy {
  max-width: 500px;
  margin-top: 24px;
  line-height: 1.8;
}
.support-note {
  padding: 34px;
  border: 1px solid #6d887e;
  border-radius: 7px;
}
.support-note h3 {
  margin: 18px 0;
  font-family: Georgia, serif;
  font-size: 1.8rem;
}
.support-note p {
  line-height: 1.8;
  margin-bottom: 24px;
}
.support-section .text-link {
  color: var(--yellow);
}
.purchase-note {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  line-height: 1.6;
}
.hero-image {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--forest);
}
.hero-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-image:after {
  content: '';
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
}
.image-caption {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  z-index: 1;
  color: #fff;
  font-size: 0.875rem;
}
.button {
  border-radius: 5px;
  box-shadow: none;
  height: auto;
  min-height: 46px;
  padding: 12px 24px;
  font-weight: 600;
  white-space: normal;
}
.button.is-primary {
  background: var(--forest);
  border-color: var(--forest);
  color: white;
}
.button.is-primary:hover {
  background: var(--deep);
}
.button.is-light {
  background: var(--paper);
  color: var(--forest);
}
.button.is-small {
  min-height: 36px;
  padding: 7px 14px;
  font-size: 0.875rem;
}
.button:disabled {
  opacity: 0.45;
}
.arrow {
  margin-left: 25px;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
  gap: 25px;
}
.benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 0.9rem;
}
.benefit b {
  font-weight: 500;
}
.benefit span {
  color: var(--leaf);
  font-size: 1.2rem;
}
.section-space {
  padding: 72px 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 30px;
}
.section-heading p {
  max-width: 340px;
  color: var(--muted);
  line-height: 1.65;
}
.section-heading .eyebrow {
  margin-bottom: 12px;
}
.tree-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.tree-card {
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  background: white;
}
.tree-card-media {
  display: block;
  position: relative;
  height: 300px;
  background: var(--paper);
  overflow: hidden;
}
.tree-card-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.tree-card-media:hover img {
  transform: scale(1.035);
}
.tree-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #fff;
  padding: 7px 13px;
  border-radius: 22px;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}
.tree-card-body {
  padding: 26px;
}
.card-title-row {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: start;
}
.tree-card h3 {
  font-family: Georgia, serif;
  font-size: 1.75rem;
  letter-spacing: -0.025em;
}
.price {
  font-size: 1.4rem;
  white-space: nowrap;
}
.price small {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--muted);
}
.tree-subtitle {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 8px 0 20px;
}
.tree-card-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.text-link {
  font-size: 0.94rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.availability {
  font-size: 0.8125rem;
  color: var(--leaf);
}
.reference-note {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 14px;
  line-height: 1.5;
}
.fulfillment-section {
  background: var(--paper);
  padding: 60px 0 65px;
}
.fulfillment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 36px;
}
.fulfillment-grid h3 {
  font-family: Georgia, serif;
  font-size: 1.6rem;
  margin: 13px 0;
}
.fulfillment-grid p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.7;
}
.step-number {
  display: inline-block;
  color: var(--leaf);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.site-footer {
  padding: 45px 0 26px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: start;
}
.footer-main p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 15px;
}
.footer-links {
  display: flex;
  gap: 24px;
  font-size: 0.875rem;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 32px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--muted);
}
.page-title {
  padding: 38px 0 42px;
}
.page-title h1 {
  font-size: 3.5rem;
}
.page-title p {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.6;
}
.breadcrumb-link {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 30px;
}
.product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-bottom: 70px;
}
.product-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}
.product-info {
  padding: 15px 0;
}
.product-info h1 {
  font-size: 3.6rem;
  margin-bottom: 15px;
}
.product-info .description {
  line-height: 1.8;
  color: var(--muted);
  margin: 24px 0;
}
.product-info .price {
  font-size: 2rem;
}
.product-info details {
  border-top: 1px solid var(--line);
  padding: 20px 0;
  line-height: 1.7;
}
.product-info summary {
  cursor: pointer;
  font-weight: 600;
}
.product-info details p {
  color: var(--muted);
  padding-top: 15px;
}
.buy-controls {
  display: flex;
  gap: 12px;
  margin: 25px 0;
}
.buy-controls input {
  width: 80px;
}
.field label.label {
  font-size: 0.875rem;
  color: var(--ink);
  font-weight: 600;
}
.input,
.select select,
.textarea {
  box-shadow: none;
  border-radius: 5px;
  min-height: 46px;
  background: #fff;
  color: var(--ink);
  border-color: #c5cec4;
}
.input::placeholder,
.textarea::placeholder {
  color: #7c857b;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 65px;
  padding-bottom: 70px;
}
.panel-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: #fff;
}
.panel-box h2 {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 25px;
}
.checkout-section {
  padding-bottom: 26px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--line);
}
.method-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.method-option {
  border: 1px solid var(--line);
  padding: 15px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.875rem;
  display: flex;
  gap: 8px;
  align-items: center;
}
.method-option:has(input:checked) {
  border-color: var(--forest);
  background: var(--paper);
}
.help {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 10px;
}
.notice {
  border-left: 3px solid #a28b38;
  background: #fbf8e9;
  padding: 15px 18px;
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.7;
}
.error-message {
  color: #9d302c;
  background: #fff1ef;
  border: 1px solid #eed2cf;
  padding: 12px 16px;
  border-radius: 5px;
  line-height: 1.5;
  margin: 15px 0;
}
.success-message {
  background: #eaf2e6;
  color: var(--forest);
  padding: 12px 16px;
  line-height: 1.6;
  margin: 15px 0;
}
.order-line {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.order-line img {
  width: 70px;
  height: 78px;
  object-fit: cover;
  border-radius: 4px;
}
.order-line-main {
  flex: 1;
}
.order-line-main h3 {
  font-size: 1rem;
  font-weight: 600;
}
.order-line-main p {
  color: var(--muted);
  font-size: 0.875rem;
  margin: 5px 0;
}
.quantity-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  font-size: 0.875rem;
}
.quantity-actions button {
  border: 1px solid var(--line);
  background: white;
  border-radius: 3px;
  padding: 1px 9px;
  cursor: pointer;
}
.quantity-actions .remove {
  border: 0;
  text-decoration: underline;
  font-size: 0.8125rem;
}
.totals {
  display: grid;
  gap: 12px;
  margin: 23px 0;
  font-size: 0.9375rem;
}
.total-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.total-row.grand-total {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  font-size: 1.15rem;
  font-weight: 600;
}
.full-width {
  width: 100%;
}
.cart-dialog {
  margin: 0 0 0 auto;
  height: 100dvh;
  max-height: none;
  width: 480px;
  max-width: 100%;
  border: 0;
  padding: 30px;
  color: var(--ink);
  background: white;
}
.cart-dialog::backdrop {
  background: #0b231b77;
}
.dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.dialog-header h2 {
  font-size: 2rem;
}
.icon-button {
  border: 0;
  background: var(--paper);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 1.5rem;
  cursor: pointer;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--forest);
  color: white;
  border-radius: 6px;
  padding: 14px 22px;
  z-index: 10;
  box-shadow: 0 5px 20px #0002;
  font-size: 0.94rem;
}
.empty-state {
  padding: 50px 15px;
  text-align: center;
  line-height: 1.7;
  color: var(--muted);
}
.muted {
  color: var(--muted);
}
.admin-tabs {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.admin-content {
  padding-bottom: 60px;
}
.admin-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 35px;
}
.admin-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.admin-item p {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 5px;
}
.check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.check-list label {
  font-size: 0.875rem;
}
.variant-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr auto;
  gap: 10px;
  margin-bottom: 14px;
}
.variant-row .field {
  margin-bottom: 0;
}
.prose {
  max-width: 760px;
  font-size: 1rem;
  line-height: 1.85;
  padding-bottom: 65px;
}
.prose h2 {
  font-size: 2rem;
  margin: 32px 0 17px;
}
.prose a {
  text-decoration: underline;
}
.prose p {
  margin: 12px 0;
}
.order-status {
  display: inline-block;
  padding: 7px 13px;
  border-radius: 20px;
  background: #eaf2e6;
  font-size: 0.8125rem;
}
.hidden,
[hidden] {
  display: none !important;
}
.loading {
  padding: 70px 0;
  color: var(--muted);
  text-align: center;
}
.skip-link {
  position: fixed;
  top: -60px;
  left: 20px;
  background: white;
  padding: 12px;
  z-index: 50;
}
.skip-link:focus {
  top: 10px;
}
@media (min-width: 1200px) {
  .hero-copy {
    padding-left: max(55px, calc((100vw - 1240px) / 2));
  }
  .hero {
    max-width: 1600px;
    margin: auto;
  }
  .summary-sticky {
    position: sticky;
    top: 24px;
    align-self: start;
  }
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .site-header {
    height: auto;
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .brand {
    font-size: 1.25rem;
    gap: 9px;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }
  .site-nav {
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
  }
  .site-nav > a {
    display: inline;
  }
  .cart-button {
    padding: 8px 13px;
  }
  .support-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .support-section {
    padding: 48px 0;
  }
  .support-note {
    padding: 24px;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 43px 24px;
  }
  .hero-image {
    min-height: 280px;
  }
  .hero h1 {
    max-width: 450px;
  }
  .hero-description {
    margin: 20px 0 25px;
  }
  .benefits {
    gap: 10px;
    padding: 21px 0;
  }
  .benefit {
    font-size: 0.75rem;
    gap: 6px;
    flex-direction: column;
    text-align: center;
  }
  .section-space {
    padding: 48px 0;
  }
  .section-heading {
    display: block;
  }
  .section-heading p {
    margin-top: 20px;
  }
  .tree-grid {
    gap: 18px;
  }
  .tree-card-media {
    height: 230px;
  }
  .tree-card-body {
    padding: 18px;
  }
  .tree-card h3 {
    font-size: 1.45rem;
  }
  .card-title-row {
    display: block;
  }
  .price {
    display: block;
    margin-top: 8px;
  }
  .tree-card-actions {
    flex-wrap: wrap;
  }
  .fulfillment-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .fulfillment-section {
    padding: 42px 0;
  }
  .footer-main {
    flex-direction: column;
    gap: 30px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
  .product-layout,
  .checkout-layout,
  .admin-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .product-info h1 {
    font-size: 2.7rem;
  }
  .product-info {
    padding: 0;
  }
  .page-title {
    padding: 25px 0 30px;
  }
  .page-title h1 {
    font-size: 2.6rem;
  }
  .form-row {
    gap: 10px;
  }
  .checkout-layout {
    display: flex;
    flex-direction: column-reverse;
  }
  .method-options {
    grid-template-columns: 1fr;
  }
  .panel-box {
    padding: 22px;
  }
  .variant-row {
    grid-template-columns: 1.3fr 1fr 1fr auto;
  }
  .variant-row .input {
    width: 100%;
    padding: 8px;
  }
  .admin-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .tree-grid {
    grid-template-columns: 1fr;
  }
  .tree-card-media {
    height: 280px;
  }
  .card-title-row {
    display: flex;
  }
  .tree-card-actions {
    flex-wrap: nowrap;
  }
  .hero-image {
    min-height: 240px;
  }
  .brand-mark {
    display: none;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .cart-dialog {
    padding: 22px;
  }
  .footer-links {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
