/* corporate-clean + sharp + dramatic + accent-bar + outlined
   #F0A55A / #261E6B / #0C0F24 / #F5F5F5
   reviews: spec-table style, avatar+data left, text right */

:root { --a:#F0A55A; --d2:#261E6B; --d:#0C0F24; --bg:#F5F5F5; --brd:#d8d0e4; }
* { box-sizing:border-box; margin:0; padding:0; }
body { font-family:'Inter',sans-serif; background:var(--bg); color:#1a1a1a; font-size:clamp(14px,4vw,16px); -webkit-font-smoothing:antialiased; }

/* HEADER accent-bar */
.site-header { background:var(--d2); padding:16px 16px 22px; border-bottom:4px solid var(--a); }
.header-inner { max-width:1200px; margin:0 auto; text-align:center; }
.h-tag { font-size:10px; font-weight:700; letter-spacing:.18em; color:rgba(255,255,255,.45); text-transform:uppercase; display:block; margin-bottom:8px; }
.h-title { font-size:clamp(15px,3.5vw,21px); font-weight:700; color:#fff; line-height:1.2; }

/* MAIN */
.site-main { max-width:1200px; margin:0 auto; padding:32px 16px 52px; }

/* PRODUCT SECTION */
.product-section { display:grid; grid-template-columns:1fr; background:#fff; box-shadow:0 20px 60px rgba(0,0,0,.18); overflow:hidden; margin-bottom:48px; transition:box-shadow .3s; }
.product-section:hover{box-shadow:0 28px 72px rgba(0,0,0,.25);}
@media(min-width:768px){.product-section{grid-template-columns:1fr 1fr;}}

/* GALLERY */
.gallery-block { padding:22px; border-bottom:1px solid #eee; }
@media(min-width:768px){.gallery-block{border-bottom:none;border-right:1px solid #eee;}}
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }
.gimg { display:none; max-width:100%; height:auto; width:100%; object-fit:contain; animation:fi .3s ease; }
@keyframes fi{from{opacity:0}to{opacity:1}}
.main-img-wrap { background:#fdf8f3; border:1px solid #f0d8c0; min-height:240px; display:flex; align-items:center; justify-content:center; padding:12px; margin-bottom:12px; }
#i1:checked~.main-img-wrap .g1{display:block}#i2:checked~.main-img-wrap .g2{display:block}#i3:checked~.main-img-wrap .g3{display:block}#i4:checked~.main-img-wrap .g4{display:block}
.thumbs { display:flex; gap:7px; justify-content:center; }
.tl { cursor:pointer; border:2px solid transparent; display:block; transition:border-color .2s; }
.tl:hover{border-color:var(--a);}
.tl img { width:52px; height:52px; object-fit:cover; display:block; }
#i1:checked~.thumbs label[for="i1"],#i2:checked~.thumbs label[for="i2"],#i3:checked~.thumbs label[for="i3"],#i4:checked~.thumbs label[for="i4"]{border-color:var(--a);}

/* PRODUCT INFO */
.product-info { padding:24px; }
.product-title { font-size:clamp(15px,3.5vw,20px); font-weight:700; color:var(--d); line-height:1.3; margin-bottom:18px; }

.feat-blocks { display:flex; flex-direction:column; gap:0; margin-bottom:18px; }
.fb { display:flex; gap:14px; padding:11px 0; border-bottom:1px solid #f4f0e8; font-size:clamp(13px,3.5vw,13.5px); line-height:1.55; color:#444; }
.fb:last-child{border-bottom:none;}
.fb-num { font-size:11px; font-weight:900; color:#fff; background:var(--a); min-width:26px; height:26px; display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:1px; }
.fb-title { font-size:11px; font-weight:700; color:var(--d2); text-transform:uppercase; letter-spacing:.1em; margin-bottom:3px; }

.kw-note { font-size:13px; color:#555; background:#fdf8f3; border-left:4px solid var(--a); padding:10px 14px; }

/* CTA outlined */
.cta-wrap { text-align:center; margin-bottom:48px; }
.cta-btn { display:inline-block; background:transparent; color:var(--d2); font-weight:700; font-size:clamp(14px,4vw,16px); text-transform:uppercase; letter-spacing:.08em; padding:15px 52px; min-height:44px; border:2px solid var(--d2); text-decoration:none; transition:all .2s; }
.cta-btn:hover{background:var(--d2);color:var(--a);box-shadow:0 6px 24px rgba(38,30,107,.4);}
.cta-btn:active{opacity:.9;}

/* REVIEWS — spec-table style */
.reviews-section { max-width:900px; margin:0 auto; padding-bottom:40px; }
.rev-title { font-size:clamp(20px,4vw,26px); font-weight:700; color:var(--d); margin-bottom:20px; border-bottom:3px solid var(--a); padding-bottom:8px; display:inline-block; }
.reviews-list { display:flex; flex-direction:column; gap:12px; }

.rev-row { display:flex; gap:0; background:#fff; box-shadow:0 2px 12px rgba(0,0,0,.07); overflow:hidden; transition:box-shadow .25s; }
.rev-row:hover{box-shadow:0 8px 28px rgba(240,165,90,.25);}

.rr-left { background:var(--d2); min-width:100px; max-width:100px; flex-shrink:0; display:flex; flex-direction:column; align-items:center; padding:16px 8px; gap:5px; text-align:center; }
.rr-ava { width:44px; height:44px; border-radius:50%; object-fit:cover; border:2px solid var(--a); }
.rr-name { font-size:10px; font-weight:700; color:rgba(255,255,255,.85); line-height:1.2; word-break:break-word; }
.rr-stars { font-size:11px; color:var(--a); font-weight:700; }
.rr-date { font-size:10px; color:rgba(255,255,255,.4); }
.rr-badge { font-size:10px; color:rgba(255,255,255,.3); font-style:italic; }

.rr-right { flex:1; padding:14px 18px; border-left:4px solid var(--a); }
.rr-hl { font-weight:700; font-size:14px; color:var(--d2); margin-bottom:6px; }
.rr-text { font-size:clamp(13px,3.5vw,14px); color:#444; line-height:1.65; }

/* FOOTER */
.site-footer { background:var(--d); padding:28px 16px; border-top:4px solid var(--a); }
.footer-inner { max-width:1200px; margin:0 auto; text-align:center; }
.fname { font-size:12px; color:rgba(255,255,255,.3); margin-bottom:14px; font-weight:600; text-transform:uppercase; letter-spacing:.05em; }
.fnav { display:flex; flex-direction:column; align-items:center; gap:8px; }
@media(min-width:768px){.fnav{flex-direction:row;justify-content:center;gap:16px;}}
.flink { color:rgba(255,255,255,.4); font-size:11px; text-transform:uppercase; letter-spacing:.08em; font-weight:600; text-decoration:none; transition:color .2s; }
.flink:hover{color:var(--a);}
.fsep { color:rgba(255,255,255,.12); display:none; }
@media(min-width:768px){.fsep{display:inline;}}