/* ============================================================
   JMP MEDIA — pages.css
   Inner-page components: page hero · services · value props ·
   packages · multi-step form · proof strip
   Inherits all tokens + skins from brand.css / themes.css
   ============================================================ */

/* ---------- page hero (shorter than home) ---------- */
.hero--page{ min-height:clamp(560px,82vh,820px); }
.hero--page .hero__inner{ text-align:left; align-items:flex-start; }
.hero--page .eyebrow.center::after{ content:none; }
.hero--page h1{ max-width:18ch; }
.hero--page .hero__sub{ margin-left:0; }
.hero--page .hero__cta{ align-items:flex-start; }
@media (min-width:620px){ .hero--page .hero__cta{ justify-content:flex-start; } }

/* breadcrumb above hero h1 */
.crumb{ display:flex; align-items:center; gap:12px; font-family:var(--sans); font-weight:500;
  font-size:11px; letter-spacing:0.2em; text-transform:uppercase; color:rgba(245,239,227,0.55); margin-bottom:22px; }
.crumb a{ color:rgba(245,239,227,0.55); transition:color .3s ease; }
.crumb a:hover{ color:var(--champagne); }
.crumb .sep{ width:16px; height:1px; background:var(--brass); opacity:0.7; }
.crumb .here{ color:var(--champagne); }

/* ---------- services grid ---------- */
.svc__grid{ display:grid; grid-template-columns:1fr; gap:0; margin-top:clamp(40px,6vw,68px);
  border-top:1px solid var(--hair); }
@media (min-width:680px){ .svc__grid{ grid-template-columns:minmax(0,1fr) minmax(0,1fr); } }
@media (min-width:1020px){ .svc__grid{ grid-template-columns:repeat(3,minmax(0,1fr)); } }
.svc{ position:relative; padding:clamp(30px,3.2vw,46px) clamp(26px,2.6vw,40px) clamp(40px,4vw,54px);
  border-bottom:1px solid var(--hair); transition:background .5s ease; overflow:hidden; }
@media (min-width:680px){ .svc{ border-right:1px solid var(--hair); } }
@media (min-width:680px){ .svc:nth-child(2n){ border-right:1px solid var(--hair); } }
@media (min-width:1020px){ .svc:nth-child(3n){ border-right:none; } }
.svc:hover{ background:color-mix(in srgb,var(--seam) 7%,transparent); }
.svc__ix{ font-family:var(--serif); font-style:italic; font-size:15px; color:var(--seam); position:absolute; top:clamp(26px,2.6vw,40px); right:clamp(26px,2.6vw,40px); }
.svc__ico{ width:34px; height:34px; color:var(--seam); }
.svc h3{ font-family:var(--serif); font-weight:500; font-size:clamp(23px,2.4vw,29px); line-height:1.1; margin:24px 0 0; }
.svc p{ margin:14px 0 0; color:var(--muted); font-size:clamp(14.5px,1.5vw,16px); line-height:1.62; max-width:36ch; }
.svc__line{ margin-top:22px; display:flex; flex-wrap:wrap; gap:8px; }
.svc__line span{ font-family:var(--sans); font-size:10.5px; letter-spacing:0.12em; text-transform:uppercase;
  color:var(--fg); opacity:0.62; padding:6px 12px; border:1px solid var(--hair); }

/* ---------- value props (alternating editorial rows) ---------- */
.value{ display:grid; grid-template-columns:1fr; gap:clamp(40px,6vw,90px); margin-top:clamp(40px,6vw,72px); }
.vp{ display:grid; grid-template-columns:1fr; gap:clamp(20px,3vw,48px); align-items:center; }
@media (min-width:860px){ .vp{ grid-template-columns:1.05fr 1fr; }
  .vp.is-flip .vp__media{ order:2; } }
.vp__media{ position:relative; overflow:hidden; aspect-ratio:4/3; border:1px solid var(--hair); }
.vp__media img{ width:100%; height:100%; object-fit:cover; transform:scale(1.03); transition:transform 1.2s cubic-bezier(.22,.61,.36,1); }
.vp:hover .vp__media img{ transform:scale(1.0); }
.vp__n{ font-family:var(--serif); font-style:italic; color:var(--seam); font-size:clamp(18px,2vw,24px); }
.vp h3{ font-family:var(--serif); font-weight:500; font-size:clamp(26px,3.4vw,42px); line-height:1.06; margin:14px 0 0; text-wrap:balance; }
.vp p{ margin:18px 0 0; color:var(--muted); font-size:clamp(15px,1.7vw,18px); line-height:1.66; max-width:46ch; }
.vp__list{ margin:22px 0 0; padding:0; list-style:none; display:flex; flex-direction:column; gap:12px; }
.vp__list li{ display:flex; gap:14px; align-items:flex-start; font-size:15.5px; line-height:1.5; color:var(--fg); }
.vp__list li .ico{ width:18px; height:18px; color:var(--seam); margin-top:2px; flex-shrink:0; }

/* ---------- packages / pricing tiers ---------- */
.pkgs{ display:grid; grid-template-columns:1fr; gap:clamp(16px,2vw,24px); margin-top:clamp(40px,6vw,68px); }
@media (min-width:820px){ .pkgs{ grid-template-columns:repeat(3,minmax(0,1fr)); } }
.pkg{ position:relative; display:flex; flex-direction:column; padding:clamp(28px,2.8vw,40px);
  border:1px solid var(--hair); background:color-mix(in srgb,var(--seam) 3%,transparent); transition:border-color .5s ease,transform .5s ease; }
.pkg:hover{ border-color:var(--seam); transform:translateY(-4px); }
.pkg.is-feat{ border-color:var(--accent); background:color-mix(in srgb,var(--accent) 12%,transparent); }
.pkg.is-feat::before{ content:'Most booked'; position:absolute; top:0; right:0; transform:translateY(-50%);
  right:clamp(28px,2.8vw,40px); font-family:var(--sans); font-weight:600; font-size:10px; letter-spacing:0.18em; text-transform:uppercase;
  color:var(--accent-fg); background:var(--accent); padding:6px 14px; }
.pkg__name{ font-family:var(--sans); font-weight:600; font-size:12px; letter-spacing:0.22em; text-transform:uppercase; color:var(--seam); }
.pkg__price{ font-family:var(--serif); font-weight:500; font-size:clamp(40px,4.6vw,56px); line-height:1; margin:18px 0 0; }
.pkg__price .from{ font-size:13px; font-style:italic; color:var(--muted); display:block; margin-bottom:8px; letter-spacing:0.04em; }
.pkg__price .unit{ font-family:var(--sans); font-size:13px; font-weight:500; color:var(--muted); letter-spacing:0.04em; }
.pkg__desc{ margin:16px 0 0; color:var(--muted); font-size:14.5px; line-height:1.6; }
.pkg__list{ margin:24px 0 28px; padding:24px 0 0; list-style:none; border-top:1px solid var(--hair); display:flex; flex-direction:column; gap:13px; }
.pkg__list li{ display:flex; gap:12px; align-items:flex-start; font-size:14.5px; line-height:1.5; }
.pkg__list li .ico{ width:16px; height:16px; color:var(--seam); margin-top:2px; flex-shrink:0; }
.pkg .btn{ margin-top:auto; width:100%; }

/* deposit / booking reassurance line */
.book-note{ margin-top:clamp(28px,4vw,40px); display:flex; flex-wrap:wrap; align-items:center; gap:18px 28px;
  padding:22px clamp(20px,2.4vw,30px); border:1px solid var(--hair); }
.book-note .ico{ width:24px; height:24px; color:var(--seam); flex-shrink:0; }
.book-note p{ margin:0; font-size:14.5px; line-height:1.55; color:var(--muted); max-width:64ch; }
.book-note p b{ color:var(--fg); font-weight:600; }

/* ---------- multi-step form ---------- */
.form-wrap{ display:grid; grid-template-columns:1fr; gap:clamp(36px,5vw,72px); margin-top:clamp(40px,6vw,64px); align-items:start; }
@media (min-width:940px){ .form-wrap{ grid-template-columns:minmax(0,0.82fr) minmax(0,1.18fr); } }
.form-aside .eyebrow{ margin-bottom:24px; }
.form-aside h2{ font-family:var(--serif); font-weight:500; font-size:clamp(30px,4vw,52px); line-height:1.04; margin:0; text-wrap:balance; }
.form-aside h2 em{ font-style:italic; color:var(--accent); }
.form-aside .lede{ margin-top:22px; color:var(--muted); font-size:clamp(15px,1.7vw,18px); line-height:1.64; max-width:42ch; }
.form-aside .assure{ margin:30px 0 0; padding:0; list-style:none; display:flex; flex-direction:column; gap:14px; }
.form-aside .assure li{ display:flex; gap:14px; align-items:center; font-size:14.5px; color:var(--fg); }
.form-aside .assure li .ico{ width:18px; height:18px; color:var(--seam); flex-shrink:0; }
.aside-contact{ margin-top:32px; display:flex; flex-direction:column; gap:14px; }
.aside-contact a{ display:flex; align-items:center; gap:12px; font-family:var(--sans); font-size:15px; color:var(--fg); transition:color .3s ease; word-break:break-word; }
.aside-contact a .ico{ width:18px; height:18px; color:var(--seam); flex-shrink:0; }
.aside-contact a:hover{ color:var(--champagne); }

.form-card{ position:relative; border:1px solid var(--hair); padding:clamp(26px,3vw,44px);
  background:color-mix(in srgb,var(--seam) 4%,transparent); }
/* stepper header */
.stepper{ display:flex; align-items:center; gap:0; margin-bottom:clamp(28px,3vw,40px); }
.stepper__item{ display:flex; align-items:center; gap:13px; flex:0 0 auto; }
.stepper__dot{ width:38px; height:38px; border:1px solid var(--hair); display:flex; align-items:center; justify-content:center;
  font-family:var(--serif); font-style:italic; font-size:17px; color:var(--muted); transition:all .45s ease; flex-shrink:0; }
.stepper__txt{ font-family:var(--sans); font-weight:600; font-size:11px; letter-spacing:0.14em; text-transform:uppercase; color:var(--muted); transition:color .45s ease; white-space:nowrap; }
.stepper__bar{ flex:1 1 auto; height:1px; background:var(--hair); margin:0 16px; min-width:18px; }
.stepper__item.is-active .stepper__dot{ border-color:var(--accent); background:var(--accent); color:var(--accent-fg); }
.stepper__item.is-active .stepper__txt{ color:var(--fg); }
.stepper__item.is-done .stepper__dot{ border-color:var(--seam); color:var(--seam); }
@media (max-width:560px){ .stepper__txt{ display:none; } .stepper__bar{ margin:0 8px; } }

/* panels */
.step-panel{ display:none; }
.step-panel.is-active{ display:block; }
.step-panel.is-active .field-grid{ animation:panelIn .5s cubic-bezier(.22,.61,.36,1); }
@keyframes panelIn{ from{ opacity:0.2; } to{ opacity:1; } }
@media (prefers-reduced-motion:reduce){ .step-panel.is-active .field-grid{ animation:none; } }

.field-grid{ display:grid; grid-template-columns:1fr; gap:18px; }
@media (min-width:560px){ .field-grid.cols-2{ grid-template-columns:minmax(0,1fr) minmax(0,1fr); } }
.field{ display:flex; flex-direction:column; gap:9px; }
.field.span-2{ grid-column:1 / -1; }
.field label{ font-family:var(--sans); font-weight:600; font-size:11px; letter-spacing:0.14em; text-transform:uppercase; color:var(--seam); }
.field input,.field select,.field textarea{
  font-family:var(--sans); font-size:15px; color:var(--fg); background:transparent;
  border:1px solid var(--hair); padding:14px 16px; outline:none; transition:border-color .35s ease,background .35s ease; width:100%;
}
.field textarea{ resize:vertical; min-height:104px; }
.field input::placeholder,.field textarea::placeholder{ color:color-mix(in srgb,var(--fg) 38%,transparent); }
.field input:focus,.field select:focus,.field textarea:focus{ border-color:var(--seam); background:color-mix(in srgb,var(--seam) 6%,transparent); }
.field select{ appearance:none; background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);
  background-position:calc(100% - 20px) center,calc(100% - 15px) center; background-size:5px 5px,5px 5px; background-repeat:no-repeat; cursor:pointer; }

/* choice chips (service selection) */
.chips{ display:flex; flex-wrap:wrap; gap:10px; }
.chip{ position:relative; cursor:pointer; }
.chip input{ position:absolute; opacity:0; inset:0; cursor:pointer; }
.chip span{ display:block; font-family:var(--sans); font-size:13px; letter-spacing:0.04em; padding:11px 18px;
  border:1px solid var(--hair); color:var(--fg); transition:all .35s ease; }
.chip input:checked + span{ border-color:var(--accent); background:color-mix(in srgb,var(--accent) 16%,transparent); color:var(--fg); }
.chip:hover span{ border-color:var(--seam); }

/* budget radio cards */
.radios{ display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:10px; }
@media (min-width:560px){ .radios{ grid-template-columns:repeat(4,minmax(0,1fr)); } }
.radio{ position:relative; cursor:pointer; }
.radio input{ position:absolute; opacity:0; }
.radio span{ display:flex; align-items:center; justify-content:center; text-align:center; min-height:54px; padding:10px;
  font-family:var(--sans); font-weight:500; font-size:14px; border:1px solid var(--hair); color:var(--fg); transition:all .35s ease; }
.radio input:checked + span{ border-color:var(--accent); background:color-mix(in srgb,var(--accent) 16%,transparent); }
.radio:hover span{ border-color:var(--seam); }

/* form footer nav */
.form-nav{ display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:clamp(26px,3vw,36px); }
.form-nav .step-back{ font-family:var(--sans); font-weight:600; font-size:12px; letter-spacing:0.16em; text-transform:uppercase;
  color:var(--muted); display:inline-flex; align-items:center; gap:10px; transition:color .35s ease; }
.form-nav .step-back:hover{ color:var(--fg); }
.form-nav .step-back[hidden]{ visibility:hidden; }
.form-nav .step-back .ico{ width:14px; height:14px; transform:rotate(180deg); }

/* success placeholder (calendar/payment stand-in) */
.placeholder-note{ margin-top:18px; font-family:'DM Sans',monospace; font-size:11px; letter-spacing:0.08em;
  color:var(--muted); display:flex; align-items:center; gap:10px; opacity:0.7; }
.placeholder-note::before{ content:''; width:6px; height:6px; background:var(--seam); border-radius:50%; flex-shrink:0; }

/* lead-form error note */
.hp-field{ display:none; }
.form-err{ margin-top:18px; padding:14px 18px; border:1px solid var(--accent);
  background:color-mix(in srgb,var(--accent) 14%,transparent); color:var(--fg);
  font-family:var(--sans); font-size:13.5px; line-height:1.5; }

/* ---------- proof strip (logos + quote) ---------- */
.proof{ display:grid; grid-template-columns:1fr; gap:clamp(34px,4vw,60px); align-items:center; }
@media (min-width:860px){ .proof{ grid-template-columns:minmax(0,1fr) minmax(0,1fr); } }
.proof__quote{ font-family:var(--serif); font-weight:400; font-style:italic; font-size:clamp(24px,3vw,38px); line-height:1.28; text-wrap:balance; }
.proof__quote::before{ content:'\201C'; color:var(--seam); }
.proof__quote::after{ content:'\201D'; color:var(--seam); }
.proof__by{ margin-top:24px; font-family:var(--sans); font-weight:600; font-size:12px; letter-spacing:0.16em; text-transform:uppercase; color:var(--muted); }
.proof__by b{ color:var(--fg); font-weight:600; }
.proof__media{ position:relative; overflow:hidden; aspect-ratio:5/4; border:1px solid var(--hair); }
.proof__media img{ width:100%; height:100%; object-fit:cover; transform:scale(1.03); transition:transform 1.2s ease; }
.proof:hover .proof__media img{ transform:scale(1); }

/* ---------- stat band ---------- */
.stats{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1px; background:var(--hair);
  border:1px solid var(--hair); margin-top:clamp(40px,5vw,60px); }
@media (min-width:760px){ .stats{ grid-template-columns:repeat(4,minmax(0,1fr)); } }
.stat{ background:var(--bg); padding:clamp(28px,3vw,42px) clamp(20px,2vw,28px); text-align:center; }
.stat__n{ font-family:var(--serif); font-weight:500; font-size:clamp(38px,4.4vw,58px); line-height:1; }
.stat__n em{ font-style:italic; color:var(--accent); }
.stat__l{ margin-top:12px; font-family:var(--sans); font-weight:500; font-size:11.5px; letter-spacing:0.14em; text-transform:uppercase; color:var(--muted); }
