
:root {
  --ink: #14213A;
  --brand: #1F4FA8;
  --paper: #FCFCFD;
  --fill: #E9EFFB;
  --gold: #F2A63B;
  --muted: color-mix(in srgb, var(--ink) 58%, var(--paper));
  --hair: color-mix(in srgb, var(--ink) 14%, transparent);

  --step--1: clamp(0.8rem, 0.78rem + 0.1vw, 0.86rem);
  --step-0: clamp(1rem, 0.96rem + 0.2vw, 1.12rem);
  --step-1: clamp(1.25rem, 1.16rem + 0.45vw, 1.5rem);
  --step-2: clamp(1.55rem, 1.38rem + 0.85vw, 2.05rem);
  --step-3: clamp(1.95rem, 1.65rem + 1.5vw, 2.8rem);
  --step-4: clamp(2.45rem, 1.95rem + 2.5vw, 3.8rem);
  --step-5: clamp(3rem, 2.2rem + 4vw, 5.2rem);

  --gutter: clamp(1.15rem, 4vw, 3rem);
  --round: 18px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Archivo", ui-sans-serif, system-ui, sans-serif;
  font-size: var(--step-0);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3 {
  font-family: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0;
  text-wrap: balance;
}

h1 { font-size: var(--step-5); }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-1); letter-spacing: -0.015em; }

p { margin: 0; max-width: 60ch; text-wrap: pretty; }

.wrap { width: min(100% - (var(--gutter) * 2), 78rem); margin-inline: auto; }

.band { display: block; padding-block: clamp(3rem, 8vw, 6rem); }
.band > .mark { display: none; }

.eyebrow {
  display: inline-block;
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 1.1rem;
}

.lede { font-size: var(--step-1); color: var(--muted); line-height: 1.5; }

/* ---------- Header ---------- */

.masthead {
  position: sticky;
  top: 0;
  z-index: 40;
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hair);
}

.masthead .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-block: 0.85rem;
}

.brandmark {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: var(--step-1);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-decoration: none;
  color: var(--brand);
}

.brandmark small {
  display: block;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.2rem;
}

.nav { display: flex; align-items: center; gap: clamp(0.8rem, 2.2vw, 1.75rem); }
.nav a { text-decoration: none; font-size: var(--step--1); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.nav a[aria-current="page"] { color: var(--brand); }
.nav .desk { display: none; }
@media (min-width: 820px) { .nav .desk { display: inline; } }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 2px solid transparent;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn.solid { background: var(--brand); color: #fff; }
.btn.solid:hover { background: var(--ink); transform: translateY(-1px); }
.btn.line { border-color: color-mix(in srgb, var(--ink) 22%, transparent); }
.btn.line:hover { border-color: var(--brand); color: var(--brand); }

.actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }

/* ---------- Hero ---------- */

.hero { padding-block: clamp(2rem, 5vw, 3.5rem) clamp(2.5rem, 6vw, 4rem); }

.hero .grid { display: grid; gap: clamp(1.75rem, 4vw, 3rem); align-items: center; }
@media (min-width: 940px) { .hero .grid { grid-template-columns: 1fr 1fr; } }

.hero h1 em { font-style: normal; color: var(--brand); }

.hero .lede { margin-top: 1.35rem; }

.shot {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: var(--round);
  overflow: hidden;
  background: var(--fill);
  box-shadow: 0 18px 50px -22px color-mix(in srgb, var(--ink) 60%, transparent);
}

.shot img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Ficha técnica: the signature block ----------
   Capacity and inclusions are the two things every caller asks about, so they
   get the largest type on the page instead of a generic "why choose us" row. */

.spec {
  display: grid;
  gap: 1px;
  background: var(--hair);
  border-radius: var(--round);
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}

.spec > div { background: var(--fill); padding: 1.6rem 1.25rem; }

.spec dt {
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.spec dd {
  margin: 0.3rem 0 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: var(--step-3);
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  color: var(--brand);
}

/* ---------- Occasions ---------- */

.types { display: grid; gap: 1rem; margin-top: 2.5rem; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }

.type {
  border: 1px solid var(--hair);
  border-radius: var(--round);
  padding: 1.5rem;
  background: var(--paper);
}

.type h3 { color: var(--brand); }
.type p { margin-top: 0.5rem; color: var(--muted); }

/* ---------- Included list ---------- */

.included { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 0.75rem; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }

.included li { display: flex; gap: 0.75rem; align-items: flex-start; }

.included li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.5rem;
  border-radius: 50%;
  background: var(--gold);
}

/* ---------- Quotes ---------- */

.quotes { display: grid; gap: 1rem; margin-top: 2.5rem; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); }

.quote {
  background: var(--fill);
  border-radius: var(--round);
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.quote blockquote { margin: 0; font-size: var(--step-0); line-height: 1.55; }
.quote figcaption { font-size: var(--step--1); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }

/* ---------- Gallery ---------- */

.gallery { display: grid; gap: 0.85rem; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); margin-top: 2.5rem; }
.gallery figure { margin: 0; aspect-ratio: 1 / 1; overflow: hidden; border-radius: var(--round); background: var(--fill); }
.gallery img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Location ---------- */

.split { display: grid; gap: clamp(1.75rem, 4vw, 3rem); }
@media (min-width: 880px) { .split { grid-template-columns: 1fr 1fr; } }

.hours { width: 100%; border-collapse: collapse; margin-top: 1.5rem; }
.hours th, .hours td { text-align: left; padding: 0.65rem 0; border-bottom: 1px solid var(--hair); font-size: var(--step-0); font-weight: 500; }
.hours td { text-align: right; font-variant-numeric: tabular-nums; color: var(--muted); }

.mapframe { border: 0; width: 100%; aspect-ratio: 4 / 3; border-radius: var(--round); }

/* ---------- Footer ---------- */

.foot { border-top: 1px solid var(--hair); padding-block: 3rem 2rem; font-size: var(--step--1); color: var(--muted); }
.foot .cols { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); }
.foot a { text-decoration: none; }
.foot a:hover { text-decoration: underline; }
.foot .fine { margin-top: 2.5rem; font-size: 0.72rem; }

/* ---------- Floating WhatsApp ---------- */

.zap {
  position: fixed;
  right: clamp(0.9rem, 3vw, 1.75rem);
  bottom: clamp(0.9rem, 3vw, 1.75rem);
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  background: #1FAF54;
  color: #fff;
  text-decoration: none;
  font-size: var(--step--1);
  font-weight: 700;
  box-shadow: 0 8px 26px color-mix(in srgb, var(--ink) 35%, transparent);
}

.zap:hover { background: #189444; }
.zap svg { width: 1.2rem; height: 1.2rem; fill: currentColor; }
.zap span { display: none; }
@media (min-width: 560px) { .zap span { display: inline; } }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 100; background: var(--brand); color: #fff; padding: 0.7rem 1rem; border-radius: 4px; }
