/* ==========================================================================
   Curaçao Shopping — the static build, composed after the reference render
   (SHOPPING_Curacao/ChatGPT Image 14 сент. 2026 г., 23_19_35.png).

   Sections, top to bottom, as in the render:

     .hd      header over the hero: wordmark, nav, search / My Finds / bag, CTA
     .hero    Curaçao Shopping — the shopper walking down the street
     .cats    Find what you love — seven category windows + the open window
     .brands  Authentic Curaçao — market photograph and words
     .shops   Support local businesses — interior, words, self-care still life
     .band    People. Places. Products. Purpose. — the evening harbour
     .join    Join our community — e-mail form
     .ft      footer

   Every photograph is a named slot (data-slot). Until its final file exists in
   ImageKit the script swaps in a stand-in crop from the same folder, so the
   layout is already correct and the new image simply takes over on upload.

   The render is 858px wide; desktop sizes are in vw with a clamp. Under 1100px
   the grids loosen; under 760px everything is one column.
   ========================================================================== */

:root {
  --cream: #F6F0E5;
  --cream-2: #FAF6EF;
  --card: #F3ECE1;
  --ink: #171717;
  --ink-soft: #55504A;
  --coral: #FF766B;
  --coral-deep: #F25C50;
  --hair: rgba(23, 23, 23, .12);

  --serif: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --script: 'Caveat', 'Bradley Hand', cursive;

  --side: clamp(20px, 4.6vw, 72px);
  --r: clamp(6px, .6vw, 10px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; scroll-padding-top: 80px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--cream); color: var(--ink);
  font-family: var(--sans); font-size: clamp(15px, 1.05vw, 17px); line-height: 1.5;
  -webkit-font-smoothing: antialiased; overflow-x: clip;
}
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; cursor: pointer; }
a { color: inherit; }
input { font: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--coral-deep); outline-offset: 3px; }
.ico { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.skip { position: absolute; left: 1rem; top: -4rem; z-index: 200; background: var(--ink); color: #fff; padding: .6rem 1rem; border-radius: 99px; }
.skip:focus { top: 1rem; }

/* a photograph slot that is still waiting for its own file */
.slot { position: relative; overflow: hidden; background: #E9DFD0; }
.slot img { width: 100%; height: 100%; object-fit: cover; }

/* --- type --------------------------------------------------------------- */
.eyebrow { font-size: clamp(10px, .78vw, 12.5px); letter-spacing: .24em; text-transform: uppercase; color: var(--ink-soft); }
.serif { font-family: var(--serif); font-weight: 500; letter-spacing: -.015em; line-height: 1.02; color: var(--ink); }
.script { font-family: var(--script); font-weight: 500; line-height: 1; color: var(--ink); }
.script .ico { font-size: .75em; stroke-width: 1.5; vertical-align: -.05em; }
.copy { color: var(--ink-soft); line-height: 1.55; }

/* --- controls ----------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 1em;
  min-height: clamp(44px, 3.4vw, 54px); padding: 0 1.9em; border: 0; border-radius: 999px;
  font-size: clamp(11px, .82vw, 13px); font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  text-decoration: none; white-space: nowrap; transition: background-color .15s ease;
}
.btn .ico { font-size: 1.35em; stroke-width: 1.8; transition: transform .15s ease; }
.btn:hover .ico { transform: translateX(3px); }
.btn--coral { background: var(--coral); color: var(--ink); }
.btn--coral:hover { background: #FF8A80; }
.btn--ink { background: var(--ink); color: #fff; border-radius: 4px; }
.btn--ink:hover { background: #333; }
.icon-btn { position: relative; display: grid; place-items: center; width: 44px; height: 44px; border: 0; background: none; padding: 0; font-size: 21px; text-decoration: none; }
.icon-btn__count { position: absolute; top: 4px; right: 2px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 99px; background: var(--coral-deep); color: #fff; font-size: 10.5px; font-weight: 600; line-height: 17px; text-align: center; }

/* --- header ------------------------------------------------------------- */
.hd { position: absolute; inset: 0 0 auto; z-index: 40; padding: clamp(14px, 1.5vw, 22px) var(--side) 0; }
.hd__in { display: flex; align-items: center; gap: 20px; }
.logo { display: grid; line-height: 1; text-decoration: none; color: #fff; }
.logo small { font-family: var(--sans); font-size: clamp(10px, .95vw, 15px); letter-spacing: .3em; font-weight: 400; }
.logo b { font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 2.75vw, 46px); letter-spacing: -.02em; }
.logo i { font-style: normal; color: var(--coral); }
.hd__bar {
  margin-left: auto; display: flex; align-items: center; gap: clamp(14px, 2vw, 32px);
  padding: 8px 10px 8px clamp(18px, 1.8vw, 28px); border-radius: 0 0 0 28px;
  background: rgba(255, 255, 255, .5); backdrop-filter: blur(8px);
}
.nav { display: flex; gap: clamp(14px, 1.6vw, 26px); font-size: clamp(12.5px, .88vw, 14px); }
.nav a { text-decoration: none; padding: 6px 0; }
.nav a:hover { color: var(--coral-deep); }
.hd__icons { display: flex; align-items: center; }
.menu-btn { display: none; }
.is-scrolled .hd { position: fixed; padding-block: 8px; background: color-mix(in srgb, var(--cream) 94%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--hair); }
.is-scrolled .hd .logo { color: var(--ink); }
.is-scrolled .hd__bar { background: none; backdrop-filter: none; padding: 0; }

.menu { position: fixed; inset: 0; z-index: 35; background: var(--cream); padding: 96px var(--side) 32px; display: flex; flex-direction: column; gap: 28px; overflow-y: auto; }
.menu a { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--hair); font-family: var(--serif); font-size: 28px; text-decoration: none; }
.is-locked { overflow: hidden; }
.is-menu .hd { position: fixed; background: var(--cream); }
.is-menu .hd .logo { color: var(--ink); }

/* --- hero --------------------------------------------------------------- */
.hero { position: relative; height: min(56vw, 920px); min-height: 520px; overflow: hidden; color: #fff; }
.hero__img { position: absolute; inset: 0; }
.hero__img img { object-position: 60% 40%; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, rgba(120, 36, 40, .55) 0%, rgba(120, 36, 40, .28) 30%, rgba(0, 0, 0, 0) 52%); }
.hero__words { position: absolute; z-index: 2; left: var(--side); top: 26%; width: min(40%, 560px); }
.hero__place { font-size: clamp(14px, 1.9vw, 30px); letter-spacing: .32em; }
.hero__title { font-family: var(--serif); font-weight: 500; font-size: clamp(56px, 8.4vw, 140px); line-height: .95; letter-spacing: -.025em; color: #fff; }
.hero__title i { font-style: normal; color: var(--coral); }
.hero__script { font-size: clamp(30px, 3.7vw, 60px); color: #fff; transform: rotate(-8deg); transform-origin: left center; margin: clamp(10px, 1.4vw, 24px) 0 0 clamp(4px, .6vw, 10px); line-height: 1.05; }
.hero__lead { margin-top: clamp(22px, 3vw, 50px); max-width: 26em; font-size: clamp(13.5px, 1.02vw, 16px); line-height: 1.6; text-shadow: 0 1px 12px rgba(0, 0, 0, .25); }
.hero__words .btn { margin-top: clamp(16px, 2vw, 32px); }
.hero__note { position: absolute; z-index: 2; left: 63%; top: 15%; font-size: clamp(20px, 2.1vw, 34px); color: var(--ink); transform: rotate(-12deg); text-align: center; line-height: 1.05; }

/* --- categories ----------------------------------------------------------- */
.cats { padding: clamp(22px, 2.4vw, 40px) clamp(10px, 1.4vw, 22px) clamp(10px, 1vw, 16px); background: var(--cream-2); }
.cats__head { text-align: center; }
.cats__title { font-size: clamp(30px, 3.3vw, 56px); margin-top: 8px; }
.tiles { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: clamp(6px, .7vw, 12px); margin-top: clamp(14px, 1.6vw, 26px); }
.tile { position: relative; display: flex; flex-direction: column; width: 100%; padding: 0; border: 0; border-radius: var(--r); background: var(--card); text-align: left; overflow: hidden; transition: box-shadow .2s ease, transform .2s ease; }
.tile:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(23, 23, 23, .08); }
.tile .slot { aspect-ratio: 115 / 132; border-radius: var(--r) var(--r) 0 0; }
.tile__label { display: grid; gap: 8px; padding: clamp(10px, 1.1vw, 18px) clamp(10px, 1.1vw, 18px) clamp(12px, 1.2vw, 20px); font-size: clamp(12.5px, .98vw, 15.5px); }
.tile__label .ico { font-size: 1.1em; }
.tile[aria-expanded="true"] { box-shadow: inset 0 0 0 2px var(--ink); }
.tile__saved { position: absolute; top: 8px; right: 8px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(255, 255, 255, .9); color: var(--coral-deep); font-size: 14px; }
.tile__saved .ico { fill: currentColor; }

/* the open window: one category at a time, under the row */
.window { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); margin-top: clamp(10px, 1vw, 16px); border-radius: var(--r); background: var(--card); overflow: hidden; }
.window .slot { min-height: clamp(260px, 26vw, 440px); }
.window__body { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 14px; padding: clamp(24px, 3vw, 52px); }
.window__title { font-size: clamp(30px, 3.2vw, 54px); }
.window__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.save { display: inline-flex; align-items: center; gap: .7em; min-height: 44px; padding: 0 1.3em; border: 1px solid var(--ink); border-radius: 999px; background: transparent; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.save .ico { font-size: 1.3em; }
.save[aria-pressed="true"] { background: var(--ink); color: #fff; }
.save[aria-pressed="true"] .ico { fill: currentColor; }
.window__close { position: absolute; top: 12px; right: 12px; }

/* --- local brands --------------------------------------------------------- */
.brands { position: relative; display: grid; grid-template-columns: 56.4fr 43.6fr; background: var(--cream-2); overflow: hidden; }
.brands .slot { aspect-ratio: 484 / 350; }
.brands__words { position: relative; z-index: 1; align-self: center; padding: clamp(24px, 3vw, 52px) clamp(20px, 5vw, 80px) clamp(24px, 3vw, 52px) clamp(24px, 4.4vw, 72px); }
.brands__title { font-size: clamp(34px, 4.4vw, 76px); margin-top: clamp(8px, 1vw, 16px); }
.brands__words .copy { margin-top: clamp(14px, 1.8vw, 28px); max-width: 26em; font-size: clamp(13.5px, 1.05vw, 16.5px); color: #3E3A35; }
.brands__words .btn { margin-top: clamp(18px, 2.2vw, 34px); }
.brands__note { position: absolute; right: 4%; bottom: calc(6% + 4vw); z-index: 1; font-size: clamp(20px, 2.1vw, 34px); transform: rotate(-12deg); text-align: center; line-height: 1.05; }
.leaf { position: absolute; pointer-events: none; max-width: none; height: auto; }
.brands .leaf { top: -12%; right: -14%; width: clamp(220px, 26vw, 460px); transform: rotate(-12deg); filter: blur(1.5px); opacity: .9; }

/* --- local shops ---------------------------------------------------------- */
.shops { display: grid; grid-template-columns: 29.4fr 22.6fr 48fr; align-items: end; background: var(--cream); }
.shops__interior { aspect-ratio: 252 / 270; }
.shops__words { align-self: center; padding: clamp(20px, 2.4vw, 40px) clamp(16px, 2.2vw, 36px); }
.shops__title { font-size: clamp(30px, 3.5vw, 60px); margin-top: clamp(8px, .9vw, 14px); line-height: 1.04; }
.shops__words .copy { margin-top: clamp(14px, 1.7vw, 26px); font-size: clamp(13.5px, 1.05vw, 16.5px); color: #3E3A35; }
.shops__words .btn { margin-top: clamp(16px, 2vw, 30px); }
.shops__beauty { aspect-ratio: 413 / 305; margin-top: clamp(-40px, -3.8vw, -16px); position: relative; z-index: 1; }

/* --- evening band ----------------------------------------------------------- */
.band { position: relative; display: flex; align-items: center; justify-content: flex-end; min-height: clamp(260px, 25.6vw, 460px); padding: clamp(24px, 2.4vw, 40px) var(--side); color: #fff; overflow: hidden; }
.band .slot { position: absolute; inset: 0; z-index: -1; background: #3a2a2a; }
.band .slot::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 45%, rgba(20, 12, 20, .55) 75%, rgba(20, 12, 20, .65) 100%); }
.band__note { position: absolute; left: 24%; top: 12%; font-size: clamp(26px, 2.9vw, 48px); color: #fff; transform: rotate(-14deg); text-align: center; line-height: 1.05; }
.band__note .ico { stroke: #fff; }
.band__words { width: min(36%, 520px); }
.band__words .eyebrow { color: rgba(255, 255, 255, .85); }
.band__title { font-size: clamp(28px, 3.1vw, 52px); color: #fff; margin-top: 8px; line-height: 1.08; }
.band__words .copy { color: rgba(255, 255, 255, .88); margin-top: clamp(10px, 1.2vw, 18px); font-size: clamp(13px, .98vw, 15.5px); }
.band__words .btn { margin-top: clamp(14px, 1.8vw, 26px); }

/* --- join ---------------------------------------------------------------- */
.join { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .6fr) minmax(0, .8fr); align-items: center; gap: 24px; padding: clamp(28px, 3vw, 50px) 0 clamp(28px, 3vw, 50px) var(--side); overflow: hidden; background: var(--cream-2); border-top: 1px solid rgba(23, 23, 23, .05); }
.join__title { font-size: clamp(26px, 2.4vw, 42px); }
.join__words > p { margin-top: 6px; font-size: clamp(12.5px, .92vw, 14.5px); color: #3E3A35; }
.join__form { display: flex; margin-top: clamp(14px, 1.6vw, 24px); max-width: 640px; }
.join__form input { flex: 1; min-width: 0; min-height: 52px; padding: 0 18px; border: 1px solid rgba(23, 23, 23, .18); border-right: 0; border-radius: 3px 0 0 3px; background: #fff; font-size: 15px; }
.join__form .btn { border-radius: 0 3px 3px 0; min-height: 52px; }
.join__msg { margin-top: 10px; font-size: 14px; }
.join__note { font-size: clamp(22px, 2.3vw, 38px); transform: rotate(-9deg); text-align: center; line-height: 1.1; }
.join .leaf { right: -6%; bottom: -30%; width: clamp(240px, 28vw, 500px); transform: scaleX(-1) rotate(8deg); filter: blur(2px); }

/* --- footer -------------------------------------------------------------- */
.ft { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: clamp(18px, 3vw, 56px); padding: clamp(22px, 2.4vw, 40px) var(--side); background: var(--cream); border-top: 1px solid var(--hair); }
.ft .logo { color: var(--ink); }
.ft .logo b { font-size: clamp(24px, 2.2vw, 38px); }
.ft__nav { display: flex; flex-wrap: wrap; gap: 8px clamp(14px, 2vw, 32px); font-size: 13.5px; }
.ft__nav a { text-decoration: none; }
.ft__nav a:hover { color: var(--coral-deep); }
.ft__social { display: flex; gap: 6px; }
.ft__social a { font-size: 19px; }
.ft__note { font-size: clamp(22px, 2vw, 34px); transform: rotate(-10deg); line-height: 1.05; }
.ft__legal { grid-column: 1 / -1; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px 20px; padding-top: 14px; border-top: 1px solid var(--hair); font-size: 12.5px; color: var(--ink-soft); }

/* --- My Finds sheet -------------------------------------------------------- */
.scrim { position: fixed; inset: 0; z-index: 80; background: rgba(23, 23, 23, .4); }
.sheet { position: fixed; top: 0; right: 0; bottom: 0; z-index: 90; width: min(440px, 100vw); display: flex; flex-direction: column; background: var(--cream-2); box-shadow: -24px 0 60px rgba(23, 23, 23, .18); }
.sheet__head { display: flex; justify-content: space-between; align-items: center; padding: 22px 24px 14px; border-bottom: 1px solid var(--hair); }
.sheet__head h2 { font-family: var(--serif); font-weight: 500; font-size: 30px; }
.sheet__body { flex: 1; overflow-y: auto; padding: 18px 24px; }
.sheet__empty { color: var(--ink-soft); }
.finds li { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--hair); }
.finds img { width: 64px; height: 64px; border-radius: 6px; object-fit: cover; }
.finds b { font-weight: 500; }
.sheet__foot { padding: 14px 24px calc(18px + env(safe-area-inset-bottom)); border-top: 1px solid var(--hair); font-size: 13px; color: var(--ink-soft); display: grid; gap: 10px; }

/* =========================================================================
   tablet
   ========================================================================= */
@media (max-width: 1099px) {
  .nav { display: none; }
  .menu-btn { display: grid; }
  .hero__words { width: min(60%, 560px); }
  .hero__note { display: none; }
  .tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .brands { grid-template-columns: 1fr 1fr; }
  .brands__note { display: none; }
  .shops { grid-template-columns: 1fr 1fr; }
  .shops__beauty { grid-column: 1 / -1; margin-top: 0; aspect-ratio: 16 / 8; }
  .band__words { width: min(55%, 520px); }
  .join { grid-template-columns: 1fr; padding-right: var(--side); }
  .join__note { display: none; }
  .ft { grid-template-columns: 1fr auto; }
  .ft__nav { grid-column: 1 / -1; grid-row: 2; }
  .ft__note { display: none; }
}

/* =========================================================================
   phone
   ========================================================================= */
@media (max-width: 759px) {
  .hd { padding-top: 10px; }
  .hd__bar { padding: 4px 4px 4px 8px; border-radius: 0 0 0 20px; gap: 4px; }
  .hd__cta { display: none; }
  .hero { height: auto; min-height: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 0; }
  .hero__img { position: relative; inset: auto; aspect-ratio: 4 / 5; }
  .hero::before { background: linear-gradient(0deg, rgba(90, 30, 34, .85) 0%, rgba(90, 30, 34, .35) 45%, rgba(0, 0, 0, 0) 70%); }
  .hero__words { top: auto; bottom: 28px; width: auto; right: var(--side); }
  .hero__title { font-size: clamp(54px, 17vw, 80px); }
  .hero__script { font-size: 32px; }
  .hero__lead { margin-top: 24px; }
  .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tile .slot { aspect-ratio: 1 / 1; }
  .window { grid-template-columns: 1fr; }
  .window .slot { min-height: 0; aspect-ratio: 4 / 3; }
  .brands { grid-template-columns: 1fr; }
  .brands .leaf { display: none; }
  .shops { grid-template-columns: 1fr; }
  .shops__interior { aspect-ratio: 4 / 3; }
  .shops__beauty { aspect-ratio: 4 / 3; }
  .band { flex-direction: column; justify-content: flex-end; align-items: stretch; min-height: 520px; }
  .band .slot::after { background: linear-gradient(0deg, rgba(20, 12, 20, .8) 0%, rgba(20, 12, 20, .35) 55%, rgba(0, 0, 0, 0) 80%); }
  .band__note { left: 10%; top: 8%; }
  .band__words { width: auto; }
  .join .leaf { display: none; }
  .join__form { flex-direction: column; gap: 8px; }
  .join__form input { border-right: 1px solid rgba(23, 23, 23, .18); border-radius: 3px; }
  .join__form .btn { border-radius: 3px; }
  .ft { grid-template-columns: 1fr; }
  .ft__legal { flex-direction: column; }
}
