:root {
  --ink: #17251e;
  --ink-2: #26372e;
  --paper: #fffdf6;
  --cream: #f7f1df;
  --cream-2: #eee3c7;
  --honey: #f4b63f;
  --honey-light: #ffd978;
  --honey-dark: #c47c12;
  --green: #2f6b4f;
  --green-light: #dcebdd;
  --muted: #6e776f;
  --line: rgba(23, 37, 30, .14);
  --danger: #a93b32;
  --shadow: 0 24px 70px rgba(42, 34, 17, .12);
  --radius: 24px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body, input, button, select, textarea { font-size: 16px; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img, svg { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 105px 0; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header { position: relative; z-index: 30; background: rgba(255, 253, 246, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.home-page .site-header { position: absolute; inset: 0 0 auto; background: transparent; border-bottom-color: rgba(23,37,30,.1); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; }
.brand-copy { display: inline-flex; align-items: baseline; font-size: 22px; letter-spacing: -.8px; }
.brand-copy b { font-weight: 850; }
.brand-copy i { font-style: normal; font-weight: 450; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.button) { padding: 30px 0 26px; border-bottom: 2px solid transparent; }
.main-nav > a.active { border-color: var(--honey-dark); }
.main-nav a:hover, .link-button:hover { color: var(--honey-dark); }
.nav-account { display: flex !important; align-items: center; gap: 8px; }
.avatar { width: 34px; height: 34px; border-radius: 50%; display: inline-grid; place-items: center; background: var(--honey); color: var(--ink); font-weight: 850; text-transform: uppercase; }
.nav-logout { margin: 0; }
.link-button { appearance: none; background: none; border: 0; padding: 10px 0; color: var(--muted); font-weight: 650; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); background: var(--paper); border-radius: 12px; }
.menu-button span { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.button { min-height: 48px; padding: 0 23px; border: 1px solid transparent; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; appearance: none; font-weight: 760; line-height: 1; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; border-radius: 12px; }
.button-large { min-height: 58px; padding-inline: 27px; }
.button-primary { color: var(--ink); background: var(--honey); box-shadow: 0 12px 28px rgba(196,124,18,.19); }
.button-primary:hover { background: var(--honey-light); box-shadow: 0 14px 34px rgba(196,124,18,.25); }
.button-dark { color: #fffdf6; background: var(--ink); }
.button-dark:hover { background: #2a3e33; }
.button-light { color: var(--ink); background: var(--paper); }
.button-ghost { border-color: rgba(23,37,30,.25); background: rgba(255,255,255,.25); }
.button-outline-dark { border-color: var(--ink); background: transparent; }
.button-block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 7px; }
.card-link { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); font-size: 14px; font-weight: 800; }
.card-link span, .text-link span { font-size: 21px; }

.notice-wrap { position: relative; z-index: 25; }
.notice { margin: 16px auto -2px; border: 1px solid rgba(47,107,79,.25); background: #edf6ed; border-radius: 14px; padding: 13px 17px; display: flex; gap: 10px; align-items: center; font-weight: 650; }
.notice > span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; }
.notice-success { margin-bottom: 18px; }
.notice-error { border-color: rgba(169,59,50,.25); background: #fff0ed; }
.notice-error > span { background: var(--danger); }

.hero { position: relative; min-height: 820px; overflow: hidden; padding: 145px 0 0; background: linear-gradient(120deg, #f8f0d8 0%, #f9e9b8 57%, #f4bd49 100%); }
.hero::before { content: ""; position: absolute; width: 630px; height: 630px; right: -120px; top: 80px; border-radius: 50%; background: rgba(255,244,196,.52); filter: blur(2px); }
.hero::after { content: ""; position: absolute; width: 240px; height: 240px; left: -100px; top: 180px; border-radius: 50%; border: 1px solid rgba(23,37,30,.12); }
.hero-honeycomb { position: absolute; right: 3%; top: 15%; width: 410px; height: 430px; opacity: .11; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='132' viewBox='0 0 76 132'%3E%3Cpath d='M38 1 75 22v43L38 86 1 65V22zM38 45l37 21v43l-37 21-37-21V66z' fill='none' stroke='%2317251e'/%3E%3C/svg%3E"); }
.hero-grid { position: relative; z-index: 2; min-height: 590px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 65px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: #6d5318; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.6px; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: #dd7d12; box-shadow: 0 0 0 6px rgba(221,125,18,.15); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(221,125,18,0); } }
.hero h1 { margin: 25px 0 22px; max-width: 780px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(62px, 6.2vw, 94px); line-height: .91; letter-spacing: -5px; font-weight: 500; }
.hero h1 em { color: #8a5b0b; font-style: italic; white-space: nowrap; }
.hero-lead { max-width: 640px; margin: 0; font-size: 20px; line-height: 1.55; color: #405046; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-trust { display: flex; align-items: center; gap: 18px; margin-top: 35px; }
.trust-avatars { display: flex; }
.trust-avatars span { width: 42px; height: 42px; display: grid; place-items: center; margin-left: -8px; border-radius: 50%; border: 3px solid #f5dc9b; background: var(--ink); color: var(--honey-light); font-size: 11px; font-weight: 850; }
.trust-avatars span:first-child { margin-left: 0; background: #3b6c50; }
.trust-avatars span:last-child { background: #9d5c2f; }
.hero-trust p { margin: 0; color: #516057; font-size: 13px; line-height: 1.45; }
.hero-trust b { color: var(--ink); }
.hero-visual { position: relative; min-height: 530px; }
.honey-jar { position: absolute; left: 50%; top: 51%; width: 260px; height: 350px; transform: translate(-50%,-50%) rotate(2deg); filter: drop-shadow(0 34px 34px rgba(74,48,4,.2)); }
.jar-shadow { position: absolute; left: 50%; bottom: 34px; width: 380px; height: 55px; transform: translateX(-50%); border-radius: 50%; background: rgba(74,48,4,.2); filter: blur(18px); }
.jar-lid { position: absolute; z-index: 4; left: 24px; top: 0; width: 212px; height: 58px; border-radius: 16px 16px 8px 8px; background: repeating-linear-gradient(90deg,#26352d 0 5px,#17251e 5px 10px); border: 5px solid #132019; }
.jar-glass { position: absolute; inset: 45px 0 0; border: 5px solid rgba(255,255,255,.7); border-radius: 35px 35px 52px 52px; background: linear-gradient(90deg,rgba(255,255,255,.43),rgba(255,255,255,.12) 22%,rgba(125,74,0,.08) 70%,rgba(255,255,255,.36)); box-shadow: inset 0 0 0 3px rgba(106,63,1,.18); overflow: hidden; }
.jar-honey { position: absolute; inset: 68px 9px 9px; border-radius: 22px 22px 43px 43px; background: linear-gradient(90deg,#e99309,#ffc640 45%,#e58a00 100%); box-shadow: inset 20px 0 25px rgba(255,238,137,.5), inset -18px 0 28px rgba(147,68,0,.25); }
.jar-honey::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 25%,rgba(255,255,255,.42) 0 4px,transparent 5px), radial-gradient(circle at 75% 65%,rgba(127,65,0,.18) 0 3px,transparent 4px); background-size: 70px 80px,60px 50px; }
.jar-label { position: absolute; z-index: 5; left: 25px; right: 25px; top: 142px; height: 128px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid #17251e; background: #fff6d2; box-shadow: 0 8px 18px rgba(87,48,0,.15); transform: rotate(-2deg); }
.jar-label img { width: 45px; height: 37px; }
.jar-label b { font-family: Georgia,serif; font-size: 25px; line-height: 1; }
.jar-label span { margin-top: 7px; font-size: 8px; text-transform: uppercase; letter-spacing: 1.1px; }
.jar-glass::before { content: ""; position: absolute; z-index: 3; left: 22px; top: 10px; width: 25px; height: 230px; border-radius: 50%; background: linear-gradient(rgba(255,255,255,.8),rgba(255,255,255,.08)); transform: rotate(4deg); }
.honey-glow { position: absolute; inset: -25px; z-index: -1; border-radius: 50%; background: rgba(255,225,108,.55); filter: blur(35px); }
.visual-label { position: absolute; z-index: 7; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(23,37,30,.22); background: rgba(255,250,225,.75); backdrop-filter: blur(10px); box-shadow: 0 13px 30px rgba(66,48,10,.1); }
.label-top { right: 0; top: 88px; padding: 12px 16px; border-radius: 99px; font-size: 12px; font-weight: 800; }
.label-top span { color: var(--green); }
.label-bottom { left: 0; bottom: 75px; padding: 14px 18px; border-radius: 16px; }
.label-bottom b { font-family: Georgia,serif; font-size: 35px; }
.label-bottom span { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; line-height: 1.3; }
.flower { position: absolute; color: #fff6cf; text-shadow: 0 4px 10px rgba(80,43,0,.1); }
.flower-one { right: 2%; bottom: 26px; font-size: 76px; transform: rotate(13deg); }
.flower-two { left: 8%; top: 70px; font-size: 44px; }
.bee { position: absolute; right: 8%; top: 45%; font-size: 18px; transform: rotate(18deg); }
.hero-search-wrap { position: relative; z-index: 5; margin-bottom: 42px; padding-bottom: 24px; transform: translateY(42px); }
.hero-command-panel { overflow: hidden; border: 1px solid rgba(23,37,30,.13); border-radius: 24px; background: #fffdf7; box-shadow: 0 28px 70px rgba(72,50,9,.2); }
.hero-search { min-height: 112px; display: grid; grid-template-columns: 1fr 1px 1fr 1px 1.35fr auto; align-items: center; gap: 0; padding: 14px; background: #fffdf7; }
.search-field { padding: 0 24px; }
.search-field label, .field > span { display: block; margin-bottom: 9px; color: #6d766e; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.1px; }
.search-field select, .search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-weight: 750; }
.search-field input::placeholder { color: #889087; font-weight: 600; }
.search-divider { height: 46px; background: var(--line); }
.search-submit { align-self: stretch; min-width: 115px; border: 0; border-radius: 16px; display: flex; align-items: center; justify-content: center; gap: 9px; background: var(--ink); color: white; font-weight: 800; }
.search-submit svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; }

.proof-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); background: var(--ink); color: #fffdf6; }
.proof-grid::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--honey); }
.proof-grid > div { position: relative; min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 25px 30px 24px; border-right: 1px solid rgba(255,255,255,.13); }
.proof-grid > div:last-child { border: 0; }
.proof-grid i { position: absolute; right: 18px; top: 15px; color: rgba(255,255,255,.24); font-size: 10px; font-style: normal; font-weight: 850; letter-spacing: 1px; }
.proof-grid strong { display: block; max-width: 240px; font-family: Georgia,serif; font-size: 24px; line-height: 1.05; font-weight: 500; }
.proof-grid span { display: block; margin-top: 9px; color: #9eada4; font-size: 11px; line-height: 1.35; }
.featured-section { padding-top: 145px; }

.section-heading { margin-bottom: 48px; }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading h2, .quality-intro h2, .role-panel h2, .final-cta h2, .page-hero h1, .auth-aside h1 { margin: 14px 0 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(42px,5vw,68px); line-height: .98; letter-spacing: -2.6px; font-weight: 500; }
.apiary-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.apiary-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 13px 35px rgba(29,37,28,.05); transition: transform .2s, box-shadow .2s; }
.apiary-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.apiary-card-cover { position: relative; height: 210px; overflow: hidden; display: block; background: linear-gradient(#d9c780,#748961); }
.accent-forest .apiary-card-cover, .supplier-cover.accent-forest { background: linear-gradient(160deg,#f1d486,#66836b); }
.accent-blue .apiary-card-cover, .supplier-cover.accent-blue { background: linear-gradient(160deg,#d6e3d1,#789397); }
.accent-clay .apiary-card-cover, .supplier-cover.accent-clay { background: linear-gradient(160deg,#f0c57f,#9d6042); }
.accent-amber .apiary-card-cover, .supplier-cover.accent-amber { background: linear-gradient(160deg,#f6d77e,#ae7933); }
.cover-sun { position: absolute; width: 94px; height: 94px; right: 13%; top: 16%; border-radius: 50%; background: rgba(255,245,189,.65); }
.cover-hills { position: absolute; left: -12%; right: -12%; bottom: -40%; height: 85%; border-radius: 50% 50% 0 0; background: #506e52; transform: rotate(4deg); }
.hill-two { left: 35%; right: -30%; bottom: -47%; background: #314f3d; transform: rotate(-9deg); }
.cover-hive { position: absolute; left: 14%; bottom: 25px; color: #fff1ae; font-size: 78px; line-height: 1; transform: rotate(-9deg); text-shadow: 0 10px 20px rgba(20,39,29,.2); }
.demo-label { position: absolute; z-index: 4; right: 14px; top: 14px; padding: 7px 10px; border-radius: 99px; background: rgba(255,253,246,.86); color: var(--ink); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .8px; backdrop-filter: blur(8px); }
.apiary-card-body { padding: 23px; }
.card-location { display: flex; justify-content: space-between; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; }
.card-location > span { display: flex; align-items: center; gap: 5px; }
.card-location svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.card-location b { padding: 5px 8px; border-radius: 8px; background: var(--cream); color: var(--ink); }
.apiary-card h3 { margin: 15px 0 9px; font-family: Georgia,serif; font-size: 27px; font-weight: 500; }
.card-story { height: 61px; margin: 0; overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.badges { min-height: 29px; display: flex; flex-wrap: wrap; gap: 6px; margin-top: 17px; }
.badge { display: inline-flex; align-items: center; min-height: 25px; padding: 0 9px; border-radius: 99px; background: var(--cream); color: #5d5e50; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .55px; }
.badge-green { background: var(--green-light); color: #20553d; }
.card-metrics { display: grid; grid-template-columns: 1fr 1fr; margin: 18px 0; border-top: 1px solid var(--line); padding-top: 17px; }
.card-metrics > div:last-child { border-left: 1px solid var(--line); padding-left: 20px; }
.card-metrics small, .lot-numbers small, .supplier-facts small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .8px; }
.card-metrics strong { display: block; font-size: 17px; }
.card-metrics em, .lot-price em { margin-left: 3px; color: var(--muted); font-size: 10px; font-style: normal; font-weight: 500; }
.demo-disclaimer { max-width: 760px; margin: 24px auto 0; color: var(--muted); font-size: 12px; line-height: 1.5; text-align: center; }

.quality-section { background: var(--ink); color: #fef9e8; }
.quality-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.quality-intro { position: sticky; top: 40px; }
.quality-section .section-kicker { color: var(--honey-light); }
.quality-intro h2 { font-size: clamp(44px,4.2vw,56px); line-height: 1.02; letter-spacing: -2px; }
.quality-intro p { max-width: 440px; margin: 28px 0 34px; color: #b8c2bb; font-size: 17px; line-height: 1.6; }
.quality-intro .button-dark { background: var(--honey); color: var(--ink); }
.quality-steps { border-top: 1px solid rgba(255,255,255,.18); }
.quality-steps article { min-height: 150px; display: grid; grid-template-columns: 54px 1fr 50px; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.18); }
.step-index { align-self: start; padding-top: 36px; color: var(--honey); font-size: 11px; font-weight: 850; }
.quality-steps h3 { margin: 0 0 8px; font-family: Georgia,serif; font-size: 25px; font-weight: 500; }
.quality-steps p { max-width: 540px; margin: 0; color: #aeb9b1; font-size: 14px; line-height: 1.55; }
.step-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--honey); font-size: 20px; }

.roles-section { background: var(--cream); }
.role-panels { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.role-panel { min-height: 590px; padding: 60px; display: flex; flex-direction: column; align-items: flex-start; }
.buyer-panel { background: #315f49; color: white; }
.supplier-panel { background: var(--honey); }
.role-number { margin-bottom: 68px; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.5px; opacity: .75; }
.role-panel h2 { font-size: clamp(44px,4.5vw,63px); }
.role-panel > p { max-width: 540px; min-height: 78px; margin: 23px 0; font-size: 16px; line-height: 1.6; opacity: .78; }
.role-panel ul { list-style: none; width: 100%; margin: 8px 0 36px; padding: 0; }
.role-panel li { padding: 13px 0; border-bottom: 1px solid currentColor; font-size: 14px; border-color: rgba(255,255,255,.2); }
.supplier-panel li { border-color: rgba(23,37,30,.18); }
.role-panel li::before { content: "✓"; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 12px; border-radius: 50%; background: rgba(255,255,255,.15); }
.supplier-panel li::before { background: rgba(23,37,30,.1); }
.role-panel .button { margin-top: auto; }
.final-cta { padding-top: 45px; background: var(--cream); }
.final-cta-inner { position: relative; overflow: hidden; padding: 90px 30px; border-radius: 32px; background: #fff9e9; text-align: center; }
.final-cta h2 { font-size: clamp(56px,7vw,88px); }
.final-cta p { margin: 23px 0 0; color: var(--muted); font-size: 17px; }
.final-cta .hero-actions { justify-content: center; }
.cta-bee { position: absolute; right: -30px; top: -55px; color: rgba(244,182,63,.35); font-size: 260px; transform: rotate(14deg); }

.site-footer { padding: 78px 0 24px; background: #101a15; color: #f8f1dd; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1.1fr; gap: 50px; }
.brand-light .brand-copy { color: white; }
.footer-grid > div:first-child p { color: #8e9d93; font-size: 13px; line-height: 1.6; }
.footer-grid h3 { margin: 4px 0 20px; color: #d5dfd8; font-size: 11px; text-transform: uppercase; letter-spacing: 1.3px; }
.footer-grid a, .footer-grid > div > span { display: block; margin: 12px 0; color: #8e9d93; font-size: 13px; }
.footer-grid a:hover { color: var(--honey); }
.footer-season { align-self: start; display: grid; grid-template-columns: auto minmax(0,1fr); column-gap: 10px; align-items: center; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.footer-season .pulse-dot { display: block; margin: 0; }
.footer-season p { grid-column: 1 / -1; margin: 10px 0 0; color: #8e9d93; font-size: 12px; line-height: 1.5; }
.footer-bottom { margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #627269; font-size: 11px; }

/* Catalog */
.page-hero { padding: 75px 0 62px; background: var(--cream); border-bottom: 1px solid var(--line); }
.catalog-title-row { display: flex; justify-content: space-between; align-items: end; }
.page-hero h1 { margin-top: 12px; font-size: 72px; }
.page-hero p { margin: 14px 0 0; color: var(--muted); }
.catalog-count { display: flex; align-items: center; gap: 13px; }
.catalog-count strong { font-family: Georgia,serif; font-size: 48px; font-weight: 500; }
.catalog-count span { color: var(--muted); font-size: 11px; line-height: 1.3; text-transform: uppercase; letter-spacing: .8px; }
.catalog-layout { display: grid; grid-template-columns: 280px 1fr; gap: 44px; align-items: start; padding-top: 48px; padding-bottom: 105px; }
.catalog-filters { position: sticky; top: 20px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.filter-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.filter-heading h2 { margin: 0; font-family: Georgia,serif; font-size: 27px; font-weight: 500; }
.filter-heading a { color: var(--muted); font-size: 11px; border-bottom: 1px solid currentColor; }
.field { display: block; margin-bottom: 18px; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 12px; outline: none; padding: 0 13px; background: #fffef9; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.field textarea { min-height: 100px; padding-top: 12px; resize: vertical; line-height: 1.5; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--honey-dark); box-shadow: 0 0 0 3px rgba(244,182,63,.18); }
.filter-two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check-field { position: relative; display: flex; align-items: center; gap: 10px; margin: 14px 0; cursor: pointer; font-size: 12px; line-height: 1.35; }
.check-field input { position: absolute; opacity: 0; }
.fake-check { width: 23px; height: 23px; flex: none; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; background: white; color: transparent; font-size: 12px; }
.check-field input:checked + .fake-check { background: var(--ink); border-color: var(--ink); color: var(--honey); }
.filter-submit { width: 100%; margin-top: 16px; }
.filter-mobile-button { display: none; }
.results-toolbar { min-height: 46px; display: flex; justify-content: space-between; align-items: start; margin-bottom: 22px; }
.results-toolbar p { margin: 0; color: var(--muted); font-size: 13px; }
.sort-form label { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.sort-form select { border: 0; background: transparent; color: var(--ink); font-weight: 700; }
.catalog-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.empty-state { min-height: 480px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed #c8c5b9; border-radius: var(--radius); background: var(--cream); text-align: center; }
.empty-state > span { color: var(--honey-dark); font-size: 70px; }
.empty-state h2 { margin: 12px 0 7px; font-family: Georgia,serif; font-size: 36px; font-weight: 500; }
.empty-state p { margin: 0 0 25px; color: var(--muted); }

/* Supplier profile */
.supplier-cover { position: relative; height: 380px; overflow: hidden; }
.supplier-landscape { position: absolute; inset: 0; }
.supplier-landscape .cover-sun { width: 170px; height: 170px; right: 18%; top: 14%; }
.supplier-landscape .cover-hills { bottom: -52%; height: 105%; }
.supplier-landscape .hill-two { bottom: -64%; }
.big-hive { position: absolute; left: 16%; bottom: 5%; color: rgba(255,244,181,.78); font-size: 170px; transform: rotate(-10deg); }
.supplier-cover-content { position: relative; z-index: 4; padding-top: 35px; }
.supplier-cover .back-link { display: inline-flex; padding: 10px 14px; border-radius: 99px; background: rgba(255,253,246,.82); backdrop-filter: blur(9px); font-size: 12px; font-weight: 750; }
.supplier-cover .demo-label { top: 35px; right: 0; }
.supplier-main { position: relative; z-index: 7; display: grid; grid-template-columns: 1fr 360px; gap: 55px; align-items: start; padding-bottom: 90px; }
.supplier-content { min-width: 0; padding-top: 42px; }
.supplier-heading { display: flex; align-items: center; gap: 20px; margin-top: -93px; margin-bottom: 28px; }
.supplier-logo { width: 104px; height: 104px; flex: none; display: grid; place-items: center; border: 7px solid var(--paper); border-radius: 28px; background: var(--ink); color: var(--honey); font-family: Georgia,serif; font-size: 30px; box-shadow: 0 12px 28px rgba(23,37,30,.18); }
.supplier-heading .badges { margin-top: 0; }
.supplier-heading h1 { margin: 8px 0 4px; font-family: Georgia,serif; font-size: 53px; line-height: 1; font-weight: 500; letter-spacing: -2px; }
.supplier-location { margin: 0; color: var(--muted); font-size: 13px; }
.supplier-story { max-width: 800px; margin: 0 0 30px; color: #4b584f; font-size: 18px; line-height: 1.66; }
.supplier-facts { display: grid; grid-template-columns: .7fr .8fr 1.5fr; margin-bottom: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.supplier-facts > div { padding: 22px 25px; border-right: 1px solid var(--line); }
.supplier-facts > div:first-child { padding-left: 0; }
.supplier-facts > div:last-child { border: 0; }
.supplier-facts strong { display: block; font-family: Georgia,serif; font-size: 20px; font-weight: 500; }
.profile-section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 23px; }
.profile-section-heading h2 { margin: 9px 0 0; font-family: Georgia,serif; font-size: 42px; font-weight: 500; }
.profile-section-heading > span { color: var(--muted); font-size: 12px; }
.lot-list { display: grid; gap: 14px; }
.lot-card { display: grid; grid-template-columns: 1fr 330px; gap: 28px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.lot-form { display: inline-flex; padding: 6px 9px; border-radius: 8px; background: var(--cream); color: #796019; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .7px; }
.lot-main h3 { margin: 12px 0 7px; font-family: Georgia,serif; font-size: 29px; font-weight: 500; }
.lot-main > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.lot-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.lot-tags span { padding-right: 9px; border-right: 1px solid var(--line); color: #4e5b52; font-size: 11px; }
.lot-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 15px; align-items: end; padding-left: 25px; border-left: 1px solid var(--line); }
.lot-numbers strong { font-size: 15px; }
.lot-numbers .button { grid-column: 1 / -1; min-height: 43px; }
.lot-price strong { font-size: 18px; }
.supplier-details { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 28px; }
.supplier-details article { min-height: 190px; padding: 23px; border-radius: 18px; background: var(--cream); }
.supplier-details article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--honey); font-size: 18px; }
.supplier-details h3 { margin: 28px 0 8px; font-family: Georgia,serif; font-size: 20px; font-weight: 500; }
.supplier-details p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.request-card { position: sticky; top: 22px; z-index: 8; margin-top: -70px; padding: 29px; border: 1px solid var(--line); border-radius: 23px; background: #fffdf6; box-shadow: var(--shadow); }
.request-card-head { display: flex; align-items: center; gap: 11px; color: var(--green); font-size: 11px; text-transform: uppercase; letter-spacing: .8px; }
.request-card-head .pulse-dot { width: 8px; height: 8px; background: #45a36f; box-shadow: 0 0 0 6px rgba(69,163,111,.14); }
.request-card h2 { margin: 24px 0 8px; font-family: Georgia,serif; font-size: 31px; font-weight: 500; }
.request-card > p { margin: 0 0 23px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.request-card .field { margin-bottom: 14px; }
.request-card .filter-two { grid-template-columns: .7fr 1.3fr; }
.favorite-form { margin-top: 9px; }
.privacy-note { display: block; margin-top: 17px; color: #8b918b; font-size: 10px; line-height: 1.45; text-align: center; }
.demo-banner { margin-bottom: 80px; padding: 20px 25px; border: 1px solid #d7b968; border-radius: 16px; background: #fff2c4; }
.demo-banner b { font-family: Georgia,serif; font-size: 20px; }
.demo-banner p { margin: 5px 0 0; color: #6d5a25; font-size: 12px; }

/* Authentication */
.auth-main { min-height: 760px; padding: 70px 0 95px; background: linear-gradient(135deg,var(--cream),#f4ce73); }
.auth-shell { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; max-width: 1060px; border-radius: 30px; background: white; box-shadow: var(--shadow); }
.auth-aside { position: relative; overflow: hidden; padding: 70px 55px; background: var(--ink); color: white; }
.auth-aside::after { content: "⬡"; position: absolute; right: -50px; bottom: -85px; color: rgba(244,182,63,.18); font-size: 270px; transform: rotate(13deg); }
.auth-aside .section-kicker { color: var(--honey); }
.auth-aside h1 { font-size: clamp(48px,5vw,68px); }
.auth-aside > p { max-width: 440px; color: #adbbb2; line-height: 1.6; }
.auth-quote { position: absolute; z-index: 2; left: 55px; right: 55px; bottom: 55px; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.05); }
.auth-quote > span { color: var(--honey); font-family: Georgia,serif; font-size: 40px; line-height: .5; }
.auth-quote p { margin: 8px 0 0; color: #c5cec8; font-size: 13px; line-height: 1.55; }
.auth-card { padding: 65px 70px; }
.auth-card h2 { margin: 0; font-family: Georgia,serif; font-size: 37px; font-weight: 500; }
.auth-card > p { margin: 10px 0 30px; color: var(--muted); font-size: 13px; }
.auth-card .field { margin-bottom: 19px; }
.auth-switch { display: flex; justify-content: center; gap: 8px; margin-top: 25px; color: var(--muted); font-size: 12px; }
.auth-switch a { color: var(--ink); font-weight: 800; border-bottom: 1px solid currentColor; }
.form-error { margin-bottom: 18px; padding: 12px 14px; border: 1px solid rgba(169,59,50,.25); border-radius: 12px; background: #fff0ed; color: var(--danger); font-size: 12px; font-weight: 650; }
.form-error span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 8px; border-radius: 50%; background: var(--danger); color: white; }
.role-switch { display: grid; grid-template-columns: 1fr 1fr; margin: 22px 0 27px; padding: 4px; border-radius: 13px; background: var(--cream); }
.role-switch a { padding: 12px; border-radius: 10px; color: var(--muted); font-size: 13px; font-weight: 750; text-align: center; }
.role-switch a.active { background: white; color: var(--ink); box-shadow: 0 4px 14px rgba(44,41,28,.1); }
.register-page .auth-shell { max-width: 1160px; grid-template-columns: .75fr 1.25fr; }
.register-card { padding: 45px 60px; }
.form-terms { margin: 13px 0 0; color: #8b918b; font-size: 10px; line-height: 1.5; text-align: center; }
.mini-steps { position: relative; z-index: 2; list-style: none; margin: 45px 0 0; padding: 0; }
.mini-steps li { display: flex; align-items: center; gap: 13px; margin: 16px 0; color: #c5cec8; font-size: 13px; }
.mini-steps span { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--honey); }

/* Dashboards */
.dashboard-hero { padding: 60px 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.dashboard-hero-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.dashboard-hero h1 { margin: 10px 0 7px; font-family: Georgia,serif; font-size: 54px; line-height: 1; font-weight: 500; }
.dashboard-hero p { margin: 0; color: var(--muted); }
.publish-status { display: flex; align-items: center; gap: 9px; padding: 10px 14px; border-radius: 99px; background: #e5e1d5; color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: 1px; }
.publish-status span { width: 8px; height: 8px; border-radius: 50%; background: #9d9c95; }
.publish-status.online { background: var(--green-light); color: var(--green); }
.publish-status.online span { background: #45a36f; box-shadow: 0 0 0 5px rgba(69,163,111,.12); }
.dashboard-layout { display: grid; grid-template-columns: 205px 1fr; gap: 40px; align-items: start; padding-top: 40px; padding-bottom: 100px; }
.dashboard-nav { position: sticky; top: 20px; display: grid; gap: 4px; }
.dashboard-nav a { padding: 13px 15px; border-radius: 11px; color: var(--muted); font-size: 13px; font-weight: 700; }
.dashboard-nav a:hover, .dashboard-nav a:first-child { background: var(--cream); color: var(--ink); }
.dashboard-nav b { float: right; min-width: 21px; height: 21px; padding: 0 5px; display: inline-grid; place-items: center; border-radius: 99px; background: var(--honey); color: var(--ink); font-size: 9px; }
.dashboard-content { display: grid; gap: 24px; min-width: 0; }
.dashboard-card { padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.dashboard-card-heading { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-bottom: 30px; }
.dashboard-card-heading h2 { margin: 7px 0 0; font-family: Georgia,serif; font-size: 33px; font-weight: 500; }
.dashboard-card-heading > span { color: var(--muted); font-size: 11px; }
.completion { padding: 7px 10px; border-radius: 99px; background: var(--cream); font-weight: 750; }
.form-grid-three { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.span-two { grid-column: span 2; }
.checks-row { display: flex; flex-wrap: wrap; gap: 30px; padding: 10px 0 22px; }
.publish-row { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-top: 23px; border-top: 1px solid var(--line); }
.switch-field { position: relative; display: flex; align-items: center; gap: 12px; cursor: pointer; }
.switch-field input { position: absolute; opacity: 0; }
.switch { position: relative; width: 48px; height: 28px; border-radius: 99px; background: #c8cbc6; transition: background .2s; }
.switch::after { content: ""; position: absolute; width: 22px; height: 22px; left: 3px; top: 3px; border-radius: 50%; background: white; box-shadow: 0 2px 6px rgba(0,0,0,.2); transition: transform .2s; }
.switch-field input:checked + .switch { background: var(--green); }
.switch-field input:checked + .switch::after { transform: translateX(20px); }
.switch-field b, .switch-field small { display: block; }
.switch-field b { font-size: 12px; }
.switch-field small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.dashboard-lots { display: grid; }
.dashboard-lot { display: grid; grid-template-columns: 1.7fr .65fr .75fr auto; gap: 20px; align-items: center; padding: 20px 0; border-top: 1px solid var(--line); }
.dashboard-lot.muted { opacity: .45; }
.dashboard-lot h3 { display: inline; margin: 0 0 0 9px; font-family: Georgia,serif; font-size: 22px; font-weight: 500; }
.dashboard-lot p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.dashboard-lot small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .7px; }
.dashboard-lot strong { font-size: 13px; }
.lot-actions { display: flex; gap: 5px; }
.lot-actions form { margin: 0; }
.icon-button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 9px; background: white; font-size: 19px; }
.icon-button.danger { color: var(--danger); }
.empty-inline { min-height: 150px; display: flex; align-items: center; justify-content: center; gap: 22px; border: 1px dashed #c9c5b8; border-radius: 16px; background: var(--cream); }
.empty-inline > span { color: var(--honey-dark); font-size: 45px; }
.empty-inline h3 { margin: 0 0 6px; font-family: Georgia,serif; font-size: 23px; font-weight: 500; }
.empty-inline p { max-width: 550px; margin: 0; color: var(--muted); font-size: 12px; }
.inquiry-list { display: grid; }
.inquiry { display: grid; grid-template-columns: 1fr 1fr 1.25fr 110px; gap: 20px; align-items: center; padding: 21px 0; border-top: 1px solid var(--line); }
.inquiry-person { display: flex; align-items: center; gap: 11px; }
.inquiry h3 { margin: 0 0 4px; font-family: Georgia,serif; font-size: 18px; font-weight: 500; }
.inquiry p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.inquiry-need small { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.inquiry-need strong { display: block; margin: 4px 0; font-size: 12px; }
.inquiry-message { font-size: 11px !important; }
.inquiry select { width: 100%; min-height: 37px; border: 1px solid var(--line); border-radius: 9px; background: white; font-size: 10px; }
.modal { width: min(680px,calc(100% - 30px)); max-height: 90vh; padding: 0; border: 0; border-radius: 24px; background: transparent; }
.modal::backdrop { background: rgba(8,17,12,.7); backdrop-filter: blur(4px); }
.modal-card { position: relative; max-height: 90vh; overflow-y: auto; padding: 38px; border-radius: 24px; background: white; }
.modal-card h2 { margin: 7px 0 28px; font-family: Georgia,serif; font-size: 35px; font-weight: 500; }
.modal-close { position: absolute; right: 20px; top: 20px; width: 37px; height: 37px; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 22px; }
.buyer-hero { background: var(--ink); color: white; }
.buyer-hero .section-kicker { color: var(--honey); }
.buyer-hero p { color: #aab6ae; }
.buyer-dashboard-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 25px; padding-top: 45px; padding-bottom: 100px; }
.buyer-inquiries > article { display: grid; grid-template-columns: 1.2fr .8fr auto; gap: 20px; align-items: center; padding: 20px 0; border-top: 1px solid var(--line); }
.buyer-inquiries h3 { margin: 8px 0 5px; font-family: Georgia,serif; font-size: 21px; font-weight: 500; }
.buyer-inquiries p { margin: 0; color: var(--muted); font-size: 11px; }
.buyer-inquiries small { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.buyer-inquiries strong { display: block; margin: 4px 0; font-size: 12px; }
.status-pill { display: inline-flex; padding: 5px 8px; border-radius: 99px; background: var(--cream); color: var(--muted); font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .8px; }
.status-contacted { background: #e5edf6; color: #315b83; }
.status-agreed { background: var(--green-light); color: var(--green); }
.status-closed { background: #ecebea; }
.favorite-list { display: grid; }
.favorite-list > a { display: grid; grid-template-columns: 48px 1fr auto auto; align-items: center; gap: 13px; padding: 17px 0; border-top: 1px solid var(--line); }
.favorite-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--honey); color: var(--ink); font-size: 24px; }
.favorite-list h3 { margin: 0 0 4px; font-family: Georgia,serif; font-size: 18px; font-weight: 500; }
.favorite-list p { margin: 0; color: var(--muted); font-size: 10px; }
.favorite-list strong { font-size: 11px; }

/* Errors */
.error-main { min-height: 640px; display: grid; place-items: center; padding: 70px 0; background: var(--cream); }
.error-card { text-align: center; }
.error-hex { display: block; color: var(--honey-dark); font-size: 80px; }
.error-card > strong { display: block; margin-top: -20px; font-family: Georgia,serif; font-size: 100px; line-height: 1; color: rgba(23,37,30,.12); }
.error-card h1 { margin: -12px 0 10px; font-family: Georgia,serif; font-size: 50px; font-weight: 500; }
.error-card p { margin: 0 0 27px; color: var(--muted); }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 15px; }
  .hero h1 { font-size: 70px; }
  .hero-visual { transform: scale(.88); }
  .apiary-grid { gap: 15px; }
  .quality-grid { gap: 50px; }
  .role-panel { padding: 45px; }
  .catalog-layout { grid-template-columns: 250px 1fr; gap: 25px; }
  .supplier-main { grid-template-columns: 1fr 330px; gap: 30px; }
  .lot-card { grid-template-columns: 1fr; }
  .lot-numbers { grid-template-columns: repeat(3,1fr); padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .lot-numbers .button { grid-column: auto; }
  .dashboard-layout { grid-template-columns: 175px 1fr; gap: 24px; }
  .inquiry { grid-template-columns: 1fr 1fr; }
  .buyer-dashboard-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .quality-grid { grid-template-columns: 1fr; }
  .quality-intro { position: static; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .site-header { position: relative !important; background: var(--paper) !important; }
  .header-inner { min-height: 70px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 66px; display: none; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav > a:not(.button) { padding: 11px; border: 0; }
  .main-nav .button { width: 100%; }
  .nav-logout { padding-left: 11px; }
  .hero { min-height: auto; padding: 70px 0 0; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero h1 { font-size: clamp(51px,14vw,72px); letter-spacing: -3px; }
  .hero-lead { font-size: 17px; }
  .hero-visual { min-height: 440px; transform: scale(.92); margin-top: -20px; }
  .hero-search-wrap { margin-bottom: 25px; transform: translateY(25px); }
  .hero-search { grid-template-columns: 1fr 1fr; gap: 10px; min-height: 0; }
  .search-divider { display: none; }
  .search-wide { grid-column: 1 / -1; }
  .search-field { padding: 12px; border: 1px solid var(--line); border-radius: 12px; }
  .search-submit { grid-column: 1 / -1; min-height: 54px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 108px; padding: 22px; }
  .proof-grid > div:nth-of-type(2) { border-right: 0; }
  .proof-grid > div:nth-of-type(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .split-heading { align-items: start; }
  .apiary-grid { grid-template-columns: 1fr 1fr; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-intro { position: static; }
  .role-panels { grid-template-columns: 1fr; }
  .role-panel { min-height: 540px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .catalog-layout { display: block; padding-top: 25px; }
  .filter-mobile-button { display: inline-flex; margin-bottom: 18px; }
  .catalog-filters { position: static; display: none; margin-bottom: 24px; }
  .catalog-filters.open { display: block; }
  .catalog-grid { grid-template-columns: 1fr 1fr; }
  .supplier-main { grid-template-columns: 1fr; }
  .request-card { position: static; margin-top: 0; order: -1; }
  .supplier-content { padding-top: 0; }
  .supplier-heading { margin-top: -55px; }
  .supplier-details { grid-template-columns: 1fr 1fr 1fr; }
  .auth-shell { grid-template-columns: 1fr !important; }
  .auth-aside { min-height: 430px; }
  .auth-quote { position: relative; left: auto; right: auto; bottom: auto; margin-top: 50px; }
  .dashboard-layout { display: block; }
  .dashboard-nav { position: static; display: flex; overflow-x: auto; margin-bottom: 20px; }
  .dashboard-nav a { flex: none; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 22px), var(--container)); }
  .brand-copy { font-size: 19px; }
  .brand img { width: 36px; height: 36px; }
  .hero { padding-top: 48px; }
  .hero h1 { margin-top: 19px; }
  .hero h1 em { white-space: normal; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-trust { align-items: start; }
  .hero-visual { min-height: 380px; margin-inline: -25px; transform: scale(.78); transform-origin: top center; margin-bottom: -70px; }
  .hero-search { grid-template-columns: 1fr; padding: 10px; }
  .search-wide, .search-submit { grid-column: auto; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: 96px; padding: 21px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .proof-grid strong { font-size: 22px; }
  .proof-grid span { margin-top: 6px; }
  .split-heading { display: block; }
  .split-heading .text-link { margin-top: 22px; }
  .section-heading h2, .quality-intro h2, .role-panel h2, .final-cta h2, .page-hero h1, .auth-aside h1 { font-size: 42px; letter-spacing: -1.7px; }
  .apiary-grid, .catalog-grid { grid-template-columns: 1fr; }
  .quality-steps article { grid-template-columns: 38px 1fr; padding: 24px 0; }
  .step-index { padding-top: 3px; }
  .step-icon { display: none; }
  .role-panel { min-height: 0; padding: 36px 25px; }
  .role-number { margin-bottom: 45px; }
  .role-panel > p { min-height: 0; }
  .final-cta-inner { padding: 65px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; gap: 10px; }
  .catalog-title-row { align-items: start; }
  .catalog-count { display: none; }
  .results-toolbar { align-items: center; }
  .catalog-grid { grid-template-columns: 1fr; }
  .supplier-cover { height: 250px; }
  .supplier-cover .demo-label { top: 82px; left: 0; right: auto; }
  .supplier-heading { align-items: end; gap: 12px; margin-top: -43px; }
  .supplier-logo { width: 78px; height: 78px; border-width: 5px; border-radius: 20px; font-size: 23px; }
  .supplier-heading h1 { font-size: 35px; }
  .supplier-heading .badges { display: none; }
  .supplier-story { font-size: 16px; }
  .supplier-facts { grid-template-columns: 1fr 1fr; }
  .supplier-facts > div { padding: 17px 13px; }
  .supplier-facts > div:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .profile-section-heading h2 { font-size: 34px; }
  .lot-card { padding: 20px; }
  .lot-numbers { grid-template-columns: 1fr 1fr; }
  .lot-numbers .button { grid-column: 1 / -1; }
  .supplier-details { grid-template-columns: 1fr; }
  .supplier-details article { min-height: 150px; }
  .auth-main { padding: 20px 0 55px; }
  .auth-aside { min-height: 0; padding: 45px 28px; }
  .auth-quote { display: none; }
  .mini-steps { margin-top: 30px; }
  .auth-card, .register-card { padding: 35px 23px; }
  .filter-two, .form-grid-three { grid-template-columns: 1fr; }
  .span-two { grid-column: auto; }
  .dashboard-hero-row { align-items: start; flex-direction: column; }
  .dashboard-hero h1 { font-size: 41px; }
  .dashboard-card { padding: 23px 18px; }
  .dashboard-card-heading { align-items: start; }
  .profile-form .filter-two, .profile-form .form-grid-three { grid-template-columns: 1fr; }
  .checks-row { display: grid; gap: 5px; }
  .publish-row { align-items: stretch; flex-direction: column; }
  .dashboard-lot { grid-template-columns: 1fr 1fr; }
  .dashboard-lot > div:first-child { grid-column: 1 / -1; }
  .inquiry { grid-template-columns: 1fr; }
  .buyer-inquiries > article { grid-template-columns: 1fr; }
  .favorite-list > a { grid-template-columns: 48px 1fr auto; }
  .favorite-list > a > strong { display: none; }
  .modal-card { padding: 30px 20px; }
}

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

/* Future partners */
.future-partners-page { background: #fffdf6; }
.partners-hero { overflow: hidden; padding: 88px 0 76px; background: radial-gradient(circle at 84% 18%, rgba(244,182,63,.34), transparent 28%), var(--cream); border-bottom: 1px solid var(--line); }
.partners-hero-grid { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(310px,.65fr); gap: 70px; align-items: center; }
.future-partners-page .eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: 1.3px; text-transform: uppercase; }
.future-partners-page .eyebrow::before { content: ''; width: 27px; height: 2px; background: var(--honey-dark); }
.partners-hero h1, .partners-section-heading h2, .offer-intro h2 { margin: 20px 0 0; max-width: 900px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(48px,6.1vw,88px); line-height: .95; letter-spacing: -3.6px; font-weight: 500; }
.partners-lead { max-width: 760px; margin: 27px 0 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.partners-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.partners-scorecard { position: relative; padding: 35px; border-radius: 28px; background: var(--ink); color: #fffdf6; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.partners-scorecard::before { content: ''; position: absolute; right: 27px; top: 25px; width: 16px; height: 16px; border-radius: 50%; background: var(--honey); box-shadow: 0 0 0 8px rgba(244,182,63,.14); }
.partners-scorecard > span { color: #aebcaf; font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.partners-scorecard > strong { display: block; margin: 8px 0 28px; color: var(--honey-light); font-family: Georgia,serif; font-size: 54px; font-weight: 500; }
.scorecard-row { display: grid; grid-template-columns: 62px 1fr; gap: 14px; align-items: baseline; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.13); }
.scorecard-row b { color: var(--honey); font-size: 25px; }
.scorecard-row span { color: #d8dfd8; line-height: 1.4; }
.partners-scorecard small { display: block; margin-top: 22px; color: #93a397; line-height: 1.55; }
.partners-patterns { padding: 55px 0; background: var(--ink); color: white; }
.partners-patterns .eyebrow { color: var(--honey-light); }
.partners-section-heading h2 { max-width: 780px; font-size: clamp(40px,4.8vw,64px); letter-spacing: -2.6px; }
.partners-patterns .partners-section-heading h2 { color: #fffdf6; font-size: 40px; }
.pattern-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 35px; background: rgba(255,255,255,.13); }
.pattern-grid article { min-height: 160px; padding: 27px; background: var(--ink); }
.pattern-grid strong { display: block; color: var(--honey); font-family: Georgia,serif; font-size: 34px; font-weight: 500; }
.pattern-grid p { margin: 16px 0 0; color: #c7d0c9; line-height: 1.55; }
.partners-list-section { background: var(--paper); }
.partners-heading-row { display: flex; justify-content: space-between; gap: 45px; align-items: end; }
.partners-heading-row > p { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.7; }
.partner-list { margin-top: 55px; border-top: 1px solid var(--line); }
.partner-card { display: grid; grid-template-columns: 70px 1fr; padding: 36px 0; border-bottom: 1px solid var(--line); }
.partner-rank span { display: inline-grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--cream); color: var(--honey-dark); font-size: 12px; font-weight: 850; }
.partner-card-top { display: flex; justify-content: space-between; gap: 25px; align-items: start; }
.partner-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.partner-tags span { padding: 7px 10px; border-radius: 99px; background: var(--green-light); color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; }
.partner-tags span + span { background: var(--cream); color: var(--muted); }
.partner-card h3 { margin: 17px 0 0; max-width: 800px; font-family: Georgia,serif; font-size: clamp(28px,3vw,42px); line-height: 1.06; letter-spacing: -1.3px; font-weight: 500; }
.fit-score { display: flex; flex: none; align-items: baseline; min-width: 96px; justify-content: end; color: var(--muted); }
.fit-score b { color: var(--ink); font-family: Georgia,serif; font-size: 40px; font-weight: 500; }
.fit-score span { font-size: 12px; }
.partner-signal { margin-top: 24px; padding: 21px 23px; border-left: 4px solid var(--honey); background: var(--cream); }
.partner-signal span, .partner-details-grid span, .partner-sources > span { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .9px; text-transform: uppercase; }
.partner-signal p, .partner-details-grid p { margin: 8px 0 0; line-height: 1.65; }
.partner-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; margin-top: 25px; }
.partner-details-grid > div { padding-right: 25px; }
.partner-phone { display: inline-block; margin-top: 12px; color: var(--green); font-size: 19px; font-weight: 850; border-bottom: 1px solid currentColor; }
.partner-opener { margin-top: 23px; border: 1px solid var(--line); border-radius: 14px; background: #fffef9; }
.partner-opener summary { padding: 16px 19px; color: var(--green); font-weight: 800; cursor: pointer; }
.partner-opener p { margin: 0; padding: 0 19px 15px; line-height: 1.65; }
.partner-opener small { display: block; padding: 0 19px 17px; color: var(--muted); line-height: 1.5; }
.partner-sources { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; margin-top: 18px; }
.partner-sources a { color: var(--green); font-size: 13px; font-weight: 750; border-bottom: 1px solid rgba(47,107,79,.4); }
.partners-offer { padding: 105px 0; background: var(--cream); }
.offer-panel { padding: 65px; border-radius: 35px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.offer-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: end; }
.offer-intro .eyebrow { grid-column: 1 / -1; color: var(--honey-light); }
.offer-intro h2 { color: #fffdf6; font-size: clamp(42px,5vw,68px); }
.offer-intro > p { margin: 0; color: #bec9c0; font-size: 18px; line-height: 1.7; }
.offer-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 50px; background: rgba(255,255,255,.14); }
.offer-options article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; min-height: 190px; padding: 28px 23px; background: var(--ink); }
.offer-options article > b { color: var(--honey); font-size: 12px; }
.offer-options h3 { margin: 0; font-family: Georgia,serif; font-size: 26px; font-weight: 500; }
.offer-options p { margin: 13px 0 0; color: #b9c5bc; line-height: 1.6; }
.offer-panel blockquote { margin: 48px 0 0; padding: 30px 35px; border: 0; border-radius: 20px; background: var(--honey); color: var(--ink); font-family: Georgia,serif; font-size: clamp(21px,2.4vw,30px); line-height: 1.45; }
.partners-timeline { background: #fffdf6; }
.timeline-list { margin: 55px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.timeline-list li { display: grid; grid-template-columns: 150px 1fr; gap: 35px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.timeline-list li > span { color: var(--honey-dark); font-size: 12px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.timeline-list h3 { margin: 0; font-family: Georgia,serif; font-size: 27px; font-weight: 500; }
.timeline-list p { margin: 8px 0 0; color: var(--muted); line-height: 1.6; }
.partners-note { display: grid; grid-template-columns: 150px 1fr; gap: 35px; margin-top: 35px; padding: 28px; border-radius: 18px; background: var(--cream); }
.partners-note b { color: var(--green); }
.partners-note p { margin: 0; color: var(--muted); line-height: 1.65; }

@media (max-width: 900px) {
  .partners-hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .partners-scorecard { max-width: 520px; transform: none; }
  .pattern-grid { grid-template-columns: 1fr 1fr; }
  .partners-heading-row, .offer-intro { display: grid; grid-template-columns: 1fr; align-items: start; }
  .offer-intro .eyebrow { grid-column: auto; }
  .offer-options { grid-template-columns: 1fr; }
  .offer-options article { min-height: 0; }
}

@media (max-width: 620px) {
  .partners-hero { padding: 58px 0 52px; }
  .partners-hero h1 { font-size: 48px; letter-spacing: -2.4px; }
  .partners-actions { display: grid; }
  .partners-actions .button { width: 100%; }
  .partners-scorecard { padding: 27px 23px; }
  .pattern-grid { grid-template-columns: 1fr; }
  .pattern-grid article { min-height: 0; }
  .partners-list-section, .partners-timeline { padding: 74px 0; }
  .partner-card { grid-template-columns: 1fr; gap: 15px; }
  .partner-card-top { display: grid; }
  .fit-score { justify-content: start; }
  .partner-details-grid { grid-template-columns: 1fr; gap: 24px; }
  .partner-details-grid > div { padding-right: 0; }
  .partners-offer { padding: 65px 0; }
  .offer-panel { width: 100%; padding: 50px 20px; border-radius: 0; }
  .offer-panel blockquote { padding: 24px 20px; }
  .timeline-list li, .partners-note { grid-template-columns: 1fr; gap: 9px; }
}
