*,:before,:after{box-sizing:border-box}html{font-size:100%}body{background:var(--colour-background);color:var(--colour-text);font-family:var(--font-body);margin:0;font-size:1rem;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--colour-text);font-family:var(--font-display);margin-top:0;font-weight:400;line-height:1.15}h1{letter-spacing:-.03em;font-size:clamp(2.75rem,7vw,5.5rem)}h2{letter-spacing:-.02em;font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-top:0;margin-bottom:var(--space-md)}a{color:inherit;text-decoration-color:var(--colour-accent);text-underline-offset:.2em}a:hover{color:var(--colour-accent)}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}::selection{background:var(--colour-accent);color:var(--colour-surface)}:root{--colour-background:#f7f3ec;--colour-surface:#fffdf9;--colour-text:#24201d;--colour-text-muted:#6f665f;--colour-accent:#6f3545;--colour-gold:#b48a55;--colour-accent-dark:#4f2432;--colour-border:#d8d0c7;--font-display:"Cormorant Garamond Variable", Georgia, "Times New Roman", serif;--font-body:"Source Sans 3 Variable", Arial, Helvetica, sans-serif;--font-accent:"Forum", serif;--max-width:1200px;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem}main{width:min(100% - 2rem, var(--max-width));margin-inline:auto}.section-eyebrow{margin-bottom:var(--space-xs);color:var(--colour-accent);font-family:var(--font-accent);letter-spacing:.06em;text-transform:uppercase;font-size:1.2rem}.section-header{gap:var(--space-sm);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.section-header h2{margin-bottom:0}.section-header>a{align-self:flex-start;font-weight:600}@media (width>=700px){.section-header{flex-direction:row;justify-content:space-between;align-items:end}.section-header>a{align-self:auto;margin-bottom:.4rem}}.page-content{max-width:52rem}.page-content p{margin-bottom:var(--space-lg);font-size:1.2rem;line-height:1.7}.page-content p:last-child{margin-bottom:0}.page-content .lead{font-size:1.3rem;line-height:1.6}.page-content h2{margin-bottom:var(--space-lg);font-size:clamp(2rem,4vw,3rem)}.page-content ul{gap:var(--space-sm);margin:0 0 var(--space-lg);padding:0;list-style:none;display:grid}.page-content li{padding-left:1.5rem;font-size:1.2rem;line-height:1.6;position:relative}.page-content li:before{content:"✦";color:var(--colour-gold);font-size:.9rem;position:absolute;top:.05em;left:0}@media (width<=699px){.page-content p{font-size:1.1rem}.page-content li{font-size:1rem}.page-content p.section-eyebrow{font-size:1.2rem}}.site-header{z-index:100;border-bottom:1px solid var(--colour-border);background:#fff;position:sticky;top:0}.site-header__inner{width:min(100% - 2rem, var(--max-width));padding-block:var(--space-sm);justify-content:space-between;align-items:center;margin-inline:auto;display:flex}.site-brand{line-height:0;display:inline-block}.site-brand img{width:auto;height:clamp(57px,9vw,90px);display:block}.site-nav__list{gap:var(--space-sm) var(--space-md);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.site-nav a{font-size:1.15rem;text-decoration:none}@media (width>=800px){.site-header__inner{justify-content:space-between;align-items:center;display:flex}.site-brand{margin-bottom:0}}.site-menu-toggle{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:space-between;width:2rem;height:1.5rem;padding:0;display:flex}.site-menu-toggle span{background:var(--colour-text);width:100%;height:2px;display:block}@media (width>=800px){.site-menu-toggle{display:none}}@media (width<=799px){.site-nav{display:none}.site-nav--open{padding:var(--space-md) 1rem;background:var(--colour-background);border-bottom:1px solid var(--colour-border);display:block;position:absolute;top:100%;left:0;right:0}.site-nav--open .site-nav__list{gap:var(--space-sm);flex-direction:column}}.site-nav__item--dropdown{align-items:center;gap:.2rem;display:flex;position:relative}.site-nav__submenu-toggle{color:var(--colour-text);cursor:pointer;font:inherit;background:0 0;border:0;justify-content:center;align-items:center;padding:.3rem;line-height:1;display:inline-flex}.site-nav__submenu{z-index:110;min-width:17rem;padding:var(--space-sm);background:var(--colour-background);border:1px solid var(--colour-border);margin:0;list-style:none;display:none;position:absolute;top:100%;left:0}.site-nav__submenu li+li{margin-top:.25rem}.site-nav__submenu a{white-space:nowrap;padding:.45rem .6rem;display:block}.site-nav__item--dropdown:hover .site-nav__submenu,.site-nav__item--dropdown:focus-within .site-nav__submenu,.site-nav__item--submenu-open .site-nav__submenu{display:block}@media (width<=799px){.site-nav__item--dropdown{grid-template-columns:1fr auto;width:100%;display:grid}.site-nav__submenu{width:100%;min-width:0;padding:var(--space-xs) 0 0 var(--space-md);background:0 0;border:0;grid-column:1/-1;position:static}.site-nav__submenu a{white-space:normal;padding:.35rem 0}.site-nav__item--dropdown:not(.site-nav__item--submenu-open) .site-nav__submenu{display:none}.site-nav__item--submenu-open .site-nav__submenu{display:block}}.site-nav__submenu-toggle span{display:none}.site-nav__submenu-toggle{width:0;padding:0;display:none}@media (width>=800px){.site-nav__all-guides{display:none}}@media (width<=799px){.site-nav__item--dropdown{display:block}.site-nav__dropdown-link{cursor:pointer;width:100%;display:block}.site-nav__submenu{padding-top:var(--space-xs)}.site-nav__item--dropdown:not(.site-nav__item--submenu-open) .site-nav__submenu{display:none}.site-nav__item--submenu-open .site-nav__submenu{display:block}}.site-header{border-bottom:1px solid color-mix(in srgb, var(--colour-gold) 28%, transparent);backdrop-filter:blur(10px);background:#fffffff7;box-shadow:0 8px 28px #24201d0b}.site-header__inner{padding-block:.7rem}.site-brand{transition:opacity .18s,transform .18s}.site-brand:hover{opacity:.9}.site-nav__list{align-items:center;gap:.4rem 1.65rem}.site-nav__list>li>a{color:var(--colour-text);letter-spacing:.01em;align-items:center;padding-block:.55rem;font-weight:500;transition:color .18s,opacity .18s;display:inline-flex;position:relative}.site-nav__list>li>a:after{content:"";background:var(--colour-gold);width:0;height:1px;transition:width .2s;position:absolute;bottom:.15rem;left:50%;transform:translate(-50%)}.site-nav__list>li>a:hover,.site-nav__list>li>a:focus-visible{color:var(--colour-accent)}.site-nav__list>li>a:hover:after,.site-nav__list>li>a:focus-visible:after{width:100%}.site-nav a:focus-visible,.site-menu-toggle:focus-visible{outline:2px solid var(--colour-gold);outline-offset:4px}.site-nav__list>li:last-child>a{color:#fff;background:var(--colour-accent);border:1px solid var(--colour-accent);padding:.55rem 1.05rem}.site-nav__list>li:last-child>a:after{display:none}.site-nav__list>li:last-child>a:hover,.site-nav__list>li:last-child>a:focus-visible{color:#fff;background:var(--colour-accent-dark);border-color:var(--colour-accent-dark)}@media (width>=800px){.site-nav__submenu{border:1px solid color-mix(in srgb, var(--colour-gold) 35%, var(--colour-border));border-top:2px solid var(--colour-gold);opacity:0;visibility:hidden;pointer-events:none;background:#fff;min-width:19rem;padding:.65rem;transition:opacity .16s,transform .16s,visibility .16s;display:block;top:calc(100% + .45rem);left:-1rem;transform:translateY(7px);box-shadow:0 18px 45px #24201d1f,0 4px 12px #24201d0d}.site-nav__item--dropdown:hover .site-nav__submenu,.site-nav__item--dropdown:focus-within .site-nav__submenu,.site-nav__item--submenu-open .site-nav__submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.site-nav__submenu li+li{margin-top:0}.site-nav__submenu a{color:var(--colour-text);padding:.68rem .85rem;font-size:1rem;line-height:1.35;transition:color .15s,background .15s,padding-left .15s;display:block;position:relative}.site-nav__submenu a:hover,.site-nav__submenu a:focus-visible{color:var(--colour-accent);background:color-mix(in srgb, var(--colour-gold) 8%, white);padding-left:1rem}}@media (width<=799px){.site-header__inner{padding-block:.55rem}.site-menu-toggle{gap:0}.site-menu-toggle span{background:var(--colour-accent);transform-origin:50%;transition:transform .18s,opacity .18s}.site-menu-toggle[aria-expanded=true] span:first-child{transform:translateY(11px)rotate(45deg)}.site-menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.site-menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-11px)rotate(-45deg)}.site-nav--open{border-top:1px solid color-mix(in srgb, var(--colour-gold) 18%, transparent);border-bottom:1px solid color-mix(in srgb, var(--colour-gold) 35%, var(--colour-border));background:#fff;padding:.9rem 1rem 1.25rem;box-shadow:0 18px 30px #24201d14}.site-nav--open .site-nav__list{gap:0}.site-nav__list>li{border-bottom:1px solid color-mix(in srgb, var(--colour-border) 70%, transparent);width:100%}.site-nav__list>li>a{width:100%;padding:.85rem .15rem;font-size:1.12rem}.site-nav__list>li>a:after{display:none}.site-nav__item--dropdown.site-nav__item--submenu-open>.site-nav__dropdown-link{color:var(--colour-accent)}.site-nav__submenu{border-left:1px solid var(--colour-gold);margin:0 0 .7rem;padding:.35rem 0 .35rem 1rem}.site-nav__submenu li{border:0}.site-nav__submenu a{color:var(--colour-text-muted);padding:.5rem .75rem;font-size:1rem;line-height:1.4}.site-nav__submenu a:hover,.site-nav__submenu a:focus-visible{color:var(--colour-accent)}.site-nav__all-guides a{color:var(--colour-accent);font-weight:600}.site-nav__list>li:last-child{border-bottom:0;padding-top:.8rem}.site-nav__list>li:last-child>a{justify-content:center;width:100%;padding:.72rem 1rem;display:flex}}@media (prefers-reduced-motion:reduce){.site-nav a,.site-nav__submenu,.site-menu-toggle span,.site-brand{transition:none}}@media (width>=800px){.site-nav__item--about .site-nav__submenu{left:auto;right:-1rem}.site-nav__submenu:before{content:"";height:.55rem;position:absolute;top:-.55rem;left:0;right:0}}.hero{width:100vw;min-height:40rem;padding-top:var(--space-2xl);background-image:url(/images/illustrations/HomepageHero.webp);background-position:top;background-repeat:no-repeat;background-size:cover;margin-left:calc(50% - 50vw);padding-bottom:8rem;position:relative}.hero__content{z-index:2;max-width:52rem;padding-top:var(--space-xl);margin-left:max(1rem, calc((100vw - var(--max-width)) / 2));margin-right:-8rem;position:relative}.hero h1{margin-bottom:var(--space-md);font-size:clamp(2.8rem,5vw,4.25rem)}.hero__intro{max-width:42rem;color:var(--colour-text-muted);margin-bottom:0;font-size:clamp(1.125rem,2vw,1.35rem);line-height:1.5}@media (width<=799px){.hero{min-height:34rem;padding-top:var(--space-xl);background-position:50%;background-size:cover;padding-bottom:7rem}.hero__content{max-width:none;margin-left:1rem;margin-right:1rem;padding-top:0}}.astrologer-search{z-index:3;margin-top:-10rem;margin-bottom:var(--space-2xl);position:relative}.astrologer-search__inner{padding:var(--space-xl);border:1px solid var(--colour-border);background:var(--colour-background);border-radius:1rem;box-shadow:0 1rem 2.5rem #00000014}.astrologer-search h2{margin-bottom:var(--space-lg);font-size:clamp(2rem,4vw,2.75rem);line-height:1.1}.astrologer-search__form{gap:var(--space-md);display:grid}.astrologer-search__field{gap:var(--space-xs);display:grid}.astrologer-search__field label{font-size:1.1rem;font-weight:400}.astrologer-search input[type=search],.astrologer-search select{border:1px solid var(--colour-border);background:var(--colour-surface);width:100%;min-height:3rem;color:var(--colour-text);border-radius:0;padding:.7rem .8rem;font-family:inherit;font-size:1.1rem;font-weight:400}.astrologer-search__field--checkbox{align-items:center;gap:var(--space-xs);display:flex}.astrologer-search__field--checkbox input{width:1rem;height:1rem}.astrologer-search button{border:1px solid var(--colour-accent);background:var(--colour-accent);min-height:3rem;color:var(--colour-surface);white-space:nowrap;padding:.75rem 1.25rem;font-family:inherit;font-size:1.1rem;font-weight:600}.astrologer-search button:hover{opacity:.9}@media (width>=800px){.astrologer-search__form{grid-template-columns:1fr 1.25fr 1fr auto;align-items:end}.astrologer-search__field label{white-space:nowrap}}@media (width<=799px){.astrologer-search{margin-top:-6rem}.astrologer-search__inner{padding:var(--space-lg)}}.astrologer-discovery{padding-block:var(--space-2xl)}.astrologer-discovery .section-header{gap:var(--space-sm);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.astrologer-discovery .section-header>div{max-width:52rem}.astrologer-discovery .section-eyebrow,.astrologer-discovery .section-header h2{margin-bottom:var(--space-xs)}.astrologer-discovery .section-header p:last-child{max-width:48rem;color:var(--colour-text-muted);margin-bottom:0;font-size:1.2rem;line-height:1.5}.astrologer-discovery .section-header>a{align-self:flex-start;font-size:1.1rem;font-weight:600}.astrologer-discovery__grid{gap:var(--space-md);display:grid}.astrologer-card{height:100%;padding-top:var(--space-md);border-top:1px solid var(--colour-border)}.astrologer-card__content{flex-direction:column;height:100%;display:flex}.astrologer-card__credentials{flex-direction:column;min-height:5rem;display:flex}.astrologer-card__image-link{text-decoration:none;display:block}.astrologer-card__image-wrapper{border:1px solid var(--colour-accent);background:0 0;padding:.55rem;position:relative}.astrologer-card__image-wrapper:after{border:1px solid color-mix(in srgb, var(--colour-accent) 45%, transparent);content:"";pointer-events:none;position:absolute;inset:.25rem}.astrologer-card__image{aspect-ratio:4/5;object-fit:cover;width:100%;display:block}.astrologer-card__label{z-index:1;background:var(--colour-accent);color:#fff;letter-spacing:.04em;text-transform:uppercase;pointer-events:none;padding:.35rem .65rem;font-size:.75rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.astrologer-card__name{margin-top:var(--space-md);margin-bottom:var(--space-xs);font-size:clamp(1.6rem,3vw,2rem)}.astrologer-card__name a{text-decoration:none}.astrologer-card__name a:hover{color:var(--colour-accent)}.astrologer-card__location{margin-bottom:var(--space-sm);color:var(--colour-text-muted);letter-spacing:.02em;font-size:1.2rem}.astrologer-card__credentials{gap:var(--space-xs);margin:0 0 var(--space-md);padding:var(--space-sm) 0;border-top:1px solid var(--colour-border);list-style:none;display:grid}.astrologer-card__tradition,.astrologer-card__experience,.astrologer-card__consultation{color:var(--colour-text-muted);margin:0;padding-left:1.5rem;font-size:1.1rem;line-height:1.5;position:relative}.astrologer-card__tradition:before,.astrologer-card__experience:before,.astrologer-card__consultation:before{color:var(--colour-gold);content:"✦";font-size:.8rem;line-height:1.7;position:absolute;top:0;left:0}.astrologer-card__consultation strong{font-weight:400}.astrologer-card__link{align-self:flex-start;margin-top:auto;font-size:1.1rem;font-weight:600}.speciality-card__image{width:100%;height:auto;margin-bottom:var(--space-lg);display:block}@media (width>=700px){.astrologer-discovery .section-header{justify-content:space-between;align-items:flex-end;gap:var(--space-xl);flex-direction:row}.astrologer-discovery .section-header>a{align-self:flex-end;margin-bottom:.4rem}.astrologer-discovery__grid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr)}}@media (width<=699px){.astrologer-discovery .section-header p:last-child{font-size:1.1rem}}.astrologer-card__experience{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.latest-articles{padding-block:var(--space-2xl)}.latest-articles__header{gap:var(--space-sm);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.latest-articles__eyebrow{margin-bottom:var(--space-xs);color:var(--colour-accent);font-family:var(--font-accent);letter-spacing:.06em;text-transform:uppercase;font-size:1.1rem}.latest-articles__header h2{margin-bottom:0}.latest-articles__header>a{align-self:flex-start;font-size:1.1rem;font-weight:600}.latest-articles__grid{gap:var(--space-lg);display:grid}.article-card{border-top:1px solid var(--colour-border);padding-top:var(--space-md)}.article-card h3{margin-bottom:var(--space-sm)}.article-card h3 a{text-decoration:none}.article-card h3 a:hover{color:var(--colour-accent)}.article-card p{color:var(--colour-text-muted);font-size:1.2rem;line-height:1.5}.article-card__link{font-size:1.1rem;font-weight:600;text-decoration:underline}.article-card__image{width:100%;height:auto;margin-bottom:var(--space-lg);display:block}@media (width>=700px){.latest-articles__header{flex-direction:row;justify-content:space-between;align-items:end}.latest-articles__header>a{align-self:auto;margin-bottom:.4rem}.latest-articles__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=699px){.article-card p{font-size:1.1rem}}.join-cta{padding-block:var(--space-2xl);text-align:center}.join-cta__content{max-width:680px;margin-inline:auto}.join-cta__eyebrow{margin-bottom:var(--space-sm);color:var(--colour-accent);font-family:var(--font-accent);letter-spacing:.06em;text-transform:uppercase;font-size:1.2rem}.join-cta h2{margin-bottom:var(--space-md)}.join-cta__text{margin-bottom:var(--space-lg);color:var(--colour-text-muted);font-size:1.2rem;line-height:1.5}.join-cta__link{border:1px solid var(--colour-accent);background:var(--colour-accent);color:var(--colour-surface);padding:.75rem 1.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block}.join-cta__link:hover{opacity:.9}@media (width<=699px){.join-cta__text{font-size:1.1rem}}.site-footer{padding-top:var(--space-2xl);background:#fff}.site-footer__inner,.site-footer__bottom{width:min(100% - 2rem, var(--max-width));margin-inline:auto}.site-footer__inner{gap:var(--space-xl);padding-bottom:var(--space-xl);display:grid}.site-footer__brand{max-width:420px}.site-footer__logo{margin-bottom:var(--space-xs);font-family:var(--font-accent);font-size:1.8rem;font-weight:600;text-decoration:none;display:inline-block}.site-footer__logo img{width:auto;height:48px;display:block}.site-footer__brand p{color:var(--colour-text-muted);margin-bottom:0}.site-footer__nav{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.site-footer__group h2{margin-bottom:var(--space-sm);font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;font-size:.9rem;font-weight:600}.site-footer__group ul{gap:var(--space-xs);margin:0;padding:0;list-style:none;display:grid}.site-footer__group a{color:var(--colour-text-muted);text-decoration:none}.site-footer__group a:hover{color:var(--colour-accent)}.site-footer__group button{color:var(--colour-text-muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.site-footer__group button:hover{color:var(--colour-accent)}.site-footer__group a:focus-visible,.site-footer__logo:focus-visible{outline-offset:2px;outline:2px solid}.site-footer__bottom{padding-block:var(--space-md);border-top:1px solid var(--colour-border)}.site-footer__bottom p{color:var(--colour-text-muted);margin:0;font-size:.9rem}@media (width>=700px){.site-footer__inner{grid-template-columns:1fr 2fr;align-items:start}.site-footer__nav{grid-template-columns:repeat(3,1fr)}}.cookie-consent{z-index:1000;padding:var(--space-md);border:1px solid var(--colour-border);background:var(--colour-surface);position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 .75rem 2rem #24201d1f}.cookie-consent[hidden]{display:none}.cookie-consent__content{width:min(100%,760px);margin-inline:auto}.cookie-consent p{margin-bottom:var(--space-md);color:var(--colour-text);line-height:1.5}.cookie-consent__actions{gap:var(--space-sm);flex-wrap:wrap;display:flex}.cookie-consent button{border:1px solid var(--colour-accent);min-height:2.75rem;font:inherit;cursor:pointer;padding:.65rem 1rem;font-weight:600}#cookie-accept{background:var(--colour-accent);color:var(--colour-surface)}#cookie-reject{color:var(--colour-accent);background:0 0}.cookie-consent button:hover{opacity:.9}.cookie-consent button:focus-visible{outline:3px solid var(--colour-text);outline-offset:3px}@media (width>=700px){.cookie-consent{right:var(--space-lg);bottom:var(--space-lg);width:min(480px,100% - 3rem);left:auto}}.site-footer__link-button{color:var(--colour-text-muted);font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0;text-decoration:none}.site-footer__link-button:hover{color:var(--colour-accent)}.site-footer__link-button:focus-visible{outline-offset:2px;outline:2px solid}.table-of-contents{margin-bottom:var(--space-2xl);padding:var(--space-xl);border:1px solid var(--colour-border);background:#faf7f2;border-radius:.5rem}.table-of-contents ol{columns:2;column-gap:var(--space-xl);margin:0;padding-left:1.75rem;font-size:1.15rem}.table-of-contents ol li::marker{color:var(--colour-accent);font-family:var(--font-accent);font-size:1.05em;font-weight:600}.table-of-contents a{color:var(--colour-text);font-size:1.2rem;line-height:1.6;text-decoration:none;transition:color .2s}.table-of-contents a:hover{color:var(--colour-accent);text-underline-offset:.2em;text-decoration:underline 1px}.table-of-contents{margin-bottom:var(--space-2xl);padding:var(--space-lg);border-top:1px solid var(--colour-border);border-bottom:1px solid var(--colour-border);background:0 0}.table-of-contents h2{margin-bottom:var(--space-md);color:var(--colour-accent);font-family:var(--font-accent);letter-spacing:.08em;text-transform:uppercase;font-size:1.05rem;font-weight:400}.table-of-contents ol{columns:2;column-gap:var(--space-xl);margin:0;padding-left:1.25rem}.table-of-contents li{margin-bottom:var(--space-xs);break-inside:avoid}.table-of-contents a{color:var(--colour-text-muted);text-decoration:none}.table-of-contents a:hover{color:var(--colour-accent);text-decoration:underline}.guide-article__content{font-size:clamp(1.1rem,1.5vw,1.22rem);line-height:1.8}.guide-article__content p{margin-bottom:1.5em}.guide-article__content h2{margin-top:var(--space-2xl);margin-bottom:var(--space-md);text-wrap:balance;font-size:clamp(2rem,4vw,2.75rem);line-height:1.15}.guide-article__content h3{margin-top:var(--space-xl);margin-bottom:var(--space-sm);font-size:clamp(1.5rem,3vw,2rem)}.guide-article__content ul,.guide-article__content ol{margin-bottom:var(--space-lg);padding-left:1.5rem}.guide-article__content li+li{margin-top:var(--space-xs)}.guide-article__content hr{margin-block:var(--space-2xl);border:0;border-top:1px solid var(--colour-border)}@media (width<=700px){.guide-article{padding-top:var(--space-lg)}.table-of-contents ol{columns:1}}.guide-article{width:100%;max-width:70rem;padding-block:var(--space-xl) var(--space-2xl);margin-inline:auto}.guide-article__breadcrumbs,.guide-article__header,.guide-article__meta,.table-of-contents,.guide-article__content{width:min(100%,48rem);margin-inline:auto}.guide-article__breadcrumbs{margin-bottom:var(--space-xl);font-size:.95rem}.guide-article__breadcrumbs ol{color:var(--colour-text-muted);flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.guide-article__breadcrumbs li:not(:last-child):after{content:"/";margin-left:.4rem}.guide-article__breadcrumbs a{color:inherit;text-decoration:none}.guide-article__breadcrumbs a:hover{color:var(--colour-accent);text-decoration:underline}.guide-article__header{margin-bottom:var(--space-lg)}.guide-article__eyebrow{margin-bottom:var(--space-sm);color:var(--colour-accent);font-family:var(--font-accent);letter-spacing:.08em;text-transform:uppercase;font-size:1rem}.guide-article__header h1{max-width:52rem;margin-bottom:var(--space-md);text-wrap:balance;font-size:clamp(2.75rem,6vw,4.75rem);line-height:1.05}.guide-article__standfirst{max-width:46rem;margin-bottom:var(--space-md);color:var(--colour-text-muted);font-size:clamp(1.2rem,2vw,1.45rem);line-height:1.55}.guide-article__meta{margin-top:0;margin-bottom:var(--space-lg);color:var(--colour-accent);font-family:var(--font-accent);letter-spacing:.03em;font-size:1.15rem}.guide-article__hero{width:100%;margin:0 0 var(--space-2xl)}.guide-article__hero picture,.guide-article__hero img{width:100%;display:block}.guide-article__hero img{height:auto}.guide-article__content h2[id*=checklist]+ul,.guide-article__content h2[id*=checklist]+p+ul{margin-top:var(--space-lg);margin-bottom:var(--space-xl);padding:var(--space-xl);border:1px solid var(--colour-border);background:var(--colour-surface);list-style:none}.guide-article__content h2[id*=checklist]+ul li,.guide-article__content h2[id*=checklist]+p+ul li{margin-bottom:var(--space-md);padding-left:2rem;line-height:1.6;position:relative}.guide-article__content h2[id*=checklist]+ul li:before,.guide-article__content h2[id*=checklist]+p+ul li:before{color:var(--colour-accent);content:"✓";font-family:var(--font-accent);font-size:1.25rem;position:absolute;top:.1rem;left:0}.guide-article__content h2[id*=checklist]+ul li:last-child,.guide-article__content h2[id*=checklist]+p+ul li:last-child{margin-bottom:0}.article-faq{margin-top:var(--space-2xl);padding:var(--space-xl);border:1px solid var(--colour-border);background:var(--colour-surface)}.article-faq h2{margin-top:0;margin-bottom:var(--space-xl)}.article-faq h3{margin-top:var(--space-xl);margin-bottom:var(--space-sm)}.article-faq h3:first-of-type{margin-top:0}.article-faq h3+p{margin-bottom:0}.magazine-astrologers{width:100%;margin-top:var(--space-2xl)}.magazine-astrologers .astrologer-listing__grid{gap:var(--space-lg);grid-template-columns:1fr;display:grid}@media (width>=700px){.magazine-astrologers .astrologer-listing__grid{grid-template-columns:repeat(3,1fr)}}.form-page{padding-block:clamp(3.5rem,8vw,7rem)}.form-shell{width:min(100%,48rem);margin-inline:auto}.form-shell--wide{width:min(100%,62rem)}.form-intro{max-width:42rem;margin-bottom:var(--space-lg)}.form-intro h1{margin-bottom:var(--space-md)}.form-intro p{color:var(--colour-text-muted);font-size:1.15rem;line-height:1.7}.form-reassurance{margin:0 0 var(--space-lg);border:1px solid var(--colour-border);background:color-mix(in srgb, var(--colour-surface) 82%, var(--colour-background));align-items:flex-start;gap:.9rem;padding:1rem 1.15rem;display:flex}.form-reassurance:before{content:"✦";color:var(--colour-gold);flex:none;margin-top:.08rem}.form-reassurance p{color:var(--colour-text-muted);margin:0;font-size:1rem;line-height:1.55}.form-card{gap:var(--space-md);border:1px solid var(--colour-border);background:var(--colour-surface);padding:clamp(1.35rem,3vw,2rem);display:grid;box-shadow:0 1px #24201d08,0 12px 32px #24201d0b}.form-card+.form-card{margin-top:var(--space-md)}.form-section-heading{gap:var(--space-sm);margin-bottom:var(--space-xs);justify-content:space-between;align-items:baseline;display:flex}.form-section-heading h2,.form-section-heading h3{margin:0}.form-section-heading h2{font-size:clamp(1.8rem,4vw,2.35rem)}.form-section-heading h3{font-size:1.45rem}.form-section-description{margin:-.35rem 0 var(--space-sm);color:var(--colour-text-muted);font-size:.98rem;line-height:1.55}.form-grid{gap:1.35rem;display:grid}.form-grid--two{grid-template-columns:1fr}.form-field{gap:.45rem;display:grid}.form-field label,.form-field__label{color:var(--colour-text);align-items:center;gap:.55rem;margin:0;font-size:.98rem;font-weight:650;line-height:1.35;display:flex}.form-field__meta{border:1px solid var(--colour-border);min-height:1.35rem;color:var(--colour-text-muted);letter-spacing:.04em;text-transform:uppercase;align-items:center;padding:.08rem .45rem;font-size:.74rem;font-weight:650;line-height:1;display:inline-flex}.form-field__meta--required{border-color:color-mix(in srgb, var(--colour-accent) 42%, var(--colour-border));color:var(--colour-accent)}.form-field input,.form-field select,.form-field textarea,.repeatable-row input,.repeatable-row select,.repeatable-row textarea{border:1px solid var(--colour-border);background:var(--colour-background);width:100%;min-height:3.15rem;color:var(--colour-text);font:inherit;border-radius:0;padding:.78rem .9rem;line-height:1.45;transition:border-color .14s,box-shadow .14s,background .14s}.form-field textarea,.repeatable-row textarea{resize:vertical;min-height:7rem}.form-field input:hover,.form-field select:hover,.form-field textarea:hover,.repeatable-row input:hover,.repeatable-row select:hover,.repeatable-row textarea:hover{border-color:color-mix(in srgb, var(--colour-text-muted) 55%, var(--colour-border))}.form-field input:focus,.form-field select:focus,.form-field textarea:focus,.repeatable-row input:focus,.repeatable-row select:focus,.repeatable-row textarea:focus{border-color:var(--colour-accent);background:var(--colour-surface);outline:0;box-shadow:0 0 0 3px #6f35451f}.form-field input::placeholder,.form-field textarea::placeholder{color:color-mix(in srgb, var(--colour-text-muted) 72%, transparent)}.form-field__help{color:var(--colour-text-muted);margin:0;font-size:.9rem;line-height:1.5}.form-options{gap:.65rem;display:grid}.form-options label{border:1px solid var(--colour-border);background:var(--colour-background);color:var(--colour-text);cursor:pointer;align-items:flex-start;gap:.7rem;margin:0;padding:.8rem .9rem;font-weight:500;line-height:1.4;transition:border-color .14s,background .14s;display:flex}.form-options label:hover{border-color:color-mix(in srgb, var(--colour-accent) 45%, var(--colour-border));background:var(--colour-surface)}.form-options input[type=checkbox],.form-options input[type=radio]{width:1.05rem;height:1.05rem;min-height:auto;accent-color:var(--colour-accent);margin:.15rem 0 0}.form-divider{background:var(--colour-border);border:0;height:1px}.form-actions{margin-top:var(--space-sm);flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.form-button,.form-actions .button,.form-card .button{border:1px solid var(--colour-accent);background:var(--colour-accent);min-height:3rem;color:var(--colour-surface);font:inherit;cursor:pointer;border-radius:0;justify-content:center;align-items:center;padding:.75rem 1.25rem;font-weight:650;line-height:1.2;text-decoration:none;transition:background .14s,border-color .14s,color .14s,opacity .14s,transform .14s;display:inline-flex}.form-button:hover,.form-actions .button:hover,.form-card .button:hover{border-color:var(--colour-accent-dark);background:var(--colour-accent-dark);color:var(--colour-surface);transform:translateY(-1px)}.form-button--secondary,.form-actions .button--secondary,.form-card .button--secondary{border-color:var(--colour-border);color:var(--colour-text);background:0 0}.form-button--secondary:hover,.form-actions .button--secondary:hover,.form-card .button--secondary:hover{border-color:var(--colour-accent);color:var(--colour-accent);background:0 0}.form-button:disabled,.form-actions .button:disabled,.form-card .button:disabled{opacity:.48;cursor:not-allowed;transform:none}.form-links{margin-top:var(--space-md);color:var(--colour-text-muted);gap:.55rem;font-size:.98rem;display:grid}.form-links p{margin:0}.form-optional{border:1px solid var(--colour-border);background:var(--colour-surface)}.form-optional summary{gap:var(--space-sm);color:var(--colour-text);font-family:var(--font-display);cursor:pointer;justify-content:space-between;align-items:center;padding:1.15rem 1.35rem;font-size:1.45rem;line-height:1.2;list-style:none;display:flex}.form-optional summary::-webkit-details-marker{display:none}.form-optional summary:after{content:"+";color:var(--colour-accent);font-family:var(--font-body);font-size:1.35rem;font-weight:500}.form-optional[open] summary:after{content:"–"}.form-optional__badge{border:1px solid var(--colour-border);color:var(--colour-text-muted);font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;margin-left:auto;margin-right:.4rem;padding:.1rem .5rem;font-size:.72rem;font-weight:650}.form-optional__content{gap:var(--space-md);border-top:1px solid var(--colour-border);padding:0 1.35rem 1.35rem;padding-top:1.35rem;display:grid}.form-sticky-actions{z-index:5;margin-top:var(--space-md);border-top:1px solid var(--colour-border);background:linear-gradient(to bottom, #f7f3eceb, var(--colour-background) 42%);backdrop-filter:blur(8px);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 0;display:flex;position:sticky;bottom:0}.form-sticky-actions__note{color:var(--colour-text-muted);margin:0;font-size:.88rem}.toast-region{z-index:1000;pointer-events:none;gap:.65rem;width:min(92vw,25rem);display:grid;position:fixed;top:1rem;right:1rem}.toast{border:1px solid var(--colour-border);background:var(--colour-surface);color:var(--colour-text);pointer-events:auto;padding:1rem 2.6rem 1rem 1rem;line-height:1.45;animation:.18s ease-out toast-in;position:relative;box-shadow:0 14px 38px #24201d24}.toast:before{content:"";background:var(--colour-gold);width:3px;position:absolute;inset:0 auto 0 0}.toast--success:before{background:var(--colour-accent)}.toast--error:before{background:#9a3d35}.toast--info:before{background:var(--colour-gold)}.toast__message{margin:0;font-size:.96rem}.toast__close{width:1.8rem;height:1.8rem;color:var(--colour-text-muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:1.2rem;line-height:1;position:absolute;top:.62rem;right:.68rem}.toast__close:hover{color:var(--colour-accent)}@keyframes toast-in{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}@media (width>=700px){.form-grid--two,.form-options--two{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=699px){.form-page{padding-block:2.75rem 4rem}.form-card{padding:1.15rem}.form-actions,.form-sticky-actions{align-items:stretch}.form-actions .button,.form-button,.form-sticky-actions .button{width:100%}.form-sticky-actions__note{text-align:center;width:100%}.toast-region{width:auto;top:.75rem;left:.75rem;right:.75rem}}@media (prefers-reduced-motion:reduce){.toast{animation:none}.form-button,.form-actions .button,.form-card .button,.form-field input,.form-field select,.form-field textarea{transition:none}}.profile-editor__form{gap:var(--space-md);margin-top:var(--space-lg);display:grid}.profile-editor__status{margin:0 0 var(--space-md);color:var(--colour-text-muted);font-size:.95rem;line-height:1.5}.profile-editor fieldset.form-card{min-inline-size:0;margin:0}.profile-editor fieldset.form-card>legend{max-width:calc(100% - 1rem);color:var(--colour-text);font-family:var(--font-display);padding:0 .55rem;font-size:clamp(1.65rem,3vw,2.15rem);font-weight:400;line-height:1.15}.profile-editor fieldset.form-card>legend .form-field__meta{vertical-align:middle;font-family:var(--font-body);margin-left:.45rem}.profile-editor .form-field>h2,.profile-editor .repeatable-section h2{font-family:var(--font-body);align-items:center;gap:.55rem;margin:0;font-size:.98rem;font-weight:650;line-height:1.35;display:flex}.repeatable-section{gap:1rem;display:grid}.repeatable-section+.repeatable-section{padding-top:var(--space-md);border-top:1px solid var(--colour-border)}.repeatable-section__heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.repeatable-row{border:1px solid var(--colour-border);background:var(--colour-background);gap:1rem;margin-top:.75rem;padding:1rem;display:grid}.remove-row{justify-self:start}.profile-editor .form-sticky-actions .form-actions{margin-top:0}@media (width>=48rem){.repeatable-row--compact{grid-template-columns:1fr 2fr auto;align-items:end}}.profile-photo-preview{aspect-ratio:1;width:8rem;margin-top:var(--space-sm);border-radius:50%;overflow:hidden}.profile-photo-preview img{object-fit:cover;width:100%;height:100%;display:block}.homepage-best-astrologers{text-align:center;font-size:1.1rem;font-weight:600}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/cormorant-garamond-cyrillic-ext-wght-normal.Bg62sWL9.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/cormorant-garamond-cyrillic-wght-normal.BWCqVJN0.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/cormorant-garamond-vietnamese-wght-normal.CDLFB6hb.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/cormorant-garamond-latin-ext-wght-normal.ltf1AbuM.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/cormorant-garamond-latin-wght-normal.CUoBjw-S.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-cyrillic-ext-wght-normal.DzyfIafT.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-cyrillic-wght-normal.BMDVbyM7.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-greek-ext-wght-normal.BWSLJLk6.woff2)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-greek-wght-normal.C9H9m1vD.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-vietnamese-wght-normal.C1uRvKPU.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-latin-ext-wght-normal.C8iNium2.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-latin-wght-normal.BqRLTx4X.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Forum;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/forum-cyrillic-ext-400-normal.BSCAI33M.woff2)format("woff2"),url(/_astro/forum-cyrillic-ext-400-normal.TGijUAgN.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Forum;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/forum-cyrillic-400-normal.Cl8kDjnZ.woff2)format("woff2"),url(/_astro/forum-cyrillic-400-normal.oUH9Q3Rg.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Forum;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/forum-latin-ext-400-normal.DLTF5K7p.woff2)format("woff2"),url(/_astro/forum-latin-ext-400-normal.BEE3Byq0.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Forum;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/forum-latin-400-normal.OEvxT1Ba.woff2)format("woff2"),url(/_astro/forum-latin-400-normal.DH65psBc.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
