:root{--bg:#f8f5f0;--ink:#29251f;--muted:#696057;--line:#ded7cd;--brown:#614a39;--accent:#936748;--white:#fffdf9;--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,select,textarea{font:inherit}button,a,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin:0}h1,h2{letter-spacing:-.045em;line-height:1.08;font-weight:500}h2{font-size:clamp(32px,4vw,49px)}h3{font-size:21px;line-height:1.3;font-weight:500}section[id]{scroll-margin-top:96px}.container{width:min(1200px,100% - 80px);margin-inline:auto}.section{padding-block:88px}.eyebrow{font-size:11px;font-weight:650;letter-spacing:.16em;margin-bottom:24px;color:var(--brown)}.header{position:sticky;top:0;background:rgba(248,245,240,.97);z-index:20;border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:84px}.brand{flex-shrink:0}.brand img{width:172px;height:43px;object-fit:contain;background:transparent}.header nav{display:flex;gap:30px;font-size:13px}.header nav a:hover,.text-link:hover{color:var(--accent)}.header-contact{font-size:13px;border-bottom:1px solid var(--ink);padding-block:12px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding-block:48px 56px}.hero h1{font-size:clamp(44px,5.4vw,74px)}.hero h1 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:var(--brown)}.hero-lead{max-width:440px;margin-top:25px;color:var(--muted);font-size:16px}.hero-actions{display:flex;align-items:flex-start;flex-direction:column;gap:18px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:50px;padding:14px 22px;border:1px solid transparent;border-radius:4px;font-size:13px;font-weight:600;text-align:center;transition:background .18s}.primary{background:var(--brown);color:white}.primary:hover{background:#463427}.secondary{background:transparent;border-color:var(--line);color:var(--ink)}.secondary:hover{background:#eee8df}.text-link{font-size:13px;border-bottom:1px solid var(--line);padding-block:5px}.hero-location{display:flex;align-items:center;flex-wrap:wrap;gap:7px;font-size:12px;color:var(--muted);margin-top:34px}.location-dot{width:6px;height:6px;background:var(--accent);border-radius:50%;margin-right:3px}.hero-visual{position:relative;background:#d5c6b4;min-height:490px;display:flex;align-items:center;overflow:hidden;border-radius:2px}.hero-visual>img{width:100%;height:490px;object-fit:contain;background:#d5c6b4}.hero-caption{position:absolute;bottom:0;left:0;right:0;background:rgba(248,245,240,.93);padding:18px 22px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.hero-caption a{font-size:25px;min-width:44px;text-align:center}.service-strip{border-block:1px solid var(--line)}.service-strip .container{display:flex;justify-content:space-between;gap:20px;padding-block:19px;font-size:12px;color:var(--muted)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:35px}.section-heading .eyebrow{margin-bottom:14px}.section-heading>p{font-size:13px;max-width:330px;color:var(--muted)}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px 24px}.product-image{position:relative;background:#e8e2d8;overflow:hidden;border-radius:3px}.product-image img{width:100%;aspect-ratio:3/4;object-fit:contain;background:#e8e2d8}.product-tag{position:absolute;top:12px;left:12px;background:var(--white);padding:4px 9px;font-size:10px}.product-content{padding:20px 0 0}.product-content .eyebrow{font-size:9px;margin-bottom:8px;display:block}.product-content p{font-size:13px;margin-top:10px;color:var(--muted);min-height:63px}.text-button{border:0;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;width:100%;min-height:46px;margin-top:10px;background:transparent;color:var(--ink);padding:8px 0;font-size:13px;font-weight:600}.text-button:hover{color:var(--accent)}.text-button span{font-size:20px}.image-note{font-size:12px;color:var(--muted);margin-top:28px;max-width:720px}.wholesale{background:#ede7de}.wholesale-grid,.inquiry-grid,.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.section-lead{color:var(--muted);max-width:390px;margin:24px 0;font-size:15px}.terms article{display:flex;gap:24px;padding:24px 0;border-bottom:1px solid #d5cbbe}.terms article:first-child{padding-top:0}.terms article>span{color:var(--accent);font-size:12px}.terms p{color:var(--muted);font-size:14px;margin-top:10px}.inquiry-card{background:var(--white);border:1px solid var(--line);padding:28px;border-radius:var(--radius)}label{display:block;font-size:12px;font-weight:600;margin-bottom:8px}select,textarea{display:block;width:100%;border:1px solid #c9bfb2;background:var(--white);color:var(--ink);border-radius:4px;padding:12px;font-size:16px;margin-bottom:20px}select{min-height:48px}textarea{resize:vertical;line-height:1.6}.inquiry-actions{display:flex;flex-direction:column;gap:10px}.small-note{font-size:12px;color:var(--muted);max-width:380px}.status{font-size:13px;color:#365739;min-height:24px;margin-top:12px}.faq-section{border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}.faq summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;font-size:15px;font-weight:500}.faq summary span{font-size:23px;font-weight:400}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{padding-bottom:22px;font-size:14px;color:var(--muted)}.contact-card{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;background:#eae2d6;padding:55px;border-radius:4px}.contact-card address{font-style:normal;margin:24px 0 14px;font-size:16px}.contact-card p:not(.eyebrow){font-size:13px;color:var(--muted);margin-bottom:24px}.store-sign{align-self:center;border:1px solid #a99782;padding:40px 20px;text-align:center;color:var(--brown)}.store-sign span{display:block;font-size:10px;letter-spacing:.2em}.store-sign strong{display:block;font-size:clamp(65px,8vw,116px);line-height:1.3;font-weight:400;letter-spacing:-.06em}footer{border-top:1px solid var(--line);padding-block:40px 25px}.footer-top{display:flex;justify-content:space-between;align-items:start;gap:24px;font-size:12px}.wordmark{font-size:21px;font-weight:750;letter-spacing:-.03em}.footer-top p{color:var(--muted)}.footer-bottom{display:flex;justify-content:space-between;gap:25px;font-size:11px;color:var(--muted);margin-top:30px;padding-top:20px;border-top:1px solid var(--line)}.footer-bottom details{max-width:500px}.footer-bottom details p{margin-top:12px}.mobile-bar{display:none}.button.telegram{background:transparent;border-color:var(--brown);color:var(--brown)}.button.telegram:hover{background:#eee8df}.skip-link{position:fixed;top:-100px;left:15px;z-index:50;background:white;padding:12px}.skip-link:focus{top:10px}:focus-visible{outline:3px solid #0879b0;outline-offset:4px}@media(min-width:1000px){.products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:999px){.container{width:calc(100% - 48px)}.hero{gap:28px}.hero h1{font-size:53px}.hero-visual,.hero-visual>img{min-height:420px;height:420px}.products{grid-template-columns:repeat(2,minmax(0,1fr))}.wholesale-grid,.inquiry-grid,.faq-grid{gap:40px}.contact-card{padding:35px;gap:30px}.header nav{gap:20px}}@media(max-width:699px){body{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}.container{width:calc(100% - 40px)}.section{padding-block:54px}.header-inner{min-height:66px;gap:16px}.brand img{width:132px;height:33px}.header nav{display:none}.header-contact{font-size:12px;min-height:44px}.hero{grid-template-columns:1fr;gap:28px;padding-block:30px 32px}.hero .eyebrow{margin-bottom:17px;font-size:10px}.hero h1{font-size:clamp(42px,11vw,64px)}.hero h1 br:last-of-type{display:none}.hero-lead{font-size:14px;margin-top:20px}.hero-actions{margin-top:22px;gap:13px}.hero-actions .button{width:100%}.hero-location{margin-top:22px;font-size:11px}.hero-visual{min-height:0;height:auto}.hero-visual>img{height:auto;min-height:0;aspect-ratio:3/4;object-fit:contain}.hero-caption{padding:9px 15px;font-size:11px}.service-strip .container{flex-wrap:wrap;gap:8px 20px;font-size:11px;padding-block:16px}.service-strip span:last-child{width:100%}.section-heading{display:block;margin-bottom:25px}.section-heading>p{margin-top:17px}.products{gap:26px 14px}.product-tag{font-size:9px;left:7px;top:7px;padding:3px 6px}.product-image img{aspect-ratio:3/4;object-fit:contain}.product-content{padding-top:13px}.product h3{font-size:17px}.product-content p{font-size:12px;min-height:0}.product-content .eyebrow{font-size:8px}.text-button{font-size:12px;gap:8px}.wholesale-grid,.inquiry-grid,.faq-grid{grid-template-columns:1fr;gap:30px}.section-lead{margin-block:20px;font-size:14px}.inquiry-card{padding:20px}.contact-card{grid-template-columns:1fr;padding:28px 22px;gap:35px}.contact-card h2{font-size:35px}.store-sign{padding:25px}.store-sign strong{font-size:92px}.footer-top{flex-wrap:wrap;gap:20px}.footer-top>a:last-child{width:100%}.footer-bottom{flex-direction:column;gap:15px}.mobile-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:30;gap:10px;align-items:center;min-height:calc(76px + env(safe-area-inset-bottom,0px));height:auto;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));background:rgba(248,245,240,.98);border-top:1px solid var(--line)}.mobile-bar .button{flex:1 1 0;width:auto;min-width:0;height:50px;padding:12px 10px;font-size:12px;gap:8px}.eyebrow{margin-bottom:18px}}@media(max-width:359px){.products{grid-template-columns:1fr}.product-image img{aspect-ratio:3/4}.hero h1{font-size:40px}}
.contact-phones{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;margin:18px 0 14px;font-size:15px;font-weight:600}
.contact-phones a{border-bottom:1px solid var(--line);padding-bottom:2px}
.contact-phones a:hover{color:var(--accent)}
.contact-actions{display:flex;flex-direction:column;gap:10px;margin-top:8px;max-width:360px}
.footer-contacts{display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-size:12px}
.footer-contacts a{border-bottom:1px solid var(--line);padding-bottom:2px}
@media(max-width:699px){.contact-actions{max-width:none}.contact-actions .button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

/* Full-page refinements: preserve natural image proportions and compact mobile hero. */
.hero h1{font-size:clamp(42px,4.9vw,66px);line-height:1.13}
.hero-visual{min-height:0;display:block;padding-bottom:56px}
.hero-visual>img{width:100%;height:auto;min-height:0;aspect-ratio:16/9;object-fit:contain}
.hero-caption{min-height:56px}
.product-image img{aspect-ratio:16/9;object-fit:contain}
.strip-contacts{display:flex;flex-wrap:wrap;gap:6px 16px}
.strip-contacts a{text-decoration:underline;text-underline-offset:4px}
.inquiry-hint{font-size:12px;color:var(--muted);margin:0 0 12px;line-height:1.5}
.template-refresh{font:inherit;font-size:12px;color:var(--brown);background:transparent;border:1px solid var(--line);border-radius:4px;min-height:44px;padding:8px 12px;margin-bottom:12px;text-align:left}
.template-refresh:hover{background:#eee8df}
.inquiry-viber-hint{margin-top:12px}.inquiry-viber-hint a{text-decoration:underline}
[hidden]{display:none!important}
@media(max-width:699px){.hero{gap:22px;padding-top:26px}.hero h1{font-size:clamp(36px,8.8vw,52px)}.hero h1 br:last-of-type{display:initial}.hero-visual,.hero-visual>img{height:auto;min-height:0}.hero-visual>img{aspect-ratio:16/9}.hero-caption{min-height:48px}.hero-visual{padding-bottom:48px}.service-strip .container{flex-direction:column;gap:6px}.strip-contacts a{display:inline-flex;align-items:center;min-height:44px}.product-image img{aspect-ratio:16/9}.products{grid-template-columns:1fr}.product-content p{min-height:0}.product-tag{font-size:11px}.product h3{font-size:20px}}

/* Telegram group is the primary channel; Viber is a footer fallback. */
.header-contact{background:var(--brown);color:#fff;border:0;border-radius:4px;padding:12px 16px;min-height:44px;display:inline-flex;align-items:center;gap:8px;font-weight:600}
.header-contact:hover{background:#463427}
.footer-contacts .footer-telegram{font-size:14px;font-weight:650;color:var(--brown)}
.footer-contacts .viber-secondary{font-size:12px;font-weight:400;color:var(--muted);border-bottom:0}
@media(max-width:699px){.header-contact{padding:10px;font-size:11px}.mobile-bar .primary{flex:1.3 1 0}.mobile-bar .secondary{flex:1 1 0}}


/* First-order support: concise, readable promotion. */
.promo-section{padding-block:36px}
.promo-banner{background:#49392d;color:#fffdf9;border-radius:6px;padding:32px 36px}
.promo-copy{max-width:960px;margin-inline:auto}
.promo-eyebrow{color:#f0d7b8;margin-bottom:14px}
.promo-banner h2{color:#fffdf9;font-size:clamp(28px,3.4vw,42px);max-width:30ch}
.promo-banner .section-lead{color:#e9dfd4;max-width:78ch;margin:18px 0 22px}
.promo-perks{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.promo-perks li{display:grid;align-content:start;gap:8px;padding:18px;background:rgba(255,253,249,.07);border:1px solid #86715f;border-radius:4px}
.promo-perks strong{font-size:16px;font-weight:650;line-height:1.4}
.promo-perks span{font-size:14px;color:#e9dfd4;line-height:1.55}
.promo-fine{margin:18px 0 0;font-size:13px;line-height:1.6;color:#e9dfd4;max-width:90ch}
.promo-actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:22px}
.promo-banner .button.primary{background:#fffdf9;color:#3f3228}
.promo-banner .button.primary:hover{background:#f0e7db}
.promo-banner .text-link{border-bottom-color:#bca58e;color:#fffdf9}
@media(max-width:699px){.promo-section{padding-block:28px}.promo-banner{padding:24px 20px}.promo-perks{grid-template-columns:1fr;gap:12px}.promo-actions{flex-direction:column;align-items:stretch}.promo-actions .button,.promo-actions .text-link{width:100%;text-align:center}.promo-actions .text-link{padding-block:12px}}
