/* ============================================================
   OFFSHORE — Pererenan store landing page · v3
   Palette: watermelon-seafoam (coral-red + seafoam mint + ink)
   Display: Saira Condensed (athletic italic). Body: Inter.
   Mobile-first · bilingual EN/ID · tasteful, reduced-motion-safe.
   ============================================================ */

:root {
  /* Billboard palette — sunset coral + ocean blue + navy. (legacy var names kept: --mint = ocean blue) */
  --coral: #ff8e5e; --coral-dk: #f2703b; --coral-pale: #ffe7da;
  --mint: #0084b3; --mint-dk: #006a8f; --mint-pale: #e1f2f8;
  --ink: #001120; --ink-2: #06243a; --bone: #fbf4ea; --white: #fff;
  --ink-soft: #2a3a45; --ink-muted: #5a6b76; --ink-faint: #8fa0ab;
  --rule: #ece4d6; --rule-soft: #f3ecdf;
  --sp-1:4px; --sp-2:8px; --sp-3:12px; --sp-4:16px; --sp-5:24px; --sp-6:32px; --sp-7:48px; --sp-8:64px; --sp-9:96px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bone); color: var(--ink);
  font-family: 'Inter', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
.container { max-width: 1120px; margin: 0 auto; padding: 0 var(--sp-5); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.visually-hidden, .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; }

/* ============== INLINE ICONS ============== */
.ic { display: inline-block; width: 1em; height: 1em; vertical-align: -0.12em; background: currentColor; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain; }
.ic-pin    { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.2 7-11a7 7 0 1 0-14 0c0 4.8 7 11 7 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.2 7-11a7 7 0 1 0-14 0c0 4.8 7 11 7 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E"); }
.ic-clock  { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E"); }
.ic-tag    { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 11.5 3H20a1 1 0 0 1 1 1v8.5L12.5 21a1.5 1.5 0 0 1-2.1 0l-7.4-7.4a1.5 1.5 0 0 1 0-2.1Z'/%3E%3Ccircle cx='16.5' cy='7.5' r='1.3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 11.5 3H20a1 1 0 0 1 1 1v8.5L12.5 21a1.5 1.5 0 0 1-2.1 0l-7.4-7.4a1.5 1.5 0 0 1 0-2.1Z'/%3E%3Ccircle cx='16.5' cy='7.5' r='1.3'/%3E%3C/svg%3E"); }
.ic-price  { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M16.5 7.5C15.5 6.2 13.9 5.5 12 5.5c-2.5 0-4 1.3-4 3 0 4 8 2 8 6 0 1.7-1.6 3-4 3-1.9 0-3.5-.7-4.5-2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M16.5 7.5C15.5 6.2 13.9 5.5 12 5.5c-2.5 0-4 1.3-4 3 0 4 8 2 8 6 0 1.7-1.6 3-4 3-1.9 0-3.5-.7-4.5-2'/%3E%3C/svg%3E"); }
.ic-camera { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2.5'/%3E%3Cpath d='M8.5 7 10 4.5h4L15.5 7'/%3E%3Ccircle cx='12' cy='13.5' r='3.3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2.5'/%3E%3Cpath d='M8.5 7 10 4.5h4L15.5 7'/%3E%3Ccircle cx='12' cy='13.5' r='3.3'/%3E%3C/svg%3E"); }
.ic-chat   { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a8 8 0 0 1-11.6 7.1L4 20l1-5.2A8 8 0 1 1 21 12Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a8 8 0 0 1-11.6 7.1L4 20l1-5.2A8 8 0 1 1 21 12Z'/%3E%3C/svg%3E"); }

/* ============== OPENING BANNER ============== */
.open-banner {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  background: var(--ink); color: #fff; padding: 10px 16px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.02em; flex-wrap: wrap;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ob-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); animation: pulse 2.4s infinite; }
.ob-text { text-transform: uppercase; letter-spacing: 0.12em; font-size: 11.5px; color: var(--mint); font-weight: 700; }
.ob-count { font-family: 'Saira Condensed', sans-serif; font-weight: 700; letter-spacing: 0.04em; }
.ob-cta { background: var(--coral); color: var(--ink); display: inline-flex; align-items: center; min-height: 34px; padding: 6px 16px; border-radius: 50px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; transition: background 0.18s, transform 0.18s; }
.ob-cta:hover { background: var(--coral-dk); transform: translateY(-1px); }

/* ============== LANGUAGE TOGGLE ============== */
.lang-toggle { position: fixed; top: 58px; right: var(--sp-4); display: flex; background: rgba(21,24,29,0.72); backdrop-filter: blur(8px); border-radius: 50px; padding: 3px; z-index: 65; box-shadow: 0 4px 14px rgba(21,24,29,0.22); }
.lang-btn { background: transparent; border: 0; color: rgba(255,255,255,0.6); font-family: inherit; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; min-height: 38px; padding: 9px 15px; border-radius: 50px; cursor: pointer; transition: color 0.2s, background 0.2s; }
.lang-btn.active { background: var(--mint); color: var(--ink); }

/* ============== HERO ============== */
.hero { position: relative; min-height: calc(94svh - 44px); padding: var(--sp-8) var(--sp-5); background: #fbf7f0; color: var(--ink); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; overflow: hidden; }
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: 880px; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(ellipse 66% 52% at 50% 50%, rgba(251,247,240,1), rgba(251,247,240,0.45) 60%, rgba(251,247,240,0) 80%); }
.hero-waves { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.wave-layer { position: absolute; top: -3%; left: -3%; width: 106%; height: 106%; will-change: transform; }
.wave-1 path, .wave-2 path, .wave-3 path { opacity: 1; }
.wave-1 { animation: sway 22s var(--ease) infinite alternate; }
.wave-2 { animation: sway 28s var(--ease) infinite alternate-reverse; }
.wave-3 { animation: sway 34s var(--ease) infinite alternate; }
@keyframes drift { from { transform: translateX(-2.5%) translateY(0); } to { transform: translateX(3.5%) translateY(-1.5%); } }
@keyframes sway { from { transform: translateX(-1.4%); } to { transform: translateX(1.4%); } }

.hero-status { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); border-radius: 50px; padding: 6px 16px; margin-bottom: var(--sp-5); font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; backdrop-filter: blur(6px); }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--ink-faint); flex: 0 0 auto; }
.hero-status.is-open .status-dot { background: var(--mint); animation: pulse 2.4s infinite; }
.hero-status.is-closed .status-dot { background: var(--coral); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(0,132,179,0.55); } 70% { box-shadow: 0 0 0 9px rgba(0,132,179,0); } 100% { box-shadow: 0 0 0 0 rgba(0,132,179,0); } }

.hero-title { margin-bottom: var(--sp-3); }
.wordmark { width: min(78vw, 480px); height: auto; display: block; margin: 0 auto; filter: drop-shadow(0 3px 7px rgba(0,17,32,0.22)); }
.hero-sub { display: block; margin-top: var(--sp-4); font-family: 'Saira Condensed', 'Inter', sans-serif; font-style: italic; font-size: clamp(14px, 2.4vw, 22px); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.8); }
.hero-tagline { font-family: 'Saira Condensed', 'Inter', sans-serif; font-style: italic; font-weight: 800; font-size: clamp(20px, 4.2vw, 38px); line-height: 1; text-transform: uppercase; margin: var(--sp-5) auto var(--sp-3); color: #fff; }
.hero-tagline .plus { color: var(--mint); margin: 0 0.1em; } .hero-tagline .accent { color: var(--coral); }
.hero-lede { max-width: 560px; margin: 0 auto var(--sp-5); font-size: clamp(15px, 2vw, 18px); color: rgba(255,255,255,0.72); }

/* Countdown */
.countdown { display: flex; gap: var(--sp-3); justify-content: center; margin: 0 auto var(--sp-2); }
.cd-cell { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 12px; padding: 10px 6px; min-width: 68px; backdrop-filter: blur(6px); }
.cd-num { display: block; font-family: 'Saira Condensed', sans-serif; font-weight: 800; font-size: clamp(28px, 6vw, 44px); line-height: 1; color: var(--mint); font-variant-numeric: tabular-nums; }
.cd-lbl { display: block; margin-top: 4px; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.cd-caption { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: var(--sp-5); letter-spacing: 0.04em; }

.hero-ctas { display: flex; flex-wrap: wrap; gap: var(--sp-3); justify-content: center; }
.cta { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; border-radius: 7px; transition: transform 0.18s var(--ease), background 0.18s, box-shadow 0.18s, color 0.18s; cursor: pointer; }
.cta:active { transform: translateY(1px) scale(0.99); }
.cta-primary { background: var(--coral); color: var(--ink); box-shadow: 0 8px 20px rgba(255,142,94,0.32); }
.cta-primary:hover { background: var(--coral-dk); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(255,142,94,0.4); }
.cta-secondary { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.24); color: #fff; }
.cta-secondary:hover { background: rgba(255,255,255,0.16); transform: translateY(-2px); }
.cta-ghost { background: transparent; border: 1.5px solid var(--ink); color: var(--ink); }
.cta-ghost:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }

.scroll-cue { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 2; }
.scroll-cue span { display: block; width: 22px; height: 34px; border: 2px solid rgba(255,255,255,0.4); border-radius: 12px; position: relative; }
.scroll-cue span::before { content: ''; position: absolute; top: 6px; left: 50%; width: 3px; height: 7px; background: var(--mint); border-radius: 2px; transform: translateX(-50%); animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0% { opacity: 0; transform: translate(-50%,0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translate(-50%,12px); } 100% { opacity: 0; } }

/* Hero is a light mural — flip the hero UI to dark-on-light */
.hero-sub { color: var(--ink-soft); }
.hero-tagline { color: var(--ink); }
.hero-lede { color: var(--ink-soft); }
.hero-status { background: rgba(255,255,255,0.72); border-color: rgba(0,17,32,0.12); color: var(--ink); }
.cd-cell { background: #fff; border-color: var(--rule); box-shadow: 0 4px 14px rgba(0,17,32,0.06); }
.cd-num { color: var(--coral); }
.cd-lbl { color: var(--ink-muted); }
.cd-caption { color: var(--ink-muted); }
.cta-secondary { background: transparent; border-color: var(--ink); color: var(--ink); }
.cta-secondary:hover { background: var(--ink); color: #fff; }
.scroll-cue span { border-color: rgba(0,17,32,0.3); }

/* ============== SHARED SECTION ============== */
section { padding: var(--sp-9) 0; position: relative; }
.section-tag { display: inline-block; background: var(--mint); color: #fff; font-family: 'Saira Condensed', 'Inter', sans-serif; font-style: normal; font-weight: 800; font-size: 15px; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 20px; border-radius: 7px; margin-bottom: var(--sp-4); box-shadow: 0 6px 16px rgba(0,132,179,0.24); transform: skewX(-11deg); }
.section-tag > * { display: inline-block; }
.about .section-tag, .location .section-tag, .faq .section-tag { background: var(--coral); box-shadow: 0 6px 16px rgba(255,142,94,0.24); }
.section-h { font-family: 'Saira Condensed', 'Inter', sans-serif; font-style: italic; font-weight: 800; font-size: clamp(28px, 4.6vw, 46px); line-height: 1.04; margin-bottom: var(--sp-5); max-width: 820px; text-transform: uppercase; }
.lede { font-size: clamp(16px, 1.8vw, 18px); color: var(--ink-soft); max-width: 720px; margin-bottom: var(--sp-7); }

/* ============== PHOTO PLACEHOLDERS (art-directed) ============== */
.photo {
  position: relative; background-color: #eef4f3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 300' preserveAspectRatio='xMidYMid slice'%3E%3Crect width='400' height='300' fill='%23eef4f3'/%3E%3Cpath d='M0,0 H400 V112 C300,154 250,112 170,134 C90,156 50,116 0,146 Z' fill='%239fd6e8'/%3E%3Cpath d='M0,300 H400 V210 C320,176 250,222 160,196 C80,172 40,214 0,192 Z' fill='%23f8cba6'/%3E%3C/svg%3E");
  background-size: cover; background-position: center; border-radius: 16px; overflow: hidden;
}

/* ============== MANIFESTO ============== */
.manifesto { background: var(--ink); color: #fff; }
.manifesto .section-tag { background: var(--coral); color: var(--ink); box-shadow: 0 6px 16px rgba(255,142,94,0.24); }
.manifesto-lead { font-family: 'Saira Condensed', 'Inter', sans-serif; font-style: italic; font-weight: 800; font-size: clamp(30px, 5.2vw, 60px); line-height: 1.02; text-transform: uppercase; color: #fff; max-width: 18ch; margin-bottom: var(--sp-5); }
.manifesto-body { font-size: clamp(17px, 2vw, 21px); line-height: 1.6; color: rgba(255,255,255,0.82); max-width: 660px; margin-bottom: var(--sp-4); }
.manifesto-close { font-family: 'Saira Condensed', 'Inter', sans-serif; font-style: italic; font-weight: 800; font-size: clamp(18px, 2.4vw, 27px); text-transform: uppercase; color: var(--coral); max-width: 660px; }

/* ============== ABOUT ============== */
.about { background: var(--bone); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-4); }
.value { background: var(--white); border: 1px solid var(--rule); border-radius: 16px; padding: var(--sp-6) var(--sp-5); transition: transform 0.2s var(--ease), box-shadow 0.2s, border-color 0.2s; }
.value:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(21,24,29,0.08); border-color: var(--mint); }
.value-icon { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: var(--mint-pale); color: var(--mint-dk); font-size: 24px; margin-bottom: var(--sp-3); }
.value:nth-child(2) .value-icon { background: var(--coral-pale); color: var(--coral-dk); }
.value h3 { font-size: 19px; font-weight: 700; margin-bottom: var(--sp-2); color: var(--ink); }
.value p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }

.wave-divider { margin-top: var(--sp-8); text-align: center; }
.wave-mark { height: 168px; width: auto; display: inline-block; filter: drop-shadow(0 4px 7px rgba(0,17,32,0.26)); }

/* ============== WHAT'S INSIDE ============== */
.inside { background: var(--white); }
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-4); }
.cat-card { background: var(--bone); border: 1px solid var(--rule); border-radius: 16px; padding: 12px; transition: transform 0.2s var(--ease), box-shadow 0.2s; }
.cat-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(21,24,29,0.1); }
.photo-cat { aspect-ratio: 4 / 3; margin-bottom: var(--sp-3); border-radius: 12px; overflow: hidden; background: #eef4f3; }
.photo-cat img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s var(--ease); }
.cat-card:hover .photo-cat img { transform: scale(1.05); }
.cat-card h3 { font-size: 17px; font-weight: 700; padding: 0 6px; }
.cat-card p { font-size: 13.5px; color: var(--ink-soft); padding: 4px 6px 10px; line-height: 1.45; }
.price-tag { display: inline-block; margin: 0 6px; background: var(--mint-pale); color: var(--mint-dk); font-size: 12px; font-weight: 700; letter-spacing: 0.03em; padding: 4px 12px; border-radius: 50px; }
.inside-foot { margin-top: var(--sp-6); font-size: 13px; color: var(--ink-muted); font-style: italic; }

/* ============== BRANDS WALL ============== */
.brands { background: var(--ink); color: #fff; overflow: hidden; position: relative; --logo-h: clamp(28px, 3.2vw, 44px); --brand-gap: clamp(48px, 7vw, 110px); padding: var(--sp-7) 0; }
.brands .section-tag { background: var(--mint); color: #fff; }
.brand-marquee { display: flex; width: max-content; margin: var(--sp-6) 0; animation: marquee 34s linear infinite; }
.brand-marquee:hover { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.brand-track { display: flex; align-items: center; gap: var(--brand-gap); padding-right: var(--brand-gap); }
.brand-chip { font-family: 'Saira Condensed', 'Inter', sans-serif; font-style: italic; font-weight: 800; font-size: clamp(30px, 4.4vw, 52px); line-height: 1; text-transform: uppercase; color: rgba(255,255,255,0.55); padding: 0; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; transition: color 0.25s, transform 0.25s var(--ease); }
.brand-chip:hover { color: #fff; transform: translateY(-3px); }
.brand-logo { display: none; height: var(--logo-h); width: auto; max-width: 440px; object-fit: contain; object-position: center; vertical-align: middle; filter: brightness(0) invert(1); opacity: 0.9; transition: opacity 0.25s; }
/* Per-brand optical sizing — equalize visual weight despite very different aspect ratios */
/* per-brand factors: measured so each logo's rendered INK height matches (see /tmp measure) */
.brand-logo[src*="quiksilver"] { height: calc(var(--logo-h) * 0.87); }
.brand-logo[src*="billabong"]  { height: calc(var(--logo-h) * 0.96); }
.brand-logo[src*="roxy"]       { height: calc(var(--logo-h) * 1.00); }
.brand-logo[src*="rvca"]       { height: calc(var(--logo-h) * 0.88); }
.brand-logo[src*="dc"]         { height: calc(var(--logo-h) * 0.87); }
.brand-logo[src*="dakine"]     { height: calc(var(--logo-h) * 0.90); }
.brand-logo[src*="creatures"]  { height: calc(var(--logo-h) * 0.93); }
.brand-logo[src*="native"]     { height: calc(var(--logo-h) * 0.87); }
.brand-chip:hover .brand-logo { opacity: 1; }
.brand-chip.has-logo .brand-logo { display: inline-block; }
.brand-chip.has-logo .brand-txt { display: none; }
.brands-foot { text-align: center; font-size: 14.5px; color: rgba(255,255,255,0.62); font-style: italic; max-width: 620px; margin: 0 auto; }

/* ============== THE STORE (band + stats) ============== */
.store { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.store-bg { position: absolute; inset: 0; z-index: 0; opacity: 0.15; }
.store-bg .wave-layer { position: absolute; inset: 0; width: 100%; height: 100%; }
.store .container { position: relative; z-index: 2; }
.store-flex { display: flex; gap: var(--sp-8); align-items: center; flex-wrap: wrap; }
.store-num { font-family: 'Saira Condensed', sans-serif; font-style: italic; font-weight: 900; font-size: clamp(86px, 15vw, 176px); line-height: 0.82; color: var(--coral); display: block; margin-left: -0.07em; }
.store-unit { font-size: 0.32em; vertical-align: super; margin-left: 0.04em; }
.store-big-lbl { display: block; margin-top: var(--sp-3); font-size: 13.5px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7); max-width: 230px; }
.store-copy { flex: 1 1 300px; }
.store-h { font-family: 'Saira Condensed', sans-serif; font-style: italic; font-weight: 800; font-size: clamp(26px, 3.6vw, 40px); text-transform: uppercase; line-height: 1.02; color: #fff; margin-bottom: var(--sp-6); }
.ministats { display: flex; flex-wrap: wrap; gap: var(--sp-5) var(--sp-7); }
.ms { display: flex; flex-direction: column; }
.ms-num { font-family: 'Saira Condensed', sans-serif; font-style: italic; font-weight: 800; font-size: clamp(30px, 4vw, 46px); line-height: 1; color: var(--mint); }
.ms-lbl { font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-top: 4px; max-width: 150px; }
.stat-row { display: flex; flex-wrap: wrap; gap: var(--sp-7); margin-top: var(--sp-2); }
.stat { display: flex; flex-direction: column; }
.stat-num { font-family: 'Saira Condensed', sans-serif; font-style: italic; font-weight: 800; font-size: clamp(34px, 6vw, 56px); line-height: 1; color: var(--coral); }
.stat-lbl { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-top: 4px; }

/* ============== LOCATION ============== */
.location { background: var(--white); }
.location-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: var(--sp-6); align-items: stretch; }
.location-info { background: var(--bone); border: 1px solid var(--rule); border-radius: 16px; padding: var(--sp-6); display: flex; flex-direction: column; gap: var(--sp-4); }
.info-row { display: flex; flex-direction: column; gap: 4px; }
.info-label { font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mint-dk); }
.info-value { font-size: 16px; color: var(--ink); line-height: 1.5; }
.loc-actions { margin-top: auto; display: flex; gap: var(--sp-3); flex-wrap: wrap; }
.map-embed { background: var(--ink); border-radius: 16px; overflow: hidden; min-height: 400px; box-shadow: 0 10px 30px rgba(21,24,29,0.14); }
.map-embed iframe { display: block; min-height: 400px; }

/* ============== INSTAGRAM + PROMO ============== */
.ig { background: var(--mint-pale); }
.ig .section-tag { background: var(--coral); color: #fff; }
.ig-grid-placeholder { background: var(--ink); border-radius: 16px; min-height: 320px; display: flex; align-items: center; justify-content: center; color: #fff; position: relative; overflow: hidden; }
.ig-grid-placeholder::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 18% 30%, rgba(0,132,179,0.22), transparent 40%), radial-gradient(circle at 82% 75%, rgba(255,142,94,0.20), transparent 42%); }
.ig-empty { text-align: center; padding: var(--sp-6); position: relative; z-index: 1; }
.ig-empty-icon { display: inline-flex; font-size: 44px; margin-bottom: var(--sp-3); color: var(--mint); }
.ig-empty p { color: rgba(255,255,255,0.78); font-size: 16px; margin-bottom: var(--sp-4); }

/* ============== FAQ ============== */
.faq { background: var(--bone); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-4); }
.faq-item { background: var(--white); border: 1px solid var(--rule); border-radius: 16px; padding: var(--sp-5) var(--sp-6); border-left: 3px solid var(--mint); }
.faq-item h3 { font-size: 16px; font-weight: 700; margin-bottom: var(--sp-2); }
.faq-item p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }

/* ============== VISIT ============== */
.visit { background: var(--white); }
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-4); }
.visit-card { background: var(--bone); border: 1px solid var(--rule); border-radius: 16px; padding: var(--sp-6); display: flex; flex-direction: column; gap: var(--sp-2); transition: transform 0.2s var(--ease), box-shadow 0.2s, border-color 0.2s; }
.visit-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(21,24,29,0.1); border-color: var(--coral); }
.visit-icon { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: var(--mint-pale); color: var(--mint-dk); font-size: 24px; margin-bottom: var(--sp-2); }
.visit-card h3 { font-size: 19px; font-weight: 700; color: var(--ink); }
.visit-card p { font-size: 14.5px; color: var(--ink-soft); flex: 1; }
.visit-link { font-size: 13px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--coral); }

/* ============== FOOTER ============== */
.footer { background: var(--ink); color: rgba(255,255,255,0.7); padding: var(--sp-7) 0; font-size: 13px; }
.footer-sign { font-family: 'Saira Condensed', 'Inter', sans-serif; font-style: italic; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: var(--coral); font-size: 15px; margin-top: var(--sp-4); }
.footer-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--sp-3); }
.footer-brand { display: flex; align-items: center; }
.footer-wordmark { width: 156px; height: auto; display: block; }
.footer-meta { display: flex; gap: var(--sp-3); flex-wrap: wrap; align-items: center; }
.footer-meta .sep { color: rgba(255,255,255,0.3); }

/* ============== SCROLL REVEAL ============== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.value-grid .value:nth-child(2), .cat-grid .cat-card:nth-child(2), .faq-grid .faq-item:nth-child(2) { transition-delay: 0.07s; }
.value-grid .value:nth-child(3), .cat-grid .cat-card:nth-child(3), .faq-grid .faq-item:nth-child(3) { transition-delay: 0.14s; }
.cat-grid .cat-card:nth-child(4), .faq-grid .faq-item:nth-child(4) { transition-delay: 0.21s; }
.visit-grid .visit-card:nth-child(2) { transition-delay: 0.08s; }
.visit-grid .visit-card:nth-child(3) { transition-delay: 0.16s; }

/* ============== MOBILE ============== */
@media (max-width: 880px) {
  section { padding: var(--sp-8) 0; }
  .hero { padding: var(--sp-7) var(--sp-4); }
  .value-grid, .location-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; }
  .map-embed, .map-embed iframe { min-height: 320px; }
  .visit-grid { grid-template-columns: 1fr; }
  .footer-row { flex-direction: column; align-items: flex-start; }
  .brand-marquee { animation-duration: 24s; }
  .store-card { margin-top: -40px; padding: var(--sp-6) var(--sp-5); }
  .lang-toggle { top: 54px; }
}
@media (max-width: 480px) {
  .open-banner { font-size: 12px; gap: 8px; padding: 8px 12px; }
  .ob-cta { order: 3; }
  .lang-toggle { right: var(--sp-3); }
  .hero-ctas { flex-direction: column; align-items: stretch; width: 100%; }
  .cta { width: 100%; }
  .cd-cell { min-width: 0; flex: 1; }
  .countdown { gap: var(--sp-2); width: 100%; }
}

/* ============== REDUCED MOTION ============== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .wave-layer, .hero-waves path, .wave-divider svg, .brand-marquee, .lb-marquee, .scroll-cue span::before,
  .hero-status.is-open .status-dot, .ob-dot { animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .cta:hover, .value:hover, .visit-card:hover, .cat-card:hover, .brand-chip:hover { transform: none !important; }
  .scroll-cue { display: none; }
}

/* ============== HERO TRUST MICRO-LINE ============== */
.hero-trust { margin: -6px auto var(--sp-5); font-size: 12.5px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-dk); }

/* ============== TRUST / AUTHENTICATION ============== */
.trust { background: var(--ink); color: #fff; }
.trust .section-tag { background: var(--coral); color: var(--ink); box-shadow: 0 6px 16px rgba(255,142,94,0.24); }
.trust .section-h { color: #fff; }
.trust .lede { color: rgba(255,255,255,0.80); }
.trust-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); margin-top: var(--sp-6); }
.tp { display: flex; gap: var(--sp-3); align-items: flex-start; border-top: 2px solid rgba(255,255,255,0.16); padding-top: var(--sp-4); }
.tp-k { font-family: 'Saira Condensed', sans-serif; font-style: italic; font-weight: 800; font-size: 22px; color: var(--coral); line-height: 1; flex: 0 0 auto; }
.tp-t { font-size: 15px; line-height: 1.45; color: rgba(255,255,255,0.88); font-weight: 600; }

/* ============== PRICE ANCHORS ============== */
.price-strip { background: var(--bone); }
.price-strip .section-tag { background: var(--coral); color: #fff; box-shadow: 0 6px 16px rgba(255,142,94,0.24); }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-4); }
.price-card { background: var(--white); border: 1px solid var(--rule); border-radius: 16px; padding: var(--sp-5); display: flex; flex-direction: column; gap: var(--sp-3); }
.pc-item { font-family: 'Saira Condensed', sans-serif; font-style: italic; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; font-size: 18px; color: var(--ink); }
.pc-row { display: flex; align-items: baseline; gap: 10px; }
.pc-mall { font-size: 16px; color: var(--ink-muted); text-decoration: line-through; }
.pc-arrow { color: var(--mint); font-weight: 700; }
.pc-ours { font-family: 'Saira Condensed', sans-serif; font-style: italic; font-weight: 900; font-size: clamp(28px, 3vw, 34px); color: var(--coral); line-height: 1; }

/* ============== STORE: drama line + render figure ============== */
.store-drama { margin-top: var(--sp-5); font-family: 'Saira Condensed', 'Inter', sans-serif; font-style: italic; font-weight: 700; font-size: clamp(15px, 1.9vw, 20px); text-transform: uppercase; letter-spacing: 0.02em; color: var(--coral); max-width: 460px; line-height: 1.15; }
.store-figure { margin-top: var(--sp-8); border-radius: 18px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.42); background: #fff; }
.store-figure img { width: 100%; height: auto; display: block; }

/* ============== LOCATION: real storefront photo ============== */
.loc-photo { margin-bottom: var(--sp-7); border-radius: 18px; overflow: hidden; box-shadow: 0 14px 40px rgba(21,24,29,0.16); max-height: 440px; }
.loc-photo img { width: 100%; height: 100%; max-height: 440px; object-fit: cover; object-position: center 36%; display: block; }

/* ============== NEW-SECTION RESPONSIVE ============== */
@media (max-width: 880px) {
  .trust-points { grid-template-columns: 1fr; gap: var(--sp-4); }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .loc-photo, .loc-photo img { max-height: 320px; }
}
@media (max-width: 480px) {
  .price-grid { grid-template-columns: 1fr; }
}

/* ============== LOOKBOOK (brand lifestyle strip) ============== */
.lookbook { background: var(--bone); overflow: hidden; }
.lookbook .section-tag { background: var(--coral); color: #fff; box-shadow: 0 6px 16px rgba(255,142,94,0.24); }
.lb-strip {
  display: flex; gap: var(--sp-4);
  overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  padding: var(--sp-2) var(--sp-5) var(--sp-4) 0;
  scrollbar-width: none; scroll-padding-left: 0;
}
.lb-strip::-webkit-scrollbar { display: none; }
.lb-card {
  position: relative; flex: 0 0 auto; width: clamp(218px, 62vw, 300px);
  aspect-ratio: 4 / 5; border-radius: 16px; overflow: hidden; scroll-snap-align: start;
  background: #dfe7ea; box-shadow: 0 12px 30px rgba(21,24,29,0.16);
  margin: 0; cursor: default;
}
.lb-card picture, .lb-card picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.lb-card picture img { object-fit: cover; display: block; transition: transform 0.55s var(--ease); }
.lb-card:hover picture img { transform: scale(1.06); }
.lb-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,17,32,0.82) 0%, rgba(0,17,32,0.14) 44%, rgba(0,17,32,0) 70%); }
.lb-cap { position: absolute; left: 16px; right: 14px; bottom: 14px; z-index: 2; display: flex; flex-direction: column; gap: 2px; }
.lb-brand { font-family: 'Saira Condensed','Inter',sans-serif; font-style: italic; font-weight: 800; text-transform: uppercase; letter-spacing: 0.03em; font-size: clamp(20px,2.4vw,24px); color: #fff; line-height: 1; text-shadow: 0 2px 10px rgba(0,0,0,0.4); }
.lb-vibe { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--coral); font-weight: 800; }
.lb-hint { margin-top: var(--sp-3); font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--mint-dk); }
@media (max-width: 480px) { .lb-hint { text-align: left; } }

/* ============== BRAND IMAGERY SOURCE NOTE ============== */
/* Lookbook + category photos are brand campaign imagery scraped from official brand sites
   (quiksilver / billabong / roxy / rvca / dcshoes / dakine / creatures) on 2026-06-22 to
   represent the brands OFFSHORE stocks. Swap for Boardriders-portal-approved assets when available. */

/* ============== IG LIVE HANDLE + FOOTER LEGAL ============== */
.ig-handle { font-family: 'Saira Condensed','Inter',sans-serif; font-style: italic; font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; font-size: clamp(24px,3vw,34px); color: var(--coral); line-height: 1; margin-bottom: var(--sp-2); }
.footer-legal { margin-top: var(--sp-4); font-size: 11px; line-height: 1.5; color: rgba(255,255,255,0.4); max-width: 760px; }

/* ============== BRAND CAROUSEL — dot separators, layering, raise ============== */
.brands .brand-marquee { position: relative; z-index: 2; }
.brand-chip { position: relative; }
.brand-chip::after { content: ''; position: absolute; top: 50%; right: calc(var(--brand-gap) / -2); width: 8px; height: 8px; margin-top: -4px; border-radius: 50%; background: var(--coral); opacity: 0.92; }
/* hero status pill — static "opening soon" */
.hero-status .status-dot { background: var(--coral); }

/* ============== DECORATIVE ZOOMED WAVES ============== */
.deco-wave { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; opacity: 0.10; }
.deco-wave .wave-layer { position: absolute; inset: 0; width: 100%; height: 100%; }
.deco-wave .wave-layer:nth-child(1) { animation: sway 30s var(--ease) infinite alternate; }
.deco-wave .wave-layer:nth-child(2) { animation: sway 38s var(--ease) infinite alternate-reverse; }
.trust .container { position: relative; z-index: 2; }
.store-bg .wave-layer { animation: sway 34s var(--ease) infinite alternate; }
.store-bg .wave-layer:nth-child(2) { animation-duration: 42s; animation-direction: alternate-reverse; }

/* ============== LOOKBOOK — never-ending full-bleed marquee + brand logos ============== */
.lb-marquee { display: flex; width: max-content; margin-top: var(--sp-6); animation: lbmarquee 70s linear infinite; }
.lb-marquee:hover { animation-play-state: paused; }
.lb-track { display: flex; gap: var(--sp-4); padding-right: var(--sp-4); }
@keyframes lbmarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.lb-logo { display: block; height: 24px; width: auto; max-width: 100%; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: 0.96; }

/* ============== SECTION-TAG TILT — keep the skew through the reveal animation ============== */
.section-tag.reveal { opacity: 0; transform: skewX(-11deg) translateY(22px); }
.section-tag.reveal.in { opacity: 1; transform: skewX(-11deg); }

/* ============== MOBILE CAROUSEL + TOGGLE TUNING (QA pass) ============== */
@media (max-width: 480px) {
  .brands { --brand-gap: 46px; }
  .brand-chip { font-size: clamp(26px, 7vw, 38px); }
  .lang-toggle { top: 62px; }
}

/* ============== HERO WAVE MARK (under CTAs) ============== */
.hero-wavemark { margin-top: var(--sp-6); display: flex; justify-content: center; }
.hero-wavemark .wave-mark { height: 52px; width: auto; }

/* WhatsApp glyph (filled) for the contact card */
.ic-whatsapp { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.885-9.885 9.885m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893A11.821 11.821 0 0 0 20.885 3.488'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.885-9.885 9.885m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893A11.821 11.821 0 0 0 20.885 3.488'/%3E%3C/svg%3E"); }
