:root{--bg:#f1eee4;--paper:#e6e7db;--tint:#e3ddcd;--tint-strong:#dcd4b9;--ink:#302f24;--muted:#626253;--violet:#682678;--violet-dark:#4f155e;--line:#cfcbbb;--radius:4px;--max:1360px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
strong,b{font-weight:700}
:focus-visible{outline:3px solid var(--violet);outline-offset:4px}
::selection{background:var(--tint-strong);color:var(--ink)}
.shell{width:min(calc(100% - 64px),var(--max));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-60px;z-index:100;background:var(--violet);color:#fff;padding:10px 16px;border-radius:8px;text-decoration:none}
.skip-link:focus{top:16px}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line)}
.header-inner{min-height:76px;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:14px;flex:none;text-decoration:none;color:var(--violet-dark);font-size:13px;font-weight:700;letter-spacing:.025em;white-space:nowrap}
.brand img{width:95px;height:63px;object-fit:contain}
.brand span{border-left:1px solid var(--line);padding-left:14px}
.primary-nav{margin-left:auto;display:flex;align-items:center;gap:clamp(12px,1.6vw,27px)}
.primary-nav a{font-size:13px;font-weight:600;white-space:nowrap;text-decoration:none;color:#46364e;transition:color .2s ease}
.primary-nav a:hover,.primary-nav a[aria-current="location"]{color:var(--violet)}
.header-contact{flex:none;border:1px solid var(--violet);border-radius:9px;color:var(--violet);font-size:13px;font-weight:700;text-decoration:none;padding:10px 15px;white-space:nowrap;transition:background .2s,color .2s}
.header-contact:hover{background:var(--violet);color:#fff}
.menu-toggle{display:none}
.section-space{padding-block:110px}
.overline{font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--violet)}
h1,h2,h3,h4,p{margin-top:0}
h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.045em}
h1{font-size:clamp(54px,5.9vw,94px);line-height:.98;max-width:690px;margin-bottom:28px}
h2{font-size:clamp(42px,4.4vw,68px);line-height:1.05;margin-bottom:20px}
h3{font-family:Georgia,'Times New Roman',serif;font-size:clamp(27px,2.4vw,37px);font-weight:400;line-height:1.12;letter-spacing:-.025em}
.hero{display:grid;grid-template-columns:51% 49%;min-height:calc(100dvh - 76px);align-items:center;gap:0;padding-block:42px 52px}
.hero-copy{padding-right:clamp(20px,4vw,74px)}
.hero-copy .overline{margin-bottom:26px}
.hero-lead{font-size:clamp(19px,1.8vw,25px);line-height:1.44;max-width:570px;color:#514357;margin-bottom:34px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;text-align:center;min-height:52px;border-radius:10px;padding:12px 23px;font-size:14px;font-weight:700;line-height:1.2;text-decoration:none;border:1px solid transparent;transition:transform .2s ease,background .2s ease,color .2s ease;white-space:nowrap}
.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(1px)}
.button-primary{background:var(--violet);color:#fff;border-color:var(--violet)}
.button-primary:hover{background:var(--violet-dark)}
.button-outline{background:#fff;color:var(--violet-dark);border-color:var(--violet)}
.button-outline:hover{background:var(--tint)}
.hero-visual{height:min(690px,72dvh);min-height:470px;display:grid;grid-template-columns:41% 59%;gap:14px;padding:12px 0 12px 12px}
.hero-flower{width:100%;height:100%;object-fit:cover;object-position:55% center;border-radius:var(--radius)}
.irina-photo-slot{border:1px dashed #b895c3;border-radius:var(--radius);background:linear-gradient(150deg,#f5edf7 0%,#fff 70%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;color:var(--violet-dark)}
.irina-photo-slot span{font-family:Georgia,'Times New Roman',serif;font-size:clamp(22px,2vw,34px);max-width:200px;line-height:1.2}
.irina-photo-slot small{font-size:12px;line-height:1.55;color:#75677c;max-width:175px;margin-top:14px}
.intro-continuation{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding-top:28px;padding-bottom:90px;border-top:1px solid var(--line)}
.intro-continuation p{font-family:Georgia,'Times New Roman',serif;font-size:clamp(21px,2.2vw,32px);line-height:1.42;max-width:890px;margin:0}
.intro-continuation span{color:var(--violet);font-size:14px;font-weight:700;white-space:nowrap;padding-bottom:8px}
.press{background:var(--paper)}
.press-layout{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);gap:clamp(50px,6vw,104px)}
.press-image{aspect-ratio:1.38;overflow:hidden;border-radius:var(--radius);background:var(--tint)}
.press-image img{width:100%;height:100%;object-fit:cover}
.press-heading{padding-top:36px;max-width:520px}
.press-heading p,.section-heading p{font-size:18px;color:var(--muted);max-width:620px}
.press-links{display:flex;flex-direction:column;justify-content:space-between}
.press-links article{padding:23px 0 28px;border-bottom:1px solid #d9ccde}
.press-links article:first-child{padding-top:0}
.press-links span{color:var(--violet);font-size:12px;font-weight:700}
.press-links h3{font-size:29px;margin:12px 0}
.press-links p{color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:17px;max-width:480px}
.press-links a{color:var(--violet-dark);font-weight:700;font-size:14px;text-decoration-thickness:1px;text-underline-offset:5px}
.section-heading{margin-bottom:56px;max-width:780px}
.product-group{margin-top:76px}
.group-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;padding-bottom:20px;border-bottom:1px solid var(--line);margin-bottom:22px}
.group-heading h3{margin:0}.group-heading p{font-size:15px;color:var(--muted);max-width:420px;margin:0}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px}
.product-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}
.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;background:#fff;transition:box-shadow .25s ease,transform .25s ease}
.product-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(70,31,83,.08)}
.product-photo,.bulb-photo-slot{min-height:250px;aspect-ratio:1.6;background:var(--paper);border-bottom:1px dashed #cbb9d0;display:grid;place-items:center;color:#846f8b;font-size:13px;letter-spacing:.01em}
.product-photo span,.bulb-photo-slot span{border:1px solid #cfbdd5;padding:11px 16px;border-radius:8px;background:#fff}
.product-info{padding:23px 24px 26px;display:flex;flex-direction:column;flex:1}
.product-info h4{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:26px;line-height:1.2;letter-spacing:-.02em;margin-bottom:11px}
.product-info p{color:var(--muted);font-size:14px;line-height:1.55;min-height:45px;margin-bottom:18px}
.availability{font-size:12px;color:#6b5c70;margin-top:auto}
.product-link{margin-top:20px;padding-top:16px;border-top:1px solid var(--line);color:var(--violet-dark);font-size:14px;font-weight:700;text-decoration:none;display:flex;justify-content:space-between;gap:10px}
.product-link:hover{text-decoration:underline;text-underline-offset:4px}
.bulb-feature{display:grid;grid-template-columns:47% 53%;border-radius:var(--radius);background:var(--tint);overflow:hidden;margin-top:80px}
.bulb-feature .bulb-photo-slot{aspect-ratio:auto;min-height:390px;border:0;border-right:1px dashed #cbb9d0;background:#ede0f1}
.bulb-feature>div:last-child{padding:clamp(30px,5vw,68px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.bulb-feature h3{font-size:clamp(38px,3.8vw,58px);margin:10px 0 17px}
.bulb-feature p:not(.overline){color:#514357;max-width:500px;font-size:17px;line-height:1.65}
.bulb-feature .button{margin-top:26px}
.business{background:var(--paper)}
.business-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(40px,6vw,90px);align-items:center}
.business-intro h2{max-width:700px}.business-intro>p:not(.overline){font-size:18px;color:var(--muted);line-height:1.7;max-width:610px}
.business-intro .button{margin-top:12px}
.business-photo{height:580px;border-radius:var(--radius);overflow:hidden;background:var(--tint)}
.business-photo img{width:100%;height:100%;object-fit:cover}
.guidance{padding-top:92px}
.guidance-heading{max-width:710px;margin-bottom:43px}
.guidance-heading h3{font-size:clamp(35px,3.6vw,54px);margin-bottom:17px}
.guidance-heading p{color:var(--muted);font-size:17px}
.guidance-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}
.guidance-columns>div{border-top:3px solid var(--violet);padding-top:23px;padding-right:20px}
.guidance-columns h4{font-family:Georgia,'Times New Roman',serif;font-size:25px;font-weight:400;margin-bottom:14px}
.guidance-columns p{color:var(--muted);font-size:15px;line-height:1.65}
.collaboration{padding-top:100px;display:grid;grid-template-columns:36% 64%;gap:25px}
.collaboration h3{font-size:clamp(35px,3.6vw,52px);max-width:400px}
.collaboration ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.collaboration li{padding:22px 0 24px;border-top:1px solid #d8cbdc}
.collaboration li strong,.collaboration li span{display:block}
.collaboration li strong{font-size:17px;color:var(--ink);margin-bottom:10px}
.collaboration li span{font-size:14px;line-height:1.6;color:var(--muted)}
.reality-note{margin-top:82px;padding:28px 34px;background:#ede0f1;border-left:4px solid var(--violet);border-radius:0 var(--radius) var(--radius) 0;display:grid;grid-template-columns:220px 1fr;gap:26px}
.reality-note strong{font-family:Georgia,'Times New Roman',serif;font-size:22px;font-weight:400;color:var(--violet-dark)}
.reality-note p{margin:0;font-size:15px;line-height:1.65;color:#4d3f53}
.faq-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 70px;align-items:start}
.faq-group:nth-child(1){grid-column:1;grid-row:1}.faq-group:nth-child(2){grid-column:1;grid-row:2}.faq-group:nth-child(3){grid-column:2;grid-row:1 / span 3}.faq-group:nth-child(4){grid-column:1;grid-row:3}
.faq-group h3{font-size:30px;margin:0 0 18px;color:var(--violet-dark)}
.faq-group details{border-bottom:1px solid var(--line)}
.faq-group summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;font-weight:700;font-size:15px;line-height:1.45}
.faq-group summary::-webkit-details-marker{display:none}
.faq-group summary::after{content:'+';font-size:24px;line-height:1;font-weight:400;color:var(--violet);flex:none}
.faq-group details[open] summary::after{content:'−'}
.faq-group details p{font-size:14px;color:var(--muted);line-height:1.7;padding-right:30px;margin:0 0 22px}
.contact{background:var(--tint)}
.contact-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(50px,8vw,130px);align-items:start}
.contact-copy{position:sticky;top:115px}
.contact-copy p{font-size:18px;color:#55475b;max-width:500px;line-height:1.7;margin-bottom:30px}
.contact-copy dl{margin-top:65px}.contact-copy dl div{padding:16px 0;border-top:1px solid #d9cadd}
.contact-copy dt{font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:#6f5b76;margin-bottom:5px}
.contact-copy dd{margin:0;color:var(--ink);font-size:15px}.contact-copy dd a{text-decoration:none}.contact-copy dd a:hover{text-decoration:underline}
.inquiry-form{background:#fff;padding:clamp(26px,4vw,54px);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 20px 45px rgba(74,35,84,.06)}
.inquiry-form h3{margin-bottom:8px}.inquiry-form>p:first-of-type{font-size:14px;color:var(--muted);margin-bottom:30px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.form-field{margin-bottom:18px}
.form-field label{display:block;font-size:13px;font-weight:700;color:var(--ink);margin-bottom:8px}
.form-field label span,.consent b{color:var(--violet)}
.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #b9a9bf;background:#fff;color:var(--ink);padding:12px 13px;border-radius:8px;min-height:48px;outline:none}
.form-field textarea{resize:vertical;min-height:110px}
.form-field input::placeholder,.form-field textarea::placeholder{color:#74677a;opacity:1}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--violet);box-shadow:0 0 0 3px #e7d9ec}
.form-field [aria-invalid="true"]{border-color:#9c2437}
.field-error{display:block;color:#9c2437;font-size:12px;min-height:0;margin-top:5px}
.consent{display:flex;align-items:flex-start;gap:11px;font-size:13px;line-height:1.55;color:#4b4050;margin:5px 0 20px;cursor:pointer}
.consent input{width:18px;height:18px;margin:1px 0 0;flex:none;accent-color:var(--violet)}
.consent a{color:var(--violet-dark);font-weight:700;text-underline-offset:3px}
.inquiry-form button{width:100%;white-space:normal}.inquiry-form button:disabled{opacity:.68;cursor:not-allowed}
.form-status{margin:14px 0 0;font-size:13px;color:var(--violet-dark);min-height:0}
.form-status.error{color:#9c2437}
.site-footer{background:#fff;border-top:1px solid var(--line);padding-top:75px}
.footer-grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1.35fr;gap:45px}
.footer-brand img{width:175px;height:auto}
.footer-brand p{max-width:270px;margin-top:18px;color:var(--muted);font-size:14px;line-height:1.6}
.footer-grid h2{font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:700;letter-spacing:.04em;margin:15px 0 22px}
.footer-grid>div:not(:first-child)>a{display:block;text-decoration:none;font-size:14px;color:#57475e;margin:0 0 13px}
.footer-grid a:hover{color:var(--violet);text-decoration:underline}
.footer-bottom{border-top:1px solid var(--line);margin-top:55px;padding-block:22px;display:flex;justify-content:space-between;gap:20px;color:#6d6071;font-size:12px}
.legal-header{padding:45px 0;border-bottom:1px solid var(--line)}
.legal-header a{display:inline-flex;align-items:center;gap:20px;text-decoration:none;color:var(--violet-dark);font-weight:700}
.legal-header img{width:110px;height:auto}
.legal-main{width:min(calc(100% - 48px),800px);margin:80px auto 120px}
.legal-main h1{font-size:clamp(42px,5vw,66px);max-width:none}
.legal-main h2{font-size:29px;margin:43px 0 14px}
.legal-main p,.legal-main li{color:#514657;line-height:1.7}
.legal-main a{color:var(--violet-dark);font-weight:700}
@media(max-width:1180px){.primary-nav{position:absolute;left:0;right:0;top:76px;background:#fff;border-bottom:1px solid var(--line);padding:20px max(32px,calc((100vw - var(--max))/2));display:none;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 20px 28px rgba(60,27,66,.08)}.primary-nav.is-open{display:flex}.primary-nav a{padding:11px 0;font-size:15px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;width:40px;height:40px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:9px}.menu-toggle span{display:block;height:2px;width:100%;background:var(--violet-dark)}.header-contact{margin-left:0}.brand span{display:none}}
@media(max-width:900px){.shell{width:min(calc(100% - 40px),var(--max))}.hero{grid-template-columns:1fr;padding-block:55px 30px;min-height:auto}.hero-copy{padding-right:0;max-width:720px}.hero-visual{height:550px;margin-top:45px;padding:0}.intro-continuation{padding-bottom:70px}.press-layout,.business-layout,.contact-layout{grid-template-columns:1fr;gap:40px}.press-feature{display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:center}.press-heading{padding-top:0}.press-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.press-links article{padding:20px 0}.press-links article:first-child{padding-top:20px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.business-photo{height:460px}.contact-copy{position:static}.contact-copy dl{margin-top:35px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:32px}.collaboration{grid-template-columns:1fr}.faq-columns{gap:30px}}
@media(max-width:680px){html{scroll-padding-top:75px}.shell{width:min(calc(100% - 32px),var(--max))}.header-inner{min-height:70px;gap:12px}.brand img{width:80px;height:53px}.header-contact{font-size:12px;padding:9px 10px}.primary-nav{top:70px;padding:16px}.section-space{padding-block:76px}.hero{padding-top:42px}.hero-copy .overline{margin-bottom:19px}.hero h1{font-size:clamp(48px,12vw,68px);max-width:600px}.hero-lead{font-size:19px}.hero-actions{display:grid;grid-template-columns:1fr;max-width:350px}.hero-visual{height:420px;min-height:0;grid-template-columns:35% 65%;gap:8px;margin-top:36px}.irina-photo-slot span{font-size:23px}.irina-photo-slot small{font-size:11px}.intro-continuation{display:block;padding-top:25px;padding-bottom:65px}.intro-continuation p{font-size:22px}.intro-continuation span{display:block;margin-top:20px}.press-feature{display:block}.press-heading{padding-top:27px}.press-links{display:block}.press-links h3{font-size:26px}.section-heading{margin-bottom:35px}.group-heading{display:block}.group-heading p{margin-top:10px}.product-group{margin-top:55px}.product-grid,.product-grid-two{grid-template-columns:1fr}.product-photo{min-height:220px}.product-info p{min-height:0}.bulb-feature{grid-template-columns:1fr;margin-top:58px}.bulb-feature .bulb-photo-slot{min-height:280px;aspect-ratio:1.6;border-right:0;border-bottom:1px dashed #cbb9d0}.bulb-feature>div:last-child{padding:30px}.business-photo{height:360px}.guidance{padding-top:68px}.guidance-columns{grid-template-columns:1fr;gap:10px}.collaboration{padding-top:70px}.collaboration ol{grid-template-columns:1fr;gap:0}.reality-note{grid-template-columns:1fr;margin-top:55px;padding:24px}.faq-columns{grid-template-columns:1fr;gap:36px}.faq-group:nth-child(n){grid-column:auto;grid-row:auto}.contact-copy h2{font-size:50px}.inquiry-form{padding:25px 20px}.form-grid{grid-template-columns:1fr;gap:0}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:8px}.legal-main{margin:55px auto 90px}}
@media(max-width:420px){.header-contact{display:none}.hero-visual{height:360px}.irina-photo-slot{padding:12px}.irina-photo-slot span{font-size:19px}.irina-photo-slot small{font-size:10px}.contact-copy h2{font-size:44px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}
/* Botanical editorial direction: parchment, olive and the original violet mark. */
body{font-family:'Trebuchet MS',Arial,sans-serif}
h1,h2,h3,h4{text-wrap:balance}
.site-header{background:#f1eee4f5;backdrop-filter:blur(14px);border-color:var(--line)}
.header-inner{min-height:90px;gap:22px}
.brand img{width:110px;height:73px;mix-blend-mode:multiply}
.brand span{font-size:12px;letter-spacing:.08em}
.primary-nav a{font-size:12px;color:#474737;padding-block:10px;border-bottom:1px solid transparent}
.primary-nav a:hover,.primary-nav a[aria-current="location"]{border-bottom-color:var(--violet)}
.header-contact{border-radius:2px;padding:12px 19px;background:var(--violet);color:#fff}
.shell{width:min(calc(100% - 100px),var(--max))}
.section-space{padding-block:120px}
.overline{font-size:11px;letter-spacing:.18em}
.hero{position:relative;grid-template-columns:1fr 1fr;min-height:710px;padding-block:60px 75px;gap:36px}
.hero-copy{position:relative;z-index:2;padding-right:0}
.hero-copy .overline{margin-bottom:32px;font-size:14px;font-weight:700;letter-spacing:.16em}
.hero h1{font-size:clamp(60px,6.9vw,108px);line-height:1.01;letter-spacing:-.065em;max-width:720px;margin-right:-65px;margin-bottom:30px}
.hero h1 em{font-weight:400;color:var(--violet)}
.hero-lead{font-size:19px;max-width:360px;line-height:1.7;color:var(--muted)}
.button{border-radius:2px;font-size:13px;min-height:54px;padding:16px 25px;letter-spacing:.015em}
.button-outline{background:transparent;border-color:transparent;border-bottom-color:var(--violet);padding-inline:10px;margin-left:10px}
.button-outline:hover{background:var(--tint)}
.hero-origin{margin-top:46px;display:flex;gap:14px;flex-direction:column;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.hero-origin span:first-child{display:flex;align-items:center;gap:12px}
.hero-origin span:first-child::before{content:'';height:1px;width:35px;background:#8d8655}
.hero-visual{display:block;position:relative;height:620px;min-height:0;padding:0;margin-left:32px}
.hero-flower{border-radius:48% 48% 3px 3px;object-position:50% 20%;height:100%;width:100%;box-shadow:18px 18px 0 #e3dfcc}
.irina-photo-slot{position:absolute;left:-65px;bottom:30px;width:200px;aspect-ratio:4/5;min-height:0;padding:0;background:#e5e5d7;border:6px solid var(--bg);border-radius:100px 100px 3px 3px;box-shadow:0 8px 25px #33331e12;overflow:hidden}
.irina-photo-slot::before{content:none}
.irina-photo-slot img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 42%}
.intro-continuation{padding-block:48px 75px;gap:70px}
.intro-continuation p{font-size:clamp(24px,2.3vw,34px);line-height:1.55;max-width:940px}
.intro-continuation>span{font-family:Georgia,serif;font-style:italic;font-size:24px;font-weight:400}
.press{background:#e6e7db}
.press-layout{grid-template-columns:.8fr 1.2fr;gap:90px}
.press-feature{display:flex;flex-direction:column}
.press-heading{order:-1;padding:0 0 30px}
.press-heading h2{font-size:62px}
.press-heading p{font-size:16px;max-width:300px}
.press-image{aspect-ratio:1.1;max-width:360px;border-radius:3px}
.press-links article{padding:25px 0;border-color:#c5c8b6;position:relative;padding-right:26px}
.press-links article::after{content:'↗';position:absolute;right:0;top:27px;font-size:23px;color:var(--violet)}
.press-links h3{font-size:30px;max-width:520px}
.press-links article:first-child{padding-top:0}.press-links article:first-child::after{top:0}
.press-links p{max-width:480px}
.press-links .press-logo{display:inline-flex;width:132px;height:40px;overflow:hidden;background:#17152b}
.press-links .press-logo img{display:block;width:100%;height:100%;object-fit:cover}
.press-links .press-unu h3{margin-top:16px}
.press-section-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(40px,7vw,110px);align-items:end;margin-bottom:52px;padding-bottom:28px;border-bottom:1px solid #c5c8b6}
.press-section-head .overline{align-self:start;margin-top:11px;color:#73785f}
.press-section-head>div{display:flex;align-items:end;justify-content:space-between;gap:35px}
.press-section-head h2{font-size:clamp(58px,6vw,88px);line-height:.94;margin:0;letter-spacing:-.055em}
.press-section-head>div>p{max-width:340px;margin:0 0 5px;color:#626451;font-size:16px;line-height:1.6}
.press-showcase{display:grid;grid-template-columns:1.08fr 1fr .92fr;gap:18px;align-items:stretch}
.press-card{position:relative;overflow:hidden;min-height:470px;background:#f3f0e5;border-top:4px solid transparent;transition:transform .25s ease,box-shadow .25s ease}
.press-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(69,65,45,.10)}
.press-card:focus-within{outline:2px solid var(--violet);outline-offset:3px}
.press-card-body{height:100%;padding:clamp(25px,3vw,40px);display:flex;flex-direction:column;align-items:flex-start}
.press-meta{color:var(--violet);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.press-channel-logo{height:91px;display:flex;align-items:center;margin-bottom:28px}
.press-channel-logo img{display:block;object-fit:contain;object-position:left center}
.press-channel-tv8 img{width:82px;height:82px;border-radius:2px}
.press-channel-moldova img{width:112px;height:91px}
.press-channel-unu img{width:148px;height:45px}
.press-card h3{font-size:clamp(28px,2.55vw,39px);line-height:1.08;letter-spacing:-.03em;margin:18px 0 16px;max-width:590px}
.press-card p{max-width:560px;margin:0 0 25px;color:#5c5d4d;font-size:15px;line-height:1.65}
.press-card-link{display:inline-flex;align-items:center;justify-content:space-between;gap:26px;margin-top:auto;padding-top:18px;border-top:1px solid #c9c9b8;width:100%;color:var(--violet-dark);font-size:13px;font-weight:700;text-decoration:none}
.press-card-link span{font-size:18px;transition:transform .2s ease}
.press-card-link:hover span{transform:translate(3px,-3px)}
.press-card-tv8{background:#f4e8ef;border-top-color:#d6006f}
.press-card-moldova{background:#edf0eb;border-top-color:#214dbc}
.press-card-unu{background:#ddd2df;border-top-color:#5c1971}
.press-card-unu::after{content:'BINE';position:absolute;right:-10px;top:-20px;font:italic 92px/1 Georgia,serif;color:rgba(106,32,122,.055);pointer-events:none}
.press-card-unu h3{position:relative;z-index:1;margin-top:23px}
@media(max-width:900px){.press-section-head{grid-template-columns:1fr;gap:18px;margin-bottom:34px}.press-section-head>div{align-items:start}.press-showcase{grid-template-columns:1fr 1fr}.press-card{min-height:420px}.press-card-unu{grid-column:1/-1}.press-card-unu .press-card-body{min-height:360px}}
@media(max-width:680px){.press-section-head{padding-bottom:24px}.press-section-head>div{display:block}.press-section-head h2{font-size:58px}.press-section-head>div>p{margin-top:18px}.press-showcase{grid-template-columns:1fr}.press-card,.press-card-unu{grid-column:auto;min-height:390px}.press-card-unu .press-card-body{min-height:0}.press-card h3{font-size:32px}.press-card-body{padding:28px 24px}.press-card-unu::after{font-size:74px}.press-channel-logo{height:78px;margin-bottom:22px}.press-channel-tv8 img{width:72px;height:72px}.press-channel-moldova img{width:102px;height:78px}.press-channel-unu img{width:142px;height:43px}}
.section-heading{max-width:900px}.section-heading h2{font-size:clamp(48px,5.5vw,80px)}
.section-heading p{font-size:17px;line-height:1.7}
.group-heading{padding-bottom:25px;margin-bottom:30px}.group-heading h3{font-size:38px}
.product-grid{gap:32px}
.honey-editorial{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);margin:0 0 42px;background:#dddcca;overflow:hidden}
.honey-editorial-image{min-height:430px;overflow:hidden}
.honey-editorial-image img{display:block;width:100%;height:100%;object-fit:cover}
.honey-editorial figcaption{display:grid;align-content:center;justify-items:center;padding:clamp(34px,5vw,72px);text-align:center}
.honey-editorial h4{max-width:360px;margin:0 0 18px;font:400 clamp(38px,4vw,58px)/1.02 Georgia,serif;letter-spacing:-.035em;color:var(--ink)}
.honey-editorial p{max-width:390px;margin:0;color:#5c5d4d;font-size:16px;line-height:1.7}
.product-card{border:0;background:transparent;border-radius:0;box-shadow:none}
.product-card:hover{box-shadow:none;transform:translateY(-4px)}
.product-photo,.bulb-photo-slot{background:#e4dfcf;border:0;aspect-ratio:1.2;min-height:280px;position:relative;color:#666348;overflow:hidden}
.product-photo::before,.bulb-photo-slot::before{content:'';position:absolute;z-index:1;inset:16px;border:1px solid #c7c0a7;pointer-events:none}
.product-photo img{display:block;width:100%;height:100%;object-fit:cover}
.bulb-photo-slot img{display:block;width:100%;height:100%;object-fit:contain}
.product-photo img.product-photo-zoom-20{transform:scale(1.2)}
.product-photo span,.bulb-photo-slot span{border:0;border-radius:0;background:transparent;font-family:Georgia,serif;font-style:italic;font-size:20px}
.product-group:nth-of-type(3) .product-photo{background:#e4e4d4}
.product-info{padding:24px 0 0}.product-info h4{font-size:29px}.product-info p{max-width:340px}
.availability{color:#686451;font-size:11px;letter-spacing:.015em}
.product-link{margin-top:20px;padding-block:18px;border-color:var(--line)}
.bulb-feature{background:#e2e4d3;border-radius:3px;gap:0}
.bulb-feature .bulb-photo-slot{background:#d5d9c2;border:0}
.business{background:#e6e7db}
.business-photo{height:600px;border-radius:45% 45% 3px 3px}
.business-intro h2{font-size:clamp(46px,4.8vw,72px)}
.guidance-columns{gap:40px;counter-reset:stage}
.guidance-columns>div{border-top:1px solid #aeb49a;counter-increment:stage;padding-top:26px}
.guidance-columns>div::before{content:'0' counter(stage);font:italic 38px Georgia,serif;display:block;color:#81886a;margin-bottom:25px}
.guidance-columns h4{font-size:28px}
.collaboration{grid-template-columns:1fr 1.6fr;gap:60px}
.collaboration li{border-color:#bcc3a9}
.reality-note{background:#daddca;border-left-color:#89916b;border-radius:0;padding:32px;gap:40px}
.reality-note p{color:#4d5140}
.faq-group h3{font-size:32px}.faq-group summary{font-weight:500;font-size:16px;padding-block:23px}.faq-group details p{font-size:15px}
.contact{background:#dedfcb}
.contact-copy h2{font-size:clamp(56px,5.5vw,80px)}
.contact-copy p{color:#565941}
.contact-copy dl div{border-color:#bfc2a8}.contact-copy dt{color:#62664c}
.inquiry-form{background:#f4f1e7;border-radius:3px;border:0;box-shadow:none}
.form-field input,.form-field select,.form-field textarea{background:#faf8f0;border-radius:2px;border-color:#bdbca9}
.site-footer{background:#eeebdf}.footer-brand img{mix-blend-mode:multiply}
.footer-grid>div:not(:first-child)>a{color:#575842}.footer-bottom{color:#6a6a56}
.mobile-contact-bar{display:none}
@media(min-width:681px){
  .hero-copy{display:flex;flex-direction:column;align-items:center;text-align:center}
  .hero h1{margin-inline:auto}
  .hero-lead{margin-inline:auto}
  .hero-actions{justify-content:center}
  .hero-origin{align-items:center}
  .hero-origin span:first-child{justify-content:center}
  .hero-origin span:first-child::before{display:none}
  .intro-continuation{display:block;text-align:center}
  .intro-continuation p{margin-inline:auto}
  .intro-continuation>span{display:block;margin-top:24px;text-align:center}
  .press-section-head{grid-template-columns:1fr;text-align:center}
  .press-section-head .overline{align-self:auto}
  .press-section-head>div{display:block}
  .press-section-head>div>p{margin:18px auto 0}
  .press-card-body{align-items:center;text-align:center}
  .press-channel-logo img{object-position:center}
  .press-card-link{justify-content:center}
  .section-heading,.guidance-heading{margin-inline:auto;text-align:center}
  .section-heading p,.guidance-heading p{margin-inline:auto}
  .group-heading{display:block;text-align:center}
  .group-heading p{margin:12px auto 0}
  .product-info{align-items:center;text-align:center}
  .product-info p{margin-inline:auto}
  .product-link{width:100%;justify-content:center}
  .bulb-feature>div:last-child{align-items:center;text-align:center}
  .bulb-feature p:not(.overline){margin-inline:auto}
  .business-intro{text-align:center}
  .business-intro h2,.business-intro>p:not(.overline){margin-inline:auto}
  .guidance-columns>div{text-align:center;padding-right:0}
  .collaboration{text-align:center}
  .collaboration h3{margin-inline:auto}
  .collaboration li{text-align:center}
  .reality-note{text-align:center}
  .reality-note p{text-align:left}
  .faq-group h3{text-align:center}
  .contact-copy{text-align:center}
  .contact-copy p{margin-inline:auto}
  .contact-copy dl{text-align:center}
  .inquiry-form>h3,.inquiry-form>p:first-of-type{text-align:center}
  .footer-grid>div{text-align:center}
  .footer-brand img{margin-inline:auto}
  .footer-brand p{margin-inline:auto}
  .footer-bottom{text-align:center}
}
@media(min-width:1181px){.brand span{display:none}}
@media(max-width:1180px){.shell{width:calc(100% - 64px)}.primary-nav{top:90px;background:#f1eee4}.menu-toggle{background:transparent}.hero{gap:20px;min-height:660px}.hero h1{font-size:80px}.hero-visual{height:540px}.irina-photo-slot{left:-30px;width:165px;min-height:0}.press-layout{gap:50px}}
@media(max-width:900px){.hero{grid-template-columns:1fr 1fr;padding-block:55px;min-height:600px}.hero h1{font-size:65px;margin-right:-30px}.hero-visual{height:500px;margin-top:0;margin-left:15px}.hero-lead{font-size:17px}.hero-actions{gap:14px}.button-outline{margin-left:0}.hero-origin{margin-top:28px}.irina-photo-slot{width:145px;min-height:0;left:-25px;bottom:20px}.press-layout,.business-layout,.contact-layout{grid-template-columns:1fr;gap:44px}.press-feature{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:35px}.press-heading{order:0}.press-image{order:1;max-width:none;aspect-ratio:1.5}.press-links{gap:30px}.press-links article:first-child{padding-top:25px}.press-links article:first-child::after{top:27px}.business-photo{height:480px;border-radius:3px}.collaboration{grid-template-columns:1fr;gap:20px}.section-space{padding-block:85px}.product-photo{min-height:220px}.intro-continuation{gap:30px}.intro-continuation>span{font-size:20px}}
@media(max-width:680px){html{scroll-padding-top:82px}body{padding-bottom:0}.shell{width:calc(100% - 32px)}.header-inner{min-height:76px;gap:8px}.brand{flex:0 0 auto}.brand img{width:78px;height:54px}.primary-nav{top:76px}.menu-toggle{margin-left:0;flex:0 0 40px}.header-contact{display:none}.hero{grid-template-columns:1fr;padding-block:45px 60px;gap:35px;text-align:center}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero-copy .overline{font-size:12px;margin-bottom:24px;letter-spacing:.13em}.hero h1{font-size:clamp(57px,12.8vw,80px);margin-right:0;max-width:520px;margin-bottom:24px;text-wrap:balance}.hero-lead{max-width:330px;font-size:18px;margin:0 auto 25px}.hero-actions{display:flex;justify-content:center;max-width:none;gap:8px}.button{padding:15px 18px;font-size:12px}.hero-origin{align-items:center;gap:9px;font-size:10px}.hero-origin span:first-child{justify-content:center}.hero-origin span:first-child::before{display:none}.hero-visual{height:450px;margin:0 auto;max-width:390px;width:calc(100% - 24px)}.hero-flower{box-shadow:10px 10px 0 #e3dfcc}.irina-photo-slot{width:155px;min-height:0;left:-12px;bottom:25px}.intro-continuation{padding-block:32px 60px;text-align:center}.intro-continuation p{font-size:24px;margin-inline:auto}.intro-continuation>span{font-size:24px}.section-space{padding-block:70px}.press-feature{display:block}.press-heading{padding-bottom:25px}.press-heading h2{font-size:52px}.press-image{aspect-ratio:1.7}.press-links h3{font-size:28px}.section-heading h2{font-size:52px}.group-heading h3{font-size:34px}.honey-editorial{grid-template-columns:1fr;margin-bottom:36px}.honey-editorial-image{min-height:0;aspect-ratio:1.2}.honey-editorial figcaption{padding:32px 24px}.honey-editorial h4{font-size:36px}.product-grid{gap:36px}.product-photo{aspect-ratio:1.3}.product-info{padding-top:21px}.product-group{margin-top:48px}.bulb-feature>div:last-child{padding:30px 24px}.bulb-feature .bulb-photo-slot{min-height:270px}.business-intro h2{font-size:48px}.business-photo{height:400px}.guidance-columns{gap:25px}.guidance-columns>div::before{margin-bottom:16px}.reality-note{gap:14px;padding:25px}.contact-copy h2{font-size:57px}.inquiry-form{padding:28px 20px}.footer-grid{gap:30px}.mobile-contact-bar{display:grid;grid-template-columns:1fr 1fr;flex:1;min-width:0}.mobile-contact-bar a{min-height:40px;display:flex;align-items:center;justify-content:center;padding:0 6px;font-size:11px;font-weight:700;letter-spacing:.01em;text-decoration:none;white-space:nowrap;transition:transform .2s ease,background .2s ease}.mobile-contact-bar a:active{transform:scale(.98)}.mobile-call{color:var(--violet-dark);border:1px solid var(--violet)}.mobile-whatsapp{color:#fff;background:var(--violet);border:1px solid var(--violet)}}
@media(max-width:680px){
  .press-section-head,.section-heading,.group-heading,.business-intro,.guidance-heading,.collaboration,.contact-copy{text-align:center}
  .press-section-head .overline,.press-section-head>div>p,.section-heading p,.group-heading p,.business-intro>p:not(.overline),.guidance-heading p,.contact-copy p{margin-inline:auto}
  .press-card-body{align-items:center;text-align:center}
  .press-channel-logo img{object-position:center}
  .press-card-link{justify-content:center}
  .section-heading{margin-inline:auto}
  .product-info{align-items:center;text-align:center}
  .product-info p{margin-inline:auto}
  .product-link{width:100%;justify-content:center}
  .bulb-feature>div:last-child{align-items:center;text-align:center}
  .bulb-feature p:not(.overline){margin-inline:auto}
  .business-intro .button{margin-inline:auto}
  .guidance-heading{margin-inline:auto}
  .guidance-columns>div{text-align:center;padding-right:0}
  .collaboration h3{margin-inline:auto}
  .collaboration li{text-align:center}
  .reality-note{text-align:center}
  .reality-note p{text-align:left}
  .faq-group h3{text-align:center}
  .contact-copy .button{margin-inline:auto}
  .contact-copy dl{text-align:center}
  .inquiry-form>h3,.inquiry-form>p:first-of-type{text-align:center}
  .footer-grid>div{text-align:center}
  .footer-brand img{margin-inline:auto}
  .footer-brand p{margin-inline:auto}
  .footer-bottom{text-align:center}
}

/* Shared editorial pages and the topic index on the home page. */
.topic-index{background:#dfe2d2}
.topic-index-heading{max-width:760px;margin:0 auto 48px;text-align:center}
.topic-index-heading h2{font-size:clamp(48px,5.5vw,78px)}
.topic-index-heading p{max-width:620px;margin-inline:auto;color:#5a5e49;font-size:17px;line-height:1.7}
.topic-index-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}
.topic-index-card{min-height:250px;padding:32px;background:#eff0e4;color:var(--ink);text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .2s ease,background .2s ease}
.topic-index-card:hover{transform:translateY(-4px);background:#f5f3e9}
.topic-index-card:active{transform:translateY(1px)}
.topic-index-card-featured{grid-row:span 2;min-height:518px;background:#d8d1dc}
.topic-index-card span{margin-bottom:auto;color:var(--violet);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.topic-index-card h3{font-size:clamp(27px,2.4vw,40px);margin:32px 0 12px}
.topic-index-card p{max-width:390px;margin:0;color:#5a5a49;font-size:14px;line-height:1.65}

.topic-page{background:var(--bg)}
.topic-page .site-header{position:sticky}
.topic-hero{display:grid;grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);gap:clamp(42px,7vw,110px);align-items:center;min-height:650px;padding-block:58px 72px}
.topic-hero-copy{max-width:650px}
.topic-hero-copy .overline{margin-bottom:24px}
.topic-hero h1{font-size:clamp(56px,6.2vw,92px);line-height:1.01;max-width:720px;margin-bottom:27px}
.topic-hero h1 em{font-weight:400;color:var(--violet)}
.topic-lead{max-width:570px;margin-bottom:32px;color:#555746;font-size:19px;line-height:1.7}
.topic-hero-media{height:560px;overflow:hidden;background:#d9ddca;border-radius:46% 46% 3px 3px;box-shadow:18px 18px 0 #e0dcc9}
.topic-hero-media img{width:100%;height:100%;object-fit:cover}
.topic-hero-media.topic-media-contain img{object-fit:contain;background:#f2f0e6}
.topic-hero-media.topic-media-landscape{height:auto;aspect-ratio:3/2;border-radius:3px}
.topic-article{padding-bottom:120px}
.topic-intro{display:grid;grid-template-columns:.74fr 1.26fr;gap:clamp(40px,8vw,130px);padding-block:85px;border-top:1px solid var(--line)}
.topic-intro h2{font-size:clamp(42px,4.6vw,68px);margin:0}
.topic-intro-copy{max-width:720px}
.topic-intro-copy p{color:#555746;font-size:18px;line-height:1.8}
.topic-intro-copy p:last-child{margin-bottom:0}
.topic-section{padding-block:90px}
.topic-section-soft{background:#e3e5d7}
.topic-section-heading{max-width:760px;margin:0 auto 52px;text-align:center}
.topic-section-heading h2{font-size:clamp(43px,4.8vw,70px)}
.topic-section-heading p{max-width:620px;margin-inline:auto;color:#5c5f4e;font-size:17px;line-height:1.7}
.topic-notes{display:grid;grid-template-columns:1fr 1fr;gap:24px 54px;max-width:1040px;margin-inline:auto}
.topic-note{padding:26px 0;border-top:1px solid #afb49b}
.topic-note h3{font-size:29px;margin:0 0 13px}
.topic-note p{margin:0;color:#585b4a;line-height:1.75}
.topic-gallery{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;max-width:1180px;margin:0 auto}
.topic-gallery figure{margin:0;min-height:440px;overflow:hidden;background:#d9ddca}
.topic-gallery img{width:100%;height:100%;object-fit:cover}
.topic-product-list{display:grid;grid-template-columns:1fr 1fr;gap:50px;max-width:1120px;margin-inline:auto}
.topic-product{display:grid;grid-template-columns:190px 1fr;gap:26px;align-items:center;padding-top:24px;border-top:1px solid #afb49b}
.topic-product img{width:190px;height:230px;object-fit:contain;background:#f3f0e5}
.topic-product h3{font-size:29px;margin:0 0 12px}
.topic-product p{margin:0;color:#585b4a;line-height:1.65}
.topic-product-detailed{grid-column:1/-1;scroll-margin-top:110px}
.topic-product-detailed .product-description{grid-column:1/-1;max-width:780px;margin-inline:auto;text-align:left}
.product-description p+p{margin-top:18px}
.product-description h4{font-size:26px;margin:28px 0 14px}
.product-description ul{padding-left:22px;color:#585b4a;line-height:1.75}
.product-description li+li{margin-top:6px}
.product-description .product-signature{margin-top:28px;font-style:italic;color:var(--violet-dark)}
.topic-cta{display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:center;margin-top:90px;padding:52px;background:#d8d1dc}
.topic-cta h2{font-size:clamp(40px,4.1vw,62px);margin:0}
.topic-cta div{justify-self:end;max-width:390px}
.topic-cta p{color:#54485a;line-height:1.7;margin-bottom:22px}
.topic-related{padding-top:100px}
.topic-related h2{font-size:42px;text-align:center;margin-bottom:34px}
.topic-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.topic-related-grid a{min-height:180px;padding:25px;background:#e4e5d8;text-decoration:none;display:flex;align-items:flex-end;font:400 24px/1.15 Georgia,serif;transition:transform .2s ease,background .2s ease}
.topic-related-grid a:hover{transform:translateY(-3px);background:#d8d1dc}
.topic-related-grid a:active{transform:translateY(1px)}
.topic-footer-home{font-weight:700;color:var(--violet-dark)}
.product-price{display:block;margin:16px 0 10px;color:var(--violet-dark);font-size:20px;line-height:1.4}
.product-prices{margin:16px 0 10px}.product-prices .product-price{margin:4px 0}

@media(max-width:1050px){
  .topic-index-grid{grid-template-columns:1fr 1fr}
  .topic-index-card-featured{grid-row:auto;grid-column:1/-1;min-height:300px}
  .topic-hero{grid-template-columns:1fr 1fr;gap:42px;min-height:590px}
  .topic-hero-media{height:500px}
  .topic-product-list{gap:34px}
  .topic-product{grid-template-columns:145px 1fr}.topic-product img{width:145px;height:190px}
  .topic-related-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .topic-index-grid,.topic-hero,.topic-intro,.topic-notes,.topic-gallery,.topic-product-list,.topic-cta{grid-template-columns:1fr}
  .topic-index-card,.topic-index-card-featured{min-height:230px;grid-column:auto}
  .topic-hero{min-height:auto;padding-block:42px 70px;text-align:center}
  .topic-hero-copy{margin-inline:auto}.topic-hero-copy .overline,.topic-lead{margin-inline:auto}
  .topic-hero .hero-actions{justify-content:center}
  .topic-hero h1{font-size:clamp(50px,13vw,68px)}
  .topic-hero-media{height:auto;aspect-ratio:1;border-radius:45% 45% 3px 3px;box-shadow:10px 10px 0 #e0dcc9}
  .topic-intro{gap:24px;padding-block:65px;text-align:center}.topic-intro-copy{margin-inline:auto}
  .topic-section{padding-block:70px}
  .topic-note{text-align:center}
  .topic-gallery figure{min-height:0;aspect-ratio:1.2}
  .topic-product{grid-template-columns:110px 1fr;text-align:left}.topic-product img{width:110px;height:150px}
  .topic-cta{padding:34px 24px;text-align:center;margin-top:65px}.topic-cta div{justify-self:auto;margin-inline:auto}
  .topic-related{padding-top:70px}.topic-related-grid{grid-template-columns:1fr}.topic-related-grid a{min-height:130px;justify-content:center;text-align:center}
}
@media(max-width:380px){.hero-actions{flex-direction:column;align-items:stretch}.hero-visual{height:370px}.hero h1{font-size:53px}.header-inner{gap:6px}.brand img{width:68px;height:48px}.menu-toggle{width:38px;height:38px;flex-basis:38px}.mobile-contact-bar a{padding-inline:4px;font-size:10.5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
