/* ProstorFix — glavna slogovna datoteka */

@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-italic-latinext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0300-0304, U+0308, U+0329, U+1E00-1EFF, U+2020, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-normal-latinext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0300-0304, U+0308, U+0329, U+1E00-1EFF, U+2020, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/manrope-latinext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0300-0304, U+0308, U+0329, U+1E00-1EFF, U+2020, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122;
}

:root{
  --bg:#FBF8F4; --bg-2:#F6F1E9; --ink:#1F1B17; --ink-soft:#3F3830;
  --text:#5A5148; --text-2:#6B625A; --muted:#8E857A;
  --line:#E3DCD2; --line-2:#EDE6DA; --line-3:#D8CFC2;
  --rust:#B45B3E; --rust-hover:#8E4530; --rust-light:#C96B4C;
  --green:#2F4A3C; --green-hover:#25392E; --green-tint:#EEF2EE;
  --dark:#1F1B17; --dark-2:#3A342D; --cream:#F4F0E9;
  --footer-bg:#1F1B17; --footer-text:#C3BEB4; --footer-muted:#8E857A; --footer-line:#3A342D;
  --radius:3px;
  --serif:'Instrument Serif',Georgia,serif;
  --sans:Manrope,Helvetica,Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}
body{min-height:100vh;display:flex;flex-direction:column}
img{max-width:100%;display:block}
a{color:var(--rust);text-decoration:none}
a:hover{color:var(--rust-hover);text-decoration:underline}
button{font-family:inherit}
input,select,textarea{font-family:inherit}
h1,h2,h3{font-family:var(--serif);font-weight:400}

.wrap{max-width:1240px;margin:0 auto;padding:0 28px}
.eyebrow{font-size:12.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--rust);margin-bottom:12px}
.skip-link{position:absolute;left:-999px;top:0;background:#fff;color:var(--ink);padding:12px 18px;z-index:100;border-radius:0 0 3px 0}
.skip-link:focus{left:0}

@keyframes pfIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@keyframes pfSlide{from{transform:translateX(24px);opacity:0}to{transform:none;opacity:1}}
.pf-anim{animation:pfIn .35s ease}

/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:40;background:rgba(251,248,244,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.site-header .bar{max-width:1240px;margin:0 auto;padding:0 28px;height:74px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.brand-mark{width:26px;height:26px;background:var(--green);border-radius:2px;display:flex;align-items:center;justify-content:center}
.brand-mark span{width:10px;height:10px;background:var(--rust);border-radius:1px;display:block}
.brand-name{font-size:20px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}

.main-nav{display:flex;align-items:center;gap:2px;margin-left:auto;flex-wrap:wrap}
.nav-link{border:0;background:transparent;color:#4A423B;font-size:14.5px;font-weight:600;padding:9px 12px;border-radius:3px;cursor:pointer;display:inline-block}
.nav-link:hover{background:#F1EBE1;color:var(--ink);text-decoration:none}
.nav-link.is-active{background:#F1EBE1;color:var(--ink)}

.cart-btn{position:relative;border:1px solid var(--line-3);background:#fff;color:var(--ink);font-size:14px;font-weight:700;padding:10px 16px;border-radius:3px;cursor:pointer;flex:0 0 auto}
.cart-btn:hover{border-color:var(--rust);color:var(--rust);text-decoration:none}
.cart-count{display:inline-block;margin-left:8px;min-width:20px;padding:1px 6px;background:var(--rust);color:#fff;border-radius:20px;font-size:12px;font-weight:800;text-align:center}
.phone-btn{flex:0 0 auto;background:var(--green);color:#fff;font-size:14px;font-weight:700;padding:11px 18px;border-radius:3px}
.phone-btn:hover{background:var(--green-hover);text-decoration:none;color:#fff}
.nav-toggle{display:none;border:1px solid var(--line-3);background:#fff;border-radius:3px;padding:9px 11px;cursor:pointer;flex:0 0 auto}
.nav-toggle span,.nav-toggle span::before,.nav-toggle span::after{content:'';display:block;width:18px;height:2px;background:var(--ink);position:relative;transition:.2s}
.nav-toggle span::before{position:absolute;top:-6px}
.nav-toggle span::after{position:absolute;top:6px}

/* ---------- buttons ---------- */
.btn{display:inline-block;border-radius:3px;font-size:15px;font-weight:700;padding:15px 26px;cursor:pointer;border:0;text-align:center}
.btn:hover{text-decoration:none}
.btn-primary{background:var(--rust);color:#fff}
.btn-primary:hover{background:var(--rust-hover);color:#fff}
.btn-primary-light:hover{background:var(--rust-light)}
.btn-outline-ink{border:1px solid var(--ink);background:transparent;color:var(--ink)}
.btn-outline-ink:hover{background:var(--ink);color:#fff}
.btn-outline{border:1px solid var(--line-3);background:#fff;color:var(--ink);font-size:14px;font-weight:700;padding:12px 18px}
.btn-outline:hover{border-color:var(--rust);color:var(--rust)}
.btn-chip{border:1px solid var(--line-3);background:#fff;color:var(--ink);font-size:14px;font-weight:600;padding:11px 16px;border-radius:3px;cursor:pointer}
.btn-chip:hover{border-color:var(--rust);color:var(--rust)}
.btn-chip.is-active{border-color:var(--rust);color:var(--rust);background:#FBF3EF}
.btn-dark{border:0;background:var(--ink);color:#fff;font-size:14px;font-weight:700;padding:12px;border-radius:3px;width:100%}
.btn-dark:hover{background:var(--rust);color:#fff}
.btn-ghost{border:0;background:transparent;color:var(--rust);font-size:14px;font-weight:700;padding:0;cursor:pointer}
.btn-sm{font-size:13.5px;font-weight:700;padding:12px 18px;border-radius:3px}

/* ---------- hero ---------- */
.hero{border-bottom:1px solid var(--line);background:var(--bg-2)}
.hero .wrap{padding:64px 28px 72px;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--rust);margin-bottom:22px}
.hero-tag span{width:8px;height:8px;background:var(--rust);border-radius:1px;display:block}
.hero h1{font-size:62px;line-height:1.03;letter-spacing:-.02em;margin:0 0 22px}
.hero p.lead{font-size:18px;line-height:1.6;color:var(--text);margin:0 0 30px;max-width:56ch}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:34px}
.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;border-top:1px solid var(--line);padding-top:24px}
.hero-stats .num{font-family:var(--serif);font-size:34px;line-height:1}
.hero-stats .lbl{font-size:13px;color:var(--text-2);font-weight:600}
.hero-media{display:grid;gap:14px}
.hero-media .big{height:300px;border-radius:3px;overflow:hidden}
.hero-media .row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hero-media .row2 div{height:150px;border-radius:3px;overflow:hidden}
.hero-media img,.ph{width:100%;height:100%;object-fit:cover;display:block}

.ph-caption{font:11px/1 ui-monospace,SFMono-Regular,monospace;color:#7A7065;background:var(--bg);padding:7px 9px;border-radius:2px}

.strip{border-bottom:1px solid var(--line);background:var(--green);color:#EFEAE1}
.strip .wrap{padding:20px 28px;display:flex;gap:34px;flex-wrap:wrap;justify-content:space-between;font-size:14px;font-weight:600}

section.pad{padding:76px 28px}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:36px;flex-wrap:wrap}
.section-head h2{font-size:42px;line-height:1.1;margin:0}

.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}

.card{background:#fff;border:1px solid var(--line);border-radius:3px;padding:26px}
.card:hover{border-color:var(--rust)}
.card .no{font-size:12px;font-weight:800;color:var(--rust);letter-spacing:.08em;margin-bottom:14px}
.card h3{font-size:19px;font-weight:700;margin:0 0 10px;letter-spacing:-.01em}
.card p{font-size:14.5px;line-height:1.6;color:var(--text-2);margin:0 0 16px}
.card .price{font-size:13.5px;font-weight:700;color:var(--green)}

/* ---------- calculator ---------- */
.calc-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-2)}
.calc-section .wrap{padding:70px 28px;display:grid;grid-template-columns:1fr .85fr;gap:52px;align-items:start}
.calc-section h2{font-size:40px;line-height:1.1;margin:0 0 14px}
.calc-section p.lead{font-size:16px;line-height:1.6;color:var(--text);margin:0 0 30px;max-width:52ch}
.calc-row{margin-bottom:26px}
.calc-row .rowhead{display:flex;justify-content:space-between;font-size:14px;font-weight:700;margin-bottom:10px}
.calc-row .rowhead span:last-child{color:var(--rust)}
input[type=range]{width:100%;accent-color:var(--rust)}
.calc-label{font-size:14px;font-weight:700;margin-bottom:10px}
.chip-row{display:flex;gap:8px;flex-wrap:wrap}
.calc-choice{font-size:13px;color:var(--text-2);margin-top:10px}

.calc-result{background:var(--dark);color:var(--cream);border-radius:3px;padding:34px}
.calc-result .eyebrow{color:#C88C74;margin-bottom:18px}
.calc-result .total{font-family:var(--serif);font-size:52px;line-height:1;margin-bottom:8px}
.calc-result .sub{font-size:14px;color:#A99E92;margin-bottom:26px}
.calc-result .rows{display:grid;gap:12px;border-top:1px solid var(--dark-2);padding-top:22px;font-size:14.5px}
.calc-result .rows div{display:flex;justify-content:space-between}
.calc-result .rows span{color:#A99E92}
.calc-result .btn-primary{width:100%;margin-top:26px;padding:15px}
.calc-result .fine{font-size:12px;line-height:1.5;color:#8E857A;margin:14px 0 0}

/* ---------- steps ---------- */
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:2px solid var(--ink)}
.steps .step{padding:24px 20px 0 0;border-right:1px solid var(--line)}
.steps .step .no{font-family:var(--serif);font-size:38px;line-height:1;color:var(--rust);margin-bottom:12px}
.steps .step h3{font-size:17px;font-weight:700;margin:0 0 8px}
.steps .step p{font-size:14px;line-height:1.6;color:var(--text-2);margin:0}

/* ---------- projects ---------- */
.proj-band{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.proj-card{background:#fff;border:1px solid var(--line);border-radius:3px;overflow:hidden}
.proj-card .thumb{height:200px;overflow:hidden}
.proj-card.lg .thumb{height:280px}
.proj-card .thumb img{width:100%;height:100%;object-fit:cover}
.proj-card .body{padding:22px}
.proj-card.lg .body{padding:26px}
.proj-card h3{font-size:18px;font-weight:700;margin:0 0 8px}
.proj-card.lg h2{font-size:22px;font-weight:700;margin:0 0 10px}
.proj-card p{font-size:14px;line-height:1.6;color:var(--text-2);margin:0 0 12px}
.proj-card .meta{font-size:13px;font-weight:700;color:var(--green)}
.proj-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border-top:1px solid var(--line-2);padding-top:16px}
.proj-stats .lbl{font-size:12px;color:var(--text-2);font-weight:600}
.proj-stats .val{font-size:15px;font-weight:700}

/* ---------- reviews ---------- */
.review{border:1px solid var(--line);border-radius:3px;padding:26px;background:#fff}
.review .stars{color:var(--rust);font-size:14px;font-weight:800;letter-spacing:.2em;margin-bottom:14px}
.review p{font-size:15.5px;line-height:1.65;margin:0 0 18px}
.review .name{font-size:13.5px;font-weight:700}
.review .meta{font-size:13px;color:var(--text-2)}

/* ---------- shop teaser (home) ---------- */
.shop-teaser{background:var(--green);color:#EFEAE1}
.shop-teaser .wrap{padding:70px 28px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.shop-teaser h2{font-size:40px;line-height:1.1;margin:0 0 14px}
.shop-teaser p{font-size:16px;line-height:1.65;color:#C3BEB4;margin:0 0 26px;max-width:52ch}
.mini-products{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.mini-product{background:var(--bg-2);color:var(--ink);border-radius:3px;padding:16px}
.mini-product .thumb{height:78px;border-radius:2px;overflow:hidden;margin-bottom:12px}
.mini-product .thumb img{width:100%;height:100%;object-fit:cover}
.mini-product .name{font-size:14px;font-weight:700;line-height:1.35;margin-bottom:6px}
.mini-product .price{font-size:14px;font-weight:800;color:var(--rust)}

/* ---------- blog cards ---------- */
.blog-card{border:1px solid var(--line);border-radius:3px;padding:24px;cursor:pointer;background:#fff}
.blog-card:hover{border-color:var(--rust)}
.blog-card.with-img{padding:0;overflow:hidden}
.blog-card.with-img .thumb{height:160px;overflow:hidden}
.blog-card.with-img .thumb img{width:100%;height:100%;object-fit:cover}
.blog-card.with-img .body{padding:24px}
.blog-tag{font-size:12px;font-weight:700;color:var(--rust);letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px}
.blog-card h2,.blog-card h3{font-size:19px;font-weight:700;line-height:1.3;margin:0 0 10px}
.blog-card p{font-size:14.5px;line-height:1.6;color:var(--text-2);margin:0 0 14px}
.blog-more{font-size:13.5px;font-weight:700;color:var(--rust)}

/* ---------- faq ---------- */
.faq-band{background:var(--bg-2);border-top:1px solid var(--line)}
.faq-wrap{max-width:900px;margin:0 auto;padding:70px 28px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:3px;margin-bottom:10px}
.faq-item button{width:100%;text-align:left;border:0;background:transparent;padding:20px 22px;font-size:16.5px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;gap:16px;color:var(--ink)}
.faq-item .sign{color:var(--rust)}
.faq-item .answer{font-size:15px;line-height:1.65;color:var(--text);margin:0;padding:0 22px 22px;max-width:70ch;display:none}
.faq-item.is-open .answer{display:block}

/* ---------- inner pages ---------- */
.page{max-width:1240px;margin:0 auto;padding:60px 28px 80px}
.page-narrow{max-width:900px;margin:0 auto;padding:60px 28px 80px}
.page-article{max-width:780px;margin:0 auto;padding:60px 28px 80px}
.page h1{font-size:52px;line-height:1.05;margin:0 0 18px}
.page > p.lead{font-size:17.5px;line-height:1.65;color:var(--text);max-width:70ch;margin:0 0 44px}

.tags{display:flex;flex-wrap:wrap;gap:8px}
.tag{font-size:12.5px;font-weight:600;color:var(--green);background:var(--green-tint);border-radius:2px;padding:6px 10px}

.cta-band{background:var(--ink);color:var(--cream);border-radius:3px;padding:44px;display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}
.cta-band h2{font-size:34px;margin:0 0 10px}
.cta-band p{font-size:16px;color:#A99E92;margin:0;max-width:60ch}
.cta-band .btn{white-space:nowrap}

/* ---------- price table ---------- */
.pkg{border:1px solid var(--line);border-radius:3px;padding:32px;background:#fff;display:flex;flex-direction:column}
.pkg .badge{font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--rust);margin-bottom:14px}
.pkg h2{font-size:24px;font-weight:700;margin:0 0 6px}
.pkg .price{font-family:var(--serif);font-size:42px;line-height:1.1;margin:10px 0 4px}
.pkg .term{font-size:13.5px;color:var(--text-2);margin-bottom:22px}
.pkg ul{list-style:none;display:grid;gap:10px;margin:0 0 26px;padding:0}
.pkg li{display:flex;gap:10px;font-size:14.5px;line-height:1.5;color:var(--ink-soft)}
.pkg li::before{content:'—';color:var(--rust);font-weight:800}
.pkg .btn{margin-top:auto}

.price-table{border:1px solid var(--line);border-radius:3px;overflow:hidden;background:#fff}
.price-table .head{display:grid;grid-template-columns:2.4fr 1fr 1fr;background:#F1EBE1;font-size:12.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#4A423B}
.price-table .head div{padding:14px 20px}
.price-table .row{display:grid;grid-template-columns:2.4fr 1fr 1fr;border-top:1px solid var(--line-2);font-size:15px}
.price-table .row div{padding:15px 20px}
.price-table .row .item{font-weight:600}
.price-table .row .unit{color:var(--text-2)}
.price-table .row .price{font-weight:700;color:var(--green)}
.fine-print{font-size:13.5px;line-height:1.6;color:var(--text-2);max-width:80ch;margin:18px 0 0}

/* ---------- about ---------- */
.about-media{display:grid;gap:14px}
.about-media .photo{height:320px;border-radius:3px;overflow:hidden}
.about-media .photo img{width:100%;height:100%;object-fit:cover}
.info-card{border:1px solid var(--line);border-radius:3px;padding:24px;background:#fff}
.info-card .eyebrow{margin-bottom:14px}
.info-card .rows{display:grid;gap:8px;font-size:14.5px;line-height:1.5;color:var(--ink-soft)}
.values .value{border-top:2px solid var(--ink);padding-top:20px}
.values h3{font-size:18px;font-weight:700;margin:0 0 10px}
.values p{font-size:14.5px;line-height:1.6;color:var(--text-2);margin:0}

/* ---------- shop page ---------- */
.shop-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px;align-items:center}
.shop-count{margin-left:auto;font-size:13.5px;color:var(--text-2)}
.product-card{border:1px solid var(--line);border-radius:3px;background:#fff;display:flex;flex-direction:column;overflow:hidden}
.product-card .thumb{height:150px;overflow:hidden}
.product-card .thumb img{width:100%;height:100%;object-fit:cover}
.product-card .body{padding:18px;display:flex;flex-direction:column;flex:1 1 auto}
.product-card .cat{font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8A7F73;margin-bottom:8px}
.product-card h3{font-size:15.5px;font-weight:700;line-height:1.35;margin:0 0 8px}
.product-card p{font-size:13.5px;line-height:1.55;color:var(--text-2);margin:0 0 14px}
.product-card .bottom{margin-top:auto}
.product-card .price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}
.product-card .price-row .amount{font-size:19px;font-weight:800}
.product-card .price-row .unit{font-size:12.5px;color:var(--text-2)}
.product-card .stock{font-size:12.5px;color:var(--green);font-weight:700;margin-bottom:12px}

.perks{margin-top:44px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.perk{border:1px solid var(--line);border-radius:3px;padding:24px;background:var(--bg-2)}
.perk h3{font-size:17px;font-weight:700;margin:0 0 8px}
.perk p{font-size:14px;line-height:1.6;color:var(--text);margin:0}

/* ---------- cart / checkout page ---------- */
.cart-layout{display:grid;grid-template-columns:1fr .85fr;gap:32px;align-items:start}
.cart-list{display:grid;gap:14px}
.cart-line{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;border-bottom:1px solid var(--line-2);padding-bottom:14px}
.cart-line .thumb{height:64px;border-radius:2px;overflow:hidden;background:var(--line-2)}
.cart-line .thumb img{width:100%;height:100%;object-fit:cover}
.cart-line .name{font-size:14.5px;font-weight:700;line-height:1.35;margin-bottom:4px}
.cart-line .unit{font-size:13px;color:var(--text-2);margin-bottom:8px}
.qty-ctl{display:flex;align-items:center;gap:8px}
.qty-ctl button{width:28px;height:28px;border:1px solid var(--line-3);background:#fff;border-radius:2px;cursor:pointer;font-weight:800}
.qty-ctl .qty{font-size:14px;font-weight:700;min-width:24px;text-align:center}
.line-remove{border:0;background:transparent;color:var(--rust);font-size:13px;font-weight:700;cursor:pointer;margin-left:6px}
.line-total{font-size:15px;font-weight:800;white-space:nowrap}
.cart-empty{padding:40px 0;text-align:center}
.cart-empty p{font-size:15.5px;line-height:1.6;color:var(--text-2);margin:0 0 20px}
.order-done{border:1px solid var(--green);border-radius:3px;padding:24px;background:var(--green-tint);margin-bottom:20px}
.order-done .title{font-size:15px;font-weight:800;color:var(--green);margin-bottom:8px}
.order-done p{font-size:14.5px;line-height:1.6;color:var(--ink-soft);margin:0}

.field{display:grid;gap:7px;margin-bottom:16px}
.field span{font-size:13.5px;font-weight:700}
.field input,.field textarea,.field select{border:1px solid var(--line-3);border-radius:3px;padding:13px 14px;font-size:15px;background:var(--bg);width:100%}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.consent{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;line-height:1.55;color:var(--text);margin-bottom:16px}
.consent input{margin-top:3px;accent-color:var(--rust)}
.form-error{font-size:13px;color:var(--rust);font-weight:700;min-height:1em}
.form-panel{border:1px solid var(--line);border-radius:3px;padding:34px;background:#fff}
.honeypot{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden}

.summary{border-top:1px solid var(--line);padding:22px 0 0;background:var(--bg-2);border-radius:3px}
.summary-inner{padding:22px}
.summary .rows{display:grid;gap:8px;font-size:14.5px;margin-bottom:16px}
.summary .rows div{display:flex;justify-content:space-between}
.summary .rows span{color:var(--text-2)}
.summary .grand{display:flex;justify-content:space-between;font-size:19px;border-top:1px solid #DDD5C9;padding-top:10px}

.map-block{height:260px;border-radius:3px;overflow:hidden;background:repeating-linear-gradient(135deg,#EDE6DA 0 10px,#E3DCD2 10px 20px);display:flex;align-items:flex-end;padding:14px;position:relative}
.map-block .pin{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);width:34px;height:34px;background:var(--rust);border-radius:50% 50% 50% 0;rotate:-45deg;box-shadow:0 6px 16px rgba(31,27,23,.25)}

/* ---------- footer ---------- */
.site-footer{background:var(--footer-bg);color:var(--footer-text);margin-top:auto}
.footer-top{max-width:1240px;margin:0 auto;padding:60px 28px 30px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px}
.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.footer-brand .mark{width:24px;height:24px;background:var(--rust);border-radius:2px}
.footer-brand .name{font-size:19px;font-weight:800;color:var(--cream)}
.footer-top p{font-size:14.5px;line-height:1.65;margin:0 0 18px;max-width:38ch}
.footer-contact{font-size:14px;line-height:1.7}
.footer-col-title{font-size:12.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--footer-muted);margin-bottom:14px}
.footer-links{display:grid;gap:9px}
.footer-links a,.footer-links button{text-align:left;border:0;background:transparent;color:var(--footer-text);font-size:14.5px;padding:0;cursor:pointer;font-family:inherit}
.footer-links a:hover,.footer-links button:hover{color:#fff;text-decoration:none}
.footer-bottom{border-top:1px solid var(--footer-line)}
.footer-bottom .wrap{max-width:1240px;margin:0 auto;padding:20px 28px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:13px;color:var(--footer-muted)}

/* ---------- cookie banner ---------- */
.cookie-bar{position:fixed;left:0;right:0;bottom:0;z-index:70;background:var(--ink);color:#E4DFD6;border-top:3px solid var(--rust);transform:translateY(0);transition:transform .25s ease}
.cookie-bar.is-hidden{transform:translateY(100%)}
.cookie-bar .wrap{max-width:1240px;margin:0 auto;padding:22px 28px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}
.cookie-bar h2{font-size:15px;font-weight:800;color:#fff;margin:0 0 6px;font-family:var(--sans)}
.cookie-bar p{font-size:14px;line-height:1.6;margin:0;max-width:90ch;color:#B4ADA3}
.cookie-bar a{color:#DDA88E}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}
.btn-cookie-outline{border:1px solid #4A423B;background:transparent;color:#E4DFD6;font-size:14px;font-weight:700;padding:12px 18px;border-radius:3px;cursor:pointer}
.btn-cookie-outline:hover{border-color:var(--rust)}
.btn-cookie-accept{border:0;background:var(--rust);color:#fff;font-size:14px;font-weight:700;padding:12px 22px;border-radius:3px;cursor:pointer}
.btn-cookie-accept:hover{background:var(--rust-light)}

/* ---------- form success banner ---------- */
.form-success .title{font-size:15px;font-weight:800;color:var(--green);margin-bottom:10px}
.form-success p{font-size:15.5px;line-height:1.65;color:var(--text);margin:0 0 18px}

/* ---------- utility ---------- */
.hidden{display:none !important}
.center{text-align:center}
.mt-0{margin-top:0}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 980px){
  .hero .wrap{grid-template-columns:1fr;padding:44px 22px 52px}
  .hero h1{font-size:44px}
  .hero-stats{grid-template-columns:repeat(2,1fr);row-gap:22px}
  .grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}
  .grid-2{grid-template-columns:1fr}
  .calc-section .wrap{grid-template-columns:1fr}
  .steps{grid-template-columns:repeat(1,1fr);border-top:0}
  .steps .step{border-right:0;border-top:2px solid var(--ink);padding:20px 0 0}
  .shop-teaser .wrap{grid-template-columns:1fr}
  .cart-layout{grid-template-columns:1fr}
  .field-row{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr 1fr;row-gap:34px}
  .cta-band{grid-template-columns:1fr;text-align:left}
  .about-inner{grid-template-columns:1fr !important}
  .values{grid-template-columns:repeat(2,1fr) !important}
  section.pad{padding:52px 22px}
  .page,.page-narrow,.page-article{padding:44px 22px 60px}
  .page h1,.hero h1{letter-spacing:-.01em}
}

@media (max-width: 720px){
  .wrap{padding:0 18px}
  .main-nav{display:none}
  .main-nav.is-open{display:flex;position:absolute;left:0;right:0;top:74px;background:var(--bg);flex-direction:column;align-items:stretch;padding:10px 18px 18px;border-bottom:1px solid var(--line);box-shadow:0 12px 24px rgba(31,27,23,.08)}
  .nav-toggle{display:inline-flex;align-items:center;justify-content:center}
  .site-header .bar{gap:14px;padding:0 18px}
  .phone-btn{padding:11px 14px}
  .hero h1{font-size:36px}
  .page h1{font-size:36px}
  .grid-3,.grid-4,.grid-2{grid-template-columns:1fr}
  .price-table .head,.price-table .row{grid-template-columns:1.6fr .7fr .9fr;font-size:13px}
  .footer-top{grid-template-columns:1fr;padding:44px 18px 24px}
  .footer-bottom .wrap{padding:18px}
  .cookie-bar .wrap{grid-template-columns:1fr;padding:18px}
  .perks{grid-template-columns:1fr}
  .values{grid-template-columns:1fr !important}
  .cta-band{padding:28px}
  section.pad{padding:40px 18px}
}
