/* GENERATED by _port.py from creative/mockups/ — edit the mockup, not this file. */
  h1, h2 { font-family: 'Hedvig Letters Serif', serif; font-weight: 400; line-height: 1.12; }
  h1 { font-size: clamp(2.3rem, 4.4vw, 3.6rem); max-width: 18ch; }
  h2 { font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
  .nav-cta { font-size: 0.9rem; font-weight: 600; color: var(--navy); text-decoration: none; border: 1px solid var(--border); background: #fff; padding: 0.55rem 1.15rem; border-radius: 999px; transition: border-color .25s, color .25s; white-space: nowrap; }
  .nav-cta:hover { border-color: var(--gold); color: var(--gold-deep); }
  /* ---------- buttons ---------- */
  /* ---------- page hero ---------- */
  .page-hero { padding-top: clamp(3.5rem, 8vh, 6rem); padding-bottom: clamp(2.5rem, 6vh, 4.5rem);
    background:
      radial-gradient(ellipse at 6% 0%, rgba(199,164,77,0.14) 0%, transparent 52%),
      radial-gradient(ellipse at 96% 10%, rgba(28,43,74,0.07) 0%, transparent 48%),
      linear-gradient(180deg, #FAF7F0 0%, var(--cream) 70%); }
  .d1 { animation-delay: .05s; } .d2 { animation-delay: .16s; } .d3 { animation-delay: .3s; }
  /* ---------- money (moved from homepage) ---------- */
  .money-grid { margin-top: 2.6rem; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 4vw, 4rem); align-items: start; }
  @media (max-width: 900px) { .money-grid { grid-template-columns: 1fr; } }
  .money-list { display: flex; flex-direction: column; gap: 1.4rem; }
  .money-item { display: flex; gap: 1rem; }
  .money-item .bullet { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: rgba(199,164,77,0.14); border: 1px solid rgba(154,123,45,0.35); display: grid; place-items: center; }
  .money-item .bullet svg { width: 15px; height: 15px; }
  .money-item h3 { font-size: 1.02rem; }
  .money-item p { margin-top: 0.35rem; font-size: 0.95rem; line-height: 1.55; color: var(--navy-soft); }
  .pull { background: var(--navy); color: var(--cream); border-radius: 20px; padding: 2.4rem 2.2rem; box-shadow: 0 30px 60px -36px rgba(28,43,74,0.55); }
  .pull blockquote { font-family: 'Hedvig Letters Serif', serif; font-size: clamp(1.3rem, 2.2vw, 1.7rem); line-height: 1.35; }
  .pull blockquote em { font-style: italic; color: var(--gold-2); }
  .pull .who { margin-top: 1.2rem; font-size: 0.85rem; color: rgba(248,244,235,0.6); }
  /* ---------- ballpark ranges ---------- */
  .ranges { background: var(--cream-2); }
  .range-grid { margin-top: 2.8rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
  @media (max-width: 1020px) { .range-grid { grid-template-columns: 1fr; max-width: 560px; } }
  .range-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 1.9rem 1.7rem; box-shadow: 0 20px 40px -32px rgba(28,43,74,0.4); display: flex; flex-direction: column; }
  .range-card h3 { font-family: 'Hedvig Letters Serif', serif; font-weight: 400; font-size: 1.45rem; }
  .range-card .num { margin-top: 0.9rem; font-family: 'Hedvig Letters Serif', serif; font-size: clamp(1.6rem, 2.4vw, 2rem); color: var(--gold-deep); }
  .range-card .num small { font-family: 'Instrument Sans', sans-serif; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy-faint); display: block; margin-top: 0.3rem; }
  .range-card ul { margin-top: 1.1rem; list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
  .range-card li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.93rem; line-height: 1.5; color: var(--navy-soft); }
  .range-card li svg { flex: 0 0 auto; width: 14px; height: 14px; margin-top: 3px; }
  .range-note { margin-top: 1.6rem; font-size: 0.88rem; color: var(--navy-faint); max-width: 64ch; }
  /* ---------- payments ---------- */
  .pay-steps { margin-top: 2.8rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
  @media (max-width: 1020px) { .pay-steps { grid-template-columns: 1fr; max-width: 560px; } }
  .pay-step { position: relative; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 1.8rem 1.6rem 1.6rem; }
  .pay-step .num { font-family: 'Hedvig Letters Serif', serif; font-size: 2.4rem; color: var(--gold); line-height: 1; }
  .pay-step h3 { margin-top: 0.7rem; }
  .pay-step p { margin-top: 0.7rem; font-size: 0.94rem; line-height: 1.55; color: var(--navy-soft); }
  /* ---------- FAQ ---------- */
  .faq { background: var(--cream-2); }
  .faq-list { margin-top: 2.4rem; max-width: 820px; display: flex; flex-direction: column; gap: 0.8rem; }
  details { background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
  summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 1.4rem; font-weight: 600; font-size: 1rem; }
  summary::-webkit-details-marker { display: none; }
  summary .plus { flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid var(--border); display: grid; place-items: center; font-weight: 500; color: var(--gold-deep); transition: transform .25s; }
  details[open] summary .plus { transform: rotate(45deg); }
  details .a { padding: 0 1.4rem 1.3rem; font-size: 0.96rem; line-height: 1.6; color: var(--navy-soft); max-width: 64ch; }
  /* ---------- final CTA + footer ---------- */
  @media (prefers-reduced-motion: reduce) {
    .rise { animation: none; opacity: 1; transform: none; }
  }
  /* ---------- service hero (split) ---------- */
  .svc-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: center; }
  @media (max-width: 960px) { .svc-hero-grid { grid-template-columns: 1fr; } }
  .svc-hero-img { border-radius: 20px; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 40px 80px -40px rgba(28,43,74,0.45), 0 12px 28px -18px rgba(28,43,74,0.25); aspect-ratio: 4 / 3; }
  .svc-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .cta-row { margin-top: 2.2rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.9rem; }
  /* ---------- what's included (photo-led top row, text cards below) ---------- */
  .inc-grid { margin-top: 2.8rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
  @media (max-width: 1020px) { .inc-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) { .inc-grid { grid-template-columns: 1fr; } }
  .inc-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 1.7rem 1.5rem; box-shadow: 0 20px 40px -32px rgba(28,43,74,0.4); transition: transform .25s ease, box-shadow .25s ease; }
  .inc-card .bullet { width: 34px; height: 34px; border-radius: 50%; background: rgba(199,164,77,0.14); border: 1px solid rgba(154,123,45,0.35); display: grid; place-items: center; margin-bottom: 1rem; }
  .inc-card .bullet svg { width: 15px; height: 15px; }
  .inc-card h3 { font-size: 1.02rem; }
  .inc-card p { margin-top: 0.55rem; font-size: 0.94rem; line-height: 1.55; color: var(--navy-soft); }
  .inc-card:not(.photo):hover { transform: translateY(-4px); box-shadow: 0 28px 50px -28px rgba(28,43,74,0.5); }
  /* photo-led cards: real work behind the top three, text over a navy wash */
  .inc-card.photo { position: relative; overflow: hidden; padding: 0; min-height: 320px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; }
  .inc-card.photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform .55s ease; }
  .inc-card.photo::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(22,34,60,0) 28%, rgba(22,34,60,0.32) 56%, rgba(22,34,60,0.88) 100%); }
  .inc-card.photo:hover img { transform: scale(1.045); }
  .inc-card.photo .photo-body { position: relative; z-index: 2; padding: 1.6rem 1.5rem; }
  .inc-card.photo h3 { color: #fff; font-size: 1.12rem; }
  .inc-card.photo p { margin-top: 0.45rem; font-size: 0.92rem; line-height: 1.5; color: rgba(248,244,235,0.86); }
  .inc-card.photo .tag { position: absolute; top: 1.1rem; left: 1.1rem; z-index: 2; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy-3); background: rgba(216,185,104,0.95); border-radius: 999px; padding: 0.32rem 0.72rem; }
  /* ---------- gallery slice ---------- */
  .gal { background: var(--cream-2); }
  .gal-grid { margin-top: 2.6rem; display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 0.8rem; }
  @media (max-width: 860px) { .gal-grid { grid-template-columns: 1fr 1fr; } .gal-grid img:first-child { grid-column: 1 / 3; } }
  .gal-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; display: block; aspect-ratio: 4 / 3; border: 1px solid var(--border); }
  .gal-note { margin-top: 1.1rem; font-size: 0.85rem; color: var(--navy-faint); }
  /* ---------- pull band ---------- */
  .pull-band { max-width: 880px; }
  /* ---------- tier note ---------- */
  .range-note a { color: var(--gold-deep); font-weight: 600; text-decoration: none; }
  .range-note a:hover { text-decoration: underline; }
  .step-dur { display: inline-block; margin-top: 0.35rem; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-deep); }
  section[id] { scroll-margin-top: 84px; }
  /* ---------- process: sticky tabs + snaking steps (myhomeus-style) ---------- */
  .proc-tabs { position: sticky; top: 66px; z-index: 30; margin-top: 2.4rem; background: rgba(248,244,235,0.94); backdrop-filter: blur(10px); border-top: 1px solid var(--border); }
  .proc-tabs-inner { max-width: 1280px; margin: 0 auto; padding: 0 clamp(1.25rem, 3vw, 2.5rem); display: flex; justify-content: space-between; gap: 1rem; overflow-x: auto; scrollbar-width: none; border-bottom: 1px solid var(--border); }
  .proc-tabs-inner::-webkit-scrollbar { display: none; }
  .proc-tab { flex: 0 0 auto; appearance: none; background: none; border: 0; font: inherit; cursor: pointer; padding: 1.15rem 0; margin-bottom: -1px; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--navy-soft); border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; white-space: nowrap; }
  .proc-tab:hover { color: var(--navy); }
  .proc-tab.active { color: var(--gold-deep); border-bottom-color: var(--gold); }
  .proc-tab .n { margin-right: 0.5rem; font-weight: 700; letter-spacing: 0.05em; }
  @media (max-width: 1100px) { .proc-tabs-inner { justify-content: flex-start; gap: clamp(1.6rem, 4vw, 2.6rem); } }
  .proc-steps { padding-top: 1.5rem; }
  .proc-step { --pad: clamp(4.5rem, 11vh, 8rem); position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; padding: var(--pad) 0; scroll-margin-top: 120px; }
  .proc-step:nth-child(even) .proc-text { order: 1; }
  .proc-step:nth-child(even) .proc-visual { order: 2; }
  /* image with offset gold panel behind it */
  .proc-visual { position: relative; }
  .proc-visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 16px; display: block; box-shadow: 0 34px 64px -40px rgba(28,43,74,0.5); }
  .proc-visual::before { content: ""; position: absolute; z-index: 0; width: 74%; height: 76%; bottom: -18px; border-radius: 16px; background: linear-gradient(155deg, var(--gold-2), var(--gold-deep)); }
  .proc-step:nth-child(odd) .proc-visual::before { left: -18px; }
  .proc-step:nth-child(even) .proc-visual::before { right: -18px; }
  /* giant outlined number with the heading overlapping its lower half */
  .proc-text { position: relative; }
  .proc-head { position: relative; display: block; }
  .proc-bignum { display: block; font-family: 'Hedvig Letters Serif', serif; font-size: clamp(6rem, 11vw, 9.5rem); line-height: 0.8; color: transparent; -webkit-text-stroke: 1.4px rgba(199,164,77,0.5); user-select: none; }
  .proc-head h3 { margin-top: -2.1rem; margin-left: 0.35rem; font-family: 'Hedvig Letters Serif', serif; font-weight: 400; font-size: clamp(1.7rem, 3.2vw, 2.5rem); line-height: 1.1; color: var(--navy); }
  .proc-dur { display: block; margin-top: 0.85rem; margin-left: 0.35rem; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: var(--gold-deep); }
  .proc-text > p { margin-top: 0.85rem; font-size: 1rem; line-height: 1.62; color: var(--navy-soft); max-width: 46ch; }
  .proc-note { margin-top: 1.2rem; padding-left: 1rem; border-left: 2px solid var(--gold); font-size: 0.95rem; line-height: 1.55; color: var(--navy); max-width: 44ch; }
  .proc-link { margin-top: 1.3rem; display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-deep); text-decoration: none; }
  .proc-link svg { transition: transform .25s; }
  .proc-link:hover svg { transform: translateX(4px); }
  /* connector: centered dashed spine through the empty column-gap, label on a cream cut */
  /* dotted snaking connector that guides the eye from one phase to the next:
     down out of the card above, across, down into the card below — mirrored
     each row so it follows the alternating (zig-zag) layout. */
  .proc-rail { position: absolute; left: 0; right: 0; top: calc(var(--pad) * -1); height: calc(var(--pad) * 2); pointer-events: none; z-index: 0; --dotc: rgba(154,123,45,0.5); }
  .proc-rail::before, .proc-rail::after { content: ""; position: absolute; width: 1px; height: 50%; background: repeating-linear-gradient(to bottom, var(--dotc) 0 2px, transparent 2px 9px); }
  .proc-rail::before { top: 0; }
  .proc-rail::after { bottom: 0; }
  .proc-rail .rh { position: absolute; top: 50%; margin-top: -0.5px; left: 25%; width: 50%; height: 1px; background: repeating-linear-gradient(to right, var(--dotc) 0 2px, transparent 2px 9px); }
  /* even rows: card above sits left, this card's visual is right -> sweep L→R */
  .proc-step:nth-child(even) .proc-rail::before { left: calc(25% - 1px); }
  .proc-step:nth-child(even) .proc-rail::after { left: calc(75% - 1px); }
  /* odd rows (from #3): mirror, sweep R→L */
  .proc-step:nth-child(odd) .proc-rail::before { left: calc(75% - 1px); }
  .proc-step:nth-child(odd) .proc-rail::after { left: calc(25% - 1px); }
  @media (max-width: 860px) {
    .proc-step { grid-template-columns: 1fr; gap: 1.4rem; padding: 2.4rem 0; }
    .proc-step .proc-text { order: 2 !important; }
    .proc-step .proc-visual { order: 1 !important; }
    .proc-bignum { font-size: 5.5rem; }
    .proc-head h3 { margin-top: -1.7rem; }
    .proc-rail { display: none; }
    .proc-visual::before { width: 70%; height: 72%; }
  }