:root{--orange:#ff7900;--orange-dark:#c94d00;--ink:#1d191f;--muted:#6b6258;--cream:#fff4e5;--paper:#fffdfa;--line:#e9ded0;--green:#177245;--radius:24px;--shadow:0 18px 50px rgba(60,35,10,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit}img{display:block;max-width:100%;height:auto}.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:12px;top:-100px;z-index:999;background:#000;color:#fff;padding:12px 18px}.skip-link:focus{top:12px}a:focus-visible,button:focus-visible{outline:3px solid #14213d;outline-offset:4px}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,253,250,.94);border-bottom:1px solid rgba(233,222,208,.8);backdrop-filter:blur(12px)}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none}.brand__mark{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--orange);font-size:25px;font-weight:900;transform:rotate(-3deg)}.brand strong,.brand small{display:block}.brand strong{font-size:21px;line-height:1}.brand small{margin-top:5px;color:var(--muted);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.primary-nav,.primary-nav ul{display:flex;align-items:center;gap:24px}.primary-nav ul{list-style:none;margin:0;padding:0}.primary-nav a{text-decoration:none;font-weight:650}.primary-nav a:hover{color:var(--orange-dark)}.menu-toggle{display:none;border:0;background:none;font-size:28px}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:11px 22px;border:2px solid var(--orange);border-radius:999px;background:var(--orange);color:#17140f;text-decoration:none;font-weight:800;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(255,122,26,.25)}.button--small{min-height:42px;padding:8px 18px}.button--outline{background:transparent}.button--outline:hover{background:var(--orange)}.button--dark{background:var(--ink);border-color:var(--ink);color:#fff}.text-link{font-weight:800;text-underline-offset:5px}.hero{overflow:hidden;background:radial-gradient(circle at 85% 12%,#ffd49d 0,transparent 34%),var(--cream)}.hero__grid{min-height:650px;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:64px;padding-block:72px}.eyebrow{margin:0 0 12px;color:var(--orange-dark);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hero h1{max-width:720px;margin:0;font-size:clamp(48px,6.5vw,84px);line-height:.98;letter-spacing:-.055em}.hero__lead{max-width:650px;margin:28px 0;color:#4d443a;font-size:clamp(18px,2vw,22px)}.hero__actions{display:flex;align-items:center;gap:24px}.trust-list{display:flex;gap:26px;list-style:none;padding:0;margin:36px 0 0;color:var(--muted);font-weight:700}.trust-list li:before{content:"✓";margin-right:7px;color:var(--green)}.hero__visual{min-height:480px;display:grid;place-items:center;position:relative}.hero__visual:before,.hero__visual:after{content:"";position:absolute;border-radius:50%}.hero__visual:before{width:430px;height:430px;background:#ff8a2d}.hero__visual:after{width:340px;height:70px;bottom:35px;background:rgba(71,39,10,.16);filter:blur(16px)}.gift-box{z-index:1;width:min(400px,90%);aspect-ratio:1/.86;display:grid;grid-template-columns:1fr 1fr;gap:12px;place-items:center;padding:56px 48px;border:8px solid #16130e;border-radius:38px;background:#fff;box-shadow:var(--shadow);transform:rotate(3deg)}.gift-box span{width:92px;height:92px;display:grid;place-items:center;border-radius:50%;background:var(--cream);font-size:35px;font-weight:950}.gift-box strong{grid-column:1/-1;font-size:27px}.section{padding-block:96px}.section--tint{background:#f4efe7}.section h2{max-width:740px;margin:0 0 34px;font-size:clamp(34px,4vw,56px);line-height:1.05;letter-spacing:-.035em}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-heading h2{margin-bottom:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps article,.content-card{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.steps b{color:var(--orange-dark);font-size:14px}.steps h3{font-size:24px;margin:34px 0 8px}.steps p{margin:0;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{overflow:hidden;border-radius:var(--radius);background:#fff;box-shadow:0 10px 32px rgba(60,35,10,.07);transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card__image{aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#ffe7c4,#fff6e9);text-decoration:none}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__body{padding:22px}.product-card h3{min-height:2.6em;margin:12px 0 10px;font-size:21px;line-height:1.25}.product-card h3 a{text-decoration:none}.pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--cream);color:#67431e;font-size:12px;font-weight:800}.price{margin:12px 0 18px;font-size:24px;font-weight:900}.split{display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:72px}.split p{max-width:650px;color:var(--muted);font-size:18px}.quote-card{padding:48px;border-radius:38px;background:var(--orange);transform:rotate(2deg)}.quote-card p{margin:0;color:var(--ink);font-size:28px;font-weight:850;line-height:1.25}.site-footer{padding-top:64px;background:var(--ink);color:#fff}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .6fr;gap:60px}.site-footer h2{font-size:16px}.site-footer p,.site-footer a{color:#d7cec3}.brand--footer strong,.brand--footer small{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:52px;padding-block:22px;border-top:1px solid #3b362f;color:#aaa197;font-size:13px}.site-main.section{min-height:60vh}.prose{max-width:820px}.content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
@media(max-width:980px){.primary-nav{display:none;position:absolute;left:20px;right:20px;top:72px;align-items:stretch;padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.primary-nav.is-open,.primary-nav ul{display:flex;flex-direction:column;align-items:stretch}.menu-toggle{display:block}.hero__grid{grid-template-columns:1fr;gap:20px}.hero__visual{min-height:420px}.product-grid{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr;gap:36px}}
@media(max-width:640px){.container{width:min(100% - 28px,1160px)}.header-inner{min-height:70px}.brand small{display:none}.hero__grid{min-height:auto;padding-block:52px}.hero h1{font-size:48px}.hero__actions,.trust-list{align-items:stretch;flex-direction:column}.trust-list{gap:8px}.hero__visual{min-height:340px}.hero__visual:before{width:310px;height:310px}.gift-box{width:290px;padding:34px 30px}.gift-box span{width:65px;height:65px;font-size:26px}.section{padding-block:68px}.steps,.product-grid,.content-grid{grid-template-columns:1fr}.section-heading{align-items:start;flex-direction:column}.product-card h3{min-height:0}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.radoshka-content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.radoshka-content-card{margin:0;padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.radoshka-content-card iframe{width:100%;max-width:100%;aspect-ratio:16/9;height:auto;border:0;border-radius:15px}.radoshka-content-card cite{display:block;margin-top:16px;color:var(--muted);font-size:13px}.radoshka-content-card cite a{text-underline-offset:3px}.radoshka-review-stars{color:var(--orange-dark);font-size:20px;letter-spacing:.08em}.radoshka-review-note{margin-bottom:24px;padding:14px 18px;border-left:4px solid var(--orange);background:var(--cream);color:var(--muted)}.section--reviews{background:#fff9f1}.radoshka-empty-state{grid-column:1/-1;margin:0;padding:30px;border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted);text-align:center}@media(max-width:850px){.radoshka-content-grid{grid-template-columns:1fr}}
.brand__logo-frame{position:relative;width:56px;height:56px;display:block;flex:0 0 56px;overflow:hidden;border-radius:16px;background:var(--orange)}.brand__logo-frame .brand__logo{position:absolute;left:-30px;top:-19px;width:115px;max-width:none;height:auto}.brand__mark{width:52px;height:52px;border-radius:15px;background:var(--orange) url("../images/logo-radoshka.png") 50% 34%/205% no-repeat;font-size:0;transform:none}
.radoshka-shop__header{max-width:780px;margin-bottom:42px}.radoshka-shop__header h1{margin:0 0 14px;font-size:clamp(42px,6vw,72px);line-height:1}.radoshka-shop__header>p:last-child{color:var(--muted);font-size:18px}.radoshka-shop .woocommerce-result-count{color:var(--muted)}.radoshka-shop .woocommerce-ordering select{min-height:44px;padding:8px 38px 8px 12px;border:1px solid var(--line);border-radius:12px;background:#fff}.radoshka-shop .product-grid{clear:both;width:100%;padding-top:24px}.radoshka-shop .woocommerce-pagination{clear:both;margin-top:40px}.single-product div.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:56px}.single-product div.product .woocommerce-product-gallery,.single-product div.product .summary{float:none!important;width:auto!important}.single-product div.product .product_title{font-size:clamp(34px,4vw,54px);line-height:1.06}.single-product div.product .woocommerce-tabs,.single-product div.product .related{grid-column:1/-1}@media(max-width:850px){.single-product div.product{grid-template-columns:1fr;gap:26px}}
.woocommerce .site-header .button{min-height:42px;padding:8px 18px;border:2px solid var(--orange);border-radius:999px;background:var(--orange);color:#17140f;font-weight:800}.woocommerce .product-card .button--outline{min-height:48px;padding:11px 22px;border:2px solid var(--orange);border-radius:999px;background:transparent;color:var(--ink);font-weight:800}.woocommerce .product-card .button--outline:hover{background:var(--orange);color:var(--ink)}.single-product .woocommerce-tabs ul.tabs{padding:0!important}.single-product .woocommerce-tabs ul.tabs:before{border-color:var(--line)!important}.single-product .woocommerce-tabs ul.tabs li{border-color:var(--line)!important;background:#f4efe7!important}.single-product .woocommerce-tabs ul.tabs li.active{background:#fff!important}.single-product .woocommerce-tabs .panel h2{font-size:clamp(30px,4vw,46px)}
@media(max-width:640px){.menu-toggle{position:relative;width:42px;height:42px;padding:0;color:transparent;font-size:0}.menu-toggle:before,.menu-toggle:after,.menu-toggle>span[aria-hidden=true]{content:"";position:absolute;left:8px;width:26px;height:3px;border-radius:999px;background:var(--ink)}.menu-toggle:before{top:11px}.menu-toggle>span[aria-hidden=true]{top:19px}.menu-toggle:after{top:27px}.primary-nav.is-open{max-height:calc(100vh - 90px);overflow:auto}}
