@import "tailwindcss";

:root { --ink:#314047; --green:#00b06f; --paper:#ffffff; --cream:#f4f5f6; --line:rgba(49,64,71,.10); --green-bg:rgba(0,176,111,.07); --green-bg-2:rgba(0,176,111,.14); --green-border:rgba(0,176,111,.22); --shadow-sm:0 2px 10px rgba(49,64,71,.07); --shadow-md:0 8px 28px rgba(49,64,71,.10); --shadow-lg:0 20px 60px rgba(49,64,71,.13); --radius-card:22px; --radius-tile:18px; }
* { box-sizing:border-box; }
html,body { max-width:100%; overflow-x:clip; }
html { color-scheme:light; scroll-behavior:smooth; }
html[data-theme="dark"] { color-scheme:dark; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:"Inter", Arial, sans-serif; font-size:18px; font-synthesis:none; text-rendering:optimizeLegibility; }
a { color:inherit; text-decoration:none; }
.ui-icon { position:relative; width:16px; height:16px; display:inline-block; flex:none; color:inherit; font-size:0; line-height:0; }
.ui-icon-right:before,.ui-icon-down:before,.ui-icon-up:before,.ui-icon-left:before,.ui-icon-external:before { content:""; position:absolute; width:10px; height:2px; left:2px; top:7px; border-radius:999px; background:currentColor; }
.ui-icon-right:after,.ui-icon-down:after,.ui-icon-up:after,.ui-icon-left:after,.ui-icon-external:after { content:""; position:absolute; width:7px; height:7px; right:2px; top:4px; border-top:2px solid currentColor; border-right:2px solid currentColor; transform:rotate(45deg); }
.ui-icon-down { transform:rotate(90deg); }.ui-icon-up { transform:rotate(-90deg); }.ui-icon-left { transform:rotate(180deg); }.ui-icon-external { transform:rotate(-45deg); }
.ui-icon-reset { border:2px solid currentColor; border-left-color:transparent; border-radius:50%; }.ui-icon-reset:after { content:""; position:absolute; width:5px; height:5px; left:-2px; top:-1px; border-left:2px solid currentColor; border-bottom:2px solid currentColor; transform:rotate(18deg); }
.ui-icon-spark { width:18px; height:18px; background:currentColor; clip-path:polygon(50% 0,61% 38%,100% 50%,61% 62%,50% 100%,39% 62%,0 50%,39% 38%); }
.scroll-progress { position:fixed; z-index:2200; left:0; right:0; top:0; height:3px; background:var(--green); box-shadow:0 0 16px rgba(0,176,111,.5); transform:scaleX(0); transform-origin:left center; pointer-events:none; }
.scroll-effects-ready .reveal-on-scroll { opacity:0; transform:translate3d(0,28px,0); transition:opacity .65s ease,transform .65s cubic-bezier(.2,.75,.25,1); transition-delay:var(--reveal-delay,0ms); }
.scroll-effects-ready .reveal-on-scroll.is-visible { opacity:1; transform:translate3d(0,0,0); }
.skip-link { position:fixed; z-index:2000; left:16px; top:16px; padding:12px 18px; border-radius:999px; background:var(--green); color:var(--paper); font-family:"Poppins",sans-serif; font-size:14px; font-weight:700; transform:translateY(-160%); transition:transform .18s ease; }.skip-link:focus { transform:translateY(0); outline:3px solid var(--paper); outline-offset:3px; }
.shell { width:min(1180px, calc(100% - 48px)); margin-inline:auto; }
.nav { min-height:104px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand img { display:block; width:270px; height:auto; }
.logo-dark-surface { display:none !important; }
.brand-logo-image { content:url("/tc-lockup-horizontal-color.png?v=128"); }
html[data-theme="dark"] .brand-logo-image { content:url("/tc-lockup-horizontal-on-charcoal.png?v=128"); }
.navlinks { display:flex; align-items:center; gap:24px; font-family:"Poppins", sans-serif; font-size:14px; font-weight:600; }
.project-page-home { display:none; }
.navlinks>a:not(.button):hover { color:var(--green); }
.button { display:inline-flex; justify-content:center; align-items:center; gap:30px; min-height:58px; padding:0 34px; border-radius:999px; background:var(--ink); color:var(--paper); font-family:"Poppins", sans-serif; font-size:16px; font-weight:600; box-shadow:var(--shadow-md); transition:transform .2s, box-shadow .2s; }
.button:hover { transform:translateY(-2px); box-shadow:var(--shadow-lg); }
.button-secondary { border:1px solid var(--line); background:transparent; color:var(--ink); box-shadow:none; }
.button-secondary span { color:var(--green); }
.button-secondary:hover { border-color:var(--green-border); background:var(--green-bg); box-shadow:none; }
.button-small { min-height:46px; gap:18px; padding:0 19px; font-size:13px; }
.nav .button { background:var(--green); box-shadow:0 6px 22px rgba(0,176,111,.32); }
.theme-toggle { display:inline-flex; align-items:center; gap:9px; min-height:46px; padding:0 15px; border:1px solid var(--line); border-radius:999px; color:var(--ink); background:var(--cream); font-family:"Poppins", sans-serif; font-size:12px; font-weight:600; cursor:pointer; transition:transform .2s,border-color .2s,background .2s; }
.theme-toggle:hover { transform:translateY(-1px); border-color:var(--green-border); }.theme-toggle:focus-visible { outline:3px solid var(--green); outline-offset:3px; }
.theme-track { position:relative; width:34px; height:19px; border-radius:999px; background:rgba(49,64,71,.18); transition:background .2s; }.theme-track i { position:absolute; width:13px; height:13px; left:3px; top:3px; border-radius:50%; background:var(--paper); box-shadow:0 1px 4px rgba(49,64,71,.25); transition:transform .2s; }
.mobile-nav { display:none; }
.mobile-menu-trigger,.mobile-menu-close { width:46px; min-height:46px; padding:0; border:1px solid var(--line); border-radius:50%; color:var(--ink); background:var(--cream); cursor:pointer; }
.mobile-menu-trigger { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px; }
.mobile-menu-trigger span { width:18px; height:2px; border-radius:999px; background:currentColor; }
.mobile-menu-trigger:focus-visible,.mobile-menu-close:focus-visible { outline:3px solid var(--green); outline-offset:3px; }
.mobile-menu-backdrop { position:fixed; z-index:999; inset:0; width:100%; height:100%; padding:0; border:0; background:rgba(49,64,71,.46); opacity:0; visibility:hidden; pointer-events:none; cursor:pointer; transition:opacity .25s ease,visibility .25s ease; }
.mobile-menu-backdrop.is-open { opacity:1; visibility:visible; pointer-events:auto; }
.mobile-sidebar { position:fixed; z-index:1000; top:0; right:0; width:min(88vw,390px); height:100dvh; display:flex; flex-direction:column; padding:24px; overflow-y:auto; border-left:1px solid var(--line); background:var(--paper); color:var(--ink); box-shadow:-24px 0 70px rgba(49,64,71,.22); transform:translateX(105%); visibility:hidden; transition:transform .3s ease,visibility .3s ease; }
.mobile-sidebar.is-open { transform:translateX(0); visibility:visible; }
.mobile-sidebar-header { display:flex; align-items:center; justify-content:space-between; gap:20px; padding-bottom:25px; border-bottom:1px solid var(--line); }
.mobile-sidebar-brand img { display:block; width:190px; max-width:100%; height:auto; }
.mobile-menu-close { flex:none; display:grid; place-items:center; font-family:"Poppins",sans-serif; font-size:27px; line-height:1; }
.mobile-sidebar-status { display:flex; align-items:center; gap:10px; margin:28px 0 17px; color:var(--green); font-family:"Poppins",sans-serif; font-size:11px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; }
.mobile-sidebar-status span { width:8px; height:8px; flex:none; border-radius:50%; background:var(--green); box-shadow:0 0 0 6px rgba(0,176,111,.10); }
.mobile-sidebar-links { display:grid; }
.mobile-sidebar-links a { min-height:66px; display:grid; grid-template-columns:34px 1fr; align-items:center; border-bottom:1px solid var(--line); font-family:"Poppins",sans-serif; font-size:17px; font-weight:600; }
.mobile-sidebar-links a span { color:var(--green); font-size:10px; letter-spacing:.10em; }
.mobile-sidebar-actions { display:grid; gap:14px; margin-top:auto; padding-top:30px; }
.mobile-sidebar-actions .theme-toggle { width:100%; justify-content:space-between; }
.mobile-sidebar-actions .button { width:100%; justify-content:space-between; min-height:56px; box-shadow:none; }
.hero { min-height:690px; display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:50px; padding-block:45px 80px; }
.eyebrow, .section-kicker { width:max-content; max-width:100%; display:inline-flex; align-items:center; flex-wrap:wrap; border:1px solid var(--green-border); border-radius:999px; padding:8px 16px; background:var(--green-bg); color:var(--green); font-family:"Poppins", sans-serif; text-transform:uppercase; letter-spacing:.20em; line-height:1.4; font-size:12px; font-weight:600; }
.eyebrow { gap:10px; margin-bottom:25px; }
.pulse { width:9px; height:9px; border-radius:50%; background:var(--green); box-shadow:0 0 0 6px rgba(0,176,111,.12); animation:softPulse 2.8s ease-in-out infinite; }
h1,h2,h3 { margin-top:0; font-family:"Poppins", sans-serif; } p { margin-top:0; }
h1 { max-width:650px; margin-bottom:26px; font-size:clamp(2.5rem,5vw,4rem); line-height:1.07; letter-spacing:-.03em; font-weight:800; }
h1 em { color:var(--green); font-style:normal; }
.lede { max-width:585px; font-size:20px; line-height:1.65; color:rgba(49,64,71,.68); }
.lede strong { display:block; margin-bottom:8px; color:var(--ink); font-family:"Poppins",sans-serif; font-size:.95em; font-weight:600; line-height:1.45; }
.hero-actions { margin-top:36px; display:flex; align-items:center; gap:30px; }
.text-link { font-family:"Poppins", sans-serif; font-size:15px; font-weight:600; border-bottom:1px solid var(--ink); padding-block:5px; }
.text-link span { margin-left:18px; color:var(--green); }
.trust-row { display:grid; grid-template-columns:repeat(2,max-content); gap:12px 28px; margin-top:46px; color:rgba(49,64,71,.66); font-size:14px; }
.trust-row span { display:inline-flex; align-items:center; gap:9px; white-space:nowrap; }
.trust-row span:before { content:""; flex:none; width:6px; height:6px; border-radius:50%; background:var(--green); }
.hero-visual { position:relative; min-height:520px; border:1px solid var(--line); border-radius:42px 42px 42px 12px; background:var(--cream); overflow:hidden; isolation:isolate; box-shadow:inset 0 0 70px rgba(49,64,71,.025); }
.hero-visual:before { content:""; position:absolute; width:430px; height:430px; border:1px solid rgba(49,64,71,.14); border-radius:50%; inset:50% auto auto 50%; transform:translate(-50%,-50%); }
.hero-visual:after { content:""; position:absolute; width:300px; height:300px; border:1px dashed rgba(49,64,71,.20); border-radius:50%; inset:50% auto auto 50%; transform:translate(-50%,-50%); animation:ringTurn 32s linear infinite; }
.hero-photo { position:relative; min-width:0; min-height:540px; margin:0; overflow:hidden; border:1px solid var(--line); border-radius:42px 42px 42px 12px; background:var(--cream); box-shadow:0 24px 58px rgba(49,64,71,.16); }
.hero-photo:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 56%,rgba(49,64,71,.48)); pointer-events:none; }
.hero-photo img { display:block; width:100%; height:100%; position:absolute; inset:0; object-fit:cover; object-position:center 68%; }
.hero-photo figcaption { position:absolute; z-index:1; right:20px; bottom:17px; color:rgba(255,255,255,.82); font:500 11px/1.4 "Inter",sans-serif; text-shadow:0 1px 10px rgba(0,0,0,.55); }
.hero-sonoran-sun { position:absolute; z-index:0; width:190px; height:190px; right:5%; top:5%; border:2px solid var(--green); border-radius:50%; opacity:.34; box-shadow:inset 0 0 0 18px rgba(0,176,111,.07); }
.hero-sonoran-ridge { position:absolute; z-index:0; left:0; right:0; bottom:0; transform-origin:bottom; }
.hero-sonoran-ridge-back { height:35%; opacity:.12; background:var(--ink); clip-path:polygon(0 72%,15% 48%,29% 63%,45% 30%,59% 60%,74% 42%,88% 66%,100% 48%,100% 100%,0 100%); }
.hero-sonoran-ridge-front { height:24%; opacity:.11; background:var(--green); clip-path:polygon(0 78%,19% 49%,34% 72%,52% 36%,68% 69%,84% 45%,100% 70%,100% 100%,0 100%); }
.hero-sonoran-cactus { position:absolute; z-index:1; right:11%; bottom:8%; width:9px; height:92px; border-radius:8px 8px 3px 3px; background:var(--green); opacity:.72; }
.hero-sonoran-cactus:before,.hero-sonoran-cactus:after { content:""; position:absolute; width:27px; height:35px; border:8px solid var(--green); border-top:0; }
.hero-sonoran-cactus:before { right:4px; top:30px; border-right:0; border-radius:0 0 0 18px; }
.hero-sonoran-cactus:after { left:4px; top:18px; border-left:0; border-radius:0 0 18px 0; }
.hero-sonoran-cactus i,.hero-sonoran-cactus b { position:absolute; width:8px; height:30px; border-radius:8px 8px 0 0; background:var(--green); }
.hero-sonoran-cactus i { right:23px; top:14px; }
.hero-sonoran-cactus b { left:23px; top:2px; }
.hero-path { position:absolute; z-index:1; height:1px; background:linear-gradient(90deg,transparent,var(--green),transparent); opacity:.45; transform-origin:left center; }
.hero-path:after { content:""; position:absolute; right:26%; top:-4px; width:9px; height:9px; border-radius:50%; background:var(--green); box-shadow:0 0 0 7px rgba(0,176,111,.10); animation:routePulse 2.8s ease-in-out infinite; }
.hero-path-one { width:70%; left:4%; top:35%; transform:rotate(20deg); }.hero-path-two { width:65%; left:30%; top:67%; transform:rotate(-24deg); }
.power-card { position:absolute; z-index:2; inset:50% auto auto 50%; transform:translate(-50%,-50%); width:min(238px,50%); min-height:286px; padding:28px; background:var(--ink); border-radius:36px 36px 36px 9px; box-shadow:0 24px 55px rgba(49,64,71,.24); color:var(--paper); }
.power-card-top { display:flex; align-items:center; justify-content:flex-start; }
.power-card-top svg { width:62px; height:62px; flex:none; }
.power-card-title { padding:20px 0 17px; }
.power-card-title small { display:block; margin-bottom:7px; color:rgba(255,255,255,.52); font:600 9px/1.2 "Poppins",sans-serif; letter-spacing:.14em; text-transform:uppercase; }
.power-card-title p { margin:0; font:600 25px/1.18 "Poppins",sans-serif; letter-spacing:-.02em; }.power-card-title strong { color:var(--green); font-size:31px; font-weight:700; }
.power-card-note { margin:0; padding-top:15px; border-top:1px solid rgba(255,255,255,.14); color:rgba(255,255,255,.64); font:500 11px/1.55 "Inter",sans-serif; }
.orbit { position:absolute; z-index:3; min-width:90px; min-height:46px; display:grid; place-items:center; padding:10px 15px; border:1px solid rgba(49,64,71,.09); border-radius:999px; background:var(--paper); box-shadow:0 10px 26px rgba(49,64,71,.10); color:var(--ink); font:700 10px/1.2 "Poppins",sans-serif; text-align:center; }
.orbit-one { left:5%; top:20%; transform:rotate(-5deg); }.orbit-two { right:4%; top:16%; transform:rotate(5deg); }.orbit-three { right:5%; bottom:16%; transform:rotate(-4deg); }.orbit-four { left:4%; bottom:17%; transform:rotate(4deg); }
.spark { position:absolute; z-index:4; color:var(--green); }.spark-a { right:17%; top:47%; }.spark-b { width:12px; height:12px; left:18%; bottom:15%; }
.services-band { background:var(--cream); }.intro { display:grid; grid-template-columns:1.2fr .8fr; gap:80px; align-items:end; padding-block:110px 64px; border-top:1px solid var(--line); }
.intro h2,.process h2,.help-band h2,.cta h2,.about h2 { margin-bottom:0; font-size:clamp(2rem,3.5vw,2.75rem); line-height:1.1; letter-spacing:-.02em; font-weight:700; }
.intro>p { margin:0; color:rgba(49,64,71,.65); font-size:18px; line-height:1.65; }
.service-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; padding-bottom:96px; }
.service-card { position:relative; display:block; min-height:520px; overflow:hidden; padding:0 0 34px; background:var(--paper); border:1px solid rgba(49,64,71,.07); border-radius:var(--radius-card); box-shadow:var(--shadow-sm); transition:transform .25s, border-color .25s, box-shadow .25s; }
.service-card:hover { transform:translateY(-6px); border-color:var(--green-border); box-shadow:var(--shadow-md); }
.service-card:focus-visible { outline:3px solid var(--green); outline-offset:4px; box-shadow:0 18px 40px rgba(49,64,71,.12); }
.service-card:first-child { background:var(--ink); color:var(--paper); border-color:var(--ink); }
.service-card:first-child .service-motion { border-color:rgba(255,255,255,.12); background:rgba(255,255,255,.08); }
.service-card:first-child p { color:rgba(255,255,255,.72); }
.service-card:first-child .service-details>b { border-color:rgba(255,255,255,.16); background:rgba(255,255,255,.08); color:var(--paper); }
.service-card:first-child .service-details .service-category,.service-card:first-child .service-details .service-availability { border-color:var(--green-border); background:rgba(0,176,111,.15); color:var(--green); }
.service-motion { --x1:18%; --y1:70%; --x2:76%; --y2:28%; position:relative; height:190px; overflow:hidden; border-bottom:1px solid var(--line); background:var(--cream); isolation:isolate; }
.service-motion:before { content:""; position:absolute; inset:0; opacity:.38; background-image:radial-gradient(rgba(49,64,71,.28) 1px, transparent 1px); background-size:18px 18px; mask-image:linear-gradient(105deg,transparent 4%,#000 44%,transparent 94%); }
.motion-cue { position:absolute; z-index:4; left:22px; top:19px; border:1px solid var(--green-border); border-radius:999px; padding:6px 10px; background:var(--paper); color:var(--green); font-family:"Poppins", sans-serif; font-size:10px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; }
.motion-ring { position:absolute; z-index:1; border:1px solid rgba(49,64,71,.16); border-radius:50%; }
.motion-ring-one { width:158px; height:158px; right:-28px; top:17px; animation:ringDrift 9s ease-in-out infinite; }
.motion-ring-two { width:105px; height:105px; right:-1px; top:43px; border-style:dashed; animation:ringTurn 16s linear infinite; }
.motion-route { position:absolute; z-index:2; left:var(--x1); top:var(--y1); width:61%; height:1px; background:linear-gradient(90deg,var(--ink),var(--green)); transform:rotate(-24deg); transform-origin:left center; opacity:.52; }
.motion-route:after { content:""; position:absolute; right:0; top:-2px; width:5px; height:5px; border-radius:50%; background:var(--green); box-shadow:0 0 0 5px rgba(0,176,111,.12); animation:routePulse 2.4s ease-in-out infinite; }
.motion-node { position:absolute; z-index:3; width:11px; height:11px; border:2px solid var(--ink); border-radius:3px; background:var(--paper); }
.motion-node-one { left:var(--x1); top:var(--y1); animation:nodeFloat 3.4s ease-in-out infinite; }
.motion-node-two { left:var(--x2); top:var(--y2); border-color:var(--green); animation:nodeFloat 3.4s .9s ease-in-out infinite; }
.motion-core { position:absolute; z-index:3; left:50%; top:50%; width:70px; height:70px; display:grid; place-items:center; transform:translate(-50%,-42%); border-radius:22px 22px 22px 5px; color:white; background:var(--ink); box-shadow:0 14px 28px rgba(49,64,71,.18); font-size:17px; font-weight:900; letter-spacing:.06em; transition:background .25s, transform .25s; }
.motion-spark { position:absolute; z-index:4; right:25px; bottom:18px; color:var(--green); animation:sparkBlink 2.7s ease-in-out infinite; }
.service-card:hover .motion-core { background:var(--green); transform:translate(-50%,-48%); }
.services-band .service-grid { display:none; }
.mobile-service-browser { display:block; width:min(1180px,100% - 48px); margin-inline:auto; padding-bottom:96px; scroll-margin-top:18px; touch-action:pan-y; }
.mobile-service-browser-top { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:20px; color:rgba(49,64,71,.65); font:600 12px/1.4 "Poppins",sans-serif; letter-spacing:.04em; }
.mobile-service-browser-top p { margin:0; }
.mobile-service-browser-top>span { color:var(--green); }
.mobile-service-page { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; min-height:350px; }
.mobile-service-tile { position:relative; min-width:0; min-height:350px; display:flex; flex-direction:column; align-items:flex-start; padding:24px 22px; border:1px solid var(--line); border-radius:var(--radius-card); background:var(--paper); box-shadow:var(--shadow-sm); transition:transform .2s,border-color .2s,box-shadow .2s; }
.mobile-service-tile:hover { transform:translateY(-4px); border-color:var(--green-border); box-shadow:var(--shadow-md); }
.mobile-service-tile-featured { border-color:var(--ink); background:var(--ink); color:var(--paper); }
.mobile-service-number { width:44px; height:44px; display:grid; place-items:center; border-radius:15px 15px 15px 5px; background:var(--cream); color:var(--ink); font:800 12px/1 "Poppins",sans-serif; }
.mobile-service-tile-featured .mobile-service-number { background:var(--green); color:var(--paper); }
.mobile-service-category { margin:18px 0 9px; color:var(--green); font:700 10px/1.35 "Poppins",sans-serif; letter-spacing:.08em; text-transform:uppercase; overflow-wrap:anywhere; }
.mobile-service-tile h3 { margin:0 0 16px; font-size:18px; line-height:1.3; overflow-wrap:anywhere; }
.mobile-service-summary { margin:0 0 16px; color:rgba(49,64,71,.72); font-size:15px; line-height:1.5; }
.mobile-service-tile-featured .mobile-service-summary { color:rgba(255,255,255,.78); }
.mobile-service-tile>div { display:grid; gap:5px; margin-bottom:18px; color:rgba(49,64,71,.62); font-size:13px; line-height:1.4; }
.mobile-service-tile-featured>div { color:rgba(255,255,255,.68); }
.mobile-service-tile strong { margin-top:auto; display:inline-flex; align-items:center; gap:8px; color:var(--green); font:700 12px/1.35 "Poppins",sans-serif; }
.mobile-service-tile strong .ui-icon { width:13px; height:13px; }
.mobile-service-controls { width:min(620px,100%); display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); align-items:center; gap:18px; margin:24px auto 0; }
.mobile-service-controls>button { min-height:50px; display:inline-flex; align-items:center; justify-content:center; gap:9px; border:1px solid var(--line); border-radius:999px; background:var(--paper); color:var(--ink); cursor:pointer; font:700 12px/1 "Poppins",sans-serif; }
.mobile-service-controls>button:last-child { background:var(--green); border-color:var(--green); color:var(--paper); }
.mobile-service-controls>button:disabled { opacity:.38; cursor:default; }
.mobile-service-controls button:focus-visible,.mobile-service-tile:focus-visible { outline:3px solid var(--green); outline-offset:3px; }
.mobile-service-dots { display:flex; align-items:center; justify-content:center; gap:2px; }
.mobile-service-dots button { width:44px; height:44px; display:grid; place-items:center; padding:0; border:0; border-radius:50%; background:transparent; cursor:pointer; }
.mobile-service-dots button:before { content:""; width:10px; height:10px; border-radius:50%; background:rgba(49,64,71,.22); }
.mobile-service-dots button.is-current:before { width:26px; border-radius:999px; background:var(--green); }
html[data-theme="dark"] .mobile-service-browser-top { color:rgba(255,255,255,.64); }
html[data-theme="dark"] .mobile-service-tile,html[data-theme="dark"] .mobile-service-controls>button { border-color:rgba(255,255,255,.12); background:rgba(255,255,255,.06); color:var(--paper); box-shadow:none; }
html[data-theme="dark"] .mobile-service-tile-featured { border-color:rgba(0,176,111,.68); background:rgba(0,176,111,.15); }
html[data-theme="dark"] .mobile-service-number { background:rgba(255,255,255,.10); color:var(--paper); }
html[data-theme="dark"] .mobile-service-summary { color:rgba(255,255,255,.72); }
html[data-theme="dark"] .mobile-service-tile>div { color:rgba(255,255,255,.64); }
html[data-theme="dark"] .mobile-service-controls>button:last-child { border-color:var(--green); background:var(--green); color:var(--paper); }
html[data-theme="dark"] .mobile-service-dots button:before { background:rgba(255,255,255,.24); }
html[data-theme="dark"] .mobile-service-dots button.is-current:before { background:var(--green); }
@media (min-width:601px) and (max-width:1050px) {
  .mobile-service-page { grid-template-columns:repeat(2,minmax(0,1fr)); min-height:720px; }
}
.service-motion-consult { --x1:13%; --y1:38%; --x2:80%; --y2:65%; }.service-motion-consult .motion-route { transform:rotate(15deg); }
.service-motion-shop { --x1:15%; --y1:68%; --x2:73%; --y2:68%; }.service-motion-shop .motion-route { transform:rotate(0); }
.service-motion-plan { --x1:20%; --y1:28%; --x2:75%; --y2:70%; }.service-motion-plan .motion-route { transform:rotate(29deg); }
.service-motion-virtual { --x1:12%; --y1:51%; --x2:82%; --y2:51%; }.service-motion-virtual .motion-route { transform:rotate(0); }
.service-motion-home { --x1:25%; --y1:74%; --x2:72%; --y2:22%; }.service-motion-home .motion-route { width:55%; transform:rotate(-42deg); }
.service-motion-move { --x1:16%; --y1:30%; --x2:78%; --y2:30%; }.service-motion-move .motion-route { transform:rotate(0); }
.service-motion-vehicle { --x1:13%; --y1:72%; --x2:80%; --y2:43%; }.service-motion-vehicle .motion-route { transform:rotate(-18deg); }
.service-copy { padding:30px 32px 28px; }.service-copy>span { color:var(--green); font-family:"Poppins", sans-serif; font-size:12px; font-weight:600; letter-spacing:.12em; }.service-card h3 { margin:18px 0 14px; font-size:1.25rem; font-weight:600; line-height:1.35; letter-spacing:-.01em; }.service-details { display:flex; flex-wrap:wrap; gap:7px; margin-bottom:14px; }.service-details>b { display:inline-flex; align-items:center; min-height:27px; padding:5px 9px; border:1px solid var(--line); border-radius:999px; background:var(--cream); color:var(--ink); font-family:"Poppins",sans-serif; font-size:10px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; }.service-details .service-category { border-color:var(--green-border); background:var(--green-bg); color:var(--green); }.service-details .service-availability { border-color:var(--green-border); background:var(--green-bg); color:var(--green); }.service-card p { color:rgba(49,64,71,.65); line-height:1.65; font-size:16px; }.card-arrow { position:absolute; right:30px; bottom:24px; color:var(--green); }
.service-finder { padding-block:120px; overflow:hidden; background:var(--ink); color:var(--paper); }
.service-finder-inner { max-width:980px; display:grid; gap:42px; }
.service-finder-intro { max-width:720px; text-align:center; justify-self:center; }.service-finder-intro h2 { margin:30px 0 20px; font-size:clamp(2.2rem,4.5vw,3.8rem); line-height:1.04; letter-spacing:-.03em; }.service-finder-intro>p:not(.section-kicker) { max-width:650px; margin-inline:auto; color:rgba(255,255,255,.72); font-size:18px; line-height:1.65; }
.service-finder-panel { position:relative; padding:0; overflow:hidden; border:1px solid rgba(255,255,255,.16); border-radius:28px; background:rgba(255,255,255,.07); box-shadow:0 28px 70px rgba(0,0,0,.24); }
.service-finder-panel:before { content:""; position:absolute; width:280px; height:280px; right:-140px; top:-160px; border:1px solid rgba(0,176,111,.24); border-radius:50%; box-shadow:0 0 0 44px rgba(0,176,111,.035); pointer-events:none; }
.service-finder-panel:after { content:""; position:absolute; z-index:2; left:-130px; top:0; width:130px; height:1px; background:linear-gradient(90deg,transparent,var(--green),transparent); box-shadow:0 0 16px rgba(0,176,111,.7); animation:finderScan 5.5s ease-in-out infinite; pointer-events:none; }
.service-finder-panel-top { min-height:64px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:12px; padding:0 28px; border-bottom:1px solid rgba(255,255,255,.12); }.service-finder-panel-top .pulse { width:8px; height:8px; }.service-finder-panel-top p { margin:0; color:var(--paper); font:600 13px "Poppins",sans-serif; }.service-finder-panel-top>span:last-child { color:rgba(255,255,255,.44); font-size:12px; }
.service-finder-panel form { display:grid; gap:15px; padding:34px; }.service-finder-panel label { font-family:"Poppins",sans-serif; font-size:15px; font-weight:600; }.service-finder-compose { overflow:hidden; border:1px solid rgba(255,255,255,.18); border-radius:20px; background:rgba(0,0,0,.16); transition:border-color .2s,box-shadow .2s; }.service-finder-compose:focus-within { border-color:var(--green); box-shadow:0 0 0 4px rgba(0,176,111,.14); }.service-finder-panel textarea { width:100%; resize:vertical; min-height:145px; display:block; padding:20px; border:0; outline:none; background:transparent; color:var(--paper); font:400 18px/1.6 "Inter",sans-serif; }.service-finder-panel textarea::placeholder { color:rgba(255,255,255,.42); }.service-finder-send { width:100%; min-height:62px; display:flex; align-items:center; justify-content:space-between; padding:0 20px; border:0; border-top:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.06); color:var(--paper); font:600 14px "Poppins",sans-serif; cursor:pointer; transition:background .2s,color .2s; }.service-finder-send b { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:var(--green); color:var(--paper); font-size:18px; }.service-finder-send:hover:not(:disabled) { background:rgba(0,176,111,.10); }.service-finder-send:disabled { opacity:.42; cursor:not-allowed; }
.service-finder-conversation { padding:34px; }.service-finder-message>span { display:block; margin-bottom:9px; color:rgba(255,255,255,.48); font:600 10px "Poppins",sans-serif; letter-spacing:.13em; text-transform:uppercase; }.service-finder-message>p { margin:0; font-size:17px; line-height:1.62; }.service-finder-message-user { width:min(82%,660px); margin-left:auto; padding:19px 21px; border-radius:20px 20px 5px 20px; background:var(--paper); color:var(--ink); }.service-finder-message-user>span { color:rgba(49,64,71,.48); }
.service-finder-connector { position:relative; height:65px; }.service-finder-connector:before { content:""; position:absolute; left:34px; top:0; bottom:0; width:1px; background:linear-gradient(var(--green),rgba(0,176,111,.12)); }.service-finder-connector>.ui-icon-spark { position:absolute; left:25px; top:23px; color:var(--green); }
.service-finder-message-response { padding:26px; border:1px solid rgba(255,255,255,.13); border-radius:5px 22px 22px 22px; background:rgba(255,255,255,.06); }.service-finder-message-response>span { color:var(--green); }.service-finder-message-response>p { color:rgba(255,255,255,.84); }
.service-finder-question-actions { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:11px; margin-top:24px; }.service-finder-question-actions button { min-height:56px; padding:12px 18px; border:1px solid rgba(255,255,255,.18); border-radius:999px; background:transparent; color:var(--paper); font:600 13px/1.35 "Poppins",sans-serif; cursor:pointer; transition:transform .2s,border-color .2s,background .2s; }.service-finder-question-actions button:first-child { border-color:var(--green); background:var(--green); }.service-finder-question-actions button:hover { transform:translateY(-2px); border-color:var(--green); background:rgba(0,176,111,.12); }.service-finder-question-actions button:first-child:hover { background:var(--green); }.service-finder-location-status { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:19px; padding:12px 14px; border:1px solid rgba(0,176,111,.30); border-radius:14px; background:rgba(0,176,111,.08); }.service-finder-location-status span { color:rgba(255,255,255,.74); font-size:13px; }.service-finder-location-status button { flex:none; padding:3px 0; border:0; border-bottom:1px solid var(--green); background:transparent; color:var(--green); font:600 12px "Poppins",sans-serif; cursor:pointer; }
.service-finder-results { display:grid; gap:11px; margin-top:22px; }.service-finder-result { display:flex; justify-content:space-between; align-items:center; gap:18px; padding:18px 19px; border:1px solid rgba(255,255,255,.14); border-radius:16px; background:rgba(0,0,0,.12); transition:transform .2s,border-color .2s,background .2s; }.service-finder-result:hover { transform:translateY(-2px); border-color:var(--green-border); background:rgba(0,176,111,.10); }.service-finder-result p { margin:0 0 6px; color:var(--paper); font:600 15px/1.4 "Poppins",sans-serif; }.service-finder-result span { color:rgba(255,255,255,.58); font:500 12px "Poppins",sans-serif; }.service-finder-result>b { flex:none; color:var(--green); font-size:20px; }
.service-finder-reset { display:flex; align-items:center; gap:10px; margin:22px auto 0; padding:8px 0; border:0; border-bottom:1px solid rgba(255,255,255,.26); background:transparent; color:rgba(255,255,255,.72); font:600 13px "Poppins",sans-serif; cursor:pointer; }.service-finder-reset span { color:var(--green); }
@keyframes ringDrift { 0%,100%{transform:translate3d(0,0,0)} 50%{transform:translate3d(-9px,5px,0)} }
@keyframes ringTurn { to{transform:rotate(360deg)} }
@keyframes nodeFloat { 0%,100%{transform:translateY(0) rotate(0)} 50%{transform:translateY(-6px) rotate(8deg)} }
@keyframes routePulse { 0%,100%{box-shadow:0 0 0 4px rgba(0,176,111,.10)} 50%{box-shadow:0 0 0 10px rgba(0,176,111,0)} }
@keyframes sparkBlink { 0%,100%{transform:scale(.82);opacity:.58} 50%{transform:scale(1.08);opacity:1} }
@keyframes softPulse { 0%,100%{box-shadow:0 0 0 5px rgba(0,176,111,.10)} 50%{box-shadow:0 0 0 9px rgba(0,176,111,0)} }
@keyframes finderScan { 0%,12%{transform:translateX(0);opacity:0} 28%{opacity:1} 72%{opacity:1} 88%,100%{transform:translateX(1110px);opacity:0} }
.modes-band { background:var(--paper); }.modes { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; padding-block:120px; }.mode-card { min-height:370px; padding:48px; border:1px solid rgba(49,64,71,.07); border-radius:var(--radius-card); background:var(--paper); box-shadow:var(--shadow-sm); }.mode-card h3 { margin:52px 0 18px; font-size:2rem; font-weight:700; letter-spacing:-.02em; }.mode-card>p:not(.section-kicker) { max-width:480px; color:rgba(49,64,71,.65); font-size:17px; line-height:1.65; }.mode-card>a { display:inline-block; margin-top:25px; color:var(--green); font-family:"Poppins", sans-serif; font-weight:600; border-bottom:1px solid var(--green); padding-bottom:4px; }.mode-card>a span { margin-left:15px; }.mode-dark { background:var(--ink); color:var(--paper); border-color:var(--ink); }.mode-dark>p:not(.section-kicker) { color:rgba(255,255,255,.68); }.places { display:flex; flex-wrap:wrap; gap:8px; margin-top:26px; }.places span { padding:9px 13px; border-radius:999px; background:var(--cream); font-size:12px; font-weight:600; }
.tucson { position:relative; min-height:650px; display:flex; align-items:center; overflow:hidden; color:white; background:var(--ink); isolation:isolate; }
.tucson:before { content:""; position:absolute; inset:0; z-index:-3; opacity:.18; background-image:radial-gradient(var(--paper) 1px,transparent 1px); background-size:22px 22px; mask-image:linear-gradient(90deg,transparent,#000 28%,#000 72%,transparent); }
.tucson-landscape { position:absolute; inset:0 0 0 55%; z-index:-1; }
.desert-sun { position:absolute; width:340px; height:340px; right:12%; top:8%; border:2px solid var(--green); border-radius:50%; background:transparent; box-shadow:inset 0 0 0 24px rgba(0,176,111,.07); }
.mountain { position:absolute; left:0; right:-5%; bottom:0; transform-origin:bottom; }
.mountain-back { height:58%; opacity:.28; background:var(--cream); clip-path:polygon(0 68%,13% 45%,27% 58%,42% 26%,56% 54%,70% 38%,83% 60%,100% 42%,100% 100%,0 100%); }
.mountain-front { height:44%; background:var(--cream); clip-path:polygon(0 78%,17% 52%,32% 72%,52% 35%,67% 69%,82% 47%,100% 71%,100% 100%,0 100%); }
.saguaro { position:absolute; z-index:2; right:18%; bottom:18%; width:18px; height:205px; border-radius:12px 12px 4px 4px; background:var(--green); box-shadow:0 0 0 2px rgba(255,255,255,.18),0 18px 40px rgba(49,64,71,.24); }
.saguaro:before,.saguaro:after { content:""; position:absolute; width:49px; height:72px; top:72px; border:15px solid var(--green); border-top:0; }
.saguaro:before { right:8px; border-right:0; border-radius:0 0 0 26px; }.saguaro:after { left:8px; top:48px; border-left:0; border-radius:0 0 26px 0; }
.saguaro i,.saguaro b { position:absolute; z-index:1; width:15px; height:66px; background:var(--green); border-radius:10px 10px 0 0; }.saguaro i { right:42px; top:29px; }.saguaro b { left:42px; top:5px; }
.tucson-copy { position:relative; z-index:1; padding-block:115px; }
.tucson-copy h2 { max-width:660px; margin:22px 0 28px; font-size:clamp(2.5rem,5vw,4rem); line-height:1.07; letter-spacing:-.03em; }
.tucson-copy>p:not(.section-kicker) { max-width:510px; color:rgba(255,255,255,.72); font-size:18px; line-height:1.7; }
.tucson-service-areas { max-width:600px; display:flex; flex-wrap:wrap; gap:10px; margin:24px 0 0; padding:0; list-style:none; }
.tucson-service-areas li { padding:9px 14px; border:1px solid rgba(255,255,255,.2); border-radius:999px; background:rgba(255,255,255,.07); color:var(--paper); font:600 14px/1.2 "Poppins",sans-serif; }
.tucson-copy>p.tucson-virtual-note { margin-top:24px; padding-left:20px; border-left:3px solid var(--green); color:rgba(255,255,255,.88); font-size:16px; }
.places-dark { max-width:510px; }.places-dark span { color:var(--ink); background:var(--cream); }
.help-band { background:var(--cream); color:var(--ink); padding-block:115px; }.help-inner { display:grid; grid-template-columns:1fr 1fr; gap:110px; }.section-kicker.light { border-color:var(--green-border); background:transparent; color:var(--green); }.help-band h2 { max-width:570px; }
.help-list>div { display:grid; grid-template-columns:36px 1fr auto; align-items:center; min-height:70px; border-bottom:1px solid var(--line); font-size:18px; font-weight:600; }.help-list>div>span:first-child { color:var(--green); font-size:12px; }.help-list .ui-icon { color:var(--green); }
.about-band { background:var(--paper); }.about { display:grid; grid-template-columns:minmax(280px,360px) minmax(0,1fr); gap:clamp(56px,7vw,92px); align-items:center; padding-block:125px; }.headshot-wrap { width:100%; max-width:360px; margin:0; justify-self:start; }.headshot-frame { position:relative; width:100%; aspect-ratio:1; overflow:hidden; border:1px solid rgba(49,64,71,.10); border-radius:var(--radius-card); background:var(--cream); box-shadow:var(--shadow-sm); }.headshot-frame img { width:100%; height:100%; display:block; object-fit:cover; object-position:50% 50%; }.headshot-wrap figcaption { display:flex; flex-direction:column; gap:4px; padding:16px 4px 0; }.headshot-wrap figcaption strong { font-family:"Poppins",sans-serif; font-size:16px; }.headshot-wrap figcaption span { color:rgba(49,64,71,.62); font-size:14px; }.about-copy { min-width:0; }.about-copy h2 { margin:17px 0 32px; max-width:700px; }.about-copy>p:not(.section-kicker) { color:rgba(49,64,71,.68); font-size:18px; line-height:1.7; }.about-copy .about-promise { margin-top:30px; padding:25px 0 0 26px; border-left:4px solid var(--green); color:var(--ink) !important; font-size:19px !important; font-weight:600; }.about-button { margin-top:34px; }
.process-band { background:var(--cream); }.process { padding-block:108px; }.process-heading { display:grid; justify-items:start; border-bottom:1px solid var(--line); padding-bottom:40px; }.process-heading h2 { max-width:650px; margin-bottom:0; }.steps { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:40px; padding-top:46px; }.steps article { display:flex; align-items:flex-start; gap:20px; }.steps b { flex:none; width:42px; height:42px; display:grid; place-items:center; color:var(--paper); border-radius:50%; background:var(--green); font-family:"Poppins", sans-serif; }.steps h3 { font-size:1.35rem; font-weight:600; margin:4px 0 10px; }.steps p { margin:0; color:rgba(49,64,71,.65); line-height:1.65; font-size:17px; }
.quote { margin-top:120px; margin-bottom:120px; padding:95px 50px; text-align:center; background:var(--cream); border-radius:var(--radius-card); box-shadow:var(--shadow-sm); }.quote-mark { color:var(--green); font:80px Georgia,serif; line-height:.5; }.quote blockquote { margin:28px auto 18px; font-family:"Poppins", sans-serif; font-size:clamp(2rem,4vw,3.5rem); font-weight:700; letter-spacing:-.02em; }.quote p { color:rgba(49,64,71,.65); font-size:18px; }
.fund-home { min-height:540px; display:grid; grid-template-columns:1.12fr .88fr; gap:75px; align-items:center; margin-bottom:0; padding:60px; overflow:hidden; border-radius:var(--radius-card); background:var(--ink); color:var(--paper); box-shadow:var(--shadow-lg); }.fund-home-copy h2 { margin:22px 0 24px; font-size:clamp(2rem,3.6vw,3rem); line-height:1.12; letter-spacing:-.02em; }.fund-home-copy>p:not(.section-kicker) { max-width:660px; margin-bottom:34px; color:rgba(255,255,255,.72); font-size:18px; line-height:1.7; }.fund-home-visual { position:relative; min-height:400px; border:1px solid rgba(255,255,255,.10); border-radius:50%; background:rgba(0,176,111,.07); isolation:isolate; }.fund-home-visual:before { content:""; position:absolute; inset:0; opacity:.18; border-radius:inherit; background-image:radial-gradient(var(--paper) 1px,transparent 1px); background-size:20px 20px; mask-image:radial-gradient(circle,#000,transparent 72%); }.fund-home-ring { position:absolute; inset:50% auto auto 50%; transform:translate(-50%,-50%); border:1px solid rgba(255,255,255,.20); border-radius:50%; }.fund-home-ring-one { width:300px; height:300px; }.fund-home-ring-two { width:205px; height:205px; border-style:dashed; animation:ringTurn 24s linear infinite; }.fund-home-route { position:absolute; width:73%; height:1px; left:13%; top:52%; background:linear-gradient(90deg,transparent,var(--green),transparent); transform:rotate(-28deg); }.fund-home-core { position:absolute; z-index:2; width:155px; height:170px; inset:50% auto auto 50%; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:16px; padding:20px; transform:translate(-50%,-50%); border-radius:30px 30px 30px 7px; background:var(--ink); text-align:center; box-shadow:0 20px 50px rgba(0,0,0,.30); }.fund-home-core img { width:58px; height:58px; }.fund-home-core strong { color:var(--green); font-family:"Poppins",sans-serif; font-size:13px; line-height:1.35; }.fund-home-tag { position:absolute; z-index:3; padding:9px 13px; border-radius:999px; background:var(--paper); color:var(--ink); font-family:"Poppins",sans-serif; font-size:10px; font-weight:700; box-shadow:var(--shadow-md); }.fund-home-tag-one { left:5%; top:23%; }.fund-home-tag-two { right:5%; top:18%; }.fund-home-tag-three { right:8%; bottom:18%; }
.custom-project-section { padding-block:120px; border-top:1px solid var(--line); background:var(--paper); }
.custom-project-callout { padding-block:105px; background:var(--paper); }.custom-project-callout-inner { display:grid; grid-template-columns:1fr auto; gap:75px; align-items:end; padding:52px; border:1px solid var(--line); border-radius:var(--radius-card); background:var(--cream); box-shadow:var(--shadow-sm); }.custom-project-callout h2 { max-width:610px; margin:18px 0 18px; font-size:clamp(2rem,3.5vw,2.75rem); line-height:1.1; letter-spacing:-.02em; }.custom-project-callout-inner>div>p:not(.section-kicker) { max-width:690px; margin-bottom:0; color:rgba(49,64,71,.68); font-size:18px; line-height:1.7; }.custom-project-callout-action { display:grid; justify-items:start; gap:18px; min-width:270px; }.custom-project-callout-action .button { white-space:nowrap; }.custom-project-callout-action p { color:rgba(49,64,71,.58) !important; font-size:13px !important; line-height:1.55 !important; }
.custom-project-page { background:var(--paper); }.project-page-hero { display:grid; grid-template-columns:1.1fr .9fr; gap:95px; align-items:center; min-height:500px; padding-block:65px 100px; }.project-page-hero h1 { margin-bottom:26px; }.project-page-hero>div>p:not(.eyebrow) { max-width:670px; margin-bottom:0; color:rgba(49,64,71,.68); font-size:20px; line-height:1.7; }.project-page-summary { padding:38px; border-radius:var(--radius-card); background:var(--ink); color:var(--paper); box-shadow:var(--shadow-md); }.project-page-summary>span { color:var(--green); font-family:"Poppins",sans-serif; font-size:12px; font-weight:700; letter-spacing:.12em; }.project-page-summary h2 { margin:56px 0 16px; font-size:2rem; line-height:1.15; }.project-page-summary p { color:rgba(255,255,255,.72); line-height:1.65; }.project-page-summary small { display:block; padding-top:18px; border-top:1px solid rgba(255,255,255,.15); color:var(--green); font-size:13px; line-height:1.55; }.project-request-section { padding-block:115px; background:var(--cream); }.project-request-layout { display:grid; grid-template-columns:.82fr 1.18fr; gap:90px; align-items:start; }.project-request-copy { padding-top:10px; }.project-request-copy h2 { margin:18px 0 26px; max-width:560px; font-size:clamp(2rem,3.5vw,2.75rem); line-height:1.1; letter-spacing:-.02em; }.project-request-copy>p:not(.section-kicker) { max-width:550px; color:rgba(49,64,71,.68); font-size:18px; line-height:1.7; }.project-request-note { margin-top:30px; padding-top:22px; border-top:1px solid var(--line); color:rgba(49,64,71,.60) !important; font-size:15px !important; }
.custom-project-layout { display:grid; grid-template-columns:.82fr 1.18fr; gap:90px; align-items:start; }
.custom-project-copy { position:sticky; top:34px; }
.custom-project-copy h2 { max-width:560px; margin:22px 0 26px; font-size:clamp(2rem,3.5vw,2.75rem); line-height:1.1; letter-spacing:-.02em; }
.custom-project-copy>p:not(.section-kicker) { max-width:560px; color:rgba(49,64,71,.68); font-size:18px; line-height:1.7; }
.custom-project-points { display:grid; gap:18px; margin-top:38px; }
.custom-project-points>div { display:grid; grid-template-columns:36px 1fr; gap:14px; padding-top:18px; border-top:1px solid var(--line); }
.custom-project-points span { padding-top:3px; color:var(--green); font-family:"Poppins",sans-serif; font-size:11px; font-weight:700; letter-spacing:.10em; }
.custom-project-points p { margin:0; color:rgba(49,64,71,.64); font-size:15px; line-height:1.55; }
.custom-project-points strong { display:block; margin-bottom:4px; color:var(--ink); font-family:"Poppins",sans-serif; font-size:15px; }
.custom-project-form { padding:42px; border:1px solid var(--line); border-radius:var(--radius-card); background:var(--cream); box-shadow:var(--shadow-sm); }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.form-field { display:grid; gap:9px; min-width:0; color:var(--ink); font-family:"Poppins",sans-serif; font-size:13px; font-weight:600; }
.form-field small { margin-left:5px; color:rgba(49,64,71,.52); font-family:"Inter",sans-serif; font-size:11px; font-weight:500; }
.form-field input,.form-field select,.form-field textarea { width:100%; min-width:0; min-height:54px; padding:13px 15px; border:1px solid rgba(49,64,71,.14); border-radius:14px; background:var(--paper); color:var(--ink); font:16px/1.4 "Inter",sans-serif; transition:border-color .2s,box-shadow .2s; }
.form-field textarea { min-height:170px; resize:vertical; }
.form-field textarea::placeholder { color:rgba(49,64,71,.46); }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { outline:0; border-color:var(--green); box-shadow:0 0 0 3px rgba(0,176,111,.12); }
.form-field-full { grid-column:1 / -1; }
.custom-project-submit { display:flex; align-items:center; gap:24px; margin-top:28px; }
.custom-project-submit .button { flex:none; min-width:225px; border:0; cursor:pointer; }
.custom-project-submit p { margin:0; color:rgba(49,64,71,.58); font-size:12px; line-height:1.55; }
.prepared-request { display:flex; align-items:center; gap:20px; margin-top:18px; padding-top:18px; border-top:1px solid var(--line); }
.prepared-request[hidden] { display:none; }
.prepared-request .button { flex:none; }
.prepared-request p { margin:0; color:rgba(49,64,71,.62); font-size:13px; line-height:1.5; }
.form-status { min-height:20px; margin:16px 0 0; color:var(--green); font-size:13px; font-weight:600; }
@media (max-width:600px) { .prepared-request { align-items:stretch; flex-direction:column; }.prepared-request .button { width:100%; justify-content:space-between; } }
.reviews-section { padding-block:115px; border-top:1px solid var(--line); background:var(--paper); }.reviews-heading { display:grid; grid-template-columns:1.1fr .9fr; gap:80px; align-items:end; margin-bottom:48px; }.reviews-heading h2 { max-width:690px; margin:18px 0 0; font-size:clamp(2rem,3.5vw,2.75rem); line-height:1.1; letter-spacing:-.02em; }.reviews-intro>p { margin:0; color:rgba(49,64,71,.65); line-height:1.7; }.rating-summary { display:flex; align-items:center; flex-wrap:wrap; gap:12px; margin-bottom:20px; }.rating-summary strong { font-family:"Poppins",sans-serif; font-size:2rem; }.rating-summary>span:last-child { width:100%; color:rgba(49,64,71,.65); font-size:14px; }.review-stars { color:var(--green); letter-spacing:.12em; white-space:nowrap; }.review-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }.review-card { min-width:0; padding:32px; border:1px solid rgba(49,64,71,.08); border-radius:var(--radius-card); background:var(--cream); box-shadow:var(--shadow-sm); }.review-author { display:flex; align-items:center; gap:13px; margin-bottom:24px; }.review-author>img,.review-author>span { width:44px; height:44px; flex:none; display:grid; place-items:center; object-fit:cover; border-radius:50%; background:var(--green); color:var(--paper); font-family:"Poppins",sans-serif; font-weight:700; }.review-author div { min-width:0; }.review-author a,.review-author strong { display:block; overflow:hidden; text-overflow:ellipsis; font-size:15px; font-weight:700; white-space:nowrap; }.review-author small { display:block; margin-top:3px; color:rgba(49,64,71,.58); font-size:12px; }.review-card>p { margin:19px 0 24px; color:rgba(49,64,71,.75); font-size:17px; line-height:1.7; }.review-source { color:var(--green); font-family:"Poppins",sans-serif; font-size:12px; font-weight:600; }.review-empty { display:grid; grid-template-columns:260px 1fr; gap:52px; align-items:center; padding:50px; border:1px solid rgba(49,64,71,.08); border-radius:var(--radius-card); background:var(--cream); box-shadow:var(--shadow-sm); }.review-empty-motion { position:relative; min-height:180px; overflow:hidden; border-radius:var(--radius-tile); background:var(--ink); }.review-empty-motion:before,.review-empty-motion:after { content:""; position:absolute; width:150px; height:150px; border:1px solid rgba(255,255,255,.20); border-radius:50%; inset:50% auto auto 50%; transform:translate(-50%,-50%); }.review-empty-motion:after { width:95px; height:95px; border-style:dashed; }.review-empty-motion span { position:absolute; z-index:1; inset:50% auto auto 50%; transform:translate(-50%,-50%); color:var(--green); font-size:38px; }.review-empty-motion i,.review-empty-motion b { position:absolute; width:8px; height:8px; border-radius:50%; background:var(--green); }.review-empty-motion i { left:27%; top:26%; }.review-empty-motion b { right:25%; bottom:22%; }.review-empty-label { margin-bottom:12px; color:var(--green); font-family:"Poppins",sans-serif; font-size:12px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; }.review-empty h3 { margin-bottom:13px; font-size:1.65rem; }.review-empty>div:last-child>p:last-child { margin:0; color:rgba(49,64,71,.65); line-height:1.65; }.google-review-footer { display:flex; align-items:center; gap:18px; min-height:80px; padding-top:24px; }.google-maps-attribution { flex:none; color:#5e5e5e; font-family:Roboto,Arial,sans-serif; font-size:14px; font-style:normal; font-weight:400; letter-spacing:normal; white-space:nowrap; }.google-review-footer p { flex:1; margin:0; color:rgba(49,64,71,.58); font-size:12px; line-height:1.5; }.google-review-footer .button { min-height:46px; padding-inline:20px; gap:15px; font-size:13px; }
.legal-page { max-width:850px; min-height:100vh; padding-block:70px 110px; }.legal-brand { display:inline-flex; flex-direction:column; align-items:flex-start; gap:18px; margin-bottom:70px; color:var(--green); font-family:"Poppins",sans-serif; font-size:14px; font-weight:600; }.legal-brand img { display:block; width:min(270px,100%); height:auto; }.legal-brand>span { display:inline-flex; align-items:center; gap:8px; }.legal-page h1 { margin:20px 0 10px; }.legal-updated { margin-bottom:58px; color:rgba(49,64,71,.58); font-size:14px; }.legal-page h2 { margin:42px 0 14px; font-size:1.45rem; }.legal-page p:not(.section-kicker) { line-height:1.75; color:rgba(49,64,71,.72); }.legal-page p a { color:var(--green); text-decoration:underline; text-underline-offset:3px; }
.facebook-section { padding-block:115px; background:var(--ink); color:var(--paper); }.facebook-layout { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:95px; align-items:center; }.facebook-copy h2 { max-width:570px; margin:22px 0 26px; font-size:clamp(2rem,3.5vw,2.75rem); line-height:1.1; letter-spacing:-.02em; }.facebook-copy>p:not(.section-kicker) { max-width:540px; margin-bottom:35px; color:rgba(255,255,255,.70); font-size:18px; line-height:1.7; }.facebook-feed-card { width:100%; max-width:540px; justify-self:end; overflow:hidden; padding:20px 20px 0; border:1px solid rgba(255,255,255,.12); border-radius:var(--radius-card); background:var(--paper); box-shadow:0 22px 60px rgba(0,0,0,.22); }.facebook-feed-card iframe { display:block; width:100%; max-width:500px; height:700px; margin-inline:auto; border:0; background:var(--paper); }.facebook-feed-card>p { margin:0; padding:16px 8px 18px; border-top:1px solid rgba(49,64,71,.10); color:rgba(49,64,71,.62); text-align:center; font-size:12px; line-height:1.5; }.facebook-feed-card a { color:var(--green); font-weight:600; }
.fund-hero { min-height:720px; display:flex; align-items:center; overflow:hidden; background:var(--ink); color:var(--paper); }.fund-hero-inner { display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:75px; padding-block:90px; }.fund-hero-copy h1 { max-width:720px; margin:25px 0 30px; font-size:clamp(2.7rem,5.7vw,4.8rem); }.fund-hero-copy>p:not(.section-kicker) { max-width:650px; color:rgba(255,255,255,.72); font-size:20px; line-height:1.7; }.fund-hero-visual { position:relative; min-height:480px; border:1px solid rgba(255,255,255,.10); border-radius:50% 50% 45% 55%; background:rgba(0,176,111,.07); overflow:hidden; isolation:isolate; }.fund-hero-visual:before { content:""; position:absolute; inset:0; opacity:.20; background-image:radial-gradient(var(--paper) 1px,transparent 1px); background-size:22px 22px; mask-image:radial-gradient(circle,#000,transparent 72%); }.fund-orbit { position:absolute; inset:50% auto auto 50%; border:1px solid rgba(255,255,255,.20); border-radius:50%; transform:translate(-50%,-50%); }.fund-orbit-one { width:370px; height:370px; }.fund-orbit-two { width:245px; height:245px; border-style:dashed; animation:ringTurn 28s linear infinite; }.fund-path { position:absolute; width:68%; height:1px; left:16%; top:50%; background:linear-gradient(90deg,transparent,var(--green),transparent); transform:rotate(-28deg); }.fund-core { position:absolute; z-index:2; width:170px; height:185px; inset:50% auto auto 50%; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:18px; transform:translate(-50%,-50%); border-radius:34px 34px 34px 8px; background:var(--ink); box-shadow:0 20px 55px rgba(0,0,0,.28); }.fund-core img { width:64px; height:64px; }.fund-core strong { color:var(--green); font-family:"Poppins",sans-serif; font-size:17px; }.fund-node { position:absolute; z-index:3; min-width:78px; padding:11px 14px; border-radius:999px; background:var(--paper); color:var(--ink); text-align:center; font-family:"Poppins",sans-serif; font-size:11px; font-weight:700; box-shadow:var(--shadow-md); }.fund-node-one { left:7%; top:24%; }.fund-node-two { right:7%; top:18%; }.fund-node-three { right:11%; bottom:17%; }
.fund-why { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:start; padding-block:125px; }.fund-why h2,.fund-support h2,.fund-purpose h2,.fund-model h2,.fund-contact h2 { margin:20px 0 0; font-size:clamp(2rem,3.5vw,2.75rem); line-height:1.1; letter-spacing:-.02em; }.fund-why-copy p { color:rgba(49,64,71,.68); font-size:18px; line-height:1.75; }.fund-why-copy p:last-child { margin:30px 0 0; padding-left:24px; border-left:4px solid var(--green); color:var(--ink); font-family:"Poppins",sans-serif; font-weight:600; }.fund-needs-band { padding-block:38px; background:var(--cream); }.fund-needs-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1px; overflow:hidden; border:1px solid var(--line); border-radius:var(--radius-card); background:var(--line); }.fund-needs-grid>div { min-height:105px; display:flex; align-items:center; gap:18px; padding:22px 26px; background:var(--paper); }.fund-needs-grid span { color:var(--green); font-family:"Poppins",sans-serif; font-size:11px; font-weight:700; }.fund-needs-grid p { margin:0; font-family:"Poppins",sans-serif; font-size:15px; font-weight:600; }
.fund-support { padding-block:125px; }.fund-section-heading { display:grid; grid-template-columns:1.2fr .8fr; gap:80px; align-items:end; margin-bottom:60px; }.fund-section-heading>p { margin:0; color:rgba(49,64,71,.65); line-height:1.7; }.fund-support-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:22px; }.fund-support-grid article { min-height:360px; padding:28px; border:1px solid var(--line); border-radius:var(--radius-card); background:var(--paper); box-shadow:var(--shadow-sm); }.fund-support-grid article:nth-child(-n+3) { grid-column:span 2; }.fund-support-grid article:nth-child(n+4) { grid-column:span 3; }.fund-support-grid article>span { color:var(--green); font-family:"Poppins",sans-serif; font-size:11px; font-weight:700; letter-spacing:.12em; }.fund-card-motif { position:relative; height:100px; display:flex; align-items:flex-end; margin:22px 0 28px; padding:18px; overflow:hidden; border-radius:var(--radius-tile); background:var(--cream); color:var(--green); font-size:24px; }.fund-card-motif:before,.fund-card-motif:after { content:""; position:absolute; width:86px; height:86px; right:18px; top:7px; border:1px solid rgba(49,64,71,.16); border-radius:50%; }.fund-card-motif:after { width:54px; height:54px; right:34px; top:23px; border-style:dashed; }.fund-card-motif i,.fund-card-motif b { position:absolute; width:8px; height:8px; border-radius:50%; background:var(--green); }.fund-card-motif i { left:22px; top:27px; }.fund-card-motif b { left:55px; bottom:24px; }.fund-support-grid h3 { margin-bottom:12px; font-size:1.3rem; }.fund-support-grid p { margin:0; color:rgba(49,64,71,.65); font-size:17px; line-height:1.65; }
.fund-purpose { padding-block:110px; background:var(--ink); color:var(--paper); }.fund-purpose-inner { display:grid; grid-template-columns:260px 1fr; gap:80px; align-items:center; }.fund-purpose-mark { width:230px; height:230px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.16); border-radius:50%; color:var(--green); background:rgba(0,176,111,.07); font-size:70px; box-shadow:inset 0 0 0 25px rgba(0,176,111,.04); }.fund-purpose p:not(.section-kicker) { max-width:720px; margin:25px 0 0; color:rgba(255,255,255,.72); font-size:19px; line-height:1.7; }.fund-model { display:grid; grid-template-columns:1fr 1fr; gap:100px; padding-block:125px; }.fund-model-copy>p:not(.section-kicker) { color:rgba(49,64,71,.68); line-height:1.75; }.fund-model-copy h2 { margin-bottom:30px; }.fund-model-steps { display:grid; gap:20px; }.fund-model-steps article { display:flex; gap:22px; padding:26px; border:1px solid var(--line); border-radius:var(--radius-tile); background:var(--cream); }.fund-model-steps b { flex:none; width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:var(--green); color:var(--paper); font-family:"Poppins",sans-serif; }.fund-model-steps h3 { margin:4px 0 9px; font-size:1.15rem; }.fund-model-steps p { margin:0; color:rgba(49,64,71,.65); font-size:16px; line-height:1.6; }.fund-statement { margin-bottom:120px; padding:80px 40px; border-radius:var(--radius-card); background:var(--cream); text-align:center; }.fund-statement p { max-width:900px; margin:0 auto; font-family:"Poppins",sans-serif; font-size:clamp(2rem,4vw,3.5rem); font-weight:700; line-height:1.2; letter-spacing:-.02em; }.fund-statement em { color:var(--green); font-style:normal; }.fund-contact { padding-block:100px; background:var(--ink); color:var(--paper); }.fund-contact-inner { display:flex; align-items:center; justify-content:space-between; gap:70px; }.fund-contact-inner>div>p:not(.section-kicker) { max-width:700px; margin:24px 0 0; color:rgba(255,255,255,.70); line-height:1.7; }.fund-contact .button { flex:none; }.fund-page .footer>p { max-width:320px; }
.booking { padding-block:115px; background:var(--cream); }.booking-heading { display:grid; grid-template-columns:1.2fr .8fr; gap:70px; align-items:end; margin-bottom:45px; }.booking-heading h2 { margin:0; max-width:700px; font-size:clamp(2rem,3.5vw,2.75rem); line-height:1.1; letter-spacing:-.02em; }.booking-heading>p { margin:0; color:rgba(49,64,71,.65); font-size:18px; line-height:1.65; }.booking-frame { overflow:hidden; padding:14px 14px 0; border:1px solid rgba(49,64,71,.07); border-radius:var(--radius-card); background:var(--paper); box-shadow:var(--shadow-md); }.booking-frame iframe { display:block; width:100%; min-height:760px; border:0; background:var(--paper); }.booking-fallback { margin:0; padding:18px; border-top:1px solid var(--line); text-align:center; color:rgba(49,64,71,.60); font-size:14px; }.booking-fallback a { color:var(--green); font-weight:600; }
.booking-services { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.booking-services>a { min-width:0; display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:16px; min-height:96px; padding:18px 20px; border:1px solid var(--line); border-radius:20px; background:var(--paper); box-shadow:var(--shadow-sm); transition:transform .2s,border-color .2s,box-shadow .2s; }
.booking-services>a:hover { transform:translateY(-3px); border-color:var(--green-border); box-shadow:var(--shadow-md); }
.booking-services>a>span { width:42px; height:42px; display:grid; place-items:center; border-radius:14px 14px 14px 5px; background:var(--cream); color:var(--ink); font:800 11px/1 "Poppins",sans-serif; }
.booking-services>a>div { min-width:0; display:grid; gap:5px; }
.booking-services strong { color:var(--ink); font:700 16px/1.35 "Poppins",sans-serif; overflow-wrap:anywhere; }
.booking-services small { color:rgba(49,64,71,.62); font:500 13px/1.45 "Inter",sans-serif; }
.booking-services .ui-icon { color:var(--green); }
.service-fit-help { display:flex; justify-content:space-between; align-items:center; gap:48px; margin-top:24px; padding:32px; border:1px solid var(--green-border); border-radius:22px; background:rgba(0,176,111,.07); }
.service-fit-help h3 { margin:18px 0 10px; font-size:clamp(1.4rem,2.5vw,2rem); }
.service-fit-help p:not(.section-kicker) { max-width:740px; margin:0; color:rgba(49,64,71,.70); line-height:1.65; }
.service-fit-actions { flex:none; display:grid; justify-items:stretch; gap:14px; }
.service-fit-actions>a:last-child { display:inline-flex; align-items:center; justify-content:center; gap:8px; color:var(--ink); font:700 12px/1.4 "Poppins",sans-serif; }
.same-day-help { display:flex; justify-content:space-between; align-items:center; gap:48px; margin-top:24px; padding:32px; border-radius:22px; background:var(--ink); color:var(--paper); }
.same-day-help h3 { margin:18px 0 10px; font-size:clamp(1.4rem,2.5vw,2rem); }
.same-day-help p:not(.section-kicker) { max-width:700px; margin:0; color:rgba(255,255,255,.72); line-height:1.65; }
.same-day-actions { flex:none; display:grid; justify-items:stretch; gap:14px; }
.same-day-actions>a:last-child { display:inline-flex; align-items:center; justify-content:center; gap:8px; color:var(--paper); font:700 12px/1.4 "Poppins",sans-serif; }
html[data-theme="dark"] .booking-services>a { border-color:rgba(255,255,255,.12); background:rgba(255,255,255,.06); box-shadow:none; }
html[data-theme="dark"] .booking-services strong { color:var(--paper); }
html[data-theme="dark"] .booking-services small { color:rgba(255,255,255,.64); }
html[data-theme="dark"] .booking-services>a>span { background:rgba(255,255,255,.1); color:var(--paper); }
html[data-theme="dark"] .service-fit-help { border-color:rgba(0,176,111,.45); background:rgba(0,176,111,.10); }
html[data-theme="dark"] .service-fit-help p:not(.section-kicker) { color:rgba(255,255,255,.72); }
html[data-theme="dark"] .service-fit-actions>a:last-child { color:var(--paper); }
html[data-theme="dark"] .same-day-help { background:rgba(0,0,0,.2); }
.thank-you-page { min-height:100vh; background:var(--paper); color:var(--ink); }
.thank-you-hero { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr); gap:clamp(54px,8vw,112px); align-items:center; min-height:680px; padding-block:90px 120px; }
.thank-you-hero h1 { max-width:760px; margin:0; font-size:clamp(3.2rem,6.4vw,5.4rem); line-height:1.03; letter-spacing:-.05em; }
.thank-you-hero h1 em { color:var(--green); font-style:normal; }
.thank-you-hero>div>p:not(.eyebrow) { max-width:720px; margin:28px 0 0; color:rgba(49,64,71,.72); font-size:19px; line-height:1.72; }
.thank-you-hero aside { padding:32px; border-radius:22px; background:var(--ink); color:var(--paper); box-shadow:var(--shadow-md); }
.thank-you-hero aside>span { color:var(--green); font:700 11px/1.4 "Poppins",sans-serif; letter-spacing:.1em; text-transform:uppercase; }
.thank-you-hero ol { display:grid; gap:0; margin:24px 0 0; padding:0; list-style:none; counter-reset:prep; }
.thank-you-hero li { display:grid; gap:7px; padding:22px 0 22px 54px; border-top:1px solid rgba(255,255,255,.14); position:relative; counter-increment:prep; }
.thank-you-hero li:before { content:"0" counter(prep); position:absolute; left:0; top:20px; color:var(--green); font:800 12px/1.4 "Poppins",sans-serif; }
.thank-you-hero li b { font:700 17px/1.4 "Poppins",sans-serif; }
.thank-you-hero li p { margin:0; color:rgba(255,255,255,.7); font-size:15px; line-height:1.6; }
html[data-theme="dark"] .thank-you-page { background:var(--ink); color:var(--paper); }
html[data-theme="dark"] .thank-you-hero>div>p:not(.eyebrow) { color:rgba(255,255,255,.72); }
html[data-theme="dark"] .thank-you-hero aside { background:rgba(0,0,0,.2); border:1px solid rgba(255,255,255,.12); box-shadow:none; }
.faq-section { padding-block:115px; background:var(--paper); }.faq-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:95px; align-items:start; }.faq-heading h2 { margin:18px 0 22px; max-width:500px; font-size:clamp(2rem,3.5vw,2.75rem); line-height:1.1; letter-spacing:-.02em; }.faq-heading>p:not(.section-kicker) { max-width:440px; margin-bottom:0; color:rgba(49,64,71,.65); font-size:18px; line-height:1.65; }.faq-list { border-top:1px solid var(--line); }.faq-list details { border-bottom:1px solid var(--line); }.faq-list summary { display:flex; align-items:center; justify-content:space-between; gap:30px; padding:26px 0; list-style:none; cursor:pointer; font-family:"Poppins",sans-serif; font-size:18px; font-weight:600; line-height:1.45; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary span { flex:none; color:var(--green); font-size:26px; font-weight:400; line-height:1; transition:transform .2s ease; }.faq-list details[open] summary span { transform:rotate(45deg); }.faq-list details p { max-width:680px; margin:0; padding:0 45px 26px 0; color:rgba(49,64,71,.68); font-size:17px; line-height:1.7; }
.cta { padding-block:100px; background:var(--ink); color:var(--paper); }.cta-inner { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:34px; text-align:center; }.cta h2 { max-width:640px; }.cta .section-kicker { border-color:var(--green-border); background:transparent; color:var(--green); }.button-light { background:var(--green); color:var(--paper); min-width:220px; box-shadow:0 6px 22px rgba(0,176,111,.32); }
.footer { min-height:210px; display:grid; grid-template-columns:minmax(190px,.65fr) minmax(0,1.35fr); align-items:center; gap:48px; }.footer-brand { display:flex; justify-content:flex-start !important; }.footer-brand img { width:220px; max-width:100%; height:auto; }.footer>div { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:12px 22px; font-size:12px; }.footer a { font-weight:600; overflow-wrap:anywhere; }

.hero>*,.intro>*,.service-grid>*,.modes>*,.help-inner>*,.about>*,.steps>*,.booking-heading>*,.faq-layout>*,.footer>*,.fund-home>*,.fund-hero-inner>*,.fund-why>*,.fund-section-heading>*,.fund-purpose-inner>*,.fund-model>*,.fund-contact-inner>* { min-width:0; }
p,h1,h2,h3,blockquote { overflow-wrap:break-word; }
.section-kicker { flex:none; margin:0; }
.section-kicker + h1,.section-kicker + h2,.section-kicker + h3 { margin-top:22px; }

html[data-theme="dark"] body { background:var(--ink); color:var(--paper); }
html[data-theme="dark"] .logo-light-surface { display:none !important; }
html[data-theme="dark"] .logo-dark-surface { display:block !important; }
html[data-theme="dark"] .navlinks>a:not(.button) { color:var(--paper); }
html[data-theme="dark"] .theme-toggle { border-color:rgba(255,255,255,.12); color:var(--paper); background:rgba(255,255,255,.06); }
html[data-theme="dark"] .theme-track { background:var(--green); }
html[data-theme="dark"] .theme-track i { transform:translateX(15px); }
html[data-theme="dark"] .mobile-menu-trigger,html[data-theme="dark"] .mobile-menu-close { border-color:rgba(255,255,255,.12); color:var(--paper); background:rgba(255,255,255,.06); }
html[data-theme="dark"] .mobile-menu-backdrop { background:rgba(0,0,0,.56); }
html[data-theme="dark"] .mobile-sidebar { border-color:rgba(255,255,255,.12); background:var(--ink); color:var(--paper); box-shadow:-24px 0 70px rgba(0,0,0,.36); }
html[data-theme="dark"] .mobile-sidebar-header,html[data-theme="dark"] .mobile-sidebar-links a { border-color:rgba(255,255,255,.12); }
html[data-theme="dark"] .button:not(.button-light):not(.button-small):not(.button-secondary) { background:var(--paper); color:var(--ink); }
html[data-theme="dark"] .button-secondary { border-color:rgba(255,255,255,.16); background:transparent; color:var(--paper); }
html[data-theme="dark"] .button-secondary:hover { border-color:var(--green-border); background:rgba(0,176,111,.07); }
html[data-theme="dark"] .text-link { border-color:var(--paper); }
html[data-theme="dark"] .trust-row { color:rgba(255,255,255,.60); }
html[data-theme="dark"] .lede { color:rgba(255,255,255,.76); }
html[data-theme="dark"] .lede strong { color:var(--paper); }
html[data-theme="dark"] .hero-copy .lede,
html[data-theme="dark"] .hero-copy .lede strong { color:var(--paper) !important; }
html[data-theme="dark"] .nav { background:var(--ink); }
html[data-theme="dark"] .hero-visual { background:rgba(255,255,255,.045); }
html[data-theme="dark"] .hero-visual:before,html[data-theme="dark"] .hero-visual:after { border-color:rgba(255,255,255,.18); }
html[data-theme="dark"] .orbit { color:var(--ink); }
html[data-theme="dark"] .power-card { border:1px solid rgba(255,255,255,.12); background:var(--ink); }
html[data-theme="dark"] .intro { border-color:rgba(255,255,255,.12); }
html[data-theme="dark"] .services-band,html[data-theme="dark"] .process-band,html[data-theme="dark"] .help-band { background:rgba(255,255,255,.045); color:var(--paper); }
html[data-theme="dark"] .help-list>div { border-color:rgba(255,255,255,.16); }
html[data-theme="dark"] .intro>p,html[data-theme="dark"] .about-copy>p:not(.section-kicker),html[data-theme="dark"] .steps p,html[data-theme="dark"] .quote p,html[data-theme="dark"] .booking-heading>p,html[data-theme="dark"] .faq-heading>p:not(.section-kicker),html[data-theme="dark"] .faq-list details p { color:rgba(255,255,255,.68); }
html[data-theme="dark"] .service-card { border-color:rgba(255,255,255,.08); background:rgba(255,255,255,.05); box-shadow:none; }
html[data-theme="dark"] .service-card:hover { border-color:var(--green-border); background:rgba(255,255,255,.07); }
html[data-theme="dark"] .service-card:first-child { border-color:rgba(0,176,111,.68); background:rgba(0,176,111,.15); box-shadow:0 18px 48px rgba(0,176,111,.10); }
html[data-theme="dark"] .service-card:first-child .service-motion { border-color:rgba(0,176,111,.35); background:rgba(0,176,111,.09); }
html[data-theme="dark"] .service-motion { border-color:rgba(255,255,255,.08); background:rgba(255,255,255,.04); }
html[data-theme="dark"] .service-motion:before { background-image:radial-gradient(rgba(255,255,255,.26) 1px,transparent 1px); }
html[data-theme="dark"] .motion-cue { background:var(--ink); }
html[data-theme="dark"] .motion-ring { border-color:rgba(255,255,255,.18); }
html[data-theme="dark"] .motion-route { background:linear-gradient(90deg,var(--paper),var(--green)); }
html[data-theme="dark"] .motion-node { border-color:var(--paper); background:var(--ink); }
html[data-theme="dark"] .motion-node-two { border-color:var(--green); }
html[data-theme="dark"] .motion-core { color:var(--ink); background:var(--paper); }
html[data-theme="dark"] .service-card p { color:rgba(255,255,255,.68); }
html[data-theme="dark"] .service-finder { background:var(--ink); }
html[data-theme="dark"] .service-details>b { border-color:rgba(255,255,255,.12); background:rgba(255,255,255,.08); color:var(--paper); }
html[data-theme="dark"] .service-details .service-availability { border-color:var(--green-border); background:rgba(0,176,111,.14); color:var(--green); }
html[data-theme="dark"] .mode-card { border-color:rgba(255,255,255,.08); background:rgba(255,255,255,.05); box-shadow:none; }
html[data-theme="dark"] .modes-band { background:rgba(255,255,255,.035); }
html[data-theme="dark"] .mode-card>p:not(.section-kicker),html[data-theme="dark"] .mode-dark>p:not(.section-kicker) { color:rgba(255,255,255,.68); }
html[data-theme="dark"] .mode-dark { border-color:rgba(255,255,255,.10); background:rgba(255,255,255,.08); }
html[data-theme="dark"] .places:not(.places-dark) span { color:var(--ink); }
html[data-theme="dark"] .headshot-frame { border-color:rgba(255,255,255,.16); box-shadow:0 20px 60px rgba(49,64,71,.35); }
html[data-theme="dark"] .about-band { background:var(--ink); }
html[data-theme="dark"] .headshot-wrap figcaption span { color:rgba(255,255,255,.62); }
html[data-theme="dark"] .about-copy .about-promise { color:var(--paper) !important; }
html[data-theme="dark"] .custom-project-section { border-color:rgba(255,255,255,.12); background:var(--ink); }
html[data-theme="dark"] .custom-project-copy>p:not(.section-kicker),html[data-theme="dark"] .custom-project-points p,html[data-theme="dark"] .custom-project-submit p { color:rgba(255,255,255,.64); }
html[data-theme="dark"] .prepared-request { border-color:rgba(255,255,255,.12); }
html[data-theme="dark"] .prepared-request p { color:rgba(255,255,255,.64); }
html[data-theme="dark"] .custom-project-points>div { border-color:rgba(255,255,255,.12); }
html[data-theme="dark"] .custom-project-points strong,html[data-theme="dark"] .form-field { color:var(--paper); }
html[data-theme="dark"] .custom-project-form { border-color:rgba(255,255,255,.10); background:rgba(255,255,255,.05); box-shadow:none; }
html[data-theme="dark"] .custom-project-callout { background:rgba(255,255,255,.035); } html[data-theme="dark"] .custom-project-page { background:var(--ink); } html[data-theme="dark"] .custom-project-callout-inner { border-color:rgba(255,255,255,.10); background:rgba(255,255,255,.05); box-shadow:none; } html[data-theme="dark"] .custom-project-callout-inner>div>p:not(.section-kicker),html[data-theme="dark"] .custom-project-callout-action p,html[data-theme="dark"] .project-page-hero>div>p:not(.eyebrow),html[data-theme="dark"] .project-request-copy>p:not(.section-kicker) { color:rgba(255,255,255,.74) !important; } html[data-theme="dark"] .project-request-section { background:rgba(255,255,255,.035); } html[data-theme="dark"] .project-request-note { border-color:rgba(255,255,255,.12); }
html[data-theme="dark"] .form-field small { color:rgba(255,255,255,.52); }
html[data-theme="dark"] .form-field input,html[data-theme="dark"] .form-field select,html[data-theme="dark"] .form-field textarea { border-color:rgba(255,255,255,.14); background:rgba(255,255,255,.06); color:var(--paper); }
html[data-theme="dark"] .form-field textarea::placeholder { color:rgba(255,255,255,.42); }
html[data-theme="dark"] .process-heading { border-color:rgba(255,255,255,.12); }
html[data-theme="dark"] .quote { background:rgba(255,255,255,.05); box-shadow:none; }
html[data-theme="dark"] .fund-home { border:1px solid rgba(255,255,255,.10); box-shadow:none; }
html[data-theme="dark"] .reviews-section { border-color:rgba(255,255,255,.12); background:var(--ink); }html[data-theme="dark"] .reviews-intro>p,html[data-theme="dark"] .rating-summary>span:last-child,html[data-theme="dark"] .review-empty>div:last-child>p:last-child,html[data-theme="dark"] .review-live>div:last-child>p,html[data-theme="dark"] .google-review-footer p { color:rgba(255,255,255,.68); }html[data-theme="dark"] .review-card,html[data-theme="dark"] .review-empty { border-color:rgba(255,255,255,.08); background:rgba(255,255,255,.05); box-shadow:none; }html[data-theme="dark"] .review-card>p { color:rgba(255,255,255,.78); }html[data-theme="dark"] .review-author small { color:rgba(255,255,255,.58); }html[data-theme="dark"] .google-maps-attribution { color:var(--paper); }html[data-theme="dark"] .legal-updated,html[data-theme="dark"] .legal-page p:not(.section-kicker) { color:rgba(255,255,255,.70); }
html[data-theme="dark"] .facebook-section { border-top:1px solid rgba(255,255,255,.10); }
html[data-theme="dark"] .fund-needs-band { background:rgba(255,255,255,.035); }
html[data-theme="dark"] .fund-needs-grid { border-color:rgba(255,255,255,.10); background:rgba(255,255,255,.10); }
html[data-theme="dark"] .fund-needs-grid>div,html[data-theme="dark"] .fund-support-grid article { background:rgba(255,255,255,.05); }
html[data-theme="dark"] .fund-why-copy p,html[data-theme="dark"] .fund-section-heading>p,html[data-theme="dark"] .fund-support-grid p,html[data-theme="dark"] .fund-model-copy>p:not(.section-kicker),html[data-theme="dark"] .fund-model-steps p { color:rgba(255,255,255,.68); }
html[data-theme="dark"] .fund-why-copy p:last-child { color:var(--paper); }
html[data-theme="dark"] .fund-support-grid article,html[data-theme="dark"] .fund-model-steps article { border-color:rgba(255,255,255,.09); }
html[data-theme="dark"] .fund-card-motif,html[data-theme="dark"] .fund-model-steps article,html[data-theme="dark"] .fund-statement { background:rgba(255,255,255,.05); }
html[data-theme="dark"] .fund-card-motif:before,html[data-theme="dark"] .fund-card-motif:after { border-color:rgba(255,255,255,.18); }
html[data-theme="dark"] .booking { background:var(--ink); }
html[data-theme="dark"] .booking-frame { border-color:rgba(255,255,255,.12); }
html[data-theme="dark"] .faq-section { background:rgba(255,255,255,.035); }
html[data-theme="dark"] .faq-list { border-color:rgba(255,255,255,.16); }
html[data-theme="dark"] .faq-list details { border-color:rgba(255,255,255,.16); }
html[data-theme="dark"] .footer>p { color:rgba(255,255,255,.68); }
html[data-theme="dark"] .project-page-home { border-color:rgba(255,255,255,.14); background:rgba(255,255,255,.06); color:var(--paper); }
html[data-theme="dark"] .cta { border-top:1px solid rgba(255,255,255,.10); }
html[data-theme="dark"] .footer { border-top:1px solid rgba(255,255,255,.10); }
html[data-theme="dark"] .footer { background:rgba(255,255,255,.035); box-shadow:0 0 0 100vmax rgba(255,255,255,.035); clip-path:inset(0 -100vmax); }
html[data-theme="dark"] .footer { background:var(--ink); box-shadow:none; }
html[data-theme="dark"] .footer>p { color:rgba(255,255,255,.68); }
.review-empty-motion .ui-icon-spark { width:38px; height:38px; }
.fund-purpose-mark .ui-icon-spark { width:70px; height:70px; }
.fund-home-core svg { width:58px; height:58px; }
.fund-core svg { width:64px; height:64px; }
.service-finder-send[data-empty="true"] { opacity:.58; }
.booking-fallback .ui-icon,.facebook-feed-card p .ui-icon,.review-source .ui-icon { width:13px; height:13px; margin-left:4px; vertical-align:-2px; }
@media (max-width:1050px) { .service-grid { grid-template-columns:repeat(2,1fr); } }
/* Keep the fund feature and custom-project callout visually connected. */
.fund-home + .custom-project-callout { padding-top:58px; }
@media (max-width:600px) {
  .fund-home + .custom-project-callout { padding-top:42px; }
  .fund-home { margin-bottom:0; }
}
@media (max-width:1050px) { .fund-support-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.fund-support-grid article:nth-child(n) { grid-column:span 1; }.fund-needs-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:1040px) { .navlinks{display:none}.mobile-nav{display:block} }
@media (max-width:1040px) {
  .fund-home { grid-template-columns:1fr; gap:46px; padding:50px; }
  .fund-home-copy,.fund-hero-copy { width:100%; min-width:0; }
  .fund-home-copy h2,.fund-hero-copy h1 { max-width:100%; overflow-wrap:anywhere; }
  .fund-home-copy>p:not(.section-kicker),.fund-hero-copy>p:not(.section-kicker) { max-width:100%; overflow-wrap:anywhere; }
  .fund-home-copy .section-kicker,.fund-hero-copy .section-kicker { width:auto; max-width:100%; white-space:normal; }
  .fund-home-visual,.fund-hero-visual { width:min(100%,560px); justify-self:center; }
  .fund-hero-inner { grid-template-columns:1fr; gap:52px; padding-block:76px; }
  .fund-hero-visual { min-height:420px; }
  .fund-node { max-width:calc(100% - 20px); white-space:normal; }
}
@media (max-width:900px) { .hero{grid-template-columns:1fr;padding-top:60px}.hero-visual{min-height:430px}.intro,.help-inner,.about,.booking-heading,.reviews-heading,.facebook-layout,.custom-project-layout,.faq-layout,.project-page-hero,.project-request-layout{grid-template-columns:1fr;gap:55px}.custom-project-copy{position:static}.headshot-wrap{max-width:320px;margin:auto}.service-grid,.modes,.review-grid{grid-template-columns:1fr}.service-card{min-height:0}.service-motion{height:235px}.tucson{min-height:790px;align-items:flex-start}.tucson-landscape{inset:46% 0 0 12%}.tucson-copy{padding-top:90px}.process{padding-block:92px}.process-heading{padding-bottom:34px}.steps{grid-template-columns:1fr;gap:28px;padding-top:38px}.steps article{padding-bottom:28px;border-bottom:1px solid var(--line)}.steps article:last-child{padding-bottom:0;border-bottom:0}.review-empty{grid-template-columns:1fr}.review-empty-motion{min-height:220px}.google-review-footer{align-items:flex-start;flex-wrap:wrap}.google-review-footer p{flex-basis:calc(100% - 130px)}.facebook-feed-card{justify-self:start}.booking-frame iframe{min-height:820px}.custom-project-callout-inner{grid-template-columns:1fr;align-items:start}.project-page-hero{min-height:auto}.project-page-summary{max-width:600px}.cta-inner{align-items:center;flex-direction:column;gap:30px;text-align:center}.footer{grid-template-columns:1fr;text-align:center;padding-block:55px}.footer>p{order:3}.footer>div{justify-content:center}.footer-brand{justify-content:center !important} }
@media (max-width:900px) { .hero-photo{width:min(100%,700px);min-height:500px;justify-self:center} }
@media (max-width:900px) { .fund-home{grid-template-columns:1fr;padding:50px}.fund-home-visual{min-height:390px} }
@media (max-width:900px) { .fund-hero-inner,.fund-why,.fund-section-heading,.fund-purpose-inner,.fund-model{grid-template-columns:1fr;gap:55px}.fund-hero-visual{min-height:430px}.fund-purpose-mark{width:190px;height:190px}.fund-contact-inner{align-items:flex-start;flex-direction:column}.fund-navlinks>a:not(.button){display:none} }
@media (max-width:600px) { .shell{width:min(100% - 32px,1180px)}.nav{min-height:82px}.brand img{width:158px}.mobile-menu-trigger{width:46px;min-height:46px}.mobile-sidebar .theme-label{display:inline}.project-page-navlinks{display:none}.project-page-home{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:0 15px;border:1px solid var(--line);border-radius:999px;background:var(--cream);font-family:"Poppins",sans-serif;font-size:12px;font-weight:700}.project-page-home span{color:var(--green);font-size:16px}.hero{display:block;padding-block:24px 72px;min-height:auto}.eyebrow{margin-bottom:22px;padding:7px 12px;font-size:10px;letter-spacing:.13em}.pulse{width:7px;height:7px;box-shadow:0 0 0 5px rgba(0,176,111,.12)}h1{margin-bottom:22px;font-size:clamp(2.45rem,11vw,3.25rem)}.lede{font-size:18px;line-height:1.55}.hero-actions{width:100%;margin-top:30px;align-items:stretch;flex-direction:column;gap:14px}.hero-actions .button{width:100%;min-height:56px;justify-content:space-between;box-shadow:none}.trust-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 18px;margin-top:32px;font-size:13px}.trust-row span{white-space:normal;align-items:flex-start;line-height:1.4}.trust-row span:before{margin-top:6px}.hero-visual{display:none}.intro{padding-top:85px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-bottom:85px}.service-card{padding-bottom:42px;border-radius:18px}.service-motion{height:142px}.motion-cue{left:12px;top:12px;max-width:calc(100% - 24px);padding:5px 7px;font-size:8px;letter-spacing:.08em;white-space:nowrap}.motion-ring-one{width:112px;height:112px;right:-38px;top:17px}.motion-ring-two{width:74px;height:74px;right:-18px;top:36px}.motion-core{width:52px;height:52px;border-radius:16px 16px 16px 4px;font-size:14px}.motion-spark{right:13px;bottom:10px;font-size:18px}.service-copy{padding:19px 15px 18px}.service-copy>span{font-size:10px}.service-card h3{margin:12px 0 11px;font-size:15px;line-height:1.3}.service-details{gap:5px;margin-bottom:11px}.service-details>b{min-height:24px;padding:4px 7px;font-size:8px;letter-spacing:.03em}.service-card p{font-size:14px;line-height:1.5}.card-arrow{right:15px;bottom:15px;font-size:18px}.modes{padding-block:78px}.help-band,.process,.reviews-section,.facebook-section,.faq-section,.custom-project-callout,.project-request-section{padding-block:78px}.about{padding-block:90px;gap:42px}.headshot-wrap{width:100%;max-width:280px}.about-button{width:100%;justify-content:space-between;box-shadow:none}.custom-project-section{padding-block:85px}.custom-project-callout-inner{gap:35px;padding:34px 25px}.custom-project-callout-action{width:100%}.custom-project-callout-action .button{width:100%;justify-content:space-between;white-space:normal;box-shadow:none}.project-page-hero{gap:38px;padding-block:36px 80px}.project-page-hero>div>p:not(.eyebrow){font-size:18px;line-height:1.6}.project-page-summary{padding:28px}.project-page-summary h2{margin-top:40px;font-size:1.75rem}.project-request-copy h2{margin-bottom:22px}.project-request-copy>p:not(.section-kicker){font-size:17px}.custom-project-form{padding:26px 22px}.form-grid{grid-template-columns:1fr}.form-field-full{grid-column:auto}.custom-project-submit{align-items:stretch;flex-direction:column}.custom-project-submit .button{width:100%;min-width:0;justify-content:space-between;box-shadow:none}.process-heading{padding-bottom:30px}.section-kicker + h1,.section-kicker + h2,.section-kicker + h3{margin-top:18px}.steps{gap:24px;padding-top:32px}.steps article{gap:16px;padding-bottom:24px}.steps b{width:38px;height:38px}.steps h3{font-size:1.2rem}.quote{margin-top:85px;padding:70px 20px;margin-bottom:85px}.review-empty{padding:28px}.review-empty-motion{min-height:180px}.google-review-footer p{flex-basis:100%;order:2}.google-review-footer .button{order:3;width:100%}.facebook-feed-card{padding:10px 10px 0}.facebook-feed-card iframe{height:620px}.faq-list summary{padding-block:22px;font-size:17px}.faq-list details p{padding-right:0;font-size:16px}.cta{padding-block:80px} }
@media (max-width:600px) { .about{display:grid;grid-template-columns:104px minmax(0,1fr);align-items:start;gap:26px 18px;padding-block:78px}.about .headshot-wrap{grid-column:1;grid-row:2;width:104px;max-width:none;margin:0}.about .headshot-wrap figcaption{gap:3px;padding:11px 1px 0}.about .headshot-wrap figcaption strong{font-size:13px;line-height:1.35}.about .headshot-wrap figcaption span{font-size:11px;line-height:1.4}.about-copy{display:contents}.about-copy>.section-kicker{grid-column:1/-1;grid-row:1;margin:0;justify-self:start}.about-copy>h2{grid-column:2;grid-row:2;align-self:start;margin:0;font-size:clamp(1.55rem,6.4vw,1.85rem);line-height:1.15}.about-copy>p:not(.section-kicker),.about-copy>.about-button{grid-column:1/-1}.about-copy>.about-button{width:100%;justify-content:space-between;box-shadow:none} }
@media (max-width:600px) { .fund-home{gap:38px;margin-bottom:0;padding:32px 20px}.fund-home-copy .button{width:100%;padding-inline:20px;gap:18px}.fund-home-copy h2{font-size:clamp(2rem,9vw,2.65rem)}.fund-home-visual{width:100%;max-width:100%;min-height:300px}.fund-home-ring-one{width:255px;height:255px}.fund-home-ring-two{width:170px;height:170px}.fund-home-core{width:135px;height:150px}.fund-home-tag{padding:8px 10px}.fund-home-tag-one{left:2%}.fund-home-tag-two{right:2%}.fund-home-tag-three{right:4%} }
@media (max-width:600px) { .fund-hero{min-height:auto}.fund-hero-inner{padding-block:64px}.fund-hero-copy h1{font-size:clamp(2.55rem,11vw,3.6rem);overflow-wrap:anywhere}.fund-hero-copy>p:not(.section-kicker){font-size:18px;line-height:1.65}.fund-hero-visual{width:100%;max-width:100%;min-height:350px}.fund-orbit-one{width:290px;height:290px}.fund-orbit-two{width:190px;height:190px}.fund-core{width:145px;height:160px}.fund-node{min-width:0;padding:9px 11px}.fund-node-one{left:4%}.fund-node-two{right:4%}.fund-node-three{right:5%}.fund-why,.fund-support,.fund-model{padding-block:85px}.fund-needs-grid,.fund-support-grid{grid-template-columns:1fr}.fund-purpose{padding-block:85px}.fund-purpose-mark{width:150px;height:150px;font-size:50px}.fund-statement{margin-bottom:85px;padding:65px 22px}.fund-contact{padding-block:85px}.fund-contact .button{width:100%} }
@media (max-width:390px) { .brand img{width:146px}.mobile-menu-trigger,.mobile-menu-close{width:44px;min-height:44px}.mobile-sidebar{width:92vw;padding:20px}.mobile-sidebar-brand img{width:165px}.mobile-sidebar-actions .theme-toggle{min-height:46px}.eyebrow,.section-kicker{width:auto;max-width:100%;letter-spacing:.12em}.trust-row{grid-template-columns:1fr;gap:10px}.mode-card{padding:38px 28px}.service-grid{gap:10px}.service-copy{padding-inline:13px}.service-card h3{font-size:14px}.service-card p{font-size:13px}.footer>div{max-width:100%} }
@media (max-width:600px) { .hero{display:flex;flex-direction:column}.hero-photo{order:-1;width:100%;height:clamp(280px,78vw,340px);min-height:0;margin:0 0 34px;border-radius:28px 28px 28px 10px}.hero-photo img{object-position:center 70%}.hero-photo figcaption{right:16px;bottom:14px;font-size:10px} }
@media (max-width:900px){.intro,.help-inner,.booking-heading,.reviews-heading,.facebook-layout,.custom-project-layout,.faq-layout,.project-page-hero,.project-request-layout,.service-finder-inner{grid-template-columns:1fr}}
@media (max-width:600px){.service-finder{padding-block:82px}.service-finder-inner{gap:32px}.service-finder-panel{border-radius:22px}.service-finder-panel-top{min-height:58px;padding-inline:18px}.service-finder-panel-top>span:last-child{font-size:10px}.service-finder-panel form,.service-finder-conversation{padding:20px}.service-finder-panel textarea{min-height:130px;padding:17px;font-size:17px}.service-finder-message-user{width:92%;padding:16px 17px}.service-finder-connector{height:52px}.service-finder-connector:before{left:23px}.service-finder-connector>.ui-icon-spark{left:14px;top:17px}.service-finder-message-response{padding:20px 16px}.service-finder-question-actions{grid-template-columns:1fr}.service-finder-question-actions button{width:100%}.service-finder-location-status{align-items:flex-start}.service-finder-result{align-items:flex-start;padding:15px}.motion-spark{width:14px;height:14px}.fund-purpose-mark .ui-icon-spark{width:50px;height:50px}}
@media (max-width:600px) {
  .services-band .service-grid { display:none; }
  .mobile-service-browser { display:block; width:min(100% - 32px,1180px); margin-inline:auto; padding-bottom:82px; }
  .mobile-service-browser-top { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:16px; color:rgba(49,64,71,.65); font:600 11px/1.4 "Poppins",sans-serif; letter-spacing:.04em; }
  .mobile-service-browser-top p { margin:0; }
  .mobile-service-browser-top>span { color:var(--green); }
  .mobile-service-page { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; min-height:556px; }
  .mobile-service-tile { position:relative; min-width:0; min-height:272px; display:flex; flex-direction:column; align-items:flex-start; padding:16px 14px; border:1px solid var(--line); border-radius:18px; background:var(--paper); box-shadow:var(--shadow-sm); }
  .mobile-service-tile-featured { border-color:var(--ink); background:var(--ink); color:var(--paper); }
  .mobile-service-number { width:36px; height:36px; display:grid; place-items:center; border-radius:12px 12px 12px 4px; background:var(--cream); color:var(--ink); font:800 11px/1 "Poppins",sans-serif; }
  .mobile-service-tile-featured .mobile-service-number { background:var(--green); color:var(--paper); }
  .mobile-service-category { margin:13px 0 7px; color:var(--green); font:700 9px/1.35 "Poppins",sans-serif; letter-spacing:.07em; text-transform:uppercase; overflow-wrap:anywhere; }
  .mobile-service-tile h3 { margin:0 0 12px; font-size:14px; line-height:1.3; overflow-wrap:anywhere; }
  .mobile-service-summary { margin:0 0 12px; font-size:12px; line-height:1.42; }
  .mobile-service-tile>div { display:grid; gap:4px; margin-bottom:15px; color:rgba(49,64,71,.62); font-size:11px; line-height:1.35; }
  .mobile-service-tile-featured>div { color:rgba(255,255,255,.68); }
  .mobile-service-tile strong { margin-top:auto; display:inline-flex; align-items:center; gap:6px; color:var(--green); font:700 11px/1.35 "Poppins",sans-serif; }
  .mobile-service-tile strong .ui-icon { width:12px; height:12px; }
  .mobile-service-controls { display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); align-items:center; gap:12px; margin-top:18px; }
  .mobile-service-controls>button { min-height:46px; display:inline-flex; align-items:center; justify-content:center; gap:7px; border:1px solid var(--line); border-radius:999px; background:var(--paper); color:var(--ink); cursor:pointer; font:700 11px/1 "Poppins",sans-serif; }
  .mobile-service-controls>button:last-child { background:var(--green); border-color:var(--green); color:var(--paper); }
  .mobile-service-controls>button:disabled { opacity:.38; cursor:default; }
  .mobile-service-controls button:focus-visible,.mobile-service-tile:focus-visible { outline:3px solid var(--green); outline-offset:3px; }
  .mobile-service-dots { display:flex; align-items:center; justify-content:center; gap:0; }
  .mobile-service-dots button { width:44px; height:44px; display:grid; place-items:center; padding:0; border:0; border-radius:50%; background:transparent; cursor:pointer; }
  .mobile-service-dots button:before { width:9px; height:9px; }
  .mobile-service-dots button.is-current:before { width:22px; border-radius:999px; background:var(--green); }
  html[data-theme="dark"] .mobile-service-browser-top { color:rgba(255,255,255,.64); }
  html[data-theme="dark"] .mobile-service-tile,html[data-theme="dark"] .mobile-service-controls>button { border-color:rgba(255,255,255,.12); background:rgba(255,255,255,.06); color:var(--paper); box-shadow:none; }
  html[data-theme="dark"] .mobile-service-tile-featured { border-color:rgba(0,176,111,.68); background:rgba(0,176,111,.15); }
  html[data-theme="dark"] .mobile-service-number { background:rgba(255,255,255,.10); color:var(--paper); }
  html[data-theme="dark"] .mobile-service-summary { color:rgba(255,255,255,.72); }
  html[data-theme="dark"] .mobile-service-tile>div { color:rgba(255,255,255,.64); }
  html[data-theme="dark"] .mobile-service-controls>button:last-child { border-color:var(--green); background:var(--green); color:var(--paper); }
  html[data-theme="dark"] .mobile-service-dots button:before { background:rgba(255,255,255,.24); }
  html[data-theme="dark"] .mobile-service-dots button.is-current:before { background:var(--green); }
}
@media (max-width:900px){.booking-heading{gap:28px;align-items:start}}
@media (max-width:600px){.booking{padding-block:78px}.booking-heading{gap:20px;margin-bottom:28px}.booking-heading h2{font-size:clamp(2rem,9vw,2.45rem);line-height:1.12}.booking-heading>p{font-size:17px;line-height:1.6}.booking-frame{padding:0;border-radius:20px}.booking-frame iframe{min-height:800px}.booking-fallback{padding:16px 14px}}
@media (max-width:760px){.booking-services{grid-template-columns:1fr}.booking-services>a{min-height:88px;padding:16px}.service-fit-help,.same-day-help{align-items:stretch;flex-direction:column;gap:28px;padding:26px 22px}.service-fit-actions,.same-day-actions{width:100%}.service-fit-actions .button,.same-day-actions .button{width:100%;justify-content:space-between}}
@media (max-width:900px){.thank-you-hero{grid-template-columns:1fr;min-height:0;padding-block:60px 90px}.thank-you-hero aside{max-width:680px}}
@media (max-width:600px){.thank-you-hero{gap:46px;padding-block:42px 78px}.thank-you-hero h1{font-size:clamp(2.7rem,12vw,3.65rem)}.thank-you-hero>div>p:not(.eyebrow){font-size:18px}.thank-you-hero aside{padding:26px 22px}.thank-you-hero .hero-actions .button{width:100%}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.scroll-progress{display:none}.scroll-effects-ready .reveal-on-scroll{opacity:1;transform:none;transition:none}.button,.service-card,.motion-ring,.motion-node,.motion-route:after,.motion-spark,.pulse,.service-finder-panel:after{animation:none}.button,.service-card,.motion-core{transition:none}}
/* Final section handoff: keep the custom-project callout close to the fund feature. */
.fund-home + .custom-project-callout { padding-top:58px; }

/* Keep dark-mode feature panels visually separate from the next background band. */
html[data-theme="dark"] .fund-home {
  margin-bottom:32px;
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 18px 42px rgba(0,0,0,.16);
}
html[data-theme="dark"] .fund-home + .custom-project-callout { padding-top:26px; }
@media (max-width:600px) {
  .fund-home { margin-bottom:0; }
  .fund-home + .custom-project-callout { padding-top:42px; }
  html[data-theme="dark"] .fund-home { margin-bottom:22px; }
  html[data-theme="dark"] .fund-home + .custom-project-callout { padding-top:20px; }
}

/* About section: one designed personal introduction followed by Keegan's letter. */
.about-band { position:relative; overflow:hidden; }
.about { display:grid; grid-template-columns:1fr; gap:clamp(24px,3vw,36px); align-items:stretch; padding-block:clamp(92px,9vw,125px); }
.about-profile { position:relative; isolation:isolate; overflow:hidden; display:grid; grid-template-columns:minmax(170px,220px) minmax(0,1fr); gap:clamp(30px,5vw,58px); align-items:center; padding:clamp(30px,4.5vw,54px); border:1px solid rgba(49,64,71,.10); border-radius:28px; background:var(--cream); box-shadow:var(--shadow-sm); }
.about-profile::before,.about-profile::after { content:""; position:absolute; z-index:-1; border:1px solid rgba(49,64,71,.12); border-radius:50%; pointer-events:none; }
.about-profile::before { width:390px; height:390px; right:-105px; top:-220px; }
.about-profile::after { width:250px; height:250px; right:70px; bottom:-165px; border-style:dashed; }
.about-portrait { position:relative; z-index:1; width:100%; margin:0; aspect-ratio:1; }
.about-portrait img { display:block; width:100%; height:100%; object-fit:cover; object-position:50% 50%; border-radius:22px; box-shadow:0 18px 42px rgba(49,64,71,.16); }
.about-profile-copy { position:relative; z-index:1; max-width:690px; }
.about-profile-copy .section-kicker { margin:0 0 20px; }
.about-profile-copy h2 { max-width:680px; margin:0; font-size:clamp(2.15rem,4.2vw,3.35rem); line-height:1.06; letter-spacing:-.035em; }
.about-profile-copy>p:not(.section-kicker) { max-width:620px; margin:20px 0 0; color:rgba(49,64,71,.70); font-size:18px; line-height:1.65; }
.about-profile-copy>span { display:inline-block; margin-top:22px; color:var(--green); font:600 11px/1.5 "Poppins",sans-serif; letter-spacing:.12em; text-transform:uppercase; }
.about-profile-spark { position:absolute; z-index:1; width:19px; height:19px; right:clamp(30px,6vw,78px); top:clamp(28px,5vw,62px); background:var(--green); clip-path:polygon(50% 0,62% 38%,100% 50%,62% 62%,50% 100%,38% 62%,0 50%,38% 38%); animation:sparkBlink 3.8s ease-in-out infinite; }
.about-letter { position:relative; width:min(100%,960px); min-width:0; justify-self:center; padding:52px clamp(30px,5vw,66px) 56px; border:1px solid rgba(49,64,71,.12); border-radius:var(--radius-card); background:var(--paper); box-shadow:var(--shadow-md); }
.about-letter::before { content:""; position:absolute; top:-1px; left:clamp(30px,5vw,66px); width:72px; height:4px; border-radius:0 0 999px 999px; background:var(--green); }
.about-letter-header { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:48px; color:var(--green); cursor:pointer; list-style:none; font:600 11px/1.4 "Poppins",sans-serif; letter-spacing:.14em; text-transform:uppercase; }
.about-letter-header::-webkit-details-marker { display:none; }
.about-letter-header:focus-visible { outline:3px solid rgba(0,176,111,.30); outline-offset:8px; border-radius:8px; }
.about-letter-toggle { display:inline-flex; align-items:center; gap:10px; color:var(--ink); font-size:13px; letter-spacing:0; text-transform:none; }
.about-letter-toggle .ui-icon { color:var(--green); transition:rotate .22s ease; }
.about-letter-toggle-close { display:none; }
.about-letter[open] .about-letter-toggle-open { display:none; }
.about-letter[open] .about-letter-toggle-close { display:inline; }
.about-letter[open] .about-letter-toggle .ui-icon { rotate:180deg; }
.about-letter-body { margin-top:22px; padding-top:30px; border-top:1px solid var(--line); }
.about-letter p { max-width:760px; margin:0 0 22px; color:rgba(49,64,71,.72); font-size:18px; line-height:1.72; }
.about-letter .about-salutation { margin-top:30px; color:var(--ink); font-family:"Poppins",sans-serif; font-weight:600; }
.about-letter-body .about-salutation { margin-top:0; }
.about-inline-link { color:var(--green); font-weight:600; text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:3px; }
.about-signoff { margin-top:30px !important; margin-bottom:5px !important; color:var(--ink) !important; }
.about-signature { display:block; color:var(--ink); font-family:"Brush Script MT","Segoe Script","Bradley Hand",cursive; font-size:42px; line-height:1; transform:rotate(-4deg); transform-origin:left center; }
.about-letter .about-button { margin-top:30px; }
html[data-theme="dark"] .about-profile { border-color:#ffffff24; background:#ffffff0d; box-shadow:none; }
html[data-theme="dark"] .about-profile::before,html[data-theme="dark"] .about-profile::after { border-color:#ffffff24; }
html[data-theme="dark"] .about-profile-copy>p:not(.section-kicker) { color:#ffffffb8; }
html[data-theme="dark"] .about-letter { border-color:#ffffff24; background:#ffffff0d; box-shadow:none; }
html[data-theme="dark"] .about-letter-body { border-color:#ffffff24; }
html[data-theme="dark"] .about-letter-toggle { color:var(--paper); }
html[data-theme="dark"] .about-letter p { color:#ffffffb8; }
html[data-theme="dark"] .about-letter .about-salutation,html[data-theme="dark"] .about-signoff,html[data-theme="dark"] .about-signature { color:var(--paper) !important; }

@media (max-width:900px) {
  .about { gap:24px; }
  .about-profile { grid-template-columns:140px minmax(0,1fr); gap:28px; padding:30px; }
  .about-profile-copy h2 { font-size:clamp(1.9rem,5vw,2.5rem); }
  .about-letter { padding:42px 38px 46px; }
}

@media (max-width:600px) {
  .about { display:grid; grid-template-columns:1fr; gap:18px; padding-block:64px 72px; }
  .about-profile { grid-template-columns:96px minmax(0,1fr); gap:16px; align-items:start; padding:20px; border-radius:22px; }
  .about-profile::before { width:230px; height:230px; right:-126px; top:-115px; }
  .about-profile::after { width:155px; height:155px; right:-18px; bottom:-102px; }
  .about-portrait { width:96px; }
  .about-portrait img { border-radius:18px; box-shadow:0 12px 28px rgba(49,64,71,.14); }
  .about-profile-copy .section-kicker { margin-bottom:12px; padding:6px 10px; font-size:9px; letter-spacing:.11em; }
  .about-profile-copy h2 { font-size:clamp(1.25rem,6vw,1.55rem); line-height:1.14; letter-spacing:-.025em; }
  .about-profile-copy>p:not(.section-kicker) { margin-top:10px; font-size:14px; line-height:1.5; }
  .about-profile-copy>span { margin-top:12px; font-size:9px; line-height:1.45; letter-spacing:.08em; }
  .about-profile-spark { width:14px; height:14px; right:16px; top:15px; }
  .about-letter { width:100%; margin:0; padding:30px 24px 34px; }
  .about-letter::before { left:24px; width:54px; }
  .about-letter-header { flex-wrap:wrap; gap:10px 16px; font-size:10px; }
  .about-letter-toggle { font-size:12px; }
  .about-letter p { font-size:17px; line-height:1.68; }
  .about-letter .about-button { width:100%; justify-content:space-between; box-shadow:none; }
}

@media (max-width:360px) {
  .about-profile { grid-template-columns:84px minmax(0,1fr); gap:13px; padding:17px; }
  .about-portrait { width:84px; }
  .about-profile-copy h2 { font-size:1.2rem; }
  .about-profile-copy>p:not(.section-kicker) { font-size:13px; }
}

@media (prefers-reduced-motion:reduce) {
  .about-profile-spark { animation:none; }
}

/* Tucson local-search page: useful local detail without turning the homepage
   into repeated city copy. */
.local-page { background:var(--paper); }
.local-page-nav { position:relative; z-index:5; }
.local-hero { min-height:675px; display:grid; grid-template-columns:1.08fr .92fr; align-items:center; gap:clamp(48px,7vw,90px); padding-block:72px 105px; }
.local-hero-copy { min-width:0; }
.local-hero-copy h1 { max-width:720px; font-size:clamp(3rem,6.2vw,5.25rem); }
.local-hero-copy h1 em { color:var(--green); font-style:normal; }
.local-hero-copy>p:not(.eyebrow) { max-width:700px; margin:0 0 17px; color:rgba(49,64,71,.69); font-size:18px; line-height:1.72; }
.local-hero-copy .local-hero-lede { color:var(--ink) !important; font-size:20px !important; }
.local-intro-card { position:relative; isolation:isolate; overflow:hidden; padding:34px; border:1px solid var(--line); border-radius:28px; background:var(--cream); box-shadow:var(--shadow-md); }
.local-intro-card::before,.local-intro-card::after { content:""; position:absolute; z-index:-1; width:280px; height:280px; right:-130px; top:-150px; border:1px solid rgba(0,176,111,.18); border-radius:50%; }
.local-intro-card::after { width:180px; height:180px; right:-40px; top:-100px; border-style:dashed; }
.local-intro-top { display:grid; grid-template-columns:112px minmax(0,1fr); gap:24px; align-items:center; }
.local-intro-top img { display:block; width:112px; height:112px; object-fit:cover; border-radius:22px; box-shadow:0 12px 30px rgba(49,64,71,.16); }
.local-intro-top span { color:var(--green); font:700 10px/1.4 "Poppins",sans-serif; letter-spacing:.12em; text-transform:uppercase; }
.local-intro-top h2 { margin:8px 0 0; font-size:clamp(1.75rem,3vw,2.45rem); line-height:1.08; }
.local-intro-card>p { margin:28px 0; color:rgba(49,64,71,.70); font-size:17px; line-height:1.7; }
.local-intro-points { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.local-intro-points span { display:flex; align-items:center; gap:8px; min-width:0; font:600 11px/1.45 "Poppins",sans-serif; }
.local-intro-points span::before { content:""; width:7px; height:7px; flex:none; border-radius:50%; background:var(--green); }

.local-needs-band { padding-block:105px; background:var(--cream); }
.local-needs { display:grid; grid-template-columns:.9fr 1.1fr; gap:40px 80px; align-items:start; }
.local-needs h2 { max-width:570px; margin:22px 0 0; font-size:clamp(2.35rem,4.8vw,4rem); line-height:1.08; letter-spacing:-.035em; }
.local-needs>p { grid-column:2; max-width:690px; margin:0; color:rgba(49,64,71,.70); line-height:1.72; }
.local-needs-list { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line); }
.local-needs-list span { min-height:66px; display:flex; align-items:center; padding:14px 16px 14px 0; border-bottom:1px solid var(--line); font:600 14px/1.45 "Poppins",sans-serif; }
.local-needs-list span:nth-child(even) { padding-left:18px; border-left:1px solid var(--line); }

.local-services-section { padding-block:115px; background:var(--paper); }
.local-section-heading { display:grid; grid-template-columns:1.1fr .9fr; gap:70px; align-items:end; margin-bottom:50px; }
.local-section-heading h2 { margin:22px 0 0; font-size:clamp(2.35rem,4.5vw,3.7rem); line-height:1.08; }
.local-section-heading>p { max-width:510px; margin:0; color:rgba(49,64,71,.68); line-height:1.7; }
.local-service-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.local-service-card { position:relative; min-width:0; min-height:210px; display:grid; grid-template-columns:54px minmax(0,1fr) 20px; gap:20px; align-items:start; padding:30px; border:1px solid var(--line); border-radius:var(--radius-card); background:var(--cream); box-shadow:var(--shadow-sm); transition:transform .2s,border-color .2s,box-shadow .2s; }
.local-service-card:hover { transform:translateY(-3px); border-color:var(--green-border); box-shadow:var(--shadow-md); }
.local-service-number { width:54px; height:54px; display:grid; place-items:center; border-radius:17px 17px 17px 5px; background:var(--ink); color:var(--paper); font:700 15px/1 "Poppins",sans-serif; }
.local-service-card>div { min-width:0; }
.local-service-card>div>p { margin:2px 0 9px; color:var(--green); font:700 10px/1.4 "Poppins",sans-serif; letter-spacing:.09em; text-transform:uppercase; }
.local-service-card h3 { margin:0 0 13px; font-size:1.25rem; line-height:1.3; }
.local-service-card>div>span { display:block; color:rgba(49,64,71,.68); font-size:16px; line-height:1.58; }
.local-service-card>.ui-icon { margin-top:6px; color:var(--green); }

.local-inperson-section { padding-block:115px; background:var(--ink); color:var(--paper); }
.local-inperson-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:80px; align-items:start; }
.local-inperson-copy { position:sticky; top:35px; }
.local-inperson-copy h2 { max-width:460px; margin:22px 0 24px; font-size:clamp(2.3rem,4.2vw,3.55rem); line-height:1.08; }
.local-inperson-copy>p:not(.section-kicker) { max-width:500px; margin:0; color:rgba(255,255,255,.72); line-height:1.72; }
.local-inperson-copy .places { margin-top:30px; }
.local-inperson-cards { display:grid; gap:16px; }
.local-inperson-cards .local-service-card { min-height:180px; background:rgba(255,255,255,.075); border-color:rgba(255,255,255,.13); color:var(--paper); box-shadow:none; }
.local-inperson-cards .local-service-number { background:var(--green); }
.local-inperson-cards .local-service-card>div>span { color:rgba(255,255,255,.70); }
.local-inperson-cards .local-service-card:hover { border-color:rgba(0,176,111,.55); box-shadow:0 15px 38px rgba(0,0,0,.14); }

.local-faq-section { padding-block:115px; background:var(--cream); }
.local-faq-layout { display:grid; grid-template-columns:.82fr 1.18fr; gap:90px; align-items:start; }
.local-faq-layout>div:first-child { position:sticky; top:35px; }
.local-faq-layout h2 { max-width:520px; margin:22px 0; font-size:clamp(2.25rem,4.2vw,3.4rem); line-height:1.08; }
.local-faq-layout>div:first-child>p:not(.section-kicker) { max-width:500px; color:rgba(49,64,71,.68); line-height:1.7; }

.local-booking { padding-block:100px; background:var(--ink); color:var(--paper); }
.local-booking-inner { display:grid; grid-template-columns:1fr auto; gap:70px; align-items:center; }
.local-booking h2 { max-width:680px; margin:22px 0 18px; font-size:clamp(2.5rem,4.8vw,4rem); line-height:1.06; }
.local-booking p:not(.section-kicker) { max-width:650px; margin:0; color:rgba(255,255,255,.70); line-height:1.7; }
.local-booking-actions { min-width:300px; display:grid; gap:20px; justify-items:stretch; }
.local-booking-actions .button { justify-content:space-between; }
.local-booking-actions>a:not(.button) { display:flex; align-items:center; justify-content:center; gap:12px; color:rgba(255,255,255,.78); font:600 13px/1.5 "Poppins",sans-serif; }

html[data-theme="dark"] .local-page { background:var(--ink); }
html[data-theme="dark"] .local-hero-copy>p:not(.eyebrow),html[data-theme="dark"] .local-hero-copy .local-hero-lede { color:rgba(255,255,255,.76) !important; }
html[data-theme="dark"] .local-intro-card { border-color:rgba(255,255,255,.12); background:rgba(255,255,255,.05); box-shadow:none; }
html[data-theme="dark"] .local-intro-card>p { color:rgba(255,255,255,.72); }
html[data-theme="dark"] .local-needs-band,html[data-theme="dark"] .local-faq-section { background:rgba(255,255,255,.045); }
html[data-theme="dark"] .local-needs>p,html[data-theme="dark"] .local-section-heading>p,html[data-theme="dark"] .local-faq-layout>div:first-child>p:not(.section-kicker) { color:rgba(255,255,255,.68); }
html[data-theme="dark"] .local-needs-list,html[data-theme="dark"] .local-needs-list span { border-color:rgba(255,255,255,.12); }
html[data-theme="dark"] .local-services-section { background:var(--ink); }
html[data-theme="dark"] .local-service-grid .local-service-card { border-color:rgba(255,255,255,.12); background:rgba(255,255,255,.05); box-shadow:none; }
html[data-theme="dark"] .local-service-grid .local-service-card>div>span { color:rgba(255,255,255,.68); }
html[data-theme="dark"] .local-faq-section .faq-list { border-color:rgba(255,255,255,.12); }
html[data-theme="dark"] .local-faq-section .faq-list details { border-color:rgba(255,255,255,.12); }
html[data-theme="dark"] .local-faq-section .faq-list details p { color:rgba(255,255,255,.68); }

@media (max-width:1040px) {
  .local-page-nav .project-page-home { display:inline-flex; align-items:center; gap:10px; min-height:46px; padding:0 15px; border:1px solid var(--line); border-radius:999px; background:var(--cream); font:700 12px/1 "Poppins",sans-serif; }
  .local-hero { grid-template-columns:1fr; gap:45px; }
  .local-intro-card { max-width:720px; }
  .local-inperson-layout { grid-template-columns:1fr; gap:48px; }
  .local-inperson-copy,.local-faq-layout>div:first-child { position:static; }
}

@media (max-width:900px) {
  .local-needs,.local-section-heading,.local-faq-layout,.local-booking-inner { grid-template-columns:1fr; gap:38px; }
  .local-needs>p { grid-column:auto; }
  .local-service-grid { grid-template-columns:1fr; }
  .local-booking-actions { min-width:0; width:100%; max-width:500px; }
}

@media (max-width:600px) {
  .local-hero { min-height:0; padding-block:38px 78px; }
  .local-hero-copy h1 { font-size:clamp(2.65rem,12vw,3.55rem); }
  .local-hero-copy>p:not(.eyebrow) { font-size:17px; line-height:1.65; }
  .local-hero-copy .local-hero-lede { font-size:18px !important; }
  .local-intro-card { padding:22px; border-radius:22px; }
  .local-intro-top { grid-template-columns:86px minmax(0,1fr); gap:16px; }
  .local-intro-top img { width:86px; height:86px; border-radius:18px; }
  .local-intro-top h2 { font-size:1.5rem; }
  .local-intro-card>p { margin-block:22px; font-size:16px; }
  .local-intro-points { grid-template-columns:1fr; }
  .local-needs-band,.local-services-section,.local-inperson-section,.local-faq-section { padding-block:78px; }
  .local-needs-list { grid-template-columns:1fr; }
  .local-needs-list span:nth-child(even) { padding-left:0; border-left:0; }
  .local-service-card { min-height:0; grid-template-columns:44px minmax(0,1fr) 16px; gap:14px; padding:22px 18px; }
  .local-service-number { width:44px; height:44px; border-radius:14px 14px 14px 4px; font-size:13px; }
  .local-service-card h3 { font-size:1.08rem; }
  .local-service-card>div>span { font-size:15px; }
  .local-inperson-cards .local-service-card { min-height:0; }
  .local-booking { padding-block:78px; }
  .local-booking-actions .button { width:100%; }
}

/* Shared footer directory: one deliberate Tucson-page link, with every other
   destination grouped by purpose. */
.footer { min-height:0; grid-template-columns:minmax(220px,.62fr) minmax(0,1.38fr); align-items:start; gap:clamp(48px,7vw,90px); padding-block:72px 42px; }
.footer-brand-column { min-width:0; display:flex; flex-direction:column; align-items:flex-start; gap:24px; }
.footer-brand { display:inline-flex; justify-content:flex-start !important; }
.footer-contact { max-width:100%; display:grid; gap:7px; }
.footer-contact a { width:fit-content; max-width:100%; color:var(--green); font:600 14px/1.5 "Poppins",sans-serif; overflow-wrap:anywhere; }
.footer-directory { min-width:0; display:grid; gap:42px; }
.footer-groups { display:grid; grid-template-columns:.75fr 1.25fr .7fr; gap:clamp(32px,5vw,70px); align-items:start; }
.footer-group { min-width:0; display:grid; align-content:start; gap:13px; }
.footer-group-title { margin-bottom:5px; color:var(--green); font:700 10px/1.4 "Poppins",sans-serif; letter-spacing:.15em; text-transform:uppercase; }
.footer-group a { width:fit-content; max-width:100%; color:inherit; font:600 13px/1.5 "Poppins",sans-serif; overflow-wrap:anywhere; }
.footer-group a:hover,.footer-contact a:hover { color:var(--green); }
.footer-bottom { display:flex; justify-content:flex-end; padding-top:22px; border-top:1px solid var(--line); color:rgba(49,64,71,.60); font-size:12px; line-height:1.5; }
html[data-theme="dark"] .footer-bottom { border-color:rgba(255,255,255,.12); color:rgba(255,255,255,.62); }

@media (max-width:900px) {
  .footer { grid-template-columns:1fr; gap:46px; padding-block:58px 38px; text-align:left; }
  .footer-brand-column { align-items:flex-start; }
  .footer-brand { justify-content:flex-start !important; }
  .footer-directory { width:100%; }
  .footer-bottom { justify-content:flex-start; }
}

@media (max-width:600px) {
  .footer { gap:38px; padding-block:52px 34px; }
  .footer-groups { grid-template-columns:1fr 1fr; gap:38px 28px; }
  .footer-group:nth-child(2) { grid-row:span 2; }
  .footer-group a { font-size:14px; }
}

@media (max-width:390px) {
  .footer-groups { grid-template-columns:1fr; gap:32px; }
  .footer-group:nth-child(2) { grid-row:auto; }
}

/* About drawer: the personal note now reads as an attached continuation of
   Keegan's profile card instead of a separate floating card. */
.about { gap:0; }
.about-profile { z-index:1; }
.about-letter { z-index:2; width:min(calc(100% - clamp(40px,8vw,120px)),960px); margin-top:-1px; padding:18px clamp(30px,5vw,66px) 20px; border-top-color:rgba(49,64,71,.06); border-radius:0 0 28px 28px; }
.about-letter[open] { padding-bottom:56px; }
.about-letter::before { top:0; }
.about-letter-body { margin-top:18px; }
html[data-theme="dark"] .about-letter { border-top-color:rgba(255,255,255,.08); }

/* Unknown service-finder requests use a short prepared email. The dedicated
   custom-project form remains reserved for specialty and multi-stage work. */
.service-finder-panel .service-finder-email { display:grid; gap:18px; padding:20px; border:1px solid rgba(255,255,255,.14); border-radius:18px; background:rgba(0,0,0,.14); }
.service-finder-email-heading p { margin:0 0 5px; color:var(--paper); font:600 15px/1.4 "Poppins",sans-serif; }
.service-finder-email-heading span { color:rgba(255,255,255,.62); font-size:13px; line-height:1.5; }
.service-finder-email-fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.service-finder-panel .service-finder-email label { display:grid; gap:8px; color:rgba(255,255,255,.72); font:600 11px/1.4 "Poppins",sans-serif; }
.service-finder-email-request { grid-column:1/-1; }
.service-finder-email input,.service-finder-email textarea { width:100%; min-width:0; border:1px solid rgba(255,255,255,.16); border-radius:12px; outline:0; background:rgba(255,255,255,.07); color:var(--paper); font:400 16px/1.5 "Inter",sans-serif; }
.service-finder-email input { min-height:48px; padding:11px 13px; }
.service-finder-panel .service-finder-email textarea { min-height:104px; padding:12px 13px; resize:vertical; }
.service-finder-email input:focus,.service-finder-email textarea:focus { border-color:var(--green); box-shadow:0 0 0 3px rgba(0,176,111,.16); }
.service-finder-email-submit { min-height:54px; display:flex; align-items:center; justify-content:space-between; gap:18px; padding:0 16px 0 19px; border:0; border-radius:999px; background:var(--green); color:var(--paper); font:600 13px/1.4 "Poppins",sans-serif; cursor:pointer; }
.service-finder-email-submit b { width:30px; height:30px; display:grid; place-items:center; border-radius:50%; background:rgba(49,64,71,.22); }
.service-finder-email-fallback { width:fit-content; display:inline-flex; align-items:center; gap:8px; color:var(--paper); font:600 12px/1.5 "Poppins",sans-serif; text-decoration:underline; text-decoration-color:var(--green); text-underline-offset:4px; }

@media (max-width:600px) {
  .about { gap:0; }
  .about-letter { width:calc(100% - 20px); margin-top:-1px; padding:16px 18px 18px; border-radius:0 0 20px 20px; }
  .about-letter[open] { padding-bottom:34px; }
  .about-letter::before { left:18px; }
  .service-finder-panel .service-finder-email { padding:16px; }
  .service-finder-email-fields { grid-template-columns:1fr; }
  .service-finder-email-request { grid-column:auto; }
}
/* Individual service pages */
.service-page { background: #fff; color: #314047; overflow: hidden; }
.service-page-nav { position: relative; }
.service-breadcrumb { display: flex; align-items: center; gap: 10px; padding-top: 24px; color: rgba(49,64,71,.66); font: 600 13px/1.4 Inter, sans-serif; }
.service-breadcrumb a { color: inherit; text-decoration: none; }
.service-breadcrumb a:hover { color: #00b06f; }
.service-page-hero { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: clamp(48px,7vw,100px); align-items: center; padding-top: clamp(70px,9vw,128px); padding-bottom: clamp(88px,10vw,140px); }
.service-page-hero-copy { max-width: 760px; }
.service-page-category { margin: 28px 0 12px; color: #00b06f; font: 700 13px/1.3 Poppins, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.service-page-hero h1 { max-width: 850px; margin: 0; font: 700 clamp(42px,6vw,76px)/1.02 Poppins, sans-serif; letter-spacing: -.045em; }
.service-page-summary { max-width: 720px; margin: 26px 0 16px; font: 600 clamp(21px,2.2vw,28px)/1.4 Inter, sans-serif; }
.service-page-hero-copy > p:last-of-type { max-width: 720px; margin: 0; font: 400 18px/1.75 Inter, sans-serif; color: rgba(49,64,71,.78); }
.service-page-side { display: grid; gap: 18px; align-self: start; }
.service-page-visual { position: relative; isolation: isolate; overflow: hidden; margin: 0; aspect-ratio: 1; border: 1px solid rgba(49,64,71,.12); border-radius: 22px; background: #f4f5f6; box-shadow: 0 24px 60px rgba(49,64,71,.12); }
.service-page-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.service-page-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.service-page-facts { position: relative; padding: 34px; border: 1px solid rgba(49,64,71,.12); border-radius: 22px; background: #f4f5f6; box-shadow: 0 24px 60px rgba(49,64,71,.1); }
.service-page-number { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 30px; border-radius: 50%; background: #314047; color: #fff; font: 700 18px/1 Poppins, sans-serif; }
.service-page-facts > p:first-of-type { margin: 0 0 12px; color: #00b06f; font: 700 13px/1.3 Poppins, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.service-page-facts dl { margin: 0; }
.service-page-facts dl div { display: flex; justify-content: space-between; gap: 24px; padding: 18px 0; border-bottom: 1px solid rgba(49,64,71,.12); }
.service-page-facts dt { color: rgba(49,64,71,.66); font: 600 15px/1.5 Inter, sans-serif; }
.service-page-facts dd { margin: 0; max-width: 180px; text-align: right; font: 700 15px/1.5 Inter, sans-serif; }
.service-page-fact-note { margin: 22px 0 0; color: rgba(49,64,71,.68); font: 500 14px/1.6 Inter, sans-serif; }
.service-page-fit-band { padding: clamp(84px,9vw,126px) 0; background: #f4f5f6; }
.service-page-split { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(50px,8vw,120px); align-items: start; }
.service-page-split h2, .service-page-included h2, .service-page-area h2, .service-page-faq h2, .service-page-related h2 { margin: 14px 0 0; font: 700 clamp(32px,4vw,50px)/1.12 Poppins, sans-serif; letter-spacing: -.035em; }
.service-check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.service-check-list li { display: grid; grid-template-columns: 34px 1fr; gap: 16px; align-items: start; padding: 22px 24px; border: 1px solid rgba(49,64,71,.1); border-radius: 18px; background: #fff; font: 500 17px/1.6 Inter, sans-serif; }
.service-check-list li span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(0,176,111,.11); color: #00b06f; font-weight: 800; }
.service-page-included { display: grid; grid-template-columns: minmax(280px,.85fr) minmax(0,1.15fr); gap: clamp(60px,9vw,130px); padding-top: clamp(90px,10vw,150px); padding-bottom: clamp(90px,10vw,150px); }
.service-page-included-copy > p:last-child { margin: 28px 0 0; color: rgba(49,64,71,.76); font: 400 18px/1.75 Inter, sans-serif; }
.service-step-list { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.service-step-list li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; align-items: start; padding: 26px 0; border-top: 1px solid rgba(49,64,71,.14); }
.service-step-list li:last-child { border-bottom: 1px solid rgba(49,64,71,.14); }
.service-step-list span { color: #00b06f; font: 700 15px/1.6 Poppins, sans-serif; }
.service-step-list p { margin: 0; font: 600 18px/1.65 Inter, sans-serif; }
.service-page-outcome-band { padding: clamp(78px,9vw,120px) 0; background: #314047; color: #fff; }
.service-page-outcome { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: clamp(54px,8vw,110px); align-items: center; }
.service-page-outcome h2 { max-width: 780px; margin: 16px 0 0; font: 650 clamp(32px,4.5vw,54px)/1.18 Poppins, sans-serif; letter-spacing: -.035em; }
.service-page-outcome aside { padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.06); }
.service-page-outcome aside strong { color: #00b06f; font: 700 13px/1.4 Poppins, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.service-page-outcome aside p { margin: 12px 0 0; color: rgba(255,255,255,.84); font: 500 17px/1.65 Inter, sans-serif; }
.service-page-area { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); gap: clamp(50px,8vw,120px); align-items: center; padding-top: clamp(86px,9vw,128px); padding-bottom: clamp(86px,9vw,128px); }
.service-page-area > div > p:last-child { margin: 22px 0 0; color: rgba(49,64,71,.74); font: 400 18px/1.7 Inter, sans-serif; }
.service-page-area ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.service-page-area li { padding: 22px 16px; border: 1px solid rgba(49,64,71,.12); border-radius: 16px; background: #f4f5f6; text-align: center; font: 700 15px/1.4 Poppins, sans-serif; }
.service-page-faq-band { padding: clamp(86px,9vw,130px) 0; background: #f4f5f6; }
.service-page-faq { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); gap: clamp(50px,8vw,120px); }
.service-page-faq details { border-top: 1px solid rgba(49,64,71,.16); }
.service-page-faq details:last-child { border-bottom: 1px solid rgba(49,64,71,.16); }
.service-page-faq summary { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; list-style: none; font: 650 18px/1.5 Poppins, sans-serif; }
.service-page-faq summary::-webkit-details-marker { display: none; }
.service-page-faq summary span { color: #00b06f; font-size: 24px; transition: transform .2s ease; }
.service-page-faq details[open] summary span { transform: rotate(45deg); }
.service-page-faq details p { max-width: 720px; margin: -4px 42px 24px 0; color: rgba(49,64,71,.75); font: 400 17px/1.7 Inter, sans-serif; }
.service-page-related { padding-top: clamp(86px,9vw,130px); padding-bottom: clamp(86px,9vw,130px); }
.service-page-related > div:first-child { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.service-page-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-page-related-grid > a { display: flex; flex-direction: column; min-height: 275px; padding: 28px; border: 1px solid rgba(49,64,71,.12); border-radius: 22px; background: #f4f5f6; color: #314047; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.service-page-related-grid > a:hover { transform: translateY(-4px); border-color: #00b06f; }
.service-page-related-grid span { color: #00b06f; font: 700 12px/1.4 Poppins, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.service-page-related-grid h3 { margin: 18px 0 12px; font: 700 22px/1.25 Poppins, sans-serif; }
.service-page-related-grid p { margin: 0; color: rgba(49,64,71,.72); font: 400 16px/1.6 Inter, sans-serif; }
.service-page-related-grid strong { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 24px; font: 700 14px/1.4 Poppins, sans-serif; }
.service-page-cta { padding: clamp(88px,10vw,138px) 0; background: #314047; color: #fff; text-align: center; }
.service-page-cta .shell { display: flex; flex-direction: column; align-items: center; }
.service-page-cta h2 { max-width: 850px; margin: 14px auto 0; font: 700 clamp(38px,5vw,64px)/1.1 Poppins, sans-serif; letter-spacing: -.04em; }
.service-page-cta p:not(.section-kicker) { max-width: 660px; margin: 22px auto 0; color: rgba(255,255,255,.8); font: 400 18px/1.7 Inter, sans-serif; }
.service-page-cta .button { margin-top: 32px; background: #00b06f; }
.service-page-cta .button + a { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: #fff; font: 600 14px/1.4 Inter, sans-serif; }

[data-theme="dark"] .service-page { background: #314047; color: #fff; }
[data-theme="dark"] .service-breadcrumb,
[data-theme="dark"] .service-page-hero-copy > p:last-of-type,
[data-theme="dark"] .service-page-included-copy > p:last-child,
[data-theme="dark"] .service-page-area > div > p:last-child { color: rgba(255,255,255,.72); }
[data-theme="dark"] .service-page-facts,
[data-theme="dark"] .service-page-fit-band,
[data-theme="dark"] .service-page-faq-band,
[data-theme="dark"] .service-page-related-grid > a,
[data-theme="dark"] .service-page-area li { background: rgba(255,255,255,.07); color: #fff; border-color: rgba(255,255,255,.14); }
[data-theme="dark"] .service-page-visual { border-color: rgba(255,255,255,.16); box-shadow: 0 24px 60px rgba(0,0,0,.2); }
[data-theme="dark"] .service-page-facts dl div,
[data-theme="dark"] .service-step-list li,
[data-theme="dark"] .service-page-faq details { border-color: rgba(255,255,255,.16); }
[data-theme="dark"] .service-page-facts dt,
[data-theme="dark"] .service-page-fact-note,
[data-theme="dark"] .service-page-faq details p,
[data-theme="dark"] .service-page-related-grid p { color: rgba(255,255,255,.7); }
[data-theme="dark"] .service-check-list li { background: rgba(255,255,255,.07); color: #fff; border-color: rgba(255,255,255,.12); }
[data-theme="dark"] .service-page-outcome-band,
[data-theme="dark"] .service-page-cta { background: rgba(0,0,0,.18); }

@media (max-width: 900px) {
  .service-page-hero,
  .service-page-split,
  .service-page-included,
  .service-page-outcome,
  .service-page-area,
  .service-page-faq { grid-template-columns: 1fr; }
  .service-page-hero { gap: 46px; }
  .service-page-side { width: 100%; max-width: 600px; }
  .service-page-area ul { grid-template-columns: repeat(3,1fr); }
  .service-page-related-grid { grid-template-columns: 1fr; }
  .service-page-related-grid > a { min-height: 0; }
}

@media (max-width: 600px) {
  .service-breadcrumb { display: none; }
  .service-page-hero { padding-top: 54px; padding-bottom: 82px; }
  .service-page-hero h1 { font-size: clamp(38px,11vw,52px); }
  .service-page-summary { font-size: 20px; }
  .service-page-side { max-width: none; }
  .service-page-visual { border-radius: 20px; }
  .service-page-facts { padding: 26px; }
  .service-page-fit-band,
  .service-page-faq-band { padding: 78px 0; }
  .service-check-list li { padding: 18px; }
  .service-page-included { padding-top: 78px; padding-bottom: 78px; }
  .service-page-outcome-band { padding: 76px 0; }
  .service-page-area { padding-top: 76px; padding-bottom: 76px; }
  .service-page-area ul { grid-template-columns: repeat(2,1fr); }
  .service-page-area li { padding: 17px 10px; font-size: 13px; }
  .service-page-related { padding-top: 78px; padding-bottom: 78px; }
  .service-page-related > div:first-child { display: block; }
  .service-page-cta { padding: 82px 0; }
  .service-page-cta .button { width: 100%; }
}

/* Practical technology guides */
.home-guides-band { padding: clamp(90px,10vw,145px) 0; background: #fff; }
.home-guides-heading { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 42px; }
.home-guides-heading h2 { max-width: 760px; margin: 16px 0 0; font: 700 clamp(34px,4.6vw,54px)/1.12 Poppins,sans-serif; letter-spacing: -.04em; }
.home-guides-heading > a { display: inline-flex; align-items: center; gap: 10px; flex: none; color: #314047; font: 700 14px/1.4 Poppins,sans-serif; }
.home-guides-heading > a:hover { color: #00b06f; }
.home-guides-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; }
.home-guide-card { display: flex; flex-direction: column; grid-column: span 2; min-height: 300px; padding: 28px; border: 1px solid rgba(49,64,71,.12); border-radius: 22px; background: #f4f5f6; color: #314047; text-decoration: none; transition: transform .2s ease,border-color .2s ease; }
.home-guide-card:nth-child(4),.home-guide-card:nth-child(5) { grid-column: span 3; }
.home-guide-card:hover { transform: translateY(-4px); border-color: #00b06f; }
.home-guide-card > div { display: flex; justify-content: space-between; gap: 14px; color: #00b06f; font: 700 11px/1.4 Poppins,sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.home-guide-card > div span:last-child { color: rgba(49,64,71,.55); letter-spacing: 0; text-transform: none; }
.home-guide-card h3 { margin: 34px 0 14px; font: 700 clamp(22px,2.4vw,30px)/1.22 Poppins,sans-serif; letter-spacing: -.025em; }
.home-guide-card p { margin: 0; color: rgba(49,64,71,.72); font: 400 16px/1.65 Inter,sans-serif; }
.home-guide-card strong { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 26px; font: 700 13px/1.4 Poppins,sans-serif; }

.guides-page,.article-page { background: #fff; color: #314047; overflow: hidden; }
.guides-hero { padding-top: clamp(70px,9vw,125px); padding-bottom: clamp(70px,8vw,110px); text-align: center; }
.guides-hero .eyebrow { margin-inline: auto; }
.guides-hero h1 { max-width: 920px; margin: 0 auto; font: 750 clamp(44px,6.7vw,78px)/1.04 Poppins,sans-serif; letter-spacing: -.05em; }
.guides-hero > p:last-child { max-width: 760px; margin: 28px auto 0; color: rgba(49,64,71,.74); font: 400 19px/1.75 Inter,sans-serif; }
.guides-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 20px; padding-bottom: clamp(100px,11vw,155px); }
.guide-card { display: flex; flex-direction: column; grid-column: span 2; min-height: 360px; padding: 34px; border: 1px solid rgba(49,64,71,.12); border-radius: 22px; background: #f4f5f6; color: #314047; text-decoration: none; transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.guide-card:nth-child(4),.guide-card:nth-child(5) { grid-column: span 3; }
.guide-card:hover { transform: translateY(-5px); border-color: #00b06f; box-shadow: 0 20px 45px rgba(49,64,71,.1); }
.guide-card > div { display: flex; justify-content: space-between; gap: 18px; color: #00b06f; font: 700 11px/1.4 Poppins,sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.guide-card > div span:last-child { color: rgba(49,64,71,.55); letter-spacing: 0; text-transform: none; }
.guide-card h2 { margin: 42px 0 16px; font: 700 clamp(24px,2.5vw,32px)/1.22 Poppins,sans-serif; letter-spacing: -.03em; }
.guide-card p { margin: 0; color: rgba(49,64,71,.72); font: 400 17px/1.65 Inter,sans-serif; }
.guide-card strong { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 30px; font: 700 14px/1.4 Poppins,sans-serif; }
.guides-cta { padding: clamp(88px,10vw,135px) 0; background: #314047; color: #fff; text-align: center; }
.guides-cta .shell { display: flex; flex-direction: column; align-items: center; }
.guides-cta h2 { max-width: 850px; margin: 16px auto 0; font: 700 clamp(36px,5vw,60px)/1.1 Poppins,sans-serif; letter-spacing: -.04em; }
.guides-cta p:not(.section-kicker) { max-width: 680px; margin: 22px auto 0; color: rgba(255,255,255,.78); font: 400 18px/1.7 Inter,sans-serif; }
.guides-cta .button { margin-top: 30px; background: #00b06f; }

.article-hero { max-width: 980px; padding-top: clamp(64px,8vw,112px); padding-bottom: clamp(64px,8vw,108px); }
.article-breadcrumb { display: flex; gap: 10px; margin-bottom: 38px; color: rgba(49,64,71,.58); font: 600 13px/1.4 Inter,sans-serif; }
.article-breadcrumb a:hover { color: #00b06f; }
.article-category { margin: 0 0 20px; color: #00b06f; font: 700 12px/1.4 Poppins,sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.article-hero h1 { max-width: 940px; margin: 0; font: 750 clamp(42px,6.3vw,74px)/1.06 Poppins,sans-serif; letter-spacing: -.05em; }
.article-introduction { max-width: 900px; margin: 32px 0 0; color: rgba(49,64,71,.78); font: 500 clamp(19px,2.2vw,23px)/1.7 Inter,sans-serif; }
.article-meta { margin: 34px 0 0; color: rgba(49,64,71,.58); font: 600 13px/1.4 Inter,sans-serif; }
.article-layout { display: grid; grid-template-columns: 290px minmax(0,760px); justify-content: center; gap: clamp(55px,8vw,110px); padding-top: clamp(75px,8vw,110px); padding-bottom: clamp(95px,10vw,145px); border-top: 1px solid rgba(49,64,71,.12); }
.article-takeaways { position: sticky; top: 30px; align-self: start; padding: 26px; border: 1px solid rgba(49,64,71,.12); border-radius: 22px; background: #f4f5f6; }
.article-takeaways > p { margin: 0 0 18px; color: #00b06f; font: 700 12px/1.4 Poppins,sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.article-takeaways ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.article-takeaways li { position: relative; padding-left: 20px; color: rgba(49,64,71,.78); font: 500 15px/1.55 Inter,sans-serif; }
.article-takeaways li:before { content: ""; position: absolute; top: .62em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #00b06f; }
.article-body > section { margin-bottom: 58px; }
.article-body h2 { margin: 0 0 22px; font: 700 clamp(29px,3.5vw,40px)/1.18 Poppins,sans-serif; letter-spacing: -.035em; }
.article-body p { margin: 0 0 20px; color: rgba(49,64,71,.84); font: 400 18px/1.82 Inter,sans-serif; }
.article-body section ul { display: grid; gap: 12px; margin: 26px 0 0; padding: 24px 28px 24px 48px; border-radius: 18px; background: #f4f5f6; }
.article-sources a { color: inherit; text-decoration-color: #00b06f; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.article-sources a:hover { color: #00b06f; }
.article-body section li { padding-left: 4px; color: rgba(49,64,71,.82); font: 600 16px/1.55 Inter,sans-serif; list-style: disc; }
.article-body section li::marker { color: #00b06f; }
.article-local-note { margin-top: 70px; padding: 34px; border-radius: 22px; background: #314047; color: #fff; }
.article-local-note .section-kicker { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); color: #fff; }
.article-local-note > p:not(.section-kicker) { margin: 22px 0 0; color: rgba(255,255,255,.82); font: 500 18px/1.7 Inter,sans-serif; }
.article-local-note .button { margin-top: 26px; background: #00b06f; }
.article-related { padding-top: clamp(85px,9vw,125px); padding-bottom: clamp(90px,10vw,140px); }
.article-related > div:first-child { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 40px; }
.article-related h2 { max-width: 730px; margin: 16px 0 0; font: 700 clamp(34px,4.2vw,50px)/1.13 Poppins,sans-serif; letter-spacing: -.04em; }
.article-related > div:last-child { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.article-related > div:last-child a { display: flex; flex-direction: column; min-height: 220px; padding: 26px; border: 1px solid rgba(49,64,71,.12); border-radius: 20px; background: #f4f5f6; color: #314047; }
.article-related a > span { color: #00b06f; font: 700 11px/1.4 Poppins,sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.article-related h3 { margin: 24px 0 18px; font: 700 22px/1.28 Poppins,sans-serif; }
.article-related strong { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; font: 700 13px/1.4 Poppins,sans-serif; }

[data-theme="dark"] .home-guides-band,[data-theme="dark"] .guides-page,[data-theme="dark"] .article-page { background: #314047; color: #fff; }
[data-theme="dark"] .home-guides-heading > a,[data-theme="dark"] .home-guide-card,[data-theme="dark"] .guide-card,[data-theme="dark"] .article-related > div:last-child a { color: #fff; }
[data-theme="dark"] .home-guide-card,[data-theme="dark"] .guide-card,[data-theme="dark"] .article-related > div:last-child a,[data-theme="dark"] .article-takeaways,[data-theme="dark"] .article-body section ul { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); }
[data-theme="dark"] .home-guide-card p,[data-theme="dark"] .home-guide-card > div span:last-child,[data-theme="dark"] .guide-card p,[data-theme="dark"] .guide-card > div span:last-child,[data-theme="dark"] .guides-hero > p:last-child,[data-theme="dark"] .article-introduction,[data-theme="dark"] .article-body p,[data-theme="dark"] .article-takeaways li,[data-theme="dark"] .article-body section li { color: rgba(255,255,255,.74); }
[data-theme="dark"] .article-breadcrumb,[data-theme="dark"] .article-meta { color: rgba(255,255,255,.58); }
[data-theme="dark"] .article-layout { border-color: rgba(255,255,255,.14); }
[data-theme="dark"] .article-local-note,[data-theme="dark"] .guides-cta { background: rgba(0,0,0,.18); }

@media (max-width: 900px) {
  .home-guides-grid,.guides-grid { grid-template-columns: repeat(2,1fr); }
  .home-guide-card,.home-guide-card:nth-child(4),.home-guide-card:nth-child(5),.guide-card,.guide-card:nth-child(4),.guide-card:nth-child(5) { grid-column: auto; }
  .home-guide-card:last-child,.guide-card:last-child { grid-column: 1 / -1; }
  .article-layout { grid-template-columns: 1fr; max-width: 800px; }
  .article-takeaways { position: static; }
  .article-related > div:last-child { grid-template-columns: 1fr; }
  .article-related > div:last-child a { min-height: 0; }
}

@media (max-width: 600px) {
  .home-guides-band { padding: 78px 0; }
  .home-guides-heading { display: block; }
  .home-guides-heading > a { margin-top: 24px; }
  .home-guides-grid,.guides-grid { grid-template-columns: 1fr; }
  .home-guide-card,.home-guide-card:last-child,.guide-card,.guide-card:last-child { grid-column: auto; min-height: 0; padding: 24px; }
  .home-guide-card h3 { margin-top: 28px; }
  .guides-hero { padding-top: 58px; padding-bottom: 66px; text-align: left; }
  .guides-hero .eyebrow { margin-inline: 0; }
  .guides-hero h1 { font-size: clamp(40px,12vw,56px); }
  .guide-card h2 { margin-top: 32px; }
  .guides-cta { padding: 80px 0; }
  .guides-cta .button,.article-local-note .button { width: 100%; }
  .article-hero { padding-top: 52px; padding-bottom: 70px; }
  .article-breadcrumb { margin-bottom: 28px; }
  .article-hero h1 { font-size: clamp(38px,11vw,52px); }
  .article-introduction { font-size: 18px; }
  .article-layout { padding-top: 62px; padding-bottom: 82px; }
  .article-body > section { margin-bottom: 48px; }
  .article-body p { font-size: 17px; line-height: 1.75; }
  .article-body section ul { padding: 22px 22px 22px 42px; }
  .article-local-note { padding: 26px; }
  .article-related { padding-top: 76px; padding-bottom: 82px; }
  .article-related > div:first-child { display: block; }
}

/* Integrated image-backed homepage header. */
.homepage-header { position:relative; isolation:isolate; overflow:hidden; background:var(--ink); color:var(--paper); }
.homepage-header::after { content:""; position:absolute; z-index:-1; inset:0; background:linear-gradient(90deg,rgba(49,64,71,.92) 0%,rgba(49,64,71,.80) 48%,rgba(49,64,71,.56) 100%),linear-gradient(180deg,rgba(49,64,71,.18),rgba(49,64,71,.46)); pointer-events:none; }
.homepage-header-photo { position:absolute; z-index:-2; inset:0; margin:0; overflow:hidden; background:var(--ink); }
.homepage-header-photo img { display:block; width:100%; height:100%; object-fit:cover; object-position:center 64%; }
.homepage-header-photo figcaption { position:absolute; right:24px; bottom:18px; color:rgba(255,255,255,.72); font:500 11px/1.4 "Inter",sans-serif; text-shadow:0 1px 10px rgba(0,0,0,.6); }
.homepage-header .nav { position:relative; background:transparent !important; border-bottom:1px solid rgba(255,255,255,.14); }
.homepage-header .brand-logo-image { content:url("/tc-lockup-horizontal-on-charcoal.png?v=128"); }
.homepage-header .mobile-sidebar .brand-logo-image { content:url("/tc-lockup-horizontal-color.png?v=128"); }
html[data-theme="dark"] .homepage-header .mobile-sidebar .brand-logo-image { content:url("/tc-lockup-horizontal-on-charcoal.png?v=128"); }
.homepage-header .navlinks>a:not(.button) { color:var(--paper); }
.homepage-header .theme-toggle { border-color:rgba(255,255,255,.24); color:var(--paper); background:rgba(49,64,71,.42); backdrop-filter:blur(12px); }
.homepage-header .theme-track { background:rgba(255,255,255,.26); }
.homepage-header .mobile-menu-trigger { border-color:rgba(255,255,255,.28); color:var(--paper); background:rgba(49,64,71,.44); backdrop-filter:blur(12px); }
.homepage-header .hero { min-height:690px; display:flex; align-items:center; padding-block:70px 96px; }
.homepage-header .hero-copy { position:relative; z-index:1; width:min(690px,68%); }
.homepage-header .eyebrow { border-color:rgba(0,176,111,.68); background:rgba(49,64,71,.55); color:#7ff0c5; backdrop-filter:blur(12px); }
.homepage-header h1 { color:var(--paper); text-shadow:0 3px 26px rgba(0,0,0,.28); }
.homepage-header .lede,.homepage-header .lede strong { color:var(--paper) !important; }
.homepage-header .lede { max-width:620px; text-shadow:0 2px 18px rgba(0,0,0,.22); }
.homepage-header .trust-row { color:rgba(255,255,255,.80); text-shadow:0 2px 14px rgba(0,0,0,.24); }
.homepage-header .hero-actions .button:not(.button-secondary) { background:var(--green); color:var(--paper); box-shadow:0 12px 30px rgba(0,0,0,.24); }
.homepage-header .hero-actions .button-secondary { border-color:rgba(255,255,255,.46); background:rgba(49,64,71,.30); color:var(--paper); backdrop-filter:blur(12px); }
.homepage-header .hero-actions .button-secondary:hover { border-color:rgba(255,255,255,.70); background:rgba(49,64,71,.48); }

@media (max-width:900px) {
  .homepage-header .hero-copy { width:min(700px,100%); }
}

@media (max-width:600px) {
  .homepage-header::after { background:linear-gradient(180deg,rgba(49,64,71,.64) 0%,rgba(49,64,71,.84) 42%,rgba(49,64,71,.94) 100%); }
  .homepage-header-photo img { object-position:center 68%; }
  .homepage-header-photo figcaption { right:16px; bottom:12px; font-size:9px; }
  .homepage-header .hero { min-height:680px; display:flex; flex-direction:column; justify-content:center; padding-block:42px 76px; }
}

/* Homepage refinement: quieter local section, one cohesive About card,
   compact reviews, embedded scheduling, and a dedicated urgent-help band. */
.homepage-header::after {
  background:
    linear-gradient(90deg,rgba(49,64,71,.95) 0%,rgba(49,64,71,.87) 48%,rgba(49,64,71,.70) 100%),
    linear-gradient(180deg,rgba(49,64,71,.30),rgba(49,64,71,.58));
}

.tucson { min-height:0; }
.tucson::before { display:none; }
.tucson-copy {
  display:grid;
  grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);
  column-gap:clamp(62px,9vw,130px);
  row-gap:22px;
  align-items:start;
  padding-block:clamp(88px,9vw,124px);
}
.tucson-copy .section-kicker { grid-column:1; grid-row:1; }
.tucson-copy h2 { grid-column:1; grid-row:2 / span 3; margin:0; }
.tucson-copy>p:not(.section-kicker):not(.tucson-virtual-note) {
  grid-column:2;
  grid-row:1 / span 2;
  max-width:650px;
  margin:0;
}
.tucson-service-areas {
  grid-column:2;
  grid-row:3;
  max-width:680px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:4px 0 0;
}
.tucson-service-areas li {
  display:grid;
  place-items:center;
  min-height:48px;
  padding:10px 12px;
  border-radius:14px;
  text-align:center;
}
.tucson-copy>p.tucson-virtual-note {
  grid-column:2;
  grid-row:4;
  max-width:680px;
  margin:2px 0 0;
}

.about { gap:0; }
.about-profile {
  grid-template-columns:minmax(170px,220px) minmax(0,1fr);
  border-radius:28px 28px 0 0;
  box-shadow:none;
}
.about-profile::before {
  width:5px;
  height:auto;
  inset:0 auto 0 0;
  border:0;
  border-radius:0;
  background:var(--green);
}
.about-profile::after,.about-profile-spark { display:none; }
.about-portrait img {
  border-radius:22px;
  filter:brightness(.80) contrast(1.04) saturate(.92);
  box-shadow:0 14px 34px rgba(49,64,71,.18);
}
.about-letter {
  width:100%;
  max-width:none;
  margin-top:-1px;
  border-radius:0 0 28px 28px;
  box-shadow:var(--shadow-sm);
}

.reviews-section { padding-block:clamp(82px,8vw,105px); }
.reviews-heading { margin-bottom:34px; }
.review-grid { gap:16px; }
.review-card { padding:22px; border-radius:18px; box-shadow:none; }
.review-author { gap:11px; margin-bottom:17px; }
.review-author>img,.review-author>span { width:38px; height:38px; }
.review-card>p { margin:14px 0 18px; font-size:15px; line-height:1.62; }

.booking-frame { padding:10px 10px 0; }
.service-fit-help { margin-top:28px; }

.urgent-help { padding-block:clamp(72px,8vw,105px); background:var(--ink); color:var(--paper); }
.urgent-help-inner { display:flex; justify-content:space-between; align-items:center; gap:60px; }
.urgent-help h2 { margin:18px 0 12px; font-size:clamp(2.6rem,5vw,4.4rem); line-height:1; }
.urgent-help-inner>div:first-child>p:not(.section-kicker) { max-width:720px; margin:0; color:rgba(255,255,255,.72); font-size:17px; line-height:1.65; }
.urgent-help-inner>div:first-child>p.urgent-help-lede { margin-bottom:6px; color:var(--paper); font:600 20px/1.5 "Poppins",sans-serif; }
.urgent-help-action { flex:none; }
.urgent-help-action .button { min-width:270px; }

@media (max-width:900px) {
  .tucson-copy { grid-template-columns:1fr; gap:22px; }
  .tucson-copy .section-kicker,
  .tucson-copy h2,
  .tucson-copy>p:not(.section-kicker):not(.tucson-virtual-note),
  .tucson-service-areas,
  .tucson-copy>p.tucson-virtual-note { grid-column:1; grid-row:auto; }
  .tucson-copy h2 { margin-top:0; }
  .urgent-help-inner { align-items:flex-start; flex-direction:column; gap:34px; }
}

@media (max-width:600px) {
  .homepage-header::after {
    background:linear-gradient(180deg,rgba(49,64,71,.76) 0%,rgba(49,64,71,.88) 42%,rgba(49,64,71,.96) 100%);
  }
  .tucson-copy { padding-block:78px; }
  .tucson-service-areas { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .about-profile { grid-template-columns:110px minmax(0,1fr); gap:20px; padding:22px; border-radius:22px 22px 0 0; }
  .about-profile-copy .section-kicker { margin-bottom:12px; }
  .about-profile-copy h2 { font-size:clamp(1.75rem,8vw,2.25rem); }
  .about-profile-copy>p:not(.section-kicker) { margin-top:12px; font-size:15px; line-height:1.55; }
  .about-profile-copy>span { margin-top:14px; font-size:9px; }
  .about-letter { width:100%; border-radius:0 0 22px 22px; }
  .reviews-section { padding-block:74px; }
  .review-card { padding:18px; }
  .booking-frame { padding:0; border-radius:20px; }
  .urgent-help { padding-block:76px; }
  .urgent-help-action,.urgent-help-action .button { width:100%; min-width:0; }
}

/* Homepage layout revision: clearer photo, early call paths, restrained
   semibold headings, a unified About card, and swipeable mobile reviews. */
.homepage-header::after {
  background:
    linear-gradient(90deg,rgba(49,64,71,.88) 0%,rgba(49,64,71,.68) 50%,rgba(49,64,71,.42) 100%),
    linear-gradient(180deg,rgba(49,64,71,.12),rgba(49,64,71,.34));
}
.homepage-header h1 { font-weight:700; }

.quick-help-band { padding-block:clamp(26px,4vw,48px); background:var(--paper); }
.quick-help-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.quick-help-grid-single { grid-template-columns:minmax(0,1fr); }
.quick-help-card {
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:28px;
  padding:clamp(26px,3.2vw,40px);
  border:1px solid var(--line);
  border-radius:var(--radius-card);
  background:var(--cream);
}
.quick-help-card h2 {
  max-width:540px;
  margin:18px 0 12px;
  font:600 clamp(1.55rem,2.5vw,2.15rem)/1.16 "Poppins",sans-serif;
  letter-spacing:-.025em;
}
.quick-help-card p:not(.section-kicker) {
  max-width:620px;
  margin:0;
  color:rgba(49,64,71,.68);
  font-size:17px;
  line-height:1.65;
}
.quick-help-card .button { width:fit-content; min-width:245px; box-shadow:none; }
.quick-help-card-urgent { border-color:var(--ink); background:var(--ink); color:var(--paper); }
.quick-help-card-urgent p:not(.section-kicker) { color:rgba(255,255,255,.74); }
html[data-theme="dark"] .quick-help-card:not(.quick-help-card-urgent) { border-color:rgba(255,255,255,.16); background:var(--ink); color:var(--paper); box-shadow:0 18px 42px rgba(0,0,0,.14); }
html[data-theme="dark"] .quick-help-card:not(.quick-help-card-urgent) h2 { color:var(--paper); }
html[data-theme="dark"] .quick-help-card:not(.quick-help-card-urgent) p:not(.section-kicker) { color:rgba(255,255,255,.76); }

.tucson-copy h2,
.home-guides-heading h2,
.about-profile-copy h2 { font-weight:600; }
.help-band { padding-block:clamp(68px,7vw,90px); }
.help-list>div { min-height:62px; }
.home-guides-grid { grid-template-columns:repeat(2,minmax(0,1fr)); grid-auto-rows:1fr; align-items:stretch; }
.home-guide-card,
.home-guide-card:last-child,
.home-guide-card:nth-child(4),
.home-guide-card:nth-child(5) { height:100%; grid-column:auto; }

.about-band { background:var(--cream); }
.about {
  padding-block:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:28px;
  background:var(--paper);
  box-shadow:var(--shadow-sm);
}
.about-profile {
  border:0;
  border-radius:0;
  background:transparent;
}
.about-profile::before,.about-profile::after { display:none; }
.about-portrait img { filter:none; }
.about-letter {
  width:100%;
  max-width:none;
  margin:0;
  border:0;
  border-top:1px solid var(--line);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
html[data-theme="dark"] .about {
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.07);
  box-shadow:none;
}
html[data-theme="dark"] .about-profile,
html[data-theme="dark"] .about-letter { background:transparent; }
.review-grid {
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  overscroll-behavior-inline:contain;
  padding:2px 2px 18px;
  scrollbar-width:thin;
}
.review-card {
  flex:0 0 clamp(340px,36vw,430px);
  scroll-snap-align:start;
}

@media (max-width:900px) {
  .quick-help-grid { grid-template-columns:1fr; }
}

@media (max-width:600px) {
  .homepage-header::after {
    background:linear-gradient(180deg,rgba(49,64,71,.54) 0%,rgba(49,64,71,.72) 44%,rgba(49,64,71,.87) 100%);
  }
  .quick-help-band { padding-block:20px; }
  .quick-help-grid { gap:14px; }
  .quick-help-card { gap:22px; padding:24px 20px; border-radius:20px; }
  .quick-help-card h2 { font-size:1.48rem; }
  .quick-help-card p:not(.section-kicker) { font-size:16px; }
  .quick-help-card .button { width:100%; min-width:0; justify-content:space-between; }
  .home-guides-grid { grid-template-columns:1fr; }
  .home-guide-card:last-child { grid-column:auto; }
  .about { border-radius:22px; }
  .about-profile { border-radius:0; }
  .about-letter { width:100%; border-radius:0; }
  .review-grid {
    gap:12px;
    padding:2px 2px 16px;
  }
  .review-card {
    flex:0 0 min(82vw,320px);
    scroll-snap-align:start;
    padding:17px;
  }
  .review-card>p {
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:8;
    font-size:14px;
    line-height:1.55;
  }
}

/* Keep the full desktop header on one deliberate center line. */
@media (min-width:1121px) {
  .homepage-header .nav {
    display:grid;
    grid-template-columns:220px minmax(0,1fr);
    align-items:center;
    column-gap:clamp(28px,3vw,44px);
  }
  .homepage-header .brand {
    min-width:0;
    display:flex;
    align-items:center;
  }
  .homepage-header .brand img {
    width:220px !important;
    max-width:220px !important;
  }
  .homepage-header .navlinks {
    min-width:0;
    justify-content:flex-end;
    gap:clamp(12px,1.35vw,20px);
    font-size:13px;
    line-height:1;
    white-space:nowrap;
  }
  .homepage-header .navlinks>a:not(.button) {
    min-height:46px;
    display:inline-flex;
    align-items:center;
  }
  .homepage-header .navlinks .theme-toggle,
  .homepage-header .navlinks .button {
    flex:none;
  }
}

@media (min-width:1041px) and (max-width:1120px) {
  .navlinks { display:none; }
  .mobile-nav { display:block; }
}
