/* Visual direction: «Лесная служба» — хвойный регистр, бумажная фактура, охристый служебный акцент. */
:root {
    --pine: #174a36;
    --pine-deep: #0c3022;
    --pine-soft: #eaf0eb;
    --bark: #5f4937;
    --ochre: #c68a2b;
    --ink: #17231b;
    --muted: #5f6c62;
    --paper: #f6f5f0;
    --line: #d9dfd8;
    --danger: #9f3931;
    --success: #1f744e;
    --shadow: 0 16px 40px rgba(17, 47, 33, .10);
}
* { box-sizing: border-box; }
html { min-width: 320px; background: var(--paper); }
body { margin: 0; color: var(--ink); background-color: var(--paper); background-image: repeating-linear-gradient(17deg, transparent 0 30px, rgba(95,73,55,.025) 31px 32px), repeating-linear-gradient(107deg, transparent 0 46px, rgba(23,74,54,.02) 47px 48px); font: 16px/1.48 "PT Sans", Arial, sans-serif; }
button, input, textarea { font: inherit; }
button, input, textarea { -webkit-appearance: none; appearance: none; }
a { color: var(--pine); text-decoration-color: rgba(23, 74, 54, .4); text-underline-offset: 3px; }
a:hover { color: var(--ochre); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-header { position: relative; z-index: 1; color: #fff; background: var(--pine-deep); border-bottom: 4px solid var(--ochre); }
.site-header::after { content: ""; position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: repeating-linear-gradient(115deg, transparent 0 22px, rgba(255,255,255,.08) 23px 24px, transparent 25px 45px); }
.site-header__inner, .site-footer__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header__inner { min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: #fff; text-decoration: none; }
.brand:hover { color: #fff; }
.brand__mark { flex: 0 0 auto; width: 58px; height: 58px; padding: 4px; color: #edf1e9; border: 1px solid rgba(231,197,136,.6); border-radius: 50%; }
.brand__copy { display: grid; line-height: 1.1; }
.brand__kicker { margin-bottom: 4px; color: #d4dfd5; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.brand__name { font-family: "PT Serif", Georgia, serif; font-size: 17px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-header__hint { color: #dce5dc; font-size: 14px; }

.hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(110deg, rgba(9, 42, 28, .96), rgba(24, 76, 54, .88)); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .25; background: repeating-linear-gradient(135deg, transparent 0 42px, rgba(255,255,255,.17) 43px 44px, transparent 45px 90px); }
.hero::after { content: ""; position: absolute; width: 44vw; min-width: 380px; height: 260px; right: -8vw; bottom: -145px; border: 52px solid rgba(198, 138, 43, .26); border-radius: 50%; box-shadow: 0 0 0 28px rgba(198, 138, 43, .10), 0 0 0 76px rgba(198, 138, 43, .07); }
.hero__inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); padding: 53px 0 58px; margin: 0 auto; }
.eyebrow, .section-heading__kicker, .price-list__label { margin: 0; color: var(--ochre); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { max-width: 680px; margin: 7px 0 9px; font-family: "PT Serif", Georgia, serif; font-size: clamp(36px, 5vw, 56px); line-height: 1.06; }
.hero__lead { max-width: 690px; margin: 0; color: #e7eee7; font-size: 18px; }

.content-wrap { width: min(1180px, calc(100% - 40px)); padding: 36px 0 52px; margin: 0 auto; }
.order-route { display: flex; gap: 12px; align-items: center; padding: 14px 17px; margin: 0 0 22px; color: #5c6e61; background: rgba(255,255,255,.72); border-top: 1px solid #dae2d9; border-bottom: 1px solid #dae2d9; font-size: 13px; font-weight: 700; letter-spacing: .025em; }
.order-route__item { display: flex; gap: 7px; align-items: center; white-space: nowrap; }.order-route__item b { display: grid; width: 21px; height: 21px; place-items: center; color: #587064; border: 1px solid #aab9ac; border-radius: 50%; font-family: "PT Serif", Georgia, serif; }.order-route__item--active { color: var(--pine); }.order-route__item--active b { color: #fff; border-color: var(--pine); background: var(--pine); }.order-route__line { flex: 1 1 25px; height: 1px; background: repeating-linear-gradient(90deg, #bac6ba 0 5px, transparent 5px 10px); }
.notice { display: flex; gap: 12px; align-items: flex-start; padding: 15px 18px; margin: 0 0 22px; border-left: 4px solid; box-shadow: 0 4px 16px rgba(17,47,33,.05); }
.notice p, .notice ul { margin: 4px 0 0; }
.notice ul { padding-left: 19px; }
.notice__icon { display: grid; flex: 0 0 auto; place-items: center; width: 22px; height: 22px; color: #fff; border-radius: 50%; font-weight: 700; }
.notice--success { color: #175435; background: #e8f3e9; border-color: var(--success); }.notice--success .notice__icon { background: var(--success); }
.notice--error { color: #742b27; background: #f9e9e7; border-color: var(--danger); }.notice--error .notice__icon { background: var(--danger); }
.notice--neutral { color: #42534a; background: #f0f2ec; border-color: #849184; }.notice--neutral .notice__icon { background: #849184; }

.order-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(300px, .75fr); gap: 26px; align-items: start; }
.order-layout__main { display: grid; gap: 26px; }
.order-layout__aside { position: sticky; top: 20px; }
.panel { position: relative; overflow: hidden; padding: 30px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.panel::before { content: ""; position: absolute; top: 0; left: 0; width: 78px; height: 4px; background: var(--ochre); }
.panel::after { content: ""; position: absolute; z-index: 0; right: -72px; bottom: -106px; width: 210px; height: 170px; opacity: .07; border: 24px solid var(--bark); border-radius: 52% 48% 45% 55%; box-shadow: 0 0 0 16px var(--ochre), 0 0 0 34px var(--bark); transform: rotate(-22deg); pointer-events: none; }.panel > * { position: relative; z-index: 1; }
.section-heading { display: flex; gap: 12px; align-items: center; margin-bottom: 24px; }
.section-heading__number { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; color: var(--pine); border: 1px solid rgba(23,74,54,.35); border-radius: 50%; font-family: "PT Serif", Georgia, serif; font-size: 20px; font-weight: 700; }
.section-heading__kicker { margin-bottom: 0; font-size: 10px; }
.section-heading h2 { margin: 1px 0 0; color: var(--pine-deep); font-family: "PT Serif", Georgia, serif; font-size: 25px; line-height: 1.1; }
.section-heading h2 span { color: var(--danger); }
.section-intro { max-width: 670px; margin: -8px 0 20px; color: var(--muted); }
.fields-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px 18px; }
.field--wide { grid-column: 1 / -1; }
.field label { display: block; margin: 0 0 7px; color: #34463a; font-size: 13px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.field--required label span { color: var(--danger); }
.field input, .field textarea { display: block; width: 100%; color: var(--ink); background: #fbfcf9; border: 1px solid #bec9bf; border-radius: 0; outline: 0; transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease; }
.field input { height: 45px; padding: 9px 12px; }
.field textarea { min-height: 86px; padding: 10px 12px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #8a968c; opacity: 1; }
.field input:focus, .field textarea:focus { background: #fff; border-color: var(--pine); box-shadow: 0 0 0 3px rgba(23,74,54,.13); }
.field__hint { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.field__error { margin: 6px 0 0; color: var(--danger); font-size: 12px; font-weight: 700; line-height: 1.35; }.field.has-error input, .field.has-error textarea { border-color: var(--danger); background: #fff9f8; box-shadow: 0 0 0 3px rgba(159,57,49,.12); }.field.has-error label { color: #7d2e29; }

.warehouse-switcher { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 24px; border: 0; }
.warehouse-switcher__item { position: relative; }
.warehouse-switcher input { position: absolute; opacity: 0; pointer-events: none; }
.warehouse-switcher label { display: flex; gap: 8px; align-items: center; min-height: 39px; padding: 8px 12px; color: #3a5142; border: 1px solid #cfd8d0; background: #f9faf6; cursor: pointer; font-size: 14px; font-weight: 700; transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease; }
.warehouse-switcher label:hover { border-color: #91a795; background: #f0f4ed; }
.warehouse-switcher input:checked + label { color: #fff; background: var(--pine); border-color: var(--pine); }
.warehouse-switcher input:focus + label { outline: 3px solid rgba(23,74,54,.22); outline-offset: 2px; }
.warehouse-switcher__dot { display: block; width: 9px; height: 9px; border: 1px solid currentColor; border-radius: 50%; }.warehouse-switcher input:checked + label .warehouse-switcher__dot { border: 3px solid #fff; }
.price-list { border: 1px solid #d8e0d9; animation: show-panel 180ms cubic-bezier(.23,1,.32,1) both; }
.price-list[hidden] { display: none; }
.price-list__topline { display: flex; gap: 6px; align-items: baseline; justify-content: space-between; padding: 15px 17px; background: #f1f4ee; border-bottom: 1px solid #d8e0d9; }
.price-list__topline h3 { margin: 0; color: var(--pine); font-family: "PT Serif", Georgia, serif; font-size: 20px; line-height: 1.2; text-align: right; }
.table-scroll { overflow-x: auto; }
.products-table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 14px; }
.products-table th { padding: 11px 13px; color: #53665a; background: #fafbf8; border-bottom: 1px solid #d8e0d9; font-family: "PT Serif", Georgia, serif; font-size: 11px; letter-spacing: .09em; text-align: left; text-transform: uppercase; }
.products-table td { padding: 10px 13px; border-bottom: 1px solid #e6ebe6; vertical-align: middle; }.products-table tbody tr:last-child td { border-bottom: 0; }.products-table tbody tr:focus-within, .products-table tbody tr:hover { background: #fbfcf9; }
.products-table td:nth-child(2) { color: var(--muted); }.products-table td:nth-child(3) { white-space: nowrap; }.price-value { color: var(--pine); font-weight: 700; }
.products-table__quantity { width: 126px; text-align: right !important; }.products-table td.products-table__quantity { padding-right: 13px; }
.products-table input { width: 92px; height: 38px; padding: 6px 8px; color: var(--pine-deep); border: 1px solid #bfcabf; border-radius: 0; background: #fff; font-weight: 700; text-align: right; outline: 0; }.products-table input:focus { border-color: var(--pine); box-shadow: 0 0 0 3px rgba(23,74,54,.13); }
.price-list__footer { display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 13px 17px; color: #466052; background: #f1f4ee; border-top: 1px solid #d8e0d9; font-size: 14px; }.price-list__footer strong { color: var(--pine); font-family: "PT Serif", Georgia, serif; font-size: 20px; white-space: nowrap; }

.panel--aside { padding-bottom: 27px; background: #fdfdfb; }.panel--aside::after { content: ""; position: absolute; z-index: 0; right: 0; bottom: 0; width: 90px; height: 90px; opacity: .13; pointer-events: none; background: repeating-radial-gradient(circle at 100% 100%, transparent 0 10px, var(--ochre) 11px 12px); }.panel--aside > * { position: relative; z-index: 1; }
.method-group { padding: 15px 0 12px; margin: 0; border: 0; border-top: 1px solid var(--line); }.method-group legend { padding: 0; margin-bottom: 9px; color: var(--muted); font-size: 13px; }.method-group legend span { color: var(--danger); }.method-option { position: relative; display: flex; gap: 8px; align-items: center; min-height: 30px; color: #405347; cursor: pointer; font-size: 14px; font-weight: 700; }.method-option input { position: absolute; opacity: 0; }.method-option__radio { display: block; flex: 0 0 auto; width: 15px; height: 15px; border: 1px solid #9faf9f; border-radius: 50%; background: #fff; transition: border-color 160ms ease, box-shadow 160ms ease; }.method-option input:checked + .method-option__radio { border: 4px solid var(--pine); }.method-option input:focus + .method-option__radio { box-shadow: 0 0 0 3px rgba(23,74,54,.18); }.method-option:hover { color: var(--pine); }
.captcha { padding-top: 18px; margin-top: 3px; border-top: 1px solid var(--line); }.captcha input { max-width: 160px; }
.consent { position: relative; display: grid; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; margin: 23px 0 18px; color: #45564b; cursor: pointer; font-size: 13px; line-height: 1.42; }.consent input { position: absolute; opacity: 0; }.consent__box { display: block; width: 18px; height: 18px; margin-top: 1px; background: #fff; border: 1px solid #aebbad; }.consent input:checked + .consent__box { border-color: var(--pine); background: var(--pine); }.consent input:checked + .consent__box::after { display: block; content: "✓"; color: #fff; font-size: 14px; line-height: 16px; text-align: center; }.consent input:focus + .consent__box { box-shadow: 0 0 0 3px rgba(23,74,54,.18); }
.submit-button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 52px; padding: 10px 18px; color: #fff; border: 0; border-radius: 0; background: var(--pine); box-shadow: 0 8px 16px rgba(17,74,54,.20); cursor: pointer; font-weight: 700; letter-spacing: .02em; transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease; }.submit-button span { color: var(--ochre); font-size: 22px; line-height: 1; }.submit-button:hover { background: #0f3b2a; box-shadow: 0 10px 20px rgba(17,74,54,.28); }.submit-button:active { transform: scale(.97); }.submit-button:focus { outline: 3px solid rgba(198,138,43,.5); outline-offset: 3px; }.submit-note { margin: 13px 0 0; color: #738078; font-size: 12px; line-height: 1.4; }
.success-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 22px; }.success-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(7,35,23,.72); backdrop-filter: blur(6px); cursor: default; }.success-modal__dialog { position: relative; z-index: 1; width: min(100%, 510px); overflow: hidden; padding: 42px 42px 38px; color: var(--ink); background: #fff; box-shadow: 0 26px 80px rgba(0,0,0,.32); animation: modal-enter 240ms cubic-bezier(.23,1,.32,1) both; text-align: center; }.success-modal__dialog::after { position: absolute; right: -82px; bottom: -82px; width: 205px; height: 205px; border: 28px solid rgba(198,138,43,.14); border-radius: 50%; box-shadow: 0 0 0 18px rgba(23,74,54,.06); content: ""; pointer-events: none; }.success-modal__dialog > * { position: relative; z-index: 1; }.success-modal__close { position: absolute; top: 14px; right: 15px; display: grid; width: 34px; height: 34px; place-items: center; color: var(--pine); border: 1px solid #cbd8cc; border-radius: 50%; background: #fff; cursor: pointer; font-size: 25px; line-height: 1; transition: background-color 160ms ease, color 160ms ease; }.success-modal__close:hover { color: #fff; background: var(--pine); }.success-modal__seal { display: grid; width: 58px; height: 58px; place-items: center; margin: 0 auto 16px; color: #fff; border: 6px double #dcebdc; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 7px rgba(31,116,78,.12); font-family: "PT Serif", Georgia, serif; font-size: 28px; font-weight: 700; }.success-modal__kicker { margin: 0; color: var(--ochre); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }.success-modal h2 { margin: 5px 0 10px; color: var(--pine-deep); font-family: "PT Serif", Georgia, serif; font-size: 33px; line-height: 1.08; }.success-modal p { max-width: 385px; margin: 0 auto; color: #3f5647; }.success-modal__note { margin-top: 12px !important; color: var(--muted) !important; font-size: 14px; }.success-modal__button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 50px; padding: 10px 17px; margin-top: 25px; color: #fff; border: 0; background: var(--pine); cursor: pointer; font-weight: 700; transition: transform 160ms ease, background-color 160ms ease; }.success-modal__button:hover { background: var(--pine-deep); }.success-modal__button:active { transform: scale(.98); }.success-modal__button span { color: var(--ochre); font-size: 20px; }@keyframes modal-enter { from { opacity: 0; transform: translateY(15px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
.site-footer { color: #dce6dd; background: var(--pine-deep); }.site-footer__inner { min-height: 76px; color: #dce6dd; font-size: 13px; }.site-footer a { color: #e6c17a; }
@keyframes show-panel { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 900px) { .order-layout { grid-template-columns: 1fr; }.order-layout__aside { position: static; }.panel--aside { max-width: none; }.site-header__hint { display: none; } }
@media (max-width: 620px) { .site-header__inner, .site-footer__inner, .hero__inner, .content-wrap { width: min(100% - 28px, 1180px); }.site-header__inner { min-height: 76px; }.brand__mark { width: 47px; height: 47px; }.brand__name { font-size: 14px; }.hero__inner { padding: 39px 0 43px; }.hero__lead { font-size: 16px; }.content-wrap { padding-top: 25px; }.order-route { gap: 7px; padding: 12px; font-size: 11px; }.order-route__item b { width: 18px; height: 18px; }.order-route__line { min-width: 5px; }.panel { padding: 23px 18px; }.section-heading h2 { font-size: 23px; }.fields-grid { grid-template-columns: 1fr; gap: 18px; }.field--wide { grid-column: auto; }.warehouse-switcher { display: grid; grid-template-columns: 1fr; }.warehouse-switcher label { min-height: 44px; }.price-list__topline { display: block; }.price-list__topline h3 { margin-top: 4px; font-size: 18px; text-align: left; }.price-list__footer { display: block; }.price-list__footer strong { display: block; margin-top: 2px; }.site-footer__inner { gap: 9px; flex-direction: column; justify-content: center; text-align: center; }.success-modal { padding: 16px; }.success-modal__dialog { padding: 37px 24px 26px; }.success-modal h2 { font-size: 29px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
