:root {
  --ink: #0a285c;
  --ink-deep: #061c43;
  --blue: #1463d8;
  --blue-bright: #2b7fff;
  --sky: #e8f2ff;
  --paper: #fbfcff;
  --mist: #f1f6fb;
  --line: #d6e1f0;
  --text: #18304f;
  --muted: #62748c;
  --warm: #f5b840;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 22px 60px rgb(10 40 92 / 10%);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 20; padding: 10px 14px; color: var(--white); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 10; background: rgb(251 252 255 / 92%); border-bottom: 1px solid rgb(214 225 240 / 70%); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 1.07rem; line-height: 1; letter-spacing: -.04em; }
.brand strong { font-weight: 800; }
.brand small { display: block; margin-top: 6px; color: var(--muted); font-size: .56rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.brand-mark { display: grid; flex: 0 0 auto; width: 36px; height: 36px; place-items: center; color: white; background: var(--blue); border-radius: 11px 11px 11px 2px; font-weight: 900; font-size: 1.15rem; letter-spacing: -.1em; box-shadow: inset 0 0 0 1px rgb(255 255 255 / 25%); }
.main-nav { display: flex; align-items: center; gap: 25px; color: #375273; font-size: .91rem; font-weight: 650; }
.main-nav > a:not(.nav-cta) { transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 11px 16px; color: var(--ink); background: #eff5ff; border: 1px solid #c7ddfc; border-radius: 10px; }
.menu-toggle { display: none; padding: 7px 10px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 8px; font-size: 1.2rem; }

.hero { position: relative; overflow: hidden; padding: clamp(72px, 9vw, 128px) 0 86px; color: var(--white); background: radial-gradient(circle at 84% 15%, #164fbe 0, transparent 28%), linear-gradient(122deg, var(--ink-deep), #0b357a 55%, #0d55b7); }
.hero::after { content: ""; position: absolute; right: -15%; bottom: -105%; width: 900px; height: 900px; border: 1px solid rgb(167 204 255 / 15%); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(310px, .7fr); align-items: center; gap: clamp(48px, 7vw, 110px); }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #93c0ff; }
.hero .eyebrow { color: #99c4ff; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(3.15rem, 6.5vw, 5.8rem); font-weight: 800; line-height: .97; letter-spacing: -.075em; }
h1 em { color: #98caff; font-style: normal; }
h2 { margin-bottom: 22px; color: var(--ink); font-size: clamp(2.05rem, 4vw, 3.65rem); font-weight: 780; line-height: 1.06; letter-spacing: -.06em; }
h3 { color: var(--ink); font-size: 1.15rem; line-height: 1.2; letter-spacing: -.03em; }
.hero h2 { color: white; font-size: clamp(1.85rem, 3vw, 2.55rem); }
.hero-lead { max-width: 570px; color: #d8e8ff; font-size: 1.16rem; }
.price-promise { display: flex; gap: 13px; align-items: flex-start; max-width: 610px; margin-top: 23px; padding: 14px 16px; background: rgb(255 255 255 / 9%); border-left: 3px solid #8ec0ff; border-radius: 0 10px 10px 0; }.price-promise span { flex: 0 0 auto; margin-top: 2px; color: #9dcbff; font-size: .67rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }.price-promise p { margin: 0; color: white; font-size: .9rem; font-weight: 720; line-height: 1.4; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 33px 0 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 12px 18px; border: 0; border-radius: 11px; font-size: .9rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 28px rgb(14 77 178 / 28%); }
.button-primary:hover { background: #0e58c5; box-shadow: 0 15px 30px rgb(14 77 178 / 35%); }
.button-quiet { color: white; background: rgb(255 255 255 / 10%); border: 1px solid rgb(255 255 255 / 28%); }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 25px; padding: 0; margin: 0; color: #dceaff; list-style: none; font-size: .82rem; }
.hero-points span { color: #82b8ff; font-weight: 900; }
.trust-panel { padding: 30px; color: #ccdeff; background: linear-gradient(155deg, rgb(255 255 255 / 13%), rgb(255 255 255 / 5%)); border: 1px solid rgb(255 255 255 / 20%); border-radius: 22px; box-shadow: 0 25px 70px rgb(0 18 60 / 23%); backdrop-filter: blur(14px); }
.panel-topline { display: flex; align-items: center; gap: 8px; color: #bad4ff; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pulse { width: 8px; height: 8px; background: #83d8ff; border-radius: 50%; box-shadow: 0 0 0 5px rgb(131 216 255 / 14%); }
.trust-icon { display: grid; width: 55px; height: 55px; place-items: center; margin: 34px 0 25px; color: #91c2ff; background: rgb(255 255 255 / 10%); border-radius: 16px; font-size: 2rem; }.trust-logo { display: block; width: min(100%, 190px); margin: 24px 0 22px; border: 1px solid rgb(255 255 255 / 24%); border-radius: 12px; box-shadow: 0 10px 22px rgb(0 18 60 / 22%); }
.trust-panel p { font-size: .93rem; }
.panel-rule { height: 1px; margin: 24px 0; background: rgb(255 255 255 / 20%); }
.panel-foot { margin-bottom: 0; color: #a9c7f7; }.panel-foot strong { color: white; }
.hero-orbit { position: absolute; border: 1px solid rgb(161 202 255 / 18%); border-radius: 50%; }.orbit-one { top: -135px; right: 7%; width: 350px; height: 350px; }.orbit-two { right: 30%; bottom: -105px; width: 230px; height: 230px; }

.section { padding: clamp(76px, 10vw, 132px) 0; }
.section-tint { background: var(--mist); }
.intro-grid { display: grid; grid-template-columns: .85fr 1.1fr 1fr; gap: 40px; align-items: start; }.intro-grid h2 { margin-bottom: 0; }.intro-grid p:last-child { margin-bottom: 0; }.body-large { color: #2d4769; font-size: 1.2rem; line-height: 1.55; }
.photo-story { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .77fr) minmax(190px, .44fr); gap: 18px; align-items: center; width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }.photo-story-image { overflow: hidden; border-radius: 18px; box-shadow: var(--shadow); }.photo-story-image img { display: block; width: 100%; height: 100%; object-fit: cover; }.photo-story-image-large { height: 390px; }.photo-story-image-small { height: 270px; align-self: end; }.photo-story-copy { padding: 35px 8px 20px; }.photo-story-copy h2 { font-size: clamp(1.8rem, 3.2vw, 2.8rem); }.photo-story-copy > p:not(.eyebrow):not(.photo-credit) { color: var(--muted); }.photo-credit { margin-top: 25px; color: #8092a8; font-size: .72rem; }
.section-heading { max-width: 760px; margin-bottom: 42px; }.section-heading h2 { margin-bottom: 0; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-card { position: relative; min-height: 310px; padding: 27px; background: white; border: 1px solid #e0e9f4; border-radius: var(--radius); box-shadow: 0 8px 22px rgb(26 61 111 / 4%); }.audience-card:hover { border-color: #b8d3fb; box-shadow: var(--shadow); transform: translateY(-2px); transition: .25s ease; }.featured-card { background: var(--ink); border-color: var(--ink); }.featured-card h3, .featured-card a, .audience-card.featured-card p { color: white; }.featured-card .icon-wrap { color: #b9d7ff; background: rgb(255 255 255 / 11%); }.featured-card .card-number { color: rgb(255 255 255 / 65%); }.card-number { position: absolute; top: 27px; right: 27px; color: #94a9c3; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }.icon-wrap { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 40px; color: var(--blue); background: #eaf3ff; border-radius: 14px; font-size: 1.45rem; }.audience-card p { min-height: 97px; color: #5f7089; font-size: .9rem; }.audience-card a, .text-link { color: var(--blue); font-size: .86rem; font-weight: 800; }.featured-card a { color: white; }.audience-card a span, .text-link span { padding-left: 4px; transition: padding .2s ease; }.audience-card a:hover span, .text-link:hover span { padding-left: 10px; }
.hours { background: white; }.hours-heading { margin-bottom: 42px; }.hours-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.hours-card { min-height: 282px; padding: 29px; background: #f9fbff; border: 1px solid #dce7f4; border-radius: var(--radius); box-shadow: 0 8px 22px rgb(26 61 111 / 4%); }.hours-card-highlight { color: white; background: var(--ink); border-color: var(--ink); }.hours-card-urgent { border-color: #f0ca79; background: #fffaf0; }.hours-icon { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 29px; color: var(--blue); background: #eaf3ff; border-radius: 13px; font-size: 1.25rem; font-weight: 850; }.hours-card-highlight .hours-icon { color: #b9d7ff; background: rgb(255 255 255 / 11%); }.hours-card-urgent .hours-icon { color: #9a6500; background: #ffe8aa; }.hours-label { margin-bottom: 11px; color: var(--blue); font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.hours-card-highlight .hours-label { color: #93c1ff; }.hours-card-urgent .hours-label { color: #a56c00; }.hours-card h3 { margin-bottom: 12px; font-size: 1.42rem; }.hours-card-highlight h3 { color: white; }.hours-card > p:last-child { margin-bottom: 0; color: var(--muted); font-size: .85rem; }.hours-card-highlight > p:last-child { color: #cedffa; }.hours-card-urgent > p:last-child { color: #705d38; }.hours-card-urgent strong { color: #8a5900; }
.workshop-layout { display: grid; grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr); gap: clamp(45px, 8vw, 118px); align-items: center; }.workshop-logo-wrap { overflow: hidden; border: 1px solid #b8d2f5; border-radius: 20px; box-shadow: var(--shadow); }.workshop-logo-wrap img { display: block; width: 100%; height: auto; }.workshop-copy h2 { max-width: 600px; }.workshop-steps { display: grid; gap: 15px; padding: 0; margin: 28px 0; list-style: none; }.workshop-steps li { display: grid; grid-template-columns: 33px 1fr; gap: 12px; align-items: start; }.workshop-steps span { display: grid; width: 29px; height: 29px; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: .63rem; font-weight: 850; }.workshop-steps p { margin: 0; color: var(--muted); font-size: .86rem; }.workshop-steps strong { color: var(--ink); }

.services-head { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 42px; }.services-head h2 { margin-bottom: 0; }.services-note { max-width: 380px; align-self: end; margin-bottom: 7px; color: var(--muted); font-size: .94rem; }.service-offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.service-offer-card { display: flex; flex-direction: column; min-height: 258px; padding: 27px; background: white; border: 1px solid #dbe6f4; border-radius: var(--radius); box-shadow: 0 8px 22px rgb(26 61 111 / 4%); transition: transform .2s ease, box-shadow .2s ease; }.service-offer-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }.service-offer-card h3 { margin: 0 0 12px; font-size: 1.22rem; }.service-offer-card > p:not(.service-label) { margin-bottom: 19px; color: var(--muted); font-size: .86rem; }.service-label { margin: 0 0 24px; color: var(--blue); font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.service-offer-card > strong { display: block; margin-top: auto; padding-top: 15px; color: var(--ink); border-top: 1px solid #dce8f8; font-size: 1.65rem; letter-spacing: -.06em; }.service-offer-card strong small, .service-offer-card strong span { color: var(--muted); font-size: .67rem; font-weight: 650; letter-spacing: 0; }.service-offer-card-featured { color: #c9dcfa; background: var(--ink); border-color: var(--ink); }.service-offer-card-featured h3, .service-offer-card-featured > strong { color: white; }.service-offer-card-featured > p:not(.service-label) { color: #c9dcfa; }.service-offer-card-featured .service-label { color: #91c2ff; }.service-offer-card-featured > strong { border-color: rgb(210 230 255 / 22%); }.service-offer-card-featured strong small, .service-offer-card-featured strong span { color: #b8d0f4; }.service-care-note { display: flex; gap: 16px; align-items: center; max-width: 830px; margin: 27px auto 0; padding: 18px 21px; color: #365170; background: #edf5ff; border: 1px solid #cbe0fb; border-radius: 12px; }.service-care-note span { color: var(--blue); font-size: 1.35rem; }.service-care-note p { margin: 0; font-size: .86rem; }.service-care-note strong { color: var(--ink); }

.section-deep { color: #d1e1fb; background: var(--ink-deep); }.section-deep h2 { color: white; }.packs-heading { display: grid; grid-template-columns: 1.3fr .85fr; gap: 35px 70px; max-width: 1000px; margin-bottom: 45px; }.packs-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -17px; }.packs-heading h2 { margin-bottom: 0; }.packs-heading p:last-child { align-self: end; margin-bottom: 7px; }.pack-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.pack-card { display: flex; flex-direction: column; min-height: 315px; padding: 30px; color: #afc6eb; background: rgb(255 255 255 / 6%); border: 1px solid rgb(179 207 255 / 17%); border-radius: var(--radius); }.pack-card-highlight { color: #34516f; background: white; border-color: white; transform: translateY(-12px); }.pack-card h3 { margin-bottom: 12px; color: white; font-size: 1.45rem; }.pack-card-highlight h3 { color: var(--ink); }.pack-label { margin-bottom: 27px; color: #8fc1ff; font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.pack-card-highlight .pack-label { color: var(--blue); }.pack-card > p:not(.pack-label) { font-size: .88rem; }.pack-price { display: flex; align-items: baseline; gap: 10px; margin-top: auto; padding: 20px 0; border-top: 1px solid rgb(191 217 255 / 17%); }.pack-card-highlight .pack-price { border-color: #dce8f8; }.pack-price strong { color: white; font-size: 1.8rem; letter-spacing: -.06em; }.pack-card-highlight .pack-price strong { color: var(--ink); }.pack-price span { color: #9eb9df; font-size: .76rem; }.pack-card-highlight .pack-price span { color: #7085a0; }.pack-card a { color: white; font-size: .84rem; font-weight: 800; }.pack-card-highlight a { color: var(--blue); }.pricing-disclaimer { margin: 25px 0 0; color: #92aad0; font-size: .76rem; }
.price-trap-layout { display: grid; grid-template-columns: 96px minmax(0, 1.05fr) minmax(250px, .63fr); gap: 32px; align-items: end; }.trap-quote { color: #8fc1ff; font-family: Georgia, serif; font-size: 9rem; line-height: .55; }.price-trap-layout h2 { margin: 0; font-size: clamp(1.85rem, 3.4vw, 3.15rem); }.price-trap-layout > p { margin: 0 0 6px; color: var(--muted); font-size: .95rem; }

.pro-layout { display: grid; grid-template-columns: 1fr .88fr; gap: clamp(55px, 9vw, 130px); align-items: center; }.pro-copy h2 { max-width: 630px; }.pro-price-list { margin: 28px 0 15px; border-top: 1px solid #dbe6f4; }.pro-price-list > div { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 14px 0; border-bottom: 1px solid #dbe6f4; }.pro-price-list p { margin: 0; color: var(--ink); font-size: .83rem; line-height: 1.35; }.pro-price-list p span { display: block; margin-top: 4px; color: var(--muted); font-size: .73rem; }.pro-price-list b { color: var(--blue); font-size: .92rem; letter-spacing: -.02em; text-align: right; white-space: nowrap; }.pro-price-list small { color: var(--muted); font-size: .62rem; font-weight: 650; letter-spacing: 0; }.pro-care-note { margin: 17px 0 21px; padding-left: 13px; color: #496785; border-left: 3px solid #82b7f7; font-size: .8rem; }.maintenance-card { padding: 28px; background: white; border: 1px solid #dbe6f4; border-radius: 21px; box-shadow: var(--shadow); }.maintenance-intro { display: flex; align-items: center; gap: 12px; padding-bottom: 21px; color: var(--muted); font-size: .82rem; border-bottom: 1px solid var(--line); }.maintenance-intro span { color: var(--blue); font-size: 1.4rem; }.maintenance-intro p { margin: 0; }.maintenance-intro strong { color: var(--ink); font-size: 1rem; }.maintenance-tier { display: grid; grid-template-columns: 1fr auto; gap: 22px; padding: 21px 0; border-bottom: 1px solid var(--line); }.maintenance-tier h3 { margin: 0 0 4px; font-size: 1rem; }.maintenance-tier p { margin: 0; color: var(--muted); font-size: .77rem; }.maintenance-tier > strong { align-self: center; color: var(--ink); font-size: 1.15rem; letter-spacing: -.04em; text-align: right; }.maintenance-tier small { display: block; color: var(--muted); font-size: .62rem; font-weight: 600; letter-spacing: normal; }.maintenance-card .button { width: 100%; margin-top: 24px; }

.process-heading { margin-bottom: 47px; }.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; padding: 0; margin: 0; list-style: none; counter-reset: step; }.process-grid li { position: relative; padding-right: 20px; }.process-grid li:not(:last-child)::after { position: absolute; top: 15px; right: 0; width: 45%; height: 1px; content: ""; background: #bcd4f2; }.process-grid span { display: grid; width: 32px; height: 32px; place-items: center; margin-bottom: 25px; color: white; background: var(--blue); border-radius: 50%; font-size: .69rem; font-weight: 800; }.process-grid h3 { margin-bottom: 10px; }.process-grid p { color: var(--muted); font-size: .9rem; }

.faq-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 85px; align-items: start; }.faq-layout h2 { margin-bottom: 0; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 21px 0; color: var(--ink); cursor: pointer; font-size: 1.02rem; font-weight: 760; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--blue); font-size: 1.35rem; font-weight: 400; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 680px; padding-bottom: 17px; margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.review-hero { background: linear-gradient(180deg, #f4f8fe, #fff); }.review-hero-grid { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(45px, 8vw, 105px); align-items: center; }.review-logo { display: block; width: min(100%, 205px); margin-bottom: 24px; border: 1px solid #b6d1f4; border-radius: 13px; box-shadow: 0 12px 28px rgb(26 61 111 / 12%); }.review-hero h1, .review-hero h2 { max-width: 690px; color: var(--ink); font-size: clamp(3rem, 5.8vw, 5rem); }.review-hero .button { margin-top: 13px; }.review-photo { margin: 0; overflow: hidden; border-radius: 20px; box-shadow: var(--shadow); }.review-photo img { display: block; width: 100%; min-height: 390px; object-fit: cover; }.review-photo figcaption { padding: 9px 13px; color: var(--muted); background: white; font-size: .69rem; }.review-coming-inner { max-width: 700px; margin: 0 auto; text-align: center; }.review-coming-inner > span { display: grid; width: 56px; height: 56px; place-items: center; margin: 0 auto 22px; color: #f7bf44; background: #fff5d8; border-radius: 50%; font-size: 1.45rem; }.review-coming-inner h2 { margin-bottom: 18px; }.review-coming-inner > p:not(.eyebrow):not(.review-note) { max-width: 620px; margin-inline: auto; color: var(--muted); }.review-note { margin-top: 25px; color: #6b82a0; font-size: .8rem; }

.section-contact { color: white; background: linear-gradient(128deg, #09275a, #0f4caa); }.contact-layout { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(55px, 9vw, 130px); align-items: center; }.contact-copy h2 { color: white; }.contact-copy > p:not(.eyebrow) { max-width: 460px; color: #c7dcff; font-size: 1.05rem; }.service-area { display: flex; align-items: center; gap: 12px; margin: 33px 0 21px; color: #d4e5ff; }.service-area span { display: grid; width: 38px; height: 38px; place-items: center; color: #9dccff; background: rgb(255 255 255 / 10%); border-radius: 10px; }.service-area p { margin: 0; font-size: .84rem; }.service-area strong { color: white; }.contact-placeholder { color: #9fc1ef !important; font-size: .78rem !important; }.contact-form { padding: 29px; color: var(--ink); background: white; border-radius: 19px; box-shadow: 0 24px 55px rgb(0 24 72 / 24%); }.form-row { margin-bottom: 17px; }.form-row label { display: block; margin-bottom: 7px; color: #31506f; font-size: .78rem; font-weight: 750; }.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: #f8fbff; border: 1px solid #cfdef0; border-radius: 8px; outline: 0; }.form-row textarea { resize: vertical; }.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgb(20 99 216 / 13%); }.contact-form .button { width: 100%; margin-top: 4px; }.form-status { min-height: 20px; margin: 12px 0 0; color: #45627e; font-size: .75rem; text-align: center; }.form-status.is-error { color: #b3261e; }.form-status.is-success { color: #127a55; }

.site-footer { color: #abc0df; background: #061b40; }.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 38px 0; }.brand-footer { color: white; }.brand-footer small { color: #88a8d5; }.footer-main > p { margin: 0; font-size: .82rem; }.footer-links { display: flex; gap: 20px; color: white; font-size: .8rem; font-weight: 750; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; font-size: .7rem; border-top: 1px solid rgb(177 206 246 / 13%); }.footer-bottom p { margin: 0; }

@media (max-width: 860px) {
  .menu-toggle { display: inline-grid; place-items: center; }.main-nav { position: absolute; top: 78px; right: 24px; left: 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); }.main-nav.is-open { display: flex; }.main-nav a { padding: 12px; }.nav-cta { text-align: center; }.hero-grid, .intro-grid, .contact-layout, .faq-layout, .pro-layout, .review-hero-grid, .workshop-layout { grid-template-columns: 1fr; }.hero-grid { gap: 46px; }.hero-copy { max-width: 690px; }.trust-panel { max-width: 530px; }.intro-grid { gap: 20px; }.intro-grid h2 { max-width: 590px; }.photo-story { grid-template-columns: 1fr 1fr; }.photo-story-copy { grid-column: 1 / -1; grid-row: 1; padding: 10px 8px 25px; }.photo-story-image-large { height: 310px; }.photo-story-image-small { height: 250px; }.audience-grid, .pack-grid, .hours-grid { grid-template-columns: 1fr; }.audience-card { min-height: auto; }.audience-card p { min-height: auto; }.hours-card { min-height: auto; }.workshop-logo-wrap { max-width: 520px; }.pack-card-highlight { transform: none; }.services-head { display: block; }.services-note { max-width: 520px; margin-top: 16px; }.service-offer-grid { grid-template-columns: repeat(2, 1fr); }.price-trap-layout { grid-template-columns: 68px 1fr; }.price-trap-layout > p { grid-column: 2; }.process-grid { gap: 25px; }.process-grid li:not(:last-child)::after { width: 30%; }.faq-layout { gap: 35px; }.contact-layout { gap: 45px; }.footer-main { flex-wrap: wrap; }.footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  .container, .photo-story { width: min(var(--container), calc(100% - 34px)); }.header-inner { min-height: 68px; }.main-nav { top: 68px; right: 17px; left: 17px; }.brand { font-size: .95rem; }.brand-mark { width: 32px; height: 32px; }.hero { padding-top: 65px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.hero-points { display: grid; gap: 9px; }.trust-panel { padding: 24px; }.price-promise { display: block; }.price-promise span { display: block; margin-bottom: 6px; }.intro-grid h2, h2 { letter-spacing: -.055em; }.photo-story { display: grid; grid-template-columns: 1fr; gap: 13px; }.photo-story-copy { grid-row: auto; padding: 9px 0 18px; }.photo-story-image-large, .photo-story-image-small { height: 255px; }.service-offer-grid { grid-template-columns: 1fr; }.service-offer-card { min-height: auto; }.packs-heading { grid-template-columns: 1fr; gap: 15px; }.packs-heading .eyebrow { margin-bottom: 0; }.price-trap-layout { grid-template-columns: 1fr; gap: 18px; }.trap-quote { display: none; }.price-trap-layout > p { grid-column: auto; }.maintenance-card, .contact-form { padding: 22px; }.maintenance-tier { gap: 12px; }.pro-price-list > div { grid-template-columns: 1fr auto; }.process-grid { grid-template-columns: 1fr; gap: 18px; }.process-grid li { display: grid; grid-template-columns: 42px 1fr; column-gap: 15px; }.process-grid li span { grid-row: span 2; margin: 0; }.process-grid li h3 { margin: 5px 0 4px; }.process-grid li p { grid-column: 2; margin: 0; }.process-grid li:not(:last-child)::after { display: none; }.review-photo img { min-height: 280px; }.footer-main { align-items: flex-start; flex-direction: column; gap: 22px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
