/* At Hand's page on thecasl.ca (24 Sept 2026). The app's own identity, from its maker's design guide:
   ink #24211f, warm paper #f4f2ed, orange #c6381c, working panels #fffdfa, Arial set close, Georgia
   italic for a few words, small radii, and no green anywhere (the maker asked for that plainly). */
:root {
  --ink: #24211f; --ink-2: #3e3329; --muted: #6a5f55; --paper: #f4f2ed; --panel: #fffdfa;
  --line: #d8d2ca; --line-2: #c9c2b8; --orange: #c6381c; --orange-2: #a92f16; --orange-soft: #fff0e7;
  --orange-lit: #f26440; --sand: #e4ded4; --blush: #faeddf;
  --sans: Arial, Helvetica, sans-serif; --serif: Georgia, 'Times New Roman', serif;
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 18px; line-height: 1.6; overflow-x: hidden; }
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
::selection { background: #ffc5ae; color: var(--ink); }
.shell { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.skip { position: fixed; left: 16px; top: -80px; z-index: 50; background: #fff; padding: 12px 16px; border-radius: 4px; }
.skip:focus { top: 12px; }
em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--orange); letter-spacing: -.02em; }

/* the thin CASL bar */
.casl-bar { background: var(--panel); border-bottom: 1px solid var(--line); font-size: 14.5px; }
.casl-bar-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 46px; }
.casl-home { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--ink-2); }
.casl-home svg { width: 26px; height: 26px; flex: none; }
.casl-home b { letter-spacing: .04em; }
.casl-bar-r { color: var(--muted); }
.casl-bar-r a { color: var(--ink); font-weight: 700; text-underline-offset: 3px; }

/* masthead */
.mast { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 92px; border-bottom: 1px solid var(--line-2); }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.logo-mark { width: 42px; height: 42px; flex: none; }
.wordmark { font-weight: 800; font-size: 2.1rem; line-height: 1; letter-spacing: -.105em; white-space: nowrap; padding-right: .1em; }
.stop { color: #c63e22; }
.mast-nav { display: flex; gap: 26px; font-size: 15.5px; }
.mast-nav a { color: #736b62; text-decoration: none; padding: 12px 0; border-bottom: 2px solid transparent; }
.mast-nav a:hover { color: var(--ink); border-bottom-color: #cc4324; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 20px; border-radius: 4px; border: 1px solid var(--ink); font-size: 16.5px; font-weight: 700; line-height: 1.25; text-decoration: none; transition: background .16s, color .16s, border-color .16s; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-ink { background: var(--ink); color: #fffdfa; }
.btn-ink:hover { background: #41342b; }
.btn-line { background: transparent; color: var(--ink); border-color: #b8aa9c; }
.btn-line:hover { background: #efe6db; }
.btn-lg { min-height: 56px; padding: 14px 24px; font-size: 17.5px; }

/* eyebrow and section heads */
.eyebrow { display: flex; align-items: center; margin: 0 0 18px; font-size: 13px; font-weight: 700; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; color: var(--ink-2); }
.rule { width: 22px; height: 3px; background: #d74a29; display: inline-block; margin-right: 11px; flex: none; }
h1, h2, h3 { margin: 0; color: var(--ink); }
h2 { font-size: clamp(2.2rem, 1.4rem + 3vw, 3.6rem); font-weight: 600; letter-spacing: -.065em; line-height: 1.04; }
.sec-head { margin-bottom: 36px; max-width: 920px; }
.sec-sub { margin: 14px 0 0; color: var(--muted); font-size: 1.05rem; }
section { scroll-margin-top: 16px; }

/* hero */
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 56px; align-items: center; padding: 56px 0 64px; }
.hero h1 { font-size: clamp(3.3rem, 1.6rem + 6vw, 6.2rem); font-weight: 600; letter-spacing: -.075em; line-height: 1; margin-bottom: 26px; }
.hero h1 em { letter-spacing: -.07em; }
.lede { margin: 0 0 30px; font-size: 1.16rem; color: #5f574f; max-width: 34em; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 15px; color: var(--muted); }
.hero-facts li { display: flex; align-items: center; gap: 9px; }
.hero-facts li::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); flex: none; }
.hero-photo { position: relative; margin: 0; border-radius: 5px; overflow: hidden; background: #e7e3db; box-shadow: 0 4px 0 #e2dcd2; }
.hero-photo img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.hero-photo figcaption { display: flex; align-items: center; gap: 10px; padding: 14px 18px; background: var(--ink); color: #f9f5ed; font-size: 15px; }
.hero-photo figcaption svg { width: 14px; height: 14px; color: #ed6542; flex: none; }

/* CASL Trusted */
.trusted { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 6px 16px 6px 8px; border: 1px solid #cfc5b8; border-radius: 999px; background: var(--panel); color: var(--ink); text-decoration: none; font-size: 15px; white-space: nowrap; box-shadow: 0 2px 10px rgba(36, 33, 31, .08); }
.trusted svg { width: 28px; height: 28px; flex: none; }
.trusted b { font-weight: 800; letter-spacing: .04em; }
.trusted:hover { border-color: var(--orange); background: var(--orange-soft); }
.trusted-float { position: absolute; top: 14px; right: 14px; }
.trusted-xl { gap: 14px; padding: 12px 28px 12px 14px; font-size: 22px; }
.trusted-xl svg { width: 52px; height: 52px; }

/* right now */
.now { background: var(--ink); color: #f4efe6; }
.now-in { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 40px; align-items: start; padding: 40px 0; }
.now h2 { color: #fffdfa; font-size: clamp(1.8rem, 1.2rem + 2vw, 2.6rem); }
.now h2 em { color: #ff8a66; }
.now-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; font-size: 1.02rem; }
.now-list li { padding: 0 0 12px; border-bottom: 1px solid rgba(255, 253, 250, .16); }
.now-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.now-list b { color: #fffdfa; }
.now-list a { color: #ffb39a; font-weight: 700; text-underline-offset: 3px; white-space: nowrap; }

/* film */
.film { padding: 88px 0 24px; }
.player { position: relative; border-radius: 6px; overflow: hidden; background: #1a1715; box-shadow: 0 6px 0 #e2dcd2, 0 24px 60px rgba(36, 33, 31, .16); aspect-ratio: 16 / 9; }
.player video { width: 100%; height: 100%; object-fit: cover; background: #1a1715; }
.film-desc { margin: 16px 0 0; font-size: 15px; color: var(--muted); }

/* how it works */
.how { padding: 72px 0 40px; }
.how-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.how-steps > li { background: var(--panel); border: 1px solid #d4cdc4; border-radius: 5px; padding: 28px 28px 26px; box-shadow: 0 4px 0 #e7e2da; }
.num { display: block; font-family: var(--serif); font-size: 2.6rem; line-height: 1; color: #c64527; letter-spacing: -.045em; margin-bottom: 16px; }
.how-steps h3 { font-size: 1.45rem; font-weight: 600; letter-spacing: -.04em; line-height: 1.2; margin-bottom: 10px; }
.how-steps p { margin: 0 0 10px; color: #5f574f; font-size: 1rem; }
.qs { margin: 14px 0 0; padding: 0; list-style: none; counter-reset: q; display: grid; gap: 8px; }
.qs li { counter-increment: q; display: flex; gap: 10px; align-items: baseline; padding: 9px 12px; border: 1px solid #e3dcd2; border-radius: 4px; background: #fff; font-weight: 700; font-size: .96rem; }
.qs li::before { content: '0' counter(q); font-family: var(--serif); font-weight: 400; color: var(--orange); flex: none; }
.how-note { display: flex; align-items: center; gap: 9px; margin-top: 14px !important; padding-top: 14px; border-top: 1px solid #ece6de; font-size: .95rem !important; }
.how-note svg { width: 17px; height: 17px; flex: none; color: var(--orange); }

/* the pause card */
.card-sec { background: var(--sand); margin-top: 64px; }
.card-in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: center; padding: 72px 0; }
.card-copy p:not(.eyebrow) { color: #5f574f; font-size: 1.06rem; margin: 18px 0 0; max-width: 32em; }
.card-copy .eyebrow { color: #a84024; }
.pause-card { margin: 0; background: #fffdf8; padding: 30px 34px 24px; border-top: 7px solid #dd4c27; box-shadow: 0 7px 20px rgba(75, 53, 40, .1); color: #28211a; max-width: 520px; justify-self: center; width: 100%; }
.pc-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.pc-word { font-size: 1.45rem; font-weight: 800; letter-spacing: -.09em; }
.pc-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: #7b5b41; }
.pc-h { margin: 0 0 22px; font-size: clamp(2.4rem, 1.8rem + 2vw, 3.3rem); font-weight: 600; letter-spacing: -.07em; line-height: 1.02; }
.pc-h em { color: #bf3e1d; }
.pc-steps { list-style: none; margin: 0; padding: 0; }
.pc-steps li { display: flex; gap: 14px; padding: 12px 0; border-top: 1px solid #dccfbf; font-size: .94rem; line-height: 1.5; color: #6e5b44; }
.pc-steps li > span { font-family: var(--serif); color: #b44929; font-size: 1.3rem; line-height: 1.2; flex: none; }
.pc-steps b { color: #28211a; display: block; }
.pc-person { display: flex; flex-direction: column; gap: 2px; background: var(--blush); border-radius: 3px; padding: 14px 16px; margin-top: 16px; }
.pc-person b { font-size: 1.2rem; color: #28211a; }
.pc-person span:last-child { color: #28211a; }
.pause-card figcaption { margin-top: 12px; font-size: 13px; color: #85725e; }

/* what it won't do */
.wont { padding: 88px 0 20px; }
.wont-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line-2); }
.wont-grid li { padding: 24px 24px 24px 0; border-bottom: 1px solid var(--line-2); }
.wont-grid li + li { padding-left: 24px; border-left: 1px solid var(--line-2); }
.wont-grid h3 { font-size: 1.3rem; font-weight: 600; letter-spacing: -.035em; margin-bottom: 8px; }
.wont-grid h3::before { content: 'Won’t '; font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--orange); }
.wont-grid p { margin: 0; color: #5f574f; font-size: 1rem; }
.wont-note { display: flex; align-items: center; gap: 10px; margin: 22px 0 0; font-size: 15.5px; color: var(--muted); }
.wont-note svg { width: 16px; height: 16px; flex: none; }

/* price */
.price { padding: 88px 0 20px; }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; max-width: 900px; }
.plan { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 28px 30px; border: 1px solid #d4cdc4; border-radius: 5px; background: var(--panel); }
.plan p { margin: 0; color: #5f574f; font-size: 1rem; }
.plan .btn { margin-top: 14px; }
.plan-member { border: 2px solid var(--ink); box-shadow: 0 4px 0 #d9d1c6; }
.plan-who { font-size: 13px !important; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-2) !important; }
.plan-price { font-size: 3rem !important; font-weight: 700; letter-spacing: -.06em; line-height: 1.1; color: var(--ink) !important; margin: 4px 0 6px !important; }
.plan-price small { font-size: 1.1rem; letter-spacing: 0; font-weight: 400; color: var(--muted); }

/* CASL Trusted section */
.trusted-sec { margin-top: 72px; background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trusted-in { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 48px; align-items: center; padding: 64px 0; }
.trusted-in p:not(.eyebrow) { margin: 16px 0 0; color: #5f574f; max-width: 42em; }
.more { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink) !important; text-underline-offset: 4px; }
.more svg { width: 17px; height: 17px; }

/* questions */
.faq { padding: 88px 0 20px; }
.faq-list { border-top: 1px solid var(--line-2); max-width: 900px; }
.faq details { border-bottom: 1px solid var(--line-2); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; font-size: 1.14rem; font-weight: 700; letter-spacing: -.02em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-family: var(--serif); font-size: 1.8rem; line-height: 1; color: var(--orange); flex: none; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 22px; color: #5f574f; max-width: 46em; }
.faq details a { font-weight: 700; text-underline-offset: 3px; }

/* close and footer */
.close { padding: 96px 0; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 28px; }
.close h2 { font-size: clamp(2.3rem, 1.4rem + 3.4vw, 4rem); }
.close .hero-btns { justify-content: center; }
.foot { border-top: 1px solid var(--line-2); padding: 40px 0 48px; font-size: 15px; color: var(--muted); }
.foot-in { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: start; }
.foot-brand p { margin: 10px 0 0; max-width: 36em; }
.foot-brand .wordmark { font-size: 1.6rem; }
.foot-brand .logo-mark { width: 32px; height: 32px; }
.foot-motto { font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: var(--ink-2); }
.foot-nav { display: grid; grid-template-columns: repeat(2, auto); gap: 6px 26px; }
.foot-nav a { color: var(--ink-2); text-underline-offset: 3px; padding: 4px 0; }

/* tablets and phones */
@media (max-width: 1000px) {
  .mast-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding: 36px 0 48px; }
  .hero-photo { max-width: 720px; }
  .now-in { grid-template-columns: 1fr; gap: 20px; }
  .how-steps { grid-template-columns: 1fr; max-width: 720px; }
  .card-in { grid-template-columns: 1fr; gap: 36px; }
  .pause-card { justify-self: start; }
  .wont-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wont-grid li:nth-child(3) { padding-left: 0; border-left: 0; }
  .trusted-in { grid-template-columns: 1fr; gap: 26px; }
  .foot-in { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 17px; }
  .hide-sm { display: none; }
  .mast { min-height: 76px; }
  .wordmark { font-size: 1.8rem; }
  .logo-mark { width: 36px; height: 36px; }
  .mast-cta { min-height: 46px; padding: 10px 14px; font-size: 15px; }
  .mast-cta svg { display: none; }
  .hero-btns .btn { width: 100%; }
  .film, .wont, .price, .faq { padding-top: 64px; }
  .how-steps > li, .plan { padding: 22px 20px; }
  .pause-card { padding: 24px 22px 20px; }
  .wont-grid { grid-template-columns: 1fr; }
  .wont-grid li, .wont-grid li + li { padding: 20px 0; border-left: 0; }
  .price-grid { grid-template-columns: 1fr; }
  .plan .btn { width: 100%; }
  .trusted-float { top: 10px; right: 10px; font-size: 14px; }
  .trusted-xl { font-size: 19px; padding: 10px 22px 10px 12px; }
  .trusted-xl svg { width: 42px; height: 42px; }
  .close { padding: 72px 0; }
  .foot-nav { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 380px) {
  .mast-cta { padding: 10px 11px; font-size: 14px; }
  .wordmark { font-size: 1.6rem; }
  .logo { gap: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .casl-bar, .mast-nav, .mast-cta, .hero-btns, .film, .close, .skip { display: none !important; }
  body { background: #fff; }
}
