/* =========================================================
 * Tech Resolve — Online Store Why Build
 * ======================================================= */

.tr-online-store-storefront{position:relative;overflow:hidden;padding:clamp(110px,10vw,175px) var(--tr-gutter);background:#06100d;color:#fff}
.tr-online-store-storefront__shell{width:min(100%,var(--tr-container));margin:0 auto}
.tr-online-store-storefront__header{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.55fr);align-items:end;gap:clamp(50px,8vw,120px);margin-bottom:clamp(70px,8vw,105px)}
.tr-online-store-storefront__eyebrow{display:block;margin-bottom:18px;color:var(--tr-green-deep);font-size:9px;font-weight:850;letter-spacing:.15em}
.tr-online-store-storefront__header h2{max-width:900px;margin:0;font-size:clamp(44px,5.1vw,74px);font-weight:850;line-height:.98;letter-spacing:-.055em}
.tr-online-store-storefront__header>p{max-width:560px;margin:0;color:#6b776f;font-size:14px;line-height:1.82}
.tr-online-store-storefront__story{display:grid;grid-template-columns:minmax(210px,.34fr) minmax(0,1fr);gap:clamp(35px,6vw,85px);padding:clamp(35px,5vw,60px) 0;border-top:1px solid #d8e0db;border-bottom:1px solid #d8e0db}
.tr-online-store-storefront__statement{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding-top:10px;color:#9ca6a0;font-size:9px;font-weight:850;letter-spacing:.12em}
.tr-online-store-storefront__statement strong{color:var(--tr-green-deep);font-size:clamp(58px,6vw,88px);font-weight:500;line-height:.8}
.tr-online-store-storefront__reason{display:grid;grid-template-columns:150px minmax(210px,.55fr) minmax(0,1fr);gap:28px;align-items:start;padding:27px 0;border-bottom:1px solid #dfe6e2}
.tr-online-store-storefront__reason:last-child{border-bottom:0}
.tr-online-store-storefront__reason-code{display:flex;align-items:center;gap:10px;color:var(--tr-green-deep);font-size:6px;font-weight:850;letter-spacing:.09em}
.tr-online-store-storefront__reason-code i{flex:1;height:1px;background:linear-gradient(to right,rgba(8,185,93,.3),transparent)}
.tr-online-store-storefront__reason h3{margin:0;font-size:clamp(18px,1.8vw,24px);font-weight:820;line-height:1.15;letter-spacing:-.025em}
.tr-online-store-storefront__reason p{max-width:650px;margin:0;color:#718078;font-size:10px;line-height:1.75}
.tr-online-store-storefront__principle{display:grid;grid-template-columns:160px minmax(0,1fr) 250px;align-items:center;gap:clamp(30px,5vw,65px);margin-top:clamp(55px,7vw,90px);padding:clamp(36px,5vw,58px);background:#08150f;color:#fff;border-radius:22px}
.tr-online-store-storefront__principle>span{color:var(--tr-green);font-size:7px;font-weight:850;letter-spacing:.11em}
.tr-online-store-storefront__principle h3{max-width:760px;margin:0;font-size:clamp(27px,3vw,42px);line-height:1.05;letter-spacing:-.04em}
.tr-online-store-storefront__principle>div{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.22);font-size:5px;font-weight:850;letter-spacing:.09em}
.tr-online-store-storefront__principle>div i{flex:1;height:1px;background:rgba(25,224,120,.22)}
.tr-online-store-storefront__principle>div strong{color:var(--tr-green);font-size:inherit}
@media(max-width:900px){.tr-online-store-storefront__story,.tr-online-store-storefront__principle{grid-template-columns:1fr}.tr-online-store-storefront__statement{flex-direction:row;align-items:center}.tr-online-store-storefront__statement strong{font-size:42px}}
@media(max-width:720px){.tr-online-store-storefront{padding:90px 16px}.tr-online-store-storefront__header{grid-template-columns:1fr;gap:28px;margin-bottom:50px}.tr-online-store-storefront__header h2{font-size:clamp(40px,11vw,58px)}.tr-online-store-storefront__reason{grid-template-columns:1fr;gap:10px}.tr-online-store-storefront__reason-code{max-width:135px}.tr-online-store-storefront__principle{padding:30px 24px}}

.tr-online-store-storefront__header{display:block;max-width:980px}
.tr-online-store-storefront__header>p{margin-top:30px;color:rgba(255,255,255,.47)}
.tr-online-store-storefront__eyebrow{color:var(--tr-green)}
.tr-online-store-storefront__scene{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.55fr);gap:clamp(40px,6vw,80px);align-items:center}
.tr-online-store-storefront__browser{overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:26px;background:#eef2ef;box-shadow:0 40px 110px rgba(0,0,0,.3);transform:rotate(-1deg)}
.tr-online-store-storefront__browser-top{display:flex;align-items:center;justify-content:space-between;height:44px;padding:0 16px;background:#0a1711}
.tr-online-store-storefront__browser-top>span{width:90px;height:5px;background:rgba(255,255,255,.12);border-radius:999px}.tr-online-store-storefront__browser-top>div{display:flex;gap:6px}.tr-online-store-storefront__browser-top i{width:5px;height:5px;background:rgba(255,255,255,.2);border-radius:50%}
.tr-online-store-storefront__product-view{display:grid;grid-template-columns:1.08fr .92fr;min-height:520px;color:#0b1810}
.tr-online-store-storefront__gallery{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:32px;background:#e6ebe7}
.tr-online-store-storefront__thumbs{display:grid;align-content:start;gap:10px}.tr-online-store-storefront__thumbs span{height:54px;border:1px solid rgba(7,20,15,.12);background:#f7f9f7}
.tr-online-store-storefront__hero-product{display:grid;place-items:center}.tr-online-store-storefront__hero-product>div{width:min(76%,310px);aspect-ratio:.82;background:linear-gradient(145deg,#d6f6e4,#3acb7e 48%,#0e5e3b);box-shadow:0 26px 50px rgba(7,20,15,.15);transform:rotate(4deg)}
.tr-online-store-storefront__product-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:38px;background:#fff}.tr-online-store-storefront__product-copy small{color:#8b9890;font-size:6px;font-weight:850;letter-spacing:.1em}.tr-online-store-storefront__product-copy h3{margin:12px 0 20px;font-size:clamp(28px,3vw,44px);letter-spacing:-.045em}.tr-online-store-storefront__product-copy p{width:100%;height:5px;margin:0 0 8px;background:#e5eae7;border-radius:999px}.tr-online-store-storefront__product-copy p:nth-of-type(2){width:68%}.tr-online-store-storefront__variants{display:flex;gap:8px;margin:25px 0}.tr-online-store-storefront__variants span{width:28px;height:28px;border-radius:50%;background:#0b1810}.tr-online-store-storefront__variants span:nth-child(2){background:var(--tr-spectrum-blue)}.tr-online-store-storefront__variants span:nth-child(3){background:var(--tr-spectrum-orange)}.tr-online-store-storefront__product-copy>strong{font-size:24px}.tr-online-store-storefront__product-copy button{width:100%;min-height:48px;margin-top:18px;color:#06100d;background:var(--tr-green);border:0;border-radius:999px;font-size:7px;font-weight:900;pointer-events:none}
.tr-online-store-storefront__feature-list{border-top:1px solid rgba(255,255,255,.08)}.tr-online-store-storefront__feature{display:grid;grid-template-columns:90px minmax(0,1fr) 22px;gap:22px;padding:26px 0;border-bottom:1px solid rgba(255,255,255,.07)}.tr-online-store-storefront__feature>span{color:var(--tr-green);font-size:6px;font-weight:850}.tr-online-store-storefront__feature h3{margin:0;color:rgba(255,255,255,.8);font-size:20px}.tr-online-store-storefront__feature p{margin:8px 0 0;color:rgba(255,255,255,.38);font-size:9px;line-height:1.72}.tr-online-store-storefront__feature>i{width:8px;height:8px;border:2px solid var(--tr-green);border-radius:50%}
.tr-online-store-storefront__principle{display:grid;grid-template-columns:180px minmax(0,1fr);gap:40px;margin-top:70px;padding-top:35px;border-top:1px solid rgba(255,255,255,.08)}.tr-online-store-storefront__principle span{color:var(--tr-green);font-size:7px;font-weight:850}.tr-online-store-storefront__principle h3{margin:0;font-size:clamp(30px,3.4vw,48px)}
@media(max-width:1000px){.tr-online-store-storefront__scene{grid-template-columns:1fr}.tr-online-store-storefront__browser{transform:none}}
@media(max-width:720px){.tr-online-store-storefront__product-view{grid-template-columns:1fr}.tr-online-store-storefront__principle{grid-template-columns:1fr}}
