:root{--bg: #f2f2f2;--text: #2d2a2a;--text-soft: #5a5654;--accent: #f7a24d;--accent-dark: #e08a35;--white: #ffffff;--line: #e2ded9;--font-head: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Mulish", -apple-system, BlinkMacSystemFont, sans-serif;--font-ui: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--maxw: 1200px;--teal: #7aadaa;--teal-dark: #5f9b97;--hero-card: #d9e5d6;--bar-bg: #f7a24d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:var(--font-head);color:var(--text);font-weight:400;line-height:1.2;margin:0 0 .5em}h1{font-size:clamp(2.4rem,5vw,3.5rem)}h2{font-size:clamp(1.7rem,3.4vw,2.2rem)}h3{font-size:clamp(1.25rem,2.4vw,1.55rem)}h4{font-size:1.15rem}p{margin:0 0 1.1em}a{color:var(--text);text-decoration:none}a:hover{color:var(--accent-dark)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.eyebrow,.block-html pre,.block-html code{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:700;color:var(--accent-dark);background:none;white-space:normal;display:block;margin:0 0 .6em}.block-html pre{padding:0}.btn{display:inline-block;font-family:var(--font-ui);font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--white);background:var(--accent);border:0;border-radius:0;padding:13px 22px;cursor:pointer;transition:background .2s ease}.btn:hover{background:var(--accent-dark);color:var(--white)}.announcement-bar{background:var(--bar-bg);color:#fff;text-align:center;padding:10px 48px;font-family:var(--font-ui);font-size:10.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;position:relative}.announcement-bar a{color:#fff}.announcement-bar a:hover{opacity:.85}.announcement-close{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:0;color:#fff;font-size:20px;line-height:1;cursor:pointer;padding:0 4px;opacity:.8}.announcement-close:hover{opacity:1}.section{padding:64px 0;position:relative;background-size:cover;background-position:center}.section.has-bg{color:var(--text)}.section-inner{position:relative;z-index:1}.section.hero{padding:0;min-height:720px;display:flex;align-items:center;background-color:#d9d5cf}.hero-card{width:min(500px,86%);margin-left:clamp(16px,22%,280px);padding:52px 56px;background:var(--hero-card);position:relative;z-index:1}.hero-card h1{font-size:clamp(2.2rem,4.6vw,3.3rem);line-height:1.1;margin-bottom:1rem;font-weight:400}.hero-card p{font-size:1.08rem;line-height:1.75;margin-bottom:1.2rem}.hero-card .btn{display:inline-block}@media(max-width:767px){.section.hero{min-height:auto;padding:0}.hero-card{margin-left:auto;margin-right:auto;width:90%;padding:32px 28px}}.section.services{padding:64px 0}.services-inner{max-width:var(--maxw);margin:0 auto;padding:0 60px}.services-header{text-align:center;margin-bottom:52px}.services-header-text h2{font-size:clamp(1.4rem,2.8vw,2rem);font-weight:700;line-height:1.25;margin:0 0 14px;color:#222}.services-header-text h2 strong{font-weight:inherit}.services-header-text p{font-size:.95rem;line-height:1.65;color:#444;max-width:520px;margin:0 auto 28px}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px 80px}.service-card{display:flex;flex-direction:column;align-items:center;text-align:center}.service-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.service-icon{margin-bottom:14px}.service-icon img{width:90px;height:90px;border-radius:50%;object-fit:cover;display:block}.service-content h3{font-size:clamp(1.35rem,2vw,1.7rem);font-weight:600;color:#222;margin:0 0 18px}.service-content h3 span,.service-content h3 strong{font-weight:inherit;color:inherit}.service-content p{font-size:.9rem;line-height:1.72;color:#444;max-width:380px;margin:0 auto 28px}.service-content p strong{color:inherit}.service-btn{display:inline-block;padding:14px 22px;font-size:.7rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;text-decoration:none;line-height:1;transition:opacity .2s}.service-btn:hover{opacity:.82}.service-btn.teal,.service-btn.outline-teal{background:#9bccc2;color:#fff;border:2px solid #9bccc2}.service-btn.orange{background:#f7a24d;color:#fff;border:2px solid #f7a24d}.service-btn.outline-yellow{background:#ede3a9;color:#6b5c28;border:2px solid #ede3a9}.service-btn.salmon{background:#fca17a;color:#fff;border:2px solid #fca17a}.service-btn.outline-orange{background:transparent;color:#c97a3a;border:2px solid #c97a3a}.service-btn.outline-orange:hover{background:#c97a3a;color:#fff}@media(max-width:767px){.services-inner{padding:0 20px}.services-grid{grid-template-columns:1fr;gap:40px}}.section.free-download{padding:72px 60px}.free-download-inner{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:5fr 7fr;gap:72px;align-items:center}.free-download-photo img{width:100%;height:auto;display:block;border-radius:2px;box-shadow:0 8px 32px #00000024}.free-download-text{display:flex;flex-direction:column;gap:0}.free-download-eyebrow{font-family:var(--font-ui);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text);margin:0 0 14px}.free-download-body h2{font-family:var(--font-head);font-weight:300;color:var(--text);font-size:clamp(1.8rem,3.2vw,2.4rem);margin:0 0 20px}.free-download-body p{color:var(--text);margin:0 0 1em;font-size:.97rem;line-height:1.7}.free-download-text .service-btn{align-self:flex-start;margin-top:14px;font-size:.75rem;letter-spacing:.1em;padding:14px 28px}@media(max-width:767px){.section.free-download{padding:48px 24px}.free-download-inner{grid-template-columns:1fr;gap:32px}}.section.meet-the-team{padding:80px 60px}.meet-the-team-inner{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.meet-the-team-text{display:flex;flex-direction:column;gap:0}.meet-the-team-eyebrow{font-family:var(--font-ui);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text);margin:0 0 16px}.meet-the-team-body h2{font-family:var(--font-head);font-weight:300;color:var(--teal-dark);margin:0 0 20px}.meet-the-team-body p{color:var(--text);margin:0 0 1em;font-size:.97rem}.meet-the-team-text .service-btn{align-self:flex-start;margin-top:12px;font-size:.75rem;letter-spacing:.1em;padding:12px 22px}.meet-the-team-photo img{width:100%;height:auto;display:block;border-radius:2px}@media(max-width:767px){.section.meet-the-team{padding:48px 24px}.meet-the-team-inner{grid-template-columns:1fr;gap:32px}.meet-the-team-photo{order:-1}}.section.video-section{padding:64px 40px}.video-section-inner{max-width:760px;margin:0 auto;text-align:center}.video-section-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4a5e55;margin:0 0 12px}.video-section-heading h3{font-size:clamp(1.6rem,3.5vw,2.6rem);font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#222;margin:0 0 20px;line-height:1.1}.video-section-subtitle p{font-size:.9rem;line-height:1.65;color:#444;max-width:480px;margin:0 auto 36px}.video-section-embed{position:relative;width:100%;max-width:760px;aspect-ratio:16 / 9;border-radius:4px;overflow:hidden;box-shadow:0 2px 16px #0000001f}.video-section-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:none;display:block}@media(max-width:767px){.section.video-section{padding:48px 20px}}.section.balance{min-height:480px;padding:80px 0;background-position:center;background-size:cover}.balance-grid{display:grid;grid-template-columns:520px 1fr;align-items:center;max-width:var(--maxw);margin:0 auto;padding:0 60px;gap:0 40px}.balance-left{display:flex;align-items:center}.balance-accent{flex-shrink:0;width:310px;margin-right:-80px;position:relative;z-index:0}.balance-accent img{width:100%;display:block}.balance-heading{flex:1;min-width:0;position:relative;z-index:1;color:#fff;line-height:1.2;text-transform:uppercase;font-weight:800}.balance-heading h3{margin:0;font-size:clamp(1.6rem,2.4vw,2.1rem);font-weight:800;line-height:1.2;color:#fff;text-transform:uppercase}.balance-heading span,.balance-heading strong{color:inherit;font-weight:inherit}.balance-right{padding-left:20px}.balance-right .block-html p:first-child{font-size:1.3rem;line-height:1.75;margin-bottom:1.1rem;color:#3a3628}.balance-right .block-html p{font-size:1rem;line-height:1.65;color:#4a4535;margin:0}.balance-right .block-html span{color:inherit}@media(max-width:767px){.balance-grid{grid-template-columns:1fr;padding:0 20px;gap:24px}.balance-accent{width:140px;margin-right:-34px}.balance-right{padding-left:0}}.section.what-we-do{padding:64px 0}.what-we-do-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 60px;align-items:center;max-width:var(--maxw);margin:0 auto;padding:0 40px}.what-we-do-photos{position:relative;padding-bottom:118%}.what-we-do-photo-small{position:absolute;top:0;left:0;width:60%;z-index:1}.what-we-do-photo-small img{width:100%;height:260px;object-fit:cover;object-position:center 30%;display:block}.what-we-do-photo-main{position:absolute;bottom:0;right:0;width:74%;z-index:2}.what-we-do-photo-main img{width:100%;display:block}.what-we-do-photos--single{padding-bottom:108%}.what-we-do-photos--single .what-we-do-photo-main{inset:0 auto auto 0;width:90%}.what-we-do-eyebrow{font-family:var(--font-ui);font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;color:var(--text)}.what-we-do-eyebrow pre,.what-we-do-eyebrow code{all:unset;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.what-we-do-text .block-html h2{font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.2;margin-bottom:1rem;font-weight:400}.what-we-do-text .block-html pre{display:none}.what-we-do-text .block-html p{font-size:1rem;line-height:1.75}.what-we-do-text .btn{margin-top:8px}@media(max-width:767px){.what-we-do-grid{grid-template-columns:1fr;gap:32px;padding:0 20px}.what-we-do-photos{padding-bottom:90%}}.block-html h1,.block-html h2,.block-html h3{margin-top:0}.block-html ul,.block-html ol{margin:0 0 1.1em;padding-left:1.3em}.block-html li{margin-bottom:.4em}.block-html strong{font-weight:700}.block-image{margin:0 0 1rem}.block-image img{width:100%}.block-image--sized{margin-left:auto;margin-right:auto}.block-image figcaption{font-size:.85rem;color:var(--text-soft);margin-top:.4rem}.block-spacer{height:28px}.site-header{background:#f2f2f2d1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 24px;max-width:1320px;margin:0 auto}.header-logo img{height:64px;width:auto}.main-nav{display:flex;align-items:center;flex-wrap:wrap;gap:16px 18px;justify-content:flex-end}.main-nav a{font-family:var(--font-ui);text-transform:uppercase;font-size:11.5px;font-weight:600;letter-spacing:.07em;color:var(--text)}.main-nav a:hover{color:var(--accent-dark)}.main-nav a.nav-cta{background:var(--teal);color:var(--white);padding:11px 18px}.main-nav a.nav-cta:hover{background:var(--teal-dark);color:var(--white)}.nav-dropdown-wrap{position:relative;display:flex;align-items:center}.nav-dropdown-trigger{font-family:var(--font-ui);text-transform:uppercase;font-size:11.5px;font-weight:600;color:var(--text);letter-spacing:.05em;text-decoration:none}.nav-dropdown-trigger:hover{color:var(--accent-dark)}.nav-dropdown{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:220px;z-index:200;text-align:center;padding-top:14px}.nav-dropdown:before{content:"";display:block;position:absolute;inset:14px 0 0;background:#f2f2f2f7;backdrop-filter:blur(10px);border-top:2px solid var(--text);z-index:-1}.nav-dropdown-wrap:hover .nav-dropdown{display:block}.nav-dropdown-item{display:block;font-family:var(--font-ui);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text)!important;text-decoration:none;padding:9px 20px;white-space:nowrap}.nav-dropdown-item:hover,.nav-dropdown-item[aria-current=page]{color:var(--accent-dark)!important}.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:8px}.nav-toggle span{display:block;width:26px;height:2px;background:var(--text);margin:5px 0}@media(max-width:1024px){.nav-toggle{display:block}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:0;padding:8px 24px 20px}.main-nav.open{display:flex}.main-nav a{padding:10px 0;width:100%}.main-nav a.nav-cta{width:auto;margin-top:10px}}.site-footer{margin-top:0}.footer-top{background:#d9e5d6;padding:56px 60px}.footer-top-inner{max-width:var(--maxw);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:64px}.footer-stamp{flex:0 0 auto;width:200px}.footer-stamp img{width:100%;height:auto;display:block}.footer-contact{flex:0 0 auto}.footer-get-in-touch{font-family:var(--font-head);font-weight:300;font-size:clamp(2rem,3.5vw,2.8rem);color:var(--text);margin:0 0 16px}.footer-contact-line{font-family:var(--font-ui);font-size:.82rem;font-weight:600;letter-spacing:.06em;margin:0 0 6px;color:var(--text)}.footer-contact-line a{color:var(--text)}.footer-contact-line a:hover{color:var(--accent-dark)}.footer-phone{font-weight:700}.footer-follow-label{font-family:var(--font-ui);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:20px 0 10px;color:var(--text)}.footer-social{display:flex;gap:14px;align-items:center}.footer-social-icon{color:var(--text);display:flex}.footer-social-icon:hover{color:var(--accent-dark)}.footer-social-icon svg{display:block}.footer-mid{background:#d9e5d6;padding:32px 60px;text-align:center}.footer-rule{border:none;border-top:1px solid #c8c4bf;margin:0 0 28px}.footer-mid .footer-rule:last-of-type{margin:28px 0 0}.footer-mid-nav{display:flex;flex-wrap:wrap;gap:4px 0;justify-content:center;align-items:center;margin-bottom:12px}.footer-mid-nav a{font-family:var(--font-ui);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text);padding:0 12px}.footer-mid-nav a:hover{color:var(--accent-dark)}.footer-pipe{color:var(--text-soft);font-size:.75rem;line-height:1}.footer-service-area{font-size:.82rem;color:var(--text-soft);margin:0 0 8px}.footer-service-area a{color:var(--text-soft);text-decoration:underline}.footer-copy{font-family:var(--font-ui);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft);margin:0}.footer-affiliations{background:#d9e5d6;padding:36px 60px 40px;text-align:center}.footer-affiliations-title{font-family:var(--font-ui);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text);margin:0 0 28px}.footer-affiliate-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px 40px}.footer-affiliate-logos img{height:52px;width:auto;object-fit:contain;filter:grayscale(1) contrast(.85);opacity:.85}.footer-managed-by{background:#d9e5d6;text-align:center;font-size:.82rem;color:var(--text-soft);margin:0;padding:0 60px 32px}.footer-managed-by a{color:var(--text)}.footer-managed-by a:hover{color:var(--accent-dark)}@media(max-width:767px){.footer-top{padding:40px 24px}.footer-top-inner{flex-direction:column;gap:28px}.footer-stamp{width:140px;margin:0 auto}.footer-mid{padding:24px 20px}.footer-affiliations{padding:28px 20px}.footer-managed-by{padding:0 20px 24px}.footer-affiliate-logos img{height:36px}}.blog-hero-wrap{background:#9bccc2;text-align:center;padding:72px 40px 0;position:relative;overflow:hidden}.blog-hero-inner{max-width:760px;margin:0 auto;position:relative;z-index:1;padding-bottom:56px}.blog-hero-wrap h1{font-size:clamp(1.8rem,3.5vw,2.9rem);font-weight:400;color:#1a1f3d;line-height:1.25;margin:0 0 28px}.blog-hero-wrap h1 strong{font-weight:700}.blog-hero-disclaimer{font-size:.78rem;color:#2d2a2a;line-height:1.7;max-width:640px;margin:0 auto 32px}.blog-hero-cta{display:inline-block;background:#f7a24d;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.1em;padding:16px 40px;text-decoration:none;transition:background .2s ease}.blog-hero-cta:hover{background:#e8916e}.blog-hero-chevron{position:relative;height:60px;margin-top:0}.blog-hero-chevron:before,.blog-hero-chevron:after{content:"";position:absolute;bottom:0;width:50%;height:100%;background:#f5f3f0}.blog-hero-chevron:before{left:0;clip-path:polygon(0 100%,100% 0,100% 100%)}.blog-hero-chevron:after{right:0;clip-path:polygon(0 0,100% 100%,0 100%)}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:36px 30px}.post-card{background:var(--white);border:1px solid var(--line);display:flex;flex-direction:column}.post-card .thumb{aspect-ratio:16/10;overflow:hidden;background:#ddd}.post-card .thumb img{width:100%;height:100%;object-fit:cover}.post-card .body{padding:22px;display:flex;flex-direction:column;flex:1}.post-card h3{font-size:1.25rem;margin-bottom:.4em}.post-card .date{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;color:var(--accent-dark);margin-bottom:.6em}.post-card .excerpt{color:var(--text-soft);font-size:.95rem;flex:1}.post-card .more{margin-top:14px;font-family:var(--font-ui);font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-dark)}.post-article{max-width:760px;margin:0 auto;padding:48px 24px 24px}.post-article .post-meta{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:var(--accent-dark);margin-bottom:1rem}.post-article .post-hero{width:100%;margin:1.5rem 0 2rem}.post-content img{width:100%;height:auto;margin:1.5rem 0}.post-content h2,.post-content h3{margin-top:1.6em}.post-content .sqs-layout,.post-content .sqs-row,.post-content [class*=sqs-col],.post-content .sqs-block,.post-content .sqs-block-content{margin:0!important;padding:0!important}.post-content div:empty{display:none}.post-content figure [style*=padding-bottom]{padding-bottom:0!important}.post-content .image-block-wrapper [style*=padding-bottom]{padding-bottom:0!important}.post-content a{color:var(--accent-dark);text-decoration:underline}.ig-section{padding:60px 0 80px;background:var(--white)}.ig-inner{max-width:1100px;margin:0 auto;padding:0 40px}.ig-heading{text-align:center;font-family:var(--font-ui);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#555;margin:0 0 28px}.ig-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.ig-item{display:block;aspect-ratio:1 / 1;overflow:hidden;border-radius:3px}.ig-item img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s ease}.ig-item:hover img{opacity:.88}@media(max-width:700px){.ig-grid{grid-template-columns:repeat(2,1fr)}.ig-inner{padding:0 20px}}.pagination{display:flex;justify-content:center;gap:14px;margin:48px 0 0}.pagination a,.pagination span{font-family:var(--font-ui);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:10px 16px;border:1px solid var(--line);background:var(--white)}.pagination .current{background:var(--accent);color:var(--white);border-color:var(--accent)}.pagination .disabled{opacity:.4;pointer-events:none}.popup-overlay{position:fixed;inset:0;z-index:1000;background:#1e1a188c;display:flex;align-items:center;justify-content:center;padding:20px}.popup-card{background:var(--white);max-width:760px;width:100%;display:flex;overflow:hidden;position:relative;box-shadow:0 20px 60px #0000004d}.popup-card .popup-img{width:45%;object-fit:cover}.popup-card .popup-body{padding:40px 36px;flex:1}.popup-card .popup-eyebrow{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:var(--accent-dark);font-size:.8rem;margin-bottom:.8rem}.popup-card h3{font-size:1.5rem;margin-bottom:.6rem}.popup-close{position:absolute;top:12px;right:14px;background:none;border:0;font-size:1.6rem;line-height:1;cursor:pointer;color:var(--text)}@media(max-width:640px){.popup-card .popup-img{display:none}}.center{text-align:center}.about-hero{display:grid;grid-template-columns:1fr 1fr;min-height:620px;background:var(--white)}.about-hero-text{background:#f9f8f6;padding:72px 64px 72px 80px;display:flex;flex-direction:column;justify-content:center;gap:0}.about-hero-image{overflow:hidden}.about-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.about-hero-text .block-html h1{font-size:clamp(2.6rem,4.5vw,3.8rem);font-weight:800;line-height:1.05;text-transform:uppercase;color:#2d2a2a;margin:0 0 1.2rem}.about-hero-text .block-html h1 span{color:var(--accent)}.about-hero-text .block-html h1 strong{color:var(--accent);font-weight:800}.about-hero-text .block-html h2{font-size:clamp(1.25rem,1.9vw,1.55rem);font-weight:400;line-height:1.4;color:#2d2a2a;margin:0 0 1.4rem;text-transform:none}.about-hero-text .block-html h2 strong{font-weight:700}.about-hero-text .block-html p{font-size:.95rem;color:#555;line-height:1.65;margin:0 0 .9rem}.about-hero-text .block-html p strong{color:#2d2a2a}.about-hero-text .service-btn{margin-top:.6rem;align-self:flex-start}@media(max-width:768px){.about-hero{grid-template-columns:1fr}.about-hero-image{min-height:320px;order:-1}.about-hero-text{padding:48px 28px}}.services-hero{background-size:cover;background-position:center;background-repeat:no-repeat;padding:0}.services-hero-inner{padding:80px 60px 80px 88px;max-width:720px}.services-hero-eyebrow{font-family:var(--font-ui);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#2d2a2a;margin:0 0 1rem}.services-hero-content h1{font-family:var(--font-head);font-size:clamp(1.9rem,3vw,2.7rem);font-weight:400;line-height:1.15;color:#2d2a2a;margin:0 0 1.3rem}.services-hero-content p{font-size:.87rem;color:#3d3a38;line-height:1.75;margin:0;max-width:520px}@media(max-width:768px){.services-hero-inner{padding:56px 24px;max-width:100%}.services-hero-content p{max-width:100%}}.section.about-hero,.section.homeopathy-split,.section.about-portraits,.section.vision-mission,.section.higher-purpose,.section.journey,.section.cta-center,.section.team-bios,.section.services-hero,.section.banner-image,.section.consultation-card,.section.promise-section,.section.faq-section{padding:0}.consultation-card{background:#9bccc2;padding:64px 40px}.cc-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative}.cc-photo{flex:0 0 42%;position:relative;z-index:1;box-shadow:0 12px 40px #0000002e;overflow:hidden}.cc-photo img{width:100%;height:100%;object-fit:cover;display:block}.cc-card{flex:0 0 58%;background:#f9f8f5;padding:52px 52px 48px;text-align:center;position:relative;z-index:2;margin-left:-64px;box-shadow:0 12px 40px #0000001f}.cc-content p{font-size:.82rem;color:#666;margin:0 0 .5rem;line-height:1.6}.cc-content p:first-child{font-size:.78rem;font-weight:400;color:#888;margin-bottom:.3rem}.cc-content p:first-child strong{font-weight:400}.cc-content p:nth-child(2){font-size:1.05rem;font-weight:700;color:#2d2a2a;margin-bottom:.6rem}.cc-content p:nth-child(2) strong{font-weight:700}.cc-content h3{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;color:#f7a24d;margin:.2rem 0 1rem;line-height:1}.cc-content p strong{font-weight:700;color:#2d2a2a}.cc-content ul{list-style:disc;padding-left:1.4em;margin:.4rem 0 1.4rem;text-align:left}.cc-content ul li{font-size:.82rem;color:#555;margin-bottom:.3rem;font-style:italic}.cc-content ul li p{margin:0;font-style:italic;color:#555}.cc-content>p:last-child{margin-bottom:0}.cc-card .service-btn{margin-top:.6rem}@media(max-width:768px){.cc-inner{flex-direction:column;gap:0}.cc-photo{flex:0 0 auto;width:80%;margin:0 auto}.cc-card{flex:0 0 auto;width:90%;margin:-32px auto 0}}.banner-image{width:100%;line-height:0;overflow:hidden}.banner-image img{width:100%;height:auto;display:block;object-fit:cover}.homeopathy-split{display:grid;grid-template-columns:1fr 1fr;min-height:560px;background:var(--white)}.homeopathy-split-image{overflow:hidden}.homeopathy-split-image img{width:100%;height:100%;object-fit:cover;display:block}.homeopathy-split-text{padding:80px 80px 80px 72px;display:flex;flex-direction:column;justify-content:center;background:#f4f2ef}.homeopathy-split-text .block-html h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:400;line-height:1.3;color:#2d2a2a;margin:0 0 1.4rem}.homeopathy-split-text .block-html p{font-size:.95rem;color:#555;line-height:1.65;margin:0 0 1.4rem}.homeopathy-split-text .service-btn{align-self:flex-start}@media(max-width:768px){.homeopathy-split{grid-template-columns:1fr}.homeopathy-split-image{min-height:300px}.homeopathy-split-text{padding:48px 28px}}.root-cause-quote{background-color:#d9e5d6;padding:140px 0 130px;text-align:center;position:relative;overflow:hidden}.root-cause-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:18%;height:auto;opacity:.15;pointer-events:none;user-select:none}.root-cause-inner{position:relative;z-index:1;max-width:900px;margin:0 auto;padding:0 48px}.root-cause-intro p{font-size:.9rem;color:#5a6a57;line-height:1.7;margin:0 0 2rem}.root-cause-quote-text h2{font-size:clamp(1.7rem,2.8vw,2.3rem);font-weight:500;line-height:1.5;color:#2d2a2a;margin:0 0 2rem}.root-cause-quote-text p{font-size:.9rem;color:#c27c3a;font-style:italic;margin:0}.about-portraits{background:#f5f4f2}.about-portraits-grid{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:1fr 220px 1fr;align-items:center;padding:64px 48px;gap:0}.portrait-col{display:flex;flex-direction:column;align-items:flex-start;padding:0 24px}.portrait-card{width:100%;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px #00000012}.portrait-card img{width:100%;height:auto;display:block;object-fit:cover}.portrait-name{font-size:1rem;color:#2d2a2a;font-weight:400;margin:16px 0 0;text-align:left}.portrait-center{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;gap:12px}.portraits-eyebrow{font-family:var(--font-ui);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2d2a2a;text-align:center;margin:0}.portraits-badge{width:160px;height:auto;display:block}@media(max-width:768px){.about-portraits-grid{grid-template-columns:1fr;padding:40px 24px}.portrait-col{padding:0;margin-bottom:32px}.portrait-center{padding:20px 0}}.team-bios{background:#f7f6f4}.team-bios-grid{max-width:var(--maxw);margin:0 auto;padding:72px 60px;display:grid;grid-template-columns:1fr 1fr;gap:64px}.team-bio-card{display:flex;flex-direction:column}.team-bio-name h2{font-size:clamp(1.5rem,2.4vw,2rem);font-weight:400;margin:0 0 .3rem;color:#2d2a2a}.team-bio-cred{font-family:var(--font-ui);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2d2a2a;margin:0 0 1rem}.team-bio-body p{font-size:.9rem;color:#555;line-height:1.75;margin:0 0 .85rem}.team-bio-body a{color:var(--accent-dark);font-weight:400;text-decoration:none}.team-bio-body a:hover{text-decoration:underline}@media(max-width:768px){.team-bios-grid{grid-template-columns:1fr;gap:48px;padding:48px 24px}}.vision-mission{display:grid;grid-template-columns:58% 42%;min-height:420px;background:#f5f4f2;overflow:hidden}.vm-photo{overflow:hidden}.vm-photo img{width:100%;height:100%;object-fit:cover;display:block}.vm-card-wrap{display:flex;align-items:center;padding:60px 60px 60px 0}.vm-card{background:#9bccc2;padding:40px 44px;margin-left:-88px;position:relative;z-index:2;flex:1}.vm-eyebrow{font-family:var(--font-ui);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2d2a2a;margin:0 0 1rem}.vm-card .block-html p{font-size:.9rem;color:#2d2a2a;line-height:1.75;margin:0}@media(max-width:768px){.vision-mission{grid-template-columns:1fr}.vm-photo{min-height:280px}.vm-card-wrap{padding:0 24px 40px}.vm-card{margin-left:0}}.higher-purpose{display:grid;grid-template-columns:48% 52%;min-height:520px;background:#fff}.hp-text-panel{padding:60px 64px 60px 72px;display:flex;flex-direction:column;justify-content:center;background:#fff}.hp-logo-link{display:inline-block;margin-bottom:28px}.hp-logo{width:120px;height:auto;display:block}.hp-eyebrows{margin-bottom:16px}.hp-eyebrow{font-family:var(--font-ui);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2d2a2a;margin:0 0 4px}.hp-eyebrow-accent{color:var(--accent)}.hp-body h2{font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:400;line-height:1.3;color:#2d2a2a;margin:0 0 1.2rem}.hp-body p{font-size:.9rem;color:#555;line-height:1.75;margin:0 0 1rem}.hp-body a{color:var(--accent);text-decoration:none;font-weight:700}.hp-body a:hover{text-decoration:underline}.hp-photo{overflow:hidden}.hp-photo img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.higher-purpose{grid-template-columns:1fr}.hp-text-panel{padding:48px 28px}.hp-photo{min-height:300px}}.journey{background:#f5f4f2}.journey-inner{max-width:var(--maxw);margin:0 auto;padding:72px 60px;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}.journey-left{padding-top:8px}.journey-eyebrow{font-family:var(--font-ui);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#2d2a2a;margin:0 0 .5rem}.journey-heading h2{font-size:clamp(1.7rem,2.8vw,2.2rem);font-weight:400;color:#2d2a2a;margin:0 0 1.4rem}.journey-body p{font-size:.88rem;color:#555;line-height:1.8;margin:0 0 1em}.journey-right{position:relative}.journey-arch-wrap{position:relative;display:inline-block;width:100%}.journey-arch{border-radius:999px 999px 0 0;overflow:hidden;width:100%}.journey-arch img{width:100%;height:auto;display:block;object-fit:cover}.journey-stamp{position:absolute;top:-36px;right:-36px;width:130px;height:auto;display:block}.journey-accent{position:absolute;bottom:12px;right:-16px;width:80px;height:auto;display:block}@media(max-width:768px){.journey-inner{grid-template-columns:1fr;padding:48px 24px;gap:40px}.journey-stamp{top:-20px;right:-16px;width:90px}.journey-accent{bottom:8px;right:-8px;width:56px}}.section.bio-hero{padding:0;background:#fff}.bio-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 64px;max-width:1200px;margin:0 auto;padding:80px 60px 80px 80px;align-items:start}.bio-hero-name h2{font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:400;color:#1a1f3d;margin:0 0 10px;line-height:1.2}.bio-hero-cred{font-size:.82rem;font-weight:700;color:#1a1f3d;letter-spacing:.04em;text-transform:uppercase;margin:0 0 22px}.bio-hero-body p{font-size:.88rem;color:#444;line-height:1.9;margin:0 0 1.1em}.bio-hero-photo-col{position:relative}.bio-hero-photo-wrap{position:relative;display:block}.bio-hero-photo{width:100%;height:auto;display:block;object-fit:cover}.bio-hero-stamp{position:absolute;top:48px;left:-60px;width:140px;z-index:2}@media(max-width:860px){.bio-hero-grid{grid-template-columns:1fr;padding:48px 24px;gap:40px}.bio-hero-photo-col{order:-1}.bio-hero-stamp{top:24px;left:auto;right:16px;width:90px}}.section.pricing-cards{padding:0}.pc-inner{max-width:1160px;margin:0 auto;padding:72px 40px 80px}.pc-heading{text-align:center;margin-bottom:48px}.pc-heading h2{font-size:clamp(1.6rem,3vw,2.1rem);font-weight:400;color:#2d2a2a;margin:0}.pc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.pc-card{background:#fff;border-radius:4px;padding:36px 32px 32px;display:flex;flex-direction:column;box-shadow:0 2px 12px #0000000f}.pc-card-body{flex:1}.pc-card-body>p:first-child{font-size:.78rem;color:#888;font-weight:400;margin:0 0 6px;text-align:center}.pc-card-body>p:first-child strong{font-weight:400}.pc-card-body>p:nth-child(2){font-size:1.25rem;font-weight:600;color:#2d2a2a;margin:0 0 12px;text-align:center}.pc-card-body>p:nth-child(2) strong,.pc-card-body>p:nth-child(2) span{font-weight:600;color:#2d2a2a}.pc-card-body h3{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;color:var(--accent);text-align:center;margin:0 0 24px;line-height:1}.pc-card-body h3 strong,.pc-card-body h3 span{color:var(--accent);font-weight:700}.pc-card-body>p:not(:first-child):not(:nth-child(2)){font-size:.88rem;color:#2d2a2a;font-weight:600;margin:0 0 10px;text-align:center}.pc-card-body>p:not(:first-child):not(:nth-child(2)) strong{font-weight:600}.pc-card-body ul{list-style:disc;padding-left:1.4em;margin:0 0 16px}.pc-card-body ul li{font-size:.84rem;color:#555;margin-bottom:4px;font-style:italic}.pc-card-body ul li p{margin:0;font-style:italic}.pc-card-body>p:last-child:not(:first-child):not(:nth-child(2)) em{font-size:.88rem;color:#555;font-style:italic;display:block;text-align:center;line-height:1.6;margin-top:8px}.pc-btn{display:block;text-align:center;margin-top:24px;width:100%}@media(max-width:900px){.pc-grid{grid-template-columns:1fr}.pc-inner{padding:56px 24px 64px}}.section.ts-section{padding:0}.ts-ticker{background:transparent!important;border-top:none;border-bottom:none;padding:18px 0}.ts-ticker .hh-ticker-item{font-size:1rem;letter-spacing:.01em}.section.qw-section{padding:0;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:380px}.qw-watermark{position:absolute;width:70%;max-width:600px;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.25;pointer-events:none;z-index:0}.qw-questions{position:relative;z-index:1;text-align:center;padding:72px 40px;max-width:780px;width:100%}.qw-item h3{font-size:clamp(1.05rem,2vw,1.3rem);font-weight:400;color:#2d2a2a;margin:0 0 28px;line-height:1.45}.qw-item:last-child h3{margin-bottom:0}@media(max-width:768px){.qw-questions{padding:56px 24px}}.section.ch-section{padding:0;min-height:420px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.ch-card{background:#f5f2d0;padding:48px 52px;max-width:480px;width:44%;text-align:center}.ch-text h1{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#1a1f3d;letter-spacing:.02em;margin:0 0 16px;line-height:1.2;text-transform:uppercase}.ch-text p{font-size:.97rem;color:#1a1f3d;margin:0 0 6px;line-height:1.6;font-style:italic}.ch-text p:empty{display:none}.ch-btn{display:inline-block;margin-top:24px;padding:12px 28px;border:2px solid #1a1f3d;color:#1a1f3d;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:background .2s,color .2s}.ch-btn:hover{background:#1a1f3d;color:#fff}.ch-btn--navy{background:#1a1f3d;color:#fff;border-color:#1a1f3d}.ch-btn--navy:hover{background:#2d3460;border-color:#2d3460}@media(max-width:768px){.ch-card{width:85%;padding:36px 28px}.section.ch-section{min-height:360px}}.section.qs-section{padding:0}.qs-inner{display:flex;align-items:center;max-width:1200px;margin:0 auto;padding:48px 48px 48px 80px;gap:64px}.qs-photo-wrap{flex:0 0 38%;max-width:400px}.qs-photo{width:100%;display:block;border-radius:2px}.qs-text{flex:1}.qs-text h2{font-size:clamp(1.35rem,2.4vw,1.75rem);font-weight:400;color:#2d2a2a;line-height:1.4;margin:0 0 20px}.qs-text h2 span{color:#2d2a2a}.qs-text p{font-size:.88rem;color:#5a5652;margin:0}@media(max-width:768px){.qs-inner{flex-direction:column;padding:40px 24px;gap:32px}.qs-photo-wrap{flex:none;width:100%;max-width:none}}.section.hd-section{padding:0}.hd-inner{max-width:1200px;margin:0 auto;padding:64px 40px 72px}.hd-heading{margin-bottom:40px}.hd-heading h3{font-size:clamp(1.7rem,3.2vw,2.5rem);font-weight:400;color:#2d2a2a;line-height:1.25;margin:0;max-width:520px}.hd-layout{display:grid;grid-template-columns:230px 1fr 230px;align-items:center;gap:0 24px}.hd-left,.hd-right{display:flex;flex-direction:column;gap:40px}.hd-group p{margin:0;font-size:.82rem;line-height:1.8;color:#3a3730}.hd-group p strong{display:block;font-weight:700;font-size:.85rem;margin-bottom:2px;color:#2d2a2a}.hd-right .hd-group{text-align:right}.hd-center{position:relative;display:flex;align-items:center;justify-content:center}.hd-oval{width:78%;max-width:420px;display:block;border-radius:50%;object-fit:cover;aspect-ratio:4/5;position:relative;z-index:1}.hd-icon{position:absolute;width:17%;max-width:108px;z-index:2}.hd-i0{left:2%;top:28%}.hd-i1{left:8%;bottom:14%}.hd-i2{right:4%;top:10%}.hd-i3{right:2%;top:45%}.hd-i4{left:50%;bottom:3%;transform:translate(-50%)}@media(max-width:900px){.hd-layout{grid-template-columns:1fr}.hd-left,.hd-right{gap:24px}.hd-right .hd-group{text-align:left}.hd-center{margin:32px 0}.hd-oval{width:70%}.hd-inner{padding:48px 24px 56px}}.section.homeopathy-hero{padding:0;background:#fff;overflow:hidden}.hh-photo{width:100%;height:58vh;min-height:340px;overflow:hidden}.hh-photo img{width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block}.hh-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 24px 48px;background:#fff}.hh-icon{width:clamp(90px,14vw,130px);margin-top:-48px;position:relative;z-index:2}.hh-icon img{width:100%;height:auto;display:block}.hh-eyebrow{font-family:var(--font-ui);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#2d2a2a;margin:20px 0 6px}.hh-heading h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:400;color:#2d2a2a;margin:0}.hh-ticker{width:100%;overflow:hidden;border-top:1px solid rgba(45,42,42,.1);padding:14px 0;background:#fff}.hh-ticker-track{display:flex;width:max-content;animation:ticker-scroll 40s linear infinite}.hh-ticker-item{font-family:var(--font-body);font-size:.88rem;color:#2d2a2a;white-space:nowrap;padding:0 2px}.hh-ticker-sep{color:#aaa;margin:0 4px}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:600px){.hh-photo{height:44vh}.hh-icon{width:90px;margin-top:-38px}}.promise-section{background:#fff}.promise-inner{max-width:720px;margin:0 auto;padding:80px 40px;text-align:center}.promise-eyebrow{font-family:var(--font-ui);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#2d2a2a;margin:0 0 1.4rem}.promise-body p{font-size:clamp(1.05rem,2vw,1.25rem);font-style:italic;color:#555;line-height:1.75;margin:0}@media(max-width:600px){.promise-inner{padding:60px 24px}}.faq-section{background:#eeece8}.faq-inner{max-width:820px;margin:0 auto;padding:72px 40px 80px}.faq-heading{margin-bottom:32px}.faq-heading h2{font-size:clamp(1.7rem,3vw,2.2rem);font-weight:400;margin:0}.faq-list{border-top:1px solid rgba(45,42,42,.18)}.faq-item{border-bottom:1px solid rgba(45,42,42,.18)}.faq-item summary{list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;cursor:pointer;font-family:var(--font-body);font-size:.95rem;font-weight:400;color:#2d2a2a;line-height:1.5}.faq-chevron{flex-shrink:0;font-size:1.4rem;line-height:1;color:var(--accent);transition:transform .25s ease;display:inline-block;transform:rotate(90deg)}.faq-item[open] .faq-chevron{transform:rotate(-90deg)}.faq-answer{padding:4px 0 20px}.faq-answer p{font-size:.9rem;color:#555;line-height:1.75;margin:0 0 .7rem}.faq-answer p:last-child{margin-bottom:0}.faq-answer a{color:var(--accent);text-decoration:underline}.faq-bottom-accent{margin-top:56px;text-align:center}.faq-bottom-accent img{width:clamp(100px,16vw,180px);height:auto;display:inline-block}@media(max-width:600px){.faq-inner{padding:56px 20px 64px}.faq-bottom-accent img{width:120px}}.cta-center{background:#eeece8}.cta-center-inner{max-width:680px;margin:0 auto;padding:88px 40px;text-align:center}.cta-center .block-html p{font-size:.92rem;color:#666;margin:0 0 .4rem}.cta-center .block-html h2{font-size:clamp(1.7rem,3vw,2.2rem);font-weight:700;color:#2d2a2a;margin:0 0 2rem}.cta-center .service-btn{display:inline-block}.section.adhd-pt-section{padding:0}.adhd-pt-inner{max-width:1100px;margin:0 auto;padding:72px 40px}.adhd-pt-heading{text-align:center;margin-bottom:40px}.adhd-pt-heading h2{font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:700;color:#2d2a2a;letter-spacing:.04em;margin:0}.adhd-pt-cols{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.adhd-pt-photo img{width:100%;height:auto;display:block;border-radius:4px}.adhd-pt-text p{font-size:1rem;line-height:1.75;color:#444;margin:0 0 1.1rem}.adhd-pt-text p:last-child{margin-bottom:0}.adhd-pt-text a{color:var(--accent);text-decoration:underline}@media(max-width:700px){.adhd-pt-cols{grid-template-columns:1fr;gap:28px}.adhd-pt-inner{padding:48px 20px}}.section.adhd-mh-section{padding:0;background:#d9e5d6}.adhd-mh-inner{max-width:1100px;margin:0 auto;padding:80px 40px;display:grid;grid-template-columns:1fr 1.15fr;gap:64px;align-items:center}.adhd-mh-photos{position:relative;height:500px}.adhd-mh-photos img:last-child{position:absolute;width:46%;height:58%;top:0;left:0;border-radius:14px;transform:rotate(-5deg);z-index:1;box-shadow:8px 12px 32px #00000038;object-fit:cover}.adhd-mh-photos img:first-child{position:absolute;width:78%;height:72%;bottom:0;right:0;border-radius:14px;transform:rotate(2deg);z-index:2;box-shadow:8px 12px 32px #0000002e;object-fit:cover}.adhd-mh-heading h4{font-size:.78rem;font-weight:400;color:#3a3a3a;letter-spacing:.1em;text-transform:uppercase;margin:0 0 1.4rem;line-height:1.5}.adhd-mh-heading h4 strong{color:var(--accent, #f7a24d);font-weight:700}.adhd-mh-body{font-size:1rem;line-height:1.75;color:#3a3a3a;margin-bottom:1.6rem}.adhd-mh-body p{margin:0 0 .9rem}.adhd-mh-body p:last-child{margin-bottom:0}.adhd-mh-body a{color:var(--accent);text-decoration:underline}@media(max-width:768px){.adhd-mh-inner{grid-template-columns:1fr;padding:56px 20px;gap:40px}.adhd-mh-photos{height:380px}.adhd-mh-photos img:last-child{width:80%}}.section.adhd-cmp-section{padding:0}.adhd-cmp-title-row{background:#f5f2d0;text-align:center;padding:40px 40px 36px}.adhd-cmp-title-row h3{font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:700;color:#2d2a2a;margin:0}.adhd-cmp-panels{display:flex;position:relative}.adhd-cmp-panel{flex:1;padding:52px 7% 60px}.adhd-cmp-panel--left{background:#e8916e}.adhd-cmp-panel--right{background:#9bccc2}.adhd-cmp-panel-heading h3{font-size:clamp(1.2rem,2.2vw,1.7rem);font-weight:400;color:#fff;margin:0 0 28px;line-height:1.2}.adhd-cmp-panel-items p{font-size:clamp(.92rem,1.4vw,1.05rem);line-height:1.5;color:#fff;margin:0 0 12px;padding-left:8px}.adhd-cmp-panel-items p:last-child{margin-bottom:0}.adhd-cmp-logo-pill{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:50%;width:clamp(90px,9vw,130px);height:clamp(110px,11vw,158px);display:flex;align-items:center;justify-content:center;padding:14px;box-shadow:0 2px 12px #0000001f;z-index:2}.adhd-cmp-logo-pill img{width:100%;height:auto;display:block}@media(max-width:640px){.adhd-cmp-panels{flex-direction:column}.adhd-cmp-logo-pill{position:static;transform:none;margin:-1px auto;order:2}.adhd-cmp-panel--right{order:3}.adhd-cmp-title-row{padding:32px 20px 28px}.adhd-cmp-panel{padding:40px 24px 48px}}.section.adhd-ctabg-section{padding:0;position:relative;background-size:cover;background-position:center top;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;min-height:520px}.adhd-ctabg-overlay{display:none}.adhd-ctabg-inner{position:relative;z-index:1;background:#f5f2d0;max-width:680px;width:66%;margin:72px auto;padding:56px 60px;text-align:center}.adhd-ctabg-heading h3{font-size:clamp(1.35rem,2.4vw,1.9rem);font-weight:400;color:#2d2a2a;line-height:1.4;margin:0 0 1.4rem}.adhd-ctabg-heading h3 strong{font-weight:700}.adhd-ctabg-body{margin-bottom:1.8rem}.adhd-ctabg-body p{font-size:.97rem;line-height:1.75;color:#3a3a3a;margin:0 0 .8rem}.adhd-ctabg-body p:last-child{margin-bottom:0}.adhd-ctabg-body em{font-style:italic;text-decoration:underline;text-underline-offset:2px}.adhd-ctabg-inner .service-btn.orange{display:inline-block;margin-top:.4rem}@media(max-width:800px){.adhd-ctabg-inner{width:85%;padding:48px 36px}}@media(max-width:500px){.adhd-ctabg-inner{width:92%;padding:40px 24px;margin:48px auto}}.section.adhd-faq-simple-section{padding:0;background:#f0efed}.adhd-faq-simple-inner{max-width:780px;margin:0 auto;padding:72px 40px 80px;text-align:center}.adhd-faq-simple-heading h2{font-size:clamp(1.3rem,2.4vw,1.85rem);font-weight:400;color:#2d2a2a;margin:0 0 48px;line-height:1.3}.adhd-faq-list{border-top:1px solid #ccc;margin-bottom:48px;text-align:left}.adhd-faq-item{border-bottom:1px solid #ccc}.adhd-faq-question{display:flex;align-items:center;justify-content:space-between;padding:20px 4px;font-size:1rem;color:#2d2a2a;font-weight:400;cursor:pointer;list-style:none;gap:16px}.adhd-faq-question::-webkit-details-marker{display:none}.adhd-faq-chevron{font-size:1rem;color:#9bccc2;transition:transform .2s ease;flex-shrink:0;line-height:1}details[open] .adhd-faq-chevron{transform:rotate(180deg)}.adhd-faq-answer{padding:0 4px 20px;font-size:.95rem;line-height:1.75;color:#555}.adhd-faq-answer p{margin:0}.adhd-faq-simple-link p{font-size:.97rem;color:#2d2a2a;margin:0}.adhd-faq-simple-link a{color:#f7a24d;text-decoration:underline;text-underline-offset:3px}.adhd-faq-simple-link a:hover{color:var(--accent-dark)}@media(max-width:600px){.adhd-faq-simple-inner{padding:48px 20px 60px}}.section.anx-cta-section{padding:0;background:#f5f2d0;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:440px}.anx-cta-watermark{position:absolute;width:55%;max-width:520px;opacity:.18;pointer-events:none;user-select:none;top:50%;left:50%;transform:translate(-50%,-50%)}.anx-cta-inner{position:relative;z-index:1;max-width:720px;width:72%;text-align:center;padding:72px 24px}.anx-cta-intro p{font-size:.95rem;color:#3a3a3a;margin:0 0 20px;line-height:1.7}.anx-cta-heading h2{font-size:clamp(1.3rem,2.5vw,1.9rem);font-weight:400;color:#2d2a2a;line-height:1.45;margin:0 0 10px}.anx-cta-heading p{font-size:.9rem;color:#5a5a5a;margin:0 0 28px}.anx-cta-btn{display:inline-block;margin-bottom:18px}.anx-cta-note p{font-size:.82rem;color:#555;font-style:italic;margin:0}@media(max-width:768px){.anx-cta-inner{width:90%;padding:52px 20px}}.section.aut-approach-section{padding:0}.aut-approach-title{background:#f5f2d0;text-align:center;padding:36px 24px}.aut-approach-title h3{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700;color:#1a1f3d;margin:0}.aut-approach-split{display:flex;position:relative;min-height:300px}.aut-approach-usual,.aut-approach-holistic{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:56px 72px}.aut-approach-usual{background:#e8916e}.aut-approach-holistic{background:#9bccc2}.aut-approach-col-head h3{font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:400;color:#1a1f3d;margin:0 0 24px}.aut-approach-col-body p{font-size:.93rem;color:#1a1f3d;margin:0 0 8px;line-height:1.5}.aut-approach-col-body p:last-child{margin-bottom:0}.aut-approach-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:130px}.aut-approach-logo img{width:100%;display:block}@media(max-width:640px){.aut-approach-split{flex-direction:column}.aut-approach-logo{position:static;transform:none;margin:0 auto;width:90px}.aut-approach-usual,.aut-approach-holistic{padding:40px 24px}}.section.aut-rem-faq-section{padding:0}.aut-rem-faq-inner{max-width:1140px;margin:0 auto;padding:72px 48px;display:flex;align-items:flex-start;gap:64px}.aut-rem-faq-left{flex:0 0 36%;max-width:36%}.aut-rem-faq-heading h3{font-size:clamp(1.15rem,1.9vw,1.5rem);font-weight:400;color:#9bccc2;line-height:1.3;margin:0 0 32px}.aut-rem-faq-oval{width:78%;aspect-ratio:1 / 1.1;border-radius:999px;overflow:hidden}.aut-rem-faq-oval img{width:100%;height:100%;object-fit:cover;display:block}.aut-rem-faq-right{flex:1 1 0;min-width:0;padding-top:4px}.aut-rem-faq-item{border-top:1px solid #d0d0ce;list-style:none}.aut-rem-faq-item:last-child{border-bottom:1px solid #d0d0ce}.aut-rem-faq-item[open]>.aut-rem-faq-q .aut-rem-faq-icon{transform:rotate(45deg)}.aut-rem-faq-q{display:flex;justify-content:space-between;align-items:center;padding:18px 0;cursor:pointer;font-size:.97rem;color:#3a3a3a;list-style:none;user-select:none}.aut-rem-faq-q::-webkit-details-marker{display:none}.aut-rem-faq-icon{font-size:1.2rem;color:#f7a24d;transition:transform .2s ease;flex-shrink:0;margin-left:12px}.aut-rem-faq-a{padding:0 0 16px;font-size:.92rem;color:#555;line-height:1.6}@media(max-width:860px){.aut-rem-faq-inner{flex-direction:column;padding:48px 24px;gap:36px}.aut-rem-faq-left{max-width:100%;flex:unset;display:flex;align-items:center;gap:24px}.aut-rem-faq-oval{width:140px;flex-shrink:0}}.section.aut-cta-photo-section{padding:0;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:420px;display:flex;align-items:center;justify-content:center}.aut-cta-photo-overlay{position:absolute;inset:0;background:#d26e4673}.aut-cta-photo-inner{position:relative;z-index:1;text-align:center;max-width:600px;padding:72px 32px}.aut-cta-photo-body h3{font-size:clamp(1.2rem,2.2vw,1.65rem);font-weight:400;color:#fff;line-height:1.5;margin:0 0 28px}.aut-cta-photo-btn{display:inline-block;margin-bottom:16px}.aut-cta-photo-note p{font-size:.82rem;color:#ffffffd9;font-style:italic;margin:0}.section.aut-mihaela-section{background:#f7f7f5;padding:0}.aut-mihaela-inner{max-width:1140px;margin:0 auto;padding:72px 48px;display:flex;align-items:center;gap:72px}.aut-mihaela-text{flex:1 1 0;min-width:0}.aut-mihaela-rule{border:none;border-top:1px solid #c8c8c8;margin:28px 0}.aut-mihaela-heading h3{font-size:clamp(1.1rem,1.9vw,1.45rem);font-weight:400;color:#9bccc2;text-transform:uppercase;letter-spacing:.04em;line-height:1.3;margin:0 0 20px}.aut-mihaela-body p{font-size:.96rem;line-height:1.75;color:#3a3a3a;margin:0}.aut-mihaela-body a{color:#f7a24d;text-decoration:none}.aut-mihaela-body a:hover{text-decoration:underline}.aut-mihaela-photo{flex:0 0 40%;max-width:40%}.aut-mihaela-arch{border-radius:999px 999px 0 0;overflow:hidden}.aut-mihaela-arch img{width:100%;height:auto;display:block}@media(max-width:860px){.aut-mihaela-inner{flex-direction:column-reverse;padding:52px 24px;gap:36px}.aut-mihaela-photo{max-width:80%;flex:unset;margin:0 auto}}.section.aut-treat-section{background:#f5f2d0;padding:0}.aut-treat-inner{max-width:1140px;margin:0 auto;padding:64px 48px;display:flex;align-items:center;gap:60px}.aut-treat-photos{flex:0 0 42%;max-width:42%;position:relative;min-height:520px}.aut-treat-photo{position:absolute;border-radius:10px;overflow:hidden}.aut-treat-photo img{width:100%;height:100%;object-fit:cover;display:block}.aut-treat-photo--top{top:0;right:0;width:64%;height:44%}.aut-treat-photo--mid{top:18%;left:10%;width:56%;height:38%;z-index:1}.aut-treat-photo--bot{bottom:0;left:0;width:64%;height:48%;z-index:2}.aut-treat-stamp{position:absolute;width:32%;top:48%;left:50%;transform:translate(-50%,-50%);z-index:10}.aut-treat-text{flex:1 1 0;min-width:0}.aut-treat-heading h3{font-size:clamp(1.35rem,2.3vw,1.9rem);font-weight:400;color:#1a1f3d;text-transform:uppercase;letter-spacing:.02em;line-height:1.25;margin:0 0 24px}.aut-treat-heading span{display:inline}.aut-treat-body p{font-size:.96rem;line-height:1.75;color:#3a3a3a;margin:0 0 1rem}.aut-treat-body p:last-child{margin-bottom:0}.aut-treat-body em{font-style:italic}.aut-treat-body a{color:#f7a24d;text-decoration:underline}@media(max-width:860px){.aut-treat-inner{flex-direction:column;padding:48px 24px}.aut-treat-photos{max-width:100%;flex:unset;width:100%}}.section.aut-tagline-section{padding:52px 24px;text-align:center}.aut-tagline-inner h2{font-size:clamp(1rem,2vw,1.25rem);font-weight:400;color:#2d3b2d;line-height:1.5;margin:0 auto;max-width:680px}.section.aut-wi-section{background:#fff;padding:0}.aut-wi-inner{max-width:1140px;margin:0 auto;padding:80px 48px;display:flex;align-items:center;gap:64px}.aut-wi-text{flex:1 1 0;min-width:0}.aut-wi-heading h2{font-size:clamp(1.3rem,2.4vw,1.85rem);font-weight:400;color:#1a1f3d;letter-spacing:.02em;text-transform:uppercase;margin:0 0 28px;line-height:1.25}.aut-wi-heading span{display:inline}.aut-wi-body p{font-size:.97rem;line-height:1.75;color:#3a3a3a;margin:0 0 1rem}.aut-wi-body p:last-child{margin-bottom:0}.aut-wi-body a{color:#f7a24d;text-decoration:underline}.aut-wi-photo{flex:0 0 42%;max-width:42%}.aut-wi-photo img{width:100%;height:auto;border-radius:16px;display:block}@media(max-width:860px){.aut-wi-inner{flex-direction:column;padding:56px 24px;gap:36px}.aut-wi-photo{max-width:100%;flex:unset}}.section.anx-tv-section{padding:0;background:#f0efed}.anx-tv-inner{max-width:1100px;margin:0 auto;padding:72px 40px;display:grid;grid-template-columns:44% 54%;gap:40px;align-items:center}.anx-tv-left{position:relative;display:flex;align-items:center;justify-content:center;min-height:220px}.anx-tv-watermark{position:absolute;width:85%;max-width:340px;opacity:.35;pointer-events:none;user-select:none}.anx-tv-heading{position:relative;z-index:1;text-align:center}.anx-tv-heading h3{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.35;margin:0}.anx-tv-heading h3 span:first-child{display:block;color:#f7a24d}.anx-tv-heading h3 span:last-child{display:block;color:#2d2a2a}.anx-tv-video-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.anx-tv-video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}@media(max-width:768px){.anx-tv-inner{grid-template-columns:1fr;gap:36px;padding:48px 20px}.anx-tv-watermark{position:static;opacity:.2;margin:0 auto 20px;display:block}.anx-tv-left{flex-direction:column;min-height:auto}}.section.anx-rem-section{padding:0;background-size:cover;background-position:center;position:relative}.anx-rem-section:before{content:"";position:absolute;inset:0;background:#ffffff8c}.anx-rem-inner{position:relative;max-width:700px;margin:0 auto;padding:80px 40px;text-align:center}.anx-rem-heading h2{font-size:clamp(1.4rem,2.4vw,1.9rem);font-weight:400;color:#1a1f3d;margin:0 0 28px;line-height:1.3}.anx-rem-body p{font-size:.97rem;line-height:1.85;color:#2d2a2a;margin:0}.anx-rem-body a{color:#c87941;text-decoration:underline;text-underline-offset:2px}@media(max-width:600px){.anx-rem-inner{padding:60px 24px}}.section.anx-wi-section{padding:0;background:#d9e5d6}.anx-wi-inner{max-width:1100px;margin:0 auto;padding:72px 40px;display:grid;grid-template-columns:42% 55%;gap:56px;align-items:center}.anx-wi-arch{border-radius:999px 999px 0 0;overflow:hidden}.anx-wi-arch img{width:100%;height:auto;display:block}.anx-wi-heading h2{font-size:clamp(1.2rem,2.2vw,1.55rem);font-weight:700;color:#1a1f3d;letter-spacing:.04em;text-transform:uppercase;margin:0 0 24px;line-height:1.2}.anx-wi-body p{font-size:.97rem;line-height:1.8;color:#2d2a2a;margin:0 0 1.1rem}.anx-wi-body p:last-child{margin-bottom:0}.anx-wi-body a{color:#c87941;text-decoration:underline;text-underline-offset:2px}.anx-wi-body u{text-decoration:underline;text-underline-offset:2px}@media(max-width:768px){.anx-wi-inner{grid-template-columns:1fr;gap:36px;padding:48px 20px}}.section.anx-pt-section{padding:0;background:#d9e5d6}.anx-pt-inner{max-width:1100px;margin:0 auto;padding:72px 40px}.anx-pt-cols{display:grid;grid-template-columns:55% 43%;gap:40px;align-items:center}.anx-pt-body h2{font-size:clamp(1.4rem,2.6vw,2rem);font-weight:400;color:#1a1f3d;margin:0 0 22px;line-height:1.25}.anx-pt-body h2 strong{font-weight:700}.anx-pt-body p{font-size:.97rem;line-height:1.75;color:#2d2a2a;margin:0 0 1rem}.anx-pt-body p:last-child{margin-bottom:0}.anx-pt-btn{display:inline-block;margin-top:28px;padding:14px 28px;background:#f7a24d;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:background .2s}.anx-pt-btn:hover{background:#e08c35}.anx-pt-photo img{width:100%;height:auto;display:block}@media(max-width:768px){.anx-pt-cols{grid-template-columns:1fr;gap:32px}.anx-pt-inner{padding:48px 20px}}.section.acu-acup-section{background:#f5f2d0;padding:80px 0}.acu-acup-melissa-row{display:flex;max-width:var(--maxw);margin:0 auto;padding:0 48px;gap:56px;align-items:center}.acu-acup-text{flex:0 0 37%;display:flex;flex-direction:column;gap:28px}.acu-acup-melissa-text h3{font-size:clamp(1.4rem,2.5vw,1.9rem);color:#2d2a2a;font-weight:400;margin:0 0 18px;line-height:1.25}.acu-acup-melissa-text p{font-size:.95rem;line-height:1.75;color:#2d2a2a;margin:0}.acu-acup-btn{display:inline-block;align-self:flex-start;padding:14px 28px;background:#f7a24d;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:background .2s}.acu-acup-btn:hover{background:#e08c35;color:#fff}.acu-acup-photos{flex:1;position:relative;min-height:460px}.acu-acup-photo{position:absolute;overflow:hidden}.acu-acup-photo img{width:100%;height:100%;object-fit:cover;display:block}.acu-acup-photo--room{top:0;left:0;width:50%;height:50%;border-radius:4px;z-index:1}.acu-acup-photo--main{top:8%;left:22%;width:50%;height:88%;border-radius:4px;z-index:3}.acu-acup-photo--circle{top:0;right:0;width:44%;aspect-ratio:1;border-radius:50%;z-index:2}.acu-acup-abe-row{display:flex;max-width:var(--maxw);margin:72px auto 0;padding:0 48px;gap:56px;align-items:flex-start}.acu-acup-abe-photo{flex:0 0 300px}.acu-acup-abe-photo img{width:100%;height:auto;display:block;border-radius:6px;object-fit:cover}.acu-acup-abe-bio{flex:1}.acu-acup-abe-bio h3{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;color:#2d2a2a;margin:0 0 14px;line-height:1.2}.acu-acup-abe-bio p{font-size:.95rem;line-height:1.75;color:#2d2a2a;margin:0 0 1.1rem}.acu-acup-abe-bio p:last-child{margin-bottom:0}.acu-acup-abe-bio a{color:#f7a24d;text-decoration:underline;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.acu-acup-abe-bio a strong{color:inherit;font-weight:700;font-size:inherit}@media(max-width:768px){.acu-acup-melissa-row{flex-direction:column;padding:0 20px;gap:36px}.acu-acup-text{flex:unset;width:100%}.acu-acup-photos{min-height:340px;width:100%}.acu-acup-abe-row{flex-direction:column;padding:0 20px;gap:32px}.acu-acup-abe-photo{flex:0 0 220px}}.section.mb-final-cta-section{position:relative;background:#e8f3f0;min-height:480px;display:flex;align-items:center;overflow:hidden;padding:0}.mb-final-cta-photo{position:absolute;inset:0;background-size:cover;background-position:center right;opacity:.28}.mb-final-cta-overlay{position:absolute;inset:0;background:linear-gradient(to right,#e8f3f0eb 48%,#e8f3f04d)}.mb-final-cta-inner{position:relative;z-index:1;max-width:520px;padding:80px 0 80px 88px}.mb-final-cta-heading h2{font-size:clamp(1.4rem,2.8vw,2.1rem);font-weight:400;color:#1a1f3d;line-height:1.3;margin:0 0 28px}.mb-final-cta-heading h2 span,.mb-final-cta-heading h2 a{color:#e8916e;text-decoration:none}.mb-final-cta-heading h2 a:hover{text-decoration:underline}.mb-final-cta-body p{font-size:.95rem;color:#2d2a2a;line-height:1.8;margin:0 0 12px}.mb-final-cta-body p:last-child{margin-bottom:0}.mb-final-cta-body em{font-style:italic}.mb-final-cta-btn{display:inline-block;margin-top:28px;background:#2d6b60;color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:16px 32px;text-decoration:none;transition:background .2s}.mb-final-cta-btn:hover{background:#1a4d45}@media(max-width:768px){.mb-final-cta-inner{padding:60px 24px}.mb-final-cta-photo{opacity:.15}}.section.mb-faq-photo-section{background:#fff;display:flex;min-height:540px;padding:0}.mb-faq-photo-left{flex:0 0 45%;background-size:cover;background-position:center top;position:relative;display:flex;align-items:center;justify-content:center}.mb-faq-photo-caption{background:#d9e5d6d9;padding:28px 36px;max-width:260px;text-align:center}.mb-faq-photo-caption h3{font-size:clamp(1.1rem,2vw,1.45rem);font-weight:400;color:#e8916e;margin:0;line-height:1.3;font-style:italic}.mb-faq-photo-right{flex:1;display:flex;flex-direction:column;justify-content:center;padding:60px 56px 48px}.mb-faq-photo-accordion{border-top:1px solid #ccc;margin-bottom:40px}.mb-faq-photo-item{border-bottom:1px solid #ccc}.mb-faq-photo-question{display:flex;align-items:center;justify-content:space-between;padding:18px 4px;font-size:.94rem;color:#2d2a2a;font-weight:400;cursor:pointer;list-style:none;gap:16px}.mb-faq-photo-question::-webkit-details-marker{display:none}.mb-faq-photo-chevron{font-size:1.4rem;color:#9bccc2;flex-shrink:0;line-height:1;transition:transform .2s}details[open] .mb-faq-photo-chevron{transform:rotate(180deg)}.mb-faq-photo-answer{padding:0 4px 18px;font-size:.9rem;color:#444;line-height:1.75}.mb-faq-photo-link p{font-size:.93rem;color:#2d2a2a;margin:0}.mb-faq-photo-link a{color:#2d2a2a}.mb-faq-photo-link strong{font-weight:700}@media(max-width:768px){.mb-faq-photo-section{flex-direction:column}.mb-faq-photo-left{flex:unset;min-height:280px}.mb-faq-photo-right{padding:40px 24px}}.section.mb-before-after-section{background:#e8916e;padding:72px 0 80px}.mb-before-after-inner{max-width:900px;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;align-items:center;text-align:center}.mb-before-after-super h3{font-size:clamp(.95rem,1.6vw,1.15rem);font-weight:300;color:#2d1a0e;margin:0 0 8px;letter-spacing:.01em}.mb-before-after-title h3{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:600;color:#2d1a0e;margin:0 0 36px}.mb-before-after-card{background:#fff;border-radius:4px;padding:12px;display:inline-block;max-width:480px;width:100%}.mb-before-after-card img{width:100%;display:block}@media(max-width:600px){.mb-before-after-inner{padding:0 20px}.mb-before-after-card{max-width:100%}}.section.mb-blood-banner-section{position:relative;background-size:cover;background-position:center;padding:0;min-height:520px;display:flex;align-items:center}.mb-blood-banner-overlay{position:absolute;inset:0;background:#1a1f3db8}.mb-blood-banner-inner{position:relative;z-index:1;max-width:780px;margin:0 auto;padding:80px 48px;text-align:center}.mb-blood-banner-body h3{font-size:clamp(1rem,1.8vw,1.25rem);font-weight:700;color:#fff;letter-spacing:.04em;text-transform:uppercase;margin:0 0 24px;line-height:1.4}.mb-blood-banner-body p{font-size:.95rem;color:#ffffffe0;line-height:1.8;margin:0 0 16px}.mb-blood-banner-body p:first-of-type{font-weight:600;font-style:italic;color:#fff}.mb-blood-banner-body p:last-child{margin-bottom:0}@media(max-width:600px){.mb-blood-banner-inner{padding:60px 24px}}.section.mb-blood-values-section{background:#f0f0ed;padding:80px 0}.mb-blood-values-inner{max-width:1100px;margin:0 auto;padding:0 80px;display:flex;align-items:center;gap:72px}.mb-blood-values-photo{flex:0 0 38%;border-radius:18px;overflow:hidden}.mb-blood-values-photo img{width:100%;height:100%;object-fit:cover;display:block;border-radius:18px}.mb-blood-values-right{flex:1}.mb-blood-values-heading h2{font-size:clamp(2rem,4vw,3.2rem);font-weight:700;font-style:italic;color:#1a1f3d;margin:0 0 20px;line-height:1.1}.mb-blood-values-body p{font-size:.95rem;color:#3a3a3a;line-height:1.75;margin:0 0 14px}.mb-blood-values-body p:last-child{margin-bottom:0}.mb-blood-values-body ul{margin:4px 0 14px;padding-left:20px}.mb-blood-values-body li{font-size:.95rem;color:#3a3a3a;line-height:1.8}.mb-blood-values-body strong{font-weight:700}@media(max-width:768px){.mb-blood-values-inner{flex-direction:column;padding:0 24px;gap:40px}.mb-blood-values-photo{flex:unset;width:100%}}.section.mb-technique-section{background:#d9e5d6;padding:88px 0}.mb-technique-inner{max-width:720px;margin:0 auto;padding:0 40px;text-align:center}.mb-technique-heading h2{font-size:clamp(1.4rem,2.6vw,2rem);font-weight:400;color:#1a1f3d;margin:0 0 28px;line-height:1.3}.mb-technique-body p{font-size:1rem;color:#3a3a3a;line-height:1.8;margin:0}@media(max-width:600px){.mb-technique-inner{padding:0 24px}}.section.mb-consider-section{background:#f5f2d0;padding:80px 0}.mb-consider-inner{max-width:1100px;margin:0 auto;padding:0 72px;display:flex;align-items:center;gap:64px}.mb-consider-left{flex:0 0 46%}.mb-consider-heading h3{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:400;color:#2d2a2a;line-height:1.25;margin:0 0 32px}.mb-consider-body p{font-size:.95rem;color:#3a3a3a;line-height:1.75;margin:0 0 14px}.mb-consider-body p:last-child{margin-bottom:0}.mb-consider-body ul{margin:10px 0 0;padding-left:20px}.mb-consider-body li{font-size:.95rem;color:#3a3a3a;line-height:1.8}.mb-consider-body strong{font-weight:700}.mb-consider-body em{font-style:italic}.mb-consider-right{flex:1;display:flex;justify-content:center}.mb-consider-oval{width:100%;max-width:420px;aspect-ratio:3 / 5;border-radius:999px;overflow:hidden}.mb-consider-oval img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.mb-consider-inner{flex-direction:column;padding:0 24px;gap:40px}.mb-consider-oval{max-width:280px}}.section.mb-phases-section{background:#f0f0ed;padding:80px 0}.mb-phases-inner{max-width:1100px;margin:0 auto;padding:0 48px;display:flex;align-items:center;gap:72px}.mb-phases-photos{flex:0 0 44%;position:relative;min-height:480px}.mb-phases-photo{position:absolute;overflow:hidden;border-radius:14px}.mb-phases-photo img{width:100%;height:100%;object-fit:cover;display:block}.mb-phases-photo--tl{top:0;left:0;width:50%;height:46%;z-index:1}.mb-phases-photo--tr{top:4%;right:0;width:50%;height:58%;z-index:2}.mb-phases-photo--bl{bottom:0;left:0;width:52%;height:44%;z-index:1}.mb-phases-right{flex:1}.mb-phases-heading h2{font-size:clamp(1.3rem,2.2vw,1.8rem);font-weight:400;color:#e8916e;margin:0 0 24px;line-height:1.2}.mb-phases-accordion{border-top:1px solid #c8c5bf}.mb-phases-item{border-bottom:1px solid #c8c5bf}.mb-phases-question{display:flex;align-items:center;justify-content:space-between;padding:20px 4px;font-size:.97rem;color:#2d2a2a;font-weight:400;cursor:pointer;list-style:none;gap:16px}.mb-phases-question::-webkit-details-marker{display:none}.mb-phases-plus{font-size:1.3rem;color:#e8916e;flex-shrink:0;line-height:1;transition:transform .2s}details[open] .mb-phases-plus{transform:rotate(45deg)}.mb-phases-answer{padding:0 4px 20px}.mb-phases-answer p{font-size:.92rem;color:#444;line-height:1.7;margin:0}@media(max-width:768px){.mb-phases-inner{flex-direction:column;padding:0 24px;gap:40px}.mb-phases-photos{flex:unset;width:100%;min-height:340px}}.section.mb-pros-cons-section{background:#fff;display:flex;min-height:580px}.mb-pros-cons-photo{flex:0 0 48%;background-size:cover;background-position:center}.mb-pros-cons-right{flex:1;display:flex;flex-direction:column;justify-content:center;padding:64px 56px;gap:24px}.mb-pros-cons-heading h3{font-size:clamp(1.2rem,2vw,1.7rem);font-weight:600;color:#1a1f3d;margin:0;line-height:1.3}.mb-pros-cons-card{background:#dde84a;padding:28px 32px;border-radius:2px}.mb-pros-cons-card p{font-size:.9rem;color:#1a1f3d;margin:0 0 4px;line-height:1.5}.mb-pros-cons-card p strong{font-weight:700;display:block;margin-bottom:6px}.mb-pros-cons-card ul{margin:0 0 16px;padding-left:20px}.mb-pros-cons-card ul:last-child{margin-bottom:0}.mb-pros-cons-card li{font-size:.9rem;color:#1a1f3d;line-height:1.55;margin-bottom:4px}.mb-pros-cons-card li p{margin:0}@media(max-width:768px){.section.mb-pros-cons-section{flex-direction:column}.mb-pros-cons-photo{flex:unset;height:280px;width:100%}.mb-pros-cons-right{padding:40px 24px}}.section.mb-rules-section{background:#f7f7f5}.mb-rules-banner{width:100%;height:280px;overflow:hidden}.mb-rules-banner img{width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block}.mb-rules-inner{max-width:1080px;margin:0 auto;padding:64px 48px 80px;text-align:center}.mb-rules-eyebrow h4{font-size:clamp(.85rem,1.2vw,1rem);font-weight:500;color:#9bccc2;text-transform:uppercase;letter-spacing:.14em;margin:0 0 12px}.mb-rules-title h2{font-size:clamp(1.3rem,2.2vw,1.9rem);font-weight:700;color:#1a1f3d;margin:0 0 52px;line-height:1.2}.mb-rules-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px 48px;text-align:left}.mb-rules-card p{margin:0;line-height:1.6}.mb-rules-card p:first-child strong{font-size:.82rem;font-weight:700;color:#e8916e;text-transform:uppercase;letter-spacing:.1em;display:block;margin-bottom:6px}.mb-rules-card p:last-child{font-size:.95rem;color:#2d2a2a}@media(max-width:768px){.mb-rules-grid{grid-template-columns:1fr;gap:24px}.mb-rules-inner{padding:48px 24px 64px}.mb-rules-banner{height:200px}}.section.mb-meal-cta-section{background:#efefed;padding:100px 40px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:36px}.mb-meal-cta-heading p,.mb-meal-cta-heading strong{font-size:clamp(1.6rem,3.5vw,3rem);font-weight:400;color:#e8916e;letter-spacing:.05em;text-transform:uppercase;margin:0;line-height:1.2}.mb-meal-cta-btn{display:inline-block;padding:16px 36px;background:#9bccc2;color:#1a1f3d;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:background .2s}.mb-meal-cta-btn:hover{background:#7ab8ad}.section.mb-comparison-section{display:flex;flex-direction:column}.mb-comparison-title{background:#f5f2d0;padding:28px 40px;text-align:center}.mb-comparison-title h3{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700;color:#1a1f3d;margin:0;line-height:1.3}.mb-comparison-panels{display:flex;position:relative;min-height:340px}.mb-comparison-panel{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:52px 72px;text-align:center;gap:12px}.mb-comparison-panel--left{background:#e8916e}.mb-comparison-panel--right{background:#9bccc2}.mb-comparison-panel-head h3{font-size:clamp(1rem,1.8vw,1.4rem);font-weight:400;color:#fff;margin:0 0 16px;line-height:1.3}.mb-comparison-panel-items p{font-size:.93rem;color:#fff;margin:0 0 8px;line-height:1.5}.mb-comparison-panel-items p:last-child{margin-bottom:0}.mb-comparison-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:130px;height:160px;z-index:2;display:flex;align-items:center;justify-content:center}.mb-comparison-badge img{width:100%;height:100%;object-fit:contain;display:block}@media(max-width:768px){.mb-comparison-panels{flex-direction:column}.mb-comparison-badge{position:relative;top:auto;left:auto;transform:none;margin:-20px auto;width:100px;height:120px;order:2}.mb-comparison-panel--left{order:1}.mb-comparison-panel--right{order:3}.mb-comparison-panel{padding:40px 24px}}.section.mb-quality-section{background:#d9e5d6;padding:72px 0}.mb-quality-inner{max-width:1080px;margin:0 auto;padding:0 48px;display:flex;align-items:center;gap:64px}.mb-quality-text{flex:1 1 52%}.mb-quality-content h2{font-size:clamp(1rem,1.6vw,1.3rem);font-weight:600;color:#5a7a9a;text-transform:uppercase;letter-spacing:.04em;margin:0 0 6px;line-height:1.3}.mb-quality-content h2 span[data-text-attribute-id]{text-decoration:underline;text-decoration-color:#f7a24d;text-underline-offset:3px}.mb-quality-content h2+h2{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:700;color:#1a1f3d;text-transform:none;letter-spacing:0;margin:18px 0 14px}.mb-quality-content ul{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px}.mb-quality-content li{font-size:.95rem;color:#2d2a2a;line-height:1.55}.mb-quality-content li p{margin:0}.mb-quality-img-wrap{flex:0 0 42%}.mb-quality-img-wrap img{width:100%;height:auto;border-radius:12px;display:block;object-fit:cover}@media(max-width:768px){.mb-quality-inner{flex-direction:column;padding:0 24px;gap:32px}.mb-quality-img-wrap{width:100%}}.section.mb-benefits-section{display:flex;min-height:560px}.mb-benefits-photo{flex:0 0 40%;overflow:hidden}.mb-benefits-photo img{width:100%;height:100%;object-fit:cover;display:block}.mb-benefits-panel{flex:1;background:#d9e5d6;padding:64px 56px;display:flex;flex-direction:column;justify-content:center}.mb-benefits-heading h2{font-size:clamp(1.1rem,1.8vw,1.5rem);font-weight:700;color:#1a1f3d;text-transform:uppercase;letter-spacing:.02em;margin:0 0 32px;line-height:1.3}.mb-benefits-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.mb-benefits-list li{display:flex;align-items:flex-start;gap:12px;font-size:.93rem;color:#2d2a2a;line-height:1.5}.mb-benefits-list li:before{content:"✓";color:#9bccc2;font-weight:700;font-size:1rem;flex-shrink:0;margin-top:1px}@media(max-width:768px){.section.mb-benefits-section{flex-direction:column}.mb-benefits-photo{flex:unset;height:280px;width:100%}.mb-benefits-panel{padding:48px 24px}}.section.mb-foundation-section{background:#f7f7f5;padding:80px 0}.mb-foundation-inner{max-width:1080px;margin:0 auto;padding:0 48px;display:flex;align-items:center;gap:64px}.mb-foundation-text{flex:1 1 45%}.mb-foundation-heading h2{font-size:clamp(1.2rem,2vw,1.6rem);font-weight:700;color:#1a1f3d;text-transform:uppercase;letter-spacing:.01em;margin:0 0 28px;line-height:1.25}.mb-foundation-body p{font-size:.97rem;color:#2d2a2a;line-height:1.75;margin:0 0 20px}.mb-foundation-body p:last-child{margin-bottom:0}.mb-foundation-body a{color:#f7a24d;text-decoration:none}.mb-foundation-body a:hover{text-decoration:underline}.mb-foundation-img-wrap{flex:1 1 48%}.mb-foundation-img-wrap img{width:100%;height:auto;display:block;object-fit:cover}@media(max-width:768px){.mb-foundation-inner{flex-direction:column;gap:32px;padding:0 24px}}.section.mb-collage-section{background:#d9e5d6;padding:80px 0}.mb-collage-inner{display:flex;align-items:center;max-width:var(--maxw, 1200px);margin:0 auto;padding:0 48px;gap:72px}.mb-collage-photos{flex:0 0 42%;position:relative;min-height:460px}.mb-collage-photo{position:absolute;overflow:hidden;border-radius:8px}.mb-collage-photo img{width:100%;height:100%;object-fit:cover;display:block}.mb-collage-photo--top{top:0;left:0;width:62%;height:52%;z-index:1}.mb-collage-photo--bot{bottom:0;right:0;width:72%;height:60%;z-index:2}.mb-collage-badge{position:absolute;top:44%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;z-index:3;border-radius:50%;overflow:hidden}.mb-collage-badge img{width:100%;height:100%;object-fit:contain;display:block}.mb-collage-text{flex:1}.mb-collage-text .block-html p{font-size:.97rem;color:#2d2a2a;line-height:1.75;margin:0 0 28px}.mb-collage-text .block-html p:last-child{margin-bottom:0}@media(max-width:768px){.mb-collage-inner{flex-direction:column;padding:0 24px;gap:40px}.mb-collage-photos{flex:unset;width:100%;min-height:340px}.mb-collage-badge{width:90px;height:90px}}.section.mb-intro-section{background:#fff;padding:80px 0}.mb-intro-inner{max-width:1080px;margin:0 auto;padding:0 48px;display:flex;align-items:center;gap:64px}.mb-intro-text{flex:1 1 45%}.mb-intro-heading h2{font-size:clamp(1.2rem,2vw,1.6rem);font-weight:700;color:#1a1f3d;text-transform:uppercase;letter-spacing:.01em;margin:0 0 24px;line-height:1.2}.mb-intro-body p{font-size:.97rem;color:#2d2a2a;line-height:1.7;margin:0 0 16px}.mb-intro-body p:last-child{margin-bottom:0}.mb-intro-body a{color:#f7a24d;text-decoration:none}.mb-intro-body a:hover{text-decoration:underline}.mb-intro-img-wrap{flex:1 1 48%}.mb-intro-img-wrap img{width:100%;height:auto;border-radius:12px;display:block;object-fit:cover}@media(max-width:768px){.mb-intro-inner{flex-direction:column;gap:32px;padding:0 24px}.mb-intro-img-wrap{width:100%}}.section.mb-hero-section{position:relative;background-size:cover;background-position:center top;min-height:560px;display:flex;align-items:center;justify-content:center;text-align:center}.mb-hero-overlay{position:absolute;inset:0;background:#f8fafc7a;z-index:0}.mb-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 40px;max-width:860px}.mb-hero-logo{width:clamp(140px,22vw,280px);height:auto;display:block;margin-bottom:8px}.mb-hero-h1 h1{font-size:clamp(2.6rem,7.5vw,6.5rem);font-weight:900;color:#1a1f3d;letter-spacing:.04em;margin:0;line-height:1;text-transform:uppercase;white-space:nowrap}.mb-hero-sub p{font-size:clamp(.75rem,1.4vw,.95rem);letter-spacing:.2em;text-transform:uppercase;color:#2d2a2a;margin:6px 0 0;font-weight:500}.mb-hero-btn{display:inline-block;margin-top:20px;padding:14px 32px;background:transparent;border:2px solid #9bccc2;color:#1a1f3d;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;transition:background .2s,color .2s}.mb-hero-btn:hover{background:#9bccc2;color:#fff}.section.acu-map-section{background:#fff;padding:72px 0 0;text-align:center}.acu-map-heading h3{font-size:clamp(1.4rem,2.6vw,2rem);font-weight:400;color:#e8916e;margin:0 0 18px;line-height:1.3;padding:0 24px}.acu-map-address p{font-size:.97rem;color:#2d2a2a;margin:0 0 36px;line-height:1.5}.acu-map-embed{width:100%;line-height:0}.acu-map-embed iframe{width:100%;height:480px;border:0;display:block}@media(max-width:768px){.acu-map-embed iframe{height:320px}.acu-map-heading h3{font-size:clamp(1.2rem,5vw,1.6rem)}}.section.acu-cta-left-section{position:relative;background-size:cover;background-position:center;min-height:520px;display:flex;align-items:center}.acu-cta-left-overlay{position:absolute;inset:0;background:#d2a85085;z-index:0}.acu-cta-left-inner{position:relative;z-index:1;max-width:var(--maxw);width:100%;margin:0 auto;padding:72px 56px;max-width:560px;margin-left:clamp(40px,6vw,120px)}.acu-cta-left-heading h3{font-size:clamp(1.4rem,2.8vw,2.1rem);font-weight:400;color:#2d2a2a;line-height:1.3;margin:0 0 28px}.acu-cta-left-heading h3 strong{font-weight:700;color:#2d2a2a}.acu-cta-left-body p{font-size:.96rem;line-height:1.75;color:#2d2a2a;margin:0 0 1rem}.acu-cta-left-body p:last-child{margin-bottom:0}.acu-cta-left-body em{font-style:italic;text-decoration:underline;text-underline-offset:3px}.acu-cta-left-btn{display:inline-block;margin-top:32px;padding:14px 28px;background:#f7a24d;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:background .2s}.acu-cta-left-btn:hover{background:#e08c35;color:#fff}@media(max-width:768px){.acu-cta-left-inner{padding:56px 24px;margin-left:0;max-width:100%}}.section.acu-benefits-section{display:flex;min-height:560px}.acu-benefits-photo{flex:0 0 42%;overflow:hidden}.acu-benefits-photo img{width:100%;height:100%;object-fit:cover;display:block}.acu-benefits-content{flex:1;background:#d9e5d6;display:flex;align-items:center;padding:64px 56px}.acu-benefits-html h2{font-size:clamp(1rem,1.6vw,1.25rem);font-weight:700;color:#1a1f3d;letter-spacing:.1em;text-transform:uppercase;margin:0 0 36px;line-height:1.3}.acu-benefits-html ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:14px 40px}.acu-benefits-html ul li{display:flex;align-items:baseline;gap:10px;font-size:.95rem;color:#2d2a2a;line-height:1.5}.acu-benefits-html ul li:before{content:"✓";color:#9bccc2;font-size:1rem;font-weight:700;flex-shrink:0}@media(max-width:900px){.section.acu-benefits-section{flex-direction:column}.acu-benefits-photo{flex:unset;height:300px}.acu-benefits-content{padding:48px 24px}.acu-benefits-html ul{grid-template-columns:1fr}}.section.acu-text-section{background:#fff;padding:80px 0}.acu-text-inner{max-width:var(--maxw);margin:0 auto;padding:0 48px;display:flex;gap:56px;align-items:flex-start}.acu-text-body{flex:1}.acu-text-html p:first-child{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:400;color:#1a1f3d;margin:0 0 24px;line-height:1.5}.acu-text-html p{font-size:.97rem;line-height:1.8;color:#2d2a2a;margin:0 0 1.4rem}.acu-text-html p:last-child{margin-bottom:0}.acu-text-accent{flex:0 0 280px;display:flex;align-items:center}.acu-text-accent img{width:100%;height:auto;display:block;opacity:.85}@media(max-width:768px){.acu-text-inner{flex-direction:column;padding:0 20px;gap:32px}.acu-text-accent{flex:unset;width:70%;margin:0 auto}}.section.acu-info-section{background:#f7f7f5;padding:80px 0}.acu-info-inner{display:flex;max-width:var(--maxw);margin:0 auto;padding:0 48px;gap:72px;align-items:center}.acu-info-photos{flex:0 0 42%;position:relative;min-height:480px}.acu-info-photo{position:absolute;overflow:hidden}.acu-info-photo img{width:100%;height:100%;object-fit:cover;display:block}.acu-info-photo--top{top:0;left:0;width:65%;height:54%;z-index:1}.acu-info-photo--bot{bottom:0;right:0;width:78%;height:62%;z-index:2}.acu-info-badge{position:absolute;top:46%;left:44%;transform:translate(-50%,-50%);width:120px;height:120px;z-index:3;border-radius:50%}.acu-info-badge img{width:100%;height:100%;object-fit:contain;display:block}.acu-info-text{flex:1}.acu-info-text .block-html p{font-size:.97rem;line-height:1.8;color:#2d2a2a;margin:0 0 1.6rem}.acu-info-text .block-html:last-child p{margin-bottom:0}@media(max-width:768px){.acu-info-inner{flex-direction:column;padding:0 20px;gap:40px}.acu-info-photos{flex:unset;width:100%;min-height:360px}.acu-info-badge{width:90px;height:90px}}.section.acu-cta-watermark-section{background:#f5f2d0;position:relative;padding:80px 40px;text-align:center;overflow:hidden;min-height:440px;display:flex;align-items:center;justify-content:center}.acu-cta-watermark-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52%;max-width:600px;opacity:.22;pointer-events:none;user-select:none}.acu-cta-watermark-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:4px}.acu-cta-watermark-line h3{font-size:clamp(2rem,4.2vw,3.8rem);color:#e8916e;font-weight:400;margin:0;line-height:1.25;letter-spacing:.03em;text-transform:uppercase}.acu-cta-watermark-btn{display:inline-block;margin-top:36px;padding:14px 32px;background:#f7a24d;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:background .2s}.acu-cta-watermark-btn:hover{background:#e08c35;color:#fff}@media(max-width:768px){.acu-cta-watermark-img{width:90%}.acu-cta-watermark-line h3{font-size:clamp(1.6rem,7vw,2.4rem)}}.section.acu-hero-section{position:relative;background-size:cover;background-position:center top;min-height:62vh;display:flex;align-items:center;justify-content:center;padding:0}.acu-hero-overlay{position:absolute;inset:0;background:#14141e73;z-index:1}.acu-hero-inner{position:relative;z-index:2;text-align:center;padding:60px 24px;max-width:860px;width:100%}.acu-hero-eyebrow p{font-size:.75rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#fff;margin:0 0 10px}.acu-hero-heading h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;color:#fff;letter-spacing:.03em;margin:0 0 32px;line-height:1.1;text-transform:uppercase}.acu-hero-btn{display:inline-block;padding:16px 36px;background:#9bccc2;color:#1a1f3d;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;transition:background .2s}.acu-hero-btn:hover{background:#7aadaa;color:#1a1f3d}.section.aut-hp-section{background-size:cover;background-position:center;padding:0}.aut-hp-inner{display:flex;max-width:var(--maxw);margin:0 auto;padding:64px 48px;gap:64px;align-items:center}.aut-hp-left{flex:0 0 42%;display:flex;flex-direction:column;gap:20px}.aut-hp-photo img{width:100%;height:auto;display:block;border-radius:6px}.aut-hp-caption{text-align:center}.aut-hp-caption p{font-style:italic;font-size:.9rem;line-height:1.65;color:#3a3a3a;margin:0}.aut-hp-creds{display:flex;gap:16px;align-items:center;justify-content:center}.aut-hp-cred-img{width:90px;height:auto;display:block}.aut-hp-right{flex:1;display:flex;flex-direction:column;gap:0}.aut-hp-eyebrow{font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#2d2a2a;margin:0 0 14px}.aut-hp-text h2{font-size:clamp(1.5rem,2.8vw,2.1rem);color:#2d2a2a;font-weight:400;margin:0 0 22px;line-height:1.2}.aut-hp-text p{font-size:.93rem;line-height:1.75;color:#3a3a3a;margin:0 0 1rem}.aut-hp-text p:last-child{margin-bottom:0}.aut-hp-text a{color:#f7a24d;text-decoration:none}.aut-hp-text a:hover{text-decoration:underline}.aut-hp-text strong{font-weight:600}@media(max-width:768px){.aut-hp-inner{flex-direction:column;padding:48px 20px;gap:36px}.aut-hp-left{flex:unset;width:100%}}
