:root {
  --ink: #07111f;
  --navy: #0a1b31;
  --navy-2: #102844;
  --aqua: #15c7e6;
  --aqua-light: #80eaff;
  --white: #f7fbff;
  --muted: #9eacba;
  --line: rgba(255, 255, 255, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.splash {
  position: fixed; inset: 0; z-index: 9999; display: grid; place-content: center; justify-items: center;
  background: #06101d; animation: splash-away .5s 2s cubic-bezier(.65,0,.35,1) forwards;
}
.splash__glow { position: absolute; width: 38rem; height: 38rem; border-radius: 50%; background: rgba(21,199,230,.14); filter: blur(80px); animation: pulse 1.5s ease-in-out infinite alternate; }
.splash .brand-mark { width: 270px; height: 270px; filter: drop-shadow(0 0 30px rgba(21,199,230,.28)); animation: logo-in .65s cubic-bezier(.2,.8,.2,1) both; }
@keyframes logo-in { from { opacity: 0; transform: scale(.72) rotate(-5deg); } to { opacity: 1; transform: scale(1); } }
@keyframes pulse { to { transform: scale(1.15); opacity: .6; } }
@keyframes splash-away { to { opacity: 0; visibility: hidden; transform: scale(1.04); } }

.header-shell { position: fixed; inset: 0 0 auto; z-index: 1000; box-shadow: 0 10px 35px rgba(0,0,0,.18); }
.licence-bar { height: 34px; padding: 0 clamp(20px,5vw,82px); display: flex; align-items: center; justify-content: flex-end; gap: 12px; color: #a9b7c5; background: #030a12; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.licence-bar strong { color: var(--aqua-light); }
.licence-bar i { width: 1px; height: 12px; background: rgba(255,255,255,.2); }
.site-header { height: 88px; padding: 0 clamp(20px,5vw,82px); display: flex; align-items: center; gap: 42px; background: rgba(7,17,31,.97); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand > span:last-child { display: grid; gap: 1px; }
.brand strong { font-size: 17px; letter-spacing: .22em; }
.brand small { color: var(--aqua-light); font-size: 7px; font-weight: 700; letter-spacing: .25em; }
.brand-mark { position: relative; display: block; width: 66px; height: 66px; flex: 0 0 auto; }
.brand-mark svg { width: 100%; height: 100%; display: block; overflow: visible; }
.logo-ring { fill: rgba(7,17,31,.72); stroke: rgba(255,255,255,.88); stroke-width: 1.8; }
.logo-stars { fill: white; font-family: Georgia, serif; font-size: 11px; text-anchor: middle; }
.logo-mountain--left { fill: #8d99a7; }
.logo-mountain--right { fill: #d9e0e6; }
.logo-house { stroke: rgba(255,255,255,.88); stroke-width: 1.2; }
.logo-house--left, .logo-house--right { fill: #0a2138; }
.logo-house--centre { fill: #089fc5; }
.logo-roof { fill: none; stroke: #17c9ef; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.logo-roof--centre { stroke: #f4f9fc; }
.logo-windows { fill: none; stroke: white; stroke-width: 1.3; }
.logo-title { fill: white; font-family: Georgia, 'Times New Roman', serif; font-size: 29px; text-anchor: middle; }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a { position: relative; color: #b8c3cf; font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.site-header nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--aqua); transition: right .25s ease; }
.site-header nav a:hover { color: white; }
.site-header nav a:hover::after { right: 0; }
.header-cta { padding: 14px 18px; border: 1px solid rgba(128,234,255,.5); font-size: 11px; font-weight: 700; letter-spacing: .04em; transition: .25s ease; }
.header-cta span { color: var(--aqua); margin-left: 12px; }
.header-cta:hover { background: var(--aqua); color: #03121f; border-color: var(--aqua); }
.header-cta:hover span { color: #03121f; }

.hero { position: relative; min-height: 680px; height: calc(100vh - 122px); max-height: 850px; margin-top: 122px; overflow: hidden; display: flex; align-items: center; }
section[id] { scroll-margin-top: 122px; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 36%; filter: saturate(.82) contrast(1.04); }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,13,25,.98) 0%, rgba(4,13,25,.88) 33%, rgba(4,13,25,.2) 66%, rgba(4,13,25,.05) 100%), linear-gradient(0deg, rgba(4,13,25,.7), transparent 42%); }
.hero__content { position: relative; z-index: 2; width: min(760px, 60vw); margin-left: clamp(24px,8vw,130px); padding-bottom: 25px; }
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 12px; color: var(--aqua-light); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: var(--aqua); }
.hero h1 { margin: 0; max-width: 760px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(60px, 7.5vw, 112px); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
.hero h1 em { color: var(--aqua-light); font-weight: 400; }
.hero__lead { max-width: 590px; margin: 32px 0; color: #c2ccd5; font-size: 17px; line-height: 1.7; }
.hero__actions { display: flex; gap: 14px; }
.button { min-width: 180px; padding: 17px 22px; border: 1px solid rgba(255,255,255,.35); text-align: center; font-size: 12px; font-weight: 800; transition: .25s ease; }
.button span { margin-left: 22px; }
.button--primary { background: var(--aqua); border-color: var(--aqua); color: #041321; }
.button--primary:hover { background: var(--aqua-light); border-color: var(--aqua-light); transform: translateY(-2px); }
.button--ghost:hover { border-color: white; background: rgba(255,255,255,.08); }
.hero__proof { position: absolute; right: clamp(24px,6vw,94px); bottom: 65px; z-index: 2; display: flex; align-items: center; gap: 14px; padding: 18px 0 18px 22px; border-left: 1px solid var(--aqua); text-shadow: 0 2px 16px #000; }
.hero__proof strong { font-family: Georgia, serif; color: var(--aqua-light); font-size: 46px; font-weight: 400; line-height: 1; }
.hero__proof span { color: #dae2e9; font-size: 11px; line-height: 1.45; letter-spacing: .04em; }
.hero__scroll { position: absolute; z-index: 2; left: 28px; bottom: 45px; display: flex; align-items: center; gap: 14px; transform: rotate(-90deg); transform-origin: left center; color: #8293a3; font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero__scroll i { width: 46px; height: 1px; background: #8293a3; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--navy); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip div { min-height: 108px; padding: 28px 30px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { color: var(--aqua); font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.trust-strip strong { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: 116px clamp(24px,8vw,130px); }
.section-kicker { display: flex; align-items: center; gap: 12px; color: #536679; font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.section-kicker span { color: var(--aqua); font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.section-kicker::after { content: ''; width: 42px; height: 1px; background: #b8c2cc; }
.section-kicker--light { color: #8294a7; }
.section-kicker--light::after { background: rgba(255,255,255,.24); }
.intro { background: #f5f8fb; color: var(--ink); }
.intro__heading { margin: 35px 0 70px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 8vw; }
.intro h2, .why h2, .about h2, .testimonials h2, .process h2, .contact h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(48px,5vw,76px); font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }
.intro h2 em, .why h2 em, .about h2 em, .testimonials h2 em, .process h2 em, .contact h2 em { color: #1298b6; font-weight: 400; }
.intro__heading > p { margin: 0; color: #526273; font-size: 16px; line-height: 1.8; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #cbd6e0; border: 1px solid #cbd6e0; }
.services-grid article { position: relative; min-height: 390px; padding: 38px; display: flex; flex-direction: column; background: white; overflow: hidden; transition: .3s ease; }
.services-grid article::before { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: var(--aqua); transition: right .35s ease; }
.services-grid article:hover { transform: translateY(-6px); box-shadow: 0 18px 50px rgba(8,29,51,.14); z-index: 2; }
.services-grid article:hover::before { right: 0; }
.services-grid .featured { background: var(--navy); color: white; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #078eaa; border: 1px solid #a9bac9; border-radius: 50%; font-size: 24px; }
.featured .service-icon { border-color: rgba(128,234,255,.35); color: var(--aqua-light); }
.services-grid small { position: absolute; right: 30px; top: 32px; color: #9cadba; font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.services-grid h3 { margin: 54px 0 18px; max-width: 270px; font-family: Georgia, serif; font-size: 26px; font-weight: 400; line-height: 1.15; }
.service-price { margin: -2px 0 20px; display: flex; align-items: baseline; gap: 8px; color: #087e98; }
.service-price span { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-price strong { font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.services-grid .featured .service-price { color: var(--aqua-light); }
.services-grid p { margin: 0 0 32px; color: #657485; font-size: 13px; line-height: 1.75; }
.services-grid .featured p { color: #aebbc7; }
.services-grid a { margin-top: auto; color: #0b7187; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.services-grid .featured a { color: var(--aqua-light); }
.services-grid a span { float: right; font-size: 18px; }

.why { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 810px; background: var(--navy); }
.why__image { position: relative; min-height: 760px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 38%, #173852 0%, #0a2138 58%, #061321 100%); }
.why__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; transform: scale(.9); box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.why__image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,24,42,.08), rgba(9,24,42,.35)); }
.image-badge { position: absolute; z-index: 2; left: 0; bottom: 0; width: 270px; padding: 28px 34px; display: grid; gap: 5px; background: var(--aqua); color: #041321; }
.image-badge strong { font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.image-badge span { font-size: 10px; line-height: 1.5; }
.why__content { padding: 100px clamp(40px,7vw,110px); }
.why__content h2 { margin: 34px 0 28px; }
.why__lead { max-width: 560px; color: #aebbc7; font-size: 16px; line-height: 1.8; }
.why ul { margin: 40px 0 45px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.why li { padding: 20px 0; display: flex; gap: 18px; border-bottom: 1px solid var(--line); }
.why li > span { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; color: #051523; background: var(--aqua); border-radius: 50%; font-size: 12px; }
.why li div { display: grid; gap: 6px; }
.why li strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.why li small { color: #8fa0b0; font-size: 11px; line-height: 1.5; }
.text-link { display: inline-flex; gap: 28px; align-items: center; padding-bottom: 8px; color: var(--aqua-light); border-bottom: 1px solid var(--aqua); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { font-size: 16px; }

.about { background: #f5f8fb; color: var(--ink); }
.about__grid { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.script { margin: 0 0 10px; color: #0ba6c6; font-family: Georgia, serif; font-size: 18px; font-style: italic; }
.credential-pills { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 8px; }
.credential-pills span { padding: 9px 12px; color: #1c5264; background: #dff5f9; border: 1px solid #b7e7f0; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about__copy { padding-top: 34px; }
.about__copy p { color: #5b6a78; font-size: 14px; line-height: 1.8; }
.about__copy .large { margin-top: 0; color: #172c3d; font-family: Georgia, serif; font-size: 19px; line-height: 1.55; }
blockquote { position: relative; margin: 90px 0 0; padding: 52px 8vw; display: grid; grid-template-columns: auto 1fr; gap: 22px; color: white; background: var(--navy); }
blockquote > span { color: var(--aqua); font-family: Georgia, serif; font-size: 82px; line-height: .7; }
blockquote p { margin: 0; max-width: 870px; font-family: Georgia, serif; font-size: clamp(23px,2.5vw,36px); font-style: italic; line-height: 1.35; }
blockquote cite { grid-column: 2; color: #91a2b2; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.testimonials { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; color: var(--ink); background: #eaf2f7; }
.testimonials__head h2 { margin: 34px 0 24px; }
.testimonials__head > p { max-width: 440px; color: #5d6f7f; font-size: 14px; line-height: 1.8; }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.testimonials__grid article { min-height: 390px; padding: 32px 28px 28px; display: flex; flex-direction: column; background: white; border-top: 3px solid var(--aqua); box-shadow: 0 14px 35px rgba(7,25,43,.08); }
.testimonial-stars { color: #079fbe; font-size: 15px; letter-spacing: .12em; white-space: nowrap; }
.testimonials__grid blockquote { margin: 30px 0; padding: 0; display: block; color: #3c5162; background: transparent; font-family: Georgia, 'Times New Roman', serif; font-size: 15px; font-style: italic; line-height: 1.75; }
.testimonials__grid article > footer { margin-top: auto; padding: 20px 0 0; display: grid; grid-template-columns: 1fr; gap: 5px; color: var(--ink); background: transparent; border-top: 1px solid #d6e0e7; }
.testimonials__grid article > footer strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.testimonials__grid article > footer span { color: #718290; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: #071523; }
.process__head h2 { margin: 34px 0 20px; }
.process__head > p { color: #8799a9; font-size: 14px; }
.process__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.process__steps article { position: relative; padding: 34px 28px; background: #0b1d30; }
.process__steps article::after { content: '→'; position: absolute; right: -12px; top: 50%; z-index: 2; width: 24px; height: 24px; display: grid; place-items: center; color: #041321; background: var(--aqua); border-radius: 50%; font-size: 12px; }
.process__steps article:last-child::after { display: none; }
.process__steps strong { color: var(--aqua); font-family: Georgia, serif; font-size: 14px; font-style: italic; }
.process__steps span { margin: 70px 0 18px; display: block; font-family: Georgia, serif; font-size: 20px; }
.process__steps p { margin: 0; color: #8da0b1; font-size: 11px; line-height: 1.7; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; color: var(--ink); background: #eef4f8; }
.contact__aside { padding: 110px clamp(30px,7vw,110px); }
.contact h2 { margin: 34px 0 26px; }
.contact__aside > p { max-width: 520px; color: #5f7080; font-size: 14px; line-height: 1.8; }
.contact-links { margin: 50px 0; border-top: 1px solid #aebdca; }
.contact-link { padding: 20px 0; display: grid; grid-template-columns: 1fr auto; gap: 5px; border-bottom: 1px solid #aebdca; }
.contact-link small { color: #607283; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-link strong { font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.contact-link span { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #008daa; font-size: 20px; }
.contact-link:hover strong { color: #007f99; }
.contact__licences { display: grid; grid-template-columns: 1fr auto; gap: 8px 24px; color: #657788; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.contact__licences strong { color: #0a5670; text-align: right; }
.contact__form { padding: 90px clamp(30px,7vw,100px); background: white; }
.form-heading { margin-bottom: 34px; display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid #cad5de; padding-bottom: 16px; }
.form-heading span { font-family: Georgia, serif; font-size: 26px; }
.form-heading small { color: #80909e; font-size: 9px; }
.contact__form label { margin-bottom: 24px; display: grid; gap: 8px; }
.contact__form label > span { color: #344c5e; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact__form input, .contact__form textarea { width: 100%; padding: 14px 0; color: #10283a; background: transparent; border: 0; border-bottom: 1px solid #b9c7d2; border-radius: 0; outline: none; font: inherit; font-size: 14px; transition: border-color .2s; }
.contact__form textarea { padding: 14px; border: 1px solid #b9c7d2; resize: vertical; }
.contact__form input:focus, .contact__form textarea:focus { border-color: #079fbe; box-shadow: 0 1px 0 #079fbe; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.form-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact__form button { width: 100%; padding: 18px 22px; display: flex; justify-content: space-between; color: #03121f; background: var(--aqua); border: 0; cursor: pointer; font-size: 12px; font-weight: 800; transition: .25s ease; }
.contact__form button:hover { background: #82edff; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(21,199,230,.22); }
.contact__form .button--email-app { color: #0a5670; background: white; border: 1px solid #86bac6; }
.contact__form .button--email-app:hover { color: #03121f; background: #dff7fb; border-color: #079fbe; }
.form-note { margin: 12px 0 0; color: #82909c; font-size: 9px; line-height: 1.5; text-align: center; }

footer { padding: 70px clamp(24px,8vw,130px) 30px; display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 35px; background: #030b13; border-top: 1px solid rgba(255,255,255,.12); }
footer > p { margin: 8px 0 0; max-width: 430px; justify-self: end; color: #8b9baa; font-family: Georgia, serif; font-size: 18px; line-height: 1.5; text-align: right; }
footer > div { grid-column: 1 / -1; padding-top: 24px; display: flex; justify-content: space-between; color: #647687; border-top: 1px solid rgba(255,255,255,.12); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.owner-credit { display: inline-flex; align-items: baseline; gap: 7px; }
.owner-credit small { color: #8293a3; font-size: 7px; font-weight: 400; letter-spacing: .03em; text-transform: none; }
.owner-credit a { color: #9feeff; }

@media (max-width: 900px) {
  .licence-bar { justify-content: center; padding: 0 12px; }
  .site-header { height: 76px; }
  .site-header nav { display: none; }
  .header-cta { display: none; }
  .hero { height: auto; min-height: 710px; }
  .hero__content { width: auto; margin: 0 24px; padding-bottom: 80px; }
  .hero__overlay { background: linear-gradient(90deg, rgba(4,13,25,.95), rgba(4,13,25,.52)), linear-gradient(0deg, rgba(4,13,25,.82), transparent 65%); }
  .hero__proof { right: 24px; bottom: 24px; }
  .hero__scroll { display: none; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 86px 32px; }
  .intro__heading, .about__grid { grid-template-columns: 1fr; gap: 25px; }
  .services-grid { grid-template-columns: 1fr; }
  .services-grid article { min-height: 320px; }
  .why { grid-template-columns: 1fr; }
  .why__image { min-height: 560px; }
  .why__content { padding: 80px 32px; }
  .testimonials { grid-template-columns: 1fr; gap: 42px; }
  .testimonials__grid { grid-template-columns: 1fr; }
  .testimonials__grid article { min-height: 0; }
  .process { grid-template-columns: 1fr; gap: 50px; }
  .contact { grid-template-columns: 1fr; }
  .hero { margin-top: 110px; }
  section[id] { scroll-margin-top: 110px; }
}
@media (max-width: 560px) {
  .licence-bar { gap: 7px; font-size: 7px; letter-spacing: .06em; }
  .licence-bar span { display: none; }
  .site-header { padding: 0 16px; }
  .hero h1 { font-size: 58px; }
  .hero__lead { font-size: 15px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero__proof { display: none; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { min-height: 78px; padding: 20px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:nth-child(3) { border-bottom: 1px solid var(--line); }
  .section { padding: 70px 20px; }
  .intro__heading { margin-bottom: 45px; }
  .intro h2, .why h2, .about h2, .testimonials h2, .process h2, .contact h2 { font-size: 44px; }
  .services-grid article { padding: 30px 26px; }
  .why__image { min-height: 430px; }
  .why__content { padding: 70px 22px; }
  .about__grid { gap: 10px; }
  blockquote { margin-top: 55px; padding: 40px 24px; grid-template-columns: 1fr; }
  blockquote > span { font-size: 60px; }
  blockquote cite { grid-column: 1; }
  .process__steps { grid-template-columns: 1fr; }
  .process__steps article { min-height: 225px; }
  .process__steps article::after { right: 50%; top: auto; bottom: -12px; transform: translateX(50%) rotate(90deg); }
  .contact__aside, .contact__form { padding: 70px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-actions { grid-template-columns: 1fr; }
  .form-heading { align-items: start; gap: 6px; flex-direction: column; }
  .contact-link strong { font-size: 15px; }
  footer { padding: 55px 22px 25px; grid-template-columns: 1fr; }
  footer > p { justify-self: start; text-align: left; }
  footer > div { grid-column: 1; flex-direction: column; gap: 10px; }
  .owner-credit { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .splash { display: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
