
:root{--cream:#fff9ec;--paper:#fffdf8;--green:#304b34;--orange:#ad3f24;--muted:#636b59;--line:#dddccc}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--cream);color:var(--green);font:16px/1.6 Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--orange);outline-offset:6px}img{display:block;width:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.045em;line-height:1.08}.wrap{max-width:1140px;padding:0 32px;margin:auto}.topline{background:var(--green);color:var(--cream);text-align:center;padding:9px 20px;font-size:13px;letter-spacing:.025em}.header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:23px;padding-bottom:23px;border-bottom:1px solid var(--line)}.brand{font:bold 35px Georgia,serif;letter-spacing:-2px;white-space:nowrap}.brand span{color:var(--orange)}.brand i{font-style:normal;color:var(--orange);font-size:26px;vertical-align:top;margin-left:3px}.nav{display:flex;gap:27px;font-size:14px}.nav a:hover{color:var(--orange)}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center;padding-top:42px;padding-bottom:48px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:17px}.hero h1{font-size:65px;margin-bottom:22px}.hero h1 em{font-style:normal;color:var(--orange)}.hero .intro{color:var(--muted);max-width:410px;margin-bottom:27px;line-height:1.85}.button{display:inline-flex;align-items:center;gap:20px;padding:13px 21px;border-radius:7px;background:var(--orange);color:white;font-size:14px;font-weight:600;min-height:48px}.button:hover{background:#91341d}.hero-photo{height:340px;border-radius:100px 100px 12px 12px;overflow:hidden;position:relative}.hero-photo img{height:100%;object-position:center 55%}.hero-photo small{position:absolute;bottom:12px;left:17px;color:white;font-size:12px;background:#263026b8;padding:4px 9px;border-radius:4px}.catalog-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding-top:35px;border-top:1px solid var(--line)}.catalog-intro h2{font-size:43px}.catalog-intro p{color:var(--muted);font-size:14px}.demo-note{margin:18px 0 30px;color:#6e654f;font-size:13px;line-height:1.6}.category{padding-bottom:45px;scroll-margin-top:25px}.category-title{display:flex;align-items:center;gap:16px;margin-bottom:19px}.category-title h2{font:600 18px Arial,sans-serif;letter-spacing:0}.category-title:after{content:'';height:1px;flex:1;background:var(--line)}.category-title span{font-size:13px;color:var(--muted)}.grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.product{background:var(--paper);border:1px solid #e6e0d2;border-radius:12px;overflow:hidden;min-width:0}.photo{position:relative;height:300px;overflow:hidden;background:#e5dccb}.photo img{height:100%;object-position:center 55%}.badge{position:absolute;top:13px;left:13px;background:#fff9ecef;padding:4px 11px;border-radius:20px;font-size:12px}.product-body{padding:22px}.product h3{font-size:19px;line-height:1.35;margin-bottom:9px}.product p{color:var(--muted);font-size:14px;line-height:1.7;margin-bottom:14px;max-width:430px}.price{font-size:17px;color:var(--orange)}.about{border-top:1px solid var(--line);padding:33px 0 40px;display:grid;grid-template-columns:1fr 1.4fr;gap:35px}.about h2{font-size:35px}.about p{color:var(--muted);font-size:15px;line-height:1.9}.contact{background:#e9eedf;border-top:1px solid #d8dfcc;padding:37px 0}.contact-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.contact h2{font-size:36px;margin-bottom:11px}.contact p{font-size:14px;color:#58674e}.contact .button{background:var(--green);flex-shrink:0}.contact .button:hover{background:#213825}.footer{padding-top:23px;padding-bottom:25px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:15px;font-size:13px;color:var(--muted)}.footer a{text-decoration:underline;text-underline-offset:4px}.skip{position:absolute;left:20px;top:-100px;background:white;padding:10px;z-index:10}.skip:focus{top:10px}
@media(max-width:750px){.wrap{padding-left:22px;padding-right:22px}.hero{gap:27px}.hero h1{font-size:49px}.hero-photo{height:300px}.photo{height:255px}.nav{gap:16px}.catalog-intro{display:block}.catalog-intro p{margin-top:14px}.about{grid-template-columns:1fr;gap:18px}.contact-inner{align-items:flex-start;flex-direction:column;gap:22px}}
@media(max-width:520px){.topline{font-size:11px}.header{gap:15px;padding-top:18px;padding-bottom:18px;flex-wrap:wrap}.brand{font-size:32px}.nav{gap:18px;font-size:13px}.hero{grid-template-columns:1fr;padding-top:31px;padding-bottom:35px}.hero h1{font-size:53px}.eyebrow{font-size:11px;margin-bottom:15px}.hero .intro{font-size:15px;margin-bottom:22px}.hero-photo{height:285px;border-radius:80px 80px 10px 10px}.catalog-intro{padding-top:30px}.catalog-intro h2{font-size:39px}.grid{gap:18px;grid-template-columns:1fr}.photo{height:310px}.product-body{padding:20px}.product h3{font-size:20px}.category{padding-bottom:32px}.contact h2{font-size:34px}.footer{font-size:12px}.nav a:last-child{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
button,input,textarea,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.motion-control{border:1px solid #bcc5b2;color:var(--green);background:transparent;padding:8px 12px;border-radius:30px;font-size:12px;min-height:38px;white-space:nowrap}.marquee{background:var(--green);color:var(--cream);overflow:hidden;max-width:100%}.marquee-track{display:flex;width:max-content;animation:marquee 36s linear infinite}.marquee-group{display:flex;align-items:center;gap:35px;white-space:nowrap;padding:10px 35px;font-size:13px;letter-spacing:.035em}.spark{color:#ecc871}.animated-photo{animation:float 7s ease-in-out infinite;box-shadow:0 15px 32px #35432b14}.hero-title{white-space:pre-line;font-size:65px;color:var(--orange)}.hero.no-photo{grid-template-columns:1fr}.catalog-intro h1{font-size:43px}.about p{white-space:pre-line}.about .content-photo{grid-column:1/-1;max-height:350px;border-radius:14px}.loading,.empty{padding:50px 10px;color:var(--muted)}.notice{border:1px solid #d9b88a;background:#fff0d9;border-radius:8px;padding:16px;margin:20px 0;font-size:14px}.small{font-size:13px;padding:7px 12px;min-height:34px}.paused .marquee-track,.paused .animated-photo{animation-play-state:paused}.admin-link{margin-left:auto}
@keyframes marquee{to{transform:translateX(-50%)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media(max-width:750px){.hero-title{font-size:49px}.header{flex-wrap:wrap}.motion-control{margin-left:auto}}@media(max-width:520px){.hero-title{font-size:51px}.header{gap:12px}.nav{order:3;flex-basis:100%}.nav a:last-child{display:block}.motion-control{font-size:11px}.catalog-intro h1{font-size:37px}.marquee-group{font-size:12px;gap:24px}}
@media(prefers-reduced-motion:reduce){.marquee-track,.animated-photo{animation:none!important}.marquee-track{max-width:100%;width:auto}.marquee-group{white-space:normal;flex-wrap:wrap;gap:10px}.marquee-group[aria-hidden]{display:none}}
