/* ---------------------------------------------------------------------------
   THE INNER PAGES, IN THE SAME ROOM.

   pricing, about, family-care and business keep every line of their copy and
   every hook their scripts and tests rely on; only the light changed. This
   file styles the classes those pages already carry, on top of night.css.
   The checkout sheet tiers.js injects (.qsheet) and the opt-in forms
   (.lineform, .tick) are styled here too, because q.css no longer loads.
   --------------------------------------------------------------------------- */

/* ------------------------------------------------------------- page frame */
.lamp-light.lit { opacity: 1; }
.wrap { padding-top: 88px; padding-bottom: 72px; }
.wrap > .topbar { position: absolute; left: 0; right: 0; top: 0; }
.wrap > .voicebar { margin-top: 0; }
.back { display: inline-block; margin: 8px 0 26px; font-family: var(--mono); font-size: .82rem; letter-spacing: .04em; color: var(--ink-3); text-decoration: none; }
.back:hover { color: var(--ink); }
.wrap h1 { max-width: 16ch; margin-bottom: 20px; }
.wrap h1 em { color: var(--lamp-2); font-style: italic; font-weight: 300; }
.intro, .lede { font-size: 1.15rem; color: var(--ink-2); max-width: 60ch; }
.intro b, .lede b { color: var(--ink); }
.wrap section { margin-top: clamp(64px, 9vw, 120px); padding-top: clamp(40px, 6vw, 72px); border-top: 1px solid var(--line); }
.wrap section h2 { margin-bottom: 20px; }
.wrap section h2 em { color: var(--lamp-2); font-weight: 300; }
.wrap section > p { color: var(--ink-2); max-width: 62ch; }
.wrap section > p b { color: var(--ink); }
.wrap section ul { color: var(--ink-2); padding-left: 1.1em; max-width: 62ch; }
.wrap section li { margin: 6px 0; }
.rise.here { opacity: 1; transform: none; }

/* --------------------------------------------------------- the dial panel */
.dialpanel { margin: 40px 0; padding: clamp(22px, 3vw, 36px); border: 1px solid rgba(230, 174, 70, .35); border-radius: var(--r); background: rgba(230, 174, 70, .05); max-width: 720px; }
.dialpanel .lede { display: flex; align-items: center; gap: 14px; font-size: inherit; margin: 0 0 6px; }
.dialpanel .badge { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--lamp); color: var(--lamp-ink); flex: none; }
.dialpanel .badge svg { width: 20px; height: 20px; fill: currentColor; }
.dialpanel h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 0; }
.dialpanel .sub { color: var(--ink-2); margin: 0 0 18px; }
.numberbox { display: inline-grid; gap: 2px; padding: 14px 20px; border-radius: var(--r); background: var(--lamp); color: var(--lamp-ink); text-decoration: none; transition: transform 160ms var(--ease-out), background-color 160ms var(--ease-out); }
.numberbox:hover { background: var(--lamp-2); }
.numberbox:active { transform: scale(.98); }
.numberbox .digits { font-family: var(--mono); font-weight: 500; font-size: 1.5rem; letter-spacing: .01em; }
.numberbox .vanity { font-family: var(--mono); font-size: .8rem; letter-spacing: .06em; opacity: .8; }
.dialpanel .aside { margin: 18px 0 0; color: var(--ink-2); font-size: .95rem; max-width: 52ch; }

/* -------------------------------------------------------------- presale */
.presale { margin: 40px 0 0; max-width: 60ch; }
.presale .kicker { font-family: var(--mono); font-size: .74rem; letter-spacing: .08em; color: var(--lamp-2); margin-bottom: 10px; }
.presale .lock { font-family: var(--serif); font-size: clamp(1.7rem, 3.2vw, 2.6rem); line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 16px; }
.presale .lock em { color: var(--lamp-2); font-weight: 300; }
.presale .fine { color: var(--ink-2); font-size: .98rem; }
.presale .fine b { color: var(--ink); font-weight: 500; }

/* ------------------------------------------------------------ the tiers */
.tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 40px 0; }
.tier { position: relative; padding: 24px; border: 1px solid var(--line); border-radius: var(--r); background: rgba(242, 238, 229, .025); display: flex; flex-direction: column; gap: 10px; }
.tier.mid { border-color: rgba(230, 174, 70, .45); background: rgba(230, 174, 70, .05); }
.tier .name { font-family: var(--mono); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.tier .promise { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.5rem; color: var(--lamp-2); line-height: 1.1; }
.tier .price { font-family: var(--serif); font-size: 2.2rem; letter-spacing: -0.02em; line-height: 1; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin: 6px 0; }
.tier .price > span { font-family: var(--sans); font-size: .95rem; color: var(--ink-3); }
.tier .price .amt { font-family: var(--serif); font-size: 2.2rem; color: var(--ink); }
.tier .price .was { font-family: var(--sans); font-size: 1rem; color: var(--ink-3); }
.tier .price .was:empty { display: none; }
.tier .price .tag { font-family: var(--mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--lamp-ink); background: var(--lamp); padding: 3px 8px; border-radius: 999px; }
.tier .hours { font-weight: 500; color: var(--ink); }
.tier .hours span { color: var(--ink-2) !important; }
.tier ul { list-style: none; padding: 0; margin: 6px 0 12px; color: var(--ink-2); font-size: .95rem; }
.tier li { padding: 8px 0; border-top: 1px solid var(--line); }
.tier li.carry { color: var(--ink-3); font-style: italic; border-top: 0; }
.tier li b { color: var(--ink); font-weight: 500; }
.tier .btn { margin-top: auto; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: var(--r); font-weight: 500; text-decoration: none; color: var(--lamp-ink); background: var(--lamp); border: 1px solid transparent; cursor: pointer; transition: transform 160ms var(--ease-out), background-color 160ms var(--ease-out); white-space: nowrap; }
.btn:hover { background: var(--lamp-2); }
.btn:active { transform: scale(.97); }
.btn.soon { background: transparent; color: var(--ink-2); border-color: var(--line); }
.btn.soon:hover { border-color: rgba(242, 238, 229, .3); color: var(--ink); }
.btn.gold { background: var(--lamp); color: var(--lamp-ink); }
.btn[aria-disabled="true"] { opacity: .8; }

details { border-top: 1px solid var(--line); padding: 10px 0 0; margin-top: 6px; }
summary { cursor: pointer; color: var(--lamp-2); font-size: .95rem; list-style: none; padding: 6px 0; }
summary::-webkit-details-marker { display: none; }
summary::before { content: "+ "; font-family: var(--mono); color: var(--ink-3); }
details[open] summary::before { content: "\2212 "; }
details .inner { color: var(--ink-2); font-size: .95rem; padding: 6px 0 4px; }
details .inner p { margin: 0 0 .8em; }
details .inner b { color: var(--ink); font-weight: 500; }

/* ------------------------------------------------ family care / business */
.care, .biz, .founders { margin-top: clamp(56px, 8vw, 96px); padding-top: clamp(36px, 5vw, 56px); border-top: 1px solid var(--line); max-width: 1000px; }
.care .name, .biz .name, .founders .name { font-family: var(--mono); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--lamp-2); margin-bottom: 12px; }
.care h3, .biz h3, .founders h3 { font-size: clamp(1.7rem, 3.4vw, 2.8rem); margin-bottom: 14px; }
.care .who, .biz .who { color: var(--ink); font-size: 1.1rem; max-width: 60ch; }
.care p, .biz p, .founders p { color: var(--ink-2); max-width: 62ch; }
.care p b, .biz p b, .founders p b { color: var(--ink); font-weight: 500; }
.boundary { margin: 22px 0; padding: 20px 22px; border: 1px solid rgba(230, 174, 70, .35); border-radius: var(--r); background: rgba(230, 174, 70, .05); color: var(--ink-2); max-width: 66ch; }
.boundary b { color: var(--ink); font-weight: 500; }
.bizrow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 26px 0; }
.bizt { padding: 22px; border: 1px solid var(--line); border-radius: var(--r); background: rgba(242, 238, 229, .025); }
.bizt.mid { border-color: rgba(230, 174, 70, .45); background: rgba(230, 174, 70, .05); }
.bizt .bn { font-family: var(--mono); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 8px; }
.bizt .bp { font-family: var(--serif); font-size: 2rem; letter-spacing: -0.02em; line-height: 1; }
.bizt .bp span { font-family: var(--sans); font-size: .95rem; color: var(--ink-3); }
.bizt .bh { margin: 8px 0 10px; color: var(--ink); font-weight: 500; }
.bizt ul { list-style: none; padding: 0; margin: 0; color: var(--ink-2); font-size: .95rem; }
.bizt li { padding: 8px 0; border-top: 1px solid var(--line); }
.bizt li.carry { color: var(--ink-3); font-style: italic; border-top: 0; }
.bizt li b { color: var(--ink); font-weight: 500; }

/* ------------------------------------------------------------- angels */
.perks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 22px; margin: 20px 0; }
.perk { padding: 12px 0; border-top: 1px solid var(--line); color: var(--ink-2); font-size: .98rem; }
.perk b { color: var(--ink); font-weight: 500; }
.hearbtn { display: inline-flex; align-items: center; gap: 8px; margin: 16px 16px 0 0; padding: 0 16px; min-height: 44px; border-radius: 999px; border: 1px solid rgba(230, 174, 70, .5); background: transparent; color: var(--lamp-2); font: inherit; font-size: .95rem; cursor: pointer; transition: background-color 160ms var(--ease-out), transform 160ms var(--ease-out); }
.hearbtn:hover { background: rgba(230, 174, 70, .1); }
.hearbtn:active { transform: scale(.97); }

/* ----------------------------------------------------- about / care / biz */
.two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 26px 0; }
.panel { padding: 22px; border: 1px solid var(--line); border-radius: var(--r); background: rgba(242, 238, 229, .025); }
.panel h3 { margin-bottom: 12px; font-style: italic; font-weight: 300; }
.panel ul { list-style: none; padding: 0; margin: 0; color: var(--ink-2); font-size: .95rem; }
.panel li { padding: 8px 0; border-top: 1px solid var(--line); }
.panel.d1, .panel.d2, .panel.d3 { transition-delay: 80ms; }
.panel.d2 { transition-delay: 160ms; }
.panel.d3 { transition-delay: 240ms; }
.tier .top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.tier .top .nm { font-family: var(--serif); font-size: 1.3rem; color: var(--ink); }
.tier .top .soon { font-family: var(--mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.tier .pr { font-family: var(--serif); font-size: 2rem; letter-spacing: -0.02em; color: var(--ink); }
.tier .pr small { font-family: var(--sans); font-size: .95rem; color: var(--ink-3); margin-left: 4px; }
.tier .unlock { font-family: var(--serif); font-style: italic; font-weight: 300; color: var(--lamp-2); font-size: 1.2rem; }
.tier .allow { color: var(--ink); font-weight: 500; }
.stack { display: grid; gap: 14px; margin: 26px 0; max-width: 720px; }
.card { padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--r); background: rgba(242, 238, 229, .025); color: var(--ink-2); }
.card .when { font-family: var(--mono); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--lamp-2); margin-bottom: 8px; }
.card b { color: var(--ink); font-weight: 500; }
.hard { margin: 22px 0; padding: 20px 22px; border: 1px solid rgba(230, 174, 70, .35); border-radius: var(--r); background: rgba(230, 174, 70, .05); color: var(--ink-2); max-width: 66ch; }
.hard b { color: var(--ink); font-weight: 500; }
.cta.hot { background: var(--lamp); color: var(--lamp-ink); border-color: transparent; }
.cta.hot:hover { background: var(--lamp-2); }
.note { color: var(--ink-3); font-size: .9rem; max-width: 70ch; margin-top: 40px; }

/* ------------------------------------------------------------- footer */
.wrap footer { padding: 48px 0 0; margin-top: clamp(56px, 8vw, 96px); border-top: 1px solid var(--line); color: var(--ink-3); font-size: .9rem; max-width: none; }
.wrap footer a { color: var(--ink-2); }
.wrap .fine { color: var(--ink-3); font-size: .9rem; max-width: 70ch; margin-top: 26px; }
.wrap .fine a { color: var(--ink-2); }
.wrap > .foot-social { margin-top: 20px; }

/* ----------------------------------------------- the sheet tiers.js opens */
.qsheet { position: fixed; inset: 0; z-index: 120; display: flex; align-items: center; justify-content: center; padding: 18px; }
.qsheet-scrim { position: absolute; inset: 0; background: rgba(6, 4, 10, .8); backdrop-filter: blur(4px); }
.qsheet-panel { position: relative; width: min(100%, 460px); max-height: 90dvh; overflow: auto; padding: 26px; border-radius: var(--r); background: var(--ground-2); border: 1px solid var(--line); color: var(--ink); box-shadow: 0 30px 80px rgba(0, 0, 0, .6); }
.qsheet-panel h3 { font-family: var(--serif); font-size: 1.5rem; margin: 0 0 10px; }
.qsheet-x { position: absolute; top: 10px; right: 12px; width: 36px; height: 36px; border: 0; background: transparent; color: var(--ink-3); font-size: 1.6rem; cursor: pointer; border-radius: 50%; }
.qsheet-x:hover { color: var(--ink); }
.qsheet-p { color: var(--ink-2); margin: 0 0 16px; }
.qsheet-note { color: var(--ink-3); font-size: .85rem; margin-top: 12px; line-height: 1.6; }
.qsheet-agree { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 16px; cursor: pointer; color: var(--ink-2); font-size: .95rem; }
.qsheet-agree input { margin-top: 4px; width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--lamp); cursor: pointer; }
.qsheet-agree a { color: var(--lamp-2); }
.qsheet-f { display: block; margin-bottom: 13px; }
.qsheet-f span { display: block; font-size: .85rem; color: var(--ink-2); margin-bottom: 6px; }
.qsheet-f input, .qsheet-f textarea { width: 100%; font: inherit; padding: 11px 12px; border-radius: var(--r); border: 1px solid var(--line); background: rgba(242, 238, 229, .05); color: var(--ink); }
.qsheet-f input:focus, .qsheet-f textarea:focus { outline: 0; border-color: var(--lamp); }
.qsheet-go { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: var(--r); border: 0; background: var(--lamp); color: var(--lamp-ink); font: inherit; font-weight: 500; cursor: pointer; }
.qsheet-go:hover { background: var(--lamp-2); }
.qsheet-go:disabled { opacity: .42; cursor: not-allowed; }

/* ------------------------------------------------- opt-in / line-opens forms */
.lineform { display: grid; gap: 6px; max-width: 460px; }
.lineopens { align-items: stretch; gap: 0; max-width: 460px; }
.lineopens .lineform { margin-top: 15px; }
.tick { display: flex; gap: 10px; align-items: flex-start; margin: 2px 0 14px; cursor: pointer; }
.tick input { margin-top: 4px; width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--lamp); cursor: pointer; }
.tick span { font-size: .9rem; line-height: 1.45; color: var(--ink-2); }
.lineform-note { margin-top: 10px; font-size: .9rem; color: #ffb4b4; }
.lineform-note[data-kind="quiet"] { color: var(--ink-2); }
.lineopens-done { margin: 30px 0 6px; max-width: 460px; }
.lineopens-done b { display: block; font-size: 1.1rem; margin-bottom: 6px; }

/* ------------------------------------------------------------- phones */
@media (max-width: 900px) {
  .wrap { padding-top: 80px; }
  .tiers, .bizrow, .two, .perks { grid-template-columns: 1fr; }
  .dialpanel { padding: 20px; }
  .numberbox { width: 100%; text-align: center; }
}

/* ---------------------------------------------------------------------------
   ENTITLEMENT: the upgrade sheet's way back, and the meters card.

   The sheet itself reuses .qsheet-* above, on purpose -- a paywall that looks
   like a different product than the checkout it leads to reads as a trick.
   These are the two pieces that moment needs and the checkout does not.
   --------------------------------------------------------------------------- */
.qsheet-back { display: block; width: 100%; margin-top: 10px; min-height: 40px; padding: 0 14px; border-radius: var(--r); border: 1px solid var(--line); background: transparent; color: var(--ink-2, var(--ink)); font: inherit; cursor: pointer; }
.qsheet-back:hover { border-color: var(--ink-2, var(--line)); }

.meters-plan { font-family: var(--serif); font-size: 1.15rem; margin-bottom: 12px; }
.meter-row { display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; align-items: baseline; margin-bottom: 12px; }
.meter-name { font-size: .95rem; }
.meter-count { font-size: .85rem; color: var(--ink-2, var(--ink)); font-variant-numeric: tabular-nums; }
.meter-bar { grid-column: 1 / -1; height: 5px; border-radius: 3px; background: var(--line); overflow: hidden; }
.meter-fill { height: 100%; background: var(--lamp); border-radius: 3px; transition: width .3s ease; }
/* Spent is stated, never alarmed. A red bar on a meter somebody chose to use
   reads as a fault they caused; this is simply the end of the month. */
.meter-fill.full { background: var(--ink-2, var(--ink)); opacity: .55; }
.meters-reset { font-size: .85rem; color: var(--ink-2, var(--ink)); margin: 2px 0 0; }
