:root {
  --red: #e32130;
  --red-dark: #b91e2a;
  --yellow: #fdc60d;
  --ink: #202124;
  --muted: #6c7077;
  --line: #e6e8eb;
  --surface: #ffffff;
  --soft: #f5f7f8;
  --teal: #3fb4a4;
  --purple: #3d2453;
  --shadow: 0 16px 45px rgba(32, 33, 36, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: "Nunito Sans", Arial, sans-serif; font-size: 16px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.hidden { display: none !important; }

.expert-profile { background: var(--surface); border-left: 4px solid var(--red); box-shadow: 0 12px 36px rgba(32, 33, 36, 0.18); display: flex; flex-direction: column; max-height: calc(100vh - 126px); overflow: hidden; position: fixed; right: 18px; top: 108px; width: 290px; z-index: 28; }
.expert-profile-head { align-items: center; display: grid; gap: 12px; grid-template-columns: 76px minmax(0, 1fr); padding: 14px 14px 13px; }
.expert-profile-photo { aspect-ratio: 1; height: 76px; object-fit: cover; object-position: 50% 38%; width: 76px; }
.expert-profile-kicker { color: var(--red); display: block; font-size: 9px; font-weight: 900; letter-spacing: 0.1em; line-height: 1.2; text-transform: uppercase; }
.expert-profile h2 { font-size: 17px; line-height: 1.08; margin: 6px 0 0; }
.expert-profile-body { border-top: 1px solid var(--line); overflow-y: auto; padding: 14px 15px 16px; }
.expert-profile-body p { color: var(--muted); font-size: 11px; line-height: 1.52; margin: 0 0 12px; }
.expert-profile-body p:last-child { margin-bottom: 0; }
.expert-profile-toggle { align-items: center; background: var(--ink); border: 0; border-radius: 50%; color: #fff; display: inline-flex; font-size: 18px; height: 27px; justify-content: center; line-height: 1; padding: 0; position: absolute; right: 8px; top: 8px; width: 27px; z-index: 1; }
.expert-profile-toggle:hover { background: var(--red); }
.expert-profile-minimized-label { display: none; }
.expert-profile.is-collapsed { max-height: 58px; width: 190px; }
.expert-profile.is-collapsed .expert-profile-head { gap: 9px; grid-template-columns: 35px minmax(0, 1fr); padding: 9px 38px 9px 10px; }
.expert-profile.is-collapsed .expert-profile-photo { height: 35px; width: 35px; }
.expert-profile.is-collapsed .expert-profile-kicker, .expert-profile.is-collapsed .expert-profile h2 { display: none; }
.expert-profile.is-collapsed .expert-profile-minimized-label { color: var(--ink); display: block; font-size: 12px; font-weight: 900; }
.expert-profile.is-collapsed .expert-profile-body { display: none; }

.top-shell { background: var(--surface); position: sticky; top: 0; z-index: 30; }
.wip-banner { align-items: center; background: var(--ink); color: #fff; display: flex; font-size: 12px; gap: 9px; justify-content: center; letter-spacing: 0.02em; min-height: 36px; padding: 8px 20px; text-align: center; }
.wip-banner strong { color: var(--yellow); }
.wip-dot { background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 4px rgba(253, 198, 13, 0.15); height: 7px; width: 7px; }
.site-header { background: rgba(255,255,255,0.96); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.header-inner { align-items: center; display: flex; gap: 34px; justify-content: space-between; margin: 0 auto; max-width: 1240px; min-height: 78px; padding: 0 28px; }
.brand { align-items: center; display: flex; flex: 0 0 auto; gap: 10px; }
.brand-logo { height: 58px; mix-blend-mode: multiply; object-fit: contain; width: 112px; }
.brand .brand-symbol { height: 44px; mix-blend-mode: multiply; object-fit: cover; width: 44px; }
.brand-wordmark { color: var(--ink); font-family: "Avenir Next", "Century Gothic", "Nunito Sans", Arial, sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0; line-height: 0.86; text-transform: lowercase; }
.brand-wordmark b { color: var(--red); font-size: 24px; font-weight: 500; }
.main-nav { align-items: center; display: flex; gap: 18px; margin-right: auto; }
.main-nav a { color: #50545a; font-size: 13px; font-weight: 700; transition: color 150ms ease; }
.main-nav a:hover { color: var(--red); }
.header-actions { align-items: center; display: flex; gap: 9px; }
.button, .cart-button, .icon-button, .text-button, .category-chip { border: 0; transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease; }
.button { align-items: center; border-radius: 4px; display: inline-flex; font-size: 13px; font-weight: 800; gap: 8px; justify-content: center; min-height: 43px; padding: 0 16px; }
.button:hover, .cart-button:hover { transform: translateY(-1px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: var(--red-dark); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #000; }
.button-outline { background: transparent; border: 1px solid var(--ink); color: var(--ink); }
.button-outline:hover { background: var(--ink); color: #fff; }
.button-quiet { background: transparent; color: var(--ink); }
.button-quiet:hover { background: var(--soft); }
.button-icon { font-size: 18px; font-weight: 400; line-height: 1; }
.icon-button { align-items: center; background: var(--soft); border-radius: 50%; color: var(--ink); display: inline-flex; font-size: 22px; height: 40px; justify-content: center; line-height: 1; width: 40px; }
.icon-button:hover { background: var(--yellow); }
.cart-button { align-items: center; background: var(--ink); border-radius: 4px; color: #fff; display: inline-flex; font-size: 13px; font-weight: 800; gap: 8px; min-height: 43px; padding: 0 11px 0 14px; }
.cart-button b { align-items: center; background: var(--yellow); border-radius: 50%; color: var(--ink); display: inline-flex; font-size: 11px; height: 22px; justify-content: center; min-width: 22px; }
.text-button { align-items: center; background: transparent; color: var(--red); display: inline-flex; font-size: 13px; font-weight: 800; gap: 7px; padding: 0; }
.text-button:hover { color: var(--red-dark); }

.hero-section { background: var(--soft); display: grid; gap: clamp(30px, 7vw, 104px); grid-template-columns: minmax(0, 1fr) minmax(330px, 0.74fr); margin: 0 auto; max-width: 1400px; padding: clamp(58px, 8vw, 110px) max(28px, 6vw) clamp(58px, 8vw, 96px); }
.hero-copy { align-self: center; max-width: 650px; }
.hero-project-name { align-items: center; display: flex; font-family: "Avenir Next", "Century Gothic", "Nunito Sans", Arial, sans-serif; font-size: 28px; font-weight: 900; gap: 9px; letter-spacing: 0.08em; line-height: 1; margin: 0 0 25px; position: relative; width: max-content; }
.hero-project-name::before { background: #eeb66d; border: 2px solid #fff0c6; border-radius: 50%; box-shadow: 0 -8px 0 -5px #eeb66d, 0 8px 0 -5px #eeb66d, 8px 0 0 -5px #eeb66d, -8px 0 0 -5px #eeb66d; content: ""; height: 12px; left: -24px; position: absolute; top: -35px; width: 12px; }
.hero-project-name span { color: var(--ink); }
.hero-project-name strong { color: var(--red); font-weight: 900; position: relative; z-index: 1; }
.hero-project-name strong::after { background: var(--yellow); bottom: -8px; content: ""; height: 3px; left: 0; position: absolute; width: 100%; }
.hero-summer-detail { height: 68px; pointer-events: none; position: absolute; right: -56px; top: -38px; transform: rotate(-4deg); width: 94px; z-index: 0; }
.summer-palm-art { display: block; height: 100%; overflow: visible; width: 100%; }
.summer-palm-stem { fill: none; stroke: #56735a; stroke-linecap: round; stroke-width: 3.5; }
.summer-palm-leaf { fill: #477a52; }
.summer-palm-leaf.leaf-two, .summer-palm-leaf.leaf-five { fill: #6c9b65; }
.summer-palm-leaf.leaf-three, .summer-palm-leaf.leaf-six { fill: #365f46; }
.summer-palm-vein { fill: none; stroke: #a7c98a; stroke-linecap: round; stroke-width: 1.2; }
.hero-energy-statement { background: var(--ink); border-left: 5px solid var(--yellow); color: #fff; display: flex; flex-direction: column; gap: 5px; margin: 0 0 25px; max-width: 570px; padding: 14px 17px; }
.hero-energy-statement strong { color: var(--yellow); font-size: 20px; line-height: 1.08; }
.hero-energy-statement span { color: rgba(255,255,255,0.8); font-size: 12px; line-height: 1.45; }
.eyebrow { align-items: center; color: var(--red); display: flex; font-size: 11px; font-weight: 900; gap: 8px; letter-spacing: 0.13em; margin: 0 0 18px; text-transform: uppercase; }
.eyebrow-line { background: var(--yellow); display: inline-block; height: 3px; width: 23px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: 58px; letter-spacing: 0; line-height: 1; margin-bottom: 28px; max-width: 700px; }
h1 em { color: var(--red); font-style: normal; }
.hero-description { color: #555b62; font-size: 17px; line-height: 1.7; margin-bottom: 29px; max-width: 535px; }
.hero-search { align-items: center; background: #fff; border: 1px solid #dfe2e5; border-radius: 4px; display: flex; max-width: 590px; min-height: 57px; padding: 6px; }
.search-icon { color: var(--red); font-size: 28px; line-height: 1; margin: 0 11px 0 13px; }
.hero-search input { border: 0; color: var(--ink); flex: 1; font-size: 14px; min-width: 0; outline: 0; }
.hero-search .button { min-height: 45px; }
.hero-shortcuts { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; margin-top: 16px; }
.hero-shortcuts > span { color: #8a8e94; font-size: 11px; font-weight: 700; letter-spacing: 0.03em; }
.hero-shortcuts .text-button span { font-size: 18px; }
.hero-visual { background: var(--red); color: #fff; min-height: 420px; padding: 25px; position: relative; }
.hero-visual:after { border: 1px solid rgba(255,255,255,0.35); content: ""; inset: 14px; pointer-events: none; position: absolute; }
.hero-visual-top { color: rgba(255,255,255,0.83); display: flex; font-size: 10px; font-weight: 900; justify-content: space-between; letter-spacing: 0.13em; position: relative; z-index: 1; }
.hero-status { align-items: center; display: inline-flex; gap: 6px; letter-spacing: 0; text-transform: none; }
.hero-status i { background: var(--yellow); border-radius: 50%; display: inline-block; height: 6px; width: 6px; }
.hero-mark { align-items: center; display: flex; justify-content: center; min-height: 220px; position: relative; z-index: 1; }
.regional-map-wrap { margin: 0 auto; width: min(100%, 430px); }
.regional-map-heading { align-items: center; display: flex; gap: 12px; justify-content: space-between; margin-bottom: 6px; }
.regional-map-heading span { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: 0.12em; }
.regional-map-heading strong { color: #fff; font-size: 11px; font-weight: 800; }
.regional-map-svg-shell { padding: 0 7px; }
.regional-map { margin: 0 auto; max-width: 410px; width: 100%; }
.regional-map-svg { display: block; height: auto; overflow: visible; width: 100%; }
.map-region { cursor: pointer; outline: none; }
.map-region-shape { fill: rgba(255,255,255,0.14); stroke: rgba(255,255,255,0.8); stroke-width: 3; vector-effect: non-scaling-stroke; transition: fill 150ms ease, stroke 150ms ease, filter 150ms ease; }
.map-region[data-map-tone="deep"] .map-region-shape { fill: rgba(32,33,36,0.28); }
.map-region[data-map-tone="mid"] .map-region-shape { fill: rgba(255,255,255,0.2); }
.map-region:hover .map-region-shape, .map-region:focus .map-region-shape { fill: var(--yellow); filter: drop-shadow(0 0 5px rgba(253,198,13,0.5)); stroke: #fff; }
.map-region.is-selected .map-region-shape { fill: var(--yellow); stroke: #fff; }
.map-region-label { display: none; }
.map-selection-status { color: rgba(255,255,255,0.82); font-size: 10px; line-height: 1.35; margin: 4px 0 0; text-align: center; }
.hero-map-button { align-items: center; background: transparent; border: 0; color: #fff; display: flex; flex-direction: column; gap: 8px; padding: 0; }
.hero-map-button img { filter: invert(1); height: 174px; object-fit: contain; transition: transform 180ms ease; width: 148px; }
.hero-map-button:hover img { transform: translateY(-3px); }
.hero-map-button:focus-visible { outline: 2px solid var(--yellow); outline-offset: 7px; }
.hero-map-label { align-items: center; background: rgba(32,33,36,0.18); display: flex; gap: 9px; padding: 7px 10px; }
.hero-map-label span { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: 0.11em; }
.hero-map-label strong { font-size: 11px; }
.hero-visual-copy { border-top: 1px solid rgba(255,255,255,0.35); display: flex; flex-direction: column; gap: 9px; padding: 19px 0 18px; position: relative; z-index: 1; }
.hero-visual-copy strong { font-size: 25px; line-height: 1.04; }
.hero-visual-copy span { color: rgba(255,255,255,0.8); font-size: 12px; line-height: 1.45; max-width: 260px; }
.hero-metrics { border-top: 1px solid rgba(255,255,255,0.35); display: grid; grid-template-columns: repeat(3, 1fr); position: relative; z-index: 1; }
.hero-metrics div { border-right: 1px solid rgba(255,255,255,0.35); display: flex; flex-direction: column; gap: 2px; padding: 16px 10px 0 0; }
.hero-metrics div + div { padding-left: 14px; }
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics b { font-size: 25px; }
.hero-metrics span { color: rgba(255,255,255,0.8); font-size: 10px; }

.zero-intro-section { align-items: start; display: grid; gap: 68px; grid-template-columns: 0.9fr 1.1fr; margin: 0 auto; max-width: 1240px; padding: 88px 28px 10px; }
.zero-intro-copy h2 { font-size: 46px; letter-spacing: 0; line-height: 1.02; margin-bottom: 20px; max-width: 520px; }
.zero-intro-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.65; margin-bottom: 17px; max-width: 490px; }
.zero-intro-copy .zero-intro-lead { color: var(--ink); font-size: 17px; font-weight: 800; line-height: 1.45; }
.zero-intro-points { border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.zero-intro-point { border-top: 4px solid var(--yellow); margin-top: -1px; padding: 16px 10px 0 0; }
.zero-intro-point:nth-child(2) { border-color: var(--red); }
.zero-intro-point:nth-child(3) { border-color: var(--teal); }
.zero-intro-point > span { color: var(--red); font-size: 11px; font-weight: 900; }
.zero-intro-point h3 { font-size: 17px; line-height: 1.1; margin: 16px 0 8px; }
.zero-intro-point p { color: var(--muted); font-size: 12px; line-height: 1.5; margin: 0; }

.adoption-section { align-items: center; background: var(--ink); color: #fff; display: grid; gap: 44px; grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr); margin: 0 auto; max-width: 1400px; padding: 48px max(28px, 6vw); }
.adoption-copy .eyebrow { color: var(--yellow); margin-bottom: 12px; }
.adoption-copy h2 { font-size: clamp(30px, 4vw, 50px); line-height: 0.98; margin-bottom: 14px; max-width: 430px; }
.adoption-copy > p:last-child { color: rgba(255,255,255,0.72); font-size: 13px; line-height: 1.55; margin: 0; max-width: 390px; }
.adoption-actions { display: grid; gap: 11px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.adoption-button { align-items: center; background: #fff; border: 1px solid transparent; color: var(--ink); display: grid; gap: 13px; grid-template-columns: 38px minmax(0, 1fr) auto; min-height: 92px; padding: 16px 18px; text-align: left; transition: background 150ms ease, border-color 150ms ease, transform 150ms ease; }
.adoption-button:hover { border-color: var(--yellow); transform: translateY(-2px); }
.adoption-button.farmer { border-top: 4px solid var(--yellow); }
.adoption-button.breeder { border-top: 4px solid var(--teal); }
.adoption-icon { align-items: center; background: var(--red); border-radius: 50%; color: #fff; display: inline-flex; font-size: 18px; height: 38px; justify-content: center; width: 38px; }
.adoption-button.breeder .adoption-icon { background: var(--teal); }
.adoption-button strong, .adoption-button small { display: block; }
.adoption-button strong { font-size: 14px; line-height: 1.15; }
.adoption-button small { color: var(--muted); font-size: 10px; line-height: 1.3; margin-top: 5px; }
.adoption-arrow { color: var(--red); font-size: 22px; }
.adoption-profile { background: #fff; color: var(--ink); display: grid; grid-template-rows: 150px minmax(0, 1fr); min-width: 0; }
.adoption-profile.farmer { border-top: 4px solid var(--yellow); }
.adoption-profile.breeder { border-top: 4px solid var(--teal); }
.adoption-profile-visual { background: var(--soft); min-height: 150px; overflow: hidden; }
.adoption-profile-visual img { height: 100%; object-fit: cover; object-position: center 22%; width: 100%; }
.adoption-profile-copy { display: flex; flex-direction: column; padding: 14px 15px 15px; }
.adoption-profile-kicker { align-items: center; color: var(--red); display: flex; font-size: 8px; font-weight: 900; justify-content: space-between; letter-spacing: 0.1em; text-transform: uppercase; }
.adoption-profile-kicker span:last-child { color: var(--muted); letter-spacing: 0.02em; text-transform: none; }
.adoption-profile h3 { font-size: 20px; line-height: 1.05; margin: 10px 0 4px; }
.adoption-profile-role { color: var(--red); font-size: 10px; font-weight: 800; margin-bottom: 9px; }
.adoption-story { color: var(--muted); font-size: 11px; line-height: 1.45; margin: 0 0 14px; }
.adoption-profile-button { align-items: center; background: transparent; border: 0; border-top: 1px solid var(--line); color: var(--ink); display: flex; font-size: 11px; justify-content: space-between; margin-top: auto; padding: 11px 0 0; text-align: left; }
.adoption-profile-button span { color: var(--red); font-size: 19px; }
.adoption-profile-button:hover { color: var(--red); }

.explore-section, .companies-section, .how-section { margin: 0 auto; max-width: 1240px; padding: 88px 28px 0; }
.section-heading { align-items: end; display: flex; gap: 20px; justify-content: space-between; margin-bottom: 29px; }
.section-heading h2, .how-section h2 { font-size: clamp(30px, 4vw, 48px); letter-spacing: -0.02em; line-height: 1; margin-bottom: 0; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-note { color: var(--muted); font-size: 13px; margin-bottom: 4px; }
.order-status-section { align-items: center; background: var(--soft); border: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 0.75fr 1.35fr auto; margin: 64px auto 0; max-width: 1184px; padding: 25px 28px; }
.order-status-copy .eyebrow { margin-bottom: 8px; }
.order-status-copy h2 { font-size: 27px; line-height: 1; margin-bottom: 8px; }
.order-status-copy p:last-child { color: var(--muted); font-size: 11px; line-height: 1.4; margin: 0; max-width: 210px; }
.timeline { display: flex; min-width: 0; }
.timeline-step { flex: 1; min-width: 0; padding-right: 9px; position: relative; }
.timeline-step:not(:last-child)::after { background: var(--line); content: ""; height: 2px; left: 18px; position: absolute; right: 0; top: 10px; }
.timeline-step.is-complete:not(:last-child)::after { background: var(--yellow); }
.timeline-dot { background: #fff; border: 2px solid #cfd3d7; border-radius: 50%; height: 20px; position: relative; width: 20px; z-index: 1; }
.timeline-step.is-current .timeline-dot { background: var(--red); border-color: var(--red); box-shadow: 0 0 0 4px rgba(227,33,48,0.12); }
.timeline-step.is-complete .timeline-dot { background: var(--yellow); border-color: var(--yellow); }
.timeline-step strong { display: block; font-size: 10px; line-height: 1.2; margin-top: 8px; }
.timeline-step span { color: var(--muted); display: block; font-size: 9px; line-height: 1.25; margin-top: 3px; }
.order-status-section > .text-button { white-space: nowrap; }
.filter-bar { align-items: end; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 14px; grid-template-columns: 1.4fr repeat(4, 1fr) 40px; padding: 16px 0; }
.filter-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.filter-field span { color: #7a7f86; font-size: 10px; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.filter-field input, .filter-field select { background: #fff; border: 1px solid #dfe2e5; border-radius: 3px; color: var(--ink); font-size: 13px; height: 40px; outline: 0; padding: 0 11px; width: 100%; }
.filter-field input:focus, .filter-field select:focus, .company-form input:focus, .company-form select:focus, .company-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(227, 33, 48, 0.1); }
.filter-reset { height: 40px; width: 40px; }
.category-row { display: flex; flex-wrap: wrap; gap: 8px; padding: 22px 0 27px; }
.category-chip { align-items: center; background: var(--soft); border: 1px solid transparent; border-radius: 100px; color: #62676d; display: inline-flex; font-size: 12px; font-weight: 800; gap: 7px; min-height: 36px; padding: 0 14px; }
.category-chip span { color: var(--red); font-size: 17px; }
.category-chip:hover, .category-chip.active { background: #fff7d4; border-color: var(--yellow); color: var(--ink); }
.products-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card { background: #fff; border: 1px solid var(--line); min-width: 0; position: relative; transition: box-shadow 180ms ease, transform 180ms ease; }
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.product-visual { align-items: end; background: #e9eddf; display: flex; height: 215px; justify-content: space-between; overflow: hidden; padding: 13px; position: relative; }
.product-visual.tone-honey { background: #f8e2b2; }
.product-visual.tone-red { background: #f3c4c4; }
.product-visual.tone-blue { background: #cfe5e6; }
.product-visual.tone-purple { background: #ddd0e7; }
.product-visual.tone-yellow { background: #f9edac; }
.product-visual img { height: 100%; inset: 0; object-fit: cover; opacity: 0.93; position: absolute; width: 100%; }
.product-visual:after { background: linear-gradient(transparent 55%, rgba(0,0,0,0.12)); content: ""; inset: 0; position: absolute; }
.product-visual .product-symbol { align-items: center; background: var(--red); border-radius: 50%; color: #fff; display: flex; font-size: 23px; height: 48px; justify-content: center; position: relative; width: 48px; z-index: 1; }
.product-visual .product-distance { background: #fff; color: var(--ink); font-size: 10px; font-weight: 900; padding: 6px 8px; position: relative; z-index: 1; }
.product-body { padding: 17px 16px 15px; }
.product-meta { align-items: center; display: flex; gap: 8px; justify-content: space-between; margin-bottom: 10px; }
.product-category { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.product-badge { background: #fff7d4; color: #75610b; font-size: 10px; font-weight: 900; padding: 5px 7px; }
.product-body h3 { font-size: 17px; line-height: 1.17; margin-bottom: 6px; }
.product-company { color: var(--muted); font-size: 12px; margin-bottom: 16px; }
.product-footer { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 8px; justify-content: space-between; padding-top: 13px; }
.product-price { display: flex; flex-direction: column; }
.product-price strong { font-size: 18px; }
.product-price span { color: var(--muted); font-size: 10px; }
.add-button { align-items: center; background: var(--ink); border-radius: 3px; color: #fff; display: inline-flex; font-size: 12px; font-weight: 800; gap: 5px; min-height: 35px; padding: 0 10px; }
.add-button:hover { background: var(--red); }
.product-card .favorite-button { background: rgba(255,255,255,0.9); border-radius: 50%; color: var(--ink); font-size: 18px; height: 34px; position: absolute; right: 11px; top: 11px; width: 34px; z-index: 2; }
.product-card .favorite-button:hover { background: var(--yellow); }
.empty-state { border: 1px dashed #cfd3d7; padding: 60px 20px; text-align: center; }
.empty-icon { color: var(--red); font-size: 34px; }
.empty-state h3 { margin: 10px 0 5px; }
.empty-state p { color: var(--muted); margin-bottom: 18px; }

.companies-section { padding-top: 106px; }
.section-heading-compact { align-items: center; }
.companies-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.company-card { border-top: 4px solid var(--red); display: grid; gap: 18px; grid-template-columns: 68px minmax(0, 1fr); padding: 22px 0 3px; }
.company-card:nth-child(2) { border-color: var(--yellow); }
.company-card:nth-child(3) { border-color: var(--teal); }
.company-avatar { align-items: center; background: var(--soft); display: flex; height: 68px; justify-content: center; overflow: hidden; width: 68px; }
.company-avatar img { height: 56px; mix-blend-mode: multiply; object-fit: cover; width: 56px; }
.company-card h3 { font-size: 18px; margin-bottom: 4px; }
.company-location { color: var(--red); font-size: 11px; font-weight: 800; margin-bottom: 9px; }
.company-demo-label { color: var(--muted); display: block; font-size: 9px; font-weight: 800; letter-spacing: 0.04em; margin: 0 0 5px; text-transform: uppercase; }
.company-card p { color: var(--muted); font-size: 13px; line-height: 1.5; margin-bottom: 12px; }
.company-link { color: var(--ink); font-size: 12px; font-weight: 900; }
.company-link:hover { color: var(--red); }

.company-hub-section { margin: 0 auto; max-width: 1240px; padding: 106px 28px 0; }
.company-hub-grid { border-top: 1px solid var(--line); display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 28px; }
.company-hub-item { border-top: 4px solid var(--yellow); display: flex; flex-direction: column; min-height: 230px; padding: 18px 18px 20px 0; }
.company-hub-item:nth-child(2) { border-color: var(--red); }
.company-hub-item:nth-child(3) { border-color: var(--teal); }
.company-hub-number { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: 0.08em; }
.company-hub-item h3 { font-size: 22px; line-height: 1.05; margin: 17px 0 10px; }
.company-hub-item p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0 0 22px; max-width: 300px; }
.company-hub-item .text-button { margin-top: auto; }

.tours-section { margin: 0 auto; max-width: 1240px; padding: 98px 28px 0; }
.tour-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tour-card { border: 1px solid var(--line); min-width: 0; }
.tour-visual { background: var(--soft); height: 174px; overflow: hidden; }
.tour-visual img { height: 100%; object-fit: cover; object-position: center 30%; width: 100%; }
.tour-copy { padding: 17px 17px 18px; }
.tour-kicker { color: var(--red); display: block; font-size: 9px; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.tour-copy h3 { font-size: 21px; line-height: 1.05; margin: 11px 0 8px; }
.tour-copy p { color: var(--muted); font-size: 12px; line-height: 1.5; margin-bottom: 17px; }
.tour-details { border-top: 1px solid var(--line); display: grid; gap: 7px; margin-bottom: 17px; padding-top: 12px; }
.tour-details span { color: var(--muted); font-size: 10px; line-height: 1.3; padding-left: 12px; position: relative; }
.tour-details span::before { background: var(--yellow); content: ""; height: 5px; left: 0; position: absolute; top: 3px; width: 5px; }
.tour-footer { align-items: end; border-top: 1px solid var(--line); display: flex; gap: 12px; justify-content: space-between; padding-top: 14px; }
.tour-footer > div { display: flex; flex-direction: column; gap: 3px; }
.tour-footer strong { font-size: 18px; line-height: 1; }
.tour-footer span { color: var(--red); font-size: 10px; font-weight: 800; }
.tour-footer .add-button { flex: 0 0 auto; font-size: 11px; min-height: 37px; padding: 0 10px; }

.about-section { background: var(--soft); margin-top: 98px; padding: 76px max(28px, 6vw); }
.about-inner { align-items: start; display: grid; gap: 72px; grid-template-columns: 0.85fr 1.15fr; margin: 0 auto; max-width: 1184px; }
.about-inner h2 { font-size: 46px; letter-spacing: 0; line-height: 1.02; margin: 0; max-width: 480px; }
.about-copy { border-left: 4px solid var(--yellow); padding-left: 22px; }
.about-copy p { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 0 0 18px; max-width: 610px; }
.about-copy p:last-child { margin-bottom: 0; }

.how-section { display: grid; gap: 70px; grid-template-columns: 0.9fr 1.1fr; padding-bottom: 104px; padding-top: 126px; }
.how-intro p:last-child { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 24px 0 0; max-width: 430px; }
.steps-grid { border-top: 1px solid var(--line); }
.step-item { border-bottom: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 54px minmax(0, 1fr); padding: 24px 0; }
.step-item > span { color: var(--red); font-size: 15px; font-weight: 900; }
.step-item h3 { font-size: 20px; margin-bottom: 5px; }
.step-item p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0; max-width: 420px; }
.site-footer { background: var(--ink); color: #fff; padding: 47px max(28px, 6vw) 25px; }
.footer-main { display: grid; gap: 40px; grid-template-columns: 1.2fr 1fr 0.75fr; margin: 0 auto; max-width: 1184px; }
.footer-brand-lockup { align-items: center; display: flex; gap: 9px; }
.footer-brand-lockup .brand-symbol { height: 36px; mix-blend-mode: multiply; object-fit: cover; width: 36px; }
.footer-brand-lockup .brand-wordmark { color: #fff; font-size: 12px; }
.footer-brand-lockup .brand-wordmark b { color: var(--yellow); font-size: 14px; }
.footer-brand p { color: #aaaeb4; font-size: 12px; margin: 13px 0 0; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { color: #d7d9dc; font-size: 12px; }
.footer-links a:hover { color: var(--yellow); }
.footer-demo { border-left: 1px solid #414347; display: flex; flex-direction: column; gap: 5px; padding-left: 20px; }
.footer-label { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: 0.12em; }
.footer-demo strong { font-size: 14px; }
.footer-demo span:last-child { color: #aaaeb4; font-size: 11px; }
.footer-bottom { border-top: 1px solid #414347; color: #858a91; display: flex; font-size: 10px; justify-content: space-between; margin: 43px auto 0; max-width: 1184px; padding-top: 17px; }

.drawer-backdrop { background: rgba(32,33,36,0.42); inset: 0; opacity: 0; pointer-events: none; position: fixed; transition: opacity 200ms ease; z-index: 29; }
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }
.cart-drawer { background: #fff; bottom: 0; box-shadow: -10px 0 45px rgba(0,0,0,0.16); display: flex; flex-direction: column; max-width: 490px; position: fixed; right: 0; top: 0; transform: translateX(105%); transition: transform 230ms ease; width: min(100%, 490px); z-index: 30; }
.cart-drawer.open { transform: translateX(0); }
.drawer-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 27px 28px 21px; }
.drawer-header .eyebrow { margin-bottom: 7px; }
.drawer-header h2 { font-size: 30px; margin: 0; }
.drawer-content { flex: 1; overflow-y: auto; padding: 23px 28px; }
.cart-empty { align-items: center; color: var(--muted); display: flex; flex-direction: column; gap: 9px; justify-content: center; min-height: 360px; text-align: center; }
.cart-empty strong { color: var(--ink); font-size: 18px; }
.cart-empty p { font-size: 13px; max-width: 260px; }
.cart-group { border-bottom: 1px solid var(--line); padding-bottom: 21px; }
.cart-group + .cart-group { padding-top: 22px; }
.cart-company { align-items: baseline; display: flex; justify-content: space-between; margin-bottom: 12px; }
.cart-company h3 { font-size: 15px; margin: 0; }
.cart-company span { color: var(--muted); font-size: 11px; }
.cart-item { align-items: center; display: grid; gap: 10px; grid-template-columns: 48px minmax(0, 1fr) auto; margin: 12px 0; }
.cart-item-thumb { align-items: center; background: var(--soft); display: flex; height: 48px; justify-content: center; overflow: hidden; width: 48px; }
.cart-item-thumb img { height: 100%; object-fit: cover; width: 100%; }
.cart-item h4 { font-size: 13px; line-height: 1.2; margin: 0 0 3px; }
.cart-item small { color: var(--muted); font-size: 11px; }
.cart-quantity { align-items: center; border: 1px solid var(--line); display: inline-flex; }
.cart-quantity button { background: transparent; border: 0; color: var(--ink); height: 25px; width: 24px; }
.cart-quantity span { font-size: 11px; min-width: 20px; text-align: center; }
.cart-item-price { font-size: 13px; font-weight: 900; text-align: right; }
.cart-group-options { background: var(--soft); margin-top: 16px; padding: 13px; }
.cart-group-options p { color: var(--muted); font-size: 11px; font-weight: 800; margin-bottom: 9px; }
.delivery-option { align-items: center; display: flex; font-size: 12px; gap: 8px; margin: 8px 0; }
.delivery-option input { accent-color: var(--red); }
.minimum-warning { color: #a36e00; font-size: 11px; line-height: 1.35; margin: 12px 0 0; }
.drawer-footer { border-top: 1px solid var(--line); padding: 18px 28px 27px; }
.cart-total { align-items: center; display: flex; justify-content: space-between; margin-bottom: 15px; }
.cart-total span { color: var(--muted); font-size: 12px; }
.cart-total strong { font-size: 21px; }
.cart-footnote { color: var(--muted); font-size: 10px; line-height: 1.45; margin: 11px 0 0; }
.button-wide { width: 100%; }

.modal-backdrop { background: rgba(32,33,36,0.58); inset: 0; position: fixed; z-index: 40; }
.modal { background: #fff; left: 50%; max-height: calc(100vh - 40px); max-width: 620px; overflow-y: auto; padding: 38px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 34px); z-index: 41; }
.modal-close { position: absolute; right: 16px; top: 16px; }
.product-modal-grid { display: grid; gap: 30px; grid-template-columns: 0.9fr 1fr; }
.modal-product-visual { align-items: center; display: flex; justify-content: center; min-height: 310px; overflow: hidden; position: relative; }
.modal-product-visual img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
.modal-product-visual .product-symbol { align-items: center; background: var(--red); border-radius: 50%; color: #fff; display: flex; font-size: 28px; height: 62px; justify-content: center; position: relative; width: 62px; }
.modal-product-copy .product-category { display: block; margin-bottom: 10px; }
.modal-product-copy h2 { font-size: 34px; line-height: 1.03; margin-bottom: 8px; }
.modal-product-copy .product-company { font-size: 13px; }
.modal-product-description { color: var(--muted); font-size: 14px; line-height: 1.6; }
.modal-meta-list { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 10px; grid-template-columns: 1fr 1fr; margin: 20px 0; padding: 14px 0; }
.modal-meta-list div { display: flex; flex-direction: column; gap: 2px; }
.modal-meta-list span { color: var(--muted); font-size: 10px; }
.modal-meta-list strong { font-size: 12px; }
.modal-add-row { align-items: center; display: flex; gap: 10px; }
.quantity-control { align-items: center; border: 1px solid var(--line); display: flex; height: 43px; }
.quantity-control button { background: transparent; border: 0; height: 100%; width: 35px; }
.quantity-control span { font-size: 13px; min-width: 23px; text-align: center; }
.modal-add-row .button { flex: 1; }
.modal-heading { max-width: 470px; }
.modal-heading h2 { font-size: 36px; line-height: 1.05; margin-bottom: 13px; }
.modal-heading p:last-child { color: var(--muted); font-size: 14px; line-height: 1.55; }
.company-form { display: flex; flex-direction: column; gap: 15px; margin-top: 24px; }
.company-form label, .company-form legend { color: #555a60; display: flex; flex-direction: column; font-size: 11px; font-weight: 900; gap: 7px; letter-spacing: 0.03em; }
.company-form input, .company-form select, .company-form textarea { background: #fff; border: 1px solid #dfe2e5; border-radius: 3px; color: var(--ink); font-size: 13px; min-height: 42px; outline: 0; padding: 9px 11px; resize: vertical; }
.form-grid { display: grid; gap: 12px; grid-template-columns: 1.3fr 0.7fr; }
.company-form fieldset { border: 1px solid var(--line); display: flex; gap: 18px; margin: 0; padding: 13px; }
.company-form fieldset legend { margin: 0 0 6px; padding: 0 4px; }
.check-row { align-items: center; flex-direction: row !important; font-size: 12px !important; font-weight: 700 !important; gap: 7px !important; letter-spacing: 0 !important; }
.check-row input { accent-color: var(--red); min-height: auto; }
.success-modal { max-width: 470px; text-align: center; }
.success-mark { align-items: center; background: var(--yellow); border-radius: 50%; color: var(--ink); display: flex; font-size: 28px; height: 64px; justify-content: center; margin: 0 auto 24px; width: 64px; }
.success-modal .eyebrow { justify-content: center; }
.success-modal h2 { font-size: 35px; margin-bottom: 12px; }
.success-modal p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0 auto 24px; max-width: 330px; }
.timeline-modal { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); margin: 0 auto 24px; padding: 18px 0 15px; text-align: left; width: 100%; }
.timeline-modal .timeline-step strong { font-size: 9px; }
.timeline-modal .timeline-step span { font-size: 8px; }
.admin-modal { max-width: 780px; }
.admin-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 25px; }
.admin-heading .eyebrow { margin-bottom: 8px; }
.admin-heading h2 { font-size: 36px; line-height: 1; margin: 0; }
.admin-live { align-items: center; background: #e8f6f3; color: #237b70; display: inline-flex; font-size: 10px; font-weight: 900; gap: 7px; padding: 7px 9px; }
.admin-live i { background: var(--teal); border-radius: 50%; height: 6px; width: 6px; }
.admin-summary-grid { display: grid; gap: 10px; grid-template-columns: repeat(4, 1fr); }
.admin-summary-card { background: var(--soft); border-top: 3px solid var(--red); display: flex; flex-direction: column; gap: 4px; padding: 13px 12px; }
.admin-summary-card:nth-child(2) { border-color: var(--yellow); }
.admin-summary-card:nth-child(3) { border-color: var(--teal); }
.admin-summary-card:nth-child(4) { border-color: var(--purple); }
.admin-summary-card strong { font-size: 24px; line-height: 1; }
.admin-summary-card span { color: var(--muted); font-size: 10px; line-height: 1.25; }
.admin-section-heading { align-items: end; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin: 30px 0 0; padding-bottom: 11px; }
.admin-section-heading h3 { font-size: 19px; margin: 4px 0 0; }
.admin-kicker { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.admin-date { color: var(--muted); font-size: 10px; }
.admin-order-list { border-bottom: 1px solid var(--line); }
.admin-order-row { align-items: center; display: grid; gap: 14px; grid-template-columns: minmax(0, 1fr) auto auto; padding: 14px 0; }
.admin-order-row + .admin-order-row { border-top: 1px solid var(--line); }
.admin-order-main { min-width: 0; }
.admin-order-main strong { display: block; font-size: 13px; }
.admin-order-main span { color: var(--muted); display: block; font-size: 10px; margin-top: 3px; }
.admin-order-value { font-size: 13px; font-weight: 900; white-space: nowrap; }
.admin-status { background: #fff7d4; color: #76620c; font-size: 10px; font-weight: 900; padding: 6px 8px; white-space: nowrap; }
.admin-status.is-new { background: #fde4e6; color: var(--red-dark); }
.admin-status.is-done { background: #e8f6f3; color: #237b70; }
.admin-secondary-heading { margin-top: 26px; }
.admin-moderation-grid { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); padding-top: 13px; }
.admin-moderation-grid > div { border: 1px solid var(--line); display: flex; flex-direction: column; gap: 5px; padding: 14px; }
.admin-moderation-grid strong { font-size: 24px; line-height: 1; }
.admin-moderation-grid span { color: var(--muted); font-size: 10px; min-height: 25px; }
.admin-moderation-grid button { background: transparent; border: 0; color: var(--red); font-size: 11px; font-weight: 900; padding: 7px 0 0; text-align: left; }
.admin-moderation-grid button:hover { color: var(--red-dark); }
.admin-footnote { color: var(--muted); font-size: 10px; line-height: 1.45; margin: 20px 0 0; }
.toast { background: var(--ink); bottom: 22px; color: #fff; font-size: 13px; left: 50%; max-width: calc(100% - 32px); opacity: 0; padding: 13px 17px; pointer-events: none; position: fixed; transform: translate(-50%, 18px); transition: opacity 180ms ease, transform 180ms ease; z-index: 60; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }

.hero-promise { background: #fff; border-left: 3px solid var(--yellow); display: flex; flex-direction: column; gap: 4px; margin-top: 23px; max-width: 590px; padding: 12px 15px; }
.hero-promise strong { font-size: 13px; }
.hero-promise span { color: var(--muted); font-size: 11px; }
.offers-section, .impact-section, .services-section { margin: 0 auto; max-width: 1240px; padding: 106px 28px 0; }
.offers-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.offer-card { border: 1px solid var(--line); display: grid; grid-template-columns: minmax(170px, 0.8fr) minmax(0, 1.2fr); min-width: 0; }
.offer-visual { align-items: flex-end; display: flex; min-height: 245px; overflow: hidden; padding: 14px; position: relative; }
.offer-visual img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.offer-visual:after { background: linear-gradient(transparent 45%, rgba(0,0,0,0.23)); content: ""; inset: 0; position: absolute; }
.offer-tag { background: var(--yellow); color: var(--ink); font-size: 10px; font-weight: 900; padding: 7px 9px; position: relative; text-transform: uppercase; z-index: 1; }
.offer-symbol { align-items: center; background: var(--red); border-radius: 50%; color: #fff; display: flex; font-size: 24px; height: 49px; justify-content: center; position: absolute; right: 12px; top: 12px; width: 49px; z-index: 1; }
.offer-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 21px 20px 18px; }
.offer-kicker { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.offer-copy h3 { font-size: 20px; line-height: 1.1; margin: 10px 0 8px; }
.offer-copy p { color: var(--muted); font-size: 12px; line-height: 1.5; margin: 0 0 17px; }
.offer-footer { align-items: end; border-top: 1px solid var(--line); display: flex; gap: 10px; justify-content: space-between; padding-top: 13px; }
.offer-footer .add-button { white-space: nowrap; }
.offer-card .product-price strong { font-size: 20px; }
.offer-badge { background: var(--yellow); color: var(--ink); }
.offers-explanation { color: var(--muted); font-size: 13px; line-height: 1.55; margin: -6px 0 24px; max-width: 760px; }
.price-old { color: var(--muted); font-size: 11px; font-weight: 700; margin-left: 5px; }
.price-secondary { align-items: baseline; color: var(--teal); display: flex !important; gap: 4px; line-height: 1.2; margin-top: 4px; }
.price-secondary b { color: var(--teal); font-size: 16px; font-weight: 900; }
.price-secondary small { color: var(--teal); font-size: 10px; font-weight: 800; }
.offer-card .price-secondary b { font-size: 18px; }
.product-price small { color: var(--teal); display: block; font-size: 10px; font-weight: 800; margin-top: 3px; }
.shipping-status { color: var(--teal) !important; font-size: 11px !important; font-weight: 800 !important; line-height: 1.35; margin: 11px 0 0 !important; }
.cart-impact { background: #fff7d4; display: grid; gap: 2px; margin: 15px 0; padding: 11px 12px; }
.cart-impact strong { color: var(--red); font-size: 17px; }
.cart-impact span { font-size: 11px; font-weight: 800; }
.cart-impact small { color: var(--muted); font-size: 10px; line-height: 1.35; }
.cart-support-impact { background: #fde4e6; border-left: 4px solid var(--red); display: grid; gap: 2px; margin: 15px 0; padding: 11px 12px; }
.cart-support-impact strong { color: var(--red); font-size: 17px; }
.cart-support-impact span { font-size: 11px; font-weight: 900; }
.cart-support-impact small { color: var(--muted); font-size: 10px; line-height: 1.35; }
.payment-demo { background: var(--soft); display: flex; flex-direction: column; gap: 8px; margin: 14px 0 15px; padding: 12px; }
.payment-demo > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.payment-demo label { align-items: center; display: flex; font-size: 12px; gap: 7px; }
.payment-demo input { accent-color: var(--red); }
.payment-demo small { color: var(--muted); font-size: 10px; line-height: 1.35; }
.impact-section { padding-top: 118px; }
.impact-intro { align-items: start; display: grid; gap: 40px; grid-template-columns: minmax(0, 1fr) minmax(290px, 0.8fr); margin-bottom: 27px; }
.impact-intro > p { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0; max-width: 560px; }
.donation-box { border-left: 3px solid var(--yellow); display: flex; flex-direction: column; gap: 6px; padding: 4px 0 4px 16px; }
.donation-box strong { font-size: 14px; }
.donation-box span { color: var(--muted); font-size: 11px; line-height: 1.4; }
.donation-box b { color: var(--ink); }
.donation-box .iban-placeholder { color: #9a6f00; font-size: 10px; font-weight: 800; }
.gadget-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gadget-grid .product-card { border-top: 4px solid var(--yellow); }
.energy-section { align-items: stretch; background: var(--red); color: #fff; display: grid; gap: 34px; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); margin: 116px auto 0; max-width: 1400px; padding: 58px max(28px, 6vw); }
.energy-copy { align-self: center; }
.energy-copy .eyebrow { color: var(--yellow); }
.energy-copy h2 { font-size: clamp(32px, 4vw, 54px); line-height: 0.98; margin-bottom: 17px; }
.energy-copy > p { color: rgba(255,255,255,0.78); font-size: 14px; line-height: 1.65; margin-bottom: 24px; max-width: 470px; }
.energy-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.energy-pills span { border: 1px solid rgba(255,255,255,0.4); font-size: 10px; font-weight: 800; padding: 8px 10px; }
.mobility-panel { background: #fff; color: var(--ink); display: grid; grid-template-columns: minmax(170px, 0.8fr) minmax(0, 1.2fr); min-height: 260px; }
.mobility-panel > img { height: 100%; min-height: 260px; object-fit: cover; width: 100%; }
.mobility-panel > div { padding: 25px 23px; }
.mobility-panel .eyebrow { margin-bottom: 10px; }
.mobility-panel h3 { font-size: 24px; line-height: 1.05; margin-bottom: 11px; }
.mobility-panel p { color: var(--muted); font-size: 12px; line-height: 1.5; margin-bottom: 19px; }
.services-section { padding-top: 110px; }
.service-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-card { border-top: 4px solid var(--teal); display: grid; gap: 20px; grid-template-columns: 52px minmax(0, 1fr); padding: 22px 0 5px; }
.service-card:nth-child(2) { border-color: var(--purple); }
.service-icon { align-items: center; background: var(--soft); border-radius: 50%; color: var(--red); display: flex; font-size: 22px; height: 52px; justify-content: center; width: 52px; }
.service-card h3 { font-size: 23px; line-height: 1.05; margin-bottom: 8px; }
.service-card p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.55; margin-bottom: 13px; max-width: 430px; }
.restaurant-card .service-icon { color: var(--teal); }
.certificate-card .service-icon { color: var(--purple); }
.newsletter-section { align-items: center; background: var(--yellow); display: grid; gap: 45px; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr); margin: 108px auto 88px; max-width: 1184px; padding: 38px 40px; }
.newsletter-section h2 { font-size: clamp(28px, 3.5vw, 42px); line-height: 1; margin-bottom: 12px; }
.newsletter-section p:not(.eyebrow) { font-size: 13px; line-height: 1.5; margin: 0; max-width: 540px; }
.newsletter-form { display: flex; flex-direction: column; gap: 7px; }
.newsletter-form label { font-size: 10px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.newsletter-form > div { background: #fff; display: flex; gap: 7px; padding: 6px; }
.newsletter-form input { border: 0; flex: 1; min-width: 0; outline: 0; padding: 0 8px; }
.newsletter-form .button { min-height: 42px; }
.newsletter-form small { font-size: 10px; }
.adoption-modal { max-width: 680px; }
.adoption-type-switch { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; margin: 25px 0 17px; }
.adoption-type-button { background: var(--soft); border: 1px solid transparent; color: var(--muted); font-size: 12px; font-weight: 900; min-height: 46px; padding: 0 11px; }
.adoption-type-button.active, .adoption-type-button:hover { background: #fff7d4; border-color: var(--yellow); color: var(--ink); }
.adoption-modal-description { background: var(--soft); color: var(--muted); font-size: 13px; line-height: 1.55; margin-bottom: 22px; padding: 13px 15px; }
.adoption-modal-profile { align-items: center; display: grid; gap: 13px; grid-template-columns: 74px minmax(0, 1fr); }
.adoption-modal-profile img { height: 74px; object-fit: cover; width: 74px; }
.adoption-modal-profile strong, .adoption-modal-profile span { display: block; }
.adoption-modal-profile strong { color: var(--ink); font-size: 15px; }
.adoption-modal-profile span { color: var(--red); font-size: 10px; font-weight: 800; margin-top: 2px; }
.adoption-modal-profile p { color: var(--muted); font-size: 11px; line-height: 1.45; margin: 6px 0 0; }
.adoption-choice-block { margin: 18px 0; }
.adoption-choice-block > span { color: var(--muted); display: block; font-size: 10px; font-weight: 900; letter-spacing: 0.1em; margin-bottom: 8px; text-transform: uppercase; }
.adoption-frequency, .adoption-amounts { display: grid; gap: 8px; grid-template-columns: repeat(3, 1fr); }
.adoption-amounts { grid-template-columns: repeat(4, 1fr); }
.adoption-choice { background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 3px; min-height: 58px; padding: 10px; text-align: left; }
.adoption-choice strong { font-size: 12px; }
.adoption-choice small { color: var(--muted); font-size: 10px; }
.adoption-choice.is-selected, .adoption-choice:hover { background: #fff7d4; border-color: var(--yellow); }
.restaurant-modal { max-width: 570px; }
.form-help { color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: 0; }

@media (max-width: 1060px) {
  .main-nav { gap: 10px; }
  .main-nav a { font-size: 12px; }
  .button-quiet { display: none; }
  .products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .filter-bar { grid-template-columns: 1.5fr repeat(3, 1fr) 40px; }
  .filter-sort { grid-column: span 2; }
}

@media (max-width: 760px) {
  .wip-banner { align-items: flex-start; flex-direction: column; gap: 2px; line-height: 1.35; padding: 9px 18px 10px 28px; position: relative; text-align: left; }
  .wip-dot { left: 15px; position: absolute; top: 14px; }
  .header-inner { gap: 12px; min-height: 67px; padding: 0 17px; }
  .brand { gap: 8px; }
  .brand-logo { height: 48px; width: 92px; }
  .brand .brand-symbol { height: 32px; width: 32px; }
  .brand-wordmark { font-size: 9px; }
  .brand-wordmark b { font-size: 17px; }
  .main-nav { display: none; }
  .header-actions { margin-left: auto; }
  .header-actions .icon-button { display: none; }
  .cart-button { min-height: 38px; padding: 0 8px 0 10px; }
  .cart-button span:not(.button-icon) { display: none; }
  .hero-section { display: flex; flex-direction: column; gap: 35px; padding: 55px 18px 46px; }
  .hero-summer-detail { right: -62px; top: -27px; transform: scale(0.92) rotate(3deg); transform-origin: top left; }
  h1 { font-size: 42px; line-height: 1.03; }
  .hero-description { font-size: 15px; }
  .hero-search { min-height: 52px; }
  .hero-search .button { min-height: 40px; padding: 0 12px; }
  .hero-shortcuts { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-visual { min-height: 367px; }
  .hero-mark { min-height: 168px; }
  .hero-mark img { height: 135px; width: 132px; }
  .adoption-section { align-items: start; display: flex; flex-direction: column; gap: 28px; padding: 42px 18px; }
  .adoption-copy h2 { max-width: 360px; }
  .adoption-actions { grid-template-columns: 1fr; width: 100%; }
  .adoption-button { min-height: 78px; }
  .order-status-section { align-items: start; display: flex; flex-direction: column; gap: 19px; margin: 45px 18px 0; padding: 22px 18px; }
  .order-status-copy p:last-child { max-width: none; }
  .order-status-section .timeline { width: 100%; }
  .order-status-section > .text-button { font-size: 12px; }
  .explore-section, .companies-section, .how-section { padding-left: 18px; padding-right: 18px; }
  .zero-intro-section, .tours-section { display: block; padding-left: 18px; padding-right: 18px; }
  .zero-intro-copy { margin-bottom: 38px; }
  .zero-intro-copy h2, .about-inner h2 { font-size: 35px; }
  .zero-intro-points { grid-template-columns: 1fr; }
  .zero-intro-point { border-top-width: 1px; margin-top: 0; padding: 16px 0; }
  .tour-grid { grid-template-columns: 1fr; }
  .tour-footer { align-items: stretch; flex-direction: column; }
  .tour-footer .add-button { width: 100%; }
  body { padding-bottom: 235px; }
  .expert-profile { bottom: 12px; left: 12px; max-height: 40vh; right: 12px; top: auto; width: auto; }
  .expert-profile-head { gap: 10px; grid-template-columns: 58px minmax(0, 1fr); padding: 10px 12px; }
  .expert-profile-photo { height: 58px; width: 58px; }
  .expert-profile h2 { font-size: 15px; }
  .expert-profile-body { padding: 11px 12px 13px; }
  .expert-profile-body p { font-size: 10.5px; line-height: 1.45; }
  .about-section { margin-top: 76px; padding-left: 18px; padding-right: 18px; }
  .about-inner { display: block; }
  .about-copy { margin-top: 29px; }
  .explore-section { padding-top: 64px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .section-heading h2, .how-section h2 { font-size: 35px; }
  .filter-bar { grid-template-columns: 1fr 1fr; }
  .filter-search { grid-column: span 2; }
  .filter-sort { grid-column: auto; }
  .filter-reset { align-self: end; }
  .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-visual { height: 170px; }
  .product-body { padding: 14px 12px 12px; }
  .product-body h3 { font-size: 15px; }
  .product-company { font-size: 11px; margin-bottom: 13px; }
  .product-footer { align-items: flex-start; flex-direction: column; }
  .add-button { justify-content: center; width: 100%; }
  .companies-section { padding-top: 76px; }
  .companies-grid { grid-template-columns: 1fr; }
  .company-hub-section { padding: 76px 18px 0; }
  .company-hub-grid { grid-template-columns: 1fr; margin-top: 20px; }
  .company-hub-item { min-height: 0; padding: 18px 0 24px; }
  .how-section { display: block; padding-bottom: 70px; padding-top: 87px; }
  .how-intro { margin-bottom: 37px; }
  .offers-section, .impact-section, .services-section { padding-left: 18px; padding-right: 18px; padding-top: 76px; }
  .offers-grid, .service-grid { grid-template-columns: 1fr; }
  .offer-card { grid-template-columns: 0.85fr 1.15fr; }
  .offer-visual { min-height: 220px; }
  .impact-intro { display: flex; flex-direction: column; gap: 22px; }
  .gadget-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .energy-section { display: flex; flex-direction: column; margin-top: 78px; padding: 44px 18px; }
  .mobility-panel { grid-template-columns: 0.8fr 1.2fr; }
  .services-section { padding-top: 76px; }
  .newsletter-section { display: flex; flex-direction: column; gap: 27px; margin: 78px 18px 64px; padding: 28px 22px; }
  .newsletter-form { width: 100%; }
  .adoption-frequency { grid-template-columns: 1fr; }
  .adoption-amounts { grid-template-columns: repeat(2, 1fr); }
  .site-footer { padding-left: 18px; padding-right: 18px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-demo { grid-column: span 2; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .modal { padding: 30px 21px 23px; }
  .product-modal-grid { grid-template-columns: 1fr; gap: 20px; }
  .modal-product-visual { min-height: 220px; }
  .modal-product-copy h2 { font-size: 29px; }
  .company-form fieldset { flex-direction: column; gap: 8px; }
  .admin-summary-grid { grid-template-columns: 1fr 1fr; }
  .admin-order-row { align-items: start; grid-template-columns: minmax(0, 1fr) auto; }
  .admin-order-value { grid-column: 1; grid-row: 2; }
  .admin-status { grid-column: 2; grid-row: 1 / span 2; }
  .admin-moderation-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .products-grid { grid-template-columns: 1fr; }
  .product-visual { height: 210px; }
  .filter-bar { gap: 10px; }
  .filter-field input, .filter-field select { font-size: 12px; padding-left: 8px; padding-right: 8px; }
  .hero-search { align-items: stretch; flex-wrap: wrap; }
  .hero-search input { min-height: 39px; }
  .hero-search .button { width: 100%; }
  .offer-card { display: block; }
  .offer-visual { min-height: 190px; }
  .offer-footer { align-items: stretch; flex-direction: column; }
  .offer-footer .add-button { width: 100%; }
  .gadget-grid { grid-template-columns: 1fr; }
  .mobility-panel { display: block; }
  .mobility-panel > img { height: 190px; min-height: 190px; }
  .newsletter-form > div { align-items: stretch; flex-direction: column; }
  .newsletter-form input { min-height: 40px; }
  .newsletter-form .button { width: 100%; }
}
