:root{--navy:#050a30;--navy-dark:#09162e;--gold:#caa64b;--gold2:#e8c873;--cream:#fbfaf6;--muted:#6f6a60;--line:#e9e1d2;--white:#fff;--green:#2f6b43;--red:#9d2a1f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--cream);color:#1f1b16;line-height:1.6}a{color:inherit}img{max-width:100%;display:block}.container{width:min(1160px,92vw);margin:auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(5,10,48,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(202,166,75,.25)}.nav{display:flex;align-items:center;justify-content:space-between;gap:26px;padding:14px 0}.logo img{height:68px;width:auto}.links{display:flex;align-items:center;gap:24px;font-size:14px}.links a{text-decoration:none;color:#f6f0e4;white-space:nowrap}.links a:hover,.links a.active{color:var(--gold2)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#16110a!important;font-weight:800;text-decoration:none;padding:16px 24px;min-height:56px;box-shadow:0 15px 28px rgba(0,0,0,.18);cursor:pointer}.btn.secondary{background:transparent;color:#fff!important;border:1px solid rgba(255,255,255,.45)}.btn.dark{background:var(--navy);color:#fff!important}.hero{min-height:720px;background-image:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.25)),url('../images/royale-cleaning-team-at-work-richmond-va.webp');background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}.hero-content{max-width:760px;padding:74px 0}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--gold2);font-weight:800;font-size:13px;margin:0 0 16px}.hero h1,.page-hero h1{font-family:Georgia,serif;font-size:clamp(52px,7vw,86px);line-height:.98;margin:0 0 24px}.hero .sub,.page-hero .sub{font-size:clamp(18px,2vw,24px);max-width:760px;color:#f4ead7;margin-bottom:32px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.pill{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:10px 14px;font-weight:700}.trust-strip{background:var(--navy);color:#fff;padding:28px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.trust-card{background:linear-gradient(180deg,#172b52,var(--navy-dark));border:1px solid rgba(202,166,75,.35);border-radius:22px;padding:26px;text-align:center}.trust-card strong{display:block;font-family:Georgia,serif;color:var(--gold2);font-size:36px;line-height:1}.trust-card span{display:block;margin-top:8px;color:#eee}.section{padding:80px 0}.white{background:#fff}.dark{background:var(--navy);color:#fff}.section-title{text-align:center;margin-bottom:42px}.section-title h2{font-family:Georgia,serif;font-size:clamp(34px,4vw,54px);margin:0 0 12px}.section-title p{max-width:760px;margin:auto;color:var(--muted);font-size:18px}.dark .section-title p{color:#ddd}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 12px 36px rgba(0,0,0,.06)}.dark .card{background:#172b52;border-color:rgba(202,166,75,.25)}.card h3{font-family:Georgia,serif;font-size:26px;margin:8px 0 10px}.icon{font-size:34px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{position:relative;overflow:hidden;border-radius:28px;min-height:300px;background:#111;color:#fff;box-shadow:0 18px 42px rgba(0,0,0,.15)}.service-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;opacity:.72}.service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.08))}.service-card .inside{position:absolute;z-index:2;bottom:0;padding:26px}.service-card h3{font-family:Georgia,serif;font-size:28px;margin:0 0 8px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.why-item{background:var(--cream);border:1px solid var(--line);border-radius:22px;padding:24px}.why-item strong{display:block;font-family:Georgia,serif;font-size:23px;margin:8px 0}.story{display:grid;grid-template-columns:1fr 1.1fr;gap:46px;align-items:center}.story img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:30px;box-shadow:0 20px 44px rgba(0,0,0,.18)}.story h2{font-family:Georgia,serif;font-size:48px;line-height:1.08;margin:0 0 18px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 12px 36px rgba(0,0,0,.06)}.stars{color:var(--gold);font-size:20px;letter-spacing:1px}.review blockquote{margin:14px 0 18px;font-size:18px}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery img{height:240px;width:100%;object-fit:cover;border-radius:20px}.how{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:step}.step{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;position:relative}.step:before{counter-increment:step;content:counter(step);display:inline-flex;width:38px;height:38px;border-radius:50%;background:var(--gold);align-items:center;justify-content:center;font-weight:900;margin-bottom:12px}.areas-list{display:flex;flex-wrap:wrap;gap:12px}.areas-list div{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px}.cta{background:linear-gradient(135deg,var(--navy),#25304a);color:#fff;text-align:center}.cta h2{font-family:Georgia,serif;font-size:48px;margin:0 0 14px}.footer{background:var(--navy);color:#eee;padding:40px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px}.footer img{height:82px;margin-bottom:16px}.footer a{display:block;text-decoration:none;color:#ddd;margin:7px 0}.footer a:hover{color:var(--gold2)}.page-hero{min-height:420px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}.content-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:42px;align-items:start}.form-wrap{display:grid;grid-template-columns:1fr 360px;gap:28px}.form,.trust-sidebar{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:0 16px 44px rgba(0,0,0,.08)}.form h2,.trust-sidebar h2{font-family:Georgia,serif;font-size:34px;margin:0 0 8px}.form-section{border-top:1px solid var(--line);padding-top:22px;margin-top:24px}.form-section h3{font-family:Georgia,serif;font-size:24px;margin:0 0 14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form input,.form select,.form textarea{width:100%;border:1px solid #d8d0c2;border-radius:14px;padding:14px 15px;font-size:16px;background:#fff;margin-bottom:14px}.form textarea{resize:vertical}.form .radio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:14px}.check-pill{border:1px solid #d8d0c2;border-radius:14px;padding:12px;background:#fff}.check-pill input{width:auto;margin:0 8px 0 0}.small{font-size:14px;color:var(--muted)}.form-note{background:var(--cream);border:1px solid var(--line);border-radius:18px;padding:16px;margin:18px 0}.trust-list{list-style:none;padding:0;margin:18px 0}.trust-list li{padding:12px 0;border-bottom:1px solid var(--line)}#formStatus.success{color:var(--green)}#formStatus.error{color:var(--red)}.success-box{display:none;background:#eef8f0;border:1px solid #b7d8bf;border-radius:22px;padding:24px;margin-top:18px}.success-box.show{display:block}.sticky-mobile{display:none}.mobile-menu{display:none}.faq{max-width:900px;margin:auto}.faq details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;margin-bottom:14px}.faq summary{font-weight:800;cursor:pointer}@media(max-width:980px){.links{display:none}.mobile-menu{display:block;color:#fff}.hero{min-height:650px}.trust-grid,.cards,.service-grid,.why-grid,.reviews-grid,.how,.footer-grid,.content-grid,.story,.form-wrap{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.form-row,.form .radio-grid{grid-template-columns:1fr}.logo img{height:60px}.section{padding:58px 0}.sticky-mobile{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:80;background:var(--navy);padding:10px;gap:10px}.sticky-mobile a{flex:1}.footer{padding-bottom:90px}}@media(max-width:560px){.hero h1,.page-hero h1{font-size:44px}.hero .sub{font-size:18px}.hero-actions .btn{width:100%}.trust-card{padding:20px}.gallery{grid-template-columns:1fr}.gallery img{height:260px}.form,.trust-sidebar{padding:22px}.cta h2,.story h2{font-size:36px}}.dark .review,.review{color:#1f1b16;min-height:250px;display:flex;flex-direction:column;justify-content:flex-start;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}.dark .review blockquote,.review blockquote{color:#2b251d;font-size:18px;line-height:1.65;}.dark .review strong,.review strong{color:#111;margin-top:auto;display:block;font-weight:900;}.review-location{display:inline-flex;align-items:center;gap:6px;width:max-content;margin-top:8px;color:#6f6a60;font-size:13px;font-weight:800;border:1px solid #e9e1d2;background:#fbfaf6;border-radius:999px;padding:6px 10px;}.review-location:before{content:"G";color:#4285f4;font-weight:900;font-family:Arial,sans-serif;}.review:hover{transform:translateY(-6px);box-shadow:0 22px 52px rgba(0,0,0,.16);border-color:rgba(202,166,75,.55);}.review-cta{text-align:center;margin-top:30px;}.dark .review-cta .btn{color:#16110a!important;}@media(max-width:980px){.dark .review,.review{min-height:auto;}}.hero-home{background-image:linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.18)),url('../images/royale-cleaning-living-room-vacuum-richmond-va.webp');background-position:center 45%;}.why-grid.expanded{grid-template-columns:repeat(3,1fr)}.award{padding:70px 0}.award-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center;background:var(--cream);border:1px solid var(--line);border-radius:30px;padding:36px}.award h2{font-family:Georgia,serif;font-size:44px;line-height:1.08;margin:0 0 14px}.award img{border-radius:22px;background:#fff;padding:14px;box-shadow:0 14px 34px rgba(0,0,0,.08)}.featured-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.featured-gallery figure{margin:0;position:relative;border-radius:24px;overflow:hidden;box-shadow:0 16px 38px rgba(0,0,0,.12);background:#111}.featured-gallery img{height:285px;width:100%;object-fit:cover;transition:transform .35s ease}.featured-gallery figure:hover img{transform:scale(1.04)}.featured-gallery figcaption{position:absolute;left:16px;bottom:16px;background:rgba(0,0,0,.72);color:#fff;border:1px solid rgba(202,166,75,.45);border-radius:999px;padding:8px 13px;font-weight:900;font-size:14px}.narrow{max-width:850px}.narrow h2,.narrow h3{font-family:Georgia,serif}.trust-mini{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.trust-mini span{border:1px solid rgba(202,166,75,.35);border-radius:999px;padding:6px 10px;color:#eee;font-size:12px}.footer-bottom{display:flex;justify-content:space-between;gap:18px;margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);font-size:13px;color:#aaa}.small-footer{font-size:13px;color:#bbb}.form input:focus,.form select:focus,.form textarea:focus{outline:3px solid rgba(202,166,75,.35);border-color:var(--gold)}.btn:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--gold2);outline-offset:3px}.review blockquote{min-height:105px}.mobile-menu{font-weight:800;color:var(--gold2)}@media(max-width:980px){.why-grid.expanded,.award-grid,.featured-gallery{grid-template-columns:1fr}.award-grid{padding:24px}.featured-gallery img{height:260px}.footer-bottom{flex-direction:column}.hero-home{background-position:center}}.trust-strip{background:linear-gradient(180deg,#0b0b0c 0%,#131313 100%);color:#fff;padding:44px 0;border-top:1px solid rgba(202,166,75,.22);border-bottom:1px solid rgba(202,166,75,.22);}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;}.trust-card{position:relative;overflow:hidden;background:radial-gradient(circle at top,rgba(232,200,115,.16),rgba(255,255,255,.04) 34%,rgba(0,0,0,.28) 100%);border:1px solid rgba(232,200,115,.42);border-radius:26px;padding:30px 22px 28px;min-height:170px;text-align:center;box-shadow:0 18px 42px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.08);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;}.trust-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.10),transparent 45%);pointer-events:none;}.trust-card:hover{transform:translateY(-4px);border-color:rgba(232,200,115,.75);box-shadow:0 24px 56px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.12);}.stat-icon{width:52px;height:52px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#16110a;font-size:27px;line-height:1;box-shadow:0 10px 22px rgba(202,166,75,.22);}.trust-card strong{display:block;font-family:Georgia,serif;color:var(--gold2);font-size:clamp(38px,4vw,52px);line-height:1;margin-bottom:8px;text-shadow:0 2px 12px rgba(0,0,0,.35);}.trust-card span{display:block;color:#f7f1e5;font-weight:800;font-size:16px;line-height:1.25;}@media(max-width:980px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.trust-grid{grid-template-columns:1fr}.trust-card{min-height:150px}}.topbar{box-shadow:0 10px 30px rgba(0,0,0,.18)}.logo img{height:82px;transition:transform .22s ease}.logo:hover img{transform:scale(1.03)}.nav{padding:16px 0;gap:18px}.links{gap:18px}.links .btn{padding:14px 20px;min-height:50px}.quick-trust{background:#151515;color:#f7f1e5;border-bottom:1px solid rgba(202,166,75,.25);font-size:14px;font-weight:800}.quick-trust-inner{display:flex;justify-content:center;align-items:center;gap:26px;flex-wrap:wrap;padding:9px 0}.quick-trust span{white-space:nowrap;color:#efe6d0}.hero-home{background-image:linear-gradient(90deg,rgba(0,0,0,.40),rgba(0,0,0,.10)),url('../images/royale-cleaning-living-room-vacuum-richmond-va.webp');background-position:center 44%}.hero-content{padding:86px 0}.hero h1{font-size:clamp(58px,7.5vw,94px);letter-spacing:-.025em}.hero .sub{max-width:790px;color:#fff5e3;font-size:clamp(19px,2vw,25px);margin-bottom:18px}.service-area-line{font-size:20px;font-weight:900;color:var(--gold2);margin:0 0 4px}.service-area-cities{font-size:16px;color:#fff;margin:0 0 32px;letter-spacing:.01em}.hero-actions{gap:18px}.btn{border-radius:999px;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 19px 38px rgba(0,0,0,.24);filter:saturate(1.04)}.hero-badges{margin-top:36px;gap:14px}.pill{background:rgba(0,0,0,.24);border-color:rgba(232,200,115,.50);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(6px)}.section{scroll-margin-top:140px}.why-item,.service-card,.trust-card,.review,.step,.featured-gallery figure{will-change:transform}.why-item,.step{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.why-item:hover,.step:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(0,0,0,.10);border-color:rgba(202,166,75,.55)}.award-grid{box-shadow:0 16px 44px rgba(0,0,0,.08)}.award-grid img{max-height:260px;object-fit:contain;margin:auto}.service-card{transition:transform .25s ease,box-shadow .25s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 28px 60px rgba(0,0,0,.22)}.service-card:hover img{opacity:.82;transform:scale(1.03)}.service-card img{transition:transform .35s ease,opacity .25s ease}.featured-gallery figure{transition:transform .25s ease,box-shadow .25s ease}.featured-gallery figure:hover{transform:translateY(-4px);box-shadow:0 22px 52px rgba(0,0,0,.18)}.footer h3{color:var(--gold2);letter-spacing:.03em}.footer-bottom span:last-child{color:#d6c18a}.footer{border-top:1px solid rgba(202,166,75,.25)}@media(max-width:980px){.logo img{height:70px}.quick-trust-inner{justify-content:flex-start;gap:12px;padding:9px 0}.quick-trust span{font-size:13px}.hero-content{padding:66px 0}.hero-home{background-image:linear-gradient(90deg,rgba(0,0,0,.52),rgba(0,0,0,.20)),url('../images/royale-cleaning-living-room-vacuum-richmond-va.webp')}.service-area-cities{font-size:15px}.nav{padding:12px 0}}@media(max-width:560px){.logo img{height:62px}.hero h1{font-size:47px}.hero-content{padding:56px 0 74px}.service-area-line{font-size:18px}.service-area-cities{font-size:14px}.hero-badges .pill{width:100%;text-align:center}.quick-trust-inner{gap:8px}.quick-trust span{font-size:12px}.btn{min-height:54px}.topbar{position:sticky}}.section.white .trust-grid .trust-card{background:linear-gradient(180deg,#ffffff 0%,#fbfaf6 100%);color:#1f1b16;border:1px solid var(--line);box-shadow:0 16px 40px rgba(0,0,0,.07);}.section.white .trust-grid .trust-card:before{background:linear-gradient(135deg,rgba(232,200,115,.22),transparent 42%);}.section.white .trust-grid .trust-card strong{color:#b99232;text-shadow:none;}.section.white .trust-grid .trust-card span{color:#2b251d;font-weight:900;}.section.white .trust-grid .trust-card:hover{border-color:rgba(202,166,75,.65);box-shadow:0 22px 52px rgba(0,0,0,.12);}.mobile-menu{background:transparent;border:0;font:inherit;font-weight:800;color:var(--gold2);cursor:pointer;padding:10px 0;}@media(max-width:980px){.nav{position:relative;}.links{display:none;position:absolute;top:100%;left:0;right:0;z-index:90;background:rgba(5,10,48,.98);border-top:1px solid rgba(202,166,75,.28);border-bottom:1px solid rgba(202,166,75,.28);padding:18px 4vw 22px;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 18px 40px rgba(0,0,0,.35);}.links.open{display:flex;}.links a{display:block;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:16px;}.links a.btn{margin-top:14px;border-bottom:0;text-align:center;}.mobile-menu{display:block;}}.why-item p{color:#4a4338;margin-bottom:0}.step p{color:#4a4338;margin-bottom:0}.cta p{max-width:760px;margin:0 auto 24px;color:#f4ead7;font-size:18px}.service-card .inside p{max-width:320px}.trust-sidebar p{color:#4a4338}.review-location{display:block;color:#786c57;font-size:13px;margin-top:4px}.dark .review-location{color:#786c57}.hero-home{background-image:linear-gradient(90deg,rgba(0,0,0,.50),rgba(0,0,0,.16)),url('../images/clean-kitchen-midlothian-va.webp') !important;background-position:center 48%;}.photo-story{background:linear-gradient(180deg,#fff,#fbfaf6)}.split-visual{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}.split-visual h2{font-family:Georgia,serif;font-size:clamp(36px,4vw,56px);line-height:1.05;margin:0 0 16px}.split-visual p:not(.eyebrow){font-size:18px;color:#4a4338;margin-bottom:24px}.visual-stack{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;align-items:stretch}.visual-stack img{width:100%;height:250px;object-fit:cover;border-radius:26px;box-shadow:0 18px 42px rgba(0,0,0,.16)}.visual-stack img:first-child{grid-row:span 2;height:516px}.large-gallery{grid-template-columns:repeat(4,1fr)}.large-gallery img{height:245px}.large-gallery figure:nth-child(1),.large-gallery figure:nth-child(5){grid-column:span 2}.large-gallery figure:nth-child(1) img,.large-gallery figure:nth-child(5) img{height:245px}@media(max-width:980px){.split-visual{grid-template-columns:1fr}.visual-stack{grid-template-columns:1fr 1fr}.visual-stack img:first-child{grid-row:auto;grid-column:span 2;height:320px}.large-gallery{grid-template-columns:repeat(2,1fr)}.large-gallery figure:nth-child(1),.large-gallery figure:nth-child(5){grid-column:span 1}}@media(max-width:560px){.hero-home{background-image:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.26)),url('../images/clean-kitchen-midlothian-va.webp') !important;background-position:center}.visual-stack{grid-template-columns:1fr}.visual-stack img,.visual-stack img:first-child{grid-column:auto;height:260px}.large-gallery{grid-template-columns:1fr}}.skip-link{position:fixed;left:12px;top:12px;z-index:9999;background:#111;color:#fff;padding:10px 14px;border-radius:8px;transform:translateY(-180%);transition:transform .15s ease}.skip-link:focus{transform:translateY(0)}main{display:block}.section:not(.hero):not(.page-hero){content-visibility:auto;contain-intrinsic-size:1px 700px}.section.white .eyebrow,.photo-story .eyebrow,.why-item .eyebrow{color:#765700}.review .stars{color:#806000}.section.white .trust-grid .trust-card strong{color:#765700}.small,.review-location{color:#625a4d}@media(max-width:560px){.hero-home{background-image:linear-gradient(90deg,rgba(0,0,0,.64),rgba(0,0,0,.28)),url('../images/clean-kitchen-midlothian-va-mobile.webp') !important}}.location-hub-hero,.midlothian-hero{min-height:600px;background-position:center}.location-hub-hero .container,.midlothian-hero .container{padding-top:36px;padding-bottom:36px}.breadcrumbs{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-bottom:28px;font-size:14px;color:#f3ead8}.breadcrumbs a{color:#f3ead8;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.location-intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:start}.location-intro h2,.neighborhood-layout h2,.service-area-link h2{font-family:Georgia,serif;font-size:clamp(36px,4.5vw,58px);line-height:1.05;margin:0}.location-intro p{font-size:18px;color:#4a4338;margin-top:0}.location-cards-section{background:linear-gradient(180deg,#f6f2e9,#fbfaf6)}.location-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.location-card{display:flex;flex-direction:column;min-height:245px;padding:28px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 14px 34px rgba(0,0,0,.07);text-decoration:none;color:#1f1b16;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.location-card:hover{transform:translateY(-4px);box-shadow:0 22px 46px rgba(0,0,0,.11);border-color:rgba(202,166,75,.7)}.location-card.featured{background:linear-gradient(145deg,#161616,#29241b);color:#fff;border-color:rgba(232,200,115,.5)}.location-card h3{font-family:Georgia,serif;font-size:28px;margin:10px 0 8px}.location-card p{margin:0 0 18px;color:#5a5145}.location-card.featured p{color:#eee4d2}.location-tag{align-self:flex-start;border-radius:999px;background:var(--gold2);color:#231b0d;font-size:12px;font-weight:900;padding:6px 10px;text-transform:uppercase;letter-spacing:.08em}.text-link{font-weight:900;color:#765700;text-decoration:none}.location-card .text-link{margin-top:auto;color:inherit}.coming-soon{margin-top:auto;color:#756b5c;font-size:13px;font-weight:800}.area-trust-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0 28px}.area-trust-list span{position:relative;padding-left:25px;font-weight:800}.area-trust-list span:before{content:'✓';position:absolute;left:0;color:#765700}.faq-section{background:#f6f2e9}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.faq-grid article{padding:26px;border-radius:20px;background:#fff;border:1px solid var(--line)}.faq-grid h3{font-family:Georgia,serif;font-size:23px;margin:0 0 8px}.faq-grid p{margin:0;color:#4a4338}.location-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.location-service-card{display:block;padding:30px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 14px 34px rgba(0,0,0,.07);text-decoration:none;color:#1f1b16}.location-service-card:hover{border-color:rgba(202,166,75,.7);transform:translateY(-3px)}.location-service-card h3{font-family:Georgia,serif;font-size:28px;margin:0 0 10px}.location-service-card p{color:#4a4338}.location-service-card span{font-weight:900;color:#765700}.neighborhood-section{background:linear-gradient(135deg,#171717,#2c261c);color:#fff}.neighborhood-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.neighborhood-layout p{color:#e8decb;font-size:18px}.neighborhood-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;list-style:none;padding:0;margin:0}.neighborhood-list li{padding:14px 18px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(232,200,115,.28);font-weight:800}.location-process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.location-process article{padding:26px;border-radius:22px;background:#fbfaf6;border:1px solid var(--line)}.location-process span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--gold2);color:#201809;font-weight:900}.location-process h3{font-family:Georgia,serif;font-size:23px;margin:16px 0 8px}.location-process p{margin:0;color:#4a4338}.service-area-link{display:flex;justify-content:space-between;gap:36px;align-items:center}.service-area-link>div:first-child{max-width:720px}.service-area-link .hero-actions{align-items:center}@media(max-width:980px){.location-card-grid{grid-template-columns:repeat(2,1fr)}.location-intro,.neighborhood-layout{grid-template-columns:1fr;gap:28px}.location-process{grid-template-columns:repeat(2,1fr)}.service-area-link{display:block}.service-area-link .hero-actions{margin-top:24px}}@media(max-width:620px){.location-hub-hero,.midlothian-hero{min-height:560px}.location-card-grid,.location-service-grid,.faq-grid,.location-process{grid-template-columns:1fr}.neighborhood-list{grid-template-columns:1fr}.area-trust-list{grid-template-columns:1fr}.location-card{min-height:auto}.location-intro h2,.neighborhood-layout h2,.service-area-link h2{font-size:38px}}.local-trust-strip{background:#151515;border-top:1px solid rgba(232,200,115,.2);border-bottom:1px solid rgba(232,200,115,.2);color:#fff}.local-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.local-trust-grid>div{padding:22px 26px;text-align:center;border-right:1px solid rgba(255,255,255,.09)}.local-trust-grid>div:last-child{border-right:0}.local-trust-grid strong{display:block;color:var(--gold2);font-family:Georgia,serif;font-size:25px}.local-trust-grid span{display:block;margin-top:4px;font-size:13px;color:#eee4d2}.location-card-grid.enhanced .location-card{min-height:280px}.location-card-grid.enhanced .location-card.featured{grid-column:span 2;min-height:310px}.location-card ul{list-style:none;margin:4px 0 20px;padding:0;display:flex;gap:10px;flex-wrap:wrap}.location-card li{font-size:12px;font-weight:800;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(232,200,115,.28)}.location-kicker{font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#765700}.location-card article .text-link,.location-card .text-link{margin-top:auto}.service-map-section{background:linear-gradient(135deg,#f8f5ee,#eee6d7)}.service-map-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.service-map-layout h2{font-family:Georgia,serif;font-size:clamp(38px,4.6vw,60px);line-height:1.04;margin:0 0 18px}.service-map-layout p:not(.eyebrow){font-size:18px;color:#4a4338;margin-bottom:26px}.service-map{position:relative;min-height:460px;border-radius:32px;overflow:hidden;background:radial-gradient(circle at center,rgba(230,194,98,.22),transparent 27%),linear-gradient(145deg,#151515,#30291f);box-shadow:0 24px 56px rgba(0,0,0,.2)}.service-map:before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:36px 36px}.map-core,.map-point{position:absolute;z-index:3;display:grid;place-items:center;text-align:center;border-radius:50%;font-weight:900;box-shadow:0 10px 26px rgba(0,0,0,.32)}.map-core{left:50%;top:50%;transform:translate(-50%,-50%);width:134px;height:134px;background:var(--gold2);color:#1d170b;font-family:Georgia,serif;font-size:22px}.map-core small{font-family:Arial,sans-serif;font-size:11px;display:block;margin-top:3px}.map-point{width:88px;height:88px;background:#fff;color:#201c16;border:3px solid rgba(232,200,115,.85);font-size:12px}.p1{left:14%;top:20%}.p2{right:15%;top:17%}.p3{left:18%;bottom:16%}.p4{right:11%;bottom:22%}.p5{right:31%;top:7%}.p6{left:40%;bottom:5%}.map-ring{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(232,200,115,.35);border-radius:50%}.ring-one{width:270px;height:270px}.ring-two{width:430px;height:430px}@media(max-width:980px){.local-trust-grid{grid-template-columns:repeat(2,1fr)}.local-trust-grid>div:nth-child(2){border-right:0}.local-trust-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.09)}.location-card-grid.enhanced .location-card.featured{grid-column:span 2}.service-map-layout{grid-template-columns:1fr;gap:32px}}@media(max-width:620px){.local-trust-grid{grid-template-columns:1fr}.local-trust-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}.local-trust-grid>div:last-child{border-bottom:0}.location-card-grid.enhanced .location-card.featured{grid-column:auto}.service-map{min-height:400px}.map-core{width:108px;height:108px;font-size:18px}.map-point{width:72px;height:72px;font-size:10px}.ring-one{width:220px;height:220px}.ring-two{width:350px;height:350px}.p1{left:4%;top:20%}.p2{right:4%;top:17%}.p3{left:8%;bottom:17%}.p4{right:3%;bottom:20%}.p5{right:28%;top:3%}.p6{left:39%;bottom:2%}}.local-trust-strip{background:linear-gradient(135deg,var(--navy-dark),var(--navy));padding:0;border-color:rgba(232,200,115,.28)}.local-trust-grid{gap:0}.local-trust-item{display:flex;align-items:center;justify-content:center;gap:14px;min-height:108px;padding:20px 24px;text-align:left;border-right:1px solid rgba(255,255,255,.10)}.local-trust-item:last-child{border-right:0}.local-trust-icon{flex:0 0 48px;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:rgba(232,200,115,.12);border:1px solid rgba(232,200,115,.42)}.local-trust-icon svg{width:25px;height:25px;fill:var(--gold2)}.local-trust-copy{display:block;min-width:0}.local-trust-copy strong{display:block!important;font-family:Arial,sans-serif!important;font-size:16px!important;line-height:1.2;color:#fff!important}.local-trust-copy>span{display:block;margin-top:5px;font-size:12px;line-height:1.35;color:#d9cfbb}.location-card{position:relative;overflow:hidden}.location-card:before{content:'';position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--gold),var(--gold2));opacity:.9}.location-card.featured:before{height:6px}.location-card .location-icon{display:grid;place-items:center;width:34px;height:34px;margin:15px 0 2px;border-radius:50%;background:#f3ead3;color:#765700;font-weight:900;font-size:18px}.location-card.featured .location-icon{background:rgba(232,200,115,.15);border:1px solid rgba(232,200,115,.42);color:var(--gold2)}.location-card h3{margin-top:8px}.location-card:hover .location-icon{transform:translateY(-2px);transition:transform .18s ease}@media(max-width:980px){.local-trust-item:nth-child(2){border-right:0}.local-trust-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.10)}}@media(max-width:620px){.local-trust-item{justify-content:flex-start;min-height:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.10);padding:18px 20px}.local-trust-item:last-child{border-bottom:0}.local-trust-copy strong{font-size:15px!important}.local-trust-icon{width:44px;height:44px;flex-basis:44px}}.location-hub-hero{min-height:680px;align-items:center;background-position:center 48%}.location-hub-hero .container{padding-top:64px;padding-bottom:72px}.location-hub-hero h1{font-size:clamp(48px,5.65vw,74px);line-height:1.02;max-width:980px;margin-bottom:30px;text-wrap:balance}.location-hub-hero .sub{max-width:780px;margin-bottom:42px;line-height:1.55}.location-hub-hero .hero-actions{gap:18px}.local-trust-strip{position:relative;isolation:isolate;overflow:hidden}.local-trust-strip:before,.local-trust-strip:after{content:none!important;display:none!important}.local-trust-icon{font-family:Georgia,serif;font-size:25px;line-height:1;color:var(--gold2);font-weight:800}.local-trust-icon svg{display:none!important}.local-trust-grid{position:relative;z-index:1}@media(max-width:980px){.location-hub-hero{min-height:620px}.location-hub-hero .container{padding-top:48px;padding-bottom:58px}.location-hub-hero h1{font-size:clamp(46px,7.8vw,66px);max-width:820px}}@media(max-width:620px){.location-hub-hero{min-height:590px}.location-hub-hero .container{padding-top:42px;padding-bottom:52px}.location-hub-hero h1{font-size:44px;line-height:1.04;margin-bottom:24px}.location-hub-hero .sub{margin-bottom:32px}.local-trust-icon{font-size:23px}}@media(min-width:981px){.nav{min-height:104px;padding:10px 0}.logo img{height:96px;width:auto}}.local-trust-strip{background:linear-gradient(135deg,var(--navy-dark),var(--navy));border-top:1px solid rgba(232,200,115,.34);border-bottom:1px solid rgba(232,200,115,.34)}.local-trust-grid{align-items:stretch}.local-trust-item{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;justify-content:stretch;gap:16px;min-height:118px;padding:24px 28px;text-align:left}.local-trust-icon{width:auto;height:auto;display:block;border:0;border-radius:0;background:transparent;color:var(--gold2);font-size:34px;line-height:1;text-align:center;text-shadow:0 2px 14px rgba(232,200,115,.18)}.local-trust-copy{display:flex;min-height:64px;flex-direction:column;justify-content:center}.local-trust-copy strong{font-size:17px!important;line-height:1.22;min-height:42px;display:flex!important;align-items:flex-end}.local-trust-copy>span{font-size:12.5px;line-height:1.42;margin-top:6px;color:#e2d8c5}.location-hub-hero h1{max-width:1040px}.location-hub-hero .hero-actions{margin-top:6px}@media(max-width:980px){.logo img{height:78px}.local-trust-item{grid-template-columns:40px minmax(0,1fr);min-height:108px;padding:22px 24px}.local-trust-icon{font-size:30px}}@media(max-width:620px){.logo img{height:68px}.local-trust-item{grid-template-columns:36px minmax(0,1fr);padding:18px 20px}.local-trust-icon{font-size:27px}.local-trust-copy{min-height:0}.local-trust-copy strong{min-height:0;align-items:initial;font-size:15.5px!important}}.logo{display:flex;align-items:center;flex:0 0 auto}.logo img{display:block;width:158px;height:auto;max-width:none;object-fit:contain}.footer .footer-logo{display:block;width:320px;max-width:100%;height:auto;object-fit:contain;margin:0 0 16px}@media(max-width:980px){.logo img{width:142px;height:auto}}@media(max-width:560px){.logo img{width:126px;height:auto}.footer .footer-logo{width:270px}}.resource-hero{min-height:690px;display:flex;align-items:center;background-size:cover;background-position:center 52%;color:#fff;position:relative;overflow:hidden}.resource-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.22));pointer-events:none}.resource-hero-inner{position:relative;z-index:1;padding-top:72px;padding-bottom:78px}.resource-hero h1{font-family:Georgia,serif;font-size:clamp(50px,6vw,82px);line-height:1.01;max-width:970px;margin:0 0 28px;text-wrap:balance}.resource-hero-copy{max-width:760px;font-size:clamp(18px,1.8vw,22px);line-height:1.58;color:#f2eee7;margin:0 0 38px}.resource-hero-actions{gap:18px}.resource-orientation{background:var(--navy);color:#fff;border-top:1px solid rgba(232,200,115,.25);border-bottom:1px solid rgba(232,200,115,.25)}.resource-orientation-grid{display:grid;grid-template-columns:repeat(4,1fr)}.resource-orientation-grid>div{display:flex;align-items:center;justify-content:center;gap:12px;padding:21px 18px;border-right:1px solid rgba(255,255,255,.09)}.resource-orientation-grid>div:last-child{border-right:0}.resource-orientation-grid span{color:var(--gold2);font-size:23px;line-height:1}.resource-orientation-grid strong{font-size:14px;letter-spacing:.02em}.resource-topic-section{background:linear-gradient(180deg,#fbfaf7,#f4efe5)}.resource-section-title{max-width:830px;margin-left:auto;margin-right:auto;text-align:center}.resource-topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:42px}.resource-topic-card,.resource-guide-card,.resource-trust-grid article{position:relative;background:#fff;border:1px solid #e7dece;border-radius:24px;box-shadow:0 16px 36px rgba(43,35,22,.08)}.resource-topic-card{min-height:300px;padding:34px 30px 30px;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;overflow:hidden}.resource-topic-card:hover{transform:translateY(-5px);box-shadow:0 22px 44px rgba(43,35,22,.13);border-color:#d9bd72}.resource-topic-card-featured{background:linear-gradient(145deg,var(--navy),#172b52);color:#fff;border-color:#5e4f31}.resource-topic-card-featured p{color:#e7dfd0}.resource-accent{position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,var(--gold),var(--gold2))}.resource-card-label{text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:900;color:#765700;margin:6px 0 18px}.resource-topic-card-featured .resource-card-label{color:var(--gold2)}.resource-topic-card h3,.resource-guide-card h3,.resource-trust-grid h3{font-family:Georgia,serif;font-size:30px;line-height:1.12;margin:0 0 14px}.resource-topic-card p,.resource-guide-card p,.resource-trust-grid p{line-height:1.65;color:#514a40}.resource-card-link{margin-top:auto;padding-top:22px;font-size:13px;font-weight:900;color:#765700;text-transform:uppercase;letter-spacing:.08em}.resource-topic-card-featured .resource-card-link{color:var(--gold2)}.resource-start-section{background:var(--navy-dark);color:#fff}.resource-start-section .section-title p:not(.eyebrow){color:#d9d1c4}.resource-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:42px}.resource-guide-card{min-height:330px;padding:30px;display:flex;flex-direction:column;background:#14284d;border-color:#4b3f2b;color:#fff}.resource-guide-card-featured{background:linear-gradient(145deg,#172b52,var(--navy-dark));border-color:#94783c}.resource-guide-meta{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:30px}.resource-guide-meta span{font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#e8c873;border:1px solid rgba(232,200,115,.4);border-radius:999px;padding:7px 10px}.resource-guide-card h3{font-size:34px}.resource-guide-card p{color:#d9d1c4}.resource-guide-card .resource-card-link{color:var(--gold2)}.resource-trust-section{background:#fff}.resource-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.resource-trust-grid article{padding:34px 30px;min-height:270px}.resource-trust-number{display:inline-block;font-family:Georgia,serif;font-size:15px;color:#765700;border-bottom:2px solid var(--gold2);padding-bottom:7px;margin-bottom:24px}.resource-trust-grid h3{font-size:28px}.resource-help-section{background:linear-gradient(135deg,#f4efe5,#e9dfcd)}.resource-help-panel{display:grid;grid-template-columns:1.4fr .6fr;gap:46px;align-items:center;padding:52px 58px;background:#fff;border-radius:30px;border-top:6px solid var(--gold2);box-shadow:0 22px 50px rgba(41,32,18,.12)}.resource-help-panel h2{font-family:Georgia,serif;font-size:clamp(38px,4vw,56px);line-height:1.08;margin:0 0 16px}.resource-help-panel p:not(.eyebrow){max-width:760px;font-size:18px;line-height:1.65;color:#4d463c}.resource-help-actions{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.resource-help-actions .text-link{font-weight:900;color:#6f5200}@media(max-width:980px){.resource-hero{min-height:620px}.resource-topic-grid,.resource-guide-grid{grid-template-columns:repeat(2,1fr)}.resource-topic-card-featured{grid-column:span 2}.resource-orientation-grid{grid-template-columns:repeat(2,1fr)}.resource-orientation-grid>div:nth-child(2){border-right:0}.resource-orientation-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.09)}.resource-trust-grid{grid-template-columns:1fr}.resource-trust-grid article{min-height:auto}.resource-help-panel{grid-template-columns:1fr;padding:44px}}@media(max-width:620px){.resource-hero{min-height:590px;background-position:62% center}.resource-hero-inner{padding-top:48px;padding-bottom:54px}.resource-hero h1{font-size:44px;line-height:1.04}.resource-hero-copy{font-size:18px}.resource-hero-actions{flex-direction:column;align-items:flex-start}.resource-orientation-grid{grid-template-columns:1fr}.resource-orientation-grid>div{justify-content:flex-start;border-right:0;border-bottom:1px solid rgba(255,255,255,.09);padding:17px 20px}.resource-orientation-grid>div:last-child{border-bottom:0}.resource-topic-grid,.resource-guide-grid{grid-template-columns:1fr}.resource-topic-card-featured{grid-column:auto}.resource-topic-card,.resource-guide-card{min-height:auto}.resource-help-panel{padding:34px 26px}.resource-help-panel h2{font-size:38px}.resource-section-title{text-align:left}}.resource-hero-inner{max-width:1100px}.resource-hero-copy{max-width:690px}.resource-hero .eyebrow{margin-bottom:18px}.resource-hero-actions{margin-top:4px}.resource-orientation-grid>div{justify-content:flex-start;padding:22px 24px}.resource-orientation-grid>div>span:last-child{display:flex;flex-direction:column;gap:3px}.resource-orientation-grid small{display:block;color:#cfc7ba;font-size:11.5px;line-height:1.35;font-weight:500}.resource-topic-card,.resource-guide-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.resource-topic-card:focus-within,.resource-guide-card:focus-within{outline:3px solid rgba(232,200,115,.55);outline-offset:4px}.resource-guide-card:hover{transform:translateY(-5px);box-shadow:0 24px 48px rgba(0,0,0,.26);border-color:#a98a47}.resource-guide-card .resource-card-label{color:#d8b85f;margin:0 0 14px}.resource-guide-meta{align-items:center}.reading-time,.status-badge{display:inline-flex;align-items:center;min-height:30px;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;border-radius:999px;padding:7px 11px}.reading-time{color:#f3e9d3;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18)}.status-badge{color:#1c1811;background:linear-gradient(135deg,var(--gold),var(--gold2));border:1px solid var(--gold2)}.resource-guide-meta .reading-time,.resource-guide-meta .status-badge{color:inherit}.resource-guide-meta .reading-time{color:#f3e9d3;border-color:rgba(255,255,255,.18)}.resource-guide-meta .status-badge{color:#1c1811;border-color:var(--gold2)}.resource-trust-grid article{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.resource-trust-grid article:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(43,35,22,.12);border-color:#d9bd72}.resource-trust-icon{display:inline-grid;place-items:center;width:50px;height:50px;border-radius:50%;margin-bottom:22px;background:var(--navy);color:var(--gold2);font-family:Georgia,serif;font-size:25px;line-height:1;box-shadow:0 10px 24px rgba(32,25,15,.16)}.resource-help-actions .text-link{display:inline-flex;align-items:center;min-height:44px;padding:8px 2px;text-decoration:none}.resource-help-actions .text-link:hover{text-decoration:underline;text-underline-offset:4px}.resource-help-actions .text-link:focus-visible,.resource-card-link:focus-visible{outline:3px solid rgba(166,122,0,.45);outline-offset:4px;border-radius:4px}.article-meta{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;color:#665f55;font-size:14px}.guide-summary,.tip-box,.checklist-box,.author-card,.related-guides{border-radius:22px;border:1px solid #e4dac8;background:#fff;box-shadow:0 14px 34px rgba(43,35,22,.07)}.guide-summary,.tip-box,.checklist-box,.author-card{padding:28px}.guide-summary{border-left:5px solid var(--gold2)}.tip-box{background:#fbf7ee;border-color:#dfc987}.checklist-box{background:#f7f4ed}.checklist-box ul{margin:0;padding-left:1.25rem}.related-guides{padding:32px}.related-guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.author-card{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center}.author-card img{width:76px;height:76px;border-radius:50%;object-fit:cover}@media(max-width:980px){.resource-hero-inner{max-width:900px}.resource-orientation-grid>div{padding:19px 20px}.related-guides-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.resource-hero-copy{max-width:100%}.resource-hero-actions .btn{width:100%;justify-content:center}.resource-orientation-grid small{font-size:11px}.resource-guide-meta{gap:9px}.resource-trust-icon{width:46px;height:46px;font-size:23px}.related-guides-grid{grid-template-columns:1fr}.author-card{grid-template-columns:1fr;text-align:left}}.resource-guide-link{color:inherit;text-decoration:none}.resource-featured-guide.resource-guide-link{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.resource-featured-guide.resource-guide-link:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(0,0,0,.12)}.resource-featured-guide.resource-guide-link:focus-visible{outline:3px solid #caa85e;outline-offset:4px}.resource-guide-card-upcoming{opacity:.82}.resource-card-link-upcoming{font-size:.82rem;font-weight:700;letter-spacing:.01em;color:#6d6d6d}.resource-breadcrumbs{background:#f7f4ed;border-bottom:1px solid rgba(0,0,0,.08);font-size:.9rem}.resource-breadcrumbs .container{display:flex;align-items:center;gap:.55rem;padding-top:.8rem;padding-bottom:.8rem;overflow:hidden;white-space:nowrap}.resource-breadcrumbs a{color:#4d4d4d;text-decoration:none}.resource-breadcrumbs a:hover{text-decoration:underline}.resource-breadcrumbs span[aria-current=page]{overflow:hidden;text-overflow:ellipsis;color:#767676}.guide-hero{background:var(--navy);color:#fff}.guide-hero-inner{max-width:920px;padding-top:clamp(3.5rem,8vw,6.5rem);padding-bottom:clamp(3.5rem,8vw,6.5rem)}.guide-hero h1{max-width:860px;margin:.35rem 0 1.2rem;font-size:clamp(2.35rem,5.7vw,4.8rem);line-height:1.03;letter-spacing:-.035em}.guide-deck{max-width:760px;margin:0;color:rgba(255,255,255,.82);font-size:clamp(1.1rem,2vw,1.38rem);line-height:1.65}.guide-layout{display:grid;grid-template-columns:minmax(0,760px) minmax(230px,300px);gap:clamp(2.5rem,7vw,6rem);align-items:start;padding-top:clamp(3.5rem,7vw,6rem);padding-bottom:clamp(3.5rem,7vw,6rem)}.guide-article{font-size:1.08rem;line-height:1.82;color:#292929}.guide-article .guide-lead{margin-top:0;font-size:clamp(1.22rem,2vw,1.48rem);line-height:1.65;color:#171717}.guide-article section{scroll-margin-top:6rem;margin-top:3.4rem}.guide-article h2{margin:0 0 1rem;font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.18;letter-spacing:-.02em;color:#111}.guide-article p{margin:0 0 1.25rem}.guide-article ul{margin:1rem 0 1.5rem;padding-left:1.25rem}.guide-article li{margin:.6rem 0;padding-left:.3rem}.royale-insight{margin:3.6rem 0;padding:2rem clamp(1.4rem,4vw,2.5rem);border-left:5px solid #caa85e;background:#f7f4ed;border-radius:0 14px 14px 0}.royale-insight h2{font-size:clamp(1.45rem,2.5vw,2rem)}.royale-insight p:last-child{margin-bottom:0}.one-last-thought{padding-top:2.2rem;border-top:1px solid rgba(0,0,0,.14)}.about-guide{padding:1.6rem 1.8rem;background:#f5f5f3;border-radius:14px}.about-guide h2{font-size:1.25rem}.about-guide p:last-child{margin-bottom:0}.guide-sidebar{position:sticky;top:6.5rem;display:grid;gap:1.2rem}.guide-sidebar-card{padding:1.35rem;border:1px solid rgba(0,0,0,.1);border-radius:14px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.05)}.guide-sidebar-card>a:not(.text-link){display:block;padding:.65rem 0;border-bottom:1px solid rgba(0,0,0,.08);color:#333;text-decoration:none}.guide-sidebar-card>a:not(.text-link):last-child{border-bottom:0}.guide-sidebar-card>a:hover{color:#000}.guide-sidebar-card h2{margin:.1rem 0 .65rem;font-size:1.2rem}.guide-sidebar-card p{font-size:.94rem;line-height:1.6;color:#565656}.guide-sidebar-help{background:#f7f4ed}.guide-next-section{background:#f2eee5}.guide-next-panel{display:flex;justify-content:space-between;gap:2rem;align-items:center;padding:clamp(1.8rem,4vw,3rem);background:#fff;border-radius:18px;box-shadow:0 14px 38px rgba(0,0,0,.07)}.guide-next-panel>div{max-width:700px}.guide-next-panel h2{margin:.3rem 0 .7rem}.guide-next-panel p:last-child{margin-bottom:0}.guide-next-disabled{white-space:nowrap}@media (max-width:900px){.guide-layout{grid-template-columns:1fr}.guide-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr));order:-1}.guide-next-panel{align-items:flex-start;flex-direction:column}.guide-next-disabled{white-space:normal}}@media (max-width:620px){.guide-hero-inner{padding-top:3.2rem;padding-bottom:3.5rem}.guide-layout{padding-top:2.6rem}.guide-sidebar{grid-template-columns:1fr}.guide-sidebar-card:first-child{display:none}.guide-article{font-size:1.02rem}.royale-insight{margin-left:-.25rem;margin-right:-.25rem;padding:1.55rem 1.25rem}.about-guide{padding:1.35rem}.resource-breadcrumbs .container{font-size:.82rem}}.resource-start-section .resource-featured-guide{display:block;width:min(100%,760px);margin:0 0 32px;padding:clamp(30px,4vw,48px);background:linear-gradient(145deg,#211c17 0%,#171411 100%);border:1px solid rgba(232,200,115,.34);border-radius:28px;box-shadow:0 24px 60px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04);color:#fff;}.resource-start-section .resource-featured-guide.resource-guide-link:hover{transform:translateY(-4px);border-color:rgba(232,200,115,.68);box-shadow:0 30px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06);}.resource-featured-copy{max-width:660px}.resource-featured-kicker{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:20px;}.resource-start-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:7px 14px;border-radius:999px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#171109;font-size:11px;line-height:1;font-weight:900;letter-spacing:.11em;text-transform:uppercase;box-shadow:0 8px 20px rgba(202,166,75,.20);}.resource-reading-time{color:rgba(255,255,255,.62);font-size:13px;line-height:1.4;font-weight:600;}.resource-featured-guide h3{max-width:620px;margin:0 0 18px;font-family:Georgia,serif;font-size:clamp(2rem,4vw,2.65rem);line-height:1.08;letter-spacing:-.025em;color:#fff;}.resource-featured-guide p{max-width:650px;margin:0 0 26px;color:#ddd4c6;font-size:17px;line-height:1.7;}.resource-featured-button{min-height:52px;padding:14px 22px;}.resource-guide-grid-secondary{margin-top:0}@media(max-width:620px){.resource-start-section .resource-featured-guide{width:100%;margin-bottom:24px;padding:28px 22px;border-radius:22px;}.resource-featured-kicker{gap:10px;margin-bottom:18px}.resource-start-badge{font-size:10px;padding:7px 12px}.resource-reading-time{font-size:12px}.resource-featured-guide h3{font-size:clamp(1.8rem,8vw,2.2rem)}.resource-featured-guide p{font-size:16px;line-height:1.65}.resource-featured-button{width:100%;justify-content:center}}.careers-hero{min-height:610px;background-position:center center;background-repeat:no-repeat;background-size:cover}.careers-hero-inner{padding:78px 0;max-width:820px;transform:translateY(-24px)}.careers-hero h1{font-size:clamp(50px,6.8vw,86px)}.careers-hero .sub{max-width:650px;margin-bottom:30px}.careers-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:clamp(48px,8vw,110px);align-items:center}.careers-split h2,.careers-character h2,.careers-fit h2,.careers-opportunities h2,.careers-closing h2{font-family:Georgia,serif;font-size:clamp(38px,4.4vw,62px);line-height:1.08;margin:.25rem 0 1.25rem}.careers-lead{font-size:clamp(20px,2vw,25px);line-height:1.55;color:#2d271e}.careers-belief{position:relative;padding:56px 42px 42px;border-radius:28px;background:linear-gradient(145deg,#171510,#2b2419);color:#fff;box-shadow:0 22px 50px rgba(30,24,15,.18)}.careers-belief p{font-family:Georgia,serif;font-size:clamp(28px,3vw,40px);line-height:1.3;margin:0}.careers-quote-mark{position:absolute;top:8px;left:28px;color:var(--gold2);font-family:Georgia,serif;font-size:74px;line-height:1}.careers-character{background:#f2ede3}.careers-value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.careers-value-grid article{min-height:270px;padding:30px;border-radius:22px;background:#fff;border:1px solid #e4dac8;box-shadow:0 12px 32px rgba(43,35,22,.07)}.careers-value-grid article>span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#f2ead5;color:#765700;font-weight:900}.careers-value-grid h3{font-family:Georgia,serif;font-size:28px;margin:22px 0 10px}.careers-value-grid p{margin:0;color:#514a40}.careers-split-reverse{grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr)}.careers-photo{overflow:hidden;border-radius:28px;box-shadow:0 22px 50px rgba(30,24,15,.16)}.careers-photo picture{display:block}.careers-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center}.careers-note{margin-top:28px;padding:24px 26px;border-left:5px solid var(--gold);border-radius:0 16px 16px 0;background:#f5f0e6}.careers-note strong{font-size:18px}.careers-note p{margin:.35rem 0 0}.careers-fit{background:#171510;color:#fff}.careers-fit .section-title p{color:#ddd4c6}.careers-check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1000px}.careers-check-grid div{position:relative;padding:21px 22px 21px 55px;border:1px solid rgba(232,200,115,.24);border-radius:16px;background:rgba(255,255,255,.045);font-weight:800}.careers-check-grid div:before{content:'✓';position:absolute;left:21px;color:var(--gold2);font-size:20px}.careers-fit-close{max-width:850px;margin-top:30px;color:#ddd4c6;font-size:18px}.careers-opportunity-panel{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:55px;align-items:center}.careers-opportunities ul{display:grid;gap:10px;padding-left:1.25rem}.careers-small{font-weight:800;margin-top:24px}.careers-apply-card{padding:38px;border-radius:26px;background:linear-gradient(145deg,#211d17,#111);color:#fff;box-shadow:0 22px 50px rgba(30,24,15,.18)}.careers-apply-card h3{font-family:Georgia,serif;font-size:36px;margin:0 0 14px}.careers-apply-card p{color:#ddd4c6}.careers-apply-card .btn{margin-top:10px}.careers-contact-alt{font-size:14px}.careers-contact-alt a{color:var(--gold2)}.careers-closing{text-align:center;background:#efe7d7}.careers-closing .container{max-width:850px}.careers-closing p:last-child{font-size:20px}.links a[aria-current=page]{color:var(--gold2)}@media(max-width:980px){.careers-hero{min-height:560px}.careers-split,.careers-split-reverse,.careers-opportunity-panel{grid-template-columns:1fr}.careers-belief{max-width:680px}.careers-value-grid{grid-template-columns:repeat(2,1fr)}.careers-photo{max-width:680px}.careers-check-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.careers-hero{min-height:560px;background-position:58% center}.careers-hero-inner{padding:58px 0;transform:none}.careers-hero h1{font-size:44px}.careers-value-grid,.careers-check-grid{grid-template-columns:1fr}.careers-value-grid article{min-height:auto}.careers-belief{padding:52px 28px 32px}.careers-opportunity-panel{gap:34px}.careers-apply-card{padding:30px 24px}.careers-apply-card .btn{width:100%}}.careers-learning .careers-split{align-items:start;}.careers-learning .careers-photo{align-self:start;width:100%;height:520px;overflow:hidden;border-radius:28px;}.careers-learning .careers-photo picture,.careers-learning .careers-photo img{display:block;width:100%;height:100%;}.careers-learning .careers-photo img{aspect-ratio:auto;object-fit:cover;object-position:center 48%;}@media(max-width:980px){.careers-learning .careers-photo{height:420px;}}@media(max-width:620px){.careers-learning .careers-photo{height:320px;}}.careers-photo{align-self:flex-start}.careers-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center 42%;border-radius:28px}.careers-note{padding:28px 32px}.careers-note strong{display:block;font-size:2rem;margin-bottom:18px;font-family:Georgia,serif}.careers-expect-list{list-style:none;margin:0;padding:0}.careers-expect-list li{padding:12px 0;border-top:1px solid var(--line);font-weight:600}.careers-expect-list li:first-child{border-top:0}.careers-expect-list li:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-right:12px;border-radius:50%;background:var(--gold);color:#111;font-weight:900}.careers-fit .section-title{margin-bottom:66px;}.careers-check-grid{row-gap:18px;column-gap:16px;}.careers-check-grid div{padding-top:24px;padding-bottom:24px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background-color .2s ease;}.careers-check-grid div:before{font-size:22px;}.careers-check-grid div:hover{transform:translateY(-3px);border-color:rgba(232,200,115,.52);background:rgba(255,255,255,.065);box-shadow:0 14px 30px rgba(0,0,0,.2);}.careers-fit-close{display:flex;flex-direction:column;align-items:center;gap:8px;max-width:900px;margin:48px auto 0;color:#f3ecdf;font-size:clamp(18px,1.65vw,21px);line-height:1.55;text-align:center;}.careers-fit-close strong{display:block;color:#fff;font-family:Georgia,serif;font-size:clamp(22px,2.1vw,28px);line-height:1.25;}.careers-fit-close span{display:block;}.careers-fit-close .careers-fit-reassurance{margin-top:4px;color:var(--gold2);font-family:Inter,Arial,sans-serif;font-size:clamp(18px,1.7vw,22px);}@media(max-width:980px){.careers-fit .section-title{margin-bottom:52px;}.careers-fit-close{margin-top:42px;}}@media(max-width:620px){.careers-fit .section-title{margin-bottom:38px;}.careers-check-grid{gap:12px;}.careers-check-grid div{padding-top:20px;padding-bottom:20px;}.careers-fit-close{margin-top:34px;gap:7px;}}.careers-opportunity-panel{align-items:stretch;}.careers-opportunities .careers-small{margin:30px 0 14px;color:#2b251d;font-weight:900;}.careers-opportunity-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px;}.careers-tag{display:inline-flex;align-items:center;min-height:46px;padding:11px 16px;border:1px solid rgba(202,166,75,.42);border-radius:999px;background:linear-gradient(180deg,#fff 0%,#fbfaf6 100%);color:#2b251d;font-weight:850;box-shadow:0 8px 20px rgba(0,0,0,.05);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;}.careers-tag:hover{transform:translateY(-3px);border-color:rgba(202,166,75,.78);box-shadow:0 14px 28px rgba(0,0,0,.09);}.careers-apply-card{display:flex;flex-direction:column;justify-content:center;min-height:100%;}.careers-apply-card h3{margin-bottom:18px;}.careers-apply-card>p{margin-bottom:26px;}.careers-apply-card .btn{align-self:flex-start;}.careers-contact-email{margin-top:28px;padding-top:20px;border-top:1px solid rgba(232,200,115,.28);}.careers-contact-label{display:block;margin-bottom:5px;color:#ddd3c0;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}.careers-contact-email a{color:var(--gold2);font-weight:900;text-decoration-thickness:1px;text-underline-offset:4px;}@media(max-width:980px){.careers-opportunity-tags{margin-bottom:8px;}}@media(max-width:620px){.careers-opportunity-tags{display:grid;grid-template-columns:1fr;}.careers-tag{justify-content:center;width:100%;}.careers-apply-card .btn{align-self:stretch;}}.careers-closing{padding-top:104px;padding-bottom:108px;}.careers-closing .eyebrow{margin-bottom:20px;}.careers-closing h2{margin-bottom:34px;}.careers-closing-message{max-width:900px;margin:0 auto;font-size:clamp(18px,1.7vw,22px);line-height:1.65;}.careers-closing-divider{width:78px;height:3px;margin:34px auto 26px;border-radius:999px;background:linear-gradient(90deg,var(--gold),var(--gold2));}.careers-closing-contact{margin:0;color:#5f574c;font-size:16px;font-weight:700;}.careers-closing-contact a{color:#8f6a12;font-weight:900;text-decoration-thickness:1px;text-underline-offset:4px;}.careers-closing-contact a:hover{color:#6f4f05;}@media(max-width:980px){.careers-closing{padding-top:82px;padding-bottom:86px;}}@media(max-width:620px){.careers-closing{padding-top:66px;padding-bottom:70px;}.careers-closing h2{margin-bottom:26px;}.careers-closing-divider{margin-top:28px;}.careers-closing-contact{font-size:15px;}}.careers-intro .careers-split>div:first-child>p:not(.eyebrow):not(.careers-lead){font-size:18px;line-height:1.7;}.careers-value-grid article h3{margin-bottom:18px;}.careers-opportunities .careers-small{margin-top:44px;}.introduce-hero{position:relative;overflow:hidden;padding:92px 0 98px;background:radial-gradient(circle at 82% 18%,rgba(232,200,115,.18),transparent 34%),linear-gradient(135deg,#0b0b0c 0%,#18140e 58%,#2b2112 100%);color:#fff;}.introduce-hero:after{content:"";position:absolute;inset:auto -8% -55% 42%;height:420px;border-radius:50%;background:rgba(202,166,75,.06);transform:rotate(-12deg);pointer-events:none;}.introduce-hero-inner{position:relative;z-index:1;max-width:900px;}.introduce-back-link{display:inline-flex;margin-bottom:34px;color:#e9dfca;font-size:15px;font-weight:800;text-decoration:none;}.introduce-back-link:hover{color:var(--gold2);}.introduce-hero h1{max-width:780px;margin:0 0 24px;font-family:Georgia,serif;font-size:clamp(48px,6vw,78px);line-height:1.02;letter-spacing:-.025em;}.introduce-hero p{max-width:790px;margin:0 0 14px;color:#f1eadc;font-size:18px;line-height:1.7;}.introduce-hero .introduce-hero-lead{margin-bottom:14px;color:#fff;font-family:Georgia,serif;font-size:clamp(22px,2.4vw,30px);line-height:1.35;}.introduce-experience{padding-top:72px;}.introduce-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:56px;}.introduce-step{position:relative;display:flex;align-items:center;gap:12px;min-height:74px;padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:#fff;color:#6f6a60;}.introduce-step span{flex:0 0 38px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#f3eee3;color:#635a4c;font-weight:900;}.introduce-step strong{font-size:14px;line-height:1.25;}.introduce-step.is-active{border-color:rgba(202,166,75,.65);background:linear-gradient(180deg,#fff 0%,#fffaf0 100%);color:#251f17;box-shadow:0 12px 28px rgba(0,0,0,.07);}.introduce-step.is-active span{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#171109;}.introduce-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:34px;align-items:start;}.introduce-panel,.introduce-next-card{border-radius:30px;}.introduce-panel{padding:42px;border:1px solid var(--line);background:#fff;box-shadow:0 18px 48px rgba(0,0,0,.07);}.introduce-panel h2,.introduce-next-card h2{margin:0 0 18px;font-family:Georgia,serif;font-size:clamp(32px,3.5vw,48px);line-height:1.1;}.introduce-panel-lead{max-width:760px;margin-bottom:30px;color:#514a40;font-size:18px;line-height:1.7;}.introduce-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.introduce-overview-grid article{min-height:188px;padding:24px;border:1px solid var(--line);border-radius:22px;background:var(--cream);}.introduce-overview-grid article>span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:18px;border-radius:50%;background:#111;color:var(--gold2);font-size:13px;font-weight:900;}.introduce-overview-grid h3{margin:0 0 10px;font-family:Georgia,serif;font-size:23px;line-height:1.2;}.introduce-overview-grid p{margin:0;color:#5f584d;}.introduce-reassurance{margin-top:24px;padding:20px 22px;border-left:4px solid var(--gold);border-radius:0 18px 18px 0;background:#fff8e9;}.introduce-reassurance strong{display:block;margin-bottom:4px;font-size:18px;}.introduce-reassurance p{margin:0;color:#574f43;}.introduce-next-card{position:sticky;top:140px;padding:36px;background:linear-gradient(145deg,#111 0%,#211a10 100%);color:#f5efe3;box-shadow:0 20px 48px rgba(0,0,0,.18);}.introduce-next-card h2{color:#fff;font-size:clamp(30px,3vw,40px);}.introduce-next-card p:not(.eyebrow){margin:0 0 18px;color:#e7dfd1;line-height:1.7;}.introduce-next-card p:last-child{margin-bottom:0;}@media(max-width:980px){.introduce-hero{padding:72px 0 78px;}.introduce-progress{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:42px;}.introduce-layout{grid-template-columns:1fr;}.introduce-next-card{position:static;}}@media(max-width:620px){.introduce-hero{padding:58px 0 64px;}.introduce-back-link{margin-bottom:26px;}.introduce-progress{grid-template-columns:1fr;gap:9px;}.introduce-step{min-height:62px;}.introduce-panel{padding:28px 22px;}.introduce-overview-grid{grid-template-columns:1fr;}.introduce-overview-grid article{min-height:0;}.introduce-next-card{padding:30px 24px;}}.introduce-form-layout{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);}.introduce-form{padding:42px;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:0 18px 48px rgba(0,0,0,.07);}.introduce-form-step h2{margin:0 0 16px;font-family:Georgia,serif;font-size:clamp(32px,3.6vw,48px);line-height:1.08;}.introduce-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}.introduce-form label>span,.introduce-choice-group legend,.introduce-final-questions legend{display:block;margin-bottom:8px;color:#30291f;font-size:14px;font-weight:900;}.introduce-form input[type="text"],.introduce-form input[type="email"],.introduce-form input[type="tel"],.introduce-form input[type="date"],.introduce-form select,.introduce-form textarea{width:100%;border:1px solid #d8d0c2;border-radius:14px;padding:14px 15px;background:#fff;color:#241f18;font:inherit;}.introduce-form textarea{resize:vertical;}.introduce-form input:focus,.introduce-form select:focus,.introduce-form textarea:focus{outline:3px solid rgba(202,166,75,.28);border-color:var(--gold);}.introduce-full-field{display:block;margin-top:24px;}.introduce-choice-group,.introduce-final-questions{margin:0;padding:0;border:0;}.introduce-choice-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}.introduce-choice{display:flex;align-items:flex-start;gap:12px;min-height:106px;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--cream);cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;}.introduce-choice:hover{transform:translateY(-2px);border-color:rgba(202,166,75,.65);box-shadow:0 12px 24px rgba(0,0,0,.07);}.introduce-choice input{margin-top:5px;accent-color:var(--gold);}.introduce-choice span{margin:0!important;}.introduce-choice strong,.introduce-choice small{display:block;}.introduce-choice strong{margin-bottom:4px;color:#211b14;font-size:16px;}.introduce-choice small{color:#655e54;line-height:1.45;}.introduce-upload{margin-top:24px;padding:24px;border:1px dashed rgba(202,166,75,.75);border-radius:20px;background:#fffaf0;}.introduce-upload label strong,.introduce-upload label span{display:block;}.introduce-upload label span{margin:4px 0 14px;color:#675f52;font-size:14px;}.introduce-upload input[type="file"]{width:100%;padding:12px;border:1px solid #d8d0c2;border-radius:12px;background:#fff;}.introduce-upload p{margin:16px 0 0;color:#554d42;}.introduce-final-questions{display:grid;gap:12px;margin-top:24px;}.introduce-final-questions label{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:var(--cream);}.introduce-final-questions input{margin-top:5px;accent-color:var(--gold);}.introduce-final-questions label span{margin:0;font-weight:700;}.introduce-review{margin-top:28px;padding:22px;border-radius:18px;background:#111;color:#fff;}.introduce-review h3{margin:0 0 14px;font-family:Georgia,serif;font-size:24px;}.introduce-review dl{margin:0;}.introduce-review dl div{display:grid;grid-template-columns:130px 1fr;gap:12px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.12);}.introduce-review dl div:last-child{border-bottom:0;}.introduce-review dt{color:#d9cba9;font-weight:900;}.introduce-review dd{margin:0;color:#f5efe3;}.introduce-form-actions{display:flex;justify-content:space-between;gap:14px;margin-top:34px;padding-top:26px;border-top:1px solid var(--line);}.introduce-form-actions .btn.secondary{color:#211b14!important;border-color:#cfc5b5;background:#fff;box-shadow:none;}.introduce-form-actions .introduce-next,.introduce-form-actions .introduce-submit{margin-left:auto;}.introduce-form-status{min-height:24px;margin:18px 0 0;color:#9d2a1f;font-weight:800;}.introduce-form-status.success{color:#2f6b43;}.introduce-step{appearance:none;text-align:left;cursor:default;}.introduce-step.is-complete{cursor:pointer;border-color:rgba(202,166,75,.5);background:#fffaf0;color:#2f291f;}.introduce-step.is-complete span{background:#2f6b43;color:#fff;}@media(max-width:980px){.introduce-form-layout{grid-template-columns:1fr;}}@media(max-width:620px){.introduce-form{padding:28px 22px;}.introduce-form-grid,.introduce-choice-group{grid-template-columns:1fr;}.introduce-choice{min-height:0;}.introduce-form-actions{flex-wrap:wrap;}.introduce-form-actions .btn{width:100%;}.introduce-form-actions .introduce-next,.introduce-form-actions .introduce-submit{margin-left:0;}.introduce-review dl div{grid-template-columns:1fr;gap:2px;}}.introduce-choice-help{grid-column:1/-1;margin:-2px 0 2px;color:#6a6256;font-size:14px;}.introduce-choice input[type="checkbox"]{width:18px;height:18px;flex:0 0 18px;}@media(min-width:981px){.introduce-progress{position:sticky;top:112px;z-index:30;padding:10px 0;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);box-shadow:0 12px 22px rgba(0,0,0,.05);}}.introduce-step.is-complete{border-color:rgba(47,107,67,.38);background:#f3faf5;color:#23472f;}.introduce-step.is-complete span{background:#2f6b43;color:#fff;}.introduce-review-help{margin:-4px 0 18px;color:#d7cbb6;font-size:14px;}.introduce-review section{padding:16px 0;border-top:1px solid rgba(255,255,255,.12);}.introduce-review section:first-of-type{padding-top:0;border-top:0;}.introduce-review section:last-child{padding-bottom:0;}.introduce-review h4{margin:0 0 10px;color:var(--gold2);font-size:14px;letter-spacing:.08em;text-transform:uppercase;}.introduce-review dl{margin:0;}.introduce-review dl div{display:grid;grid-template-columns:145px 1fr;gap:12px;padding:8px 0;}.introduce-review dt{color:#d9cba9;font-weight:900;}.introduce-review dd{margin:0;color:#f5efe3;overflow-wrap:anywhere;}.introduce-review .is-missing{color:#ffd28a;font-weight:900;}.introduce-review .is-empty{color:#bdb3a4;font-style:italic;}@media(max-width:620px){.introduce-review dl div{grid-template-columns:1fr;gap:2px;}}#introductionSteps{scroll-margin-top:126px}.introduce-submit[hidden],.introduce-next[hidden]{display:none!important}@media(max-width:980px){#introductionSteps{scroll-margin-top:82px}}.introduce-form .introduce-progress{position:static;top:auto;z-index:auto;margin:-8px -8px 38px;padding:0;background:transparent;backdrop-filter:none;box-shadow:none;}.introduce-form-actions{align-items:center;}.introduce-form-actions .btn{min-width:220px;}.introduce-form-actions .introduce-back,.introduce-form-actions .introduce-next,.introduce-form-actions .introduce-submit{border:0;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#16110a!important;box-shadow:0 15px 28px rgba(0,0,0,.18);}.introduce-form-actions .introduce-back:hover,.introduce-form-actions .introduce-next:hover,.introduce-form-actions .introduce-submit:hover{transform:translateY(-2px);box-shadow:0 19px 38px rgba(0,0,0,.24);filter:saturate(1.04);}.introduce-form.is-first-step .introduce-form-actions{justify-content:flex-end;}.introduce-back[hidden],.introduce-next[hidden],.introduce-submit[hidden]{display:none!important;}@media(max-width:620px){.introduce-form .introduce-progress{margin:0 0 28px;}.introduce-form-actions .btn{width:100%;min-width:0;}}.introduce-form-actions{display:flex;justify-content:space-between;}.introduce-form.is-first-step .introduce-form-actions{justify-content:flex-end;}.introduce-form-actions .introduce-back,.introduce-form-actions .introduce-next,.introduce-form-actions .introduce-submit{min-width:220px;height:56px;display:inline-flex;align-items:center;justify-content:center;border:none!important;border-radius:999px;background:linear-gradient(135deg,var(--gold),var(--gold2))!important;color:#16110a!important;font-weight:800;text-decoration:none;box-shadow:0 15px 28px rgba(0,0,0,.18);}.introduce-form-actions .introduce-back:hover,.introduce-form-actions .introduce-next:hover,.introduce-form-actions .introduce-submit:hover{transform:translateY(-2px);box-shadow:0 19px 38px rgba(0,0,0,.24);}.careers-opportunity-tags .careers-tag{text-decoration:none;}.introduce-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;}.introduce-form-actions .btn:disabled{cursor:wait;opacity:.68;transform:none;filter:none;}.introduce-form-status.error{color:var(--red);}.introduce-success{padding:48px;border:1px solid rgba(202,166,75,.36);border-radius:30px;background:linear-gradient(180deg,#fff 0%,#fffaf0 100%);box-shadow:0 18px 48px rgba(0,0,0,.08);}.introduce-success h2{margin:0 0 22px;font-family:Georgia,serif;font-size:clamp(38px,4vw,56px);line-height:1.08;}.introduce-success p{max-width:760px;color:#514a40;font-size:18px;line-height:1.7;}.introduce-success-signoff{margin:28px 0;color:#211b14!important;font-family:Georgia,serif;font-size:22px!important;font-weight:700;}@media(max-width:620px){.introduce-success{padding:32px 24px;}}.introduce-question{padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--cream)}.introduce-question>span{display:block;font-weight:800;margin-bottom:10px}.introduce-question em{font-style:normal;color:#666}.introduce-question label{display:inline-flex;align-items:center;gap:8px;margin-right:22px}.careers-tag{cursor:pointer;text-decoration:none;background:linear-gradient(180deg,#fffdf7 0%,#fff8e8 100%);border:1px solid rgba(202,166,75,.65);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;}.careers-tag::after{content:"→";margin-left:8px;font-weight:700;}.careers-tag:hover,.careers-tag:focus-visible{transform:translateY(-3px);border-color:rgba(202,166,75,.95);box-shadow:0 14px 28px rgba(0,0,0,.10);outline:none;}.careers-opportunity-tags{display:flex;flex-wrap:wrap;gap:16px;}.careers-opportunity-tags .careers-tag{width:250px;justify-content:center;box-sizing:border-box;}@media(max-width:640px){.careers-opportunity-tags .careers-tag{width:100%;}}.resource-welcome-section{padding:68px 0 42px}.resource-library-section{background:linear-gradient(180deg,#17140f 0%,#201b14 45%,#17140f 100%);color:#fff}.resource-library-section .resource-section-title>p:not(.eyebrow){color:#d8d0c3}.resource-category-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:34px auto 64px;max-width:1050px}.resource-category-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border:1px solid rgba(232,200,115,.32);border-radius:999px;color:#eee5d3;text-decoration:none;font-size:13px;font-weight:800;background:rgba(255,255,255,.035);transition:background .2s ease,border-color .2s ease,transform .2s ease}.resource-category-nav a:hover{background:rgba(232,200,115,.11);border-color:rgba(232,200,115,.65);transform:translateY(-1px)}.resource-category-nav a:focus-visible{outline:3px solid rgba(232,200,115,.55);outline-offset:3px}.resource-category{scroll-margin-top:6.5rem;padding:58px 0 64px;border-top:1px solid rgba(255,255,255,.09)}.resource-category:first-of-type{border-top:0;padding-top:8px}.resource-category-heading{display:grid;grid-template-columns:72px minmax(0,820px);gap:28px;align-items:start;margin-bottom:30px}.resource-category-number{margin:0;font-family:Georgia,serif;font-size:48px;line-height:1;color:#d0ad53;opacity:.9}.resource-category-heading .eyebrow{margin:2px 0 10px;color:#d8b85f}.resource-category-heading h3{margin:0 0 12px;font-family:Georgia,serif;font-size:clamp(30px,3.2vw,45px);line-height:1.08;letter-spacing:-.02em}.resource-category-heading p:last-child{margin:0;color:#cfc5b5;font-size:17px;line-height:1.65}.resource-category-grid{display:grid;gap:22px}.resource-category-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.resource-category-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-library-card{position:relative;display:flex;flex-direction:column;min-height:285px;padding:30px;border:1px solid #4b3f2b;border-radius:22px;background:#211d17;color:#fff;text-decoration:none;box-shadow:0 16px 36px rgba(0,0,0,.18);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}a.resource-library-card:hover{transform:translateY(-4px);border-color:#a98a47;box-shadow:0 24px 48px rgba(0,0,0,.28)}a.resource-library-card:focus-visible{outline:3px solid rgba(232,200,115,.55);outline-offset:4px}.resource-library-card h4{margin:12px 0 14px;font-family:Georgia,serif;font-size:28px;line-height:1.13}.resource-library-card p{margin:0 0 22px;color:#d9d1c4;line-height:1.62}.resource-guide-number{display:inline-flex;width:max-content;color:#d8b85f;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.resource-library-card .resource-card-link{margin-top:auto;padding-top:8px;color:#e8c873}.resource-library-card-pending{background:#1b1814;border-color:#40372b}.resource-library-card-pending:after{content:"";position:absolute;inset:0;border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.025),transparent 55%);pointer-events:none}.resource-library-card-cornerstone{border-color:#6b5833}.resource-card-status{align-self:flex-start;margin:0 0 12px;padding:6px 9px;border:1px solid rgba(232,200,115,.28);border-radius:999px;color:#cdb985;background:rgba(232,200,115,.06);font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.resource-library-card-pending .resource-card-link-upcoming{color:#aaa093;text-transform:none;letter-spacing:.02em;font-size:12px}@media(max-width:980px){.resource-category-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-category-grid-3>.resource-library-card:last-child{grid-column:1/-1}.resource-category-heading{grid-template-columns:58px minmax(0,1fr)}.resource-category-number{font-size:40px}}@media(max-width:620px){.resource-category-nav{justify-content:flex-start;margin-bottom:42px}.resource-category-nav a{width:100%;justify-content:flex-start}.resource-category{padding:44px 0 50px}.resource-category-heading{grid-template-columns:1fr;gap:8px}.resource-category-number{font-size:28px}.resource-category-grid-3,.resource-category-grid-2{grid-template-columns:1fr}.resource-category-grid-3>.resource-library-card:last-child{grid-column:auto}.resource-library-card{min-height:auto;padding:26px 24px}.resource-library-card h4{font-size:26px}}.guide-meta{display:grid;gap:.45rem;margin-top:1.15rem;color:rgba(255,255,255,.92);font-size:1rem;line-height:1.55}.guide-meta span{display:block}.guide-mobile-toc{display:none;margin:0 0 2.25rem;border:1px solid rgba(0,0,0,.12);border-radius:14px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.05);scroll-margin-top:6rem}.guide-mobile-toc summary{cursor:pointer;padding:1rem 1.15rem;font-weight:900;color:#211b14}.guide-mobile-toc nav{display:grid;padding:0 1.15rem 1rem}.guide-mobile-toc a{padding:.6rem 0;border-top:1px solid rgba(0,0,0,.08);color:#333;text-decoration:none;line-height:1.35}.guide-toc-card{max-height:calc(100vh - 8rem);overflow:auto;overscroll-behavior:contain}.guide-article h3{margin:2.15rem 0 .8rem;font-family:Georgia,serif;font-size:clamp(1.28rem,2.2vw,1.65rem);line-height:1.25;color:#1a1713;scroll-margin-top:6rem}.guide-back-to-toc{margin-top:1.75rem!important;font-size:.9rem}.guide-back-to-toc a{color:#6d5b2c;text-decoration:none;font-weight:800}.guide-back-to-toc a:hover{text-decoration:underline}.guide-sources{padding-top:1rem;border-top:1px solid rgba(0,0,0,.12)}.guide-source-item{padding:1rem 1.1rem;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#faf8f2}.guide-source-item a{font-weight:800;color:#5d4916}.guide-related-section{background:#f2eee5}.guide-related-heading{margin-bottom:30px}.guide-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.guide-related-card{display:flex;flex-direction:column;min-height:230px;padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff;color:#211b14;text-decoration:none;box-shadow:0 12px 32px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.guide-related-card:hover{transform:translateY(-3px);border-color:rgba(202,166,75,.7);box-shadow:0 18px 38px rgba(0,0,0,.10)}.guide-related-card h3{margin:0 0 10px;font-family:Georgia,serif;font-size:24px;line-height:1.2}.guide-related-card p{margin:0 0 18px;color:#5a5348;line-height:1.65}.guide-related-card span{margin-top:auto;color:#6d5414;font-weight:900}@media(max-width:900px){.guide-related-grid{grid-template-columns:1fr}.guide-toc-card{max-height:none;overflow:visible}}@media(max-width:620px){.guide-mobile-toc{display:block}.guide-sidebar-card:first-child{display:none}.guide-back-to-toc{display:block}}.service-resource-section{background:#f2eee5;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service-resource-heading{max-width:820px;margin-bottom:30px}.service-resource-heading .eyebrow{margin:0 0 8px}.service-resource-heading h2{margin:0 0 12px;font-family:Georgia,serif;font-size:clamp(32px,4vw,48px);line-height:1.08}.service-resource-heading>p:last-child{margin:0;color:#5a5348;font-size:17px;line-height:1.7}.service-resource-grid{display:grid;gap:20px}.service-resource-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.service-resource-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.service-resource-grid-1{grid-template-columns:minmax(0,760px)}.service-resource-card{display:flex;flex-direction:column;min-height:230px;padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;color:#211b14;text-decoration:none;box-shadow:0 12px 32px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.service-resource-card:hover{transform:translateY(-3px);border-color:rgba(202,166,75,.7);box-shadow:0 18px 38px rgba(0,0,0,.10)}.service-resource-card h3{margin:0 0 10px;font-family:Georgia,serif;font-size:25px;line-height:1.2}.service-resource-card p{margin:0 0 18px;color:#5a5348;line-height:1.65}.service-resource-card span{margin-top:auto;color:#6d5414;font-weight:900}@media(max-width:900px){.service-resource-grid-3,.service-resource-grid-2{grid-template-columns:1fr}.service-resource-card{min-height:auto}}.home-resources{background:#f2eee5;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.home-resources-heading{max-width:860px;text-align:center;margin-bottom:34px}.home-resources-heading .eyebrow{margin:0 0 8px}.home-resources-heading h2{margin:0 0 14px;font-family:Georgia,serif;font-size:clamp(34px,4.2vw,52px);line-height:1.08}.home-resources-heading>p:last-child{margin:0 auto;max-width:780px;color:#5a5348;font-size:17px;line-height:1.7}.home-resources-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.home-resource-card{display:flex;flex-direction:column;min-height:290px;padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;color:#211b14;text-decoration:none;box-shadow:0 12px 32px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.home-resource-card:hover{transform:translateY(-3px);border-color:rgba(202,166,75,.72);box-shadow:0 18px 40px rgba(0,0,0,.10)}.home-resource-card:focus-visible{outline:3px solid rgba(166,122,0,.45);outline-offset:4px}.home-resource-label{margin:0 0 14px;color:#765700;font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.home-resource-card h3{margin:0 0 12px;font-family:Georgia,serif;font-size:27px;line-height:1.18}.home-resource-card p{margin:0 0 20px;color:#5a5348;line-height:1.65}.home-resource-link{margin-top:auto;color:#6d5414;font-weight:900}.home-resources-cta{text-align:center;margin-top:30px}@media(max-width:900px){.home-resources-grid{grid-template-columns:1fr}.home-resource-card{min-height:auto}}@media(max-width:620px){.home-resources-heading{text-align:left;margin-bottom:26px}.home-resources-cta{text-align:left}.home-resources-cta .btn{width:100%}}.location-resource-section{background:#f7f4ed;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.location-resource-intro{max-width:820px;margin-bottom:26px}.location-resource-intro .eyebrow{margin:0 0 8px}.location-resource-intro h2{margin:0 0 10px;font-family:Georgia,serif;font-size:clamp(30px,3.6vw,44px);line-height:1.1}.location-resource-intro>p:last-child{margin:0;color:#5a5348;font-size:16px;line-height:1.7}.location-resource-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.location-resource-links a{display:flex;flex-direction:column;gap:9px;padding:22px 24px;border:1px solid var(--line);border-radius:16px;background:#fff;color:#211b14;text-decoration:none;box-shadow:0 8px 24px rgba(0,0,0,.045);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.location-resource-links a:hover{transform:translateY(-2px);border-color:rgba(202,166,75,.7);box-shadow:0 13px 28px rgba(0,0,0,.075)}.location-resource-links a:focus-visible{outline:3px solid rgba(166,122,0,.45);outline-offset:4px}.location-resource-links strong{font-family:Georgia,serif;font-size:20px;line-height:1.22}.location-resource-links span{color:#5a5348;font-size:14px;line-height:1.55}.location-resource-all{margin-top:20px}@media(max-width:900px){.location-resource-links{grid-template-columns:1fr}}@media(max-width:620px){.resource-welcome-section{padding:48px 0 34px}}@media (min-width:981px){.footer{padding:34px 0 24px}.footer-grid{grid-template-columns:1.7fr .85fr 1.05fr 1.05fr 1.15fr;gap:26px;align-items:start}.footer-bottom{margin-top:22px;padding-top:14px}}.footer .small-footer a{display:inline;margin:0}@media (min-width:981px){.footer{padding:34px 0 24px}.footer-grid{grid-template-columns:1.7fr .9fr 1.05fr 1.15fr;gap:42px;align-items:start}.footer-bottom{margin-top:22px;padding-top:14px}}.guide-layout:has(>.guide-top-toc){grid-template-columns:minmax(0,860px);justify-content:center;gap:2.75rem}.guide-top-toc{width:100%;padding:1.6rem 1.75rem;border:1px solid rgba(0,0,0,.1);border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.05);scroll-margin-top:6rem}.guide-top-toc .resource-card-label{margin:0 0 .9rem}.guide-top-toc nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2rem}.guide-top-toc-column{min-width:0}.guide-top-toc a{display:grid;grid-template-columns:2rem minmax(0,1fr);gap:.35rem;padding:.72rem 0;border-top:1px solid rgba(0,0,0,.08);color:#333;text-decoration:none;line-height:1.4}.guide-top-toc-number{font-weight:800;color:#8a6500;font-variant-numeric:tabular-nums}.guide-top-toc a:hover{color:#000;text-decoration:underline}@media(max-width:700px){.guide-top-toc{padding:1.25rem}.guide-top-toc nav{grid-template-columns:1fr}.guide-layout:has(>.guide-top-toc){gap:2rem}}.guide-return-nav{display:block;margin:2.25rem 0 .5rem;padding-top:1.1rem;border-top:1px solid rgba(0,0,0,.1);font-size:.95rem}.guide-return-nav a{display:inline-flex;align-items:center;color:#6d5b2c;text-decoration:none;font-weight:800}.guide-return-nav a:hover{text-decoration:underline}.guide-return-nav a:focus-visible{outline:3px solid #caa85e;outline-offset:4px}.header-brand{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;line-height:1}.header-tagline{display:block;color:#fff;font-size:12px;font-weight:600;letter-spacing:.2px;line-height:1.2;margin-top:2px;white-space:nowrap}@media(max-width:900px){.header-tagline{font-size:10px}.logo img{width:150px}}@media(max-width:480px){.header-tagline{font-size:9px}.logo img{width:140px}}