/* Chucky Law — hero: cutout + Phoenix skyline, burgundy/gold duotone.
   Sep 15 revise session (Cam's pick: variant B of _hero-skyline.html).
   Loads after editorial/daylight/journey so it owns the hero. */
.hero.hero-sky{position:relative;isolation:isolate;overflow:hidden;color:#fff;
  background:var(--burgundy);min-height:min(100svh,880px);display:grid;align-items:center}
.hero-sky .sky{position:absolute;inset:0;z-index:-3;overflow:hidden}
.hero-sky .sky img{position:absolute;left:0;top:0;width:100%;height:130%;object-fit:cover;object-position:50% 62%;
  filter:grayscale(1) contrast(1.08) brightness(.86);will-change:transform}
.hero-sky .sky::after{content:"";position:absolute;inset:0;background:var(--burgundy);mix-blend-mode:color;opacity:.85}
.hero-sky .sky::before{content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(226,197,126,.20),rgba(110,16,32,.35));mix-blend-mode:multiply}
.hero-sky .veil{position:absolute;inset:0;z-index:-2;background:
  linear-gradient(90deg,rgba(40,8,14,.80) 0%,rgba(40,8,14,.55) 40%,rgba(40,8,14,.30) 100%),
  linear-gradient(180deg,rgba(110,16,32,.55) 0%,rgba(201,162,74,.28) 100%)}
.hero-sky .figure{position:absolute;right:max(2vw,calc((100vw - 1200px)/2 - 3vw));bottom:0;z-index:-1;
  width:min(34vw,520px);height:88%;display:flex;align-items:flex-end;justify-content:center;pointer-events:none}
.hero-sky .figure img{width:100%;height:auto;max-height:100%;object-fit:contain;object-position:bottom;display:block;
  filter:drop-shadow(0 30px 60px rgba(0,0,0,.45))}
.hero-sky-copy{max-width:36rem;padding:7.5rem 0 7rem;position:relative}
.hero-sky .firm{display:block;font-family:var(--sans);font-weight:700;font-size:.72rem;letter-spacing:.24em;
  text-transform:uppercase;color:var(--gold-lite);margin-bottom:1.6rem}
.hero-sky .firm::after{content:"";display:block;width:2.4rem;height:1px;background:var(--gold);margin-top:.9rem;opacity:.9}
.hero-sky h1.shout{font-family:var(--editorial);text-transform:none;font-style:normal;font-weight:400;color:#fff;
  letter-spacing:-.025em;line-height:1.02;font-size:clamp(2.75rem,5.6vw,4.9rem);margin:0;text-wrap:balance;text-shadow:none}
.hero-sky h1.shout em{display:block;font-style:italic;font-weight:400;color:var(--gold-lite);margin-top:.1em}
.hero-sky h1.shout::after{display:none}
.hero-sky .btn{margin-top:2.2rem;gap:.7rem;border:1px solid rgba(255,255,255,.14);font-size:.92rem;letter-spacing:.06em}
.hero-sky .btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
@media(max-width:760px){
  /* phone: the announce bar + nav already take ~250px, so the hero is sized by
     its content, not the viewport — Brenda must clear the bottom call bar. */
  .hero.hero-sky{min-height:0;display:flex;flex-direction:column}
  .hero-sky > .wrap{order:1;width:min(1200px,92vw)}
  .hero-sky .figure{order:2}
  .hero-sky-copy{padding:3.75rem 0 0;max-width:none}
  .hero-sky h1.shout{font-size:clamp(2.35rem,10.5vw,3.1rem);max-width:none}
  .hero-sky .btn{margin-top:1.5rem}
  .hero-sky .figure{position:relative;right:auto;bottom:auto;transform:none;height:auto;
    width:min(70vw,300px);margin:1.75rem auto 0;z-index:-1}
  .hero-sky .sky img{object-position:58% 60%}
  .hero-sky .veil{background:linear-gradient(180deg,rgba(40,8,14,.82) 0%,rgba(40,8,14,.5) 45%,rgba(201,162,74,.22) 100%)}
}
@media(prefers-reduced-motion:reduce){.hero-sky .sky img{transform:none !important;will-change:auto}}

/* The copy that left the hero, now under #first-conversation's lede. Colours
   were set for the old ivory hero (.hero-file) — restated here for its new home. */
.hero-relocated{max-width:40em;margin:8px 0 28px}
.hero-relocated .hero-kicker{display:block;background:none;transform:none;box-shadow:none;padding:0;margin:0;border:0;font-family:var(--sans);font-weight:700;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--burgundy)}
.hero-relocated .hero-context{margin:14px 0 18px;color:var(--day-muted,#4a4f57);font-size:1rem;line-height:1.7}
.hero-relocated .hero-sub{font-family:var(--sans);font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--day-muted,#4a4f57);margin:0 0 12px}
.hero-relocated .hero-ticks{display:flex;gap:.6rem 1.4rem;flex-wrap:wrap;margin-top:1.2rem;font-weight:600;font-size:.95rem;color:var(--ink)}
.hero-relocated .hero-ticks span::before{color:var(--burgundy)}
.hero-relocated .hero-steps{display:flex;gap:1.15rem;flex-wrap:wrap;margin-top:1rem;align-items:center}
.hero-relocated .hero-steps > span{color:var(--day-muted,#4a4f57);font-weight:600;font-size:.92rem}
.hero-relocated .hero-steps b{font-family:var(--editorial);color:var(--burgundy);font-size:1.15rem}

/* ---- Sep 15, step 3: the letterhead floats over the skyline on the home route.
   JS measures the announce bar + nav into --chrome-h and adds body.hero-overlay;
   without JS the bars stay white and in flow (fail open). Routed views keep
   the white letterhead and, like the old hero, never show this hero. ---- */
body[data-route] .hero.hero-sky{display:none}
body.hero-overlay:not([data-route]) main#main-content{margin-top:calc(-1 * var(--chrome-h,0px))}
body.hero-overlay:not([data-route]) .hero-sky-copy{padding-top:calc(var(--chrome-h,0px) + 4rem)}
body.hero-overlay:not([data-route]) .announce,
body.hero-overlay:not([data-route]) .nav{background:transparent;position:relative;z-index:60}
body.hero-overlay:not([data-route]) .announce{color:var(--cream);border-bottom:1px solid rgba(226,197,126,.18)}
body.hero-overlay:not([data-route]) .announce a{color:var(--gold-lite);border-bottom-color:rgba(226,197,126,.5)}
body.hero-overlay:not([data-route]) .lang-toggle{border-color:rgba(226,197,126,.45);background:transparent}
body.hero-overlay:not([data-route]) .lang-toggle button{color:var(--cream)}
body.hero-overlay:not([data-route]) .lang-toggle button[aria-pressed="true"]{background:var(--gold);color:var(--ink)}
body.hero-overlay:not([data-route]) .nav{border-bottom:0}
body.hero-overlay:not([data-route]) .nav::after{background:rgba(226,197,126,.22);height:1px}
body.hero-overlay:not([data-route]) .nav .wm-name{color:var(--cream)}
body.hero-overlay:not([data-route]) .nav .wm-tag{color:var(--gold-lite)}
body.hero-overlay:not([data-route]) .nav .wm-rule{background:var(--gold)}
body.hero-overlay:not([data-route]) .nav-links{color:var(--cream)}
body.hero-overlay:not([data-route]) .nav-links a:hover,
body.hero-overlay:not([data-route]) .nav-links a:focus-visible{color:var(--gold-lite)}
body.hero-overlay:not([data-route]) .nav-links a::after{background:var(--gold-lite)}
body.hero-overlay:not([data-route]) .mobile-nav > summary{background:transparent;border-color:rgba(226,197,126,.45)}
body.hero-overlay:not([data-route]) .mobile-nav > summary svg{stroke:var(--cream)}
body.hero-overlay:not([data-route]) .mobile-nav[open] > summary{background:rgba(0,0,0,.25);border-color:var(--gold)}
/* "What brings you here?" — desktop: a translucent strip on the hero's bottom edge;
   phone: inside the menu. JS moves the same element; the markup is unchanged. */
.hero-sky .quickhelp{position:absolute;left:0;right:0;bottom:0;z-index:2;margin:0;padding:.35rem 0;
  background:rgba(20,6,10,.42);border-top:1px solid rgba(226,197,126,.22);border-bottom:0;
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.hero-sky .quickhelp .qh-label,.hero-sky .quickhelp .qh-chip{color:var(--cream)}
.hero-sky .quickhelp .qh-chip{border-left-color:rgba(226,197,126,.3)}
.hero-sky .quickhelp .qh-chip:hover,.hero-sky .quickhelp .qh-chip:focus-visible{color:var(--ink);background:var(--gold-lite)}
.hero-sky .quickhelp .qh-fallback{color:var(--gold-lite)}
.mobile-nav-panel .quickhelp{background:transparent;border:0;border-top:1px solid var(--day-rule,#e6e0d4);padding:.5rem 0 .25rem}
.mobile-nav-panel .quickhelp .qh-inner{display:block;padding:0}
.mobile-nav-panel .quickhelp .qh-label{display:block;padding:.4rem 1.1rem;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--day-muted,#4a4f57)}
.mobile-nav-panel .quickhelp .qh-chips{display:block}
.mobile-nav-panel .quickhelp .qh-chip{display:flex;width:100%;min-height:44px;padding:.55rem 1.1rem;border:0;background:none;
  text-align:left;font-family:var(--sans);font-weight:600;font-size:.9rem;letter-spacing:0;text-transform:none;color:var(--day-ink,#1c2027)}
.mobile-nav-panel .quickhelp .qh-chip:hover,.mobile-nav-panel .quickhelp .qh-chip:focus-visible{color:var(--burgundy);background:var(--day-ivory,#f7f3ec)}
.mobile-nav-panel .quickhelp .qh-fallback{display:flex;padding:.55rem 1.1rem;color:var(--burgundy)}
.mobile-nav-panel .quickhelp .qh-fallback[hidden]{display:none}
/* the old hero's ".hero .wrap" grid + 64px padding must not leak onto this hero's wrappers */
.hero-sky > .wrap{display:block;padding:0;align-items:normal}
.hero-sky .quickhelp .qh-inner{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:1rem;padding:.45rem 0;height:auto}

/* ---- Sep 15, step 5: Meet Brenda on the homepage = photo beside copy, one link ---- */
.brenda-home{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(40px,6vw,96px);align-items:center}
.brenda .brenda-home-photo{max-width:none;margin:0;transform:none}
.brenda-home-copy .sec-head{margin-bottom:28px;max-width:none}
.brenda-home-copy .btn{gap:.6rem}
@media(max-width:900px){.brenda-home{grid-template-columns:1fr;gap:32px}.brenda .brenda-home-photo{max-width:420px}}
/* the routed Meet Brenda page uses the section's own styles via .brenda */
#v-brenda .sec-head{margin-bottom:40px}
/* the router focuses the routed heading for screen readers; no ring on a heading */
#v-brenda .shout:focus{outline:none}

/* ---- Sep 15, step 6: "Your first step" = copy beside her office photo, one link ---- */
.first-step{background:var(--day-white,#fff);padding:clamp(48px,7vw,96px) 0}
.first-step-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(40px,6vw,96px);align-items:center}
.first-step .sec-head{margin-bottom:28px;max-width:none}
.first-step-photo{margin:0}
.first-step-photo img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:50% 20%}
.first-step-photo figcaption{padding:10px 0 0;font-family:var(--sans);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--day-muted,#4a4f57)}
@media(max-width:900px){.first-step-grid{grid-template-columns:1fr;gap:32px}.first-step-photo{max-width:420px}}
/* the relocated explainers at the end of How-it-works keep their homepage layouts;
   the "home-only" hiding no longer applies because they are not sections there. */
#how .relocated-guide{margin-top:24px}
#how .relocated-guide > .wrap{border-top:1px solid var(--day-rule,#e6e0d4);padding-top:48px;margin-top:32px}
.how-chat-note{margin:14px 0 0;font-size:.95rem;line-height:1.7;color:var(--day-muted,#4a4f57)}

/* ---- polish brief, hero copy: role line above, one-line tagline below ---- */
.hero-sky .hero-role{margin:0 0 .9rem;font-family:var(--font-sans);font-weight:700;font-size:calc(var(--fs-body)*.75);letter-spacing:var(--track-label);text-transform:uppercase;color:var(--gold-lite)}
.hero-sky .hero-line{margin:1.4rem 0 0;max-width:24em;font-family:var(--font-serif);font-style:italic;font-weight:400;font-size:clamp(1.25rem,1.9vw,1.6rem);line-height:1.35;color:var(--cream)}
.hero-sky .firm{display:none} /* the wordmark sits in the nav directly above; saying it twice was noise */
/* variant A — full colour skyline, dark gradient behind the text (B = duotone, the default) */
.hero-sky.v-a .sky img{filter:saturate(.6) contrast(1.02)}
.hero-sky.v-a .sky::after,.hero-sky.v-a .sky::before{display:none}
.hero-sky.v-a .veil{background:
  linear-gradient(90deg,rgba(14,10,12,.86) 0%,rgba(14,10,12,.6) 40%,rgba(14,10,12,.12) 68%,rgba(14,10,12,.02) 100%),
  linear-gradient(180deg,rgba(14,10,12,.3) 0%,rgba(14,10,12,0) 30%,rgba(14,10,12,.5) 100%)}
@media(max-width:760px){.hero-sky.v-a .veil{background:linear-gradient(180deg,rgba(14,10,12,.84) 0%,rgba(14,10,12,.58) 42%,rgba(14,10,12,.12) 66%,rgba(14,10,12,.5) 100%)}}

/* ---- Part B hero trials (review switches): ?hero=warm  ?hero=foot  ?hero=warmfoot ---- */
/* (a) golden hour: same duotone, gold pushed up in the sky, burgundy kept at the base */
.hero-sky.v-warm .sky img{filter:grayscale(1) contrast(1.06) brightness(.92)}
.hero-sky.v-warm .sky::after{background:#7A2418;opacity:.8}
.hero-sky.v-warm .sky::before{background:linear-gradient(180deg,rgba(226,197,126,.55) 0%,rgba(201,162,74,.28) 45%,rgba(110,16,32,.35) 100%)}
.hero-sky.v-warm .veil{background:
  linear-gradient(90deg,rgba(46,10,14,.78) 0%,rgba(46,10,14,.5) 40%,rgba(46,10,14,.22) 100%),
  linear-gradient(180deg,rgba(120,60,20,.28) 0%,rgba(110,16,32,.18) 50%,rgba(60,12,18,.55) 100%)}
/* (b) foot gradient: burgundy to ink over the last 28%, so the cutout's base sinks before the ivory edge */
.hero-sky.v-foot::after{content:"";position:absolute;left:0;right:0;bottom:0;height:28%;z-index:0;pointer-events:none;
  background:linear-gradient(180deg,rgba(26,6,10,0) 0%,rgba(26,6,10,.55) 60%,rgba(20,5,8,.85) 100%)}
.hero-sky.v-foot .figure{z-index:1}
