@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Karla:wght@400;500;600;700&display=swap');

:root {
  --herbarium: #294936;
  --linen: #f2ebdd;
  --clay: #b96f4a;
  --straw: #c7b88a;
  --ink: #18291f;
  --paper: #fffaf1;
  --line: rgba(41, 73, 54, .28);
  --max: 1240px;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Karla', Verdana, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--linen); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: -1; opacity: .2; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M0 12h80M0 48h80' stroke='%23c7b88a' stroke-opacity='.18'/%3E%3Cpath d='M12 0c5 24-3 49 4 80M58 0c-4 28 3 52-2 80' fill='none' stroke='%23294936' stroke-opacity='.08'/%3E%3C/svg%3E"); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, .btn { cursor: pointer; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 200; padding: .7rem 1rem; color: var(--paper); background: var(--herbarium); }
.skip-link:focus { top: 1rem; }
.hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px) !important; white-space: nowrap !important; }
.container { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.eyebrow { margin: 0 0 .7rem; color: var(--clay); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.display { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 8vw, 7.4rem); font-weight: 500; line-height: .83; letter-spacing: -.045em; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.02; }
h1 { font-size: clamp(2.7rem, 7vw, 5.8rem); }
h2 { font-size: clamp(2.15rem, 5vw, 4.3rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
p { max-width: 68ch; }
.announcement { padding: .45rem 1rem; color: var(--linen); background: var(--herbarium); text-align: center; font-size: .78rem; letter-spacing: .06em; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(242, 235, 221, .96); }
.nav-shell { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand-mark { width: 31px; height: 37px; color: var(--herbarium); }
.brand-name { font-family: var(--serif); font-size: 1.65rem; font-weight: 600; letter-spacing: .06em; }
.primary-nav { justify-self: center; display: flex; gap: clamp(1rem, 4vw, 3rem); }
.primary-nav a, .cart-link { position: relative; padding: .4rem 0; text-decoration: none; font-weight: 600; }
.primary-nav a::after, .cart-link::after { content: ''; position: absolute; right: 0; bottom: .2rem; left: 0; height: 1px; background: var(--clay); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav a[aria-current='page']::after, .cart-link:hover::after { transform: scaleX(1); }
.header-tools { display: flex; align-items: center; gap: .8rem; }
.cart-link { display: inline-flex; align-items: center; gap: .4rem; }
.cart-count { min-width: 1.5rem; height: 1.5rem; display: inline-grid; place-items: center; border-radius: 50%; color: var(--linen); background: var(--clay); font-size: .72rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--herbarium); color: var(--herbarium); background: transparent; }
.menu-toggle svg { width: 100%; height: 100%; }

.btn { min-height: 48px; display: inline-flex; justify-content: center; align-items: center; gap: .5rem; padding: .75rem 1.2rem; border: 1px solid var(--herbarium); color: var(--linen); background: var(--herbarium); text-decoration: none; font-weight: 700; transition: color .2s ease, background .2s ease, transform .2s ease; }
.btn:hover { color: var(--herbarium); background: transparent; transform: translateY(-2px); }
.btn-light { color: var(--herbarium); background: var(--linen); }
.btn-clay { border-color: var(--clay); background: var(--clay); }
.text-link { display: inline-flex; align-items: center; gap: .45rem; border-bottom: 1px solid currentColor; text-decoration: none; font-weight: 700; }
.text-link svg { width: 16px; }

.hero { position: relative; min-height: 780px; overflow: clip; border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 780px; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 100px auto 90px; gap: 1rem; align-items: center; }
.hero-copy { z-index: 2; grid-column: 1 / 8; grid-row: 2; padding: 4rem 0 6rem; }
.hero-copy .intro { max-width: 34rem; margin: 2rem 0; font-size: 1.08rem; }
.hero-photo { grid-column: 7 / 13; grid-row: 1 / 4; align-self: stretch; min-height: 700px; margin-right: calc((100vw - min(var(--max), calc(100vw - 2rem))) / -2); background: var(--straw); clip-path: polygon(7% 0, 100% 0, 100% 94%, 86% 100%, 2% 95%, 0 20%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) sepia(.08); }
.specimen-tag { position: absolute; right: 3vw; bottom: 2.5rem; z-index: 3; width: min(250px, 36vw); padding: 1rem; border: 1px solid var(--herbarium); background: var(--linen); transform: rotate(-2deg); font-size: .78rem; }
.botanical { position: absolute; z-index: 3; pointer-events: none; color: var(--herbarium); opacity: .44; }
.botanical-one { right: 45%; bottom: -25px; width: 170px; transform: rotate(-18deg); }
.botanical-two { top: 9rem; left: -35px; width: 110px; transform: rotate(14deg); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }

.section { padding: clamp(4.5rem, 9vw, 8.5rem) 0; }
.section-heading { display: grid; grid-template-columns: repeat(12, 1fr); align-items: end; gap: 1rem; margin-bottom: 3.2rem; }
.section-heading > div { grid-column: 1 / 8; }
.section-heading > p, .section-heading > a { grid-column: 9 / 13; justify-self: start; }
.section-heading h2 { margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(2rem, 5vw, 5rem) 1.25rem; }
.product-sheet { grid-column: span 4; position: relative; }
.product-sheet:nth-child(2n) { transform: translateY(3.5rem); }
.product-sheet:nth-child(3n) { grid-column: span 5; }
.product-sheet:nth-child(3n + 1) { grid-column: span 3; }
.product-image { position: relative; display: block; overflow: hidden; background: var(--straw); clip-path: polygon(2% 0, 98% 1%, 100% 93%, 94% 100%, 0 98%, 1% 8%); }
.product-sheet:nth-child(2n) .product-image { clip-path: polygon(0 3%, 96% 0, 100% 97%, 7% 100%, 0 91%); }
.product-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.76); transition: transform .6s ease, filter .4s ease; }
.product-image:hover img { transform: scale(1.035); filter: saturate(.95); }
.specimen-number { position: absolute; top: .7rem; left: .7rem; z-index: 1; padding: .24rem .45rem; background: var(--linen); font-size: .72rem; letter-spacing: .1em; }
.product-meta { display: grid; grid-template-columns: 1fr auto; gap: .2rem .8rem; padding: 1.1rem .2rem 0; border-bottom: 1px solid var(--line); }
.product-meta h3 { margin: 0; font-size: 1.55rem; }
.product-meta .category { grid-column: 1; color: var(--clay); font-size: .77rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-meta .price { grid-column: 2; grid-row: 1 / 3; align-self: end; font-weight: 700; }
.catalog-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 1.2rem; margin-bottom: 2.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.filter-group { display: flex; flex-wrap: wrap; gap: .5rem; }
.filter-btn { min-height: 42px; padding: .55rem 1rem; border: 1px solid var(--herbarium); color: var(--herbarium); background: transparent; font-weight: 700; }
.filter-btn[aria-pressed='true'], .filter-btn:hover { color: var(--linen); background: var(--herbarium); }
.result-count { margin: 0; }

.editorial { color: var(--linen); background: var(--herbarium); overflow: hidden; }
.editorial-grid { display: grid; grid-template-columns: repeat(12, 1fr); align-items: center; gap: 1rem; }
.editorial-photo { grid-column: 1 / 7; position: relative; transform: rotate(-1.5deg); }
.editorial-photo img { width: 100%; height: min(72vw, 650px); object-fit: cover; filter: saturate(.65) contrast(.93); clip-path: polygon(3% 0, 100% 4%, 95% 97%, 0 100%); }
.editorial-copy { grid-column: 8 / 13; padding: 2rem 0; }
.editorial-copy h2 { margin: .4rem 0 1.5rem; }
.editorial-copy .eyebrow { color: var(--straw); }
.editorial-copy .text-link { margin-top: 1rem; color: var(--straw); }
.stem-divider { width: 100%; height: 65px; color: var(--straw); opacity: .65; }
.values-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value { padding: 2rem; border-right: 1px solid var(--line); }
.value:last-child { border: 0; }
.value svg { width: 34px; height: 34px; color: var(--clay); }
.value h3 { margin: .7rem 0 .3rem; }
.value p { margin: 0; }

.page-hero { padding: clamp(4rem, 9vw, 8rem) 0 3rem; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: repeat(12, 1fr); align-items: end; gap: 1rem; }
.page-hero-copy { grid-column: 1 / 9; }
.page-hero-note { grid-column: 10 / 13; padding-left: 1rem; border-left: 1px solid var(--clay); }
.breadcrumb { margin-bottom: 1.3rem; font-size: .86rem; }
.breadcrumb a { text-decoration-thickness: 1px; }

.product-detail { display: grid; grid-template-columns: repeat(12, 1fr); gap: 2rem 1.25rem; align-items: start; }
.product-detail-media { grid-column: 1 / 7; position: sticky; top: 116px; }
.product-detail-media img { width: 100%; max-height: 780px; object-fit: cover; clip-path: polygon(2% 0, 100% 2%, 97% 98%, 7% 100%, 0 91%); }
.product-detail-info { grid-column: 8 / 13; padding-top: 3rem; }
.product-detail-info h1 { margin: .4rem 0 1rem; font-size: clamp(2.7rem, 6vw, 5rem); }
.product-price { font-size: 1.25rem; font-weight: 700; }
.option-set { margin: 2rem 0; padding: 1.3rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.option-set legend { padding: 0 .5rem 0 0; font-weight: 700; }
.size-options { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .8rem; }
.size-options input { position: absolute; opacity: 0; }
.size-options label { min-width: 48px; padding: .55rem; border: 1px solid var(--herbarium); text-align: center; cursor: pointer; }
.size-options input:checked + label { color: var(--linen); background: var(--herbarium); }
.size-options input:focus-visible + label { outline: 3px solid var(--clay); outline-offset: 3px; }
.detail-list { margin: 2rem 0; padding: 0; list-style: none; }
.detail-list li { padding: .65rem 0; border-bottom: 1px solid var(--line); }
.product-buy { display: flex; gap: .8rem; align-items: stretch; }
.quantity-field { width: 82px; padding: .7rem; border: 1px solid var(--herbarium); background: transparent; }

.form-shell, .content-shell, .cart-layout, .checkout-layout { display: grid; grid-template-columns: repeat(12, 1fr); gap: 2rem 1.25rem; align-items: start; }
.form-intro { grid-column: 1 / 5; position: sticky; top: 120px; }
.form-panel { grid-column: 6 / 13; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.form-field { display: grid; gap: .35rem; }
.form-field.full, .checkbox-line.full, .form-feedback, .form-grid > .btn { grid-column: 1 / -1; }
.form-field label, .form-field > span { font-weight: 700; }
.field { width: 100%; min-height: 50px; padding: .7rem .8rem; border: 1px solid var(--herbarium); border-radius: 0; color: var(--ink); background: rgba(255,250,241,.45); }
textarea.field { min-height: 150px; resize: vertical; }
.field-help { margin: 0; color: #405548; font-size: .82rem; }
.checkbox-line { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .65rem; font-size: .87rem; }
.checkbox-line input { width: 20px; height: 20px; margin-top: .2rem; accent-color: var(--herbarium); }
.form-feedback { min-height: 1.5rem; margin: 0; font-weight: 700; color: var(--herbarium); }
.contact-list { padding: 0; list-style: none; }
.contact-list li { padding: .8rem 0; border-bottom: 1px solid var(--line); }

.cart-main { grid-column: 1 / 9; }
.order-summary { grid-column: 9 / 13; position: sticky; top: 110px; padding: 1.4rem; border: 1px solid var(--herbarium); background: var(--paper); }
.order-summary h2 { margin-top: 0; font-size: 2rem; }
.summary-line { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid var(--line); }
.summary-line.total { margin-top: .5rem; border-bottom: 0; font-size: 1.14rem; font-weight: 700; }
.summary-note { font-size: .83rem; }
.cart-item { display: grid; grid-template-columns: 120px 1fr auto; gap: 1.2rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 120px; height: 145px; object-fit: cover; }
.cart-item h3 { margin: 0 0 .3rem; }
.cart-item-controls { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-top: .8rem; }
.qty-btn, .remove-btn { min-width: 40px; min-height: 40px; border: 1px solid var(--herbarium); color: var(--herbarium); background: transparent; }
.remove-btn { padding: .4rem .7rem; border-color: var(--clay); color: #843c24; }
.empty-state { padding: 3rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.checkout-form { grid-column: 1 / 9; }
.checkout-layout .order-summary { grid-column: 9 / 13; }
.payment-options { display: grid; gap: .7rem; margin: 1rem 0 2rem; }
.payment-option { display: grid; grid-template-columns: auto 1fr; gap: .7rem; padding: 1rem; border: 1px solid var(--line); }
.payment-option input { margin-top: .35rem; accent-color: var(--herbarium); }
.payment-option strong, .payment-option span { display: block; }
.resume-items { margin: 0 0 1rem; padding: 0; list-style: none; }
.resume-items li { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-bottom: 1px solid var(--line); font-size: .88rem; }

.page-hero-inner,
.content-page { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.content-page {
  display: grid;
  grid-template-columns: minmax(15rem, 18rem) minmax(0, 1fr);
  gap: 2.5rem 4.5rem;
  align-items: start;
  padding: 3rem 0 5.5rem;
}
.content-main,
.content-page .prose { min-width: 0; }
.content-aside {
  position: sticky;
  top: 96px;
  align-self: start;
  padding: 1.2rem 1.2rem 1.4rem;
  border: 1px solid var(--line);
  background: var(--paper);
}
.content-aside h2 { margin: 0 0 1rem; font-size: 1.55rem; }
.content-aside a {
  display: block;
  padding: .7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
  text-decoration: none;
}
.content-aside a:last-of-type { border-bottom: 0; }
.prose h2 { margin: 3rem 0 .8rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: clamp(1.9rem, 4vw, 3rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 2rem; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li { margin-bottom: .5rem; }
.legal-nav { padding: 0; list-style: none; border-top: 1px solid var(--line); }
.legal-nav a { display: block; padding: .75rem 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.about-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.25rem; align-items: center; }
.about-copy { grid-column: 1 / 7; }
.about-image { grid-column: 8 / 13; }
.about-image img { width: 100%; height: 630px; object-fit: cover; clip-path: polygon(0 5%, 93% 0, 100% 95%, 8% 100%); filter: saturate(.7); }

.site-footer { margin-top: 3rem; color: var(--linen); background: var(--herbarium); }
.newsletter { padding: 4rem 0; border-bottom: 1px solid rgba(242,235,221,.28); }
.newsletter-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.newsletter-copy { grid-column: 1 / 5; }
.newsletter-copy h2 { margin: 0 0 .7rem; }
.newsletter form { grid-column: 6 / 13; display: grid; grid-template-columns: 1fr auto; gap: .8rem; align-items: start; }
.newsletter .field { color: var(--linen); border-color: var(--linen); background: transparent; }
.newsletter .field::placeholder { color: rgba(242,235,221,.72); }
.newsletter .btn { color: var(--herbarium); border-color: var(--linen); background: var(--linen); }
.newsletter .checkbox-line { grid-column: 1 / -1; }
.newsletter a { color: var(--linen); }
.newsletter .form-feedback { color: var(--straw); }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 2rem; padding: 3.5rem 0; }
.footer-brand p { max-width: 24rem; }
.footer-column h3 { margin-top: 0; font-family: var(--sans); font-size: .9rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column li { margin: .45rem 0; }
.footer-column a { text-decoration-color: rgba(242,235,221,.5); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid rgba(242,235,221,.28); font-size: .82rem; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 108px 0 auto; display: none; padding: 1.5rem 1rem 2rem; border-bottom: 1px solid var(--herbarium); background: var(--linen); }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: .75rem; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.7rem; }
  .cart-label { display: none; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-rows: auto auto; padding: 2rem 0 4rem; }
  .hero-copy { grid-column: 1 / 11; grid-row: 1; padding: 2.5rem 0 0; }
  .hero-photo { grid-column: 3 / 13; grid-row: 2; min-height: 480px; margin: 0 -1rem 0 0; }
  .specimen-tag { bottom: 1rem; }
  .botanical-one { right: auto; left: -30px; }
  .product-sheet, .product-sheet:nth-child(3n), .product-sheet:nth-child(3n + 1) { grid-column: span 6; }
  .product-sheet:nth-child(2n) { transform: translateY(2rem); }
  .section-heading > div { grid-column: 1 / 9; }
  .section-heading > p, .section-heading > a { grid-column: 9 / 13; }
  .editorial-photo { grid-column: 1 / 8; }
  .editorial-copy { grid-column: 8 / 13; }
  .product-detail-media, .product-detail-info, .form-intro, .form-panel, .cart-main, .order-summary, .checkout-form, .checkout-layout .order-summary, .content-main, .content-aside { grid-column: 1 / -1; }
  .product-detail-media, .form-intro, .order-summary, .content-aside { position: static; }
  .content-page { grid-template-columns: 1fr; gap: 1.5rem; }
  .product-detail-media img { max-height: 640px; }
  .content-aside { order: -1; }
  .legal-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 1rem; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .newsletter-copy { grid-column: 1 / 5; }
  .newsletter form { grid-column: 5 / 13; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 1.25rem, var(--max)); }
  .announcement { font-size: .7rem; }
  .nav-shell { min-height: 68px; }
  .primary-nav { inset: 100px 0 auto; }
  .brand-name { font-size: 1.45rem; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; }
  .hero-copy { padding-top: 1.5rem; }
  .display { font-size: clamp(3.55rem, 18vw, 5.2rem); }
  .hero-photo { min-height: 430px; margin-left: 2rem; }
  .specimen-tag { width: 190px; right: .7rem; }
  .section { padding: 4.5rem 0; }
  .section-heading { display: block; margin-bottom: 2rem; }
  .section-heading > p, .section-heading > a { margin-top: 1rem; }
  .product-grid { gap: 3.5rem .7rem; }
  .product-sheet, .product-sheet:nth-child(3n), .product-sheet:nth-child(3n + 1) { grid-column: span 6; }
  .product-sheet:nth-child(2n) { transform: translateY(2.5rem); }
  .product-meta { display: block; }
  .product-meta h3 { font-size: 1.2rem; }
  .product-meta .price { display: block; margin-top: .4rem; }
  .editorial-grid { display: flex; flex-direction: column; align-items: stretch; }
  .editorial-photo img { height: 470px; }
  .editorial-copy { padding-top: 3rem; }
  .values-strip { grid-template-columns: 1fr; }
  .value { border-right: 0; border-bottom: 1px solid var(--line); }
  .page-hero-grid { display: block; }
  .page-hero-note { margin-top: 2rem; }
  .form-grid { grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 88px 1fr; gap: .8rem; }
  .cart-item img { width: 88px; height: 115px; }
  .cart-item > strong { grid-column: 2; }
  .order-summary { padding: 1rem; }
  .about-grid { display: block; }
  .about-image { margin-top: 3rem; }
  .about-image img { height: 450px; }
  .newsletter-grid { display: block; }
  .newsletter form { display: grid; grid-template-columns: 1fr; margin-top: 2rem; }
  .newsletter form > * { grid-column: 1; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-bottom: .3rem; }
  .legal-nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
