* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: #061018; }
a { color: inherit; text-decoration: none; }
[data-product-url] { cursor: pointer; }
img { display: block; max-width: 100%; }
.top-strip { height: 32px; background: #071018; color: #fff; overflow: visible; display: flex; align-items: center; justify-content: center; gap: 14px; font-size: 12px; font-weight: 700; letter-spacing: .2px; position: relative; z-index: 30; }
.top-social { position: absolute; right: 48px; display: flex; align-items: center; gap: 15px; }
.top-social a { width: 18px; height: 18px; display: grid; place-items: center; color: #fff; }
.top-social img { width: 14px; height: 14px; filter: invert(1); }
.site-header { min-height: 82px; padding: 10px 66px; display: grid; grid-template-columns: minmax(250px, 320px) 1fr minmax(360px, 540px) auto; align-items: center; gap: 24px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(6,16,24,.08); box-shadow: none; backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 20; }
.brand { min-height: 62px; display: inline-flex; align-items: center; gap: 16px; }
.brand-mark { width: 62px; height: 62px; border-radius: 10px; background: #071018; display: grid; place-items: center; overflow: hidden; box-shadow: none; }
.brand-mark img { width: 42px; height: 42px; object-fit: contain; filter: invert(1) grayscale(1) contrast(1.35); }
.brand-copy { display: grid; gap: 7px; line-height: 1; }
.brand-copy strong { font-size: 23px; font-weight: 950; letter-spacing: .4px; white-space: nowrap; }
.brand-copy small { font-size: 8px; font-weight: 950; letter-spacing: 2.3px; color: #606b74; white-space: nowrap; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 4px; font-size: 14px; font-weight: 950; white-space: nowrap; }
.main-nav a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 0; border-bottom: 2px solid transparent; white-space: nowrap; transition: color .2s ease, border-color .2s ease; }
.main-nav a:first-child { color: #0b1720; }
.main-nav a:hover { color: #071018; }
.main-nav .active { color: #071018; background: transparent; border-bottom-color: #071018; box-shadow: none; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 14px; }
.search-box { width: min(360px, 100%); height: 48px; background: #f4f7f8; border: 1px solid #dfe6ea; border-radius: 12px; display: flex; align-items: center; padding: 0 15px 0 18px; transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.search-box:focus-within { background: #fff; border-color: #071018; box-shadow: none; }
.search-box input { width: 100%; background: transparent; border: 0; outline: 0; font-size: 14px; color: #18232c; }
.search-box input::placeholder { color: #8b97a3; opacity: 1; }
.search-box img { width: 20px; height: 20px; object-fit: contain; flex: 0 0 auto; }
.search-box button { display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.icon-btn,.cart-btn,.menu-btn { border: 1px solid transparent; border-radius: 12px; background: transparent; font-size: 26px; cursor: pointer; line-height: 1; color: #071018; transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.icon-btn,.cart-btn { width: 46px; height: 46px; padding: 8px; display: grid; place-items: center; position: relative; }
.icon-btn:hover,.cart-btn:hover,.menu-btn:hover { background: #f2f5f7; border-color: #e1e7eb; transform: translateY(-1px); }
.icon-btn img { width: 23px; height: 23px; object-fit: contain; }
.wishlist-icon img { width: 25px; height: 25px; }
.cart-btn img { width: 28px; height: 28px; object-fit: contain; }
.user-icon { transform: translateY(1px); }
.cart-btn b,.wish-nav b { position: absolute; top: 1px; right: 0; min-width: 18px; height: 18px; padding: 0 5px; display: grid; place-items: center; border-radius: 999px; background: #ec1d2b; color: #fff; font-size: 10px; line-height: 1; font-weight: 950; box-shadow: none; }
.cart-btn b.is-empty,.wish-nav b.is-empty { display: none; }
.fly-token { position: fixed; z-index: 1000; left: 0; top: 0; width: 34px; height: 34px; margin: -17px 0 0 -17px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #ec1d2b; box-shadow: 0 14px 34px rgba(7,16,24,.22); pointer-events: none; will-change: transform, opacity; }
.fly-token.heart { font-size: 22px; }
.fly-token.cart img { width: 19px; height: 19px; filter: invert(9%) sepia(20%) saturate(1005%) hue-rotate(164deg) brightness(93%) contrast(99%); }
.is-flying { transform: scale(.96); opacity: .78; }
.badge-pop { animation: badgePop .28s ease; }
@keyframes badgePop {
  0%,100% { transform: scale(1); }
  45% { transform: scale(1.16); }
}
.menu-btn { display: none; min-height: 42px; padding: 0 14px; font-size: 13px; font-weight: 950; text-transform: uppercase; letter-spacing: .4px; }
.hero { min-height: 438px; display: grid; grid-template-columns: minmax(390px, 1fr) 210px; align-items: stretch; background: linear-gradient(105deg,#f5f2eb 0%,#ece9e1 58%,#dce2e4 100%); overflow: hidden; }
.hero-banner { min-height: clamp(520px, 42vw, 760px); display: block; position: relative; background: #071018; }
.hero-banner:before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.68) 31%, rgba(255,255,255,.2) 62%, rgba(255,255,255,0) 100%); pointer-events: none; }
.hero-banner-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: relative; z-index: 2; width: min(720px, 60vw); min-height: inherit; display: flex; flex-direction: column; justify-content: center; padding: 56px 0 56px 96px; color: #061018; }
.hero-overlay .eyebrow,.hero-overlay .hero-text { color: #061018; }
.hero-overlay .btn.light { background: rgba(255,255,255,.9); }
.hero-overlay .hero-points span { border-color: rgba(6,16,24,.55); }
.hero-script-text { position: absolute; top: 15%; right: 4%; z-index: 2; margin: 0; font-family: "Brush Script MT", "Segoe Script", cursive; font-size: clamp(30px, 3.2vw, 54px); line-height: .9; color: #061018; transform: rotate(-8deg); text-align: center; }
.hero-copy { padding: 58px 0 20px 96px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; font-weight: 900; color: #303941; }
.hero h1 { margin: 0; font-size: clamp(48px, 6vw, 86px); line-height: .86; text-transform: uppercase; font-weight: 950; letter-spacing: 0; }
.hero-text { margin: 20px 0 20px; font-size: 18px; line-height: 1.35; color: #1b252d; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 30px; border: 1px solid #061018; border-radius: 8px; text-transform: uppercase; font-size: 12px; font-weight: 950; letter-spacing: .6px; cursor: pointer; }
.btn.dark { background: #061018; color: #fff; }
.btn.light { background: rgba(255,255,255,.65); color: #061018; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-points { margin-top: 38px; display: grid; grid-template-columns: repeat(4, 118px); gap: 12px; text-transform: uppercase; font-size: 11px; font-weight: 950; line-height: 1.2; letter-spacing: .8px; }
.hero-points span { border-right: 1px solid #697179; min-height: 52px; display: grid; grid-template-columns: 30px 1fr; align-items: center; column-gap: 9px; }
.hero-points img { width: 24px; height: 24px; object-fit: contain; }
.hero-points span:last-child { border-right: 0; }
.hero-img { display: none; }
.hero-script { padding: 62px 58px 25px 18px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; text-align: right; }
.hero-script p,.story-script { font-family: "Brush Script MT", "Segoe Script", cursive; font-size: 45px; line-height: .92; transform: rotate(-8deg); margin: 0; }
.hero-script b { text-transform: uppercase; letter-spacing: 2px; font-size: 13px; line-height: 1.45; }
.hero-lines { display: grid; gap: 22px; font-weight: 900; }
.section-block { padding: 24px 50px 22px; }
.section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; padding: 0 2px; }
.section-head h2,.benefit-title h2,.arrival-copy h2,.seller-copy h2,.story-copy h2,.review-title h2 { margin: 0; font-weight: 950; letter-spacing: -.01em; line-height: .92; }
.section-head h2 { text-transform: uppercase; letter-spacing: 3px; font-size: 19px; }
.section-head a,.seller-copy a,.insta-head a { text-transform: uppercase; font-size: 12px; font-weight: 950; letter-spacing: .8px; }
.style-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.style-card { min-height: 170px; display: grid; grid-template-columns: 44% 56%; align-items: end; background: #edf0f1; overflow: hidden; border-radius: 10px; }
.style-card { transition: transform .25s ease, box-shadow .25s ease; }
.style-card:hover { transform: translateY(-5px); box-shadow: 0 14px 34px rgba(6,16,24,.12); }
.style-card .style-text { padding: 0 0 28px 22px; font-size: 15px; font-weight: 950; line-height: 1.05; }
.style-card .style-text small { display: block; margin-bottom: 8px; color: #657079; font-size: 9px; font-weight: 800; line-height: 1.25; text-transform: uppercase; letter-spacing: .5px; }
.style-card .style-text span { display: block; margin-top: 8px; }
.style-card img { height: 170px; width: 100%; object-fit: cover; object-position: center; }
.style-card img { transition: transform .3s ease; }
.style-card:hover img { transform: scale(1.05); }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 42px; align-items: stretch; }
.product-card { min-width: 0; transition: transform .25s ease; display: flex; flex-direction: column; height: 100%; box-sizing: border-box; }
.product-card:hover { transform: translateY(-6px); }
.product-img-wrap { position: relative; overflow: hidden; border-radius: 10px; background: #edf0f1; aspect-ratio: 1.32 / 1; flex-shrink: 0; }
.product-img-wrap { transition: box-shadow .25s ease; }
.product-card:hover .product-img-wrap { box-shadow: 0 16px 36px rgba(6,16,24,.13); }
.product-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.product-card:hover .product-img-wrap img { transform: scale(1.04); }
.wish { position: absolute; top: 11px; right: 12px; border: 0; background: transparent; font-size: 21px; cursor: pointer; }
.badge { position: absolute; top: 10px; left: 10px; padding: 4px 8px; background: #071018; color: #fff; text-transform: uppercase; font-size: 10px; font-weight: 950; border-radius: 2px; }
.badge.red { background: #e22222; }
.product-title { margin: 13px 0 3px; font-size: 13px; font-weight: 950; min-height: 32px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.price { font-size: 16px; font-weight: 900; margin: 0 0 4px; }
.swatches { display: flex; gap: 9px; margin: 8px 0; min-height: 20px; }
.swatches span { width: 17px; height: 17px; border-radius: 50%; border: 1px solid #d4d9dc; }
.rating { display: flex; align-items: center; justify-content: space-between; font-weight: 900; font-size: 13px; margin-bottom: 10px; min-height: 18px; }
.rating span { color: #5d6870; font-weight: 700; }
.add-cart { width: 100%; min-height: 38px; padding: 10px 14px; border: 0; border-radius: 8px; background: #071018; color: #fff; font-size: 12px; font-weight: 950; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: auto; box-sizing: border-box; }
.add-cart img { width: 15px; height: 15px; filter: invert(1); flex-shrink: 0; }
.add-cart { transition: transform .2s ease, background-color .2s ease; }
.add-cart:hover { transform: translateY(-2px); background: #132331; }
.card-product-img { width: 100%; aspect-ratio: 1.22 / 1; object-fit: contain; border-radius: 8px; background: #eef2f4; margin-bottom: 12px; }
.wish.saved,[data-wish].saved,.heart-pill.saved { color: #ed101f !important; }
.avatar { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: #071018; color: #fff; font-size: 14px; font-weight: 950; }
.empty-state { grid-column: 1 / -1; min-height: 150px; display: grid; place-items: center; border: 1px dashed #cfd8de; border-radius: 8px; background: #f7fafb; color: #53606a; font-size: 15px; font-weight: 850; text-align: center; padding: 24px; }
.app-toast { position: fixed; left: 50%; bottom: 24px; z-index: 60; transform: translate(-50%, 18px); opacity: 0; pointer-events: none; min-width: 260px; max-width: min(420px, calc(100vw - 32px)); padding: 13px 18px; border-radius: 8px; background: #071018; color: #fff; box-shadow: 0 18px 36px rgba(7,16,24,.24); text-align: center; font-size: 13px; font-weight: 900; transition: opacity .2s ease, transform .2s ease; }
.app-toast.show { opacity: 1; transform: translate(-50%, 0); }
.form-status { color: #071018; font-weight: 900; }
.benefits { display: grid; grid-template-columns: 280px 1fr; gap: 36px; padding: 32px 58px; background: #eef2f4; align-items: center; }
.benefit-title h2,.arrival-copy h2,.seller-copy h2,.review-title h2 { font-size: 40px; }
.benefit-list { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; text-align: center; }
.benefit-card { display: grid; justify-items: center; gap: 9px; }
.benefit-icon { width: 44px; height: 44px; display: grid; place-items: center; color: #071018; }
.benefit-icon img { width: 34px; height: 34px; object-fit: contain; }
.benefit-card h3 { margin: 0; font-size: 14px; line-height: 1.05; font-weight: 950; }
.benefit-card p { margin: 0; color: #657079; font-size: 11px; line-height: 1.25; }
.arrivals { display: grid; grid-template-columns: 270px 1fr; gap: 18px; padding: 28px 58px; }
.arrival-copy { padding-top: 18px; }
.arrival-copy .btn { margin-top: 22px; }
.arrival-gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.arrival-item img { width: 100%; aspect-ratio: 1 / .78; object-fit: cover; border-radius: 10px; background: #edf0f1; }
.arrival-item img { transition: transform .3s ease, box-shadow .25s ease; }
.arrival-item:hover img { transform: translateY(-5px) scale(1.02); box-shadow: 0 14px 30px rgba(6,16,24,.12); }
.arrival-item p { margin: 9px 0 0; font-size: 12px; font-weight: 800; color: #47525b; }
.arrival-item p:before { content: ""; width: 12px; height: 12px; border-radius: 50%; display: inline-block; margin-right: 8px; vertical-align: -1px; background: var(--dot); border: 1px solid #d7dcdf; }
.best-sellers { display: grid; grid-template-columns: 230px 1fr; gap: 24px; padding-top: 18px; }
.seller-copy { padding: 14px 0 0 8px; }
.seller-copy a { display: inline-block; margin-top: 20px; }
.story { min-height: 330px; display: grid; grid-template-columns: 46% 39% 15%; background: #0b151d url("../assets/Home/middle banner.png") center / cover no-repeat; color: #fff; overflow: hidden; }
.story img { display: none; }
.story-copy { grid-column: 2; padding: 58px 55px 45px; }
.story-copy h2 { font-size: 39px; }
.story-copy p:not(.eyebrow) { max-width: 640px; font-size: 15px; line-height: 1.45; color: #e6eaeb; }
.story-copy .btn { min-height: 34px; padding: 0 20px; border: 0; margin-top: 4px; }
.story-script { grid-column: 3; align-self: center; justify-self: center; font-size: 48px; color: #fff; }
.story-script span { font-family: Arial, sans-serif; font-size: 26px; font-weight: 900; }
.instagram { padding: 12px 58px 16px; }
.insta-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.insta-head h2 { margin: 0; font-size: 22px; font-weight: 950; }
.insta-head span { margin-left: 12px; color: #768087; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; }
.insta-strip { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
.insta-strip img { width: 100%; aspect-ratio: 1.1 / 1; object-fit: cover; border-radius: 10px; background: #edf0f1; }
.insta-strip img { transition: transform .25s ease, filter .25s ease; }
.insta-strip img:hover { transform: translateY(-4px); filter: contrast(1.05) saturate(1.05); }
.reviews { display: grid; grid-template-columns: 330px 1fr; gap: 42px; padding: 30px 82px 34px; background: linear-gradient(90deg,#f8fbfc 0%,#eef4f7 48%,#f7fbfc 100%); align-items: center; border-top: 1px solid #e4eaee; border-bottom: 1px solid #e4eaee; }
.review-title .eyebrow { margin-bottom: 7px; color: #697681; font-size: 13px; letter-spacing: 2.4px; }
.review-title h2 { font-size: 38px; line-height: .95; letter-spacing: 0; }
.review-title > div { display: flex; gap: 10px; margin-top: 22px; }
.round-btn { width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: #071018; color: #fff; margin-right: 0; cursor: pointer; font-size: 20px; line-height: 1; box-shadow: 0 7px 18px rgba(6,16,24,.2); transition: transform .2s ease, background-color .2s ease; }
.round-btn:hover { transform: translateY(-2px); background: #142333; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px; }
.review-card { background: rgba(255,255,255,.96); border: 1px solid #e9eef1; border-radius: 8px; padding: 22px 24px; display: grid; grid-template-columns: 58px 1fr; gap: 18px; box-shadow: 0 12px 30px rgba(8,20,32,.08); }
.review-card { transition: transform .25s ease, box-shadow .25s ease; }
.review-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(8,20,32,.13); }
.review-card img { width: 52px; height: 52px; border-radius: 50%; padding: 3px; background: #d8dde0; object-fit: cover; }
.review-card h3 { margin: 2px 0 7px; font-size: 15px; font-weight: 950; }
.stars { color: #ffae00; letter-spacing: 2.5px; font-size: 16px; line-height: 1; text-shadow: 0 1px 0 rgba(0,0,0,.08); }
.review-card p { margin: 9px 0 0; color: #26313a; font-size: 15px; line-height: 1.35; font-weight: 650; }
.community { min-height: 176px; position: relative; overflow: hidden; display: grid; grid-template-columns: 50% 50%; align-items: stretch; background: #eaf0f3 url("../assets/Home/Bottom banner.png") center / cover no-repeat; border-top: 1px solid #dde4e8; border-bottom: 1px solid #dde4e8; }
.community > img { display: none; }
.community-content { grid-column: 2; display: grid; grid-template-columns: 1fr 240px; grid-template-rows: auto auto; align-content: center; align-items: center; column-gap: 22px; padding: 22px 74px 22px 36px; }
.community h2 { grid-column: 1 / 2; margin: 0; font-size: 29px; line-height: 1; font-weight: 950; letter-spacing: 0; }
.community p { grid-column: 1 / 2; margin: 5px 0 0; font-size: 13px; line-height: 1.25; color: #3e4850; }
.community form { grid-column: 1 / 3; display: grid; grid-template-columns: 1fr 220px; gap: 18px; height: 46px; margin-top: 14px; }
.community input { min-width: 0; border: 1px solid #dfe4e7; border-radius: 5px; padding: 0 20px; font-size: 14px; background: rgba(255,255,255,.92); }
.community form .btn { min-height: 46px; height: 46px; border-radius: 5px; padding: 0 28px; }
.form-status { grid-column: 1 / 3; margin: 8px 0 0 !important; font-size: 12px; font-weight: 900; color: #071018; }
.site-footer { background: radial-gradient(circle at 12% 0%, rgba(255,255,255,.08), transparent 26%), linear-gradient(135deg,#071018 0%,#111d28 58%,#071018 100%); color: #d9e0e3; display: grid; grid-template-columns: minmax(250px, 1.15fr) repeat(3, minmax(135px, .65fr)) minmax(430px, 1.45fr); gap: 34px; padding: 46px 58px 74px; position: relative; border-top: 1px solid rgba(7,16,24,.1); }
.site-footer:after { content: ""; position: absolute; left: 58px; right: 58px; bottom: 52px; height: 1px; background: rgba(255,255,255,.12); }
.site-footer img { width: 72px; height: 72px; object-fit: contain; background: #fff; border-radius: 14px; box-shadow: none; }
.site-footer h3 { margin: 2px 0 16px; color: #fff; font-size: 14px; letter-spacing: .02em; font-weight: 950; }
.site-footer a,.site-footer p { display: block; margin: 0 0 9px; font-size: 13px; line-height: 1.55; color: #c8d2d8; }
.site-footer a { transition: color .18s ease, transform .18s ease; }
.site-footer a:hover { color: #fff; transform: translateX(3px); }
.footer-brand { border-right: 1px solid rgba(255,255,255,.13); padding-right: 30px; }
.footer-brand p { max-width: 230px; margin-top: 18px; color: #e5eaed; font-weight: 750; }
.follow-title { margin-top: 26px !important; }
.footer-icons { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.footer-icons a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; display: grid; place-items: center; background: rgba(255,255,255,.04); }
.footer-icons a { transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.footer-icons a:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.footer-icons img { width: 17px; height: 17px; filter: invert(1); background: transparent; box-shadow: none; border-radius: 0; }
.copyright { position: absolute; left: 58px; bottom: 18px; color: #8fa0aa !important; font-size: 12px !important; margin: 0 !important; }
.tagline { position: absolute; right: 58px; bottom: 18px; color: #fff !important; font-size: 13px !important; font-weight: 950; margin: 0 !important; }
@media (max-width: 1120px) {
  .site-header { grid-template-columns: 255px 1fr auto 72px; padding: 10px 22px; }
  .main-nav { position: absolute; top: 82px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 8px; background: #fff; padding: 14px; border: 1px solid #dde2e5; border-radius: 14px; box-shadow: none; z-index: 99; }
  .main-nav a { justify-content: center; }
  .main-nav.open { display: flex; }
  .menu-btn { display: block; }
  .header-actions { gap: 10px; }
  .search-box { width: 260px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 48px 28px 24px; }
  .hero-overlay { width: min(600px, 66vw); padding: 42px 0 42px 32px; }
  .hero-overlay .hero-points { grid-template-columns: repeat(2, 150px); gap: 18px 24px; margin-top: 24px; }
  .hero-script-text { top: 12%; right: 3%; font-size: clamp(28px, 4vw, 44px); }
  .hero-img { height: 460px; }
  .hero-script { display: none; }
  .style-grid,.benefit-list { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .arrivals,.best-sellers,.benefits,.reviews,.story,.community-content,.site-footer { grid-template-columns: 1fr; }
  .reviews { padding: 28px 24px; gap: 24px; }
  .community { grid-template-columns: 1fr; }
  .community-content { grid-column: auto; grid-template-columns: 1fr; padding: 24px; }
  .community h2,.community p,.community form,.form-status { grid-column: auto; }
  .community form { grid-template-columns: 1fr; height: auto; }
  .site-footer { gap: 24px; padding-bottom: 92px; }
  .site-footer:after { left: 24px; right: 24px; }
  .footer-brand { border-right: 0; padding-right: 0; }
}
/* ── Tablet mid-point ────────────────────────────── */
@media (max-width: 900px) {
  .site-header { padding: 8px 16px; }
  .search-box { width: 200px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .style-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .arrival-gallery { grid-template-columns: repeat(3, 1fr); }
  .benefit-list { grid-template-columns: repeat(3, 1fr); }
  .section-block { padding-left: 22px; padding-right: 22px; }
  .benefits,.arrivals,.instagram,.reviews { padding-left: 22px; padding-right: 22px; }
  .site-footer { grid-template-columns: repeat(2, 1fr); padding: 34px 24px 90px; gap: 22px; }
  .site-footer:after { left: 24px; right: 24px; bottom: 58px; }
  .footer-brand { border-right: 0; padding-right: 0; grid-column: 1 / -1; }
  .copyright { left: 24px; bottom: 18px; }
  .tagline { right: 24px; bottom: 18px; }
}
/* ── Mobile ──────────────────────────────────────── */
@media (max-width: 720px) {
  .top-strip { height: auto; min-height: 32px; justify-content: flex-start; padding: 7px 12px; gap: 7px; font-size: 10px; overflow: visible; }
  .top-social { display: none; }
  /* Header — 3-col: brand | spacer | menu-btn */
  .site-header { min-height: 64px; grid-template-columns: minmax(0, 1fr) auto 48px; padding: 8px 14px; gap: 8px; }
  .brand { min-height: 50px; gap: 10px; min-width: 0; }
  .brand-mark { width: 48px; height: 48px; border-radius: 8px; }
  .brand-mark img { width: 32px; height: 32px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 6.5px; letter-spacing: 1.6px; }
  /* Mobile icon row (cart + wishlist + user — visible in header) */
  .header-actions { display: flex; gap: 4px; order: 2; }
  .header-actions .search-box { display: none; }
  .header-actions .icon-btn,
  .header-actions .cart-btn { width: 34px; height: 34px; padding: 5px; border-radius: 8px; }
  .header-actions .icon-btn img { width: 17px; height: 17px; }
  .header-actions .wishlist-icon img { width: 17px; height: 17px; }
  .header-actions .cart-btn img { width: 19px; height: 19px; }
  .header-actions .cart-btn b,
  .header-actions .wish-nav b { top: -3px; right: -3px; min-width: 15px; height: 15px; font-size: 8.5px; }

  .menu-btn { min-height: 34px; width: 38px; padding: 0; font-size: 0; order: 3; }
  .menu-btn:before { content: "☰"; font-size: 20px; line-height: 1; }

  .main-nav { top: 64px; left: 10px; right: 10px; }
  /* Hero */
  .hero-banner { min-height: 520px; }
  .hero-banner:before { background: linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.72) 55%, rgba(255,255,255,.2) 100%); }
  .hero-banner-img { height: 100%; object-fit: cover; object-position: center bottom; }
  .hero-overlay { width: 100%; min-height: 520px; justify-content: flex-start; padding: 32px 16px 22px; }
  .hero-script-text { top: auto; right: 12px; bottom: 32px; font-size: 26px; }
  .hero h1 { font-size: clamp(40px, 12vw, 54px); }
  .hero-points { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  /* Sections */
  .section-block,.benefits,.arrivals,.instagram,.reviews,.site-footer { padding-left: 16px; padding-right: 16px; }
  .style-grid,.product-grid,.arrival-gallery,.insta-strip,.review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .benefit-list { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .story { grid-template-columns: 1fr; }
  .story-copy { grid-column: auto; padding: 36px 18px; }
  .story-script { display: none; }
  .community input { height: 46px; }
  /* Footer */
  .site-footer { grid-template-columns: 1fr; padding-top: 30px; padding-bottom: 90px; gap: 22px; }
  .site-footer:after { left: 16px; right: 16px; }
  .footer-brand { grid-column: auto; }
  .copyright,.tagline { left: 16px; right: auto; font-size: 11px !important; }
  .tagline { bottom: 38px; left: auto; right: 16px; }
}
/* ── Small mobile ────────────────────────────────── */
@media (max-width: 480px) {
  .hero-buttons { flex-direction: column; gap: 10px; }
  .hero-buttons .btn { width: 100%; justify-content: center; }
  .hero-points { grid-template-columns: repeat(2, 1fr); font-size: 10px; gap: 10px; }
  .style-grid { grid-template-columns: 1fr; }
  .insta-strip { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .community-content { padding: 20px 16px; }
  .community form .btn { min-height: 48px; }
}
/* ── Very small (≤360px) ─────────────────────────── */
@media (max-width: 360px) {
  .brand-copy strong { font-size: 14px; }
  .hero h1 { font-size: 36px; }
  .hero-overlay { padding: 28px 12px 18px; }
  .section-block,.benefits,.arrivals,.instagram,.reviews,.site-footer { padding-left: 12px; padding-right: 12px; }
  .product-grid,.style-grid { grid-template-columns: 1fr; }
}

/* Shop by Collection — compact catalogue cards */
.style-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.style-card { min-height: 154px; display: grid; grid-template-columns: 54% 46%; position: relative; overflow: hidden; border: 1px solid #e1e8eb; border-radius: 12px; background: #f7f9fa; box-shadow: 0 4px 12px rgba(6,16,24,.04); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.style-card:before { content: ""; position: absolute; z-index: 0; width: 88px; height: 88px; right: -32px; top: -36px; border-radius: 50%; background: #e3ecef; }
.style-card:after { content: "→"; position: absolute; z-index: 3; right: 12px; bottom: 12px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #071018; color: #fff; font-size: 15px; font-weight: 900; line-height: 1; }
.style-card:hover { transform: translateY(-3px); border-color: #b9c8ce; box-shadow: 0 11px 22px rgba(6,16,24,.1); }
.style-card img { position: relative; z-index: 1; grid-column: 2; width: 100%; height: 154px; object-fit: cover; object-position: center; transition: transform .25s ease; }
.style-card:hover img { transform: scale(1.04); }
.style-card .style-text { position: relative; z-index: 2; grid-column: 1; grid-row: 1; align-self: end; padding: 16px; color: #071018; font-size: 16px; font-weight: 950; line-height: 1.02; letter-spacing: -.025em; text-shadow: none; }
.style-card .style-text small { display: block; margin: 0 0 7px; color: #71808a; font-size: 8px; font-weight: 850; line-height: 1.2; letter-spacing: .65px; text-transform: uppercase; }
.style-card .style-text span { display: block; width: 0; height: 0; margin: 0; padding: 0; overflow: hidden; background: transparent; color: transparent; box-shadow: none; }
.style-card .style-text span:after { content: ""; }
.style-card:nth-child(3n+2), .style-card:nth-child(3n+2) img { min-height: 154px; }
@media (max-width: 900px) { .style-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 720px) { .style-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .style-card, .style-card:nth-child(3n+2) { min-height: 142px; } .style-card img, .style-card:nth-child(3n+2) img { height: 142px; min-height: 142px; } .style-card .style-text { padding: 13px; font-size: 14px; } }
@media (max-width: 360px) { .style-grid { grid-template-columns: 1fr; } .style-card, .style-card:nth-child(3n+2) { min-height: 128px; } .style-card img, .style-card:nth-child(3n+2) img { height: 128px; min-height: 128px; } }
@media (prefers-reduced-motion: reduce) { .style-card, .style-card img { transition: none; } .style-card:hover, .style-card:hover img { transform: none; } }
/* Collection shortcuts */
.collection-icon-row { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin: 0 0 16px; }
.collection-icon-row a { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 9px 10px; border: 1px solid #e1e8eb; border-radius: 10px; background: #fff; color: #1a2932; font-size: 11px; font-weight: 900; white-space: nowrap; transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.collection-icon-row a:hover { background: #f0f5f6; border-color: #b9c8ce; transform: translateY(-2px); }
.collection-icon-row img { width: 22px; height: 22px; object-fit: contain; }
@media (max-width: 720px) { .collection-icon-row { display: flex; overflow-x: auto; margin-right: -16px; padding-right: 16px; scrollbar-width: none; } .collection-icon-row::-webkit-scrollbar { display: none; } .collection-icon-row a { flex: 0 0 auto; min-height: 52px; } }
/* Why Choose 6G — trust and quality section */
.benefits { position: relative; grid-template-columns: minmax(245px, .8fr) minmax(0, 2fr); gap: 42px; padding: 48px 58px; overflow: hidden; background: linear-gradient(128deg, #0b1821 0%, #142832 44%, #eef3f4 44%, #f7fafb 100%); }
.benefits:before { content: "6G"; position: absolute; left: 4%; bottom: -34px; color: rgba(255,255,255,.045); font-size: 150px; font-weight: 950; line-height: 1; letter-spacing: -.1em; pointer-events: none; }
.benefit-title { position: relative; z-index: 1; color: #fff; }
.benefit-title .eyebrow { color: #b8ccd3; }
.benefit-title h2 { font-size: clamp(34px, 3.2vw, 46px); line-height: .92; }
.benefit-intro { max-width: 235px; margin: 18px 0; color: #c5d5da; font-size: 13px; line-height: 1.5; }
.benefit-promise { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.benefit-promise img { width: 17px; height: 17px; filter: invert(1); }
.benefit-list { position: relative; z-index: 1; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; text-align: left; }
.benefit-card { min-height: 148px; justify-items: center; align-content: center; gap: 10px; padding: 18px; text-align: center; border: 1px solid #dde7ea; border-radius: 12px; background: rgba(255,255,255,.88); box-shadow: 0 8px 20px rgba(6,16,24,.05); transition: transform .2s ease, box-shadow .2s ease; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: 0 15px 28px rgba(6,16,24,.12); }
.benefit-icon { width: 38px; height: 38px; border-radius: 10px; background: #e8f0f2; }
.benefit-icon img { width: 23px; height: 23px; }
.benefit-card h3 { font-size: 13px; line-height: 1.15; }
.benefit-card p { font-size: 11px; line-height: 1.35; }
@media (max-width: 1120px) { .benefits { grid-template-columns: 1fr; background: linear-gradient(145deg, #0b1821 0%, #142832 37%, #f7fafb 37%, #f7fafb 100%); } .benefit-intro { max-width: 430px; } }
@media (max-width: 720px) { .benefits { padding-top: 38px; padding-bottom: 30px; background: linear-gradient(160deg, #0b1821 0%, #142832 29%, #f7fafb 29%, #f7fafb 100%); } .benefit-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .benefit-card { min-height: 136px; padding: 14px; } .benefit-card h3 { font-size: 12px; } }
@media (max-width: 390px) { .benefit-card { min-height: 128px; padding: 12px; } .benefit-card p { font-size: 10px; } }
/* New arrivals — same polished shopping cards as featured products */
.arrivals { align-items: start; padding-top: 42px; padding-bottom: 42px; background: linear-gradient(135deg, #fbfcfc 0%, #eef4f5 100%); border-top: 1px solid #e5ecee; border-bottom: 1px solid #e5ecee; }
.arrival-copy { padding: 16px 8px; }
.arrival-copy h2 { font-size: clamp(32px, 3vw, 42px); }
.arrival-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.arrival-gallery .product-card { padding: 10px; border: 1px solid #e1e8eb; border-radius: 12px; background: #fff; box-shadow: 0 7px 18px rgba(6,16,24,.05); }
.arrival-gallery .product-card:hover { transform: translateY(-5px); box-shadow: 0 16px 28px rgba(6,16,24,.12); }
.arrival-gallery .product-img-wrap { border-radius: 8px; }
.arrival-gallery .product-title { min-height: 30px; margin-top: 11px; font-size: 12px; }
.arrival-gallery .price { font-size: 15px; }
.arrival-gallery .swatches { margin: 6px 0; }
.arrival-gallery .rating { margin-bottom: 8px; font-size: 11px; }
.arrival-gallery .add-cart { min-height: 36px; font-size: 10px; }
@media (max-width: 1120px) { .arrival-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 720px) { .arrivals { padding-top: 28px; padding-bottom: 30px; } .arrival-copy { padding: 0; } .arrival-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .arrival-gallery .product-card { padding: 8px; } .arrival-gallery .product-title { font-size: 11px; } }
/* Footer — refined brand and link layout */
.site-footer { gap: 40px; padding: 50px 68px 78px; background: radial-gradient(circle at 8% 0%, rgba(106,142,155,.2), transparent 27%), linear-gradient(135deg, #071018 0%, #10232e 55%, #071018 100%); }
.site-footer:before { content: ""; position: absolute; left: 68px; right: 68px; top: 0; height: 3px; background: linear-gradient(90deg, #fff 0 11%, #6d9eaa 11% 26%, transparent 26%); opacity: .8; }
.footer-brand { display: flex; align-items: center; gap: 18px; min-width: 0; border-right-color: rgba(255,255,255,.16); }
.footer-brand img { flex: 0 0 auto; width: 66px; height: 66px; border-radius: 13px; }
.footer-brand p { max-width: 205px; margin: 0; color: #e5edf0; font-size: 12px; line-height: 1.6; }
.site-footer h3 { position: relative; margin-bottom: 18px; padding-bottom: 10px; font-size: 12px; letter-spacing: .8px; text-transform: uppercase; }
.site-footer h3:after { content: ""; position: absolute; left: 0; bottom: 0; width: 26px; height: 2px; background: #7ca7b3; }
.site-footer a,.site-footer p { color: #b8c8ce; }
.site-footer a:hover { color: #fff; transform: translateX(5px); }
.footer-icons a:hover { transform: translateY(-3px); border-color: #8fb3bd; background: rgba(143,179,189,.14); }
@media (max-width: 900px) { .site-footer { padding-left: 24px; padding-right: 24px; } .site-footer:before { left: 24px; right: 24px; } }
@media (max-width: 720px) { .site-footer { padding-left: 16px; padding-right: 16px; } .site-footer:before { left: 16px; right: 16px; } .footer-brand { align-items: flex-start; } .footer-brand p { padding-top: 3px; } }
@media (max-width: 390px) { .footer-brand { gap: 13px; } .footer-brand img { width: 58px; height: 58px; } .footer-brand p { font-size: 11px; } }
/* Home location and contact */
.home-location-contact { display: grid; grid-template-columns: 1fr 1fr; margin: 0; background: #f5f8f9; border-top: 1px solid #e0e8eb; border-bottom: 1px solid #e0e8eb; }
.home-map-card { min-height: 470px; position: relative; overflow: hidden; background: #dce7ea; }
.home-map-card iframe { display: block; width: 100%; height: 100%; min-height: 470px; border: 0; filter: saturate(.92); }
.map-direction { position: absolute; left: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 9px; min-height: 43px; padding: 0 15px; border-radius: 8px; background: #071018; color: #fff; font-size: 12px; font-weight: 900; box-shadow: 0 10px 22px rgba(6,16,24,.2); }
.map-direction img { width: 20px; height: 20px; filter: invert(1); }
.home-message-form { display: flex; flex-direction: column; justify-content: center; padding: 48px max(30px, 9vw) 48px 54px; background: linear-gradient(145deg, #fff, #edf3f4); }
.home-message-form h2 { margin: 0; color: #071018; font-size: clamp(32px, 3.4vw, 48px); font-weight: 950; line-height: .94; letter-spacing: -.04em; }
.home-message-form h2 span { color: #688c97; }
.home-message-form > p:not(.eyebrow) { max-width: 430px; margin: 16px 0 22px; color: #61717a; font-size: 14px; line-height: 1.55; }
.home-message-form form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.home-message-form label { display: grid; gap: 7px; color: #273740; font-size: 11px; font-weight: 900; }
.home-message-form input,.home-message-form textarea { width: 100%; border: 1px solid #d6e0e4; border-radius: 7px; outline: 0; padding: 12px 13px; background: #fff; color: #071018; font: inherit; font-size: 14px; }
.home-message-form textarea { min-height: 92px; resize: vertical; }
.home-message-form input:focus,.home-message-form textarea:focus { border-color: #071018; box-shadow: 0 0 0 3px rgba(6,16,24,.08); }
.home-message-form .full { grid-column: 1 / -1; }
.home-message-form .btn { width: max-content; min-height: 45px; border-radius: 7px; }
.home-message-form .form-status { margin: 12px 0 0; color: #14804a; font-weight: 800; }
@media (max-width: 900px) { .home-location-contact { grid-template-columns: 1fr; } .home-map-card,.home-map-card iframe { min-height: 380px; } .home-message-form { padding: 42px 24px; } }
@media (max-width: 520px) { .home-map-card,.home-map-card iframe { min-height: 310px; } .home-message-form { padding: 34px 16px; } .home-message-form form { grid-template-columns: 1fr; } .home-message-form .full { grid-column: auto; } .home-message-form .btn { width: 100%; } }
/* Home hero — two banner carousel */
.home-hero-carousel { position: relative; }
.home-hero-carousel:before { display: none; }
.hero-slide:before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.68) 31%, rgba(255,255,255,.2) 62%, rgba(255,255,255,0) 100%); pointer-events: none; }
.hero-slide .hero-banner-img { z-index: 0; }
.hero-slide { position: absolute; inset: 0; z-index: 1; opacity: 0; pointer-events: none; transition: opacity .55s ease; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-slide .hero-overlay { z-index: 3; }
.hero-carousel-controls { position: absolute; z-index: 6; right: 34px; bottom: 26px; display: flex; align-items: center; gap: 10px; }
.hero-carousel-controls > button.hero-arrow { width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid rgba(7,16,24,.13);border-radius:50%;background:#071018;color:#fff;cursor:pointer;box-shadow:0 7px 18px rgba(7,16,24,.14);transition:background-color .2s ease,border-color .2s ease }.hero-carousel-controls > button.hero-arrow:hover{background:#e51d2a;border-color:#e51d2a}.hero-arrow svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.hero-carousel-controls > button.hero-arrow:focus-visible{outline:3px solid rgba(229,29,42,.32);outline-offset:3px}
.hero-dots { display: flex; gap: 7px; padding: 0 4px; }
.hero-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 99px; background: rgba(6,16,24,.35); cursor: pointer; transition: width .2s ease, background-color .2s ease; }
.hero-dots button.is-active { width: 24px; background: #071018; }
@media (max-width: 720px) { .hero-slide:before { background: linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.72) 55%, rgba(255,255,255,.2) 100%); } .hero-carousel-controls { right: 14px; bottom: 14px; gap: 6px; } .hero-carousel-controls > button.hero-arrow { width:36px;height:36px }.hero-arrow svg{width:17px;height:17px} }
@media (prefers-reduced-motion: reduce) { .hero-slide { transition: none; } }
/* Size-first shopping: colour swatches are intentionally hidden. */
.swatches:empty, .swatch-line:empty { display: none; }
.product-card .swatches, .tshirt-grid .thumb-row, .tshirt-grid .swatch-line, .search-results .thumb-row, .search-results .swatch-line { display: none; }

.footer-credit{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);margin:0!important;color:#9eafb7!important;font-size:11px!important;white-space:nowrap}.footer-credit strong{color:#fff;font-weight:800}@media(max-width:720px){.footer-credit{left:16px;bottom:58px;transform:none;font-size:10px!important}}

/* Compact Visit or Message Us section */
.home-location-contact { margin: 34px 58px; border: 1px solid #dce7ea; border-radius: 18px; overflow: hidden; box-shadow: 0 14px 34px rgba(6,16,24,.08); background: #fff; }
.home-map-card { min-height: 360px; }
.home-map-card iframe { min-height: 360px; }
.home-map-card:after { content: "6G CLOTHING"; position: absolute; top: 16px; left: 16px; padding: 7px 10px; border-radius: 99px; background: rgba(255,255,255,.92); color: #071018; font-size: 9px; font-weight: 950; letter-spacing: 1px; box-shadow: 0 5px 14px rgba(6,16,24,.12); }
.map-direction { left: 16px; bottom: 16px; min-height: 38px; padding: 0 13px; font-size: 11px; }
.home-message-form { padding: 38px 52px; background: linear-gradient(145deg, #fff 0%, #f2f7f8 100%); }
.home-message-form:before { content: ""; display: block; width: 38px; height: 3px; margin-bottom: 17px; background: #6f98a4; }
.home-message-form h2 { font-size: clamp(29px, 3vw, 42px); }
.home-message-form > p:not(.eyebrow) { margin: 12px 0 18px; }
.home-message-form textarea { min-height: 76px; }
@media (max-width: 1120px) { .home-location-contact { margin-left: 24px; margin-right: 24px; } }
@media (max-width: 900px) { .home-location-contact { margin-top: 28px; margin-bottom: 28px; } .home-map-card,.home-map-card iframe { min-height: 310px; } .home-message-form { padding: 32px 28px; } }
@media (max-width: 520px) { .home-location-contact { margin: 22px 16px; border-radius: 14px; } .home-map-card,.home-map-card iframe { min-height: 255px; } .home-message-form { padding: 27px 16px; } .home-message-form h2 { font-size: 30px; } }
/* Our Story — elevated brand narrative */
.story { min-height: 390px; grid-template-columns: 42% 47% 11%; position: relative; background-position: center; }
.story:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,16,24,.06) 0%, rgba(7,16,24,.35) 40%, rgba(7,16,24,.84) 68%, rgba(7,16,24,.95) 100%); pointer-events: none; }
.story-copy { position: relative; z-index: 1; align-self: center; margin: 30px 0; padding: 38px 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(7,16,24,.48); backdrop-filter: blur(10px); box-shadow: 0 18px 38px rgba(0,0,0,.16); }
.story-copy .eyebrow { color: #c5dbe1; }
.story-copy h2 { font-size: clamp(33px, 3.4vw, 48px); line-height: .94; }
.story-copy p:not(.eyebrow) { max-width: 530px; margin: 18px 0; color: #e7eff1; }
.story-highlights { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.story-highlights span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; background: rgba(255,255,255,.1); color: #fff; font-size: 10px; font-weight: 900; }
.story-highlights img { width: 16px; height: 16px; filter: invert(1); }
.story-copy .btn.light { border-color: rgba(255,255,255,.3); background: #fff; color: #071018; }
.story-copy .btn.light:hover { background: #dce8eb; }
@media (max-width: 1120px) { .story { grid-template-columns: 1fr; } .story-copy { grid-column: auto; max-width: 650px; margin: 34px 24px; } }
@media (max-width: 720px) { .story { min-height: 520px; align-items: end; background-position: 58% center; } .story:before { background: linear-gradient(180deg, rgba(7,16,24,.08) 0%, rgba(7,16,24,.76) 63%, rgba(7,16,24,.96) 100%); } .story-copy { margin: 16px; padding: 26px 20px; } .story-highlights { gap: 6px; } .story-highlights span { font-size: 9px; padding: 6px 7px; } }
/* Home collection promos */
.home-promo-banners { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: 18px 58px 28px; }
.home-promo-card { min-height: 265px; position: relative; display: flex; align-items: flex-end; overflow: hidden; border-radius: 14px; background-color: #17242d; background-size: cover; background-position: center; box-shadow: 0 10px 24px rgba(6,16,24,.1); transition: transform .25s ease, box-shadow .25s ease; }
.home-promo-card:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(6,16,24,.17); }
.promo-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,16,24,.76) 0%, rgba(6,16,24,.38) 48%, rgba(6,16,24,.06) 100%); }
.home-promo-limited .promo-scrim { background: linear-gradient(90deg, rgba(6,16,24,.72) 0%, rgba(6,16,24,.28) 56%, rgba(6,16,24,.04) 100%); }
.home-promo-content { position: relative; z-index: 1; display: grid; gap: 9px; padding: 28px 30px; color: #fff; }
.home-promo-content small { font-size: 10px; font-weight: 900; letter-spacing: 1.35px; text-transform: uppercase; color: #d6e4e8; }
.home-promo-content strong { font-size: clamp(30px, 3.1vw, 44px); font-weight: 950; line-height: .88; letter-spacing: -.04em; }
.home-promo-content b { display: inline-flex; align-items: center; gap: 10px; margin-top: 4px; font-size: 11px; text-transform: uppercase; letter-spacing: .8px; }
.home-promo-content i { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-style: normal; font-size: 15px; }
@media (max-width: 900px) { .home-promo-banners { padding-left: 22px; padding-right: 22px; } }
@media (max-width: 720px) { .home-promo-banners { grid-template-columns: 1fr; gap: 12px; padding: 16px; } .home-promo-card { min-height: 220px; } .home-promo-content { padding: 22px; } }
/* Home fabric and signature promos */
.home-value-banners { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: 24px 58px; }
.home-value-card { min-height: 300px; position: relative; overflow: hidden; border-radius: 14px; background-color: #eaf0f1; background-size: cover; background-position: center; box-shadow: 0 10px 24px rgba(6,16,24,.08); }
.home-value-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.76) 45%, rgba(255,255,255,.08) 100%); }
.signature-card .home-value-overlay { background: linear-gradient(90deg, rgba(6,16,24,.9) 0%, rgba(6,16,24,.58) 52%, rgba(6,16,24,.08) 100%); }
.home-value-content { position: relative; z-index: 1; max-width: 310px; padding: 32px; }
.home-value-content > span { display: inline-block; margin-bottom: 12px; color: #53616a; font-size: 10px; font-weight: 950; letter-spacing: 1.2px; text-transform: uppercase; }
.home-value-content h2 { margin: 0; color: #071018; font-size: clamp(27px, 2.8vw, 40px); font-weight: 950; line-height: .9; letter-spacing: -.04em; }
.home-value-content p { margin: 14px 0 18px; color: #33414a; font-size: 14px; font-weight: 700; line-height: 1.4; }
.home-value-content a { display: inline-flex; align-items: center; gap: 9px; color: #071018; font-size: 11px; font-weight: 950; letter-spacing: .7px; text-transform: uppercase; }
.home-value-content a b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #071018; color: #fff; font-size: 15px; }
.signature-card .home-value-content > span,.signature-card .home-value-content h2,.signature-card .home-value-content p,.signature-card .home-value-content a { color: #fff; }
.signature-card .home-value-content a b { background: #fff; color: #071018; }
.value-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.value-pills i { padding: 6px 8px; border: 1px solid rgba(7,16,24,.15); border-radius: 99px; background: rgba(255,255,255,.62); color: #17262e; font-size: 9px; font-style: normal; font-weight: 900; }
@media (max-width: 900px) { .home-value-banners { padding-left: 22px; padding-right: 22px; } }
@media (max-width: 720px) { .home-value-banners { grid-template-columns: 1fr; gap: 12px; padding: 16px; } .home-value-card { min-height: 250px; } .home-value-content { padding: 25px; } }
/* Refined CTA buttons for the home value banners */
.home-value-content .value-cta {
  width: fit-content;
  min-height: 42px;
  padding: 5px 6px 5px 16px;
  border: 1px solid rgba(7, 16, 24, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 5px 15px rgba(7, 16, 24, .08);
  letter-spacing: .75px;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}
.home-value-content .value-cta b {
  width: 30px;
  height: 30px;
  font-size: 18px;
  transition: transform .22s ease, background .22s ease, color .22s ease;
}
.home-value-content .value-cta:hover {
  transform: translateY(-2px);
  background: #071018;
  color: #fff;
  box-shadow: 0 9px 20px rgba(7, 16, 24, .22);
}
.home-value-content .value-cta:hover b { transform: translateX(3px); background: #fff; color: #071018; }
.signature-card .home-value-content .value-cta { border-color: rgba(255, 255, 255, .32); background: rgba(255, 255, 255, .12); }
.signature-card .home-value-content .value-cta:hover { background: #fff; color: #071018; }
.signature-card .home-value-content .value-cta:hover b { background: #071018; color: #fff; }

/* Home community sign-up */
.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; }
.community--home { min-height: 330px; margin: 36px 58px 44px; display: grid; grid-template-columns: minmax(300px, .9fr) minmax(400px, 1.1fr); overflow: hidden; border: 1px solid #cfdde1; border-radius: 18px; background: #071018; box-shadow: 0 18px 38px rgba(7,16,24,.14); }
.community--home > img { display: none; }
.community--home .community-visual { position: relative; min-height: 330px; overflow: hidden; background: #172730; }
.community--home .community-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,16,24,.16) 0%, rgba(7,16,24,.04) 45%, rgba(7,16,24,.7) 100%); }
.community--home .community-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.community-stamp { position: absolute; z-index: 1; top: 22px; left: 22px; display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid rgba(255,255,255,.66); border-radius: 50%; color: #fff; font-size: 8px; font-weight: 950; line-height: 1.05; letter-spacing: 1px; text-align: center; }
.community-script { position: absolute; z-index: 1; right: 24px; bottom: 22px; margin: 0; color: #fff; font-family: "Brush Script MT", "Segoe Script", cursive; font-size: 35px; line-height: .82; text-align: right; transform: rotate(-7deg); text-shadow: 0 3px 12px rgba(0,0,0,.3); }
.community--home .community-content { grid-column: auto; display: block; padding: 40px 54px 32px; color: #fff; background: radial-gradient(circle at 95% 3%, rgba(229,29,42,.27), transparent 28%), linear-gradient(135deg, #0d1b25 0%, #071018 100%); }
.community--home .eyebrow { margin: 0 0 12px; color: #a9c1c9; font-size: 10px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; }
.community--home h2 { margin: 0; color: #fff; font-size: clamp(33px, 3.25vw, 46px); line-height: .9; letter-spacing: -.045em; }
.community--home h2 span { color: #f04a54; }
.community--home .community-copy { max-width: 460px; margin: 15px 0 21px; color: #d4e0e3; font-size: 14px; line-height: 1.5; }
.community--home form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; max-width: 490px; height: 52px; margin: 0; }
.community--home input { min-width: 0; height: 52px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; padding: 0 17px; outline: none; background: rgba(255,255,255,.96); color: #071018; font: inherit; font-size: 13px; }
.community--home input:focus { border-color: #f04a54; box-shadow: 0 0 0 3px rgba(240,74,84,.2); }
.community--home form .btn { min-height: 52px; height: 52px; padding: 0 10px 0 18px; border: 0; border-radius: 8px; background: #ed1c2a; color: #fff; box-shadow: none; }
.community--home form .btn b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.15); font-size: 17px; line-height: 1; }
.community--home form .btn:hover { background: #ff3441; transform: translateY(-2px); }
.community--home .community-privacy { margin: 9px 0 17px; color: #aebdc2; font-size: 10px; }
.community-perks { display: flex; flex-wrap: wrap; gap: 8px; }
.community-perks span { display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.06); color: #e9f0f2; font-size: 10px; font-weight: 850; }
.community-perks img { width: 13px; height: 13px; filter: invert(1); }
.community--home .form-status { margin: 10px 0 0 !important; color: #a7efbd; font-size: 11px; }
@media (max-width: 1120px) { .community--home { margin-left: 24px; margin-right: 24px; } .community--home .community-content { padding: 36px 34px 28px; } }
@media (max-width: 760px) { .community--home { grid-template-columns: 1fr; margin: 26px 16px 30px; } .community--home .community-visual { min-height: 220px; } .community--home .community-visual:after { background: linear-gradient(180deg, rgba(7,16,24,.05) 0%, rgba(7,16,24,.72) 100%); } .community--home .community-content { padding: 30px 22px 26px; } .community--home h2 { font-size: 35px; } }
@media (max-width: 460px) { .community--home .community-visual { min-height: 185px; } .community--home .community-content { padding: 26px 16px 22px; } .community--home form { grid-template-columns: 1fr; height: auto; } .community--home form .btn { width: 100%; } .community-perks { gap: 6px; } .community-perks span { font-size: 9px; padding: 6px 7px; } }
