:root{--bg: #030816;--surface: #0a1632;--surface-soft: #101f44;--panel: #07132f;--border: rgba(148, 163, 184, .18);--text: #f8fafc;--muted: #9fb0ca;--accent: #ccff00;--accent-soft: rgba(204, 255, 0, .12)}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 18% 0%,rgba(204,255,0,.08),transparent 30rem),linear-gradient(180deg,#06112a 0%,var(--bg) 42rem);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:2rem;min-height:4rem;padding:0 2rem;border-bottom:1px solid var(--border);background:#050d22eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.brand{color:var(--accent);font-size:1.9rem;font-weight:950;letter-spacing:-.03em}.nav{display:flex;flex:1;justify-content:center;gap:2rem;font-weight:850}.nav a{white-space:nowrap}.nav a,.header-actions a{transition:color .2s ease,border-color .2s ease,background .2s ease}.nav a:hover,.header-actions a:hover{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:.75rem;font-weight:850}.pill{display:inline-flex;align-items:center;gap:.35rem;min-height:2.5rem;padding:0 1rem;border:1px solid rgba(191,219,254,.35);border-radius:999px;background:#111d3a}.section{padding:2rem clamp(1rem,3vw,2rem)}.wrap{width:min(1360px,100%);margin:0 auto}.hero-grid{display:grid;grid-template-columns:1fr .82fr;gap:1.5rem}.hero-panel,.feature-card,.product-card,.style-band,.product-shell,.collection-toolbar,.empty-state{border:1px solid var(--border);background:var(--surface);border-radius:.5rem}.hero-panel{padding:clamp(1.6rem,4vw,2.7rem);min-height:27rem}.eyebrow{color:var(--accent);font-size:.8rem;font-weight:950;letter-spacing:.24em;text-transform:uppercase}.hero-title{max-width:52rem;margin:1rem 0;font-size:clamp(3rem,7vw,6rem);line-height:.94;letter-spacing:-.045em;font-weight:950}.hero-copy{max-width:44rem;color:var(--muted);font-size:1.1rem;line-height:1.65;font-weight:750}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;margin-top:1.5rem;padding:0 1.75rem;border:0;border-radius:999px;background:var(--accent);color:#071425;font-size:.9rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.button--secondary{margin-top:0;border:1px solid rgba(204,255,0,.55);background:transparent;color:var(--accent)}.button--secondary:hover{background:var(--accent-soft)}.value-row,.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:1.5rem}.value-row span,.steps span{color:#dbeafe;font-size:.9rem;font-weight:850}.steps span{padding:1rem;border:1px solid rgba(191,219,254,.18);border-radius:.5rem;background:#091631;text-transform:uppercase;letter-spacing:.08em}.hero-product{overflow:hidden;background:var(--panel)}.hero-image{height:29rem;display:grid;place-items:center;padding:1rem;background:#050d22}.hero-image img{width:100%;height:100%;object-fit:contain}.hero-info{padding:1.4rem;border-top:1px solid var(--border)}.hero-info h2{margin:.35rem 0;font-size:1.7rem;line-height:1.1}.hero-info p{margin:0;color:var(--muted);font-weight:750;line-height:1.5}.trust-grid,.product-grid{display:grid;gap:1rem}.trust-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-card{padding:1.25rem}.feature-card h3{margin:0 0 .35rem}.feature-card p{margin:0;color:var(--muted);font-weight:700}.section-heading{margin:.65rem 0 1.5rem;font-size:clamp(2.2rem,4vw,4rem);line-height:.95;letter-spacing:-.04em;font-weight:950}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{overflow:hidden;background:linear-gradient(135deg,#152a56,#0c1838 45%,#0a142f);transition:transform .2s ease,border-color .2s ease}.product-card:hover{transform:translateY(-4px);border-color:#ccff0073}.product-card__image{position:relative;height:21rem;padding:.75rem;background:#050d22;display:grid;place-items:center}.product-card__image img{width:100%;height:100%;object-fit:contain}.badge{position:absolute;top:.85rem;left:.85rem;padding:.35rem .75rem;border:1px solid rgba(204,255,0,.5);border-radius:999px;background:var(--accent-soft);color:#e7ff88;font-size:.78rem;font-weight:950}.product-card__body{padding:1.25rem}.product-card__body h3{min-height:2.3rem;margin:.3rem 0;font-size:1.15rem;line-height:1.15}.product-card__body p{margin:0 0 .9rem;color:var(--muted);font-weight:750}.price-row{display:flex;align-items:end;justify-content:space-between;gap:1rem;color:var(--accent);font-weight:950}.price-row small{color:var(--muted);font-weight:750}.style-band{padding:clamp(1.5rem,4vw,2.7rem);background:linear-gradient(135deg,#111f44,#0b1837 55%,#09162e)}.style-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.style-card{padding:1.25rem;border:1px solid var(--border);border-radius:.5rem;background:#0b1736}.style-card h3{margin:0 0 .5rem;font-size:1.5rem}.style-card p{color:var(--muted);font-weight:700}.collection-toolbar{padding:1.5rem;margin-bottom:1.5rem}.collection-toolbar h1{margin:.5rem 0 0;font-size:clamp(2.4rem,5vw,5rem);line-height:.9}.filter-tabs{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem}.filter-tabs a{display:inline-flex;align-items:center;min-height:2.5rem;padding:0 .9rem;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-weight:900}.filter-tabs a:hover,.filter-tabs a.is-active{border-color:#ccff008c;background:var(--accent-soft);color:var(--accent)}.product-shell{display:grid;grid-template-columns:minmax(0,1fr) 27rem;gap:2rem;padding:1.25rem;align-items:start}.product-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;align-content:start}.product-media__item{min-height:0;margin:0;overflow:hidden;border:1px solid var(--border);border-radius:.5rem;background:#050d22}.product-media__item--featured{grid-column:1 / -1}.product-media img{width:100%;height:100%;max-height:min(72vh,52rem);aspect-ratio:4 / 5;object-fit:contain;object-position:center top;background:#050d22}.product-media__item:not(.product-media__item--featured) img{max-height:22rem;aspect-ratio:1 / 1}.product-info{position:sticky;top:5.5rem;align-self:start;padding:1rem}.product-info h1{margin:.5rem 0;font-size:clamp(2.2rem,4vw,4rem);line-height:.95;letter-spacing:-.04em}.product-price{color:var(--accent);font-size:1.5rem;font-weight:950}.product-form{display:grid;gap:1rem;margin-top:1.5rem}.product-form select,.quantity-input{width:100%;min-height:3rem;border:1px solid var(--border);border-radius:.85rem;background:#091631;color:var(--text);padding:0 .9rem;font-weight:800}.option-label{display:grid;gap:.4rem;color:var(--muted);font-size:.8rem;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.checkout-note{margin:-.25rem 0 0;color:var(--muted);font-size:.82rem;font-weight:800;text-align:center}.empty-state{grid-column:1 / -1;padding:2rem}.empty-state h2{margin:0 0 .5rem;font-size:2rem}.empty-state p{margin:0;color:var(--muted);font-weight:750}.site-footer{display:flex;justify-content:space-between;gap:2rem;padding:3rem 2rem;border-top:1px solid var(--border);background:#050d22;color:var(--muted);font-weight:750}.footer-brand{display:block;margin-bottom:.75rem}.footer-links{display:flex;gap:1rem;color:var(--text);font-weight:850}@media(max-width:980px){.site-header{gap:1rem;padding:.8rem 1rem;flex-wrap:wrap}.nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto;gap:1rem}.hero-grid,.product-shell,.trust-grid,.product-grid,.style-grid,.value-row,.steps{grid-template-columns:1fr}.hero-panel{min-height:auto}.hero-image{height:22rem}.product-info{position:static}.product-media img{max-height:none}}@media(max-width:560px){.brand{font-size:1.55rem}.header-actions{margin-left:auto}.hero-title{font-size:3rem}.hero-copy{font-size:1rem}.button{width:100%;padding:0 1rem}.product-card__image{height:18rem}.product-shell{padding:.75rem}.product-media{grid-template-columns:1fr}.product-media__item:not(.product-media__item--featured) img{max-height:none}.site-footer{display:grid;padding:2rem 1rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/hiwaii-storefront.css.map */
