/* ==========================================================================
   Homepage ("Clear Air"). Loaded only on / together with site.css; the
   migrated WordPress stylesheets are not loaded here.
   Contrast notes: all text sits on solid colour, never on photos. Checked
   pairs: muted on air 5.2, muted on mint 4.7, white on tide 11.4, leaf on
   tide 5.8, tide on leaf 5.8, teal on white 5.6.
   ========================================================================== */

*,*::before,*::after{box-sizing:border-box}
body.ui-page{margin:0;background:var(--ui-air);color:var(--ui-ink);font:400 18px/1.65 var(--ui-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.ui-page img{display:block;max-width:100%;height:auto}
.ui-page a{color:inherit}
.ui-page :focus-visible{outline:3px solid var(--ui-teal);outline-offset:3px;border-radius:8px}
.ui-page h1,.ui-page h2,.ui-page h3{font-family:var(--ui-sans);font-weight:500;letter-spacing:-.025em;margin:0}
.hp section.pad{padding:0 0 104px}
.hp .sec-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:36px}
.hp .sec-head h2{font-size:clamp(30px,3.4vw,44px);line-height:1.08}
.hp .textlink{font-weight:600;color:var(--ui-teal);text-decoration:none;font-size:16px;white-space:nowrap;border-bottom:1.5px solid var(--ui-leaf);padding-bottom:2px}
.hp .by{display:flex;align-items:center;gap:10px;font-size:14px;line-height:1.35;color:var(--ui-muted)}
.hp .by img{width:38px;height:38px;border-radius:50%;object-fit:cover;object-position:top}
.hp .by b{display:block;color:var(--ui-ink);font-weight:600}

/* ---------- hero: start where you are ---------- */
.hero{padding:88px 0 96px}
.hero .ui-wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.hero h1{font-size:clamp(46px,6vw,82px);line-height:1;letter-spacing:-.04em;font-weight:500}
.hero .lede{margin:24px 0 34px;color:var(--ui-muted);font-size:19.5px;max-width:30em}
.hero .q{font-size:15.5px;font-weight:600;margin:0 0 14px;color:var(--ui-ink)}
.feelings{display:flex;flex-wrap:wrap;gap:10px;max-width:34em}
.feelings button{font:500 16px/1 var(--ui-sans);color:var(--ui-ink);background:var(--ui-white);border:1px solid var(--ui-field);border-radius:999px;padding:14px 20px;cursor:pointer;transition:background .2s,border-color .2s,color .2s}
.feelings button:hover{border-color:var(--ui-teal);background:var(--ui-mint)}
.feelings button[aria-pressed="true"]{background:var(--ui-tide);border-color:var(--ui-tide);color:#fff}
.pick{background:var(--ui-white);border-radius:var(--ui-r-lg);padding:14px;border:1px solid var(--ui-line);box-shadow:0 30px 60px -30px rgba(22,64,66,.25)}
.pick figure{margin:0;border-radius:var(--ui-r-md);overflow:hidden;aspect-ratio:4/3;background:var(--ui-mint)}
.pick figure img{width:100%;height:100%;object-fit:cover}
.pick .body{padding:22px 14px 12px}
.pick .kicker{font-size:14px;font-weight:600;color:var(--ui-teal);margin:0 0 8px}
.pick h2{font-size:28px;line-height:1.15;letter-spacing:-.02em;margin-bottom:10px}
.pick p.dek{margin:0 0 20px;color:var(--ui-muted);font-size:16.5px}
.pick .foot{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:18px;border-top:1px solid var(--ui-line)}
.hp .btn{display:inline-flex;align-items:center;height:48px;padding:0 22px;border-radius:999px;font:600 15.5px/1 var(--ui-sans);text-decoration:none;background:var(--ui-teal);color:#fff;white-space:nowrap}
.hp .btn:hover{background:var(--ui-tide)}
.fade{animation:fade .35s ease}
@keyframes fade{from{opacity:.25}to{opacity:1}}

/* ---------- trust: the review process is a real sequence ---------- */
.trust{padding:0 0 104px}
.trust .box{background:var(--ui-tide);color:#EAF3F1;border-radius:var(--ui-r-lg);padding:64px;display:grid;gap:48px}
.trust .intro-row{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:end}
.trust h2{font-size:clamp(30px,3.4vw,42px);line-height:1.08;color:#fff}
.trust .sub{color:rgba(234,243,241,.75);margin:0 0 22px;font-size:17px}
.faces{display:flex;flex-wrap:wrap;align-items:center;gap:12px 14px;font-size:14.5px;line-height:1.4;color:rgba(234,243,241,.8)}
.faces>span:last-child{flex:1 1 15em} /* drops below the photos rather than squeezing into a narrow column */
.faces .imgs{display:flex;flex:none}
.faces img{width:48px;height:48px;border-radius:50%;object-fit:cover;object-position:top;border:3px solid var(--ui-tide)}
.faces img+img{margin-left:-12px}
.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;counter-reset:s}
.steps li{counter-increment:s;background:rgba(255,255,255,.06);border:1px solid rgba(137,196,187,.25);border-radius:var(--ui-r-md);padding:26px}
.steps li::before{content:counter(s);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--ui-leaf);color:var(--ui-tide);font-weight:600;font-size:15px;margin-bottom:18px}
.steps h3{font-size:19px;color:#fff;letter-spacing:-.01em;margin-bottom:8px}
.steps p{margin:0;font-size:15px;line-height:1.55;color:rgba(234,243,241,.75)}
.steps a{color:var(--ui-leaf)}
.trust :focus-visible{outline-color:var(--ui-leaf)}

/* ---------- essentials: bento ---------- */
.bento{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:auto auto;gap:20px}
.tile{background:var(--ui-white);border:1px solid var(--ui-line);border-radius:var(--ui-r-lg);overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:border-color .25s}
.tile:hover{border-color:var(--ui-leaf)}
.tile.big{grid-row:span 2}
.tile figure{margin:0;overflow:hidden;background:var(--ui-mint)}
.tile.big figure{aspect-ratio:16/11}
.tile.small{flex-direction:row}
.tile.small figure{flex:0 0 42%}
.tile figure img{width:100%;height:100%;object-fit:cover}
.tile .body{padding:28px;display:flex;flex-direction:column;gap:10px;flex:1}
.tile .kicker{font-size:14px;font-weight:600;color:var(--ui-teal)}
.tile.big h3{font-size:32px;line-height:1.12}
.tile.small h3{font-size:22px;line-height:1.2}
.tile p{margin:0;color:var(--ui-muted);font-size:16px}
.tile .by{margin-top:auto;padding-top:10px}

/* ---------- editor's note: the logo's three leaves frame photos ---------- */
.note{background:var(--ui-mint);border-radius:var(--ui-r-lg);padding:40px 56px 40px 40px;display:grid;grid-template-columns:380px minmax(0,1fr);gap:48px;align-items:center}
.sprig{position:relative;width:380px;height:212px} /* wide enough for the rotated side leaves */
.leaf{position:absolute;margin:0;clip-path:url(#hp-leafclip);overflow:hidden}
.leaf img{width:100%;height:100%;object-fit:cover}
.leaf.c{width:122px;height:211px;left:129px;top:0;z-index:1}
.leaf.l{width:105px;height:174px;left:68px;top:52px;transform:rotate(-44deg);transform-origin:50% 100%}
.leaf.r{width:105px;height:174px;left:206px;top:52px;transform:rotate(44deg);transform-origin:50% 100%}
.leaf.l img{transform:rotate(44deg) scale(1.9)}
.leaf.r img{transform:rotate(-44deg) scale(1.9)}
.note .book{display:block;width:280px;height:auto;margin:-4px auto 0}
.note figure{margin:0}
.note blockquote{margin:0;font:italic 400 clamp(24px,2.5vw,32px)/1.3 var(--ui-serif);letter-spacing:-.01em;color:var(--ui-tide);max-width:30ch}
.note blockquote p{margin:0}
.note figcaption{display:flex;align-items:center;gap:12px;margin-top:22px;font-size:15px;line-height:1.4;color:var(--ui-muted)}
.note figcaption img{width:44px;height:44px;border-radius:50%;object-fit:cover}
.note figcaption b{display:block;color:var(--ui-ink);font-weight:600}

/* ---------- libraries: an accordion of five panels, one open at a time ----------
   All text sits on solid tide, never on the photo. */
.shelf{display:flex;gap:12px;min-height:500px}
.panel{position:relative;flex:1 1 0;min-width:0;display:flex;flex-direction:column;justify-content:flex-end;padding:12px;border-radius:var(--ui-r-lg);overflow:hidden;background:var(--ui-tide);transition:flex-grow .55s cubic-bezier(.3,.7,.2,1)}
.panel.open{flex-grow:3}
.panel>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
.panel:not(.open):hover>img{transform:scale(1.04)}
.panel h3{margin:0;font-size:inherit;letter-spacing:0}
/* one card per panel: closed it's the label; open, the same button becomes the title */
.panel .card{position:relative;margin-top:120px;background:var(--ui-tide);color:#EAF3F1;border-radius:var(--ui-r-sm)}
.panel .toggle{display:block;width:100%;text-align:left;background:none;color:#fff;border:0;padding:13px;font:500 15.5px/1.25 var(--ui-sans);letter-spacing:-.01em;cursor:pointer;overflow-wrap:anywhere;hyphens:auto} /* breaks a word only when it can't fit (e.g. user text-spacing) */
.panel:not(.open) .toggle::after{content:"";position:absolute;inset:-600px -12px -12px} /* whole closed panel is the click target */
.panel .toggle:focus-visible{outline:none}
.panel:has(.toggle:focus-visible){outline:3px solid var(--ui-teal);outline-offset:3px}
.panel.open .card{border-radius:var(--ui-r-md);padding:26px 28px}
.panel.open .toggle{padding:0;margin:0 0 8px;font-size:26px;line-height:1.15;letter-spacing:-.02em;cursor:default}
.panel .body{display:none}
.panel.open .body{display:block;animation:rise .45s .15s both}
@keyframes rise{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.panel .ex{margin:0 0 18px;font-size:15.5px;line-height:1.55;color:rgba(234,243,241,.8);max-width:40em}
.panel .reads{display:grid;grid-template-columns:1.1fr 1fr;gap:18px 28px;padding-top:16px;border-top:1px solid rgba(137,196,187,.3)}
.panel .reads p{margin:0 0 6px;font-size:13.5px;font-weight:600;color:var(--ui-leaf)}
.panel .reads ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}
.panel .reads a{color:#fff;font-size:15.5px;line-height:1.4;text-decoration-color:rgba(137,196,187,.6);text-underline-offset:3px}
.panel .reads a:hover{text-decoration-color:#fff}
.panel .open-lib{display:inline-block;margin-top:18px;color:var(--ui-leaf);font-weight:600;font-size:15.5px}
.panel .body a:focus-visible{outline:3px solid var(--ui-leaf);outline-offset:2px;border-radius:4px}

/* ---------- most read: a ranking, so the numbers carry meaning ---------- */
.ranked{list-style:none;margin:0;padding:0;counter-reset:rk;display:grid;grid-template-columns:1.15fr 1fr;grid-template-rows:repeat(3,auto);gap:0 48px}
.ranked li{counter-increment:rk}
.ranked a{text-decoration:none;color:inherit}
.ranked li:first-child{grid-row:1 / span 3}
.ranked .lead{display:block}
.ranked .lead figure{position:relative;margin:0 0 22px;border-radius:var(--ui-r-lg);overflow:hidden;aspect-ratio:16/10;background:var(--ui-mint)}
.ranked .lead figure img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
.ranked .lead:hover figure img{transform:scale(1.03)}
.ranked .lead figure::before{content:counter(rk);position:absolute;left:18px;top:18px;z-index:1;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--ui-white);color:var(--ui-tide);font:400 30px/1 var(--ui-serif)}
.ranked .lead h3{font-size:30px;line-height:1.12;margin:6px 0 10px}
.ranked .lead p{margin:0 0 16px;color:var(--ui-muted);font-size:16.5px;max-width:34em}
.ranked .row{display:grid;grid-template-columns:64px minmax(0,1fr) 96px;gap:18px;align-items:center;padding:22px 0;border-top:1px solid var(--ui-line)}
.ranked li:nth-child(2) .row{border-top:0;padding-top:0}
.ranked .row::before{content:counter(rk);font:300 54px/1 var(--ui-serif);color:var(--ui-teal);text-align:center}
.ranked .row h3{font-size:20px;line-height:1.25;letter-spacing:-.015em;margin:3px 0 6px}
.ranked .row>img{width:96px;height:96px;border-radius:var(--ui-r-md);object-fit:cover}
.ranked .row:hover h3,.ranked .lead:hover h3{text-decoration:underline;text-decoration-color:var(--ui-leaf);text-underline-offset:4px}
.hp .lbl{font-size:13.5px;font-weight:600;color:var(--ui-teal)}
.hp .new{display:inline-block;margin-left:8px;padding:2px 9px;border-radius:999px;background:var(--ui-mint);color:var(--ui-tide);font-size:12.5px;font-weight:600;vertical-align:1px}
.hp .meta{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--ui-muted);line-height:1.35}
.hp .meta img{width:30px;height:30px;border-radius:50%;object-fit:cover;object-position:top}
.ranked .row .meta img{width:24px;height:24px}

/* ---------- checklist signup: shows a real page of the checklist ---------- */
.news{background:var(--ui-tide);color:#EAF3F1;border-radius:var(--ui-r-lg);padding:64px 0 0 64px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;overflow:hidden}
.news-copy{padding-bottom:64px;align-self:center}
.news h2{font-size:clamp(34px,4vw,52px);line-height:1.02;letter-spacing:-.035em;color:#fff;margin-bottom:18px}
.news .intro{color:rgba(234,243,241,.8);margin:0 0 30px;max-width:31em}
.news .intro a{color:var(--ui-leaf)}
.news label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#fff}
.news .row{display:flex;gap:10px;max-width:500px}
.news input[type="email"]{flex:1;min-width:0;height:54px;border:0;background:#fff;border-radius:999px;padding:0 22px;font:inherit;font-size:16px;color:var(--ui-ink)}
.news input::placeholder{color:var(--ui-muted);opacity:1}
.news button{height:54px;border:0;border-radius:999px;background:var(--ui-leaf);color:var(--ui-tide);font:600 16px var(--ui-sans);padding:0 24px;cursor:pointer;white-space:nowrap}
.news button:hover{background:#A7D5CD}
.news button[disabled]{opacity:.75;cursor:progress}
.news :focus-visible,.news input:focus{outline:3px solid var(--ui-leaf);outline-offset:3px}
.news .captcha:not(:empty){margin-top:14px;min-height:78px}
.news .status{margin:14px 0 0;font-weight:600;color:#fff}
.news .status:empty{display:none}
.news .status.error{color:#FFD9C7}
.news .done{background:rgba(255,255,255,.08);border:1px solid rgba(137,196,187,.35);border-radius:var(--ui-r-md);padding:22px 24px;color:#fff}
.news .done:focus{outline:3px solid var(--ui-leaf);outline-offset:3px}
.news .done p{margin:0 0 14px}
.news .done .dl{display:inline-flex;align-items:center;min-height:48px;padding:12px 22px;border-radius:999px;background:var(--ui-leaf);color:var(--ui-tide);font-weight:600;text-decoration:none}
.news .done .dl:hover{background:#A7D5CD}
.news .fine{font-size:13.5px;margin:14px 0 0;color:rgba(234,243,241,.72)}
.sheet-wrap{align-self:end;display:flex;justify-content:center;padding-right:56px}
.sheet{position:relative;margin:0 0 -40px;width:100%;max-width:420px;background:#F7F9F8;color:#46706C;border-radius:16px 16px 0 0;padding:34px 34px 76px;transform:rotate(-3deg);transform-origin:bottom center;box-shadow:0 -12px 40px rgba(0,0,0,.28)}
/* the blank foot of the page runs off the band's edge; no text is faded or cut */
.sheet .run{display:flex;align-items:center;gap:12px;font-size:12.5px;font-weight:600;color:#4A7A75;margin:0 0 18px}
.sheet .run::before{content:"";flex:1;height:1px;background:currentColor}
.sheet .title{font:500 30px/1.1 var(--ui-sans);letter-spacing:-.025em;color:#3E6A66;margin:0 0 6px}
.sheet .sub{font-size:13.5px;line-height:1.45;margin:0 0 18px}
.sheet ul{list-style:none;margin:0;padding:0;display:grid;gap:10px;font-size:14.5px;line-height:1.4}
.sheet li{display:flex;gap:10px}
.sheet li::before{content:"";flex:none;width:15px;height:15px;border:1.5px solid #4A7A75;border-radius:4px;margin-top:2px}

/* ---------- faq ---------- */
.faq{display:grid;grid-template-columns:1fr 1.6fr;gap:64px}
.faq h2{font-size:clamp(30px,3.4vw,42px);line-height:1.08}
.faq .intro{color:var(--ui-muted);margin:14px 0 0;font-size:17px}
.faq .intro a{color:var(--ui-teal)}
.qa{display:grid;gap:10px}
.qa details{background:var(--ui-white);border:1px solid var(--ui-line);border-radius:var(--ui-r-md);padding:0 26px}
.qa summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;font-weight:500;font-size:18px}
.qa summary::-webkit-details-marker{display:none}
.qa summary::after{content:"";flex:none;width:28px;height:28px;border-radius:50%;background:var(--ui-air) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M14 9v10M9 14h10' stroke='%232B7174' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") center/100% no-repeat;transition:transform .3s}
.qa details[open] summary::after{transform:rotate(45deg)}
.qa details p{margin:0 0 22px;color:var(--ui-muted);font-size:16.5px}
.qa details a{color:var(--ui-teal)}

/* ---------- responsive ---------- */
@media (max-width:1100px){
  .shelf{flex-direction:column;min-height:0}
  .panel{flex:none;min-height:92px;padding:10px;transition:none}
  .panel .card{margin-top:0}
  .panel.open{padding:0}
  .panel.open>img{position:relative;height:190px;flex:none}
  .panel.open .card{border-radius:0;padding:22px 20px 24px}
  .panel:not(.open) .toggle::after{inset:-200px -10px -10px}
}
@media (max-width:1000px){
  .note{grid-template-columns:236px minmax(0,1fr);gap:32px;padding:32px 40px 32px 28px}
  .mark-art{width:236px;overflow:hidden}
  .note .sprig{transform:scale(.62);transform-origin:top left;margin-bottom:-81px}
  .note .book{width:174px}
  .hero .ui-wrap,.trust .intro-row,.faq{grid-template-columns:minmax(0,1fr);gap:40px}
  .news{grid-template-columns:minmax(0,1fr);gap:40px;padding:48px 44px 0}
  .news-copy{padding-bottom:0}
  .sheet-wrap{padding-right:0}
  .sheet li:nth-child(n+5){display:none}
  .steps{grid-template-columns:1fr}
  .bento{grid-template-columns:1fr}
  .tile.big{grid-row:auto}
  .ranked{grid-template-columns:minmax(0,1fr)}
  .ranked li:first-child{grid-row:auto;margin-bottom:26px}
  .ranked li:nth-child(2) .row{border-top:1px solid var(--ui-line);padding-top:22px}
}
@media (max-width:640px){
  .note{grid-template-columns:minmax(0,1fr);justify-items:center;text-align:center;gap:18px;padding:28px 22px}
  .mark-art{width:179px}
  .note .sprig{transform:scale(.47);margin-bottom:-112px}
  .note .book{width:132px}
  .note blockquote{margin:0 auto;font-size:22px}
  .note figcaption{justify-content:center;text-align:left;margin-top:16px}
  .hero{padding:56px 0 72px}
  .trust .box{padding:30px 22px}
  .news{padding:34px 22px 0}
  .sheet{padding:26px 24px 64px;transform:rotate(-2deg)}
  .sheet li:nth-child(n+4){display:none}
  .sheet .title{font-size:25px}
  .tile.small{flex-direction:column}
  .tile.small figure{flex:none;aspect-ratio:16/10}
  .panel .reads{grid-template-columns:1fr}
  .ranked .row{grid-template-columns:44px minmax(0,1fr) 72px;gap:14px}
  .ranked .row::before{font-size:42px}
  .ranked .row>img{width:72px;height:72px}
  .ranked .lead h3{font-size:25px}
  .news .row{flex-direction:column}
  .news input[type="email"]{flex:none}
  .hp .sec-head{flex-direction:column;align-items:start}
  .pick .foot{flex-direction:column;align-items:start}
}
@media (max-width:380px){
  .ranked .row{grid-template-columns:36px minmax(0,1fr)}
  .ranked .row>img{display:none}
}
@media (prefers-reduced-motion:reduce){.hp *,.hp *::before,.hp *::after{transition:none!important;animation:none!important}}
