/* ==========================================================================
   Hush — Main styles
   Load order: tokens.css -> main.css -> woocommerce.css -> rtl.css(if RTL)
   ========================================================================== */

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
body{margin:0;background:var(--hush-cream);color:var(--hush-ink-soft);
  font-family:var(--hush-font-body);font-size:16px;line-height:1.6;
  -webkit-font-smoothing:antialiased;font-optical-sizing:auto;
  overflow-x:clip;max-width:100%;width:100%;position:relative}
/* IMPORTANT: use overflow-x:clip (NOT hidden) on html/body. overflow:hidden on
   an ancestor silently breaks position:sticky (the sticky header would scroll
   away). `clip` prevents sideways scroll without creating a scroll container,
   so the sticky header keeps working on both desktop and mobile. */
html{overflow-x:clip;width:100%;max-width:100%}
/* iOS Safari can let a transformed child (e.g. the hero slider track using
   translateX) leak past the viewport even with body overflow-x:hidden. Clip at
   the section level too so large iPhones never get a sideways-scroll gap. */
.hush-hero-slider,.hush-section{max-width:100%;overflow-x:clip}
img,svg,video{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
ul{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,h5,h6,p{margin:0}
:focus-visible{outline:3px solid var(--hush-blue);outline-offset:2px;border-radius:4px}

/* ---------- Type scale ---------- */
h1,h2,h3,h4{font-family:var(--hush-font-display);color:var(--hush-ink);
  font-weight:600;line-height:1.05;letter-spacing:-.01em}
.hush-h1{font-size:clamp(2.6rem,5.5vw,4.4rem)}
.hush-h2{font-size:clamp(2rem,4vw,3.1rem)}
.hush-h3{font-size:clamp(1.3rem,2.4vw,1.9rem)}
.hush-eyebrow{font-family:var(--hush-font-body);font-weight:700;
  font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--hush-blue);display:inline-flex;align-items:center;gap:.5em}
.hush-eyebrow::before{content:"";width:22px;height:2px;background:var(--hush-blue);border-radius:2px}
em,.hush-italic{font-style:italic;color:var(--hush-blue)}
.hush-pink-word{color:var(--hush-pink)}

/* ---------- Layout ---------- */
.hush-container{max-width:var(--hush-container);margin-inline:auto;
  padding-inline:var(--hush-gutter);width:100%}
.hush-section{padding-block:var(--hush-section-y)}
.hush-center{text-align:center}
.hush-grid{display:grid;gap:24px}

/* ---------- Buttons ---------- */
.hush-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;
  font-weight:700;font-size:.95rem;border-radius:var(--hush-r-pill);
  padding:.95em 1.7em;border:2px solid transparent;transition:transform var(--hush-t) var(--hush-ease),background var(--hush-t),box-shadow var(--hush-t);
  line-height:1;text-align:center}
.hush-btn:active{transform:translateY(1px)}
.hush-btn--primary{background:var(--hush-blue);color:#fff;box-shadow:0 8px 20px rgba(5,84,255,.28)}
.hush-btn--primary:hover{background:var(--hush-blue-600);transform:translateY(-2px);box-shadow:0 12px 26px rgba(5,84,255,.34)}
.hush-btn--ghost{background:transparent;color:var(--hush-ink);border-color:var(--hush-line-2)}
.hush-btn--ghost:hover{border-color:var(--hush-ink);transform:translateY(-2px)}
.hush-btn--lime{background:var(--hush-grad-cta);color:var(--hush-ink)}
.hush-btn--lime:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(198,255,79,.4)}
.hush-btn--block{width:100%}
.hush-btn--sm{padding:.7em 1.2em;font-size:.85rem}

/* =========================================================================
   HEADER
   ========================================================================= */
.hush-topbar{background:var(--hush-blue);color:#fff;font-size:.78rem;font-weight:600;
  overflow:hidden}
.hush-topbar__track{display:flex;gap:3rem;white-space:nowrap;padding:.5rem 0;
  width:max-content;animation:hush-marquee 30s linear infinite}
.hush-topbar__track span{display:inline-flex;align-items:center;gap:.5rem;opacity:.95}
.hush-topbar__track span::before{content:"•";opacity:.6}
@keyframes hush-marquee{to{transform:translateX(-50%)}}
.hush-topbar:hover .hush-topbar__track{animation-play-state:paused}

.hush-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,252,245,.82);
  backdrop-filter:saturate(150%) blur(14px);-webkit-backdrop-filter:saturate(150%) blur(14px);
  border-bottom:1px solid transparent;transition:box-shadow var(--hush-t),border-color var(--hush-t),background var(--hush-t)}
.hush-header.is-stuck{box-shadow:var(--hush-shadow-sm);border-color:var(--hush-line)}
.hush-header__inner{display:flex;align-items:center;gap:2rem;height:74px}
.hush-logo{font-family:var(--hush-font-display);font-weight:600;font-size:1.7rem;
  display:inline-flex;align-items:center;color:var(--hush-ink);letter-spacing:-.02em}
.hush-logo__img{display:block;height:38px;width:auto}
.hush-logo--footer img{height:48px;width:auto;display:block}
.hush-mobile__head .hush-logo__img{height:34px}
.hush-logo span{color:var(--hush-blue)}
.hush-nav{display:flex;align-items:center;gap:.15rem;margin-inline-start:auto}
.hush-nav .hush-menu{display:flex;align-items:center;gap:.15rem;list-style:none;margin:0;padding:0}
.hush-nav .hush-menu>li{position:relative;list-style:none;margin:0}
.hush-nav a{position:relative;font-weight:600;font-size:.92rem;color:var(--hush-ink);
  padding:.6em 1em;border-radius:var(--hush-r-pill);text-decoration:none;
  transition:color var(--hush-t),background var(--hush-t);white-space:nowrap}
.hush-nav a:hover,.hush-nav .current-menu-item>a{color:var(--hush-blue);background:var(--hush-blue-050)}
/* caret for items with children */
.hush-nav .menu-item-has-children>a,
.hush-nav .hush-has-mega>a{display:inline-flex;align-items:center;gap:.35em}
.hush-nav .menu-item-has-children>a::after,
.hush-nav .hush-has-mega>a::after{content:"";width:.5em;height:.5em;border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-1px);
  transition:transform var(--hush-t);opacity:.6}
.hush-nav .menu-item-has-children:hover>a::after,
.hush-nav .hush-has-mega:hover>a::after{transform:rotate(225deg) translateY(-1px);opacity:1}

/* ============================================================
   DROPDOWN (simple sub-menus) — redesigned
   ============================================================ */
.hush-nav .sub-menu{position:absolute;top:calc(100% + 12px);inset-inline-start:0;min-width:230px;
  background:#fff;border:1px solid var(--hush-line);border-radius:var(--hush-r-lg);
  box-shadow:0 18px 50px rgba(28,19,64,.14);padding:.5rem;margin:0;list-style:none;
  opacity:0;visibility:hidden;transform:translateY(10px);pointer-events:none;z-index:80;
  transition:opacity var(--hush-t) var(--hush-ease),transform var(--hush-t) var(--hush-ease),visibility var(--hush-t)}
/* little bridge so the menu doesn't close in the 12px gap */
.hush-nav .menu-item-has-children>.sub-menu::before{content:"";position:absolute;top:-12px;inset-inline:0;height:12px}
.hush-nav .menu-item-has-children:hover>.sub-menu,
.hush-nav .menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.hush-nav .sub-menu li{list-style:none;margin:0}
.hush-nav .sub-menu a{display:block;padding:.6em .8em;border-radius:var(--hush-r-sm);
  font-size:.9rem;font-weight:600;color:var(--hush-ink-soft);white-space:nowrap}
.hush-nav .sub-menu a:hover{background:var(--hush-blue-050);color:var(--hush-blue)}

/* ============================================================
   MEGA MENU — complete redesign (robust, RTL-safe)
   ============================================================ */
.hush-header{position:sticky}
.hush-header__inner{position:relative}
.hush-nav .hush-menu>li.hush-has-mega{position:static}
/* Full-width panel under the header. Uses logical inset so it mirrors in RTL. */
.hush-mega{position:absolute;inset-inline:0;top:100%;background:#fff;
  border-top:1px solid var(--hush-line);box-shadow:0 24px 60px rgba(28,19,64,.16);
  opacity:0;visibility:hidden;transform:translateY(10px);pointer-events:none;
  transition:opacity var(--hush-t) var(--hush-ease),transform var(--hush-t) var(--hush-ease),visibility var(--hush-t);z-index:70}
/* Invisible bridge across the header→panel gap so hover isn't lost when the
   cursor travels from the menu item down into the panel. Because the mega li is
   position:static, this bridge is placed relative to the header inner and spans
   its full width, keeping hover continuous. */
.hush-nav .hush-has-mega>a::before{content:"";position:absolute;left:0;right:0;top:100%;height:22px;z-index:71}
.hush-nav .hush-has-mega:hover>.hush-mega,
.hush-nav .hush-has-mega:focus-within>.hush-mega,
.hush-nav .hush-has-mega.is-open>.hush-mega,
.hush-mega:hover{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.hush-mega__inner{max-width:1240px;margin-inline:auto;padding:2.4rem clamp(1.5rem,4vw,3rem);box-sizing:border-box}
/* Layout: flexible category area + fixed 300px featured panel. Flexbox is more
   forgiving than grid against third-party CSS, and mirrors cleanly in RTL. */
.hush-nav .hush-mega .hush-mega__layout{display:flex !important;flex-direction:row !important;
  gap:clamp(1.5rem,3vw,3.5rem) !important;align-items:flex-start !important;width:100%}
.hush-nav .hush-mega .hush-mega__cols{flex:1 1 0 !important;order:1;list-style:none;margin:0;padding:0;width:100%;
  display:grid !important;grid-template-columns:repeat(auto-fit,minmax(150px,1fr)) !important;grid-auto-flow:row !important;
  gap:1.8rem 2.5rem !important;align-content:start;min-width:0}
.hush-nav .hush-mega .hush-mega__featured{flex:0 0 360px !important;order:2;width:360px;max-width:360px;
  background:linear-gradient(160deg,var(--hush-wash-lilac),var(--hush-blue-050));
  border-radius:var(--hush-r-lg);padding:1.5rem;box-sizing:border-box;min-width:0}
.hush-mega__cols>li{list-style:none;margin:0;min-width:0;break-inside:avoid}
.hush-mega__group{display:flex;flex-direction:column}
.hush-mega__heading{font-family:var(--hush-font-body);font-weight:800;font-size:.72rem;
  letter-spacing:.1em;text-transform:uppercase;color:var(--hush-ink);margin:0 0 .7rem;
  padding-bottom:.5rem;border-bottom:2px solid var(--hush-blue-050)}
.hush-mega__grouplinks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.15rem}
.hush-mega__grouplinks li{list-style:none;margin:0}
.hush-mega__grouplinks a{padding:.4em 0;color:var(--hush-ink-soft);font-weight:600;
  font-size:.9rem;white-space:normal;display:block;text-decoration:none;transition:color var(--hush-t),padding-inline-start var(--hush-t)}
.hush-mega__grouplinks a:hover{color:var(--hush-blue);padding-inline-start:.4em}
/* Fallback for non-grouped items (plain sub-menu links inside mega) */
.hush-mega .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;
  border:none;padding:0;min-width:0;background:transparent;display:block;margin:0;list-style:none;pointer-events:auto}
.hush-mega .sub-menu li{list-style:none;margin:0}
.hush-mega .sub-menu a{padding:.4em 0;color:var(--hush-ink-soft);font-weight:600;font-size:.9rem;display:block;text-decoration:none}
.hush-mega .sub-menu a:hover{color:var(--hush-blue)}
.hush-mega__cols>li>a{color:var(--hush-ink-soft);font-weight:600;font-size:.9rem;display:block;padding:.4em 0;text-decoration:none}
.hush-mega__cols>li>a:hover{color:var(--hush-blue)}
/* Featured products panel */
.hush-mega__featured-label{font-weight:800;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--hush-blue);display:block;margin-bottom:1rem}
.hush-mega__featured-grid{display:flex;flex-direction:column;gap:.5rem;margin:0 0 1.1rem}
.hush-mega__product{display:flex;align-items:center;gap:.8rem;padding:.5rem;border-radius:var(--hush-r-md);transition:background var(--hush-t);text-decoration:none;background:rgba(255,255,255,.4)}
.hush-mega__product:hover{background:rgba(255,255,255,.85)}
.hush-mega__product img{width:46px;height:46px;border-radius:var(--hush-r-sm);object-fit:cover;flex:none;background:#fff}
.hush-mega__product-name{flex:1;min-width:0;font-size:.82rem;font-weight:700;color:var(--hush-ink);line-height:1.3;white-space:normal}
.hush-mega__product:hover .hush-mega__product-name{color:var(--hush-blue)}
.hush-mega__product-price{font-size:.78rem;color:var(--hush-muted);font-weight:700;flex:none;white-space:nowrap}
.hush-mega__featured-cta{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--hush-blue);display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;transition:gap var(--hush-t)}
.hush-mega__featured-cta::after{content:"→"}
.hush-mega__featured-cta:hover{gap:.7rem}

@media (max-width:860px){
  .hush-mega{position:static;box-shadow:none;opacity:1;visibility:visible;transform:none;border:none;width:auto;left:auto;margin-left:0}
  .hush-mega__inner{padding:0}
  .hush-nav .hush-mega .hush-mega__layout{flex-direction:column !important;gap:1rem !important}
  .hush-nav .hush-mega .hush-mega__cols{grid-template-columns:1fr !important}
  .hush-nav .hush-mega .hush-mega__featured{flex-basis:auto !important;width:100% !important;max-width:100% !important}
}

.hush-header__actions{display:flex;align-items:center;gap:.25rem}
.hush-iconbtn{width:44px;height:44px;display:grid;place-items:center;border-radius:var(--hush-r-pill);
  background:transparent;border:none;color:var(--hush-ink);position:relative;transition:background var(--hush-t),color var(--hush-t)}
.hush-iconbtn:hover{background:var(--hush-blue-050);color:var(--hush-blue)}
.hush-iconbtn svg{width:22px;height:22px}
.hush-cart-count{position:absolute;top:5px;inset-inline-end:5px;min-width:18px;height:18px;
  padding:0 4px;background:var(--hush-pink);color:#fff;border-radius:var(--hush-r-pill);
  font-size:.68rem;font-weight:800;display:grid;place-items:center;line-height:1}
.hush-lang{display:flex;align-items:center;gap:.15rem;font-weight:700;font-size:.85rem}
.hush-lang a{padding:.35em .6em;border-radius:var(--hush-r-pill);color:var(--hush-muted)}
.hush-lang a.hush-lang--active{background:var(--hush-ink);color:#fff}

/* mobile nav */
.hush-burger{display:none}
.hush-mobile{position:fixed;inset:0;z-index:300;background:var(--hush-cream);
  transform:translateX(100%);transition:transform var(--hush-t) var(--hush-ease);
  padding:1.25rem var(--hush-gutter) 2rem;overflow-y:auto;visibility:hidden;display:flex;flex-direction:column}
.hush-mobile.is-open{transform:translateX(0);visibility:visible}
.hush-mobile__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;
  padding-bottom:1rem;border-bottom:1px solid var(--hush-line)}
.hush-mobile nav{flex:1}
.hush-mobile nav .hush-menu,.hush-mobile nav ul{list-style:none;margin:0;padding:0}
.hush-mobile nav .hush-menu > li{border-bottom:1px solid var(--hush-line)}
.hush-mobile nav .hush-menu > li > a{display:flex;align-items:center;justify-content:space-between;
  font-family:var(--hush-font-display);font-size:1.5rem;color:var(--hush-ink);padding:1rem 0;
  text-decoration:none;transition:color var(--hush-t)}
.hush-mobile nav .hush-menu > li > a:active{color:var(--hush-blue)}
/* Chevron toggle button — separate from the link so the link navigates and
   the chevron expands the submenu. */
.hush-mobile nav .hush-menu > li{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.hush-mobile nav .hush-menu > li > a{flex:1}
.hush-m-toggle{width:44px;height:44px;flex:none;background:none;border:none;cursor:pointer;
  display:grid;place-items:center;color:var(--hush-muted)}
.hush-m-toggle__icon{width:11px;height:11px;border-inline-end:2px solid currentColor;
  border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform var(--hush-t)}
.hush-m-has-sub.is-open > .hush-m-toggle .hush-m-toggle__icon{transform:rotate(-135deg)}
/* The submenu spans the full row below the link + chevron. */
.hush-mobile nav .hush-menu > li > .sub-menu,
.hush-mobile nav .hush-menu > li > .hush-mega{flex-basis:100%;width:100%}
/* Sub-menu / mega accordion */
.hush-mobile .sub-menu,.hush-mobile .hush-mega{max-height:0;overflow:hidden;transition:max-height .35s var(--hush-ease)}
.hush-mobile .sub-menu{padding-inline-start:.5rem}
.hush-mobile .sub-menu a{display:block;font-size:1.05rem;font-family:var(--hush-font-body);font-weight:600;
  padding:.6rem 0 .6rem 1rem;color:var(--hush-ink-soft);border:none;text-decoration:none}
.hush-mobile .sub-menu a:active{color:var(--hush-blue)}
.hush-mobile .hush-mega{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:transparent;border:none;pointer-events:auto}
/* Ensure every link inside the mobile mega/sub-menu is tappable (desktop hides
   these with pointer-events:none until hover; on mobile they're always live). */
.hush-mobile .hush-mega a,
.hush-mobile .hush-mega,
.hush-mobile .sub-menu a{pointer-events:auto}
.hush-mobile .hush-mega__layout{flex-direction:column !important;gap:.5rem !important;padding:.5rem 0}
.hush-mobile .hush-nav .hush-mega .hush-mega__cols{grid-template-columns:1fr !important;padding:0}
.hush-mobile .hush-mega__featured{display:none}
.hush-mobile .hush-mega__heading{font-size:.8rem;margin:.8rem 0 .3rem}
/* Mobile menu footer actions */
.hush-mobile__actions{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--hush-line);
  display:flex;flex-direction:column;gap:.8rem}
.hush-mobile__actions a{display:flex;align-items:center;gap:.7rem;font-weight:600;color:var(--hush-ink);text-decoration:none}

/* =========================================================================
   PROMO TICKER (below hero)
   ========================================================================= */
.hush-ticker{background:var(--hush-blue);color:#fff;overflow:hidden;padding:.7rem 0}
.hush-ticker__track{display:flex;gap:2.5rem;width:max-content;white-space:nowrap;
  animation:hush-marquee 34s linear infinite;font-weight:600;font-size:.86rem}
.hush-ticker__track span{display:inline-flex;align-items:center;gap:.6rem}
.hush-ticker__track span::after{content:"✦";opacity:.55;margin-inline-start:2.5rem}
.hush-ticker:hover .hush-ticker__track{animation-play-state:paused}

/* =========================================================================
   FOOTER
   ========================================================================= */
.hush-footer{background:var(--hush-ink);color:#cdc7e0;padding-top:clamp(48px,6vw,80px)}
.hush-footer__trust{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;
  padding-bottom:2.5rem;margin-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}
.hush-footer__trust-item{display:flex;align-items:center;gap:.9rem}
.hush-footer__trust-item svg{color:#c6ff4f;flex:none}
.hush-footer__trust-item strong{display:block;color:#fff;font-size:.92rem;font-weight:700}
.hush-footer__trust-item span{display:block;color:#9990b8;font-size:.8rem}
.hush-footer a{color:#cdc7e0;transition:color var(--hush-t)}
.hush-footer a:hover{color:#fff}
.hush-footer__grid{display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:2.5rem 2rem}
.hush-footer__brand .hush-logo{color:#fff}
.hush-footer__brand p{margin-top:1rem;max-width:30ch;color:#9990b8;font-size:.92rem}
.hush-footer h4{color:#fff;font-family:var(--hush-font-body);font-weight:700;font-size:.78rem;
  letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.1rem}
.hush-footer ul li{margin-bottom:.6rem;font-size:.92rem}
.hush-footer__news{grid-column:2 / -1}
.hush-footer__social{display:flex;gap:.6rem;margin-top:1.3rem}
.hush-footer__social a{width:40px;height:40px;border-radius:var(--hush-r-pill);
  background:rgba(255,255,255,.08);display:grid;place-items:center}
.hush-footer__social a:hover{background:var(--hush-blue)}
.hush-footer__social svg{width:18px;height:18px}
.hush-footer__bottom{margin-top:3rem;border-top:1px solid rgba(255,255,255,.1);
  padding:1.6rem 0;display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:space-between;align-items:center;
  font-size:.82rem;color:#8b83a8}
.hush-footer__copy strong{color:#fff;font-weight:700}
.hush-footer__legal{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}
.hush-footer__legal a{color:#a79fc4;text-decoration:none;transition:color var(--hush-t)}
.hush-footer__legal a:hover{color:#fff}
.hush-footer__legal-sep{opacity:.35}
.hush-footer__pay{display:flex;gap:.5rem;align-items:center}
.hush-footer__pay span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);
  border-radius:6px;padding:.35em .65em;font-weight:700;font-size:.68rem;letter-spacing:.03em;color:#c9c3de}
.hush-footer__pay-logo{height:26px;width:auto;max-width:56px;object-fit:contain;
  background:#fff;border-radius:6px;padding:.25em .4em;display:block}

/* =========================================================================
   Reveal-on-scroll utility
   ========================================================================= */
.hush-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--hush-ease),transform .7s var(--hush-ease)}
.hush-reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.hush-reveal{opacity:1;transform:none}}

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width:1024px){
  .hush-footer__grid{grid-template-columns:1fr 1fr 1fr}
  .hush-footer__brand{grid-column:1 / -1}
  .hush-footer__news{grid-column:1 / -1}
}
@media (max-width:860px){
  /* Mobile header = logo (left) · language switcher + hamburger (right).
     Search / account / cart move into the mobile menu drawer. */
  .hush-nav{display:none}
  .hush-burger{display:grid}
  .hush-header__inner{gap:.6rem;height:60px;align-items:center}
  .hush-logo__img{height:30px;width:auto}
  .hush-header__actions{gap:.4rem;margin-inline-start:auto;align-items:center}
  .hush-header__actions .hush-search-toggle,
  .hush-header__actions .hush-iconbtn:not(.hush-burger):not(.hush-cart-toggle){display:none}
  .hush-header__actions .hush-cart-toggle{display:none}
  .hush-lang{display:inline-flex}
  .hush-iconbtn{width:42px;height:42px}
  .hush-footer__trust{grid-template-columns:1fr 1fr;gap:1.2rem}
}
@media (max-width:560px){
  /* Footer link columns: 2-up grid keeps it compact instead of one long
     stacked list, and the brand + newsletter span full width. */
  .hush-footer__grid{grid-template-columns:1fr 1fr;gap:1.8rem 1.2rem;text-align:center}
  .hush-footer__grid > div{text-align:center}
  .hush-footer h4{margin-bottom:.8rem}
  .hush-footer ul li{margin-bottom:.5rem}
  .hush-footer__brand{grid-column:1 / -1;text-align:center}
  .hush-footer__brand p{margin-inline:auto}
  .hush-footer__social{justify-content:center}
  .hush-footer__news{grid-column:1 / -1}
  /* Trust items become subtle cards on their own row — cleaner than bare text
     and reads well at 2-up. */
  .hush-footer__trust{grid-template-columns:1fr 1fr;gap:.8rem;text-align:center}
  .hush-footer__trust-item{flex-direction:column;gap:.45rem;text-align:center;
    background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);
    border-radius:var(--hush-r-md);padding:1rem .7rem}
  .hush-footer__trust-item strong{font-size:.86rem}
  .hush-footer__trust-item span{font-size:.74rem;line-height:1.35}
  .hush-footer__bottom{flex-direction:column;text-align:center;align-items:center;gap:.9rem}
  .hush-footer__pay{justify-content:center;flex-wrap:wrap}
}
@media (max-width:380px){
  /* Very narrow: single column of links reads better than cramped 2-up. */
  .hush-footer__grid{grid-template-columns:1fr;text-align:center}
  .hush-footer__grid > div{grid-column:1 / -1}
  .hush-footer__trust{grid-template-columns:1fr 1fr}
}

/* =========================================================================
   Search sheet (all screen sizes) — slides down from the top
   ========================================================================= */
.hush-search-sheet{position:fixed;inset:0;z-index:310;background:rgba(28,19,64,.5);
  opacity:0;visibility:hidden;transition:opacity .3s var(--hush-ease);backdrop-filter:blur(3px)}
.hush-search-sheet.is-open{opacity:1;visibility:visible}
.hush-search-sheet__inner{position:absolute;top:0;inset-inline:0;background:var(--hush-cream);
  padding:1.5rem clamp(1rem,5vw,3rem) 2rem;border-radius:0 0 var(--hush-r-xl) var(--hush-r-xl);
  transform:translateY(-100%);transition:transform .35s var(--hush-ease);
  box-shadow:0 20px 60px rgba(28,19,64,.2);max-width:100%;
  padding-top:calc(1.5rem + env(safe-area-inset-top, 0px))}
.hush-search-sheet.is-open .hush-search-sheet__inner{transform:translateY(0)}
.hush-search-sheet__head{display:flex;align-items:center;justify-content:space-between;
  margin-bottom:1.1rem;max-width:760px;margin-inline:auto;width:100%}
.hush-search-sheet__head h3{font-size:1.5rem;font-family:var(--hush-font-display)}
.hush-search-sheet form{max-width:760px;margin-inline:auto;display:flex;gap:.6rem;position:relative}
.hush-search-sheet input[type="search"],.hush-search-sheet .search-field{
  flex:1;border:2px solid var(--hush-line-2);border-radius:var(--hush-r-pill);
  padding:.9em 1.4em;font-size:1.05rem;font-family:inherit;background:#fff;transition:border-color var(--hush-t)}
.hush-search-sheet input[type="search"]:focus,.hush-search-sheet .search-field:focus{
  border-color:var(--hush-blue);outline:none}
.hush-search-sheet button[type="submit"],.hush-search-sheet .search-submit{
  background:var(--hush-blue);color:#fff;border:none;border-radius:var(--hush-r-pill);
  padding:.9em 1.8em;font-weight:700;font-size:1rem;cursor:pointer;transition:background var(--hush-t)}
.hush-search-sheet button[type="submit"]:hover,.hush-search-sheet .search-submit:hover{background:var(--hush-blue-600)}

/* Footer newsletter column */
.hush-footer__news-desc{color:#9990b8;font-size:.9rem;margin-bottom:1rem;line-height:1.5}
.hush-footer__news-form{display:flex;gap:.5rem;max-width:360px;background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);border-radius:var(--hush-r-pill);padding:.35rem;margin-bottom:.7rem}
.hush-footer__news-form input{flex:1;min-width:0;background:transparent;border:none;color:#fff;
  padding:.6em 1em;font-family:inherit;font-size:.92rem}
.hush-footer__news-form input::placeholder{color:#9990b8}
.hush-footer__news-form input:focus{outline:none}
.hush-footer__news-form button{flex:none;width:42px;height:42px;border-radius:50%;border:none;
  background:var(--hush-blue);color:#fff;display:grid;place-items:center;cursor:pointer;transition:background var(--hush-t)}
.hush-footer__news-form button:hover{background:var(--hush-blue-600)}
.hush-footer__news-note{color:#6f6790;font-size:.78rem}
.hush-footer__news-msg{margin-top:.7rem;padding:.6rem .9rem;border-radius:var(--hush-r-sm);font-size:.82rem;
  font-weight:700;background:rgba(143,209,79,.18);color:#8fd14f}
.hush-footer__news-msg.is-error{background:rgba(255,62,165,.18);color:#ff3ea5}

/* ==========================================================================
   Journal / Blog — single post + archive list (was unstyled)
   ========================================================================== */
.hush-post-list{display:flex;flex-direction:column;gap:2.5rem}
.hush-post{background:transparent}
.hush-post-list .hush-post{background:#fff;border:1px solid var(--hush-line);border-radius:var(--hush-r-lg);
  overflow:hidden;display:flex;flex-direction:column;transition:transform var(--hush-t),box-shadow var(--hush-t)}
.hush-post-list .hush-post:hover{transform:translateY(-4px);box-shadow:var(--hush-shadow-md)}
.hush-post__thumb{display:block;overflow:hidden;aspect-ratio:16/9;background:var(--hush-wash-lilac)}
.hush-post__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--hush-ease)}
.hush-post-list .hush-post:hover .hush-post__thumb img{transform:scale(1.04)}
.hush-post__body{padding:1.6rem}
.hush-post-list .hush-post__body{padding:1.5rem 1.6rem 1.8rem}
.hush-post__meta{font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
  color:var(--hush-muted);margin-bottom:.7rem;display:flex;flex-wrap:wrap;gap:.3rem;align-items:center}
.hush-post__meta a{color:var(--hush-blue);text-decoration:none}
.hush-post__meta a:hover{text-decoration:underline}

/* Single post typography — readable, branded article body. */
.single .hush-post{max-width:760px;margin-inline:auto}
.single .hush-post__body{padding:0}
.hush-post__body>.hush-h2,.hush-post__body>h1{font-family:var(--hush-font-display);
  font-size:clamp(1.9rem,4vw,2.7rem);line-height:1.12;color:var(--hush-ink);margin:.2rem 0 1.2rem}
.hush-post-list .hush-post__body h2.hush-h3{font-family:var(--hush-font-display);font-size:1.4rem;
  line-height:1.2;margin:0 0 .6rem}
.hush-post-list .hush-post__body h2.hush-h3 a{color:var(--hush-ink);text-decoration:none}
.hush-post-list .hush-post:hover h2.hush-h3 a{color:var(--hush-blue)}

.hush-post__content{color:var(--hush-ink-soft);font-size:1.05rem;line-height:1.75}
.single .hush-post__content{font-size:1.12rem;line-height:1.85}
.hush-post__content p{margin:0 0 1.3rem}
.hush-post__content h2{font-family:var(--hush-font-display);font-size:1.7rem;color:var(--hush-ink);margin:2.2rem 0 1rem;line-height:1.2}
.hush-post__content h3{font-family:var(--hush-font-display);font-size:1.35rem;color:var(--hush-ink);margin:1.8rem 0 .8rem}
.hush-post__content a{color:var(--hush-blue);text-decoration:underline;text-underline-offset:2px}
.hush-post__content ul,.hush-post__content ol{margin:0 0 1.3rem;padding-inline-start:1.4rem;line-height:1.8}
.hush-post__content li{margin:.3rem 0}
.hush-post__content img{max-width:100%;height:auto;border-radius:var(--hush-r-lg);margin:1.5rem 0}
.hush-post__content blockquote{margin:1.8rem 0;padding:1rem 1.4rem;border-inline-start:4px solid var(--hush-blue);
  background:var(--hush-blue-050);border-radius:var(--hush-r-md);font-style:italic;color:var(--hush-ink)}
.hush-post__content strong{color:var(--hush-ink);font-weight:700}

.hush-viewall{display:inline-block;margin-top:.6rem;color:var(--hush-blue);font-weight:700;
  font-size:.9rem;text-decoration:none}
.hush-viewall:hover{text-decoration:underline}

/* Post navigation (prev/next) + pagination */
.post-navigation{max-width:760px;margin:2rem auto 0;padding-top:1.6rem;border-top:1px solid var(--hush-line);
  display:flex;justify-content:space-between;gap:1rem}
.post-navigation .nav-subtitle{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;
  color:var(--hush-muted);font-weight:700}
.post-navigation .nav-title{font-family:var(--hush-font-display);color:var(--hush-ink);font-size:1rem}
.post-navigation a:hover .nav-title{color:var(--hush-blue)}
.pagination,.posts-navigation,.nav-links{display:flex;gap:.5rem;justify-content:center;margin-top:2.5rem;flex-wrap:wrap}
.pagination .page-numbers,.nav-links .page-numbers{display:inline-grid;place-items:center;min-width:42px;height:42px;
  padding:0 .6rem;border-radius:var(--hush-r-md);border:1px solid var(--hush-line);background:#fff;
  color:var(--hush-ink);font-weight:700;text-decoration:none;transition:all var(--hush-t)}
.pagination .page-numbers.current,.nav-links .page-numbers.current{background:var(--hush-blue);color:#fff;border-color:var(--hush-blue)}
.pagination .page-numbers:hover:not(.current),.nav-links .page-numbers:hover:not(.current){border-color:var(--hush-blue);color:var(--hush-blue)}

.hush-archive-head .hush-h2{font-family:var(--hush-font-display);font-size:clamp(1.9rem,4vw,2.6rem);color:var(--hush-ink)}
.hush-archive-desc{color:var(--hush-muted);margin-top:.5rem;font-size:1.05rem}

/* Comments area basic styling so it isn't unstyled either. */
.comments-area{max-width:760px;margin:2.5rem auto 0}
/* Empty/short post content shouldn't leave a huge void before the nav. */
.single .hush-post__content{min-height:auto}
.single .hush-post__content:empty{display:none}
.single .hush-post__content>p:last-child:empty{display:none}

/* ============================================================
   Single article — redesigned editorial layout
   ============================================================ */
.hush-article{padding-block:clamp(28px,5vw,56px) clamp(48px,7vw,96px)}
.hush-article__header-inner{max-width:760px;margin-inline:auto;text-align:center}
.hush-article__cats{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.1rem}
.hush-article__cat{font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
  color:var(--hush-blue);background:var(--hush-blue-050);padding:.35rem .8rem;border-radius:var(--hush-r-pill);
  text-decoration:none;transition:background var(--hush-t)}
.hush-article__cat:hover{background:#e0e8ff}
.hush-article__title{font-family:var(--hush-font-display);font-weight:600;
  font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.12;letter-spacing:-.02em;color:var(--hush-ink);margin:0 0 1.1rem}
.hush-article__meta{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center;
  color:var(--hush-muted);font-size:.92rem}
.hush-article__author{font-weight:700;color:var(--hush-ink-soft)}
.hush-article__dot{opacity:.5}

.hush-article__hero{margin:clamp(28px,4vw,48px) auto 0;max-width:1000px;border-radius:var(--hush-r-lg);
  overflow:hidden;background:var(--hush-wash-lilac);aspect-ratio:16/8}
.hush-article__hero img{width:100%;height:100%;object-fit:cover;display:block}

.hush-article__body{max-width:720px;margin:clamp(32px,5vw,60px) auto 0;
  font-size:1.13rem;line-height:1.85;color:var(--hush-ink-soft)}
.hush-article__body>*{margin-block:0 1.4rem}
.hush-article__body>*:last-child{margin-bottom:0}
.hush-article__body h2{font-family:var(--hush-font-display);font-weight:600;font-size:1.75rem;line-height:1.25;
  color:var(--hush-ink);margin-top:2.6rem;letter-spacing:-.01em}
.hush-article__body h3{font-family:var(--hush-font-display);font-weight:600;font-size:1.4rem;line-height:1.3;
  color:var(--hush-ink);margin-top:2.2rem}
.hush-article__body h4{font-weight:800;font-size:1.1rem;color:var(--hush-ink);margin-top:1.8rem}
.hush-article__body a{color:var(--hush-blue);text-decoration:underline;text-underline-offset:2px;
  text-decoration-thickness:1px}
.hush-article__body a:hover{color:var(--hush-blue-600)}
.hush-article__body strong{color:var(--hush-ink);font-weight:700}
.hush-article__body img,.hush-article__body iframe,.hush-article__body video{max-width:100%;height:auto;
  border-radius:var(--hush-r-md);display:block;margin-inline:auto}
.hush-article__body figure{margin:2rem 0}
.hush-article__body figcaption{text-align:center;font-size:.85rem;color:var(--hush-muted);margin-top:.6rem}
.hush-article__body ul,.hush-article__body ol{padding-inline-start:1.4rem}
.hush-article__body li{margin-bottom:.6rem}
.hush-article__body ul li::marker{color:var(--hush-blue)}
.hush-article__body blockquote{margin:2rem 0;padding:1rem 0 1rem 1.4rem;
  border-inline-start:4px solid var(--hush-blue);font-family:var(--hush-font-display);
  font-size:1.3rem;line-height:1.5;color:var(--hush-ink);font-style:italic}
.hush-article__body blockquote p:last-child{margin-bottom:0}
.hush-article__body pre{background:var(--hush-ink);color:#fff;padding:1.2rem 1.4rem;border-radius:var(--hush-r-md);
  overflow-x:auto;font-size:.9rem;line-height:1.6}
.hush-article__body code{background:var(--hush-blue-050);color:var(--hush-ink);padding:.15em .4em;
  border-radius:6px;font-size:.9em}
.hush-article__body pre code{background:none;color:inherit;padding:0}
.hush-article__body hr{border:none;border-top:1px solid var(--hush-line);margin:2.4rem 0}
.hush-article__body table{width:100%;border-collapse:collapse;margin:1.6rem 0;font-size:.98rem}
.hush-article__body th,.hush-article__body td{border:1px solid var(--hush-line);padding:.7rem .9rem;text-align:start}
.hush-article__body th{background:var(--hush-wash-lilac);font-weight:700;color:var(--hush-ink)}

.hush-article__tags{max-width:720px;margin:2.2rem auto 0;display:flex;flex-wrap:wrap;gap:.5rem}
.hush-article__tag{font-size:.82rem;color:var(--hush-ink-soft);background:var(--hush-cream-2);
  border:1px solid var(--hush-line);padding:.3rem .75rem;border-radius:var(--hush-r-pill);
  text-decoration:none;transition:border-color var(--hush-t),color var(--hush-t)}
.hush-article__tag:hover{border-color:var(--hush-blue);color:var(--hush-blue)}

.hush-article__foot{max-width:720px;margin:2.4rem auto 0;padding-top:1.6rem;border-top:1px solid var(--hush-line)}

.hush-article__nav{margin-top:clamp(40px,6vw,72px)}
.hush-article__nav-grid{max-width:900px;margin-inline:auto;display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.hush-article__navlink{display:flex;flex-direction:column;gap:.35rem;padding:1.3rem 1.5rem;
  background:#fff;border:1px solid var(--hush-line);border-radius:var(--hush-r-lg);text-decoration:none;
  transition:border-color var(--hush-t),transform var(--hush-t),box-shadow var(--hush-t)}
.hush-article__navlink:hover{border-color:var(--hush-blue);transform:translateY(-3px);box-shadow:var(--hush-shadow-md)}
.hush-article__navlink--next{text-align:end}
.hush-article__navlabel{font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--hush-blue)}
.hush-article__navtitle{font-family:var(--hush-font-display);font-weight:600;font-size:1.1rem;line-height:1.3;color:var(--hush-ink)}
.hush-article__pages{margin-top:1.4rem;font-weight:700;color:var(--hush-ink)}

@media(max-width:640px){
  .hush-article__nav-grid{grid-template-columns:1fr}
  .hush-article__navlink--next{text-align:start}
  .hush-article__body{font-size:1.06rem}
}

/* ============================================================
   The Journal — blog listing (index + archive), responsive
   ============================================================ */
.hush-journal{padding-block:clamp(36px,6vw,80px)}
.hush-journal__head{max-width:720px;margin:0 auto clamp(36px,5vw,60px);text-align:center}
.hush-journal__head .hush-eyebrow{justify-content:center}
.hush-journal__title{font-family:var(--hush-font-display);font-weight:600;
  font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.12;letter-spacing:-.02em;color:var(--hush-ink);margin:.6rem 0 0}
.hush-journal__lead{color:var(--hush-ink-soft);font-size:1.08rem;line-height:1.7;margin:1rem auto 0;max-width:56ch}

.hush-journal__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;
  font-size:.76rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--hush-muted)}
.hush-journal__cat{color:var(--hush-blue);background:var(--hush-blue-050);padding:.25rem .65rem;
  border-radius:var(--hush-r-pill);letter-spacing:.04em}
.hush-journal__read{position:relative;padding-inline-start:.6rem}
.hush-journal__read::before{content:"·";position:absolute;inset-inline-start:-.1rem;opacity:.5}
.hush-journal__excerpt{color:var(--hush-ink-soft);font-size:.98rem;line-height:1.65;margin:.6rem 0 0}

/* Featured lead post */
.hush-journal__feature{display:grid;grid-template-columns:1.15fr 1fr;gap:0;
  background:#fff;border:1px solid var(--hush-line);border-radius:var(--hush-r-lg);overflow:hidden;
  text-decoration:none;margin-bottom:clamp(28px,4vw,44px);
  transition:transform var(--hush-t),box-shadow var(--hush-t),border-color var(--hush-t)}
.hush-journal__feature:hover{transform:translateY(-4px);box-shadow:var(--hush-shadow-md);border-color:var(--hush-line-2)}
.hush-journal__feature-media{overflow:hidden;background:var(--hush-wash-lilac);min-height:280px}
.hush-journal__feature-media img{width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .5s var(--hush-ease)}
.hush-journal__feature:hover .hush-journal__feature-media img{transform:scale(1.04)}
.hush-journal__feature-body{padding:clamp(1.6rem,3vw,2.6rem);display:flex;flex-direction:column;justify-content:center}
.hush-journal__feature-title{font-family:var(--hush-font-display);font-weight:600;
  font-size:clamp(1.5rem,2.6vw,2.1rem);line-height:1.2;color:var(--hush-ink);margin:.9rem 0 0;letter-spacing:-.01em}
.hush-journal__more{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.3rem;
  font-weight:700;color:var(--hush-blue);font-size:.95rem}
.hush-journal__feature:hover .hush-journal__more{gap:.6rem}

/* Card grid */
.hush-journal__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.2rem,2.5vw,2rem)}
.hush-journal__card{background:#fff;border:1px solid var(--hush-line);border-radius:var(--hush-r-lg);
  overflow:hidden;display:flex;flex-direction:column;
  transition:transform var(--hush-t),box-shadow var(--hush-t),border-color var(--hush-t)}
.hush-journal__card:hover{transform:translateY(-4px);box-shadow:var(--hush-shadow-md);border-color:var(--hush-line-2)}
.hush-journal__card-media{display:block;overflow:hidden;aspect-ratio:16/10;background:var(--hush-wash-lilac)}
.hush-journal__card-media img{width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .5s var(--hush-ease)}
.hush-journal__card:hover .hush-journal__card-media img{transform:scale(1.05)}
.hush-journal__card-ph{display:block;width:100%;height:100%;
  background:linear-gradient(135deg,var(--hush-wash-lilac),var(--hush-wash-pink))}
.hush-journal__card-body{padding:1.3rem 1.4rem 1.5rem;display:flex;flex-direction:column;flex:1}
.hush-journal__card-title{font-family:var(--hush-font-display);font-weight:600;font-size:1.25rem;
  line-height:1.25;margin:.7rem 0 0}
.hush-journal__card-title a{color:var(--hush-ink);text-decoration:none;transition:color var(--hush-t)}
.hush-journal__card:hover .hush-journal__card-title a{color:var(--hush-blue)}
.hush-journal__card-read{margin-top:auto;padding-top:1rem;font-size:.78rem;font-weight:700;
  text-transform:uppercase;letter-spacing:.03em;color:var(--hush-muted)}

.hush-journal__empty{text-align:center;padding:clamp(40px,8vw,90px) 0}

/* Pagination */
.hush-journal .navigation.pagination{margin-top:clamp(36px,5vw,56px);display:flex;justify-content:center}
.hush-journal .nav-links{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}
.hush-journal .page-numbers{display:inline-flex;align-items:center;gap:.3rem;min-width:2.4rem;height:2.4rem;
  justify-content:center;padding:0 .6rem;border-radius:10px;border:1px solid var(--hush-line);
  background:#fff;color:var(--hush-ink);text-decoration:none;font-weight:700;font-size:.9rem;
  transition:border-color var(--hush-t),background var(--hush-t),color var(--hush-t)}
.hush-journal .page-numbers:hover{border-color:var(--hush-blue);color:var(--hush-blue)}
.hush-journal .page-numbers.current{background:var(--hush-blue);border-color:var(--hush-blue);color:#fff}
.hush-journal .page-numbers.dots{border:none;background:none}

/* Responsive */
@media(max-width:900px){
  .hush-journal__grid{grid-template-columns:repeat(2,1fr)}
  .hush-journal__feature{grid-template-columns:1fr}
  .hush-journal__feature-media{min-height:0;aspect-ratio:16/9}
}
@media(max-width:560px){
  .hush-journal__grid{grid-template-columns:1fr}
  .hush-journal__lead{font-size:1rem}
}


.comments-area .comment-list{list-style:none;margin:0;padding:0}
.comments-area .comment-body{padding:1rem 0;border-bottom:1px solid var(--hush-line)}
.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="email"],
.comments-area .comment-form textarea{width:100%;padding:.7rem .9rem;border:1px solid var(--hush-line-2);
  border-radius:var(--hush-r-md);margin-top:.3rem;font-family:inherit}
.comments-area .comment-form textarea{min-height:120px}

@media (min-width:700px){
  .hush-post-list.hush-post-list--grid{display:grid;grid-template-columns:repeat(2,1fr)}
}

/* ---------- Back to top button ---------- */
.hush-to-top{position:fixed;bottom:24px;inset-inline-end:24px;z-index:90;
  width:46px;height:46px;border-radius:50%;border:1px solid var(--hush-line);
  background:#fff;color:var(--hush-blue);cursor:pointer;
  display:grid;place-items:center;box-shadow:0 8px 24px rgba(28,19,64,.16);
  opacity:0;transform:translateY(12px) scale(.9);pointer-events:none;
  transition:opacity .25s var(--hush-ease),transform .25s var(--hush-ease),background .2s}
.hush-to-top[hidden]{display:none}
.hush-to-top.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.hush-to-top:hover{background:var(--hush-blue);color:#fff;transform:translateY(-2px) scale(1.05)}
.hush-to-top svg{width:22px;height:22px}
/* On mobile, sit above the bottom tab bar + safe area. */
@media (max-width:900px){
  .hush-to-top{bottom:calc(var(--hush-tabbar-h,64px) + var(--hush-safe-b,0px) + 14px);
    inset-inline-end:16px;width:44px;height:44px}
}

/* Quiz page: let the [hush_quiz] shortcode own the full page (no prose caps) */
.hush-page--quiz .hush-page__content{max-width:none;font-size:inherit;line-height:inherit}
.hush-page--quiz .hush-page__content p{margin:0}
