/* ============================================================
   Art Quilts Hawaii — Redesign styles (aqh-main.css)
   All rules scoped under body.aqh-rd (added by aqh-redesign.php)
   ============================================================ */
body.aqh-rd{--teal:#159C99; --teal-2:#0C7573; --teal-3:#0A5E5C; --teal-dk:#0B3B3A; --teal-ink:#07302E;
  --sand:#F7F1E6; --sand-2:#EFE6D5; --cream:#FCF9F2;
  --amber:#E8A029; --coral:#DD6E54; --coral-dk:#C0553C;
  --ink:#233031; --slate:#586764; --faint:#93a09c;
  --line:#E6DCC9; --line-2:#DED2BB;
  --r:16px; --rb:8px;
  --head:"Plus Jakarta Sans",-apple-system,Segoe UI,sans-serif;
  --body:"Nunito Sans",-apple-system,Segoe UI,sans-serif;
  --maxw:1180px;
  --lattice:repeating-linear-gradient(45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px),repeating-linear-gradient(-45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px);
  --patch:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%230A5E5C' fill-opacity='0.05'%3E%3Cpath d='M0,0 L40,0 L0,40 Z'/%3E%3Cpath d='M40,0 L80,0 L80,40 Z'/%3E%3Cpath d='M0,40 L0,80 L40,80 Z'/%3E%3Cpath d='M80,40 L80,80 L40,80 Z'/%3E%3Crect x='38' y='38' width='4' height='4' fill='%23DD6E54' fill-opacity='0.5'/%3E%3C/g%3E%3C/svg%3E");
  --scallop:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='34' viewBox='0 0 48 34'%3E%3Cpath d='M0,8 Q24,30 48,8' fill='none' stroke='%230C7573' stroke-width='2'/%3E%3Cpath d='M0,3 Q24,25 48,3' fill='none' stroke='%23DD6E54' stroke-width='1.4' stroke-dasharray='2 4'/%3E%3C/svg%3E");}
.aqh-rd *{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body.aqh-rd{margin:0;background:var(--sand);color:var(--ink);font-family:var(--body);font-size:16.5px;line-height:1.65;overflow-x:clip;-webkit-font-smoothing:antialiased;}
.aqh-rd h1:where(:not(.aqh-legacy *)),.aqh-rd h2:where(:not(.aqh-legacy *)),.aqh-rd h3:where(:not(.aqh-legacy *)),.aqh-rd h4:where(:not(.aqh-legacy *)),.aqh-rd h5:where(:not(.aqh-legacy *)){font-family:var(--head);font-weight:700;line-height:1.14;margin:0;color:var(--ink);letter-spacing:-.01em;}
.aqh-rd h1 em:where(:not(.aqh-legacy *)),.aqh-rd h2 em:where(:not(.aqh-legacy *)),.aqh-rd h3 em:where(:not(.aqh-legacy *)),.aqh-rd h4 em:where(:not(.aqh-legacy *)){font-style:normal;}
.aqh-rd p:where(:not(.aqh-legacy *)){margin:0 0 1rem;}
.aqh-rd a:where(:not(.cal-shell *)):where(:not(.aqh-legacy *)){color:inherit;text-decoration:none;}
.aqh-rd img:where(:not(.aqh-legacy *)){max-width:100%;display:block;}
.aqh-rd .wrap{max-width:var(--maxw);margin:0 auto;padding:0 26px;position:relative;}
.aqh-rd .eyebrow{font-family:var(--body);font-weight:800;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--teal-2);display:inline-flex;align-items:center;gap:.7em;margin-bottom:.9rem;}
.aqh-rd .eyebrow::before{content:"";width:26px;height:2px;background:var(--coral);display:inline-block;}
.aqh-rd .eyebrow.amber{color:var(--amber);}
.aqh-rd .eyebrow.amber::before{background:var(--amber);}
.aqh-rd .eyebrow.light{color:#8fd0cd;}
.aqh-rd .eyebrow.light::before{background:var(--amber);}
.aqh-rd .lead{font-size:1.16rem;color:var(--slate);}
.aqh-rd .corner{position:absolute;z-index:0;pointer-events:none;fill:currentColor;color:var(--teal);opacity:.08;width:132px;height:auto;}
.aqh-rd .corner-tr{top:-46px;right:-30px;transform:rotate(150deg);}
.aqh-rd .corner-bl{bottom:-56px;left:-32px;transform:rotate(-30deg);}
.aqh-rd .corner-tl{top:-46px;left:-32px;transform:rotate(-150deg);}
.aqh-rd .corner-br{bottom:-56px;right:-30px;transform:rotate(30deg);}
.aqh-rd .corner.coral{color:var(--coral);opacity:.09;}
@media (max-width:820px){.aqh-rd .corner{width:104px;opacity:.06;}}
.aqh-rd .qb{display:block;fill:currentColor;}
.aqh-rd .echo{position:absolute;pointer-events:none;z-index:0;fill:none;}
.aqh-rd .echo circle{stroke:currentColor;stroke-width:1.5;stroke-dasharray:3 9;}
.aqh-rd .btn{display:inline-flex;align-items:center;justify-content:center;gap:.55em;font-family:var(--body);font-weight:800;font-size:.94rem;letter-spacing:.01em;padding:.9em 1.7em;border-radius:100px;border:2px solid transparent;cursor:pointer;transition:.18s;text-align:center;}
.aqh-rd .btn-primary{background:var(--teal);color:#fff;box-shadow:0 12px 26px -12px rgba(21,156,153,.9);}
.aqh-rd .btn-primary:hover{background:var(--teal-2);transform:translateY(-2px);}
.aqh-rd .btn-teal{background:var(--teal);color:#fff;box-shadow:0 12px 26px -14px rgba(21,156,153,.9);}
.aqh-rd .btn-teal:hover{background:var(--teal-2);transform:translateY(-2px);}
.aqh-rd .btn-coral{background:var(--coral);color:#fff;box-shadow:0 12px 26px -12px rgba(221,110,84,.9);}
.aqh-rd .btn-coral:hover{background:var(--coral-dk);transform:translateY(-2px);}
.aqh-rd .btn-outline{background:transparent;color:var(--teal-3);border-color:var(--teal-3);}
.aqh-rd .btn-outline:hover{background:var(--teal-3);color:#fff;transform:translateY(-2px);}
.aqh-rd .btn-white{background:#fff;color:var(--teal-3);}
.aqh-rd .btn-white:hover{background:var(--sand-2);transform:translateY(-2px);}
.aqh-rd .btn-ghost-w{background:transparent;color:#fff;border-color:rgba(255,255,255,.5);}
.aqh-rd .btn-ghost-w:hover{background:#fff;color:var(--teal-3);}
.aqh-rd .btn-sm{padding:.62em 1.25em;font-size:.84rem;}
.aqh-rd .btn:focus-visible,.aqh-rd a:focus-visible,.aqh-rd input:focus-visible,.aqh-rd select:focus-visible{outline:3px solid var(--amber);outline-offset:2px;}
.aqh-rd .util{background:var(--teal-ink);color:#9fd0ce;font-size:.82rem;}
.aqh-rd .util .wrap{display:flex;justify-content:space-between;align-items:center;min-height:42px;gap:14px;flex-wrap:wrap;padding:0 26px;}
.aqh-rd .util .left{display:flex;gap:20px;flex-wrap:wrap;align-items:center;}
.aqh-rd .util a{color:#9fd0ce;}
.aqh-rd .util a:hover{color:#fff;}
.aqh-rd .util .tag{color:var(--amber);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;display:inline-flex;align-items:center;gap:.6em;}
.aqh-rd .util .tag .qb{width:14px;height:14px;color:var(--amber);}
.aqh-rd .nav{position:sticky;top:0;z-index:60;background:rgba(252,249,242,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);}
.aqh-rd .nav .wrap{display:flex;align-items:center;gap:20px;min-height:80px;padding:0 26px;}
.aqh-rd .brand img{height:46px;width:auto;}
.aqh-rd .nav-links{display:flex;gap:22px;margin-left:auto;align-items:center;}
.aqh-rd .nav-links a{font-family:var(--body);font-weight:700;font-size:.92rem;color:var(--ink);cursor:pointer;padding:6px 0;border-bottom:2px solid transparent;transition:.15s;white-space:nowrap;}
.aqh-rd .nav-links a:hover{color:var(--teal-2);border-bottom-color:var(--coral);}
.aqh-rd .menu-btn{display:none;margin-left:auto;background:none;border:1px solid var(--line-2);border-radius:8px;padding:8px 11px;font-size:1.1rem;cursor:pointer;}
.aqh-rd .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease;}
.aqh-rd .reveal.in{opacity:1;transform:none;}
@media (prefers-reduced-motion:reduce){.aqh-rd .reveal{opacity:1!important;transform:none!important;transition:none;}}
.aqh-rd .scallop-band{height:34px;background-color:var(--sand);background-image:var(--scallop);background-repeat:repeat-x;background-position:center;}
.aqh-rd .scallop-band.on-2{background-color:var(--sand-2);}
.aqh-rd .hero{position:relative;background-color:var(--cream);background-image:var(--lattice);overflow:hidden;}
.aqh-rd .hero .wrap{display:grid;grid-template-columns:1.02fr .98fr;gap:52px;align-items:center;padding:70px 26px 84px;z-index:2;}
.aqh-rd .hero .bloom{position:absolute;top:-140px;right:-150px;width:520px;height:520px;color:var(--teal);opacity:.06;z-index:0;}
.aqh-rd .hero-copy{position:relative;z-index:2;}
.aqh-rd .tagpill{display:inline-flex;align-items:center;gap:.6em;background:#fff;border:1px solid var(--line);border-radius:100px;padding:6px 15px 6px 8px;font-family:var(--body);font-weight:800;font-size:.74rem;letter-spacing:.02em;color:var(--teal-3);box-shadow:0 8px 22px -14px rgba(10,94,92,.5);margin-bottom:1.4rem;}
.aqh-rd .tagpill .qb{width:22px;height:22px;color:var(--coral);}
.aqh-rd .hero h1{font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;letter-spacing:-.025em;max-width:15ch;}
.aqh-rd .hero h1 em{font-style:normal;color:var(--teal);font-weight:800;}
.aqh-rd .hero .lead{margin-top:1.4rem;max-width:50ch;font-size:1.18rem;}
.aqh-rd .hero-actions{display:flex;gap:14px;margin-top:2.1rem;flex-wrap:wrap;}
.aqh-rd .hero-trust{display:flex;gap:10px 26px;margin-top:2.3rem;flex-wrap:wrap;color:var(--slate);font-size:.88rem;font-weight:700;font-family:var(--body);}
.aqh-rd .hero-trust span{display:inline-flex;align-items:center;gap:.5em;}
.aqh-rd .hero-trust .qb{width:15px;height:15px;color:var(--teal);}
.aqh-rd .hero-art{position:relative;min-height:500px;}
.aqh-rd .hero-art .echo{top:50%;left:50%;transform:translate(-50%,-50%);width:560px;height:560px;color:var(--teal);opacity:.35;}
.aqh-rd .frame{position:absolute;border-radius:var(--r);overflow:hidden;box-shadow:0 34px 64px -30px rgba(10,59,59,.55);background:var(--sand-2);border:7px solid #fff;}
.aqh-rd .frame img{width:100%;height:100%;object-fit:cover;}
.aqh-rd .frame-main{top:6px;right:2%;width:70%;aspect-ratio:4/5;z-index:2;}
.aqh-rd .frame-sub{bottom:0;left:0;width:46%;aspect-ratio:1;z-index:3;}
.aqh-rd .frame-mini{top:20px;left:6%;width:30%;aspect-ratio:3/4;z-index:1;opacity:.96;}
.aqh-rd .chip{position:absolute;z-index:4;bottom:44px;right:-6px;background:#fff;border-radius:100px;padding:9px 17px;box-shadow:0 14px 32px -12px rgba(10,59,59,.55);font-family:var(--body);font-weight:800;font-size:.8rem;color:var(--teal-3);display:flex;align-items:center;gap:.55em;}
.aqh-rd .chip .dot{width:9px;height:9px;border-radius:50%;background:var(--coral);}
.aqh-rd .strip{background:var(--teal-dk);color:#dff0ef;position:relative;overflow:hidden;}
.aqh-rd .strip .qb-wm{position:absolute;right:-60px;top:50%;transform:translateY(-50%);width:340px;height:340px;color:#fff;opacity:.05;}
.aqh-rd .strip .wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;padding:34px 26px;z-index:2;}
.aqh-rd .strip .item{display:flex;gap:15px;align-items:flex-start;}
.aqh-rd .strip .ic{width:46px;height:46px;border-radius:12px;background:rgba(255,255,255,.09);display:flex;align-items:center;justify-content:center;color:var(--amber);flex:none;}
.aqh-rd .strip .ic .qb{width:24px;height:24px;}
.aqh-rd .strip h4{color:#fff;font-size:1.06rem;margin-bottom:3px;font-weight:600;}
.aqh-rd .strip p{margin:0;font-size:.88rem;color:#9fc7c6;}
.aqh-rd .strip .item + .item{position:relative;}
.aqh-rd .strip .item + .item::before{content:"";position:absolute;left:-13px;top:4px;bottom:4px;width:1px;background:rgba(255,255,255,.12);}
.aqh-rd .sec{padding:56px 0;position:relative;overflow:hidden;}
.aqh-rd .sec-sand{background-color:var(--sand);background-image:var(--lattice);}
.aqh-rd .sec-sand2{background-color:var(--sand-2);background-image:var(--lattice);}
.aqh-rd .head-c{text-align:center;max-width:700px;margin:0 auto 36px;position:relative;z-index:2;}
.aqh-rd .head-c h2{font-size:clamp(2rem,4vw,2.7rem);font-weight:800;}
.aqh-rd .head-c h2 em{font-style:normal;color:var(--coral);font-weight:500;}
.aqh-rd .head-c .dots{display:flex;gap:7px;justify-content:center;margin:18px 0 0;}
.aqh-rd .head-c .dots i{width:8px;height:8px;border-radius:50%;background:var(--teal);opacity:.4;}
.aqh-rd .head-c .dots i:nth-child(2){background:var(--coral);opacity:1;transform:scale(1.25);}
.aqh-rd .head-c p{margin-top:16px;color:var(--slate);font-size:1.05rem;}
.aqh-rd .ladder{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:26px;z-index:2;}
.aqh-rd .ladder::before{content:"";position:absolute;top:52px;left:16%;right:16%;height:2px;background:repeating-linear-gradient(90deg,var(--coral) 0 8px,transparent 8px 16px);z-index:0;opacity:.6;}
.aqh-rd .rung{position:relative;z-index:1;background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:38px 30px 32px;text-align:center;transition:.2s;box-shadow:0 2px 0 var(--line-2);}
.aqh-rd .rung:hover{transform:translateY(-6px);box-shadow:0 26px 46px -28px rgba(10,59,59,.5);}
.aqh-rd .rung .medallion{position:relative;width:74px;height:74px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;}
.aqh-rd .rung .medallion .qb{position:absolute;inset:0;width:74px;height:74px;color:var(--teal);opacity:.16;}
.aqh-rd .rung .medallion b{font-family:var(--head);font-weight:700;font-size:1.7rem;color:var(--teal-2);}
.aqh-rd .rung h3{font-size:1.42rem;margin-bottom:.5rem;font-weight:600;}
.aqh-rd .rung p{color:var(--slate);font-size:.96rem;}
.aqh-rd .rung a.go{font-family:var(--body);font-weight:800;color:var(--coral-dk);font-size:.9rem;cursor:pointer;display:inline-block;margin-top:.3rem;}
.aqh-rd .rung a.go:hover{color:var(--coral);}
.aqh-rd .split{display:grid;grid-template-columns:.95fr 1.05fr;gap:52px;align-items:center;position:relative;z-index:2;}
.aqh-rd .mach-copy{position:relative;background:var(--teal-dk);color:#eafaf9;border-radius:var(--r);padding:40px 38px;overflow:hidden;}
.aqh-rd .mach-copy .echo{bottom:-160px;left:-120px;width:360px;height:360px;color:#fff;opacity:.12;}
.aqh-rd .mach-copy h2{color:#fff;font-size:clamp(1.9rem,3.6vw,2.5rem);font-weight:600;position:relative;z-index:2;}
.aqh-rd .mach-copy h2 em{font-style:normal;color:var(--amber);font-weight:500;}
.aqh-rd .mach-copy p{color:#b9dbda;position:relative;z-index:2;margin:1.1rem 0 1.5rem;}
.aqh-rd .tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
.aqh-rd .tile{cursor:pointer;text-align:center;}
.aqh-rd .tile .thumb{position:relative;aspect-ratio:5/4;border-radius:14px;overflow:hidden;border:1px solid var(--line);transition:.2s;background:var(--sand-2);box-shadow:0 2px 0 var(--line-2);}
.aqh-rd .tile .thumb img{width:100%;height:100%;object-fit:cover;}
.aqh-rd .tile .thumb::after{content:"";position:absolute;inset:0;border:2px solid transparent;border-radius:14px;transition:.2s;}
.aqh-rd .tile:hover .thumb{transform:translateY(-5px);box-shadow:0 20px 34px -22px rgba(10,59,59,.6);}
.aqh-rd .tile:hover .thumb::after{border-color:var(--coral);}
.aqh-rd .tile .lbl{margin-top:11px;font-family:var(--head);font-weight:600;font-size:1rem;}
.aqh-rd .story{display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:center;position:relative;z-index:2;}
.aqh-rd .story .portrait-wrap{position:relative;}
.aqh-rd .story .portrait-wrap .echo{top:-34px;left:-34px;width:180px;height:180px;color:var(--coral);opacity:.5;z-index:0;}
.aqh-rd .story .portrait{position:relative;z-index:1;aspect-ratio:4/5;border-radius:var(--r);overflow:hidden;border:8px solid #fff;box-shadow:0 34px 64px -34px rgba(10,59,59,.55);background:var(--sand-2);}
.aqh-rd .story .portrait img{width:100%;height:100%;object-fit:cover;}
.aqh-rd .story .namecard{position:absolute;z-index:2;right:-14px;bottom:-20px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:11px 18px;box-shadow:0 18px 36px -18px rgba(10,59,59,.5);display:flex;align-items:center;gap:12px;}
.aqh-rd .story .namecard .qb{width:28px;height:28px;color:var(--teal);flex:none;}
.aqh-rd .story .namecard b{font-family:var(--head);font-weight:700;font-size:1rem;line-height:1.1;display:block;color:var(--ink);}
.aqh-rd .story .namecard span{font-size:.7rem;color:var(--teal-2);font-weight:800;text-transform:uppercase;letter-spacing:.1em;}
.aqh-rd .story .quote{font-family:var(--head);font-weight:500;font-size:clamp(1.6rem,3.1vw,2.25rem);line-height:1.24;letter-spacing:-.01em;}
.aqh-rd .story .quote em{font-style:normal;color:var(--teal-2);}
.aqh-rd .offer-list{list-style:none;padding:0;margin:1.4rem 0 1.7rem;display:grid;gap:.75rem;}
.aqh-rd .offer-list li{position:relative;padding-left:34px;color:var(--ink);font-size:1.02rem;}
.aqh-rd .offer-list li .qb{position:absolute;left:0;top:3px;width:20px;height:20px;color:var(--coral);}
.aqh-rd .libsec{background:var(--teal-ink);color:#dff0ef;position:relative;overflow:hidden;padding:60px 0;}
.aqh-rd .libsec .qb-wm{position:absolute;left:50%;top:-90px;transform:translateX(-50%);width:420px;height:420px;color:#fff;opacity:.04;}
.aqh-rd .libsec .head-c h2{color:#fff;}
.aqh-rd .libsec .head-c h2 em{color:var(--amber);}
.aqh-rd .libsec .head-c p{color:#a9cfce;}
.aqh-rd .libsec .dots i{background:#4f9c9a;}
.aqh-rd .libsec .dots i:nth-child(2){background:var(--amber);}
.aqh-rd .lib-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;z-index:2;}
.aqh-rd .lib-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;transition:.2s;backdrop-filter:blur(4px);}
.aqh-rd .lib-card:hover{transform:translateY(-6px);border-color:rgba(232,160,41,.5);box-shadow:0 26px 50px -30px rgba(0,0,0,.6);}
.aqh-rd .lib-card .pic{aspect-ratio:11/6;overflow:hidden;background:var(--teal-3);}
.aqh-rd .lib-card .pic img{width:100%;height:100%;object-fit:cover;}
.aqh-rd .lib-card .body{padding:24px;flex:1;}
.aqh-rd .lib-card h4{color:#fff;font-size:1.16rem;margin-bottom:.8rem;font-weight:600;}
.aqh-rd .lib-card ul{margin:0;padding:0;list-style:none;color:#bcdad9;font-size:.93rem;display:grid;gap:.5rem;}
.aqh-rd .lib-card ul li{padding-left:20px;position:relative;}
.aqh-rd .lib-card ul li::before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:50%;background:var(--amber);}
.aqh-rd .diff-cols{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.aqh-rd .diff-cols .k{font-family:var(--body);font-weight:800;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;}
.aqh-rd .diff-cols .no .k{color:#7fa8a6;}
.aqh-rd .diff-cols .yes .k{color:var(--amber);}
.aqh-rd .diff-cols ul li::before{background:#7fa8a6;}
.aqh-rd .diff-cols .yes ul li::before{background:var(--amber);}
.aqh-rd .diff-cols ul li{font-size:.88rem;}
.aqh-rd .libquote{max-width:780px;margin:52px auto 0;text-align:center;font-family:var(--head);font-style:normal;font-weight:500;font-size:clamp(1.35rem,2.8vw,1.75rem);line-height:1.38;color:#fff;position:relative;z-index:2;}
.aqh-rd .libquote .qb{width:34px;height:34px;color:var(--amber);margin:0 auto 16px;opacity:.9;}
.aqh-rd .plans{display:grid;grid-template-columns:1fr 1.12fr;gap:26px;max-width:940px;margin:0 auto;align-items:stretch;position:relative;z-index:2;}
.aqh-rd .plan{position:relative;background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:36px 34px;display:flex;flex-direction:column;box-shadow:0 2px 0 var(--line-2);}
.aqh-rd .plan.featured{background:var(--teal-dk);color:#eafaf9;border:none;box-shadow:0 30px 56px -30px rgba(10,59,59,.55);overflow:visible;}
.aqh-rd .plan .pclip{position:absolute;inset:0;overflow:hidden;border-radius:var(--r);z-index:0;pointer-events:none;}
.aqh-rd .plan.featured .echo{right:-140px;top:-120px;width:320px;height:320px;color:#fff;opacity:.1;}
.aqh-rd .plan .badge{position:absolute;top:-14px;left:34px;background:var(--coral);color:#fff;font-family:var(--body);font-weight:800;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:100px;z-index:3;}
.aqh-rd .plan .tier{font-family:var(--head);font-weight:600;font-size:1.3rem;position:relative;z-index:2;}
.aqh-rd .plan.featured .tier{color:#fff;}
.aqh-rd .plan .price{font-family:var(--head);font-weight:700;font-size:2.2rem;color:var(--teal-3);margin:.35rem 0 .2rem;position:relative;z-index:2;}
.aqh-rd .plan.featured .price{color:#fff;}
.aqh-rd .plan .price small{font-size:.82rem;font-weight:700;font-family:var(--body);color:var(--slate);}
.aqh-rd .plan.featured .price small{color:#a9cfce;}
.aqh-rd .plan .sub{color:var(--slate);font-size:.92rem;margin-bottom:1.2rem;position:relative;z-index:2;}
.aqh-rd .plan.featured .sub{color:#a9cfce;}
.aqh-rd .plan ul{list-style:none;padding:0;margin:0 0 1.5rem;display:grid;gap:.65rem;flex:1;position:relative;z-index:2;}
.aqh-rd .plan ul li{font-size:.95rem;padding-left:28px;position:relative;}
.aqh-rd .plan ul li.yes::before{content:"✔";position:absolute;left:0;color:var(--teal-2);font-weight:900;}
.aqh-rd .plan.featured ul li.yes::before{color:var(--amber);}
.aqh-rd .plan ul li.no{color:var(--faint);}
.aqh-rd .plan ul li.no::before{content:"✕";position:absolute;left:0;color:var(--faint);}
.aqh-rd .plan .pbtns{display:grid;gap:10px;position:relative;z-index:2;}
.aqh-rd .code-note{text-align:center;margin-top:26px;font-family:var(--body);font-weight:800;color:var(--teal-3);font-size:.98rem;position:relative;z-index:2;}
.aqh-rd .code-note b{background:#fff;border:1px dashed var(--coral);padding:3px 11px;border-radius:6px;color:var(--coral-dk);letter-spacing:.08em;}
.aqh-rd .code-note .rem{color:var(--coral-dk);}
.aqh-rd .sessions{border-radius:var(--r);overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;position:relative;z-index:2;box-shadow:0 30px 56px -32px rgba(10,59,59,.5);}
.aqh-rd .sessions .txt{background:linear-gradient(150deg,var(--teal-2),var(--teal-3));color:#fff;padding:52px 48px;position:relative;overflow:hidden;}
.aqh-rd .sessions .txt .echo{right:-120px;bottom:-120px;width:300px;height:300px;color:#fff;opacity:.14;}
.aqh-rd .sessions h2{color:#fff;font-size:clamp(1.7rem,3.3vw,2.35rem);font-weight:600;position:relative;z-index:2;}
.aqh-rd .sessions h2 em{font-style:normal;color:var(--amber);}
.aqh-rd .sessions ul{list-style:none;padding:0;margin:1.3rem 0 1.7rem;display:grid;gap:.7rem;position:relative;z-index:2;}
.aqh-rd .sessions ul li{padding-left:30px;position:relative;color:#e3f3f2;}
.aqh-rd .sessions ul li .qb{position:absolute;left:0;top:4px;width:18px;height:18px;color:var(--amber);}
.aqh-rd .sessions .pic{background:var(--sand-2);min-height:340px;}
.aqh-rd .sessions .pic img{width:100%;height:100%;object-fit:cover;}
.aqh-rd .digital-sec{background:var(--teal-ink);color:#dceeed;position:relative;overflow:hidden;padding:60px 0;}
.aqh-rd .digital-sec .grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:44px 44px;opacity:.7;}
.aqh-rd .digital{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;position:relative;z-index:2;}
.aqh-rd .digital .imgwrap{position:relative;aspect-ratio:4/3;border-radius:var(--r);overflow:hidden;border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 60px -34px rgba(0,0,0,.7);background:var(--teal-3);}
.aqh-rd .digital .imgwrap img{width:100%;height:100%;object-fit:cover;}
.aqh-rd .digital h2{color:#fff;font-size:clamp(1.9rem,3.6vw,2.5rem);font-weight:600;}
.aqh-rd .digital h2 em{font-style:normal;color:var(--amber);}
.aqh-rd .digital p{color:#a9cfce;margin:1.1rem 0 0;}
.aqh-rd .dig-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:1.5rem;}
.aqh-rd .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;position:relative;z-index:2;}
.aqh-rd .ev{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;transition:.2s;box-shadow:0 2px 0 var(--line-2);}
.aqh-rd .ev:hover{transform:translateY(-6px);box-shadow:0 26px 46px -28px rgba(10,59,59,.5);}
.aqh-rd .ev .thumb{aspect-ratio:16/10;position:relative;overflow:hidden;background:var(--sand-2);}
.aqh-rd .ev .thumb img{width:100%;height:100%;object-fit:cover;}
.aqh-rd .ev .date{position:absolute;left:14px;top:14px;background:var(--coral);color:#fff;border-radius:10px;padding:7px 11px;text-align:center;font-family:var(--head);line-height:1;box-shadow:0 6px 14px -4px rgba(221,110,84,.7);}
.aqh-rd .ev .date b{display:block;font-size:1.15rem;font-weight:700;}
.aqh-rd .ev .date span{font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-family:var(--body);}
.aqh-rd .ev .body{padding:22px 24px 26px;display:flex;flex-direction:column;gap:.55rem;flex:1;}
.aqh-rd .meta{font-family:var(--body);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-2);display:inline-flex;align-items:center;gap:.5em;}
.aqh-rd .ev h4{font-size:1.18rem;font-weight:600;}
.aqh-rd .ev .who{color:var(--slate);font-size:.92rem;flex:1;}
.aqh-rd .calc-band{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:start;position:relative;z-index:2;}
.aqh-rd .calc,.aqh-rd .sched{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:32px;box-shadow:0 24px 46px -32px rgba(10,59,59,.4);}
.aqh-rd .calc{position:relative;overflow:hidden;}
.aqh-rd .calc .tag-notch{position:absolute;top:22px;right:22px;width:34px;height:34px;color:var(--coral);opacity:.5;}
.aqh-rd .calc h3,.aqh-rd .sched h3{font-size:1.28rem;font-weight:600;margin-bottom:.2rem;}
.aqh-rd .calc .kicker{color:var(--slate);font-size:.84rem;margin:0 0 4px;}
.aqh-rd .calc .row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:16px 0;}
.aqh-rd .calc label,.aqh-rd .sched label{font-family:var(--body);font-weight:800;font-size:.78rem;letter-spacing:.04em;color:var(--slate);display:block;margin-bottom:6px;text-transform:uppercase;}
.aqh-rd .calc input,.aqh-rd .calc select,.aqh-rd .sched input{width:100%;font-family:var(--body);font-size:1rem;padding:.75em .85em;border:1px solid var(--line-2);border-radius:var(--rb);background:var(--sand);}
.aqh-rd .calc .total{display:flex;justify-content:space-between;align-items:center;background:var(--teal-dk);border-radius:12px;padding:16px 22px;margin-top:8px;}
.aqh-rd .calc .total span{font-family:var(--body);font-weight:800;color:#cfe8e7;letter-spacing:.05em;text-transform:uppercase;font-size:.82rem;}
.aqh-rd .calc .total strong{font-family:var(--head);font-weight:700;font-size:1.9rem;color:#fff;}
.aqh-rd .sched p{color:var(--slate);font-size:.94rem;}
.aqh-rd .sched .fields{display:grid;gap:12px;margin-top:16px;}
.aqh-rd .refs{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;position:relative;z-index:2;}
.aqh-rd .ref-card{position:relative;background:var(--teal-dk);color:#eafaf9;border-radius:var(--r);padding:32px 34px;overflow:hidden;box-shadow:0 26px 50px -32px rgba(10,59,59,.5);}
.aqh-rd .ref-card .echo{right:-130px;top:-110px;width:280px;height:280px;color:#fff;opacity:.1;}
.aqh-rd .ref-card h4{color:#fff;font-size:1.12rem;margin-bottom:1rem;font-weight:600;position:relative;z-index:2;}
.aqh-rd .ref-card ul{list-style:none;padding:0;margin:0;display:grid;gap:.7rem;position:relative;z-index:2;}
.aqh-rd .ref-card li{display:flex;justify-content:space-between;gap:14px;align-items:center;border-bottom:1px dashed rgba(255,255,255,.18);padding-bottom:.7rem;font-size:.98rem;}
.aqh-rd .ref-card li:last-child{border-bottom:none;padding-bottom:0;}
.aqh-rd .ref-card li .nm{display:flex;align-items:center;gap:.6em;}
.aqh-rd .ref-card li .nm .qb{width:16px;height:16px;color:var(--amber);flex:none;}
.aqh-rd .ref-card li b{font-family:var(--head);font-weight:600;color:#fff;}
.aqh-rd .ref-card li .loc{color:#9fc7c6;font-size:.84rem;}
.aqh-rd .ref-card a{color:var(--amber);font-weight:800;font-family:var(--body);white-space:nowrap;}
.aqh-rd .cta{background:var(--coral);color:#fff;text-align:center;position:relative;overflow:hidden;}
.aqh-rd .cta .qb-wm{position:absolute;left:-70px;bottom:-90px;width:320px;height:320px;color:#fff;opacity:.1;}
.aqh-rd .cta .qb-wm2{position:absolute;right:-70px;top:-90px;width:280px;height:280px;color:#fff;opacity:.1;}
.aqh-rd .cta .wrap{position:relative;z-index:2;}
.aqh-rd .cta h2{color:#fff;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:600;max-width:24ch;margin:0 auto .8rem;}
.aqh-rd .cta h2 em{font-style:normal;}
.aqh-rd .cta p{color:#ffe9e2;margin-bottom:1.7rem;font-size:1.05rem;}
.aqh-rd .inline-form{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;max-width:540px;margin:0 auto;}
.aqh-rd .inline-form input{flex:1;min-width:210px;font-family:var(--body);font-size:1rem;padding:.9em 1.1em;border:none;border-radius:100px;}
.aqh-rd .ok{color:#fff;font-family:var(--body);font-weight:800;margin-top:1rem;display:none;}
.aqh-rd .ok.show{display:block;}
.aqh-rd footer{background:var(--teal-ink);color:#a9cfce;padding:52px 0 28px;position:relative;}
.aqh-rd .foot{display:grid;grid-template-columns:1.6fr 1fr 1.35fr;gap:46px;}
.aqh-rd footer h5{font-family:var(--body);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;color:#fff;margin:0 0 16px;}
.aqh-rd footer a{display:block;margin-bottom:9px;color:#a9cfce;font-size:.94rem;}
.aqh-rd footer a:hover{color:#fff;}
.aqh-rd .f-logo{display:inline-flex;align-items:center;height:46px;margin-bottom:18px;}
.aqh-rd .f-logo i{display:block;height:46px;background:url("https://artquiltshawaii.com/wp-content/uploads/2025/12/logo.png") no-repeat;background-size:277px 46px;}
.aqh-rd .f-logo .ic{width:73px;background-position:0 0;}
.aqh-rd .f-logo .tx{width:206px;background-position:-73px 0;filter:brightness(0) invert(1);}
.aqh-rd .f-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:46px;padding-top:22px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:.82rem;color:#6f9a99;}
.aqh-rd .to-top{position:fixed;right:22px;bottom:22px;z-index:80;display:inline-flex;align-items:center;gap:.5em;padding:0;width:52px;height:52px;border:none;border-radius:100px;background:var(--teal);color:#fff;font-family:var(--body);font-weight:800;font-size:.82rem;cursor:pointer;box-shadow:0 14px 30px -10px rgba(21,156,153,.95);opacity:0;visibility:hidden;transform:translateY(14px);transition:.25s;overflow:hidden;justify-content:center;}
.aqh-rd .to-top svg{width:20px;height:20px;flex:none;}
.aqh-rd .to-top .lbl{max-width:0;opacity:0;white-space:nowrap;transition:.25s;}
.aqh-rd .to-top.show{opacity:1;visibility:visible;transform:none;}
.aqh-rd .to-top:hover{background:var(--teal-2);width:150px;padding:0 20px;transform:translateY(-2px);}
.aqh-rd .to-top:hover .lbl{max-width:120px;opacity:1;}
@media (max-width:960px){.aqh-rd .hero .wrap{grid-template-columns:1fr;gap:36px;}}
@media (max-width:960px){.aqh-rd .hero-art{min-height:440px;max-width:500px;}}
@media (max-width:960px){.aqh-rd .split,.aqh-rd .story,.aqh-rd .digital,.aqh-rd .calc-band,.aqh-rd .refs,.aqh-rd .sessions,.aqh-rd .plans{grid-template-columns:1fr;gap:30px;}}
@media (max-width:960px){.aqh-rd .strip .wrap{grid-template-columns:1fr;gap:20px;}}
@media (max-width:960px){.aqh-rd .strip .item + .item::before{display:none;}}
@media (max-width:960px){.aqh-rd .lib-grid{grid-template-columns:1fr;}}
@media (max-width:960px){.aqh-rd .sessions .pic{min-height:280px;}}
@media (max-width:960px){.aqh-rd .ladder::before{display:none;}}
@media (max-width:820px){.aqh-rd .nav-links{display:none;position:absolute;top:80px;left:0;right:0;flex-direction:column;background:var(--cream);border-bottom:1px solid var(--line);padding:10px 26px 18px;gap:2px;box-shadow:0 8px 20px rgba(0,0,0,.06);}}
@media (max-width:820px){.aqh-rd .nav-links.open{display:flex;}}
@media (max-width:820px){.aqh-rd .nav-links a{padding:12px 0;border-bottom:1px solid var(--line);}}
@media (max-width:820px){.aqh-rd .menu-btn{display:block;}}
@media (max-width:820px){.aqh-rd .ladder,.aqh-rd .grid-3,.aqh-rd .tiles,.aqh-rd .foot{grid-template-columns:1fr;}}
@media (max-width:820px){.aqh-rd .sec,.aqh-rd .libsec,.aqh-rd .digital-sec{padding:44px 0;}}
@media (max-width:820px){.aqh-rd .story .namecard{right:auto;left:10px;bottom:-16px;}}
.aqh-rd .btn:focus-visible,.aqh-rd a:focus-visible,.aqh-rd input:focus-visible,.aqh-rd select:focus-visible,.aqh-rd button:focus-visible{outline:3px solid var(--amber);outline-offset:2px;}
.aqh-rd .nav-links a.active{color:var(--teal-2);border-bottom-color:var(--coral);}
.aqh-rd .steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;z-index:2;}
.aqh-rd .acc{max-width:840px;margin:0 auto;position:relative;z-index:2;display:grid;gap:14px;}
.aqh-rd .acc-item{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:0 2px 0 var(--line-2);transition:.2s;}
.aqh-rd .acc-item.open{border-color:var(--coral);}
.aqh-rd .acc-q{width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:20px 24px;display:flex;align-items:center;gap:14px;font-family:var(--head);font-weight:700;font-size:1.12rem;color:var(--ink);}
.aqh-rd .acc-q .qmark{width:30px;height:30px;flex:none;color:var(--teal);}
.aqh-rd .acc-q .arw{margin-left:auto;color:var(--coral);font-size:1.5rem;transition:.25s;line-height:1;flex:none;}
.aqh-rd .acc-item.open .acc-q .arw{transform:rotate(45deg);}
.aqh-rd .acc-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.aqh-rd .acc-a .inner{padding:0 24px 22px 68px;color:var(--slate);}
.aqh-rd .acc-a .inner p{margin:0;}
.aqh-rd .acc-a ul{margin:.6rem 0 0;padding-left:18px;display:grid;gap:.3rem;}
.aqh-rd .acc-item.open .acc-a{max-height:420px;}
.aqh-rd .plan .pimg{position:relative;z-index:2;display:flex;justify-content:center;margin-bottom:14px;}
.aqh-rd .plan .pimg img{height:130px;width:auto;}
.aqh-rd .plan ul li::before{content:"✔";position:absolute;left:0;color:var(--teal-2);font-weight:900;}
.aqh-rd .plan.featured ul li::before{color:var(--amber);}
.aqh-rd .vnote{text-align:center;margin-top:26px;position:relative;z-index:2;}
.aqh-rd .duo{display:grid;grid-template-columns:1fr 1fr;gap:26px;position:relative;z-index:2;}
.aqh-rd .icard{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:32px;display:flex;gap:24px;align-items:center;box-shadow:0 2px 0 var(--line-2);transition:.2s;}
.aqh-rd .icard:hover{transform:translateY(-5px);box-shadow:0 24px 44px -28px rgba(10,59,59,.5);}
.aqh-rd .icard .pic{width:104px;height:104px;flex:none;border-radius:14px;background:var(--sand-2);display:flex;align-items:center;justify-content:center;overflow:hidden;}
.aqh-rd .icard .pic img{width:78px;height:auto;}
.aqh-rd .icard h3{font-size:1.3rem;margin-bottom:.4rem;font-weight:700;}
.aqh-rd .icard p{color:var(--slate);margin:0;font-size:.97rem;}
.aqh-rd .startgrid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;z-index:2;}
.aqh-rd .scard{position:relative;background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:30px 28px;box-shadow:0 2px 0 var(--line-2);transition:.2s;display:flex;flex-direction:column;}
.aqh-rd .scard:hover{transform:translateY(-6px);box-shadow:0 26px 46px -28px rgba(10,59,59,.5);}
.aqh-rd .scard .tophead{display:flex;align-items:center;gap:12px;margin-bottom:14px;}
.aqh-rd .scard .tophead .qb{width:30px;height:30px;color:var(--coral);flex:none;}
.aqh-rd .scard h3{font-size:1.18rem;font-weight:700;}
.aqh-rd .scard ul{list-style:none;padding:0;margin:0;display:grid;gap:.6rem;}
.aqh-rd .scard li{position:relative;padding-left:26px;color:var(--slate);font-size:.96rem;}
.aqh-rd .scard li::before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:50%;background:var(--teal);}
.aqh-rd .digital .learn-list{list-style:none;padding:0;margin:1.2rem 0 0;display:grid;gap:.55rem;}
.aqh-rd .digital .learn-list li{position:relative;padding-left:26px;color:#cfe8e7;font-size:.96rem;}
.aqh-rd .digital .learn-list li .qb{position:absolute;left:0;top:3px;width:16px;height:16px;color:var(--amber);}
.aqh-rd .digital .note{margin-top:1.2rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:14px 18px;color:#dceeed;font-size:.92rem;}
.aqh-rd .sessions .subline{color:#d9efee;margin:1rem 0 0;position:relative;z-index:2;font-size:1.05rem;}
.aqh-rd .calc label{font-family:var(--body);font-weight:800;font-size:.78rem;letter-spacing:.04em;color:var(--slate);display:block;margin-bottom:6px;text-transform:uppercase;}
.aqh-rd .calc input,.aqh-rd .calc select{width:100%;font-family:var(--body);font-size:1rem;padding:.75em .85em;border:1px solid var(--line-2);border-radius:var(--rb);background:var(--sand);}
.aqh-rd .sched{display:flex;flex-direction:column;justify-content:center;}
.aqh-rd .sched .qb-big{width:44px;height:44px;color:var(--coral);margin-bottom:14px;}
@media (max-width:960px){.aqh-rd .digital,.aqh-rd .calc-band,.aqh-rd .sessions,.aqh-rd .plans,.aqh-rd .duo{grid-template-columns:1fr;gap:30px;}}
@media (max-width:820px){.aqh-rd .steps,.aqh-rd .startgrid,.aqh-rd .foot{grid-template-columns:1fr;}}
@media (max-width:820px){.aqh-rd .sec,.aqh-rd .digital-sec{padding:44px 0;}}
.aqh-rd .hero-inner{position:relative;background-color:var(--cream);background-image:var(--lattice);overflow:hidden;text-align:center;border-bottom:1px solid var(--line);}
.aqh-rd .hero-inner .wrap{padding:44px 26px 48px;position:relative;z-index:2;}
.aqh-rd .hero-inner .bloom{position:absolute;top:-70px;right:-70px;width:280px;height:280px;color:var(--teal);opacity:.06;z-index:0;}
.aqh-rd .hero-inner .bloom.bloom-2{left:-80px;right:auto;top:auto;bottom:-90px;color:var(--coral);opacity:.05;}
.aqh-rd .hero-inner .eyebrow{justify-content:center;}
.aqh-rd .hero-inner h1{font-size:clamp(2rem,4.4vw,3rem);font-weight:800;letter-spacing:-.02em;margin:.2rem auto 0;max-width:20ch;}
.aqh-rd .hero-inner h1 em{color:var(--teal);}
.aqh-rd .hero-inner .lead{max-width:58ch;margin:1rem auto 0;font-size:1.12rem;color:var(--slate);}
.aqh-rd .hero-inner .hero-actions{display:flex;gap:14px;justify-content:center;margin-top:1.7rem;flex-wrap:wrap;}
.aqh-rd .digital .soft-tag{display:inline-flex;align-items:center;gap:.6em;background:rgba(232,160,41,.14);border:1px solid rgba(232,160,41,.5);color:var(--amber);font-family:var(--body);font-weight:800;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;padding:7px 14px;border-radius:100px;margin-bottom:1rem;}
.aqh-rd .digital .soft-tag .qb{width:16px;height:16px;color:var(--amber);}
.aqh-rd .appwin{position:relative;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.16);box-shadow:0 40px 80px -30px rgba(0,0,0,.8),0 0 0 6px rgba(232,160,41,.10);background:#0e3a38;}
.aqh-rd .appwin .bar{display:flex;align-items:center;gap:8px;padding:12px 15px;background:#0a2b2a;border-bottom:1px solid rgba(255,255,255,.1);}
.aqh-rd .appwin .bar .dot{width:11px;height:11px;border-radius:50%;flex:none;}
.aqh-rd .appwin .bar .d1{background:var(--coral);}
.aqh-rd .appwin .bar .d2{background:var(--amber);}
.aqh-rd .appwin .bar .d3{background:var(--teal);}
.aqh-rd .appwin .bar .fname{margin-left:10px;font-family:var(--body);font-weight:700;font-size:.78rem;color:#9fd0ce;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.aqh-rd .appwin .bar .live{margin-left:auto;font-family:var(--body);font-weight:800;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--amber);display:inline-flex;align-items:center;gap:.5em;white-space:nowrap;}
.aqh-rd .appwin .bar .live::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--amber);box-shadow:0 0 0 3px rgba(232,160,41,.25);}
.aqh-rd .appwin .screen{aspect-ratio:3/4;background:#0a2b2a;}
.aqh-rd .appwin .screen img{width:100%;height:100%;object-fit:cover;object-position:top center;}
.aqh-rd .appwin .win-badge{position:absolute;left:-12px;bottom:22px;background:var(--amber);color:#3a2a06;font-family:var(--body);font-weight:800;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;padding:8px 15px;border-radius:100px;box-shadow:0 12px 26px -10px rgba(0,0,0,.6);z-index:3;}
.aqh-rd .appwin .gbtabs{display:flex;gap:6px;padding:10px 12px 0;background:#0a2b2a;}
.aqh-rd .appwin .gbtab{flex:1;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-bottom:none;border-radius:11px 11px 0 0;color:#9fd0ce;font-family:var(--body);font-weight:800;font-size:.8rem;padding:12px 10px;cursor:pointer;transition:.18s;white-space:nowrap;}
.aqh-rd .appwin .gbtab:hover{color:#fff;background:rgba(255,255,255,.1);}
.aqh-rd .appwin .gbtab.active{background:#fff;color:var(--teal-3);border-color:#fff;}
.aqh-rd .appwin .screen .gbimg{width:100%;height:100%;object-fit:contain;background:#fff;object-position:center;padding:8px;}
.aqh-rd .appwin .screen .gbimg[hidden]{display:none;}
.aqh-rd .appwin .gbfoot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#0a2b2a;border-top:1px solid rgba(255,255,255,.12);}
.aqh-rd .appwin .gbprice{font-family:var(--head);font-weight:700;font-size:1.2rem;color:#fff;}
.aqh-rd .appwin .gbprice span[hidden]{display:none;}
.aqh-rd .gb-toptabs{display:flex;gap:10px;margin-bottom:34px;position:relative;z-index:2;flex-wrap:wrap;}
.aqh-rd .gb-toptabs .gbtab{flex:1;min-width:220px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.16);border-radius:100px;color:#bcdad9;font-family:var(--body);font-weight:800;font-size:.98rem;padding:15px 22px;cursor:pointer;transition:.18s;text-align:center;}
.aqh-rd .gb-toptabs .gbtab:hover{color:#fff;background:rgba(255,255,255,.1);}
.aqh-rd .gb-toptabs .gbtab.active{background:var(--amber);color:#3a2a06;border-color:var(--amber);box-shadow:0 14px 28px -12px rgba(232,160,41,.65);}
.aqh-rd .gb-imgcol{position:relative;border-radius:var(--r);overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.14);box-shadow:0 34px 70px -30px rgba(0,0,0,.75);aspect-ratio:3/4;}
.aqh-rd .gb-imgcol .gbimg{width:100%;height:100%;object-fit:contain;background:#fff;padding:12px;}
.aqh-rd .gb-imgcol .gbimg[hidden]{display:none;}
.aqh-rd .gb-imgcol .gb-flag{position:absolute;top:16px;left:16px;z-index:2;background:var(--coral);color:#fff;font-family:var(--body);font-weight:800;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;padding:6px 13px;border-radius:100px;box-shadow:0 8px 18px -8px rgba(0,0,0,.4);}
.aqh-rd .gb-buyrow{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:1.6rem;}
.aqh-rd .gb-buyrow .gbprice{font-family:var(--head);font-weight:800;font-size:1.8rem;color:#fff;margin-right:2px;}
.aqh-rd .gb-buyrow .gbprice span[hidden]{display:none;}
@media (max-width:960px){.aqh-rd .gb-imgcol{max-width:360px;margin:0 auto;}}
.aqh-rd .btn:focus-visible,.aqh-rd a:focus-visible,.aqh-rd input:focus-visible,.aqh-rd button:focus-visible{outline:3px solid var(--amber);outline-offset:2px;}
.aqh-rd .banner{background:var(--teal-dk);color:#eafaf9;border-radius:var(--r);padding:22px 30px;display:flex;align-items:center;gap:18px;position:relative;z-index:2;overflow:hidden;box-shadow:0 22px 44px -30px rgba(10,59,59,.5);}
.aqh-rd .banner .echo{right:-100px;top:-90px;width:240px;height:240px;color:#fff;opacity:.1;}
.aqh-rd .banner .qb{width:38px;height:38px;color:var(--amber);flex:none;position:relative;z-index:2;}
.aqh-rd .banner p{margin:0;font-family:var(--head);font-weight:600;font-size:1.06rem;position:relative;z-index:2;}
.aqh-rd .banner p b{color:var(--amber);}
.aqh-rd .acc-a .close-line{color:var(--teal-2);font-weight:700;}
.aqh-rd .feat4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative;z-index:2;}
.aqh-rd .fcard{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:28px 22px;text-align:center;box-shadow:0 2px 0 var(--line-2);transition:.2s;}
.aqh-rd .fcard:hover{transform:translateY(-6px);box-shadow:0 26px 46px -28px rgba(10,59,59,.5);}
.aqh-rd .fcard .ficon{width:74px;height:74px;margin:0 auto 16px;border-radius:18px;background:var(--sand-2);display:flex;align-items:center;justify-content:center;}
.aqh-rd .fcard .ficon img{width:42px;height:42px;object-fit:contain;}
.aqh-rd .fcard h4{font-size:1.06rem;font-weight:700;margin-bottom:.3rem;}
.aqh-rd .fcard p{color:var(--slate);font-size:.9rem;margin:0;}
.aqh-rd .mgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;position:relative;z-index:2;}
.aqh-rd .mcard{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 0 var(--line-2);transition:.2s;}
.aqh-rd .mcard:hover{transform:translateY(-6px);box-shadow:0 26px 46px -28px rgba(10,59,59,.5);}
.aqh-rd .mcard .pic{aspect-ratio:4/3;overflow:hidden;background:var(--sand-2);}
.aqh-rd .mcard .pic img{width:100%;height:100%;object-fit:cover;}
.aqh-rd .mcard .body{padding:24px;display:flex;flex-direction:column;flex:1;}
.aqh-rd .mcard h3{font-size:1.3rem;font-weight:700;}
.aqh-rd .mcard .tag{color:var(--coral-dk);font-weight:800;font-size:.82rem;margin:.25rem 0 .9rem;}
.aqh-rd .mcard ul{list-style:none;padding:0;margin:0 0 1.1rem;display:grid;gap:.42rem;}
.aqh-rd .mcard ul li{position:relative;padding-left:22px;font-size:.92rem;color:var(--slate);}
.aqh-rd .mcard ul li::before{content:"";position:absolute;left:0;top:8px;width:7px;height:7px;border-radius:50%;background:var(--teal);}
.aqh-rd .mcard .chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;}
.aqh-rd .mcard .chips a{background:var(--sand-2);border:1px solid var(--line-2);border-radius:100px;padding:6px 13px;font-size:.79rem;font-weight:700;font-family:var(--body);color:var(--teal-3);transition:.15s;}
.aqh-rd .mcard .chips a:hover{background:var(--teal);color:#fff;border-color:var(--teal);}
.aqh-rd .tslider{position:relative;z-index:2;}
.aqh-rd .tviewport{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 18px;scrollbar-width:none;-ms-overflow-style:none;}
.aqh-rd .tviewport::-webkit-scrollbar{display:none;}
.aqh-rd .tviewport .qcard{scroll-snap-align:start;flex:0 0 calc((100% - 48px)/3);}
.aqh-rd .tctrls{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:10px;position:relative;z-index:2;}
.aqh-rd .tnav{width:48px;height:48px;border-radius:50%;border:1px solid var(--line-2);background:var(--cream);color:var(--teal-3);font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.18s;box-shadow:0 2px 0 var(--line-2);}
.aqh-rd .tnav:hover:not(:disabled){background:var(--teal);color:#fff;border-color:var(--teal);transform:translateY(-2px);}
.aqh-rd .tnav:disabled{opacity:.35;cursor:default;}
.aqh-rd .tdots{display:flex;gap:9px;}
.aqh-rd .tdot{width:9px;height:9px;border-radius:50%;background:var(--line-2);border:none;cursor:pointer;transition:.2s;padding:0;}
.aqh-rd .tdot.active{background:var(--coral);transform:scale(1.35);}
@media(max-width:960px){.aqh-rd .tviewport .qcard{flex-basis:calc((100% - 24px)/2);}}
@media(max-width:640px){.aqh-rd .tviewport .qcard{flex-basis:100%;}}
.aqh-rd .qcard{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:26px 24px;box-shadow:0 2px 0 var(--line-2);display:flex;flex-direction:column;}
.aqh-rd .qcard .qm{width:30px;height:30px;color:var(--coral);opacity:.55;margin-bottom:10px;}
.aqh-rd .qcard p{color:var(--ink);font-size:.95rem;margin:0 0 1rem;flex:1;}
.aqh-rd .qcard .who{display:flex;align-items:center;gap:.6em;font-family:var(--head);font-weight:700;font-size:.85rem;color:var(--teal-2);}
.aqh-rd .qcard .who .qb{width:16px;height:16px;color:var(--amber);flex:none;}
@media (max-width:960px){.aqh-rd .feat4{grid-template-columns:repeat(2,1fr);}}
@media (max-width:960px){.aqh-rd .mgrid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:960px){.aqh-rd .sessions{grid-template-columns:1fr;}}
@media (max-width:820px){.aqh-rd .feat4,.aqh-rd .mgrid,.aqh-rd .foot{grid-template-columns:1fr;}}
@media (max-width:820px){.aqh-rd .banner{flex-direction:column;text-align:center;}}
@media (max-width:820px){.aqh-rd .sec{padding:44px 0;}}
.aqh-rd .create{display:grid;grid-template-columns:.92fr 1.08fr;gap:52px;align-items:center;position:relative;z-index:2;}
.aqh-rd .create .imgwrap{position:relative;aspect-ratio:5/4;border-radius:var(--r);overflow:hidden;border:8px solid #fff;box-shadow:0 34px 64px -34px rgba(10,59,59,.55);background:var(--sand-2);}
.aqh-rd .create .imgwrap img{width:100%;height:100%;object-fit:cover;}
.aqh-rd .create .imgwrap .echo{top:-30px;left:-30px;width:150px;height:150px;color:var(--coral);opacity:.5;z-index:-1;}
.aqh-rd .poss{list-style:none;padding:0;margin:0 0 1.3rem;display:grid;grid-template-columns:1fr 1fr;gap:.7rem 1.4rem;}
.aqh-rd .poss li{position:relative;padding-left:30px;color:var(--ink);font-size:.98rem;}
.aqh-rd .poss li .qb{position:absolute;left:0;top:2px;width:20px;height:20px;color:var(--coral);}
.aqh-rd .create .closer{font-family:var(--head);font-weight:700;font-size:1.15rem;color:var(--teal-2);margin:0 0 1.3rem;}
.aqh-rd .tools-sec{background:var(--teal-ink);color:#dceeed;position:relative;overflow:hidden;padding:60px 0;}
.aqh-rd .tools-sec .grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:44px 44px;opacity:.7;}
.aqh-rd .tools-sec .head-c h2{color:#fff;}
.aqh-rd .tools-sec .head-c h2 em{color:var(--amber);}
.aqh-rd .tools-sec .head-c p{color:#a9cfce;}
.aqh-rd .tools-sec .dots i{background:#4f9c9a;}
.aqh-rd .tools-sec .dots i:nth-child(2){background:var(--amber);}
.aqh-rd .tools{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;position:relative;z-index:2;}
.aqh-rd .toolcard{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:var(--r);padding:26px 20px;text-align:center;transition:.2s;backdrop-filter:blur(4px);}
.aqh-rd .toolcard:hover{transform:translateY(-6px);border-color:rgba(232,160,41,.5);box-shadow:0 26px 50px -30px rgba(0,0,0,.6);}
.aqh-rd .toolcard .ic{width:72px;height:72px;margin:0 auto 14px;border-radius:16px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;}
.aqh-rd .toolcard .ic img{width:40px;height:40px;object-fit:contain;filter:brightness(0) invert(1);opacity:.92;}
.aqh-rd .toolcard h4{color:#fff;font-size:1.08rem;font-weight:700;margin-bottom:.3rem;}
.aqh-rd .toolcard p{color:#a9cfce;font-size:.85rem;margin:0;}
.aqh-rd .sessions ul li.big{font-family:var(--head);font-weight:700;font-size:1.12rem;color:#fff;}
@media (max-width:960px){.aqh-rd .create,.aqh-rd .sessions{grid-template-columns:1fr;gap:30px;}}
@media (max-width:960px){.aqh-rd .tools{grid-template-columns:repeat(3,1fr);}}
@media (max-width:820px){.aqh-rd .tools{grid-template-columns:repeat(2,1fr);}}
@media (max-width:820px){.aqh-rd .poss{grid-template-columns:1fr;}}
@media (max-width:820px){.aqh-rd .foot{grid-template-columns:1fr;}}
@media (max-width:820px){.aqh-rd .sec,.aqh-rd .tools-sec{padding:44px 0;}}
.aqh-rd .frontier{display:grid;grid-template-columns:1.12fr .88fr;gap:50px;align-items:center;position:relative;z-index:2;}
.aqh-rd .frontier .copy p{color:var(--slate);}
.aqh-rd .frontier .copy p.big{font-family:var(--head);font-weight:700;color:var(--teal-2);font-size:1.14rem;}
.aqh-rd .gbook{position:relative;background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:28px;box-shadow:0 24px 46px -30px rgba(10,59,59,.45);text-align:center;}
.aqh-rd .gbook .gb-flag{position:absolute;top:16px;left:16px;background:var(--coral);color:#fff;font-family:var(--body);font-weight:800;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;padding:6px 13px;border-radius:100px;z-index:2;}
.aqh-rd .gbook .cover{width:100%;max-width:280px;margin:0 auto 16px;border-radius:10px;border:1px solid var(--line);box-shadow:0 14px 30px -18px rgba(10,59,59,.5);}
.aqh-rd .gbook h4{font-size:1.22rem;font-weight:700;}
.aqh-rd .gbook .cur{color:var(--slate);font-size:.88rem;margin:.2rem 0 1rem;}
.aqh-rd .gbook .buyopt{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px dashed var(--line-2);padding:13px 2px;text-align:left;}
.aqh-rd .gbook .buyopt .lbl{font-size:.92rem;color:var(--ink);font-weight:700;}
.aqh-rd .gbook .buyopt .lbl small{display:block;font-family:var(--head);font-weight:700;color:var(--teal-3);font-size:1.05rem;}
@media (max-width:960px){.aqh-rd .frontier{grid-template-columns:1fr;gap:30px;}}
@media (max-width:960px){.aqh-rd .gbook{max-width:420px;margin:0 auto;}}
.aqh-rd .bsplit{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;position:relative;z-index:2;}
.aqh-rd .bpic{position:relative;aspect-ratio:4/3;border-radius:var(--r);overflow:hidden;border:8px solid #fff;box-shadow:0 34px 64px -34px rgba(10,59,59,.55);background:var(--sand-2);}
.aqh-rd .bpic.tall{aspect-ratio:3/4;}
.aqh-rd .bpic img{width:100%;height:100%;object-fit:cover;}
.aqh-rd .bpic .echo{top:-28px;left:-28px;width:150px;height:150px;color:var(--coral);opacity:.5;z-index:-1;}
.aqh-rd .bsplit.rev .bpic{order:2;}
.aqh-rd .blist{list-style:none;padding:0;margin:1.1rem 0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:.6rem 1.4rem;}
.aqh-rd .blist li{position:relative;padding-left:26px;font-size:.97rem;color:var(--ink);}
.aqh-rd .blist li .qb{position:absolute;left:0;top:3px;width:17px;height:17px;color:var(--coral);}
.aqh-rd .checklist{list-style:none;padding:0;margin:1.2rem 0 1.6rem;display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.4rem;}
.aqh-rd .checklist li{position:relative;padding-left:34px;font-size:.98rem;color:var(--ink);}
.aqh-rd .checklist li::before{content:"";position:absolute;left:0;top:1px;width:21px;height:21px;border-radius:6px;background:var(--teal);}
.aqh-rd .checklist li::after{content:"✓";position:absolute;left:5px;top:0;color:#fff;font-weight:900;font-size:.82rem;}
.aqh-rd .cloud{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;position:relative;z-index:2;max-width:920px;margin:0 auto;}
.aqh-rd .cloud .chip{background:var(--cream);border:1px solid var(--line);border-radius:100px;padding:11px 20px;font-family:var(--head);font-weight:700;font-size:.94rem;color:var(--teal-3);box-shadow:0 2px 0 var(--line-2);display:inline-flex;align-items:center;gap:.6em;transition:.18s;}
.aqh-rd .cloud .chip:hover{transform:translateY(-3px);border-color:var(--coral);box-shadow:0 12px 22px -14px rgba(10,59,59,.5);}
.aqh-rd .cloud .chip .qb{width:15px;height:15px;color:var(--coral);flex:none;}
.aqh-rd .panels{display:grid;grid-template-columns:1fr 1fr;gap:26px;position:relative;z-index:2;}
.aqh-rd .panel{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:32px 30px;box-shadow:0 2px 0 var(--line-2);}
.aqh-rd .panel .ph{display:flex;align-items:center;gap:12px;margin-bottom:6px;}
.aqh-rd .panel .ph .qb{width:34px;height:34px;color:var(--coral);flex:none;}
.aqh-rd .panel h3{font-size:1.28rem;font-weight:700;}
.aqh-rd .panel .pnote{color:var(--slate);font-size:.92rem;margin:0 0 1rem;}
.aqh-rd .panel ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:.55rem 1.2rem;}
.aqh-rd .panel li{position:relative;padding-left:22px;font-size:.93rem;color:var(--slate);}
.aqh-rd .panel li::before{content:"";position:absolute;left:0;top:8px;width:7px;height:7px;border-radius:50%;background:var(--teal);}
.aqh-rd .whygrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative;z-index:2;}
.aqh-rd .wcard{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:26px 20px;text-align:center;box-shadow:0 2px 0 var(--line-2);transition:.2s;}
.aqh-rd .wcard:hover{transform:translateY(-6px);box-shadow:0 26px 46px -28px rgba(10,59,59,.5);}
.aqh-rd .wcard .wic{width:56px;height:56px;margin:0 auto 12px;border-radius:14px;background:var(--sand-2);display:flex;align-items:center;justify-content:center;}
.aqh-rd .wcard .wic .qb{width:28px;height:28px;color:var(--teal);}
.aqh-rd .wcard h4{font-size:1rem;font-weight:700;line-height:1.3;}
.aqh-rd .sessions p{color:#d9efee;position:relative;z-index:2;margin:1rem 0 0;}
.aqh-rd .closecard{position:relative;z-index:2;background:var(--teal-dk);color:#eafaf9;border-radius:var(--r);padding:44px;text-align:center;overflow:hidden;box-shadow:0 30px 56px -32px rgba(10,59,59,.55);}
.aqh-rd .closecard .qb-wm{position:absolute;right:-70px;bottom:-90px;width:300px;height:300px;color:#fff;opacity:.06;}
.aqh-rd .closecard h2{color:#fff;font-size:clamp(1.6rem,3vw,2.1rem);max-width:26ch;margin:0 auto .7rem;position:relative;z-index:2;}
.aqh-rd .closecard p{color:#b9dbda;max-width:58ch;margin:0 auto 1.5rem;position:relative;z-index:2;}
.aqh-rd .closecard .cbtns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;position:relative;z-index:2;}
@media (max-width:960px){.aqh-rd .bsplit,.aqh-rd .sessions{grid-template-columns:1fr;gap:30px;}}
@media (max-width:960px){.aqh-rd .bsplit.rev .bpic{order:0;}}
@media (max-width:960px){.aqh-rd .panels{grid-template-columns:1fr;}}
@media (max-width:960px){.aqh-rd .whygrid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:820px){.aqh-rd .checklist,.aqh-rd .blist,.aqh-rd .panel ul,.aqh-rd .sessions ul,.aqh-rd .whygrid,.aqh-rd .foot{grid-template-columns:1fr;}}
.aqh-rd .svc-list{list-style:none;padding:0;margin:1.1rem 0 1.2rem;display:grid;gap:.65rem;}
.aqh-rd .svc-list li{position:relative;padding-left:30px;font-size:1rem;color:var(--ink);}
.aqh-rd .svc-list li .qb{position:absolute;left:0;top:3px;width:19px;height:19px;color:var(--coral);}
.aqh-rd .assure{display:flex;align-items:flex-start;gap:14px;background:var(--cream);border-left:4px solid var(--teal);border-radius:0 12px 12px 0;padding:16px 20px;margin:0 0 1.4rem;box-shadow:0 12px 26px -20px rgba(10,59,59,.5);}
.aqh-rd .assure .qb{width:26px;height:26px;color:var(--amber);flex:none;margin-top:2px;}
.aqh-rd .assure p{margin:0;font-family:var(--head);font-weight:700;color:var(--teal-3);font-size:1.02rem;line-height:1.45;}
.aqh-rd .assure p b{color:var(--coral-dk);}
.aqh-rd .proglist{display:grid;grid-template-columns:repeat(4,1fr);gap:16px 30px;max-width:1000px;margin:0 auto;position:relative;z-index:2;}
.aqh-rd .proglist .pitem{display:flex;align-items:center;gap:11px;font-family:var(--head);font-weight:700;color:var(--teal-3);font-size:.98rem;}
.aqh-rd .proglist .pitem .qb{width:18px;height:18px;color:var(--coral);flex:none;}
.aqh-rd .event-exp{position:relative;margin-top:26px;background:var(--cream);border:1px dashed var(--teal);border-radius:var(--r);padding:30px 34px;display:grid;grid-template-columns:1fr auto;gap:12px 30px;align-items:center;z-index:2;}
.aqh-rd .event-exp h3{font-size:1.3rem;font-weight:700;display:flex;align-items:center;gap:12px;}
.aqh-rd .event-exp h3 .qb{width:28px;height:28px;color:var(--coral);flex:none;}
.aqh-rd .event-exp p{color:var(--slate);margin:.5rem 0 0;max-width:64ch;}
.aqh-rd .pricing-band{background:linear-gradient(135deg,var(--teal),var(--teal-2));color:#fff;text-align:center;position:relative;overflow:hidden;}
.aqh-rd .pricing-band .qb-wm{position:absolute;right:-80px;top:-90px;width:300px;height:300px;color:#fff;opacity:.08;}
.aqh-rd .pricing-band .qb-wm2{position:absolute;left:-80px;bottom:-100px;width:280px;height:280px;color:#fff;opacity:.08;}
.aqh-rd .pricing-band .wrap{position:relative;z-index:2;padding-top:52px;padding-bottom:56px;}
.aqh-rd .pricing-band h2{color:#fff;font-size:clamp(1.9rem,3.8vw,2.6rem);font-weight:800;max-width:22ch;margin:0 auto .9rem;}
.aqh-rd .pricing-band p.bandcopy{color:#e3f6f5;max-width:66ch;margin:0 auto 1.4rem;font-size:1.08rem;}
.aqh-rd .pricing-band .pill-row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:1.6rem;}
.aqh-rd .pricing-band .pill-row span{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);border-radius:100px;padding:8px 18px;font-family:var(--body);font-weight:800;font-size:.86rem;letter-spacing:.04em;}
@media (max-width:960px){.aqh-rd .proglist{grid-template-columns:repeat(2,1fr);}}
@media (max-width:960px){.aqh-rd .event-exp{grid-template-columns:1fr;}}
@media (max-width:640px){.aqh-rd .proglist{grid-template-columns:1fr;}}
.aqh-rd .btn:focus-visible,.aqh-rd a:focus-visible,.aqh-rd input:focus-visible,.aqh-rd select:focus-visible,.aqh-rd textarea:focus-visible,.aqh-rd button:focus-visible{outline:3px solid var(--amber);outline-offset:2px;}
.aqh-rd .contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;align-items:start;position:relative;z-index:2;}
/* display/width/overflow are pinned on purpose: the old theme's custom.css has a
   generic `.info-card{width:280px;display:flex;flex-direction:column;align-items:center}`
   (plus `.info-card{overflow:visible!important}` for its hover popups). We out-specify it
   on the properties we declare, so anything left undeclared leaks in and shrink-wraps
   this card to 280px with centred children. */
.aqh-rd .info-card{position:relative;display:block;width:auto;background:var(--teal-dk);color:#eafaf9;border-radius:var(--r);padding:36px 34px;overflow:hidden!important;box-shadow:0 30px 56px -32px rgba(10,59,59,.55);}
.aqh-rd .info-card .echo{right:-120px;bottom:-120px;width:280px;height:280px;color:#fff;opacity:.1;}
.aqh-rd .info-card h3{color:#fff;font-size:1.35rem;font-weight:700;position:relative;z-index:2;}
.aqh-rd .info-card .isub{color:#a9cfce;font-size:.94rem;margin:.3rem 0 1.2rem;position:relative;z-index:2;}
.aqh-rd .info-item{display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-bottom:1px dashed rgba(255,255,255,.15);position:relative;z-index:2;}
.aqh-rd .info-item:last-of-type{border-bottom:none;}
.aqh-rd .info-item .ic{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.09);display:flex;align-items:center;justify-content:center;color:var(--amber);flex:none;}
.aqh-rd .info-item .ic .qb{width:22px;height:22px;}
.aqh-rd .info-item .k{font-family:var(--body);font-weight:800;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--amber);margin-bottom:3px;}
.aqh-rd .info-item a,.aqh-rd .info-item p{color:#eafaf9;font-size:1rem;margin:0;font-weight:600;}
.aqh-rd .info-item a:hover{color:#fff;}
.aqh-rd .info-item p.addr{color:#cfe8e7;font-weight:400;font-size:.94rem;line-height:1.5;}
.aqh-rd .socials{display:flex;gap:10px;margin-top:18px;position:relative;z-index:2;}
.aqh-rd .socials a{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#eafaf9;transition:.18s;}
.aqh-rd .socials a:hover{background:var(--amber);color:#3a2a06;transform:translateY(-2px);}
.aqh-rd .socials svg{width:19px;height:19px;}
.aqh-rd .form-card{position:relative;background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:38px 36px;box-shadow:0 24px 46px -32px rgba(10,59,59,.4);}
.aqh-rd .form-card h3{font-size:1.35rem;font-weight:700;}
.aqh-rd .form-card .req{color:var(--slate);font-size:.82rem;margin:.3rem 0 1.4rem;}
.aqh-rd .form-card .req b{color:var(--coral-dk);}
.aqh-rd .field{margin-bottom:16px;}
.aqh-rd .field label{display:block;font-family:var(--body);font-weight:800;font-size:.74rem;letter-spacing:.05em;text-transform:uppercase;color:var(--slate);margin-bottom:6px;}
.aqh-rd .field label .star{color:var(--coral);}
.aqh-rd .field input,.aqh-rd .field select,.aqh-rd .field textarea{width:100%;font-family:var(--body);font-size:1rem;padding:.8em .9em;border:1px solid var(--line-2);border-radius:var(--rb);background:var(--sand);color:var(--ink);}
.aqh-rd .field textarea{min-height:130px;resize:vertical;}
body.aqh-contact .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.aqh-rd .form-ok{display:none;margin-top:14px;background:var(--soft,#E7F1F1);background:rgba(21,156,153,.12);border:1px solid rgba(21,156,153,.4);border-radius:12px;padding:14px 18px;color:var(--teal-3);font-weight:700;font-family:var(--head);}
.aqh-rd .form-ok.show{display:block;}
.aqh-rd .qq{display:grid;grid-template-columns:.82fr 1.18fr;gap:50px;align-items:center;position:relative;z-index:2;}
.aqh-rd .qq .portrait-wrap{position:relative;}
.aqh-rd .qq .portrait-wrap .echo{top:-30px;left:-30px;width:160px;height:160px;color:var(--coral);opacity:.5;z-index:0;}
.aqh-rd .qq .portrait{position:relative;z-index:1;aspect-ratio:4/5;border-radius:var(--r);overflow:hidden;border:8px solid #fff;box-shadow:0 34px 64px -34px rgba(10,59,59,.55);background:var(--sand-2);}
.aqh-rd .qq .portrait img{width:100%;height:100%;object-fit:cover;}
.aqh-rd .qq p{color:var(--slate);}
.aqh-rd .qq .sign{display:inline-flex;align-items:center;gap:12px;margin-top:.6rem;background:var(--cream);border:1px solid var(--line);border-radius:100px;padding:10px 20px;box-shadow:0 12px 26px -16px rgba(10,59,59,.5);}
.aqh-rd .qq .sign .qb{width:26px;height:26px;color:var(--coral);flex:none;}
.aqh-rd .qq .sign b{font-family:var(--head);font-weight:700;font-size:1.05rem;color:var(--teal-3);}
@media (max-width:960px){.aqh-rd .contact-grid,.aqh-rd .qq{grid-template-columns:1fr;gap:30px;}}
@media (max-width:960px){.aqh-rd .qq .portrait{max-width:360px;margin:0 auto;}}
@media (max-width:820px){body.aqh-contact .form-row,.aqh-rd .foot{grid-template-columns:1fr;}}
.aqh-rd .welcome{position:relative;z-index:2;background:var(--teal-dk);color:#eafaf9;border-radius:var(--r);padding:40px 42px;overflow:hidden;box-shadow:0 26px 50px -32px rgba(10,59,59,.5);display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center;}
.aqh-rd .welcome .echo{right:-120px;top:-110px;width:300px;height:300px;color:#fff;opacity:.1;}
.aqh-rd .welcome h2{color:#fff;font-size:clamp(1.6rem,3.2vw,2.2rem);font-weight:700;position:relative;z-index:2;}
.aqh-rd .welcome h2 em{font-style:normal;color:var(--amber);}
.aqh-rd .welcome p{color:#b9dbda;position:relative;z-index:2;margin:1rem 0 0;}
.aqh-rd .welcome .card{position:relative;z-index:2;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:24px 26px;}
.aqh-rd .welcome .card .k{font-family:var(--body);font-weight:800;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--amber);margin-bottom:8px;}
.aqh-rd .welcome .card p{color:#dceeed;font-size:.95rem;margin:0 0 1rem;}
.aqh-rd .welcome .card .btn{width:100%;}
.aqh-rd .supgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative;z-index:2;}
.aqh-rd .supcard{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:28px 24px;box-shadow:0 2px 0 var(--line-2);transition:.2s;text-align:center;}
.aqh-rd .supcard:hover{transform:translateY(-6px);box-shadow:0 26px 46px -28px rgba(10,59,59,.5);}
.aqh-rd .supcard .sic{width:60px;height:60px;margin:0 auto 14px;border-radius:16px;background:var(--sand-2);display:flex;align-items:center;justify-content:center;}
.aqh-rd .supcard .sic .qb{width:30px;height:30px;color:var(--teal);}
.aqh-rd .supcard h4{font-size:1.05rem;font-weight:700;margin-bottom:.35rem;}
.aqh-rd .supcard p{color:var(--slate);font-size:.9rem;margin:0;}
.aqh-rd .cal-shell{position:relative;z-index:2;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:26px;box-shadow:0 24px 46px -32px rgba(10,59,59,.4);}
.aqh-rd .cal-note{display:flex;align-items:center;gap:10px;justify-content:center;margin:0 0 18px;font-family:var(--body);font-weight:800;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-2);}
.aqh-rd .cal-note .qb{width:16px;height:16px;color:var(--coral);}
@media (max-width:960px){.aqh-rd .welcome{grid-template-columns:1fr;}}
@media (max-width:960px){.aqh-rd .supgrid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:820px){.aqh-rd .supgrid,.aqh-rd .foot{grid-template-columns:1fr;}}
@media (max-width:820px){.aqh-rd .cal-shell{padding:14px;}}
.aqh-rd .whosplit{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center;position:relative;z-index:2;}
.aqh-rd .whosplit .wpic{position:relative;aspect-ratio:5/4;border-radius:var(--r);overflow:hidden;border:8px solid #fff;box-shadow:0 34px 64px -34px rgba(10,59,59,.55);background:var(--sand-2);}
.aqh-rd .whosplit .wpic img{width:100%;height:100%;object-fit:cover;}
.aqh-rd .whosplit .wpic .echo{top:-28px;left:-28px;width:150px;height:150px;color:var(--coral);opacity:.5;z-index:-1;}
.aqh-rd .whosplit p{color:var(--slate);}
.aqh-rd .whycards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;position:relative;z-index:2;}
.aqh-rd .whycard{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:28px 24px;box-shadow:0 2px 0 var(--line-2);transition:.2s;}
.aqh-rd .whycard:hover{transform:translateY(-6px);box-shadow:0 26px 46px -28px rgba(10,59,59,.5);}
.aqh-rd .whycard .qb{width:30px;height:30px;color:var(--coral);margin-bottom:12px;}
.aqh-rd .whycard h4{font-size:1.06rem;font-weight:700;margin-bottom:.4rem;}
.aqh-rd .whycard p{color:var(--slate);font-size:.93rem;margin:0;}
.aqh-rd .hl-band{position:relative;z-index:2;background:var(--teal-dk);color:#eafaf9;border-radius:var(--r);padding:26px 32px;display:flex;align-items:center;gap:16px;overflow:hidden;box-shadow:0 22px 44px -30px rgba(10,59,59,.5);margin-top:28px;}
.aqh-rd .hl-band .qb{width:34px;height:34px;color:var(--amber);flex:none;position:relative;z-index:2;}
.aqh-rd .hl-band p{margin:0;font-family:var(--head);font-weight:700;font-size:1.08rem;position:relative;z-index:2;}
.aqh-rd .hl-band p b{color:var(--amber);}
.aqh-rd .howpanels{display:grid;grid-template-columns:1fr 1fr;gap:26px;position:relative;z-index:2;}
.aqh-rd .howpanel{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:30px 28px;box-shadow:0 2px 0 var(--line-2);}
.aqh-rd .howpanel h3{font-size:1.22rem;font-weight:700;display:flex;align-items:center;gap:11px;margin-bottom:.6rem;}
.aqh-rd .howpanel h3 .qb{width:26px;height:26px;color:var(--coral);flex:none;}
.aqh-rd .howpanel p{color:var(--slate);font-size:.96rem;margin:0 0 .6rem;}
.aqh-rd .vs{display:grid;grid-template-columns:1fr 1fr;gap:26px;max-width:940px;margin:0 auto;position:relative;z-index:2;}
.aqh-rd .vscard{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:32px 30px;box-shadow:0 2px 0 var(--line-2);display:flex;flex-direction:column;}
.aqh-rd .vscard.hot{background:var(--teal-dk);border:none;color:#eafaf9;box-shadow:0 30px 56px -30px rgba(10,59,59,.55);}
.aqh-rd .vscard h3{font-size:1.35rem;font-weight:800;}
.aqh-rd .vscard.hot h3{color:#fff;}
.aqh-rd .vscard .vtag{color:var(--coral-dk);font-weight:800;font-size:.84rem;margin:.25rem 0 1rem;}
.aqh-rd .vscard.hot .vtag{color:var(--amber);}
.aqh-rd .vscard ul{list-style:none;padding:0;margin:0;display:grid;gap:.6rem;flex:1;}
.aqh-rd .vscard li{position:relative;padding-left:26px;font-size:.96rem;color:var(--slate);}
.aqh-rd .vscard.hot li{color:#cfe8e7;}
.aqh-rd .vscard li::before{content:"✔";position:absolute;left:0;color:var(--teal-2);font-weight:900;}
.aqh-rd .vscard.hot li::before{color:var(--amber);}
.aqh-rd .vsnote{text-align:center;max-width:640px;margin:26px auto 0;font-family:var(--head);font-weight:700;color:var(--teal-2);font-size:1.05rem;position:relative;z-index:2;}
.aqh-rd .aloha{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:20px 0 0;position:relative;z-index:2;}
.aqh-rd .aloha span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:100px;padding:9px 18px;font-family:var(--body);font-weight:800;font-size:.86rem;color:#fff;}
@media (max-width:960px){.aqh-rd .whosplit,.aqh-rd .howpanels,.aqh-rd .vs{grid-template-columns:1fr;gap:30px;}}
@media (max-width:960px){.aqh-rd .whycards{grid-template-columns:repeat(2,1fr);}}
@media (max-width:640px){.aqh-rd .whycards{grid-template-columns:1fr;}}

/* ===== page overrides: prostitcher ===== */
body.aqh-prostitcher{--teal:#159C99; --teal-2:#0C7573; --teal-3:#0A5E5C; --teal-dk:#0B3B3A; --teal-ink:#07302E;
  --sand:#F7F1E6; --sand-2:#EFE6D5; --cream:#FCF9F2;
  --amber:#E8A029; --coral:#DD6E54; --coral-dk:#C0553C;
  --ink:#233031; --slate:#586764; --faint:#93a09c;
  --line:#E6DCC9; --line-2:#DED2BB;
  --r:16px; --rb:8px;
  --head:"Plus Jakarta Sans",-apple-system,Segoe UI,sans-serif;
  --body:"Nunito Sans",-apple-system,Segoe UI,sans-serif;
  --maxw:1180px;
  --lattice:repeating-linear-gradient(45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px),repeating-linear-gradient(-45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px);
  --scallop:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='34' viewBox='0 0 48 34'%3E%3Cpath d='M0,8 Q24,30 48,8' fill='none' stroke='%230C7573' stroke-width='2'/%3E%3Cpath d='M0,3 Q24,25 48,3' fill='none' stroke='%23DD6E54' stroke-width='1.4' stroke-dasharray='2 4'/%3E%3C/svg%3E");}
body.aqh-prostitcher .head-c{text-align:center;max-width:720px;margin:0 auto 36px;position:relative;z-index:2;}
body.aqh-prostitcher .head-c h2 em{font-style:normal;color:var(--coral);font-weight:800;}
body.aqh-prostitcher .rung{position:relative;z-index:1;background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:32px 28px;transition:.2s;box-shadow:0 2px 0 var(--line-2);}
body.aqh-prostitcher .rung .medallion{position:relative;width:64px;height:64px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;}
body.aqh-prostitcher .rung .medallion .qb{position:absolute;inset:0;width:64px;height:64px;color:var(--teal);opacity:.16;}
body.aqh-prostitcher .rung .medallion b{font-family:var(--head);font-weight:700;font-size:1.5rem;color:var(--teal-2);}
body.aqh-prostitcher .rung h3{font-size:1.3rem;margin-bottom:.4rem;font-weight:700;}
body.aqh-prostitcher .rung p{color:var(--slate);font-size:.96rem;margin:0;}
body.aqh-prostitcher .plans{display:grid;grid-template-columns:1fr 1fr;gap:26px;max-width:940px;margin:0 auto;align-items:stretch;position:relative;z-index:2;}
body.aqh-prostitcher .plan{position:relative;background:var(--cream);border:1px solid var(--line);border-radius:var(--r);padding:34px 32px;display:flex;flex-direction:column;box-shadow:0 2px 0 var(--line-2);}
body.aqh-prostitcher .plan .badge{position:absolute;top:-14px;left:32px;background:var(--coral);color:#fff;font-family:var(--body);font-weight:800;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:100px;z-index:3;}
body.aqh-prostitcher .plan .tier{font-family:var(--head);font-weight:700;font-size:1.35rem;position:relative;z-index:2;}
body.aqh-prostitcher .plan .sub{color:var(--slate);font-size:.92rem;margin:.2rem 0 1.2rem;position:relative;z-index:2;font-weight:700;}
body.aqh-prostitcher .plan.featured .sub{color:var(--amber);}
body.aqh-prostitcher .plan ul{list-style:none;padding:0;margin:0 0 .4rem;display:grid;gap:.65rem;flex:1;position:relative;z-index:2;}
body.aqh-prostitcher .plan ul li{font-size:.97rem;padding-left:28px;position:relative;}
body.aqh-prostitcher .digital{display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:center;position:relative;z-index:2;}
body.aqh-prostitcher .digital .imgwrap{position:relative;aspect-ratio:4/5;border-radius:var(--r);overflow:hidden;border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 60px -34px rgba(0,0,0,.7);background:#0a2b2a;}
body.aqh-prostitcher .digital h2{color:#fff;font-size:clamp(1.9rem,3.6vw,2.5rem);font-weight:700;}
body.aqh-prostitcher .sessions h2{color:#fff;font-size:clamp(1.7rem,3.3vw,2.35rem);font-weight:700;position:relative;z-index:2;}
body.aqh-prostitcher .calc h3,body.aqh-prostitcher .sched h3{font-size:1.28rem;font-weight:700;margin-bottom:.2rem;}
body.aqh-prostitcher .sched p{color:var(--slate);font-size:.98rem;}
body.aqh-prostitcher .cta h2{color:#fff;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:700;max-width:24ch;margin:0 auto .8rem;}
@media (max-width:960px){body.aqh-prostitcher .sessions .pic{min-height:280px;order:-1;}}
body.aqh-prostitcher .appwin .screen{aspect-ratio:3/4;background:#fff;position:relative;}

/* ===== page overrides: machines ===== */
body.aqh-machines{--teal:#159C99; --teal-2:#0C7573; --teal-3:#0A5E5C; --teal-dk:#0B3B3A; --teal-ink:#07302E;
  --sand:#F7F1E6; --sand-2:#EFE6D5; --cream:#FCF9F2;
  --amber:#E8A029; --coral:#DD6E54; --coral-dk:#C0553C;
  --ink:#233031; --slate:#586764; --faint:#93a09c;
  --line:#E6DCC9; --line-2:#DED2BB;
  --r:16px; --rb:8px;
  --head:"Plus Jakarta Sans",-apple-system,Segoe UI,sans-serif;
  --body:"Nunito Sans",-apple-system,Segoe UI,sans-serif;
  --maxw:1180px;
  --lattice:repeating-linear-gradient(45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px),repeating-linear-gradient(-45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px);
  --scallop:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='34' viewBox='0 0 48 34'%3E%3Cpath d='M0,8 Q24,30 48,8' fill='none' stroke='%230C7573' stroke-width='2'/%3E%3Cpath d='M0,3 Q24,25 48,3' fill='none' stroke='%23DD6E54' stroke-width='1.4' stroke-dasharray='2 4'/%3E%3C/svg%3E");}
body.aqh-machines .hero-inner .wrap{padding:46px 26px 50px;position:relative;z-index:2;}
body.aqh-machines .hero-inner h1{font-size:clamp(2rem,4.4vw,3.05rem);font-weight:800;letter-spacing:-.02em;margin:.2rem auto 0;max-width:20ch;}
body.aqh-machines .hero-inner .lead{max-width:52ch;margin:1rem auto 0;font-size:1.12rem;color:var(--slate);}
body.aqh-machines .head-c{text-align:center;max-width:720px;margin:0 auto 36px;position:relative;z-index:2;}
body.aqh-machines .head-c h2 em{font-style:normal;color:var(--coral);font-weight:800;}
body.aqh-machines .acc{max-width:860px;margin:0 auto;position:relative;z-index:2;display:grid;gap:14px;}
body.aqh-machines .acc-a .inner p{margin:0 0 .5rem;}
body.aqh-machines .acc-a ul{margin:.5rem 0 .6rem;padding-left:18px;display:grid;gap:.3rem;}
body.aqh-machines .acc-item.open .acc-a{max-height:560px;}
body.aqh-machines .sessions h2{color:#fff;font-size:clamp(1.7rem,3.3vw,2.35rem);font-weight:700;position:relative;z-index:2;}
body.aqh-machines .cta h2{color:#fff;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:700;max-width:24ch;margin:0 auto .8rem;}
@media (max-width:960px){body.aqh-machines .sessions .pic{min-height:280px;order:-1;}}

/* ===== page overrides: designer ===== */
body.aqh-designer{--teal:#159C99; --teal-2:#0C7573; --teal-3:#0A5E5C; --teal-dk:#0B3B3A; --teal-ink:#07302E;
  --sand:#F7F1E6; --sand-2:#EFE6D5; --cream:#FCF9F2;
  --amber:#E8A029; --coral:#DD6E54; --coral-dk:#C0553C;
  --ink:#233031; --slate:#586764; --faint:#93a09c;
  --line:#E6DCC9; --line-2:#DED2BB;
  --r:16px; --rb:8px;
  --head:"Plus Jakarta Sans",-apple-system,Segoe UI,sans-serif;
  --body:"Nunito Sans",-apple-system,Segoe UI,sans-serif;
  --maxw:1180px;
  --lattice:repeating-linear-gradient(45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px),repeating-linear-gradient(-45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px);
  --scallop:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='34' viewBox='0 0 48 34'%3E%3Cpath d='M0,8 Q24,30 48,8' fill='none' stroke='%230C7573' stroke-width='2'/%3E%3Cpath d='M0,3 Q24,25 48,3' fill='none' stroke='%23DD6E54' stroke-width='1.4' stroke-dasharray='2 4'/%3E%3C/svg%3E");}
body.aqh-designer .hero-inner .wrap{padding:46px 26px 50px;position:relative;z-index:2;}
body.aqh-designer .hero-inner h1{font-size:clamp(2rem,4.4vw,3.05rem);font-weight:800;letter-spacing:-.02em;margin:.2rem auto 0;max-width:20ch;}
body.aqh-designer .hero-inner .lead{max-width:52ch;margin:1rem auto 0;font-size:1.12rem;color:var(--slate);}
body.aqh-designer .head-c{text-align:center;max-width:720px;margin:0 auto 36px;position:relative;z-index:2;}
body.aqh-designer .head-c h2 em{font-style:normal;color:var(--coral);font-weight:800;}
body.aqh-designer .acc{max-width:880px;margin:0 auto;position:relative;z-index:2;display:grid;gap:14px;}
body.aqh-designer .acc-a{max-height:0;overflow:hidden;transition:max-height .35s ease;}
body.aqh-designer .sessions h2{color:#fff;font-size:clamp(1.7rem,3.3vw,2.35rem);font-weight:700;position:relative;z-index:2;}
body.aqh-designer .cta h2{color:#fff;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:700;max-width:24ch;margin:0 auto .8rem;}
@media (max-width:960px){body.aqh-designer .sessions .pic{min-height:280px;order:-1;}}

/* ===== page overrides: business ===== */
body.aqh-business{--teal:#159C99; --teal-2:#0C7573; --teal-3:#0A5E5C; --teal-dk:#0B3B3A; --teal-ink:#07302E;
  --sand:#F7F1E6; --sand-2:#EFE6D5; --cream:#FCF9F2;
  --amber:#E8A029; --coral:#DD6E54; --coral-dk:#C0553C;
  --ink:#233031; --slate:#586764; --faint:#93a09c;
  --line:#E6DCC9; --line-2:#DED2BB;
  --r:16px; --rb:8px;
  --head:"Plus Jakarta Sans",-apple-system,Segoe UI,sans-serif;
  --body:"Nunito Sans",-apple-system,Segoe UI,sans-serif;
  --maxw:1180px;
  --lattice:repeating-linear-gradient(45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px),repeating-linear-gradient(-45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px);
  --scallop:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='34' viewBox='0 0 48 34'%3E%3Cpath d='M0,8 Q24,30 48,8' fill='none' stroke='%230C7573' stroke-width='2'/%3E%3Cpath d='M0,3 Q24,25 48,3' fill='none' stroke='%23DD6E54' stroke-width='1.4' stroke-dasharray='2 4'/%3E%3C/svg%3E");}
body.aqh-business .hero-inner .wrap{padding:46px 26px 50px;position:relative;z-index:2;}
body.aqh-business .hero-inner h1{font-size:clamp(2rem,4.4vw,3.05rem);font-weight:800;letter-spacing:-.02em;margin:.2rem auto 0;max-width:20ch;}
body.aqh-business .hero-inner .lead{max-width:56ch;margin:1rem auto 0;font-size:1.12rem;color:var(--slate);}
body.aqh-business .head-c{text-align:center;max-width:720px;margin:0 auto 36px;position:relative;z-index:2;}
body.aqh-business .head-c h2{font-size:clamp(2rem,4vw,2.6rem);font-weight:800;}
body.aqh-business .head-c h2 em{font-style:normal;color:var(--coral);font-weight:800;}
body.aqh-business .sessions .txt{background:linear-gradient(150deg,var(--teal-2),var(--teal-3));color:#fff;padding:48px 46px;position:relative;overflow:hidden;}
body.aqh-business .sessions h2{color:#fff;font-size:clamp(1.7rem,3.3vw,2.3rem);font-weight:700;position:relative;z-index:2;}
body.aqh-business .sessions ul{list-style:none;padding:0;margin:1.2rem 0 0;display:grid;grid-template-columns:1fr 1fr;gap:.6rem 1.2rem;position:relative;z-index:2;}
body.aqh-business .sessions ul li{padding-left:26px;position:relative;color:#e3f3f2;font-size:.95rem;}
body.aqh-business .sessions ul li .qb{position:absolute;left:0;top:3px;width:16px;height:16px;color:var(--amber);}
body.aqh-business .cta h2{color:#fff;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:700;max-width:24ch;margin:0 auto .8rem;}
@media (max-width:960px){body.aqh-business .sessions .pic{min-height:260px;order:-1;}}

/* ===== page overrides: contact ===== */
body.aqh-contact{--teal:#159C99; --teal-2:#0C7573; --teal-3:#0A5E5C; --teal-dk:#0B3B3A; --teal-ink:#07302E;
  --sand:#F7F1E6; --sand-2:#EFE6D5; --cream:#FCF9F2;
  --amber:#E8A029; --coral:#DD6E54; --coral-dk:#C0553C;
  --ink:#233031; --slate:#586764; --faint:#93a09c;
  --line:#E6DCC9; --line-2:#DED2BB;
  --r:16px; --rb:8px;
  --head:"Plus Jakarta Sans",-apple-system,Segoe UI,sans-serif;
  --body:"Nunito Sans",-apple-system,Segoe UI,sans-serif;
  --maxw:1180px;
  --lattice:repeating-linear-gradient(45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px),repeating-linear-gradient(-45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px);
  --scallop:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='34' viewBox='0 0 48 34'%3E%3Cpath d='M0,8 Q24,30 48,8' fill='none' stroke='%230C7573' stroke-width='2'/%3E%3Cpath d='M0,3 Q24,25 48,3' fill='none' stroke='%23DD6E54' stroke-width='1.4' stroke-dasharray='2 4'/%3E%3C/svg%3E");}
body.aqh-contact .hero-inner .wrap{padding:46px 26px 50px;position:relative;z-index:2;}
body.aqh-contact .hero-inner h1{font-size:clamp(2rem,4.4vw,3.05rem);font-weight:800;letter-spacing:-.02em;margin:.2rem auto 0;max-width:20ch;}
body.aqh-contact .hero-inner .lead{max-width:54ch;margin:1rem auto 0;font-size:1.12rem;color:var(--slate);}
body.aqh-contact .head-c{text-align:center;max-width:720px;margin:0 auto 36px;position:relative;z-index:2;}
body.aqh-contact .head-c h2{font-size:clamp(2rem,4vw,2.6rem);font-weight:800;}
body.aqh-contact .head-c h2 em{font-style:normal;color:var(--coral);font-weight:800;}
body.aqh-contact .cta h2{color:#fff;font-size:clamp(1.9rem,4vw,2.6rem);font-weight:700;max-width:24ch;margin:0 auto .8rem;}

/* ===== page overrides: events ===== */
body.aqh-events{--teal:#159C99; --teal-2:#0C7573; --teal-3:#0A5E5C; --teal-dk:#0B3B3A; --teal-ink:#07302E;
  --sand:#F7F1E6; --sand-2:#EFE6D5; --cream:#FCF9F2;
  --amber:#E8A029; --coral:#DD6E54; --coral-dk:#C0553C;
  --ink:#233031; --slate:#586764; --faint:#93a09c;
  --line:#E6DCC9; --line-2:#DED2BB;
  --r:16px; --rb:8px;
  --head:"Plus Jakarta Sans",-apple-system,Segoe UI,sans-serif;
  --body:"Nunito Sans",-apple-system,Segoe UI,sans-serif;
  --maxw:1180px;
  --lattice:repeating-linear-gradient(45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px),repeating-linear-gradient(-45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px);
  --scallop:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='34' viewBox='0 0 48 34'%3E%3Cpath d='M0,8 Q24,30 48,8' fill='none' stroke='%230C7573' stroke-width='2'/%3E%3Cpath d='M0,3 Q24,25 48,3' fill='none' stroke='%23DD6E54' stroke-width='1.4' stroke-dasharray='2 4'/%3E%3C/svg%3E");}
body.aqh-events .hero-inner .wrap{padding:46px 26px 50px;position:relative;z-index:2;}
body.aqh-events .hero-inner h1{font-size:clamp(2rem,4.4vw,3.05rem);font-weight:800;letter-spacing:-.02em;margin:.2rem auto 0;max-width:22ch;}
body.aqh-events .hero-inner .lead{max-width:54ch;margin:1rem auto 0;font-size:1.12rem;color:var(--slate);}
body.aqh-events .head-c{text-align:center;max-width:720px;margin:0 auto 36px;position:relative;z-index:2;}
body.aqh-events .head-c h2{font-size:clamp(2rem,4vw,2.6rem);font-weight:800;}
body.aqh-events .head-c h2 em{font-style:normal;color:var(--coral);font-weight:800;}
body.aqh-events .cta h2{color:#fff;font-size:clamp(1.9rem,4vw,2.6rem);font-weight:700;max-width:24ch;margin:0 auto .8rem;}

/* ===== page overrides: m-stationary ===== */
body.aqh-m-stationary{--teal:#159C99; --teal-2:#0C7573; --teal-3:#0A5E5C; --teal-dk:#0B3B3A; --teal-ink:#07302E;
  --sand:#F7F1E6; --sand-2:#EFE6D5; --cream:#FCF9F2;
  --amber:#E8A029; --coral:#DD6E54; --coral-dk:#C0553C;
  --ink:#233031; --slate:#586764; --faint:#93a09c;
  --line:#E6DCC9; --line-2:#DED2BB;
  --r:16px; --rb:8px;
  --head:"Plus Jakarta Sans",-apple-system,Segoe UI,sans-serif;
  --body:"Nunito Sans",-apple-system,Segoe UI,sans-serif;
  --maxw:1180px;
  --lattice:repeating-linear-gradient(45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px),repeating-linear-gradient(-45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px);
  --scallop:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='34' viewBox='0 0 48 34'%3E%3Cpath d='M0,8 Q24,30 48,8' fill='none' stroke='%230C7573' stroke-width='2'/%3E%3Cpath d='M0,3 Q24,25 48,3' fill='none' stroke='%23DD6E54' stroke-width='1.4' stroke-dasharray='2 4'/%3E%3C/svg%3E");}
body.aqh-m-stationary .hero-inner .wrap{padding:46px 26px 50px;position:relative;z-index:2;}
body.aqh-m-stationary .hero-inner h1{font-size:clamp(2rem,4.4vw,3.05rem);font-weight:800;letter-spacing:-.02em;margin:.2rem auto 0;max-width:20ch;}
body.aqh-m-stationary .hero-inner .lead{max-width:52ch;margin:1rem auto 0;font-size:1.12rem;color:var(--slate);}
body.aqh-m-stationary .head-c{text-align:center;max-width:720px;margin:0 auto 36px;position:relative;z-index:2;}
body.aqh-m-stationary .head-c h2 em{font-style:normal;color:var(--coral);font-weight:800;}
body.aqh-m-stationary .acc{max-width:860px;margin:0 auto;position:relative;z-index:2;display:grid;gap:14px;}
body.aqh-m-stationary .acc-a .inner p{margin:0 0 .5rem;}
body.aqh-m-stationary .acc-a ul{margin:.5rem 0 .6rem;padding-left:18px;display:grid;gap:.3rem;}
body.aqh-m-stationary .acc-item.open .acc-a{max-height:560px;}
body.aqh-m-stationary .sessions h2{color:#fff;font-size:clamp(1.7rem,3.3vw,2.35rem);font-weight:700;position:relative;z-index:2;}
body.aqh-m-stationary .cta h2{color:#fff;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:700;max-width:24ch;margin:0 auto .8rem;}
@media (max-width:960px){body.aqh-m-stationary .sessions .pic{min-height:280px;order:-1;}}

/* ===== page overrides: m-moxie ===== */
body.aqh-m-moxie{--teal:#159C99; --teal-2:#0C7573; --teal-3:#0A5E5C; --teal-dk:#0B3B3A; --teal-ink:#07302E;
  --sand:#F7F1E6; --sand-2:#EFE6D5; --cream:#FCF9F2;
  --amber:#E8A029; --coral:#DD6E54; --coral-dk:#C0553C;
  --ink:#233031; --slate:#586764; --faint:#93a09c;
  --line:#E6DCC9; --line-2:#DED2BB;
  --r:16px; --rb:8px;
  --head:"Plus Jakarta Sans",-apple-system,Segoe UI,sans-serif;
  --body:"Nunito Sans",-apple-system,Segoe UI,sans-serif;
  --maxw:1180px;
  --lattice:repeating-linear-gradient(45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px),repeating-linear-gradient(-45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px);
  --scallop:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='34' viewBox='0 0 48 34'%3E%3Cpath d='M0,8 Q24,30 48,8' fill='none' stroke='%230C7573' stroke-width='2'/%3E%3Cpath d='M0,3 Q24,25 48,3' fill='none' stroke='%23DD6E54' stroke-width='1.4' stroke-dasharray='2 4'/%3E%3C/svg%3E");}
body.aqh-m-moxie .hero-inner .wrap{padding:46px 26px 50px;position:relative;z-index:2;}
body.aqh-m-moxie .hero-inner h1{font-size:clamp(2rem,4.4vw,3.05rem);font-weight:800;letter-spacing:-.02em;margin:.2rem auto 0;max-width:20ch;}
body.aqh-m-moxie .hero-inner .lead{max-width:52ch;margin:1rem auto 0;font-size:1.12rem;color:var(--slate);}
body.aqh-m-moxie .head-c{text-align:center;max-width:720px;margin:0 auto 36px;position:relative;z-index:2;}
body.aqh-m-moxie .head-c h2 em{font-style:normal;color:var(--coral);font-weight:800;}
body.aqh-m-moxie .acc{max-width:860px;margin:0 auto;position:relative;z-index:2;display:grid;gap:14px;}
body.aqh-m-moxie .acc-a .inner p{margin:0 0 .5rem;}
body.aqh-m-moxie .acc-a ul{margin:.5rem 0 .6rem;padding-left:18px;display:grid;gap:.3rem;}
body.aqh-m-moxie .acc-item.open .acc-a{max-height:560px;}
body.aqh-m-moxie .sessions h2{color:#fff;font-size:clamp(1.7rem,3.3vw,2.35rem);font-weight:700;position:relative;z-index:2;}
body.aqh-m-moxie .cta h2{color:#fff;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:700;max-width:24ch;margin:0 auto .8rem;}
@media (max-width:960px){body.aqh-m-moxie .sessions .pic{min-height:280px;order:-1;}}

/* ===== page overrides: m-amara ===== */
body.aqh-m-amara{--teal:#159C99; --teal-2:#0C7573; --teal-3:#0A5E5C; --teal-dk:#0B3B3A; --teal-ink:#07302E;
  --sand:#F7F1E6; --sand-2:#EFE6D5; --cream:#FCF9F2;
  --amber:#E8A029; --coral:#DD6E54; --coral-dk:#C0553C;
  --ink:#233031; --slate:#586764; --faint:#93a09c;
  --line:#E6DCC9; --line-2:#DED2BB;
  --r:16px; --rb:8px;
  --head:"Plus Jakarta Sans",-apple-system,Segoe UI,sans-serif;
  --body:"Nunito Sans",-apple-system,Segoe UI,sans-serif;
  --maxw:1180px;
  --lattice:repeating-linear-gradient(45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px),repeating-linear-gradient(-45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px);
  --scallop:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='34' viewBox='0 0 48 34'%3E%3Cpath d='M0,8 Q24,30 48,8' fill='none' stroke='%230C7573' stroke-width='2'/%3E%3Cpath d='M0,3 Q24,25 48,3' fill='none' stroke='%23DD6E54' stroke-width='1.4' stroke-dasharray='2 4'/%3E%3C/svg%3E");}
body.aqh-m-amara .hero-inner .wrap{padding:46px 26px 50px;position:relative;z-index:2;}
body.aqh-m-amara .hero-inner h1{font-size:clamp(2rem,4.4vw,3.05rem);font-weight:800;letter-spacing:-.02em;margin:.2rem auto 0;max-width:20ch;}
body.aqh-m-amara .hero-inner .lead{max-width:52ch;margin:1rem auto 0;font-size:1.12rem;color:var(--slate);}
body.aqh-m-amara .head-c{text-align:center;max-width:720px;margin:0 auto 36px;position:relative;z-index:2;}
body.aqh-m-amara .head-c h2 em{font-style:normal;color:var(--coral);font-weight:800;}
body.aqh-m-amara .acc{max-width:860px;margin:0 auto;position:relative;z-index:2;display:grid;gap:14px;}
body.aqh-m-amara .acc-a .inner p{margin:0 0 .5rem;}
body.aqh-m-amara .acc-a ul{margin:.5rem 0 .6rem;padding-left:18px;display:grid;gap:.3rem;}
body.aqh-m-amara .acc-item.open .acc-a{max-height:560px;}
body.aqh-m-amara .sessions h2{color:#fff;font-size:clamp(1.7rem,3.3vw,2.35rem);font-weight:700;position:relative;z-index:2;}
body.aqh-m-amara .cta h2{color:#fff;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:700;max-width:24ch;margin:0 auto .8rem;}
@media (max-width:960px){body.aqh-m-amara .sessions .pic{min-height:280px;order:-1;}}

/* ===== page overrides: m-infinity ===== */
body.aqh-m-infinity{--teal:#159C99; --teal-2:#0C7573; --teal-3:#0A5E5C; --teal-dk:#0B3B3A; --teal-ink:#07302E;
  --sand:#F7F1E6; --sand-2:#EFE6D5; --cream:#FCF9F2;
  --amber:#E8A029; --coral:#DD6E54; --coral-dk:#C0553C;
  --ink:#233031; --slate:#586764; --faint:#93a09c;
  --line:#E6DCC9; --line-2:#DED2BB;
  --r:16px; --rb:8px;
  --head:"Plus Jakarta Sans",-apple-system,Segoe UI,sans-serif;
  --body:"Nunito Sans",-apple-system,Segoe UI,sans-serif;
  --maxw:1180px;
  --lattice:repeating-linear-gradient(45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px),repeating-linear-gradient(-45deg,rgba(10,94,92,.04) 0 1px,transparent 1px 32px);
  --scallop:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='34' viewBox='0 0 48 34'%3E%3Cpath d='M0,8 Q24,30 48,8' fill='none' stroke='%230C7573' stroke-width='2'/%3E%3Cpath d='M0,3 Q24,25 48,3' fill='none' stroke='%23DD6E54' stroke-width='1.4' stroke-dasharray='2 4'/%3E%3C/svg%3E");}
body.aqh-m-infinity .hero-inner .wrap{padding:46px 26px 50px;position:relative;z-index:2;}
body.aqh-m-infinity .hero-inner h1{font-size:clamp(2rem,4.4vw,3.05rem);font-weight:800;letter-spacing:-.02em;margin:.2rem auto 0;max-width:20ch;}
body.aqh-m-infinity .hero-inner .lead{max-width:52ch;margin:1rem auto 0;font-size:1.12rem;color:var(--slate);}
body.aqh-m-infinity .head-c{text-align:center;max-width:720px;margin:0 auto 36px;position:relative;z-index:2;}
body.aqh-m-infinity .head-c h2 em{font-style:normal;color:var(--coral);font-weight:800;}
body.aqh-m-infinity .acc{max-width:860px;margin:0 auto;position:relative;z-index:2;display:grid;gap:14px;}
body.aqh-m-infinity .acc-a .inner p{margin:0 0 .5rem;}
body.aqh-m-infinity .acc-a ul{margin:.5rem 0 .6rem;padding-left:18px;display:grid;gap:.3rem;}
body.aqh-m-infinity .acc-item.open .acc-a{max-height:560px;}
body.aqh-m-infinity .sessions h2{color:#fff;font-size:clamp(1.7rem,3.3vw,2.35rem);font-weight:700;position:relative;z-index:2;}
body.aqh-m-infinity .cta h2{color:#fff;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:700;max-width:24ch;margin:0 auto .8rem;}
@media (max-width:960px){body.aqh-m-infinity .sessions .pic{min-height:280px;order:-1;}}

/* ===== wp_nav_menu structure (ul/li) + dropdowns ===== */
.aqh-rd .nav-links ul.aqh-menu{list-style:none;margin:0;padding:0;display:flex;gap:22px;align-items:center;}
.aqh-rd .nav-links li{position:relative;margin:0;padding:0;list-style:none;}
.aqh-rd .nav-links li a{display:inline-block;}
.aqh-rd .nav-links li.current-menu-item>a,
.aqh-rd .nav-links li.current_page_item>a,
.aqh-rd .nav-links li.current-menu-ancestor>a,
.aqh-rd .nav-links li.current-page-ancestor>a{color:var(--teal-2);border-bottom-color:var(--coral);}
/* parent indicator */
.aqh-rd .nav-links li.menu-item-has-children>a::after{content:"";display:inline-block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid var(--coral);margin-left:.5em;vertical-align:middle;}
/* dropdown panel */
.aqh-rd .nav-links ul.sub-menu{position:absolute;top:100%;left:-16px;min-width:230px;background:var(--cream);border:1px solid var(--line);border-radius:14px;box-shadow:0 22px 44px -20px rgba(10,59,59,.35);padding:10px;display:none;flex-direction:column;gap:2px;z-index:80;}
.aqh-rd .nav-links ul.sub-menu::before{content:"";position:absolute;top:-7px;left:26px;width:12px;height:12px;background:var(--cream);border-left:1px solid var(--line);border-top:1px solid var(--line);transform:rotate(45deg);}
.aqh-rd .nav-links li:hover>ul.sub-menu,
.aqh-rd .nav-links li:focus-within>ul.sub-menu{display:flex;}
.aqh-rd .nav-links ul.sub-menu li{width:100%;}
.aqh-rd .nav-links ul.sub-menu li a{display:block;width:100%;padding:9px 13px;border-bottom:none;border-radius:9px;font-size:.9rem;white-space:normal;}
.aqh-rd .nav-links ul.sub-menu li a:hover{background:var(--sand-2);color:var(--teal-2);border-bottom:none;}
.aqh-rd .nav-links ul.sub-menu li a::after{content:none;}
/* hover bridge so the dropdown doesn't close crossing the gap */
.aqh-rd .nav-links li.menu-item-has-children::after{content:"";position:absolute;left:0;right:0;top:100%;height:12px;}
@media (max-width:820px){
  .aqh-rd .nav-links ul.aqh-menu{flex-direction:column;align-items:stretch;gap:2px;width:100%;}
  .aqh-rd .nav-links li a{display:block;padding:12px 0;border-bottom:1px solid var(--line);}
  /* sub-menus render inline (always open) on mobile */
  .aqh-rd .nav-links ul.sub-menu{position:static;display:flex;min-width:0;background:transparent;border:none;box-shadow:none;padding:0 0 4px 18px;}
  .aqh-rd .nav-links ul.sub-menu::before{content:none;}
  .aqh-rd .nav-links li.menu-item-has-children::after{content:none;}
  .aqh-rd .nav-links ul.sub-menu li a{padding:9px 0;border-radius:0;}
}

/* footer about text (overrides theme-global p color) */
.aqh-rd footer .f-about{color:#a9cfce;}

/* footer quick-links menu (wp_nav_menu "AQH Footer Menu" + static fallback) */
.aqh-rd footer .f-menu{list-style:none;margin:0;padding:0;}
.aqh-rd footer .f-menu li{margin:0;padding:0;}
.aqh-rd footer .f-menu li::marker{content:none;}


/* ===== util bar: member credits ===== */
.aqh-rd .util .util-credits{color:var(--amber);font-weight:800;display:inline-flex;gap:.4em;align-items:center;}
.aqh-rd .util .util-credits span{display:inline;}

/* ===== credit shop skin (visual only — markup & logic untouched) ===== */
.aqh-rd .rnk-credit-shop-header{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;}
.aqh-rd .rnk-credit-shop-header h1,.aqh-rd .rnk-credit-shop-header h2{font-family:var(--head);font-weight:800;color:var(--ink);letter-spacing:-.01em;}
.aqh-rd .rnk-credit-balance{background:var(--teal);color:#fff;font-family:var(--head);font-weight:800;border-radius:100px;padding:12px 22px;box-shadow:0 12px 26px -14px rgba(21,156,153,.9);}
.aqh-rd .rnk-credit-shop-cats a,.aqh-rd .rnk-credit-shop-cats button{display:inline-block;font-family:var(--body);font-weight:800;font-size:.92rem;padding:.7em 1.5em;border-radius:100px;border:2px solid var(--teal-3);color:var(--teal-3);background:transparent;text-decoration:none;transition:.18s;}
.aqh-rd .rnk-credit-shop-cats a:hover,.aqh-rd .rnk-credit-shop-cats button:hover{background:var(--teal-3);color:#fff;}
.aqh-rd .rnk-credit-shop-cats a.active,.aqh-rd .rnk-credit-shop-cats button.active{background:var(--teal);border-color:var(--teal);color:#fff;box-shadow:0 10px 22px -12px rgba(21,156,153,.9);}
.aqh-rd .rnk-credit-shop-grid{gap:24px;}
.aqh-rd .rnk-credit-shop-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);box-shadow:0 2px 0 var(--line-2);padding:22px;transition:.2s;}
.aqh-rd .rnk-credit-shop-card:hover{transform:translateY(-4px);box-shadow:0 24px 44px -28px rgba(10,59,59,.5);}
.aqh-rd .rnk-credit-shop-card img{border-radius:10px;border:1px solid var(--line);}
.aqh-rd .rnk-credit-shop-title{font-family:var(--head);font-weight:700;color:var(--ink);}
.aqh-rd .rnk-credit-shop-desc{color:var(--slate);}
.aqh-rd .rnk-credit-shop-price{font-family:var(--head);font-weight:800;color:var(--teal-2);}
.aqh-rd .rnk-credit-shop-btn{display:inline-block;font-family:var(--body);font-weight:800;font-size:.92rem;padding:.75em 1.6em;border-radius:100px;border:2px solid transparent;background:var(--teal);color:#fff;cursor:pointer;text-decoration:none;transition:.18s;box-shadow:0 10px 22px -12px rgba(21,156,153,.9);}
.aqh-rd .rnk-credit-shop-btn:hover{background:var(--teal-2);transform:translateY(-2px);color:#fff;}
.aqh-rd .rnk-credit-shop-btn.rnk-credit-shop-download{background:transparent;border-color:var(--teal-3);color:var(--teal-3);box-shadow:none;}
.aqh-rd .rnk-credit-shop-btn.rnk-credit-shop-download:hover{background:var(--teal-3);color:#fff;}
.aqh-rd .rnk-credit-shop-owned{display:inline-block;background:var(--amber);color:#3a2a06;font-family:var(--body);font-weight:800;border-radius:100px;padding:.6em 1.4em;}
.aqh-rd .rnk-credit-message{border-radius:12px;font-family:var(--body);font-weight:700;}
.aqh-rd .aqh-view-credit-shop-inline,.aqh-rd .aqh-download-credit-shop{border-radius:100px;font-family:var(--body);font-weight:800;}


/* ===== header hardening: pin exact metrics so Bootstrap (.nav/.btn on legacy pages) can't shift them ===== */
.aqh-rd header.nav{position:sticky;top:0;z-index:60;display:block;padding:0;margin:0;background:rgba(252,249,242,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);}
.aqh-rd header.nav .wrap{display:flex;flex-wrap:nowrap;align-items:center;gap:20px;min-height:80px;padding:0 26px;margin:0 auto;max-width:var(--maxw);}
.aqh-rd header.nav .brand img{height:46px;width:auto;}
.aqh-rd .nav-links ul.aqh-menu{display:flex;gap:22px;align-items:center;padding:0;margin:0;}
.aqh-rd .nav-links li a{font-family:var(--body);font-weight:700;font-size:.92rem;line-height:1.65;color:var(--ink);padding:6px 0;letter-spacing:normal;}
.aqh-rd header.nav a.btn{font-family:var(--body);font-weight:800;font-size:.84rem;line-height:1.5;padding:.62em 1.25em;border-radius:100px;letter-spacing:.01em;}
.aqh-rd .util .wrap{min-height:42px;padding:0 26px;font-size:.82rem;line-height:1.65;}


/* =====================================================================
   PRODUCTS / SHOP skin  (body.aqh-products = WooCommerce shop archive
   + product category pages, rendered by woocommerce/archive-product.php)
   CSS-ONLY over the legacy Bootstrap markup — no template/logic changes,
   same approach as the credit-shop skin.
   ===================================================================== */

/* ---- compact light inner hero (design system: inner pages, text only) ---- */
/* custom.css paints .commonInnerBg with a dark teal gradient and forces white text —
   override both, since a miss here is the most visible possible failure */
body.aqh-products .hero_inner{position:relative;background-color:var(--cream)!important;background-image:var(--lattice)!important;border-bottom:1px solid var(--line);text-align:center;overflow:hidden;min-height:0;padding:0;}
body.aqh-products .hero_inner .hero-slide{background:none!important;min-height:0!important;height:auto!important;padding:0;display:block;}
body.aqh-products .hero_inner .hero-content{padding:42px 26px 46px;max-width:var(--maxw);margin:0 auto;}
/* deeper than custom.css's `.hero_inner .hero-content h1{color:#fff}` (which ties on specificity) */
body.aqh-products .hero_inner .hero-content h1{font-family:var(--head)!important;font-weight:700;font-size:clamp(2rem,4.4vw,2.9rem);line-height:1.14;letter-spacing:-.02em;color:var(--ink)!important;width:auto;margin:0;text-shadow:none;}
body.aqh-products .hero_inner .hero-content p{color:var(--slate)!important;margin:.8rem auto 0;max-width:58ch;width:auto;}

/* ---- section ground ---- */
body.aqh-products .product-section{background:var(--sand);padding:46px 0 60px;}

/* ---- category sidebar ---- */
body.aqh-products .category-box .sidebar{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);box-shadow:0 2px 0 var(--line-2);padding:14px!important;position:sticky;top:96px;}
body.aqh-products .iksm-term__inner{background:transparent!important;border-radius:10px;min-height:42px;transition:.18s;}
body.aqh-products .iksm-term__inner:hover{background:rgba(21,156,153,.09)!important;}
body.aqh-products .iksm-term__link{font-family:var(--body)!important;font-weight:600!important;font-size:.95rem!important;color:var(--ink)!important;text-decoration:none!important;padding:8px 14px!important;}
body.aqh-products .iksm-term__inner:hover .iksm-term__link{color:var(--teal-3)!important;}
body.aqh-products .iksm-term--current>.iksm-term__inner{background:var(--teal)!important;}
body.aqh-products .iksm-term--current>.iksm-term__inner .iksm-term__link{color:#fff!important;}
body.aqh-products .iksm-term--child .iksm-term__link{font-weight:600!important;font-size:.9rem!important;color:var(--slate)!important;}
body.aqh-products .iksm-term__toggle{color:var(--teal-2)!important;}

/* ---- product grid: equal-height cards ---- */
/* custom.css already sets row-gap:25px on .product-section .row — keep one gap source, no margins */
body.aqh-products .col-md-9>.row{row-gap:26px;margin-left:-13px;margin-right:-13px;}
body.aqh-products .col-md-9>.row>[class*="col-"]{display:flex;padding-left:13px;padding-right:13px;margin-bottom:0;}
body.aqh-products .product-item{width:100%;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:0 2px 0 var(--line-2);padding:16px;transition:.2s;overflow:hidden;}
body.aqh-products .product-item:hover{transform:translateY(-4px);box-shadow:0 24px 44px -28px rgba(10,59,59,.5);border-color:var(--line-2);}
body.aqh-products .product-link{display:block;text-decoration:none!important;color:inherit;}
body.aqh-products .product-link:hover{text-decoration:none!important;}

/* image well */
body.aqh-products .product-picture{position:relative;background:var(--cream);border-radius:var(--rb);border:1px solid var(--line);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;padding:12px;overflow:hidden;margin-bottom:14px;}
body.aqh-products .product-item .product-picture img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;transition:.3s;}

/* sale badge — .m-4 supplies the 1.5rem inset, so no !important needed */
body.aqh-products .product-picture .tag{position:absolute;top:0;left:0;background:var(--coral);color:#fff;font-family:var(--body);font-weight:700;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;padding:.4em 1em;border-radius:100px;box-shadow:0 8px 18px -10px rgba(221,110,84,.9);}

/* title + price */
/* custom.css truncates titles to one line (white-space:nowrap + ellipsis) — wrap to two instead */
body.aqh-products .product-item h3{font-family:var(--head);font-weight:700;font-size:1.02rem;line-height:1.3;color:var(--ink);margin:0 0 8px;padding:0;text-decoration:none;white-space:normal;overflow:hidden;text-overflow:clip;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;}
body.aqh-products .product-link:hover h3{color:var(--teal-2);}
body.aqh-products .product-price{font-family:var(--head);font-weight:700;font-size:1.12rem;color:var(--teal-2);margin:0 0 2px;padding:0;text-decoration:none;}
body.aqh-products .product-price span,body.aqh-products .product-price bdi{text-decoration:none;}
body.aqh-products .product-price .price-regular{color:var(--faint);font-size:.95rem;font-weight:600;}
body.aqh-products .product-price .price-sale{color:var(--coral-dk);}

/* ---- buttons: solid teal add-to-cart + outlined buy now ---- */
body.aqh-products .product-actions{margin-top:auto!important;padding:14px 0 0;gap:10px;}
/* !important on the paint properties only: custom.css hard-codes these buttons
   (a.button.product_type_simple.add_to_cart_button / a.button.buy-now-loop) and
   WooCommerce ships its own a.button skin. Same tactic as the iksm menu block above. */
body.aqh-products .product-actions .button,body.aqh-products .product-actions a.button{display:inline-flex;align-items:center;justify-content:center;font-family:var(--body)!important;font-weight:700;font-size:.88rem;line-height:1.2;padding:.75em 1.4em!important;border-radius:100px!important;border:2px solid transparent;background:var(--teal)!important;color:#fff!important;text-decoration:none;cursor:pointer;transition:.18s;box-shadow:0 10px 22px -12px rgba(21,156,153,.9);}
body.aqh-products .product-actions .button:hover{background:var(--teal-2)!important;color:#fff!important;transform:translateY(-2px);}
body.aqh-products .product-actions a.buy-now-loop{background:transparent!important;border-color:var(--teal-3)!important;color:var(--teal-3)!important;box-shadow:none;}
body.aqh-products .product-actions a.buy-now-loop:hover{background:var(--teal-3)!important;color:#fff!important;}
body.aqh-products .product-actions .added_to_cart{background:transparent!important;border-color:var(--amber)!important;color:var(--coral-dk)!important;box-shadow:none;font-size:.82rem;padding:.55em 1.1em!important;}

/* ---- pagination ---- */
body.aqh-products .custom-pagination-wrap{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:18px;}
body.aqh-products .custom-pagination-wrap .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;border-radius:100px!important;border:2px solid var(--line-2);background:var(--cream)!important;color:var(--teal-3)!important;font-family:var(--body);font-weight:700;font-size:.9rem;text-decoration:none;transition:.18s;}
body.aqh-products .custom-pagination-wrap a.page-numbers:hover{border-color:var(--teal);color:var(--teal)!important;transform:translateY(-2px);}
body.aqh-products .custom-pagination-wrap .page-numbers.current{background:var(--teal)!important;border-color:var(--teal);color:#fff!important;box-shadow:0 10px 22px -12px rgba(21,156,153,.9);}
body.aqh-products .custom-pagination-wrap .page-numbers.dots{border-color:transparent;background:transparent!important;color:var(--faint)!important;}

/* ---- empty state ---- */
body.aqh-products .woocommerce-info,body.aqh-products .woocommerce-no-products-found{background:var(--cream);border:1px solid var(--line);border-left:4px solid var(--teal);border-radius:var(--rb);font-family:var(--body);color:var(--slate);padding:16px 20px;}

/* ---- responsive ---- */
@media (max-width:820px){
  body.aqh-products .category-box .sidebar{position:static;margin-bottom:24px;}
  body.aqh-products .product-section{padding:32px 0 44px;}
  body.aqh-products .hero_inner .hero-content{padding:32px 20px 34px;}
  body.aqh-products .product-actions{flex-direction:row;}
}


/* =====================================================================
   PRODUCT DETAIL skin  (body.aqh-product-single, added alongside
   aqh-products by the loader) — woocommerce/single-product.php.
   Selectors deliberately include `div.product` so they outrank
   WooCommerce core + custom.css, which style these at (0,4,3).
   ===================================================================== */

/* breadcrumb */
body.aqh-product-single .woocommerce-breadcrumb{font-family:var(--body);font-size:.86rem;color:var(--faint);margin:0 0 .5rem;}
body.aqh-product-single .woocommerce-breadcrumb a{color:var(--teal-2);text-decoration:none;}
body.aqh-product-single .woocommerce-breadcrumb a:hover{color:var(--teal-3);text-decoration:underline;}

/* gallery well */
body.aqh-product-single .custom-product-media{background:var(--cream);border:1px solid var(--line);border-radius:var(--r);box-shadow:0 2px 0 var(--line-2);padding:14px;overflow:hidden;}
body.aqh-product-single .custom-product-media img{border-radius:var(--rb);}
body.aqh-product-single div.product span.onsale{background:var(--coral)!important;color:#fff!important;}

/* title + price */
body.aqh-product-single div.product .product_title{font-family:var(--head)!important;font-weight:700!important;font-size:clamp(1.6rem,3.2vw,2.2rem)!important;line-height:1.16;letter-spacing:-.01em;color:var(--ink)!important;margin:0 0 .7rem!important;}
body.aqh-product-single div.product .custom-product-summary .price{font-family:var(--head)!important;font-weight:700!important;font-size:1.7rem!important;color:var(--teal-2)!important;margin:0 0 1.2rem!important;}
body.aqh-product-single div.product .custom-product-summary .price del{color:var(--faint);font-weight:600;font-size:1.05rem;opacity:.8;}
body.aqh-product-single div.product .custom-product-summary .price ins{text-decoration:none;color:var(--coral-dk);}
body.aqh-product-single .woocommerce-product-details__short-description{font-family:var(--body);color:var(--slate);margin-bottom:1.2rem;}

/* quantity + add to cart */
body.aqh-product-single div.product form.cart .quantity .qty{font-family:var(--body);font-weight:600;height:48px;width:86px;text-align:center;color:var(--ink);background:#fff;border:2px solid var(--line-2);border-radius:100px;}
body.aqh-product-single div.product form.cart button.single_add_to_cart_button{font-family:var(--body)!important;font-weight:700!important;font-size:.98rem!important;line-height:1.2!important;padding:.95em 2.2em!important;border:2px solid transparent!important;border-radius:100px!important;background:var(--teal)!important;color:#fff!important;box-shadow:0 12px 26px -12px rgba(21,156,153,.9);transition:.18s;}
body.aqh-product-single div.product form.cart button.single_add_to_cart_button:hover{background:var(--teal-2)!important;color:#fff!important;transform:translateY(-2px);}

/* meta line ("Category: Retreat") */
body.aqh-product-single .product_meta{font-family:var(--body);font-size:.9rem;color:var(--slate);border-top:1px solid var(--line);margin-top:18px;padding-top:14px;}
body.aqh-product-single .product_meta a{color:var(--teal-2);}
body.aqh-product-single .product_meta a:hover{color:var(--teal-3);text-decoration:underline;}

/* tabs */
body.aqh-product-single div.product .woocommerce-tabs ul.tabs{display:flex;flex-wrap:wrap;gap:8px;padding:0!important;margin:0 0 18px!important;border:none!important;}
body.aqh-product-single div.product .woocommerce-tabs ul.tabs::before{display:none!important;}
body.aqh-product-single div.product .woocommerce-tabs ul.tabs li{background:var(--sand-2)!important;border:1px solid var(--line)!important;border-radius:100px!important;margin:0!important;padding:0!important;box-shadow:none!important;}
body.aqh-product-single div.product .woocommerce-tabs ul.tabs li::before,body.aqh-product-single div.product .woocommerce-tabs ul.tabs li::after{display:none!important;}
body.aqh-product-single div.product .woocommerce-tabs ul.tabs li a{font-family:var(--body)!important;font-weight:700!important;font-size:.9rem!important;color:var(--teal-3)!important;padding:.62em 1.5em!important;display:block;}
body.aqh-product-single div.product .woocommerce-tabs ul.tabs li.active{background:var(--teal)!important;border-color:var(--teal)!important;}
body.aqh-product-single div.product .woocommerce-tabs ul.tabs li.active a{color:#fff!important;}

/* tab panel */
body.aqh-product-single div.product .woocommerce-tabs .panel{background:var(--cream)!important;border:1px solid var(--line)!important;border-radius:var(--r)!important;box-shadow:0 2px 0 var(--line-2);padding:26px!important;margin-top:0!important;}
body.aqh-product-single .woocommerce-Tabs-panel h2{font-family:var(--head)!important;font-weight:700!important;font-size:1.3rem!important;color:var(--ink)!important;margin-bottom:.7rem;}
body.aqh-product-single .woocommerce-Tabs-panel p,body.aqh-product-single .woocommerce-Tabs-panel li{font-family:var(--body);color:var(--slate);}

/* related / upsells — cards themselves reuse the aqh-products skin */
body.aqh-product-single .related>h2,body.aqh-product-single .up-sells>h2,body.aqh-product-single .upsells>h2{font-family:var(--head);font-weight:700;font-size:1.5rem;color:var(--ink);margin:38px 0 20px;}
body.aqh-products .related .row,body.aqh-products .up-sells .row,body.aqh-products .upsells .row{row-gap:26px;}
body.aqh-products .related .row>[class*="col-"],body.aqh-products .up-sells .row>[class*="col-"],body.aqh-products .upsells .row>[class*="col-"]{display:flex;}

/* reviews */
body.aqh-product-single #reviews .comment-reply-title,body.aqh-product-single #reviews h2{font-family:var(--head);font-weight:700;color:var(--ink);}
body.aqh-product-single #reviews .woocommerce-noreviews{font-family:var(--body);color:var(--slate);}

@media (max-width:820px){
  body.aqh-product-single .custom-product-media{margin-bottom:22px;}
  body.aqh-product-single div.product .woocommerce-tabs .panel{padding:18px!important;}
}
