/* ============================================================
   LA PROPOSTA — section components
   ============================================================ */

/* ---------- THE PROBLEM (editorial, on dark) ---------- */
.problem h2 { font-size: clamp(32px, 5.4vw, 62px); line-height: 1.06; max-width: 18ch; }
.problem h2 .soft { color: rgba(245,240,232,0.5); display: block; }
.problem .problem-body { margin-top: 40px; max-width: var(--readw); }
.problem .problem-body p { font-size: clamp(17px, 2vw, 20px); line-height: 1.78; color: rgba(245,240,232,0.8); }
.problem .problem-body p + p { margin-top: 22px; }
.problem .kicker { font-family: var(--serif); font-style: italic; color: var(--gold-light); font-size: clamp(20px,2.6vw,26px); margin-top: 34px; }

/* ---------- WHAT WE DO ---------- */
.wwd-intro h2 { font-size: clamp(28px, 4.6vw, 50px); max-width: 20ch; }
.wwd-intro h2 em { font-style: italic; color: var(--gold); }
.wwd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 56px); margin-top: clamp(48px, 6vw, 80px); }
.wwd-col .wwd-img { aspect-ratio: 3/4; margin-bottom: 26px; overflow: hidden; }
.wwd-col .wwd-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wwd-col .num { font-family: var(--serif); font-size: 14px; color: var(--gold); letter-spacing: 0.1em; display: block; margin-bottom: 12px; }
.wwd-col h3 { font-size: 25px; margin-bottom: 14px; }
.wwd-col p { color: var(--ink-soft); font-size: 16px; line-height: 1.7; }

/* ---------- HOW IT WORKS (steps) ---------- */
.steps-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; margin-bottom: clamp(44px,6vw,72px); }
.steps-head h2 { font-size: clamp(30px, 5vw, 56px); max-width: 16ch; }
.steps { display: grid; gap: 0; border-top: 1px solid var(--line); }
.step {
  display: grid; grid-template-columns: 96px 1fr; gap: clamp(20px,4vw,56px);
  padding-block: clamp(26px, 3.4vw, 40px);
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.step .step-num { font-family: var(--serif); font-size: clamp(30px,4vw,46px); color: var(--gold); font-weight: 500; line-height: 1; }
.step h3 { font-size: clamp(21px, 2.6vw, 30px); margin-bottom: 8px; }
.step p { color: var(--ink-soft); max-width: 56ch; margin: 0; }
.step.finale h3 { font-style: italic; }
.step:hover .step-num { color: var(--navy); transition: color .3s; }

/* ---------- OBJECTION BUSTERS ---------- */
.obj-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(18px, 2.4vw, 26px); margin-top: clamp(44px,6vw,68px); }
.obj-card {
  background: var(--cream-card); border: 1px solid var(--line);
  padding: clamp(28px,3vw,38px); border-radius: 3px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .4s ease, box-shadow .4s ease;
}
.obj-card:hover { transform: translateY(-4px); box-shadow: 0 18px 50px rgba(26,26,46,0.08); }
.obj-card .q-mark { font-family: var(--serif); font-style: italic; font-size: 30px; color: var(--gold); line-height: 1; }
.obj-card h3 { font-size: 21px; line-height: 1.2; }
.obj-card p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.68; margin: 0; }
.obj-card .tlink { margin-top: 16px; font-size: 13.5px; }
.obj-card.wide { grid-column: span 1; }

/* ---------- PACKAGES ---------- */
.pkg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px, 3vw, 34px); margin-top: clamp(48px,6vw,72px); align-items: stretch; }
.pkg {
  border: 1px solid var(--line); border-radius: 4px; padding: clamp(32px,3.4vw,48px);
  display: flex; flex-direction: column; background: var(--cream-card);
}
.pkg.featured { background: var(--navy); color: rgba(245,240,232,0.84); border-color: var(--navy); }
.pkg.featured h3, .pkg.featured .pkg-price { color: var(--cream); }
.pkg .pkg-tag { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 18px; }
.pkg.featured .pkg-tag { color: var(--gold-light); }
.pkg h3 { font-size: clamp(30px, 3.6vw, 42px); font-style: italic; }
.pkg .pkg-price { font-family: var(--sans); font-size: 15px; font-weight: 600; letter-spacing: 0.08em; color: var(--gold); margin-top: 8px; }
.pkg.featured .pkg-price { color: var(--gold-light); }
.pkg .pkg-desc { margin: 20px 0 26px; font-size: 16px; line-height: 1.66; color: var(--ink-soft); }
.pkg.featured .pkg-desc { color: rgba(245,240,232,0.72); }
.pkg .incl-label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 14px; font-weight: 600; }
.pkg.featured .incl-label { color: rgba(245,240,232,0.55); }
.pkg ul { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.pkg li { font-size: 15.5px; line-height: 1.5; padding-left: 22px; position: relative; color: var(--ink); }
.pkg.featured li { color: rgba(245,240,232,0.84); }
.pkg li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border: 1px solid var(--gold); transform: rotate(45deg); }
.pkg li.plus { font-style: italic; color: var(--gold); }
.pkg.featured li.plus { color: var(--gold-light); }
.pkg li.plus::before { background: var(--gold); }
.pkg .pkg-fine { font-size: 13.5px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 24px; }
.pkg.featured .pkg-fine { color: rgba(245,240,232,0.6); }
.pkg .pkg-foot { margin-top: auto; }
.pkg .btn { width: 100%; justify-content: center; }

/* ---------- SOCIAL PROOF ---------- */
.proof-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 56px);
  margin-top: clamp(44px, 6vw, 72px);
  padding-block: clamp(36px, 4vw, 52px);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.stat { text-align: center; display: flex; flex-direction: column; gap: 12px; }
.stat-num { font-family: var(--serif); font-size: clamp(40px, 6vw, 68px); font-weight: 500; color: var(--cream); line-height: 1; }
.stat-num .stat-star { color: var(--gold-light); font-size: 0.7em; }
.stat-label { font-family: var(--sans); font-size: 13px; letter-spacing: 0.06em; color: rgba(245,240,232,0.62); line-height: 1.5; max-width: 22ch; margin-inline: auto; }

.testi-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.4vw, 26px);
  margin-top: clamp(40px, 5vw, 64px);
}
.testi-card {
  background: var(--navy-soft); border: 1px solid var(--line-dark);
  border-radius: 3px; padding: clamp(26px, 2.8vw, 36px);
  margin: 0; display: flex; flex-direction: column; gap: 16px;
  transition: transform .4s ease, border-color .4s ease;
}
.testi-card:hover { transform: translateY(-4px); border-color: rgba(199,166,107,0.45); }
.testi-card .stars { color: var(--gold-light); font-size: 15px; letter-spacing: 0.18em; }
.testi-card blockquote { margin: 0; font-family: var(--serif); font-size: clamp(17px, 1.6vw, 19px); line-height: 1.55; color: var(--cream); font-weight: 400; }
.testi-card cite { font-style: normal; font-family: var(--sans); font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-light); margin-top: auto; }
.testi-card cite .flag { font-size: 15px; margin-left: 4px; vertical-align: -1px; letter-spacing: 0; }

.proof-closer { text-align: center; margin-top: clamp(44px, 6vw, 68px); }
.proof-closer p { font-family: var(--serif); font-style: italic; font-size: clamp(22px, 3vw, 32px); color: var(--cream); line-height: 1.35; margin: 0 0 30px; }

/* ---------- THE LOCATION ---------- */
.loc { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(36px, 5vw, 80px); align-items: center; }
.loc .loc-img { aspect-ratio: 4/5; border-radius: 3px; overflow: hidden; }
.loc .loc-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.loc-copy h2 { font-size: clamp(30px, 4.6vw, 56px); line-height: 1.05; }
.loc-copy h2 em { font-style: italic; color: var(--gold); }
.loc-copy p { color: var(--ink-soft); margin-top: 22px; line-height: 1.76; }
.loc-copy p + p { margin-top: 18px; }
.loc-copy .closer { font-family: var(--serif); font-style: italic; color: var(--navy); font-size: clamp(19px,2.4vw,24px); margin-top: 26px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: clamp(40px,5vw,60px) auto 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: clamp(22px,2.6vw,30px) 0; text-align: left;
  font-family: var(--serif); font-size: clamp(18px, 2.2vw, 24px); color: var(--navy); font-weight: 500;
}
.faq-q .faq-ico { flex: none; width: 22px; height: 22px; position: relative; }
.faq-q .faq-ico::before, .faq-q .faq-ico::after { content: ""; position: absolute; background: var(--gold); transition: transform .35s ease, opacity .3s ease; }
.faq-q .faq-ico::before { top: 50%; left: 0; right: 0; height: 1.5px; transform: translateY(-50%); }
.faq-q .faq-ico::after { left: 50%; top: 0; bottom: 0; width: 1.5px; transform: translateX(-50%); }
.faq-item.open .faq-ico::after { transform: translateX(-50%) scaleY(0); opacity: 0; }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .45s ease; }
.faq-a .faq-a-inner { padding: 0 40px 28px 0; color: var(--ink-soft); line-height: 1.74; font-size: 16px; }
.faq-item.open .faq-q { color: var(--gold); }

/* ============================================================
   OUR STORY page
   ============================================================ */
.story-why { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,6vw,90px); align-items: start; }
.story-why .why-sticky { position: sticky; top: 120px; }
.story-why h2 { font-size: clamp(30px, 4.6vw, 54px); line-height: 1.06; }
.story-why h2 em { font-style: italic; color: var(--gold); }
.story-why .why-body p { color: var(--ink-soft); line-height: 1.78; font-size: 17px; }
.story-why .why-body p + p { margin-top: 20px; }
.story-why .why-body .accent { font-family: var(--serif); font-style: italic; color: var(--navy); font-size: clamp(20px,2.6vw,26px); }

/* TEAM */
.team-head { text-align: center; max-width: 720px; margin: 0 auto clamp(48px,6vw,72px); }
.team-head h2 { font-size: clamp(30px,5vw,56px); }
.team-head p { color: var(--ink-soft); margin-top: 16px; font-size: 18px; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px,2.6vw,30px); }
.team-grid.two { grid-template-columns: repeat(2, 1fr); max-width: 720px; margin-inline: auto; }
.team-card .team-img { aspect-ratio: 4/5; margin-bottom: 20px; border-radius: 3px; }
.team-card h3 { font-size: 22px; font-style: italic; }
.team-card .role-title { font-family: var(--serif); font-size: 21px; font-weight: 500; color: var(--navy); margin-top: 18px; }
.team-card .role { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: 8px 0 12px; }
.team-card p { color: var(--ink-soft); font-size: 15px; line-height: 1.62; margin: 0; }

/* WHY VERONA (on dark, with image) */.verona { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px,5vw,80px); align-items: center; }
.verona .v-img { aspect-ratio: 4/5; border-radius: 3px; overflow: hidden; }
.verona .v-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.verona h2 { font-size: clamp(32px,5vw,60px); }
.verona p { color: rgba(245,240,232,0.78); margin-top: 22px; line-height: 1.78; }
.verona p + p { margin-top: 18px; }
.verona .v-closer { font-family: var(--serif); font-style: italic; color: var(--gold-light); font-size: clamp(20px,2.6vw,26px); margin-top: 28px; line-height: 1.4; }
.verona .v-closer span { color: rgba(245,240,232,0.55); font-style: normal; font-family: var(--sans); display: block; font-size: 16px; margin-top: 6px; letter-spacing: 0.02em; }

/* THE PROMISE */
.promise { text-align: center; }
.promise h2 { font-size: clamp(40px, 8vw, 104px); line-height: 1.0; }
.promise h2 .l1 { display: block; }
.promise h2 .l2 { display: block; font-style: italic; color: var(--gold-light); }
.promise h2 .l3 { display: block; }
.promise .promise-body { max-width: 48ch; margin: 36px auto 0; color: rgba(245,240,232,0.78); font-size: 18px; line-height: 1.7; }
.promise .promise-body .strong { color: var(--cream); font-family: var(--serif); font-style: italic; font-size: 22px; display: block; margin-top: 14px; }
.promise .promise-cta { margin-top: 40px; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.promise .promise-cta .note { font-size: 14.5px; color: rgba(245,240,232,0.65); }
.promise .promise-cta .note a { color: var(--gold-light); border-bottom: 1px solid currentColor; }

/* TRUST BAR */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px,4vw,56px); }
.trust-item { text-align: center; }
.trust-item .t-ico { width: 40px; height: 40px; margin: 0 auto 18px; color: var(--gold); }
.trust-item .t-ico svg { width: 100%; height: 100%; }
.trust-item h3 { font-size: 22px; font-style: italic; margin-bottom: 10px; }
.trust-item p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.6; margin: 0; }

/* ---------- BOOKING / BOFU ---------- */
.bofu { text-align: center; }
.bofu h2 { font-size: clamp(34px, 6vw, 72px); }
.bofu .bofu-sub { max-width: 40ch; margin: 26px auto 0; color: rgba(245,240,232,0.8); line-height: 1.7; font-size: 18px; }
.bofu .bofu-cta { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.bofu .bofu-fine { margin-top: 32px; max-width: 46ch; margin-inline: auto; font-size: 14.5px; color: rgba(245,240,232,0.66); line-height: 1.6; }
.bofu .bofu-fine a { color: var(--gold-light); border-bottom: 1px solid currentColor; }

/* ============================================================
   RESPONSIVE — sections
   ============================================================ */
@media (max-width: 980px) {
  .wwd-grid { grid-template-columns: 1fr 1fr; gap: 36px 28px; }
  .testi-cards { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; gap: 30px 24px; }
}
@media (max-width: 760px) {
  .pkg-grid { grid-template-columns: 1fr; }
  .testi-cards { grid-template-columns: 1fr; max-width: 540px; margin-inline: auto; }
  .proof-stats { grid-template-columns: 1fr; gap: 28px; }
  .loc { grid-template-columns: 1fr; }
  .loc .loc-img { aspect-ratio: 16/11; order: -1; }
  .verona { grid-template-columns: 1fr; }
  .verona .v-img { aspect-ratio: 16/11; order: -1; }
  .story-why { grid-template-columns: 1fr; gap: 28px; }
  .story-why .why-sticky { position: static; }
  .trust-grid { grid-template-columns: 1fr; gap: 36px; }
  .steps-head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .wwd-grid { grid-template-columns: 1fr; max-width: 380px; }
  .team-grid { grid-template-columns: 1fr; max-width: 340px; margin-inline: auto; }
  .obj-grid { grid-template-columns: 1fr; }
  .step { grid-template-columns: 56px 1fr; gap: 16px; }
  .hero h1 { font-size: clamp(34px, 11vw, 52px); }
}

/* FOUNDER */
.founder { display: grid; grid-template-columns: 0.85fr 1fr; gap: clamp(36px,5vw,80px); align-items: center; }
.founder .founder-img { aspect-ratio: 4/5; border-radius: 3px; overflow: hidden; }
.founder .founder-img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; display: block; }
.founder h2 { font-size: clamp(30px,4.4vw,54px); }
.founder p { color: var(--ink-soft); margin-top: 20px; line-height: 1.76; max-width: 52ch; }
.founder .founder-note { font-family: var(--serif); font-style: italic; color: var(--navy); font-size: 18px; margin-top: 26px; }
@media (max-width: 860px) { .founder { grid-template-columns: 1fr; gap: 30px; } .founder .founder-img { aspect-ratio: 3/2; max-height: 420px; } }
