/* report.css
   The report: score panel, breakdown ledger, info tooltips, advisor card, companion guide, share block.
   Part of The 12-Point Retirement Checkup - Heritage Edition.
   Load order matters: see the <link> block in any page. */

/* ---------- Report: the score panel (signature moment) ----------
   The one place the page goes dark: a pine "certificate" panel with
   a brass ring, so the number itself is the memorable element.      */
.scorewrap{
  background:var(--pine-panel);text-align:center;padding:82px 0 74px;
  border-bottom:3px solid var(--brass);
}
.scorewrap h2,.scorewrap .sub{color:var(--cream)}
/* The band copy is the same sentence the gate shows, on the same dark
   panel, seconds apart. Matched to .gate-bandcopy so it doesn't visibly
   shrink between the two screens. Change one, change the other. */
.scorewrap #bandCopy{
  font-size:21px;color:var(--on-pine);line-height:1.55;
  margin:16px auto 0;max-width:540px;text-wrap:balance;
}
.scorewrap .eyebrow{color:var(--brass-lite)}
.scorewrap .eyebrow::after{background:var(--brass-lite)}
/* Signpost at the foot of the score panel. The report is long and on a phone
   the fold often lands right here, so nothing otherwise says there are twelve
   areas below. Screen only: on paper the pages are already in hand. */
.scrollcue{margin:30px 0 0;text-align:center}
.scrollcue a{
  display:inline-block;padding:10px 6px;margin:-10px -6px;   /* 44px tap target */
  font-family:"Libre Franklin",sans-serif;font-size:19px;font-weight:600;
  color:#E2C57E;text-decoration:none;
  border-bottom:1.5px solid rgba(226,197,126,.5);padding-bottom:4px;
  transition:color .18s ease,border-color .18s ease;
}
.scrollcue a::after{content:"\00a0\00a0\2193"}
.scrollcue a:hover{color:#F3E4BC;border-color:#F3E4BC}
.scrollcue a:focus-visible{outline:2px solid var(--brass-lite);outline-offset:4px;border-radius:2px}
@media(max-width:600px){.scrollcue{margin-top:24px}.scrollcue a{font-size:17.5px}}
.ring-holder{position:relative;width:252px;height:252px;margin:42px auto 20px}
.ring-holder svg{transform:rotate(-90deg)}
.ring-bg{fill:none;stroke:rgba(247,244,237,.17);stroke-width:9}
.ring-fg{
  fill:none;stroke:var(--brass-lite);stroke-width:9;stroke-linecap:butt;
  stroke-dasharray:722;stroke-dashoffset:722;
  transition:stroke-dashoffset 1.4s cubic-bezier(.22,1,.36,1);
}
.ring-num{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}
.ring-num .n{
  font-family:"Fraunces",Georgia,serif;color:var(--cream);
  font-size:82px;font-weight:600;letter-spacing:-.03em;line-height:1;
}
.ring-holder svg{display:block;width:100%;height:100%}
/* Two deliberate lines: the metric name, then "out of 100". A single line
   needs a ~270px ring to fit, and breaks again if an advisor renames the
   metric to something longer. */
.ring-num .of{
  margin-top:10px;max-width:78%;display:flex;flex-direction:column;
  align-items:center;gap:3px;
}
.ring-num .of span{
  font-size:11.5px;color:var(--brass-lite);line-height:1.3;text-align:center;
  letter-spacing:.14em;text-transform:uppercase;font-weight:700;
}
.band-label{
  display:inline-block;font-size:11.5px;font-weight:700;letter-spacing:.17em;
  text-transform:uppercase;padding:9px 20px;border-radius:8px;margin-bottom:22px;
}

/* ---------- Report: breakdown (ledger rows) ---------- */
.breakdown{max-width:760px;margin:0 auto}
/* Carries the reader from the twelve areas into the advisor section. No
   colour and no box on purpose: green, yellow and red mean status in this
   tool and nothing else, and the report reads as one continuous sheet. */
.bridge{
  max-width:640px;margin:44px auto 0;text-align:center;
  font-family:"Fraunces",Georgia,serif;
  font-size:clamp(24px,3vw,30px);font-weight:600;letter-spacing:-.01em;
  color:var(--pine);line-height:1.35;text-wrap:balance;
}
.bridge[hidden]{display:none}
/* A door where the motivation actually peaks. The only other way to book is
   the button at the very bottom, which means scrolling past everything while
   staying convinced. A link, not a second button — the CTA below stays the
   one primary action on the page. */
.bridge-cta{margin:16px 0 0;text-align:center}
.bridge-cta[hidden]{display:none}
.bridge-cta a{
  display:inline-block;padding:11px 6px;margin:-11px -6px;   /* 44px tap target */
  font-family:"Libre Franklin",sans-serif;font-size:16.5px;font-weight:500;
  color:var(--brass-text);text-decoration:underline;text-underline-offset:4px;
  text-decoration-thickness:1px;text-decoration-color:rgba(176,138,56,.45);
  transition:color .18s ease,text-decoration-color .18s ease;
}
.bridge-cta a:hover{color:#8E6E27;text-decoration-color:#8E6E27}
/* Revealed on click rather than shown up front: the question invites, the
   number answers. */
.bridge-phone{margin:14px 0 0;text-align:center;font-size:17px;color:#4A5A56;line-height:1.5}
.bridge-phone[hidden]{display:none}
.bridge-phone .lead{display:block;margin-bottom:8px;font-size:16px}
.bridge-phone a{
  display:inline-block;padding:9px 6px;margin:-9px -6px;
  font-family:"Fraunces",Georgia,serif;font-size:26px;font-weight:600;
  color:var(--pine);text-decoration:none;letter-spacing:-.01em;
  border-bottom:2px solid rgba(15,76,69,.3);transition:border-color .18s ease;
}
.bridge-phone a:hover{border-color:var(--pine)}
.bridge-phone a:focus-visible{outline:2px solid var(--brass);outline-offset:3px;border-radius:2px}
@media(max-width:600px){.bridge-phone a{font-size:23px}}
.bridge-cta a:focus-visible{outline:2px solid var(--brass);outline-offset:3px;border-radius:2px}
@media(max-width:600px){.bridge{font-size:22px;margin-top:32px}}
.brk-block{
  background:var(--paper);border:1px solid var(--hair);
  border-radius:var(--radius);padding:26px 30px 10px;margin-bottom:24px;
}
.brk-head{display:flex;align-items:center;gap:12px}
.brk-dot{width:11px;height:11px;border-radius:50%;flex:none}
.brk-title{font-family:"Fraunces",Georgia,serif;color:var(--pine);font-size:26px;font-weight:600}
.brk-count{
  margin-left:auto;font-size:16px;font-weight:700;color:var(--pine);
  background:var(--cream-deep);border-radius:8px;padding:7px 15px;letter-spacing:.06em;
  white-space:nowrap;
}
.brk-line{font-size:15.5px;color:var(--ink-soft);line-height:1.6;margin:14px 0 6px;max-width:620px}
.row{display:flex;align-items:flex-start;gap:16px;padding:19px 0;border-bottom:1px solid var(--hair)}
.row:last-child{border-bottom:none}
.status{width:24px;height:24px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;margin-top:2px}
.status svg{width:13px;height:13px}
.row .rtext{flex:1}
.row .rname{font-size:17px;font-weight:600;color:var(--pine);letter-spacing:-.005em}
.row .rdesc{font-size:15px;color:var(--ink-soft);margin-top:4px;line-height:1.55}
.pill{
  font-size:10px;font-weight:700;padding:5px 10px;border-radius:var(--radius);
  letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;margin-top:3px;
}
.pill.good{background:rgba(34,179,86,.14);color:var(--good)}
.pill.partial{background:rgba(255,195,0,.24);color:var(--partial)}
.pill.gap{background:rgba(188,20,9,.11);color:var(--gap)}

/* ---------- "What is this?" info tooltips on each of the twelve areas ----------
   Click/tap to toggle and hover to preview, so it works on touch, with a
   mouse, and from the keyboard. Deliberately surface level: what the area
   is and why it matters, never how to fix it. */
.rname-row{display:flex;align-items:center;gap:9px}
.info-btn{
  appearance:none;border:1.5px solid var(--hair);background:transparent;
  width:21px;height:21px;border-radius:50%;flex:none;cursor:pointer;padding:0;
  font-family:"Fraunces",Georgia,serif;font-size:13px;font-weight:600;font-style:italic;
  color:var(--ink-soft);line-height:1;
  display:flex;align-items:center;justify-content:center;
  transition:border-color .15s ease,color .15s ease,background .15s ease;
}
.info-btn:hover,.info-btn[aria-expanded="true"]{
  border-color:var(--brass);color:#fff;background:var(--brass);
}
.info-wrap{position:relative;display:inline-flex}
/* The visible circle stays 21px so the row still reads as a line of text,
   but the tap area is extended to 44px with a transparent overlay. This is
   the control that reveals the plain-English note for each area — missing
   it means missing content, and it is the hardest thing on the page to hit
   with an imprecise tap. */
.info-btn{position:relative}
.info-btn::before{
  content:"";position:absolute;top:50%;left:50%;
  width:44px;height:44px;transform:translate(-50%,-50%);
}
.info-pop{
  position:absolute;left:50%;transform:translateX(-50%);bottom:calc(100% + 13px);
  width:min(350px,80vw);background:var(--paper);color:var(--ink);
  border:3px solid var(--hair);border-radius:12px;
  padding:17px 19px;font-size:16px;line-height:1.6;
  text-align:left;font-weight:400;letter-spacing:normal;text-transform:none;
  box-shadow:0 12px 34px rgba(34,49,46,.20);
  opacity:0;visibility:hidden;transition:opacity .16s ease,visibility .16s ease;
  z-index:40;pointer-events:none;
}
/* Trim matches the zone the item landed in */
.info-pop.z-good{border-color:var(--sig-green)}
.info-pop.z-partial{border-color:var(--sig-yellow)}
.info-pop.z-gap{border-color:var(--sig-red)}

/* Rotated square makes the pointer, so it inherits the border colour and
   the card fill without needing two stacked triangles. */
.info-pop::after{
  content:"";position:absolute;left:50%;width:14px;height:14px;
  background:var(--paper);border:3px solid transparent;border-color:inherit;
  bottom:-9px;transform:translateX(-50%) rotate(45deg);
  clip-path:polygon(100% 0,100% 100%,0 100%);
}
.info-wrap:hover .info-pop,.info-pop.open{opacity:1;visibility:visible}

/* Flip below the row for the first item, where there is no room above */
.row:first-child .info-pop{bottom:auto;top:calc(100% + 13px)}
.row:first-child .info-pop::after{
  bottom:auto;top:-9px;clip-path:polygon(0 0,100% 0,0 100%);
}
@media(max-width:600px){
  .info-pop{width:min(310px,88vw);font-size:15.5px;padding:15px 17px}
}
@media print{.info-btn{display:none}.info-pop{display:none}}

/* ---------- Advisor card ---------- */
.advisor{
  max-width:660px;margin:0 auto;padding:0;text-align:center;
}
#adv-head{font-size:clamp(24px,3vw,32px);text-wrap:balance}
.advisor .photo{
  width:126px;height:126px;border-radius:50%;object-fit:cover;margin:0 auto 24px;
  display:block;background:var(--cream-deep);border:2px solid var(--brass);
}
.advisor .aname{font-family:"Fraunces",Georgia,serif;color:var(--pine);font-size:29px;font-weight:600;letter-spacing:-.01em}
.advisor .acred{font-size:11.5px;color:var(--brass-text);font-weight:700;margin-top:8px;letter-spacing:.16em;text-transform:uppercase}
.advisor .afirm{font-size:16px;color:var(--ink-soft);margin-top:6px}
/* One rule for the passage: identity and headings centred, prose left at a
   single measure. The alignment used to flip centre / left / centre, which
   is what made the section feel stitched together. */
.advisor .ainvite{
  font-size:17.5px;line-height:1.65;margin:28px auto 30px;
  max-width:var(--prose);color:var(--ink);text-align:left;
}
/* The phone was a tap-to-call link all along, but styled as fine print at the
   very bottom. For an audience that skews 55-75, "just call him" is often the
   preferred path — it belongs beside the booking button, not below everything. */
/* Email only down here now — the phone has moved up beside the button. */
.advisor .contact{display:flex;gap:28px;justify-content:center;flex-wrap:wrap;margin-top:28px}
.advisor .contact a{color:#4A5A56;text-decoration:none;font-size:15.5px}
.advisor .contact a:hover{color:var(--brass-text)}
.acta{margin-top:30px;display:flex;flex-direction:column;align-items:center;gap:18px}
.acta .btn{margin:0}
.btn.call{background:var(--brass);color:#fff}
.btn.call:hover{background:#9C7A2E}
.call-link{
  appearance:none;border:none;background:none;cursor:pointer;
  padding:11px 6px;margin:-11px -6px;   /* 44px tap target, no layout shift */
  font-family:"Libre Franklin",sans-serif;font-size:15.5px;font-weight:500;
  color:var(--brass-text);text-decoration:underline;text-underline-offset:3px;
  text-decoration-thickness:1px;text-decoration-color:rgba(176,138,56,.45);
  line-height:1.5;transition:color .18s ease,text-decoration-color .18s ease;
}
.call-link:hover{color:#8E6E27;text-decoration-color:#8E6E27}
.call-link:focus-visible{outline:2px solid var(--brass);outline-offset:3px;border-radius:2px}
.call-box{
  max-width:430px;margin:20px auto 0;background:var(--cream);
  border:1px solid var(--hair);border-radius:var(--radius);padding:20px 22px;
}
.call-box[hidden]{display:none}
.call-box .field-help{margin-top:0;margin-bottom:12px;text-align:left}
.call-row{display:flex;gap:10px;align-items:flex-start}
.call-row input{
  flex:1;font-family:inherit;font-size:16.5px;color:var(--ink);
  background:var(--paper);border:1px solid var(--hair);border-radius:8px;padding:13px 14px;
}
.call-row input:focus{outline:none;border-color:var(--brass);background:#FFFCF4}
.call-row input.bad{border-color:var(--gap);background:rgba(188,20,9,.05)}
.call-row .btn{flex:none;padding:14px 20px;font-size:12px}
.call-err{font-size:14px;color:var(--gap);margin-top:11px;display:none;text-align:left}
.call-err.show{display:block}
.call-done{
  max-width:430px;margin:20px auto 0;display:flex;gap:12px;align-items:flex-start;
  background:rgba(34,179,86,.11);border:1px solid rgba(34,179,86,.3);
  border-radius:var(--radius);padding:17px 19px;text-align:left;
}
.call-done[hidden]{display:none}
.call-done .tick{
  width:24px;height:24px;border-radius:50%;background:var(--sig-green);flex:none;
  display:flex;align-items:center;justify-content:center;margin-top:1px;
}
.call-done .tick svg{width:13px;height:13px;stroke:var(--sig-ink);fill:none;stroke-width:3.2}
.call-done p{font-size:15.5px;color:var(--ink);line-height:1.55}
@media(max-width:600px){
  .acta{gap:16px}
  .acta .btn{width:100%}
  .call-row{flex-direction:column}
  .call-row .btn{width:100%}
}
.so-inner{margin-top:10px;padding-top:0}
.so-inner h3{text-align:center;margin-bottom:20px;font-size:22px}
#so-body,.so-purpose{max-width:var(--prose);margin-inline:auto}
#so-body p{font-size:15.5px;line-height:1.7;color:#3E4C48;margin-top:15px;text-align:left}
#so-body p:first-child{margin-top:0}
.so-purpose{font-size:16.5px;line-height:1.7;color:var(--ink);margin-top:20px;text-align:left}
/* The bright signals can't be used as text on cream — yellow measures
   1.6:1 and green 2.7:1. Setting the word ON the colour keeps the exact
   brights and matches the count chips on the gate. */
.c-green,.c-orange,.c-red{
  display:inline-block;padding:1px 8px 2px;border-radius:5px;
  font-weight:700;line-height:1.35;letter-spacing:.03em;
  -webkit-print-color-adjust:exact;print-color-adjust:exact;
}
.c-green{background:var(--sig-green);color:var(--sig-ink)}
.c-orange{background:var(--sig-yellow);color:var(--sig-ink)}
.c-red{background:var(--sig-red);color:var(--cream)}
/* The colour key. Pulled out of the sentence so the prose reads evenly and
   the instruction can be scanned. Labels come from GROUPS, so renaming a
   status once updates the breakdown, the tally and this key together. */
.so-key{max-width:var(--prose);margin:18px auto 0;display:flex;flex-direction:column;gap:12px}
.so-key-row{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}
.so-key-chip{
  flex:none;width:104px;text-align:center;padding:4px 8px 5px;border-radius:5px;
  font-family:"Libre Franklin",sans-serif;font-size:11.5px;font-weight:700;
  letter-spacing:.13em;text-transform:uppercase;line-height:1.35;
  -webkit-print-color-adjust:exact;print-color-adjust:exact;
}
.so-key-chip.k-partial{background:var(--sig-yellow);color:var(--sig-ink)}
.so-key-chip.k-gap{background:var(--sig-red);color:var(--cream)}
/* The destination chip. Same fill as the covered status, but lighter weight
   than the two source chips — green marks the goal, it isn't a third thing
   asking for attention. */
.so-key-chip.k-good{background:var(--sig-green);color:var(--sig-ink);font-weight:600}
.so-key-txt{font-size:16px;line-height:1.55;color:var(--ink);flex:1 1 auto;text-align:center}
.so-key-arrow{flex:none;color:var(--ink-soft);font-size:17px;line-height:1.35}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
@media(max-width:600px){
  .so-key-chip{width:88px;font-size:10.5px;letter-spacing:.1em}
  .so-key-txt{font-size:15px;flex:1 1 100%}
  /* The label takes its own line and the arrow and destination wrap below,
     centred, so the row still reads as one transformation. */
  .so-key-row{justify-content:center}
  .so-key-arrow{margin-left:0}
}
/* The sentence that answers "will I get sold something" — the real objection
   for this audience. Set at heading weight rather than under a heading: the
   passage already has three, and a fourth would break it into sections. */
.so-emph{
  font-family:"Fraunces",Georgia,serif;text-align:center;font-size:22px;font-weight:600;
  color:var(--pine);line-height:1.45;margin:34px auto 0;max-width:600px;text-wrap:balance;
}
@media(max-width:600px){.so-emph{font-size:20px}}

/* The one observation on this report the reader could not have made alone.
   States THAT a relationship exists between their own open areas and the
   count of them — never which areas, never what to do. That is the
   conversation, not the report. */
.connected{
  max-width:var(--prose);margin:22px auto 0;
  border-left:3px solid var(--brass);padding:2px 0 2px 18px;
  font-size:16.5px;line-height:1.6;color:var(--ink);text-align:left;
}
.connected[hidden]{display:none}
@media(max-width:600px){.connected{font-size:15.5px;padding-left:14px}}

/* What actually happens on the call. The unspoken objection for this audience
   isn't cost — it's "am I going to be pitched for an hour". Describing the
   meeting removes more friction than any amount of persuasion, and describing
   a meeting is not describing a product. */
.what-happens{
  max-width:var(--prose);margin:34px auto 0;
  border-top:1px solid var(--hair);padding-top:26px;
}
.what-happens[hidden]{display:none}
/* Matched to .so-inner h3 above it — the two are sibling headings inside
   the same advisor passage and should read at one level. */
.what-happens h4{
  font-family:"Fraunces",Georgia,serif;color:var(--pine);
  font-size:22px;font-weight:600;text-align:center;margin-bottom:18px;
}
.what-happens ul{list-style:none;margin:0;padding:0}
.what-happens li{
  display:flex;gap:12px;align-items:flex-start;
  font-size:16px;line-height:1.6;color:var(--ink);margin-top:12px;text-align:left;
}
.what-happens li:first-child{margin-top:0}
.what-happens li::before{
  content:"";flex:none;width:7px;height:7px;border-radius:50%;
  background:var(--brass);margin-top:9px;
}
@media(max-width:600px){.what-happens li{font-size:15px}}

/* ---------- Companion guide: the take-away ----------
   Paper ground, not pine. The cover is dark pine itself, so a dark band
   swallowed it — the lightest surface in the system gives the book its
   maximum contrast and lets the CSS shadow read the way a book shadow
   should. The brass rule above marks the section as a feature without
   needing a dark ground to do it, and paper separates it cleanly from
   the cream above and the cream-deep breakdown band below. */
.guideband{
  background:var(--paper);
  border-top:3px solid var(--brass);
  border-bottom:1px solid var(--hair);
}
.guide-in{
  display:flex;align-items:center;gap:46px;
  padding:60px 0 62px;
}
.guide-text{flex:1;min-width:0}
.guide-eyebrow{
  font-size:12px;font-weight:600;letter-spacing:.19em;text-transform:uppercase;
  color:var(--brass-text);display:inline-block;position:relative;padding-bottom:12px;
}
.guide-eyebrow::after{
  content:"";position:absolute;left:0;bottom:0;width:34px;height:2px;background:var(--brass);
}
.guideband h2{
  color:var(--pine);margin:14px 0 0;
  font-size:clamp(28px,3.6vw,40px);line-height:1.14;letter-spacing:-.01em;
  text-wrap:balance;
}
.guide-copy{
  font-size:17px;line-height:1.62;color:var(--ink);margin:18px 0 0;max-width:430px;
}
.guide-list{list-style:none;margin:20px 0 0;padding:0}
.guide-list li{
  position:relative;padding-left:24px;margin-top:9px;
  font-size:15.5px;line-height:1.5;color:var(--ink-soft);
}
.guide-list li::before{
  content:"";position:absolute;left:0;top:8px;
  width:8px;height:8px;border-radius:50%;background:var(--brass);
}
/* Brass fill with pine type: 6.5:1, and it stays clearly secondary to the
   solid-pine booking button further down without looking timid. */
.guide-btn{
  display:inline-flex;align-items:center;gap:11px;margin-top:28px;
  font-family:inherit;font-size:15px;font-weight:700;
  letter-spacing:.07em;text-transform:uppercase;text-decoration:none;
  color:var(--pine-panel);background:var(--brass-lite);
  border:2px solid var(--brass-lite);border-radius:6px;padding:18px 32px;
  cursor:pointer;transition:background .15s,border-color .15s;
}
.guide-btn:hover{background:var(--brass);border-color:var(--brass);color:#FFFDF8}
.guide-btn svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round;flex:none}
.guide-note{font-size:13.5px;color:var(--ink-soft);margin:14px 0 0}
.guide-art{flex:none;width:372px;text-align:center}
/* Softer and warmer than the shadow used on the dark ground — a heavy
   black drop on cream reads as a sticker, not a book on a table. */
.guide-art img{
  width:100%;height:auto;display:block;
  filter:drop-shadow(0 20px 38px rgba(34,49,46,.27)) drop-shadow(0 4px 9px rgba(34,49,46,.2));
}
@media(max-width:820px){
  .guide-in{flex-direction:column-reverse;gap:34px;padding:44px 0 46px;text-align:center}
  .guide-eyebrow{display:block}
  .guide-eyebrow::after{left:50%;transform:translateX(-50%)}
  .guide-copy{margin-inline:auto}
  .guide-list{max-width:330px;margin-inline:auto;text-align:left}
  .guide-art{width:252px}
  .guide-btn{font-size:14px;padding:16px 24px}
}

/* ---------- Share block: invite others to run their own ---------- */
.share{
  max-width:660px;margin:60px auto 0;padding:52px 0 0;
  border-top:1px solid var(--hair);
}
.share h3{
  text-align:center;margin-bottom:12px;font-size:clamp(24px,3vw,32px);
  max-width:480px;margin-inline:auto;text-wrap:balance;
}
.share-eyebrow{text-align:center;margin-bottom:4px}
.share-priv{
  font-size:14px;color:var(--ink-soft);text-align:center;line-height:1.6;
  max-width:520px;margin:0 auto 8px;font-style:italic;text-wrap:balance;
}
.share-lead{
  font-size:16.5px;color:var(--ink);text-align:center;line-height:1.65;
  max-width:540px;margin:0 auto 24px;text-wrap:balance;
}
.share-rows{display:flex;flex-direction:column;gap:20px;max-width:470px;margin:26px auto 0}
.share-rows[hidden]{display:none}
.share-row{border-left:2px solid rgba(34,179,86,.3);padding-left:20px}
.share-row[hidden]{display:none}
.share-more{margin-top:-4px}
.share-more[hidden]{display:none}
.share-rownum{
  font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--sig-green);margin-bottom:10px;
}
.share-row .field+.field{margin-top:12px}
.share-err{
  max-width:470px;margin:16px auto 0;font-size:14px;color:var(--gap);
  text-align:center;display:none;
}
.share-err.show{display:block}
.share-done{
  max-width:470px;margin:0 auto;text-align:center;
  font-size:16.5px;color:var(--ink);line-height:1.6;
}
.share-done .tick{
  width:46px;height:46px;border-radius:50%;background:var(--sig-green);
  margin:0 auto 16px;display:flex;align-items:center;justify-content:center;
}
.share-done .tick svg{width:24px;height:24px;stroke:var(--sig-ink);fill:none;stroke-width:3}

/* ---------- Footer / disclaimer ---------- */
footer{background:var(--pine);padding:46px 0;margin-top:0}
footer .disc{font-size:14px;color:var(--on-pine-fine);line-height:1.75;max-width:780px;margin:0 auto;text-align:center}
.report-actions{text-align:center;margin:58px 0 10px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}

