/* ===========================================================================
   Retailpark Parein — light, airy, soft-rose (inspired by westlandshopping.be)
   =========================================================================== */
:root {
  --ink: #1c1b29;
  --ink-soft: #5a5870;
  --bg: #ffffff;
  --bg-soft: #fbf4f3;
  --bg-rose: #fff0f1;
  --line: #efe7e6;
  --rose: #ff5d73;
  --rose-deep: #f0405a;
  --rose-soft: #ffe0e4;
  --accent: #ff5d73;
  --accent2: #ffa36b;
  --radius: 22px;
  --radius-lg: 30px;
  --shadow: 0 24px 50px -28px rgba(28, 27, 41, 0.35);
  --shadow-soft: 0 10px 30px -20px rgba(28, 27, 41, 0.45);
  --max: 1200px;
  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body: "Hanken Grotesk", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: var(--font-display); line-height: 1.05; margin: 0; letter-spacing: -0.02em; }
a { color: inherit; }
img, iframe { max-width: 100%; }
.muted { color: var(--ink-soft); }
.eyebrow { text-transform: uppercase; letter-spacing: 0.2em; font-weight: 700; font-size: 0.76rem; color: var(--rose); margin: 0 0 1rem; }
.eyebrow.rose { color: var(--rose-deep); }

/* ---- Header --------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.7rem clamp(1rem, 4vw, 2.5rem);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 0.65rem; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px;
  background: linear-gradient(135deg, var(--rose), var(--accent2));
  color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.25rem;
  box-shadow: var(--shadow-soft);
}
.brand-mark.big { width: 54px; height: 54px; font-size: 1.7rem; border-radius: 16px; }
.brand-text { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; line-height: 1.1; display: flex; flex-direction: column; }
.brand-text small { font-weight: 500; font-family: var(--font-body); color: var(--ink-soft); font-size: 0.7rem; letter-spacing: 0.02em; }
.site-nav { display: flex; align-items: center; gap: 1.5rem; }
.site-nav a { text-decoration: none; font-weight: 600; color: var(--ink-soft); position: relative; }
.site-nav a:hover { color: var(--ink); }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: var(--rose); transition: width .25s ease; border-radius: 2px; }
.site-nav a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { background: var(--ink); color: #fff !important; padding: 0.6rem 1.1rem; border-radius: 999px; }
.nav-cta:hover { background: var(--rose); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---- Buttons -------------------------------------------------------------- */
.btn {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: 1rem;
  padding: 0.9rem 1.6rem; border-radius: 999px;
  background: linear-gradient(135deg, var(--rose), var(--rose-deep));
  color: #fff; box-shadow: 0 14px 26px -14px rgba(240, 64, 90, .6);
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 32px -14px rgba(240, 64, 90, .7); }
.btn.ghost { background: rgba(255,255,255,.16); color: #fff; border: 1.5px solid rgba(255,255,255,.6); box-shadow: none; backdrop-filter: blur(4px); }
.btn.ghost:hover { background: rgba(255,255,255,.28); }
.btn.full { display: block; text-align: center; margin-top: 1.2rem; }

/* ---- Hero ----------------------------------------------------------------- */
.hero { position: relative; min-height: min(86vh, 720px); display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-shade { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(105deg, rgba(28,16,24,.78) 0%, rgba(28,16,24,.45) 45%, rgba(240,64,90,.25) 100%); }
.hero-inner { position: relative; z-index: 2; max-width: var(--max); width: 100%; margin: 0 auto; padding: clamp(3rem,8vw,6rem) clamp(1rem,4vw,2.5rem) clamp(5rem,9vw,8rem); color: #fff; }
.hero .eyebrow { color: #ffd2d8; }
.hero h1 { font-size: clamp(2.8rem, 8vw, 6rem); font-weight: 800; max-width: 14ch; }
.hero h1 .hl { color: var(--accent2); }
.hero .lede { font-size: clamp(1.05rem, 2.3vw, 1.35rem); max-width: 36rem; margin: 1.4rem 0 2.2rem; color: rgba(255,255,255,.92); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.hero-wave { position: absolute; bottom: -1px; left: 0; width: 100%; height: 70px; z-index: 2; display: block; }
.hero-inner > * { opacity: 0; transform: translateY(18px); animation: rise .7s cubic-bezier(.2,.7,.3,1) forwards; }
.hero .eyebrow { animation-delay: .05s; }
.hero h1 { animation-delay: .15s; }
.hero .lede { animation-delay: .3s; }
.hero-actions { animation-delay: .45s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---- USP strip ------------------------------------------------------------ */
.usps { max-width: var(--max); margin: -3.5rem auto 0; position: relative; z-index: 5;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  padding: 0 clamp(1rem, 4vw, 2.5rem); }
.usp { background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem 1.3rem; box-shadow: var(--shadow); text-align: left; }
.usp-ic { font-size: 1.6rem; display: block; margin-bottom: .5rem; }
.usp strong { display: block; font-family: var(--font-display); font-size: 1.15rem; }
.usp span { color: var(--ink-soft); font-size: .9rem; }

/* ---- Sections ------------------------------------------------------------- */
.section { max-width: var(--max); margin: 0 auto; padding: clamp(3.5rem, 8vw, 6rem) clamp(1rem, 4vw, 2.5rem); }
.section-head { margin-bottom: 2.8rem; }
.section-head.center { text-align: center; max-width: 40rem; margin-inline: auto; }
.section-head h2 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; }
.section-head .muted { margin-top: .7rem; font-size: 1.05rem; }
.section-head.light h2, .section-head.light .eyebrow { color: #fff; }

/* ---- Intro split ---------------------------------------------------------- */
.intro { position: relative; max-width: var(--max); margin: clamp(3.5rem,7vw,5.5rem) auto 0; padding: 0 clamp(1rem,4vw,2.5rem);
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem,4vw,4rem); align-items: center; }
.intro-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 5/4; }
.intro-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.intro-copy h2 { font-size: clamp(1.9rem, 4.5vw, 2.8rem); font-weight: 800; margin-bottom: 1rem; }
.intro-copy p { color: var(--ink-soft); margin: 0 0 1.6rem; max-width: 34rem; }
.blob { position: absolute; z-index: -1; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.blob-rose { width: 360px; height: 360px; left: -120px; top: -90px;
  background: radial-gradient(circle, var(--rose-soft), transparent 70%); opacity: .8; }

/* ---- Shop logo grid ------------------------------------------------------- */
.shop-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1.2rem; }
.shop-card {
  position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: .2rem;
  text-decoration: none; color: inherit;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.8rem 1.2rem 1.5rem; overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  animation: rise .6s both; animation-delay: calc(var(--i) * 55ms + .1s);
}
.shop-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.logo-tile {
  position: relative; display: grid; place-items: center; width: 92px; height: 92px;
  border-radius: 20px; margin-bottom: .9rem; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow-soft); overflow: hidden;
}
.logo-tile img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%;
  object-fit: contain; padding: 18px; background: #fff; }
.logo-tile.has-logo img { padding: 13px; }
.logo-tile.has-logo.on-hero img { padding: 12px; }
.logo-tile .logo-fallback {
  position: absolute; inset: 0; z-index: 0; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; font-size: 1.7rem; color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
}
.shop-name { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; }
.shop-cat { color: var(--ink-soft); font-size: .88rem; }
.shop-status {
  position: absolute; top: .9rem; right: .9rem;
  font-size: .68rem; font-weight: 700; padding: .22rem .55rem; border-radius: 999px;
  background: #eef0f2; color: var(--ink-soft);
}
.shop-status.open { background: #e3f6e8; color: #1a8f43; }
.shop-status.closed { background: #f3eef0; color: #9a7; }
.shop-status.soon { background: #fff2da; color: #b07400; }

/* ---- Beleef (categories) -------------------------------------------------- */
.beleef { background: linear-gradient(160deg, #2a1822, #3a2030); color: #fff; margin-top: clamp(3.5rem,7vw,5.5rem);
  padding: clamp(3.5rem,8vw,6rem) clamp(1rem,4vw,2.5rem); }
.beleef .section-head { margin-inline: auto; }
.cat-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.cat-card { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/4; box-shadow: var(--shadow); }
.cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.cat-card:hover img { transform: scale(1.07); }
.cat-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.72), transparent 60%); }
.cat-label { position: absolute; left: 1.2rem; bottom: 1.1rem; right: 1.2rem; z-index: 1; color: #fff; }
.cat-label h3 { font-size: 1.25rem; font-weight: 700; }
.cat-label p { margin: .2rem 0 0; font-size: .85rem; color: rgba(255,255,255,.85); }

/* ---- Visit / map ---------------------------------------------------------- */
.visit { max-width: var(--max); margin: 0 auto; padding: clamp(3.5rem,8vw,6rem) clamp(1rem,4vw,2.5rem); }
.visit-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(1.5rem,4vw,3.5rem); align-items: center; }
.visit-copy h2 { font-size: clamp(1.9rem, 4.5vw, 2.8rem); font-weight: 800; }
.visit-copy p { color: var(--ink-soft); margin: 1rem 0 1.5rem; max-width: 32rem; }
.perks { list-style: none; padding: 0; margin: 0 0 1.8rem; display: grid; gap: .7rem; }
.perks li { display: flex; align-items: center; gap: .7rem; }
.perks span { font-size: 1.2rem; }
.visit-map { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.visit-map iframe { display: block; width: 100%; height: 400px; border: 0; }

/* ---- Footer --------------------------------------------------------------- */
.site-footer { background: #1c1b29; color: #c7c3d6; margin-top: 0; }
.foot-grid { max-width: var(--max); margin: 0 auto; padding: clamp(2.5rem, 6vw, 4rem) clamp(1rem, 4vw, 2.5rem) 2rem; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; }
.foot-lead { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; color: #fff; margin: .8rem 0 .4rem; }
.site-footer .muted { color: #908ca6; }
.site-footer h3 { font-size: 1rem; color: #fff; margin-bottom: .9rem; }
.foot-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.foot-list a { text-decoration: none; color: #c7c3d6; }
.foot-list a:hover { color: var(--accent2); }
.foot-cta { display: inline-block; margin-top: .6rem; font-weight: 700; color: var(--accent2); text-decoration: none; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.foot-bottom p { max-width: var(--max); margin: 0 auto; padding: 1.2rem clamp(1rem, 4vw, 2.5rem); font-size: .82rem; }

/* ---- Store page ----------------------------------------------------------- */
.store-hero { position: relative; overflow: hidden; min-height: 360px; display: flex; align-items: flex-end; }
.store-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.store-hero-shade { position: absolute; inset: 0;
  background: linear-gradient(110deg, color-mix(in srgb, var(--accent) 88%, black 20%) 0%, color-mix(in srgb, var(--accent) 55%, transparent) 70%, transparent 100%); }
.store-hero-inner { position: relative; z-index: 1; max-width: var(--max); width: 100%; margin: 0 auto;
  padding: clamp(2.5rem,6vw,4rem) clamp(1rem,4vw,2.5rem) clamp(2rem,4vw,2.8rem); color: #fff; }
.back { display: inline-block; color: rgba(255,255,255,.92); text-decoration: none; font-weight: 600; margin-bottom: 1.4rem; }
.back:hover { color: #fff; }
.store-id { display: flex; align-items: center; gap: 1.1rem; }
.logo-tile.on-hero { width: 84px; height: 84px; margin: 0; border-color: rgba(255,255,255,.5); flex: none; }
.logo-tile.on-hero img { padding: 15px; }
.store-hero h1 { font-size: clamp(2.2rem, 6vw, 3.6rem); font-weight: 800; }
.store-tag { font-size: 1.1rem; opacity: .95; margin: .35rem 0 0; }
.pill { display: inline-block; margin-top: 1.2rem; font-size: .82rem; font-weight: 700; padding: .4rem .9rem; border-radius: 999px; background: rgba(255,255,255,.22); backdrop-filter: blur(4px); }
.pill.open { background: #1a8f43; }
.pill.closed { background: rgba(0,0,0,.3); }
.pill.soon { background: rgba(0,0,0,.28); }

.store-body { max-width: var(--max); margin: 0 auto; padding: clamp(2rem, 5vw, 3.5rem) clamp(1rem, 4vw, 2.5rem) 4rem; }
.store-blurb { font-size: 1.2rem; max-width: 46rem; color: var(--ink); }
.store-note { margin-top: 1rem; background: #fff7ed; border: 1px solid #fde2bf; color: #92590f; padding: .8rem 1rem; border-radius: 12px; max-width: 46rem; }
.store-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.4rem; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem 1.7rem 1.9rem; box-shadow: var(--shadow-soft); }
.card h2 { font-size: 1.4rem; font-weight: 700; margin-bottom: 1rem; }
.hours { width: 100%; border-collapse: collapse; }
.hours th, .hours td { text-align: left; padding: .62rem 0; border-bottom: 1px solid var(--line); font-weight: 500; }
.hours th { color: var(--ink-soft); font-weight: 600; }
.hours td { text-align: right; font-variant-numeric: tabular-nums; }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: 0; }
.hours tr.today th, .hours tr.today td { color: var(--accent); font-weight: 700; }
.hours .closed { color: #b9343a; }
.fineprint { font-size: .82rem; color: var(--ink-soft); margin: 1rem 0 0; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.contact-list li { display: flex; gap: .8rem; align-items: flex-start; }
.contact-list .ci { font-size: 1.2rem; line-height: 1.4; }
.contact-list a { color: var(--accent); text-decoration: none; font-weight: 600; word-break: break-word; }
.contact-list a:hover { text-decoration: underline; }

/* ---- Responsive ----------------------------------------------------------- */
@media (max-width: 980px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .usps { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .intro, .visit-grid, .store-cols, .foot-grid { grid-template-columns: 1fr; }
  .intro-media { aspect-ratio: 16/10; }
  .foot-grid { gap: 2rem; }
}
@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .site-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0; align-items: stretch; background: #fff;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    max-height: 0; overflow: hidden; transition: max-height .3s ease;
  }
  .site-nav.open { max-height: 360px; }
  .site-nav a { padding: 1rem clamp(1rem, 4vw, 2.5rem); border-top: 1px solid var(--line); }
  .nav-cta { border-radius: 0; text-align: center; }
  .usps { margin-top: -2rem; }
}
@media (max-width: 520px) {
  .usps { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr; }
  .store-id { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto; }
}
