:root {
  --ink: #17352f;
  --ink-deep: #0e2823;
  --moss: #587261;
  --sage: #b9c9b4;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --peach: #d99673;
  --line: rgba(23, 53, 47, 0.17);
  --display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --body: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.preview-ribbon {
  background: var(--ink-deep);
  color: rgba(255,255,255,.76);
  padding: 8px 24px;
  text-align: center;
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 80px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(22px, 5vw, 76px);
  background: rgba(245, 241, 232, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-size: 17px; letter-spacing: .08em; text-transform: uppercase; }
.brand strong { font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 35px; aspect-ratio: 1; border-radius: 50%; color: var(--cream); background: var(--ink); font: italic 23px/1 var(--display); text-transform: none; }
.site-header nav { display: flex; gap: 34px; font-size: 13px; }
.site-header nav a { position: relative; padding: 30px 0; }
.site-header nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: 22px; background: var(--ink); transition: right .25s ease; }
.site-header nav a:hover::after { right: 0; }
.site-header nav .language-link { padding-inline: 8px; border: 1px solid var(--line); }
.site-header nav .language-link::after { display: none; }
.shortlist-button { justify-self: end; border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 7px 0; cursor: pointer; font-size: 13px; }
.shortlist-button span { display: inline-grid; place-items: center; margin-left: 8px; width: 22px; height: 22px; border-radius: 50%; background: var(--ink); color: white; font-size: 11px; }

.hero {
  min-height: calc(100svh - 112px);
  display: grid;
  grid-template-columns: minmax(520px, 1.02fr) minmax(460px, .98fr);
  gap: clamp(38px, 5vw, 76px);
  align-items: center;
  max-width: 1540px;
  margin: auto;
  padding: clamp(64px, 8vw, 118px) clamp(24px, 6vw, 92px) 88px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: #6d785f; font-size: 11px; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section h2, .closing-cta h2, .product-modal h2, .inquiry-panel h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -.045em;
}
.hero h1 { max-width: 750px; font-size: clamp(48px, 4vw, 66px); line-height: .95; }
.hero h1 em { color: var(--peach); font-weight: 400; }
.hero-title-line { display: inline-block; white-space: nowrap; }
.hero-lead { max-width: 620px; margin: 34px 0 0; color: #4d625a; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; margin-top: 36px; }
.primary-button, .secondary-button, .light-button {
  display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); padding: 15px 22px; background: var(--ink); color: white; cursor: pointer; font-size: 13px; font-weight: 650; letter-spacing: .02em; transition: transform .2s ease, background .2s ease;
}
.primary-button:hover, .light-button:hover { transform: translateY(-2px); background: #284a42; }
.primary-button.wide { width: 100%; }
.primary-button.selected { background: #667f6c; }
.text-button { border: 0; border-bottom: 1px solid var(--ink); padding: 5px 0; background: transparent; cursor: pointer; font-size: 13px; }
.hero-proof { display: flex; gap: clamp(26px, 3vw, 52px); margin-top: 58px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: 2px; }
.hero-proof strong { font: 500 25px/1.2 var(--display); }
.hero-proof span { color: #6c7a74; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.hero-gallery { position: relative; min-height: 650px; }
.hero-gallery figure { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 30px 80px rgba(26, 47, 38, .13); }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; }
.hero-main { inset: 0 25% 2% 0; background: #d6d8cf; }
.hero-main img { object-position: center; }
.hero-main figcaption { position: absolute; left: 0; bottom: 0; padding: 12px 15px; background: rgba(251,250,246,.9); font-size: 11px; letter-spacing: .06em; }
.hero-small { width: 32%; height: 43%; right: 0; border: 9px solid var(--cream); }
.hero-tree { top: 2%; }
.hero-tree img { object-position: center 30%; }
.hero-floral { bottom: 4%; }
.hero-stamp { position: absolute; right: 20%; bottom: -5%; z-index: 3; display: grid; place-items: center; width: 138px; aspect-ratio: 1; padding: 20px; border-radius: 50%; text-align: center; background: var(--peach); color: #203e37; transform: rotate(-7deg); box-shadow: 0 20px 44px rgba(58, 58, 40, .18); }
.hero-stamp span, .hero-stamp small { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.hero-stamp strong { font: 500 19px/1 var(--display); }

.confidence-strip { display: flex; justify-content: space-around; gap: 24px; padding: 19px clamp(24px, 6vw, 90px); border-block: 1px solid var(--line); color: #53665f; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; overflow: hidden; }
.confidence-strip span::before { content: "✦"; margin-right: 10px; color: var(--peach); }

.section { max-width: 1540px; margin: 0 auto; padding: clamp(96px, 10vw, 160px) clamp(24px, 6vw, 92px); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { font-size: clamp(48px, 5vw, 76px); line-height: .98; }
.section-heading > p { max-width: 530px; margin: 0 0 5px; color: #5c6e67; line-height: 1.75; }
.collection-grid { display: grid; grid-template-columns: 1.25fr .9fr .9fr; gap: 18px; align-items: stretch; }
.collection-card { position: relative; min-height: 570px; border: 0; padding: 0; overflow: hidden; background: #dfe2d9; text-align: left; cursor: pointer; }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.collection-card:hover img { transform: scale(1.035); }
.collection-2 img { object-position: center 25%; }
.collection-overlay { position: absolute; inset: auto 0 0; padding: 82px 28px 28px; color: white; background: linear-gradient(transparent, rgba(8, 30, 24, .88)); }
.collection-overlay span { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.collection-overlay h3, .collection-title { display: block; margin: 9px 0 8px; font: 500 clamp(29px, 2.5vw, 42px)/1 var(--display); letter-spacing: -.02em; text-transform: none !important; }
.collection-overlay p, .collection-copy { display: block; max-width: 400px; margin: 0 0 22px; font-size: 13px !important; line-height: 1.55; letter-spacing: 0 !important; text-transform: none !important; color: rgba(255,255,255,.8); }
.collection-overlay b { font-size: 12px; }

.catalog-section { max-width: none; background: var(--paper); }
.catalog-section > * { max-width: 1360px; margin-left: auto; margin-right: auto; }
.catalog-heading { margin-bottom: 45px; }
.catalog-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) auto; gap: 30px; align-items: end; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.search-box { display: grid; gap: 8px; color: #718078; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.search-box input { width: 100%; border: 0; background: transparent; padding: 6px 0; outline: none; color: var(--ink); font: 500 25px var(--display); }
.search-box input::placeholder { color: #a6ada9; }
.filter-row { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filter-row button { border: 1px solid var(--line); border-radius: 999px; padding: 11px 14px; background: transparent; cursor: pointer; font-size: 11px; }
.filter-row button span { margin-left: 8px; opacity: .55; }
.filter-row button.active { background: var(--ink); color: white; }
.results-line { display: flex; justify-content: space-between; margin-top: 20px; color: #7e8984; font-size: 11px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px 16px; margin-top: 36px; }
.product-card { min-width: 0; }
.product-image-button { position: relative; width: 100%; aspect-ratio: 4 / 4.8; border: 0; padding: 0; overflow: hidden; background: #ecebe5; cursor: zoom-in; }
.product-image-button img { width: 100%; height: 100%; object-fit: contain; padding: 12px; transition: transform .5s ease; }
.product-image-button:hover img { transform: scale(1.025); }
.photo-count { position: absolute; right: 10px; bottom: 10px; padding: 7px 9px; background: rgba(251,250,246,.88); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.product-card-copy { padding-top: 15px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #819088; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.product-meta span { color: #a65f42; }
.product-meta b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; }
.product-title { display: block; width: 100%; border: 0; padding: 0; margin: 11px 0 6px; background: transparent; text-align: left; cursor: pointer; font: 500 21px/1.08 var(--display); }
.product-card-copy > p { min-height: 40px; margin: 0; color: #738078; font-size: 11px; line-height: 1.5; }
.product-card-actions { display: flex; justify-content: space-between; margin-top: 15px; padding-top: 12px; border-top: 1px solid var(--line); }
.product-card-actions button { border: 0; padding: 0; background: transparent; cursor: pointer; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.product-card-actions button:last-child { color: #a65f42; }
.product-card-actions button.selected { color: #526d5d; font-weight: 700; }
.load-more { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 60px; border: 1px solid var(--line); padding: 20px 24px; background: transparent; cursor: pointer; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.load-more:hover { background: var(--ink); color: white; }
.load-more span { opacity: .55; }
.load-more > span:first-child { opacity: 1; }
.no-results { margin-top: 50px; padding: 70px 20px; text-align: center; border: 1px solid var(--line); color: #748078; }

.sourcing-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 140px); align-items: center; }
.sourcing-image { position: relative; }
.sourcing-image img { width: 100%; aspect-ratio: 4 / 5.2; object-fit: cover; }
.image-note { position: absolute; right: -28px; bottom: 35px; max-width: 180px; padding: 18px; background: var(--peach); font: 500 22px/1.05 var(--display); }
.sourcing-copy h2 { max-width: 760px; font-size: clamp(38px, 3.5vw, 52px); line-height: 1; }
.sourcing-copy > p:not(.eyebrow) { max-width: 650px; color: #5b6e65; font-size: 16px; line-height: 1.75; }
.sourcing-copy ol { list-style: none; margin: 34px 0; padding: 0; border-top: 1px solid var(--line); }
.sourcing-copy li { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.sourcing-copy li > span { color: var(--peach); font: italic 19px var(--display); }
.sourcing-copy li strong { font: 500 22px var(--display); }
.sourcing-copy li p { margin: 4px 0 0; color: #708078; font-size: 13px; }

.buyer-notes { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; padding-top: 70px; border-top: 1px solid var(--line); }
.buyer-notes h2 { font-size: clamp(41px, 4vw, 65px); line-height: 1; }
.note-grid { display: grid; grid-template-columns: 1fr 1fr; }
.note-grid article { min-height: 200px; padding: 8px 28px 28px; border-left: 1px solid var(--line); }
.note-grid article:nth-child(n+3) { padding-top: 28px; border-top: 1px solid var(--line); }
.note-grid span { color: var(--peach); font: italic 17px var(--display); }
.note-grid h3 { margin: 35px 0 9px; font: 500 24px var(--display); }
.note-grid p { margin: 0; color: #6d7d76; font-size: 12px; line-height: 1.6; }

.closing-cta { display: flex; justify-content: space-between; align-items: end; gap: 70px; padding: clamp(70px, 8vw, 120px) clamp(24px, 7vw, 110px); background: var(--ink); color: white; }
.closing-cta .eyebrow { color: #bbccbd; }
.closing-cta h2 { font-size: clamp(52px, 6vw, 92px); line-height: .94; }
.closing-cta p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.65); line-height: 1.65; }
.light-button { flex-shrink: 0; border-color: white; background: white; color: var(--ink); }
.light-button span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin: 0 5px; border-radius: 50%; background: var(--ink); color: white; font-size: 10px; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 50px; align-items: center; padding: 52px clamp(24px, 6vw, 90px); background: var(--ink-deep); color: white; }
.footer-brand .brand-mark { background: var(--peach); color: var(--ink); }
footer p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.6; text-transform: uppercase; letter-spacing: .08em; }
footer > div { display: flex; gap: 22px; font-size: 11px; }
footer button { border: 0; padding: 0; background: transparent; cursor: pointer; color: white; }
footer small { color: rgba(255,255,255,.4); font-size: 10px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 24px; background: rgba(8, 24, 20, .78); backdrop-filter: blur(8px); animation: fade-in .2s ease both; }
.product-modal { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); width: min(1120px, 100%); max-height: calc(100svh - 48px); overflow: auto; background: var(--paper); box-shadow: 0 30px 120px rgba(0,0,0,.34); }
.modal-close { position: absolute; top: 18px; right: 18px; z-index: 4; border: 0; padding: 7px 9px; background: rgba(251,250,246,.9); cursor: pointer; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.modal-close.static { position: static; align-self: start; background: transparent; }
.modal-media { min-height: 650px; padding: 20px; background: #ecebe5; }
.modal-main-image { height: 570px; }
.modal-main-image img { width: 100%; height: 100%; object-fit: contain; }
.modal-thumbs { display: flex; gap: 8px; margin-top: 10px; }
.modal-thumbs button { width: 56px; height: 56px; border: 1px solid transparent; padding: 3px; background: white; cursor: pointer; }
.modal-thumbs button.active { border-color: var(--ink); }
.modal-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.modal-copy { padding: clamp(50px, 6vw, 78px) clamp(28px, 5vw, 60px) 46px; }
.modal-copy h2 { font-size: clamp(38px, 4vw, 58px); line-height: .95; }
.product-sku { margin: 15px 0; color: #a45f43; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.modal-intro { color: #63736b; font-size: 14px; line-height: 1.6; }
.spec-list { margin: 30px 0; border-top: 1px solid var(--line); }
.spec-list div { display: grid; grid-template-columns: 126px 1fr; gap: 22px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { color: #7b8781; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.spec-list dd { margin: 0; font-size: 12px; line-height: 1.55; }
.source-note { color: #929b96; font-size: 9px; line-height: 1.5; }

.drawer-backdrop { place-items: stretch end; padding: 0; }
.inquiry-panel { width: min(610px, 100%); height: 100%; overflow: auto; padding: 42px clamp(24px, 5vw, 52px); background: var(--paper); box-shadow: -20px 0 80px rgba(0,0,0,.25); animation: slide-in .3s ease both; }
.inquiry-header { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.inquiry-panel h2 { font-size: 42px; line-height: .95; }
.shortlist { display: grid; gap: 9px; max-height: 250px; overflow: auto; margin: 22px 0; }
.shortlist-item { display: grid; grid-template-columns: 58px 1fr auto; gap: 13px; align-items: center; padding: 8px; background: #efeee8; }
.shortlist-item img { width: 58px; height: 58px; object-fit: cover; }
.shortlist-item div { display: grid; gap: 3px; min-width: 0; }
.shortlist-item strong { font-size: 10px; }
.shortlist-item span { overflow: hidden; color: #66756e; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.shortlist-item button { border: 0; background: transparent; cursor: pointer; color: #a45f43; font-size: 9px; text-transform: uppercase; }
.empty-state { padding: 25px; background: #efeee8; color: #6c7a73; font-size: 12px; line-height: 1.6; }
.inquiry-fields { display: grid; gap: 16px; }
.inquiry-fields label { display: grid; gap: 7px; color: #6e7c75; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.inquiry-fields input, .inquiry-fields textarea { border: 1px solid var(--line); border-radius: 0; background: transparent; padding: 13px; outline: none; color: var(--ink); font-size: 13px; text-transform: none; letter-spacing: 0; }
.inquiry-fields textarea { min-height: 95px; resize: vertical; }
.inquiry-fields input:focus, .inquiry-fields textarea:focus { border-color: var(--ink); }
.inquiry-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.secondary-button { background: transparent; color: var(--ink); }
.preview-contact-note { margin: 15px 0 0; color: #9b7b6b; font-size: 9px; line-height: 1.5; }

@keyframes fade-in { from { opacity: 0; } }
@keyframes slide-in { from { transform: translateX(40px); opacity: 0; } }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: minmax(470px, 1fr) minmax(420px, 1fr); gap: 40px; }
  .hero-gallery { min-height: 560px; }
  .hero-proof { gap: 24px; }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .collection-card:first-child { grid-row: span 2; }
  .collection-card { min-height: 400px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
  .preview-ribbon { padding-inline: 12px; font-size: 8px; }
  .site-header { height: 68px; padding-inline: 18px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 31px; }
  .shortlist-button { font-size: 11px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 68px 22px 60px; }
  .hero h1 { font-size: clamp(46px, 9vw, 62px); }
  .hero-gallery { min-height: 540px; }
  .hero-main { right: 18%; }
  .hero-small { width: 36%; }
  .hero-stamp { right: 12%; }
  .confidence-strip { justify-content: flex-start; overflow-x: auto; }
  .section { padding: 85px 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 38px; }
  .section-heading h2 { font-size: 48px; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card:first-child { grid-row: auto; }
  .collection-card { min-height: 500px; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .filter-row { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .filter-row button { flex: 0 0 auto; }
  .results-line { display: grid; gap: 4px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 30px 10px; }
  .product-title { font-size: 18px; }
  .sourcing-section, .buyer-notes { grid-template-columns: 1fr; }
  .sourcing-image { max-width: 88%; }
  .image-note { right: -12%; }
  .note-grid article { padding-inline: 18px; }
  .closing-cta { align-items: flex-start; flex-direction: column; }
  .light-button { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 24px; }
  .product-modal { grid-template-columns: 1fr; }
  .modal-media { min-height: auto; }
  .modal-main-image { height: min(58svh, 530px); }
}

@media (max-width: 520px) {
  .hero h1 { font-size: clamp(32px, 9.2vw, 42px); }
  .sourcing-copy h2 { font-size: 28px; }
  .hero-gallery { min-height: 440px; }
  .hero-main { right: 13%; }
  .hero-small { width: 39%; height: 40%; border-width: 6px; }
  .hero-stamp { width: 108px; right: 8%; }
  .hero-stamp strong { font-size: 15px; }
  .hero-proof { justify-content: space-between; }
  .hero-proof span { font-size: 8px; }
  .collection-card { min-height: 430px; }
  .product-grid { grid-template-columns: 1fr; gap: 36px; }
  .product-image-button { aspect-ratio: 4 / 4.5; }
  .note-grid { grid-template-columns: 1fr; }
  .note-grid article { min-height: 170px; border-top: 1px solid var(--line); }
  .inquiry-actions { grid-template-columns: 1fr; }
  .modal-backdrop { padding: 0; }
  .product-modal { width: 100%; height: 100svh; max-height: none; }
  .modal-copy { padding-top: 42px; }
  .spec-list div { grid-template-columns: 105px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
