/* KHODNEVA · release 2.0. Shared geometry for Russian and English.
   No font downloads, fixed text heights, or rasterised interface labels. */
:root{--paper:#fbf8f2;--cream:#f4eee3;--white:#fffdf9;--ink:#27291f;--olive:#45482d;--muted:#626353;--line:#d8cfbd;--max:1320px;--gutter:clamp(22px,4.3vw,62px);--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
@supports (scroll-padding-top:env(safe-area-inset-top)){html{scroll-padding-top:calc(96px + env(safe-area-inset-top,0px))}}
body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--serif);font-size:17px;line-height:1.5;-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:disabled{cursor:default}
img{display:block;max-width:100%;height:auto}
h1,h2,h3,p,figure,blockquote{margin:0}
h1,h2,h3{font-weight:400;line-height:1.12}
p{overflow-wrap:break-word}
button,svg,a{flex-shrink:0}
svg{display:block;fill:none;stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}
.arrow{width:23px;height:16px;flex:0 0 23px}
:focus-visible{outline:2px solid var(--olive);outline-offset:5px}
::selection{color:var(--paper);background:var(--olive)}
.skip-link{position:fixed;left:16px;top:-100px;z-index:1000;background:var(--olive);color:white;padding:12px 20px}
.skip-link:focus{top:12px}
.site-header{position:sticky;top:0;z-index:30;background:rgba(251,248,242,.98);border-bottom:1px solid rgba(216,207,189,.7)}
.header-inner{max-width:1536px;margin:auto;min-height:82px;padding:14px var(--gutter);padding-left:max(var(--gutter),env(safe-area-inset-left));padding-right:max(var(--gutter),env(safe-area-inset-right));display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;flex-direction:column;align-items:center;width:max-content;flex:0 0 auto}
.brand-name{font-size:30px;letter-spacing:.145em;line-height:1.12}
.brand-tag{font-family:var(--sans);font-size:8px;line-height:1.5;letter-spacing:.29em;margin-top:4px}
.nav{display:flex;gap:clamp(18px,2.3vw,34px);align-items:center;justify-content:center;font-size:14px}
.nav a{padding:10px 0;position:relative}
.nav a::after{content:'';position:absolute;bottom:5px;left:0;width:0;height:1px;background:currentColor;transition:width .25s cubic-bezier(.4,0,.2,1)}
.nav a:hover::after,.nav a:focus-visible::after{width:100%}
.header-actions{display:flex;gap:24px;align-items:center}
.language{display:flex;align-items:center;gap:3px;font-family:var(--sans);font-size:11px;letter-spacing:.04em;line-height:1}
.language>span{color:#a19b8c}
.lang-link{min-width:31px;min-height:38px;display:inline-flex;align-items:center;justify-content:center;color:#686959}
.lang-link.active{color:var(--ink);font-weight:700;text-decoration:underline;text-underline-offset:6px}
.catalog-btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;background:var(--olive);color:var(--white);border:1px solid var(--olive);padding:10px 22px;font-size:15px;min-height:42px;transition:background-color .2s cubic-bezier(.4,0,.2,1)}
.menu-btn{display:none;align-items:center;justify-content:center;background:none;border:1px solid var(--line);width:42px;height:42px;padding:9px;color:var(--olive)}
.menu-btn svg{width:23px;height:23px}
.btn{display:inline-flex;justify-content:center;align-items:center;gap:16px;padding:12px 23px;min-height:46px;border:1px solid var(--olive);font-size:16px;line-height:1.35;text-align:center;transition:background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1)}
.btn.primary{background:var(--olive);color:var(--white)}
.btn.secondary{background:transparent;color:var(--ink)}
.btn.primary:hover,.catalog-btn:hover{background:#30341e}
.btn.secondary:hover{background:#eee5d6}
.eyebrow{font:10px/1.7 var(--sans);letter-spacing:.19em;color:var(--muted);text-transform:uppercase}
.hero{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);background:#f7efdf;border-bottom:1px solid var(--line)}
.hero-left{min-width:0;display:flex;flex-direction:column;background:linear-gradient(135deg,#fbf8f2 15%,#f9f1e1 65%,#f7e9cf)}
.hero-copy{padding:clamp(32px,3.8vw,58px) 30px 26px var(--gutter);flex:1}
.hero-copy .eyebrow{margin-bottom:18px;max-width:590px;font-size:9px}
h1{font-size:clamp(43px,4.2vw,62px);letter-spacing:-.038em;line-height:1.04}
.hero h1>span{display:block}
.hero-intro{font-size:22px;line-height:1.25;margin-top:23px;max-width:530px}
.hero-lead{font-size:17px;line-height:1.48;margin-top:13px;max-width:550px;color:#424436}
.silk-line{font-size:18px;font-style:italic;margin-top:15px;line-height:1.35}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.hero-coast{position:relative;height:100px;overflow:hidden;background:#66634c}
.hero-coast img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-coast::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,34,25,.7),transparent 75%)}
.made-in{position:absolute;z-index:1;left:var(--gutter);right:20px;bottom:17px;font:9px/1.7 var(--sans);color:#fffdf8;letter-spacing:.18em;text-transform:uppercase;max-width:220px}
.hero-visual{min-width:0;background:linear-gradient(#f7f0e3,#f7e9cd);display:flex;align-items:center;overflow:hidden}
.hero-visual>img{width:100%;height:auto;object-fit:contain}
.section-pad{max-width:var(--max);margin:0 auto;padding:46px var(--gutter)}
.section-head{display:flex;align-items:center;gap:22px;margin-bottom:22px}
h2{font-size:clamp(34px,3vw,43px);letter-spacing:-.025em}
.section-head h2{flex:0 1 auto;min-width:0}
.head-line{height:1px;background:var(--line);flex:1;min-width:30px}
.section-kicker{max-width:355px;font-size:9px;letter-spacing:.17em;text-align:right;flex:0 1 auto}
.section-intro{font-size:18px;max-width:860px;color:#565849;margin:0 0 32px;line-height:1.5}
.story{background:var(--white)}
.story-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
.story-card{position:relative;min-width:0;border-top:1px solid var(--line);padding-top:24px}
.story-number{width:31px;height:31px;background:var(--olive);border:5px solid var(--white);border-radius:50%;box-sizing:content-box;position:relative;display:grid;place-items:center;font-size:15px;line-height:1;color:var(--white);margin:-45px 0 12px -5px}
.story-card h3{font-size:23px;line-height:1.12;letter-spacing:-.015em;margin-bottom:13px}
.story-card p{font-size:16px;line-height:1.48;color:#515346}
.story-note{padding-top:24px;margin-top:26px;border-top:1px solid var(--line);font-size:20px;font-style:italic;text-align:center;color:var(--olive)}
.philosophy{background:linear-gradient(115deg,#f4eee3,#f9f4eb);border-block:1px solid var(--line)}
.philosophy-inner{max-width:var(--max);margin:auto;display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.7fr) minmax(0,.6fr);gap:28px;align-items:center;padding:38px 32px 38px 0}
.philosophy-art{align-self:end;min-width:0}
.philosophy-art img{width:100%;height:auto}
.philosophy-copy{min-width:0;padding:0 0 0 6px}
.philosophy-copy .eyebrow{margin-bottom:13px}
.philosophy-copy h2{margin-bottom:19px}
.philosophy-copy>p:not(.eyebrow){font-size:17px;line-height:1.48;margin-top:12px;color:#4c4e40}
.philosophy-copy blockquote{font-size:22px;line-height:1.3;font-style:italic;margin-top:22px;color:#393d28}
.philosophy-note{min-width:0;align-self:center;transform:rotate(-3deg)}
.philosophy-note img{width:100%;height:auto}
.founder{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:center;gap:50px;background:var(--white)}
.founder-photo{min-width:0;background:var(--cream)}
.founder-photo>img{width:100%;height:auto;object-fit:contain}
.founder-photo figcaption{padding:22px 28px;font-size:23px;line-height:1.3;font-style:italic;color:#3f432e;border-top:1px solid var(--line)}
.founder-copy{min-width:0}
.founder-copy>.eyebrow{margin-bottom:13px}
.founder-name-extra{display:inline-block;font-size:.7em;letter-spacing:-.01em;margin-left:.22em}
.founder-role{font:11px/1.5 var(--sans);letter-spacing:.13em;text-transform:uppercase;color:var(--muted);margin:14px 0 19px}
.founder-copy>p:not(.eyebrow):not(.founder-role):not(.signature){font-size:17px;line-height:1.48;color:#4d4f41;margin-top:14px}
.signature{font-size:18px;font-style:italic;margin-top:24px;color:var(--olive)}
.collection{border-top:1px solid var(--line);background:#f8f4eb}
.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-card{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;background:var(--white);border:1px solid #e5ddce}
.product-image{min-width:0;display:flex;justify-content:center;align-items:center;padding:14px 0;background:#f6f1e8;overflow:hidden}
.product-image img{width:100%;height:auto;max-height:220px;object-fit:contain}
.product-content{padding:22px 17px;min-width:0;display:flex;flex-direction:column;align-items:flex-start}
.product-cat{font-size:9px;letter-spacing:.16em}
.product-content h3{font-size:24px;line-height:1.1;letter-spacing:-.02em;margin-top:9px;overflow-wrap:break-word;hyphens:auto}
.product-content p{font-size:15px;line-height:1.4;color:#5c5d4f;margin:13px 0 19px}
.text-link{display:inline-flex;align-items:center;gap:13px;min-height:34px;border-bottom:1px solid #aaa28e;font-size:15px;line-height:1.35;margin-top:auto;transition:border-color .2s cubic-bezier(.4,0,.2,1),gap .2s cubic-bezier(.4,0,.2,1)}
.text-link:hover{border-color:var(--olive);gap:18px}
.contacts{border-top:1px solid var(--line);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:60px;align-items:center;background:var(--white)}
.contact-copy .eyebrow{margin-bottom:14px}
.contact-copy>p:last-child{font-size:17px;color:#595b4d;max-width:450px;margin-top:16px}
.subscribe-form{min-width:0}
.subscribe-form label{display:block;margin-bottom:9px;font-size:15px}
.subscribe-row{display:flex;gap:0;align-items:stretch}
.subscribe-row input{min-width:0;flex:1 1 auto;background:var(--paper);border:1px solid var(--line);border-right:0;border-radius:0;padding:12px 14px;width:100%;min-height:48px;font-size:16px;color:var(--ink)}
.subscribe-row input::placeholder{color:#797b6a;font-size:15px}
.subscribe-row .btn{flex:0 0 auto;gap:10px;padding-inline:18px}
.form-note,.form-message{font:11px/1.5 var(--sans);color:#6a6c5c;margin-top:11px;max-width:490px}
.form-message{padding:10px 12px;border-left:2px solid var(--olive);background:#f2eee3;color:#343b27}
.site-footer{max-width:var(--max);margin:auto;padding:28px var(--gutter) 22px;background:var(--paper);border-top:1px solid var(--line)}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-bottom:22px;border-bottom:1px solid var(--line)}
.footer-top .brand-name{font-size:27px}
.footer-top .brand-tag{font-size:7px}
.footer-links{display:flex;gap:16px 25px;flex-wrap:wrap;justify-content:flex-end;font-size:13px}
.footer-links a:hover{text-decoration:underline;text-underline-offset:4px}
.footer-bottom{display:flex;justify-content:space-between;gap:18px;padding-top:18px;font:9px/1.6 var(--sans);color:#666854}
.footer-bottom>span:last-child{letter-spacing:.12em;text-align:right}
.product-dialog{border:1px solid var(--line);padding:0;color:var(--ink);background:var(--white);width:min(790px,calc(100vw - 36px));max-height:calc(100dvh - 48px);overflow:auto;box-shadow:0 25px 80px #24291833;opacity:0;transform:translateY(12px);transition:opacity .22s ease,transform .22s ease}
.product-dialog[open]{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);opacity:1;transform:translateY(0)}
.product-dialog::backdrop{background:rgba(29,33,19,.65);backdrop-filter:blur(2px)}
.dialog-close{position:absolute;right:12px;top:12px;width:40px;height:40px;border:1px solid var(--line);background:var(--paper);color:var(--ink);display:grid;place-items:center;z-index:1}
.dialog-close svg{width:21px;height:21px}
.dialog-image{display:flex;align-items:center;background:var(--cream);padding:22px}
.dialog-image img{width:100%;height:auto;object-fit:contain}
.dialog-body{padding:58px 35px 35px;min-width:0}
.dialog-body h2{font-size:34px;margin:13px 0 20px}
.dialog-body p{font-size:17px;line-height:1.5}
.dialog-body .dialog-note{font:12px/1.5 var(--sans);color:#676b54;padding-top:19px;border-top:1px solid var(--line);margin-top:22px}
.dialog-back{margin-top:24px;font-size:15px}
.policy-page{max-width:920px;min-height:65vh;padding-block:65px}
.policy-page h1{font-size:clamp(34px,5vw,56px);overflow-wrap:anywhere;margin:15px 0 28px}
.policy-page>p:not(.eyebrow){margin:18px 0;line-height:1.65}
.policy-page .btn{margin-top:22px}
@media(min-width:1600px){.hero-copy{padding-left:75px}.made-in{left:75px}}
@media(max-width:1180px){
 .header-inner{gap:20px;padding-inline:30px}.nav{gap:19px;font-size:13px}.header-actions{gap:15px}.catalog-btn{padding-inline:16px}.brand-name{font-size:27px}.brand-tag{font-size:7px}
 .hero-copy{padding-right:24px}.hero-intro{font-size:21px}.hero-lead{font-size:16px}.hero-cta .btn{font-size:15px;padding-inline:17px}
 .story-grid{gap:24px}.story-card h3{font-size:22px}.story-card p{font-size:15px}
 .philosophy-inner{grid-template-columns:minmax(0,.6fr) minmax(0,1.8fr) minmax(0,.5fr);gap:20px;padding-right:25px}
 .founder{gap:36px}.founder-copy>p:not(.eyebrow):not(.founder-role):not(.signature){font-size:16px}
 .product-card{grid-template-columns:minmax(0,1fr)}.product-image{height:180px;padding:18px}.product-image img{width:100%;max-width:285px;max-height:150px}.product-content{padding:20px 22px}.product-content h3{font-size:26px}
 .contacts{gap:35px}.subscribe-row .btn{padding-inline:15px}
}
@media(max-width:1000px){
 html{scroll-padding-top:80px}.header-inner{min-height:76px;padding-block:10px}
 .menu-btn{display:flex}.header-actions{gap:19px}.catalog-btn{display:none}
 .nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:14px 30px 20px;background:var(--white);border-bottom:1px solid var(--line);box-shadow:0 18px 30px #33332212}
 .nav.open{display:flex}.nav a{font-size:17px;padding:11px 0}.nav a::after{display:none}
 .hero{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}
 .hero-copy{padding:32px 24px 28px 30px}.hero h1{font-size:clamp(39px,4.6vw,49px)}.hero-copy .eyebrow{font-size:8px;letter-spacing:.15em}
 .hero-intro{font-size:20px;margin-top:20px}.hero-lead{font-size:16px}.silk-line{font-size:17px}.hero-cta{gap:10px}
 .hero-coast{height:80px}.made-in{left:30px}
 .section-head{flex-wrap:wrap;gap:13px 22px}.section-kicker{flex-basis:100%;max-width:none;text-align:left}.section-head h2{font-size:38px}
 .story-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:43px 30px}.story-card h3{font-size:24px}.story-card p{font-size:17px}
 .philosophy-inner{grid-template-columns:minmax(0,.55fr) minmax(0,1.9fr);padding:38px 32px 38px 0;gap:20px}.philosophy-note{display:none}.philosophy-copy h2{font-size:37px}.philosophy-art img{width:100%;height:auto;max-height:260px;object-fit:cover;object-position:top}
 .founder{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:30px}.founder-copy h2{font-size:34px}.founder-name-extra{display:block;margin:4px 0 0}.founder-photo figcaption{font-size:21px;padding:21px}
 .contacts{grid-template-columns:1fr 1fr;gap:30px}.contacts h2{font-size:34px}.subscribe-row{flex-wrap:wrap;gap:10px}.subscribe-row input{border-right:1px solid var(--line)}
 .footer-top{align-items:flex-start}.footer-links{gap:14px 18px}
}
@media(max-width:760px){
 :root{--gutter:24px}.hero{grid-template-columns:minmax(0,1fr)}
 .header-inner{padding-inline:24px;min-height:72px}.brand-name{font-size:26px}.brand-tag{font-size:7px;letter-spacing:.22em}
 .hero-copy{padding:35px 24px 30px;max-width:600px;width:100%;margin:auto}
 .hero h1{font-size:clamp(43px,7.4vw,57px);max-width:590px}.hero h1>span:last-child{max-width:600px}
 .hero-intro{font-size:22px;max-width:500px}.hero-lead{font-size:17px;max-width:520px}.hero-cta .btn{font-size:16px;padding:12px 20px}
 .hero-coast{display:none}.hero-visual{padding:0;justify-content:center}.hero-visual>img{width:100%;max-width:760px;max-height:none}
 .hero-visual::after{content:none}.hero-left{background:linear-gradient(120deg,#fbf8f2,#f8f0e1)}
 .section-pad{padding-block:36px}.section-head{margin-bottom:19px}.section-head h2{font-size:36px}.section-intro{font-size:17px;margin-bottom:34px}.story-card h3{font-size:23px}.story-card p{font-size:16px}.story-note{font-size:19px;line-height:1.4}
 .philosophy-inner{grid-template-columns:minmax(0,1fr);padding:34px 24px;position:relative}.philosophy-art{display:none}.philosophy-copy{padding:0}.philosophy-copy h2{font-size:36px}.philosophy-copy blockquote{font-size:23px}
 .founder{grid-template-columns:minmax(0,1fr);gap:29px}.founder-photo{max-width:620px;width:100%;margin:auto}.founder-photo>img{width:100%;height:auto}.founder-photo figcaption{padding:21px 24px;font-size:23px}
 .founder-copy h2{font-size:36px}.founder-name-extra{display:inline-block;margin-left:.22em}.founder-copy>p:not(.eyebrow):not(.founder-role):not(.signature){font-size:17px}
 .products{grid-template-columns:1fr;gap:17px}.product-card{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr)}.product-image{height:auto;padding:14px 0}.product-image img{max-height:210px;max-width:none}.product-content{padding:24px 20px}.product-content h3{font-size:25px}.product-content p{font-size:16px}
 .contacts{grid-template-columns:minmax(0,1fr);gap:25px}.subscribe-row{flex-wrap:nowrap;gap:0}.subscribe-row input{border-right:0}.subscribe-row .btn{padding-inline:17px}.form-note{max-width:530px}
 .footer-top{flex-direction:column;gap:22px}.footer-links{justify-content:flex-start;font-size:14px}.footer-bottom{flex-direction:column;gap:10px}.footer-bottom>span:last-child{text-align:left}
 .product-dialog[open]{grid-template-columns:minmax(0,1fr)}.dialog-image{height:190px;justify-content:center;padding:28px}.dialog-image img{max-height:155px;max-width:280px}.dialog-body{padding:25px}.dialog-body h2{font-size:32px}.dialog-close{top:10px;right:10px}
}
@media(max-width:450px){
 :root{--gutter:22px}.header-inner{min-height:68px;padding:11px 18px;gap:12px}.brand-name{font-size:23px;letter-spacing:.11em}.brand-tag{font-size:6px;letter-spacing:.22em}.header-actions{gap:10px}.language{font-size:10px}.lang-link{min-width:28px}.menu-btn{width:36px;height:36px;padding:7px}
 .hero-copy{padding:31px 22px 28px}.hero-copy .eyebrow{font-size:8px;letter-spacing:.14em;margin-bottom:16px}.hero h1{font-size:44px;letter-spacing:-.03em;line-height:1.04}.hero-intro{font-size:21px}.hero-lead{font-size:17px}.silk-line{font-size:18px}.hero-cta{flex-direction:column;align-items:stretch;gap:10px}.hero-cta .btn{min-height:45px;padding:11px 18px}
 .section-head h2{font-size:35px}.section-kicker{font-size:8px}.story-grid{grid-template-columns:1fr;gap:36px}.story-card h3{font-size:25px}.story-card p{font-size:17px}.story-note{font-size:20px}
 .philosophy-inner{padding:33px 22px}.philosophy-copy h2{font-size:35px}.philosophy-copy blockquote{font-size:23px}
 .founder-copy h2{font-size:35px}.founder-name-extra{display:block;margin:5px 0 0}.founder-photo figcaption{padding:20px;font-size:22px}
 .product-card{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.product-content{padding:21px 14px}.product-content h3{font-size:23px}.product-content p{font-size:15px;line-height:1.42}.text-link{font-size:15px;gap:9px}.product-image img{max-height:none}
 .subscribe-row{flex-direction:column;gap:10px}.subscribe-row input{border-right:1px solid var(--line);width:100%}.subscribe-row .btn{width:100%}.contacts h2{font-size:35px}.form-note{font-size:12px}
 .policy-page{padding-block:38px}.policy-page h1{font-size:33px}
}
@media(max-width:359px){
 .header-inner{padding-inline:12px;gap:8px}.header-actions{gap:5px}.brand-name{font-size:21px}.brand-tag{font-size:5.5px}.lang-link{min-width:26px}.menu-btn{width:34px;height:34px}
 .hero h1{font-size:40px}.eyebrow{letter-spacing:.15em}.section-head h2,.philosophy-copy h2,.founder-copy h2,.contacts h2{font-size:32px}
 .product-card{grid-template-columns:minmax(0,1fr)}.product-image{height:175px;padding:20px}.product-image img{max-height:145px}.product-content{padding:20px 23px}.product-content h3{font-size:26px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media print{.site-header{position:static}.menu-btn,.header-actions,.subscribe-form,.product-dialog{display:none!important}.hero{break-inside:avoid}.section-pad{padding-block:24px}.story-card,.founder-photo,.product-card{break-inside:avoid}.nav{display:none}}
/* Constrain the image itself (not just the crop box) to its natural aspect ratio. */
.product-image{--art-height:220px}
.product-image img{width:min(100%,calc(var(--art-height) * var(--asset-ratio)));height:auto;max-height:none;object-fit:contain}
.mobile-made-in{display:none}
@media(max-width:1180px){.product-image{--art-height:150px}}
@media(max-width:760px){.product-image{--art-height:210px}.hero-visual{flex-direction:column}.mobile-made-in{display:block;margin:13px 24px 16px;font:9px/1.6 var(--sans);letter-spacing:.16em;text-transform:uppercase;color:var(--olive);text-align:center}}
@media(max-width:359px){.product-image{--art-height:145px}}
