/* Sammlung Mallorca — design system ported 1:1 from the Claude Design prototype.
   Tokens, typography and component styles preserve the prototype's exact values. */

:root {
  --bg: #F6F3EC;
  --ink: #201C16;
  --dark: #3E3628;
  --accent: #7C6A48;
  --meta: #6E6656;
  --line: #DED7C7;
  --panel: #ECE7DC;
  --tile: #E7E1D4;
  --tile2: #DED7C7;
  --gold: #B7A987;
  --sand: #A79C86;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
a { color: var(--dark); text-decoration: none; cursor: pointer; }
a:hover { color: var(--accent); }
button { font-family: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--tile2); }

@keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } }
@keyframes slideUp { from { opacity: 0; transform: translateY(28px) } to { opacity: 1; transform: translateY(0) } }
@keyframes riseIn { from { opacity: 0; transform: translateY(16px) } to { opacity: 1; transform: translateY(0) } }

.noscrollbar::-webkit-scrollbar { display: none; }
.noscrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.wrap { max-width: 1320px; margin: 0 auto; padding-left: 22px; padding-right: 22px; }

/* image tiles: hatch fallback + cover image ------------------------------- */
.tile {
  position: relative; overflow: hidden; background-color: var(--tile);
  background-image: repeating-linear-gradient(135deg, rgba(124,106,72,0.05) 0 2px, transparent 2px 24px);
}
.tile.dark { background-color: var(--tile2); background-image: repeating-linear-gradient(135deg, rgba(62,54,40,0.05) 0 2px, transparent 2px 26px); }
.tile.brown { background-color: var(--dark); background-image: repeating-linear-gradient(135deg, rgba(246,243,236,0.05) 0 2px, transparent 2px 26px); }
.tile > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.ar45 { aspect-ratio: 4/5; }
.tile-label {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sand);
}

/* eyebrow / labels -------------------------------------------------------- */
.eyebrow { font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent); }
.kicker { font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--meta); }
.h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 4.4vw, 3rem); line-height: 1.06; margin: 14px 0 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 44px; }
.more-link { font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dark); white-space: nowrap; border-bottom: 1px solid var(--line); padding-bottom: 5px; }

/* buttons ----------------------------------------------------------------- */
.btn-outline {
  font-family: var(--sans); font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); background: none; border: 1px solid var(--ink); padding: 17px 32px; cursor: pointer;
  transition: all 400ms ease;
}
.btn-outline:hover { background: var(--ink); color: var(--bg); }
.btn-solid {
  font-family: var(--sans); font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--bg); background: var(--ink); border: none; padding: 17px 34px; cursor: pointer; transition: background 400ms ease;
}
.btn-solid:hover { background: var(--dark); }
.text-btn { font-family: var(--sans); font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dark); background: none; border: none; cursor: pointer; border-bottom: 1px solid var(--line); padding-bottom: 4px; }

/* header ------------------------------------------------------------------ */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 70; height: 64px;
  transition: background 500ms ease, border-color 500ms ease;
  background: rgba(246,243,236,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
}
header.over-hero { background: transparent; backdrop-filter: none; border-bottom-color: transparent; }
.header-inner { max-width: 1320px; margin: 0 auto; padding: 0 22px; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo { display: flex; flex-direction: column; line-height: 1; }
.logo .name { font-family: var(--serif); font-size: 1.32rem; font-weight: 600; letter-spacing: 0.02em; }
.logo .meta { font-family: var(--sans); font-size: 0.56rem; letter-spacing: 0.34em; text-transform: uppercase; margin-top: 3px; }
nav.main { display: flex; align-items: center; gap: 26px; }
nav.main a { font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 6px 0; }
.icon-btn { width: 44px; height: 44px; background: none; border: none; cursor: pointer; font-size: 1.05rem; display: flex; align-items: center; justify-content: center; position: relative; }
.burger { display: none; flex-direction: column; gap: 4px; background: none; border: none; padding: 8px; cursor: pointer; width: 44px; height: 44px; justify-content: center; }
.burger span { display: block; width: 22px; height: 1.5px; transition: background 400ms ease; }
.merk-badge { position: absolute; top: 6px; right: 4px; font-family: var(--sans); font-size: 0.55rem; font-weight: 500; color: var(--accent); }

/* language switch */
.lang-switch { display: flex; align-items: center; gap: 3px; margin-right: 2px; }
.lang-switch button { background: none; border: none; cursor: pointer; font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 2px; color: inherit; }
.lang-switch .sep { font-size: 0.6rem; opacity: 0.4; }
.lang-switch button.active { text-decoration: underline; text-underline-offset: 4px; }
.lang-switch button:not(.active) { opacity: 0.55; }
.lang-switch button:hover { opacity: 1; color: var(--accent); }
header.over-hero .lang-switch button { color: #F6F3EC; }
header:not(.over-hero) .lang-switch button { color: var(--ink); }

/* over-hero (light-on-dark) header colour */
header.over-hero .logo .name, header.over-hero nav.main a, header.over-hero .icon-btn { color: var(--bg); }
header.over-hero .logo .meta { color: rgba(246,243,236,0.7); }
header.over-hero .burger span { background: var(--bg); }
header:not(.over-hero) .logo .name, header:not(.over-hero) nav.main a, header:not(.over-hero) .icon-btn { color: var(--ink); }
header:not(.over-hero) .logo .meta { color: var(--meta); }
header:not(.over-hero) .burger span { background: var(--ink); }

/* hero -------------------------------------------------------------------- */
.hero { position: relative; height: 100vh; min-height: 560px; overflow: hidden; display: flex; align-items: flex-end; }
.hero .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(32,28,22,0.28) 0%, transparent 34%, transparent 52%, rgba(32,28,22,0.42) 100%); }
.hero .content { position: relative; max-width: 1320px; margin: 0 auto; padding: 0 22px 8vh; width: 100%; }
.hero .eyebrow { color: #F6F3EC; opacity: 0.85; animation: riseIn 700ms ease both; }
.hero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(2.4rem, 7vw, 5.2rem); line-height: 1.02; color: #F6F3EC; margin: 18px 0 0; max-width: 16ch; text-wrap: balance; animation: riseIn 800ms ease both; }
.hero .cta-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px 30px; animation: riseIn 900ms ease both; }
.hero .cta-row a { font-family: var(--sans); font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: #F6F3EC; border-bottom: 1px solid rgba(246,243,236,0.5); padding-bottom: 6px; }
.hero .cta-row a:hover { border-color: #F6F3EC; }

/* generic sections -------------------------------------------------------- */
.section { padding: clamp(56px, 9vw, 130px) 22px; }
.section.tight { padding: clamp(56px, 9vw, 120px) 22px; }
.section.panel { background: var(--panel); }
.section.dark { background: var(--dark); color: #F6F3EC; }
.statement { padding: clamp(64px, 12vw, 150px) 22px; max-width: 1000px; margin: 0 auto; text-align: center; }
.statement p { font-family: var(--serif); font-weight: 400; font-size: clamp(1.5rem, 3.4vw, 2.5rem); line-height: 1.34; margin: 26px 0 0; text-wrap: pretty; }

/* object card grid -------------------------------------------------------- */
.grid-obj { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: clamp(20px, 3vw, 44px) clamp(16px, 2.4vw, 34px); }
.grid-obj.compact { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.card { display: flex; flex-direction: column; gap: 14px; color: inherit; animation: riseIn 500ms ease both; }
.card:hover .tile > img { transform: scale(1.03); }
.card .ref { position: absolute; bottom: 12px; left: 12px; font-family: var(--sans); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--meta); background: rgba(246,243,236,0.72); padding: 4px 8px; }
.card .merk { position: absolute; top: 10px; right: 10px; width: 40px; height: 40px; border: none; background: rgba(246,243,236,0.78); color: var(--dark); font-size: 1.05rem; cursor: pointer; border-radius: 50%; }
.card h3 { font-family: var(--serif); font-weight: 500; font-size: 1.36rem; line-height: 1.14; margin: 0; }
.card .obj-meta { font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--meta); }
.card .req { font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.06em; color: var(--accent); margin-top: 2px; }
.card-body { display: flex; flex-direction: column; gap: 5px; }

/* packages ---------------------------------------------------------------- */
.grid-pkg { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: clamp(20px, 3vw, 40px); }
.pkg-card { display: flex; flex-direction: column; gap: 18px; color: inherit; }
.pkg-card .badge { position: absolute; top: 14px; left: 14px; font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dark); background: rgba(246,243,236,0.82); padding: 5px 10px; }
.pkg-card .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(32,28,22,0.5) 100%); }
.pkg-card .seg { position: absolute; left: 16px; right: 16px; bottom: 16px; font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: #F6F3EC; opacity: 0.85; }
.pkg-card h3 { font-family: var(--serif); font-weight: 500; font-size: 1.7rem; line-height: 1.1; margin: 0; }
.pkg-card p { font-family: var(--sans); font-size: 0.9rem; line-height: 1.6; color: var(--meta); margin: 0; }

/* stats band ("The Collection in Figures") --------------------------------- */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(246,243,236,0.14); border: 1px solid rgba(246,243,236,0.14); }
.stats-grid .stat { background: var(--dark); padding: 34px 18px; text-align: center; }
.stat-n { font-family: var(--serif); font-weight: 500; font-size: clamp(2.2rem, 5vw, 3.6rem); color: #F6F3EC; line-height: 1; }
.stat-l { font-family: var(--sans); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(246,243,236,0.6); margin-top: 12px; }
.stats-reach { font-family: var(--serif); font-style: italic; font-size: clamp(1.15rem, 2.2vw, 1.55rem); line-height: 1.5; color: rgba(246,243,236,0.9); max-width: 62ch; margin: 40px 0 0; }
@media (max-width: 640px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }

/* press page --------------------------------------------------------------- */
.press-lead { font-family: var(--serif); font-weight: 400; font-size: clamp(1.4rem, 3vw, 2.1rem); line-height: 1.4; color: var(--ink); margin: 0 0 20px; text-wrap: pretty; }
.press-body { font-family: var(--sans); font-size: 1.0625rem; line-height: 1.72; color: var(--meta); margin: 0 0 16px; max-width: 62ch; }
.press-section { padding: clamp(40px, 7vw, 80px) 0; border-top: 1px solid var(--line); }
.press-focus { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: clamp(20px, 3vw, 36px); margin-top: 20px; }
.press-focus .item { }
.press-focus .item h3 { font-family: var(--serif); font-weight: 500; font-size: 1.4rem; line-height: 1.15; margin: 0 0 8px; }
.press-focus .item p { font-family: var(--sans); font-size: 0.95rem; line-height: 1.65; color: var(--meta); margin: 0; }
.fact-table { display: flex; flex-direction: column; border-top: 1px solid var(--line); max-width: 720px; }
.fact-row { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.fact-row .k { font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--meta); flex: 0 0 auto; }
.fact-row .v { font-family: var(--sans); font-size: 0.95rem; color: var(--ink); text-align: right; }
.press-note { font-family: var(--sans); font-size: 0.9rem; line-height: 1.6; color: var(--meta); background: var(--panel); padding: 18px 20px; border-left: 2px solid var(--accent); max-width: 62ch; }
.press-dl { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; }

/* timeline ----------------------------------------------------------------- */
.tl-wrap { margin: 26px 0 8px; }
.tl-wide { max-width: 1000px; }
.tl-head { font-family: var(--sans); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--meta); display: block; margin-bottom: 18px; }
.timeline { position: relative; height: 52px; }
.tl-axis { position: absolute; left: 0; right: 0; top: 14px; height: 1px; background: var(--line); }
.tl-band { position: absolute; top: 11px; height: 7px; background: var(--accent); opacity: 0.75; border-radius: 4px; }
.tl-dot { position: absolute; top: 9px; width: 11px; height: 11px; margin-left: -5.5px; border-radius: 50%; background: var(--ink); }
.tl-tick { position: absolute; top: 14px; transform: translateX(-50%); text-align: center; }
.tl-tick::before { content: ''; display: block; width: 1px; height: 5px; background: var(--line); margin: 0 auto; }
.tl-tick span { display: block; font-family: var(--sans); font-size: 0.56rem; letter-spacing: 0.05em; color: var(--meta); margin-top: 5px; white-space: nowrap; }
.tl-collection { height: 74px; }
.tl-collection .tl-axis, .tl-collection .tl-tick { top: 36px; }
.tl-anchor { position: absolute; top: 6px; transform: translateX(-50%); text-align: center; }
.tl-anchor .tl-al { display: block; font-family: var(--serif); font-size: 0.92rem; color: var(--ink); line-height: 1; white-space: nowrap; }
.tl-anchor .tl-ad { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); margin: 9px auto 0; }

/* world map (real geographic, continents grouped) -------------------------- */
.worldmap { position: relative; width: 100%; max-width: 1040px; margin: 4px auto 0; }
.wm-svg svg.wm { width: 100%; height: auto; display: block; overflow: visible; }
.cont path { fill: rgba(246,243,236,0.05); stroke: rgba(246,243,236,0.10); stroke-width: 0.35; stroke-linejoin: round; transition: fill 320ms ease, stroke 320ms ease; }
.cont.has-obj path { fill: rgba(183,169,135,0.17); }
.cont.active { cursor: pointer; transform-box: fill-box; transform-origin: center; transition: transform 320ms cubic-bezier(0.16,1,0.3,1); }
.cont.active path { fill: rgba(183,169,135,0.32); }
.cont.active:hover { transform: scale(1.06); }
.cont.active:hover path { fill: rgba(214,199,160,0.72); stroke: var(--gold); stroke-width: 0.5; }
.cont.has-obj:not(.active) { cursor: default; }
.cont.has-obj:not(.active):hover path { fill: rgba(183,169,135,0.34); }
.wm-labels { position: absolute; inset: 0; pointer-events: none; }
.wm-label { position: absolute; transform: translate(-50%, -50%); text-align: center; white-space: nowrap; }
.wm-label.clickable { pointer-events: auto; cursor: pointer; }
.wm-name { display: block; font-family: var(--serif); font-weight: 500; font-size: clamp(0.95rem, 1.7vw, 1.45rem); color: #F6F3EC; line-height: 1; text-shadow: 0 1px 8px rgba(20,17,13,0.6); }
.wm-count { display: block; font-family: var(--sans); font-size: clamp(0.66rem, 1.1vw, 0.82rem); letter-spacing: 0.12em; color: var(--gold); margin-top: 5px; text-shadow: 0 1px 8px rgba(20,17,13,0.6); }
.wm-label.muted .wm-name { color: rgba(246,243,236,0.6); }
.wm-label.muted .wm-count { color: rgba(183,169,135,0.65); }
.wm-label.clickable:hover .wm-name { color: var(--gold); }

/* discover tiles ---------------------------------------------------------- */
.discover { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 1px; background: rgba(246,243,236,0.14); border: 1px solid rgba(246,243,236,0.14); }
.discover a { background: var(--dark); padding: 26px 20px; display: flex; flex-direction: column; gap: 8px; min-height: 120px; justify-content: space-between; transition: background 400ms ease; }
.discover a:hover { background: #4A4130; }
.discover .kind { font-family: var(--sans); font-size: 0.58rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.discover .label { font-family: var(--serif); font-size: 1.5rem; line-height: 1.1; color: #F6F3EC; }
.discover .count { font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(246,243,236,0.6); }

/* about ------------------------------------------------------------------- */
.about { display: flex; flex-wrap: wrap; gap: clamp(32px, 6vw, 80px); align-items: center; }
.about .col { flex: 1 1 360px; min-width: 300px; }
.about .imgcol { flex: 1 1 300px; min-width: 280px; }
.about h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.9rem, 4vw, 2.8rem); line-height: 1.1; margin: 16px 0 20px; }
.about p.lead { font-family: var(--sans); font-size: 1.0625rem; line-height: 1.7; color: var(--meta); margin: 0 0 18px; }
blockquote { margin: 0; padding: 18px 0; border-top: 1px solid var(--line); }
blockquote p { font-family: var(--serif); font-style: italic; font-size: 1.3rem; line-height: 1.4; color: var(--ink); margin: 0 0 8px; }
blockquote cite { font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--meta); font-style: normal; }

/* instagram --------------------------------------------------------------- */
.insta-strip { display: flex; gap: 2px; overflow-x: auto; padding: 0 22px; scroll-snap-type: x mandatory; }
.insta-strip .cell { flex: 0 0 auto; width: min(62vw, 300px); aspect-ratio: 4/5; scroll-snap-align: start; }

/* contact teaser ---------------------------------------------------------- */
.teaser { padding: clamp(64px, 11vw, 150px) 22px; text-align: center; }
.teaser .inner { max-width: 760px; margin: 0 auto; }
.teaser h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.08; margin: 18px 0 22px; }
.teaser p { font-family: var(--sans); font-size: 1.0625rem; line-height: 1.7; color: var(--meta); margin: 0 auto 34px; max-width: 52ch; }

/* collection filter bar --------------------------------------------------- */
.page-top { padding-top: clamp(88px, 12vh, 120px); }
.page-head { display: flex; flex-direction: column; gap: 6px; margin-bottom: 30px; }
.page-head h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(2.25rem, 6vw, 4rem); line-height: 1.04; margin: 6px 0 0; }
.filterbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); position: sticky; top: 64px; background: var(--bg); z-index: 20; }
.filterbar button.filter { display: flex; align-items: center; gap: 10px; background: none; border: none; cursor: pointer; font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); padding: 6px 0; }
.filterbar .right { display: flex; align-items: center; gap: 16px; }
.filterbar .count { font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--meta); }
.filterbar select { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); background: none; border: none; border-bottom: 1px solid var(--line); padding: 6px 4px; cursor: pointer; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.chip { display: flex; align-items: center; gap: 8px; background: var(--panel); border: 1px solid var(--line); border-radius: 100px; padding: 7px 14px; font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--dark); cursor: pointer; }
.empty { text-align: center; padding: 80px 0; font-family: var(--serif); font-size: 1.6rem; color: var(--meta); }

/* PDP --------------------------------------------------------------------- */
.pdp-wrap { display: flex; flex-wrap: wrap; gap: clamp(28px, 5vw, 64px); align-items: flex-start; }
.pdp-gallery { flex: 1 1 340px; min-width: min(100%, 340px); position: sticky; top: 88px; }
.pdp-gallery .rail { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; aspect-ratio: 4/5; }
.pdp-gallery .rail .slide { flex: 0 0 100%; scroll-snap-align: start; cursor: zoom-in; background-color: var(--tile); }
.pdp-gallery .rail .slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-gallery .dots { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.pdp-gallery .dots .set { display: flex; gap: 8px; }
.pdp-gallery .dot { width: 9px; height: 9px; border-radius: 50%; border: none; cursor: pointer; padding: 0; transition: background 300ms ease; }
.pdp-gallery .counter { font-family: var(--sans); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--meta); }
.pdp-details { flex: 1 1 320px; min-width: min(100%, 300px); }
.pdp-details h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.05; margin: 14px 0 18px; }
.pdp-details .visual { font-family: var(--sans); font-size: 1.0625rem; line-height: 1.72; color: var(--meta); margin: 0 0 26px; }
.spec-table { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.spec-row { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.spec-row .k { font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--meta); flex: 0 0 auto; }
.spec-row .v { font-family: var(--sans); font-size: 0.9rem; color: var(--ink); text-align: right; }
.value-box { margin: 26px 0; padding: 22px 24px; background: var(--panel); }
.value-box .lbl { font-family: var(--sans); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--meta); }
.value-box .big { font-family: var(--serif); font-size: 1.9rem; color: var(--ink); margin-top: 6px; }
.pdp-cta { display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: center; }
.accordions { margin-top: 36px; }
.acc { border-top: 1px solid var(--line); }
.acc button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: none; border: none; cursor: pointer; padding: 20px 0; text-align: left; }
.acc .t { font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); }
.acc .sign { font-family: var(--sans); font-size: 1.2rem; color: var(--accent); }
.acc .body { font-family: var(--sans); font-size: 0.98rem; line-height: 1.74; color: var(--meta); margin: 0; padding: 0 0 24px; }

/* package detail ---------------------------------------------------------- */
.pkg-hero { position: relative; min-height: 76vh; overflow: hidden; display: flex; align-items: flex-end; padding-top: 100px; }
.pkg-hero .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(32,28,22,0.3) 0%, transparent 40%, rgba(32,28,22,0.6) 100%); }
.pkg-hero .content { position: relative; max-width: 1320px; margin: 0 auto; padding: 0 22px 6vh; width: 100%; }
.pkg-hero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(2.4rem, 7vw, 5rem); line-height: 1.02; color: #F6F3EC; margin: 16px 0 0; max-width: 16ch; }
.pkg-hero .claim { font-family: var(--serif); font-style: italic; font-size: clamp(1.2rem, 2.6vw, 1.7rem); line-height: 1.4; color: rgba(246,243,236,0.9); margin: 18px 0 0; max-width: 34ch; }
.pkg-story { max-width: 900px; margin: 0 auto; padding: clamp(56px, 9vw, 110px) 22px clamp(30px, 5vw, 50px); }
.pkg-story p { font-family: var(--serif); font-weight: 400; font-size: clamp(1.4rem, 3vw, 2.1rem); line-height: 1.4; color: var(--ink); margin: 0; text-wrap: pretty; }
.pkg-stats { display: flex; flex-wrap: wrap; gap: 32px 56px; margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--line); }
.pkg-stats .num { font-family: var(--serif); font-size: 2.2rem; color: var(--ink); }
.pkg-stats .lbl { font-family: var(--sans); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--meta); }

/* footer ------------------------------------------------------------------ */
footer { background: var(--ink); color: #F6F3EC; padding: clamp(56px, 8vw, 96px) 22px 40px; }
footer .cols { max-width: 1320px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 40px 60px; justify-content: space-between; }
footer .brand { flex: 1 1 260px; }
footer .brand .name { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; }
footer .brand p { font-family: var(--sans); font-size: 0.9rem; line-height: 1.7; color: rgba(246,243,236,0.62); margin: 14px 0 0; max-width: 38ch; }
footer .social { display: flex; gap: 18px; margin-top: 22px; }
footer .social a { font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(246,243,236,0.8); }
footer .col span.h { font-family: var(--sans); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(246,243,236,0.45); }
footer .col .links { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
footer .col .links a { font-family: var(--sans); font-size: 0.86rem; color: #F6F3EC; }
footer .col .links a:hover { color: var(--gold); }
footer .nlcol { flex: 1 1 260px; max-width: 340px; }
footer .nl { display: flex; gap: 0; margin-top: 16px; border-bottom: 1px solid rgba(246,243,236,0.3); }
footer .nl input { flex: 1; background: none; border: none; outline: none; color: #F6F3EC; font-family: var(--sans); font-size: 0.9rem; padding: 12px 0; }
footer .nl button { background: none; border: none; color: #F6F3EC; cursor: pointer; font-size: 1rem; padding: 0 4px; }
footer .nlmsg { font-family: var(--sans); font-size: 0.74rem; color: rgba(246,243,236,0.5); margin-top: 14px; display: block; }
footer .legal { max-width: 1320px; margin: 44px auto 0; padding-top: 24px; border-top: 1px solid rgba(246,243,236,0.14); display: flex; flex-wrap: wrap; gap: 14px 30px; justify-content: space-between; }
footer .legal span, footer .legal a { font-family: var(--sans); font-size: 0.68rem; color: rgba(246,243,236,0.5); }

/* forms ------------------------------------------------------------------- */
.field { display: flex; flex-direction: column; gap: 7px; }
.field span { font-family: var(--sans); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--meta); }
.field input, .field textarea { font-family: var(--sans); font-size: 1rem; color: var(--ink); background: #FFFFFF; border: 1px solid var(--line); padding: 14px 16px; outline: none; }
.field input:focus, .field textarea:focus { border-color: var(--accent); }
.field textarea { resize: vertical; }
form.stack { display: flex; flex-direction: column; gap: 20px; }
.form-note { font-family: var(--sans); font-size: 0.7rem; line-height: 1.6; color: var(--meta); }
.contact-grid { max-width: 1320px; margin: 0 auto; padding: 0 22px clamp(90px, 10vw, 120px); display: flex; flex-wrap: wrap; gap: clamp(36px, 6vw, 80px); }
.contact-grid .col { flex: 1 1 300px; min-width: 280px; }
.contact-grid h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(2.25rem, 6vw, 4rem); line-height: 1.04; margin: 14px 0 22px; }
.contact-info { display: flex; flex-direction: column; gap: 22px; border-top: 1px solid var(--line); padding-top: 26px; }
.contact-info .k { font-family: var(--sans); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--meta); display: block; margin-bottom: 5px; }
.contact-info .v { font-family: var(--serif); font-size: 1.25rem; color: var(--ink); }
.done-box { padding: 40px 32px; background: var(--panel); text-align: center; animation: riseIn 400ms ease; }
.done-box .h { font-family: var(--serif); font-size: 2rem; color: var(--ink); margin-bottom: 10px; }
.done-box p { font-family: var(--sans); font-size: 0.98rem; line-height: 1.7; color: var(--meta); margin: 0; }

/* overlays ---------------------------------------------------------------- */
.overlay { position: fixed; inset: 0; z-index: 85; animation: fadeIn 220ms ease; }
.mobile-menu { position: fixed; inset: 0; z-index: 80; background: var(--bg); animation: fadeIn 260ms ease; display: flex; flex-direction: column; padding: 22px; }
.mobile-menu .top { display: flex; justify-content: space-between; align-items: center; height: 56px; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 4px; margin-top: 24px; }
.mobile-menu nav a { font-family: var(--serif); font-size: 2rem; font-weight: 500; color: var(--ink); padding: 12px 0; border-bottom: 1px solid var(--line); }
.mobile-menu .foot { margin-top: auto; padding-top: 24px; font-family: var(--sans); font-size: 0.72rem; line-height: 1.7; color: var(--meta); }
.close-x { background: none; border: none; font-size: 1.7rem; color: var(--ink); cursor: pointer; width: 44px; height: 44px; line-height: 1; }

.search-ov { position: fixed; inset: 0; z-index: 85; background: rgba(32,28,22,0.32); backdrop-filter: blur(2px); animation: fadeIn 200ms ease; }
.search-panel { background: var(--bg); padding: 22px; animation: slideUp 320ms ease; }
.search-row { max-width: 1320px; margin: 0 auto; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 14px; }
.search-row input { flex: 1; border: none; background: none; outline: none; font-family: var(--serif); font-size: 1.5rem; color: var(--ink); }
.search-hint { max-width: 1320px; margin: 16px auto 0; font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--meta); }

.sheet-ov { position: fixed; inset: 0; z-index: 95; background: rgba(32,28,22,0.42); backdrop-filter: blur(3px); animation: fadeIn 220ms ease; display: flex; justify-content: flex-end; align-items: center; }
.sheet { background: var(--bg); width: 460px; max-width: 100%; max-height: 92vh; overflow-y: auto; padding: clamp(24px, 4vw, 44px); animation: slideUp 360ms cubic-bezier(0.16,1,0.3,1); min-height: 100vh; }
.sheet .head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 8px; }
.sheet h2 { font-family: var(--serif); font-weight: 500; font-size: 1.9rem; line-height: 1.1; margin: 0; }
.filter-group { padding: 22px 0; border-top: 1px solid var(--line); }
.filter-group .lbl { font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--meta); }
.filter-opts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 14px; }
.filter-opt { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.04em; padding: 9px 15px; border-radius: 100px; cursor: pointer; border: 1px solid var(--line); background: #FFFFFF; color: var(--dark); transition: all 250ms ease; }
.filter-opt.active { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.filter-actions { display: flex; gap: 14px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--ink); }
.filter-actions .reset { flex: 1; font-family: var(--sans); font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dark); background: none; border: 1px solid var(--line); padding: 15px; cursor: pointer; }
.filter-actions .apply { flex: 2; font-family: var(--sans); font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bg); background: var(--ink); border: none; padding: 15px; cursor: pointer; }

.inquiry-ref { margin: 20px 0 26px; padding: 14px 16px; background: var(--panel); display: flex; flex-direction: column; gap: 3px; }
.inquiry-ref .k { font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--meta); }
.inquiry-ref .v { font-family: var(--serif); font-size: 1.15rem; color: var(--ink); }

/* story generator --------------------------------------------------------- */
.story-ov { position: fixed; inset: 0; z-index: 105; background: rgba(32,28,22,0.62); backdrop-filter: blur(4px); animation: fadeIn 240ms ease; display: flex; align-items: center; justify-content: center; padding: 22px; }
.story-inner { display: flex; flex-direction: column; align-items: center; gap: 20px; max-height: 94vh; }
.story-card { position: relative; width: min(70vw, 300px); aspect-ratio: 9/16; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.4); animation: slideUp 400ms cubic-bezier(0.16,1,0.3,1); }
.story-card .frame { position: absolute; inset: 16px; border: 1px solid rgba(246,243,236,0.35); pointer-events: none; }
.story-card .brand { position: absolute; top: 34px; left: 0; right: 0; text-align: center; font-family: var(--sans); font-size: 0.58rem; letter-spacing: 0.34em; text-transform: uppercase; color: rgba(246,243,236,0.7); }
.story-card .cap { position: absolute; left: 30px; right: 30px; bottom: 44px; text-align: center; }
.story-card .cap .t { font-family: var(--serif); font-size: 1.6rem; line-height: 1.12; color: #F6F3EC; }
.story-card .cap .m { font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-top: 12px; }
.story-actions { display: flex; gap: 14px; }

/* bottom bar + toast ------------------------------------------------------ */
.bottom-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: rgba(246,243,236,0.96); backdrop-filter: blur(8px); border-top: 1px solid var(--line); padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 12px; }
.bottom-bar .sq { flex: 0 0 auto; width: 52px; height: 52px; border: 1px solid var(--line); background: #FFFFFF; color: var(--dark); font-size: 1.2rem; cursor: pointer; }
.bottom-bar .main { flex: 1; height: 52px; background: var(--ink); color: var(--bg); border: none; font-family: var(--sans); font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; }
.toast { position: fixed; left: 50%; bottom: 96px; transform: translateX(-50%); z-index: 120; background: var(--ink); color: #F6F3EC; font-family: var(--sans); font-size: 0.8rem; letter-spacing: 0.06em; padding: 14px 24px; animation: slideUp 300ms ease; box-shadow: 0 12px 40px rgba(0,0,0,0.25); }

/* lightbox (zoomable full-screen image viewer) ---------------------------- */
.lightbox { position: fixed; inset: 0; z-index: 130; background: rgba(20,17,13,0.94); animation: fadeIn 200ms ease; display: flex; align-items: center; justify-content: center; }
.lb-stage { max-width: 100%; max-height: 100%; display: flex; align-items: center; justify-content: center; }
.lb-stage img { max-width: 94vw; max-height: 90vh; object-fit: contain; cursor: zoom-in; box-shadow: 0 20px 70px rgba(0,0,0,0.5); }
.lb-stage.zoomed { position: absolute; inset: 0; display: block; overflow: auto; -webkit-overflow-scrolling: touch; }
.lb-stage.zoomed img { max-width: none; max-height: none; width: auto; height: 165vh; margin: auto; cursor: zoom-out; box-shadow: none; }
.lb-close { position: fixed; top: 18px; right: 20px; z-index: 2; width: 48px; height: 48px; background: none; border: none; color: #F6F3EC; font-size: 2rem; line-height: 1; cursor: pointer; opacity: 0.8; }
.lb-close:hover { opacity: 1; }
.lb-nav { position: fixed; top: 50%; transform: translateY(-50%); z-index: 2; width: 56px; height: 72px; background: rgba(0,0,0,0.25); border: none; color: #F6F3EC; font-size: 2.4rem; line-height: 1; cursor: pointer; opacity: 0.7; transition: opacity 200ms ease; }
.lb-nav:hover { opacity: 1; }
.lb-nav.prev { left: 8px; }
.lb-nav.next { right: 8px; }
.lb-counter { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 2; font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(246,243,236,0.75); }
@media (max-width: 767px) { .lb-nav { width: 44px; height: 60px; font-size: 2rem; } }

.hidden { display: none !important; }

/* responsive -------------------------------------------------------------- */
@media (max-width: 767px) {
  nav.main { display: none; }
  .burger { display: flex; }
  .logo { text-align: center; flex: 1; align-items: center; }
  .filterbar .count { display: none; }
  .pdp-gallery { position: static; }
  .pdp-cta { display: none; }
  .sheet-ov { justify-content: center; align-items: flex-end; }
  .sheet { width: 100%; min-height: auto; border-radius: 18px 18px 0 0; }
}
