:root {
  --ink: #12271d;
  --forest: #1e553b;
  --forest-deep: #123827;
  --lime: #c6e579;
  --paper: #f8f6f0;
  --sand: #ece8dd;
  --white: #fffefa;
  --muted: #59675e;
  --line: rgba(18, 39, 29, .14);
  --shadow: 0 22px 55px rgba(18, 39, 29, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 400 16px/1.55 "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { color: var(--ink); background: var(--lime); }
:focus-visible { outline: 3px solid #88ae38; outline-offset: 4px; }
[id] { scroll-margin-top: 104px; }
.js [data-reveal] { opacity: 0; transform: translate3d(0, 28px, 0); transition: opacity .72s cubic-bezier(.22, .61, .36, 1), transform .72s cubic-bezier(.22, .61, .36, 1); }
.js [data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.js [data-reveal-delay="80"] { transition-delay: .08s; }
.js [data-reveal-delay="100"] { transition-delay: .1s; }
.js [data-reveal-delay="120"] { transition-delay: .12s; }
.js [data-reveal-delay="140"] { transition-delay: .14s; }
.js [data-reveal-delay="160"] { transition-delay: .16s; }
.js [data-reveal-delay="180"] { transition-delay: .18s; }
.js [data-reveal-delay="200"] { transition-delay: .2s; }
.js [data-reveal-delay="240"] { transition-delay: .24s; }
.js [data-reveal-delay="300"] { transition-delay: .3s; }
.js [data-reveal-delay="320"] { transition-delay: .32s; }
.js [data-reveal-delay="400"] { transition-delay: .4s; }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 9px 13px; color: #fff; background: var(--ink); transform: translateY(-150%); transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }

.splash { display: none; }
.js:not(.splash-seen) .splash { position: fixed; z-index: 999; inset: 0; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 42%, #16261d, #070b08 74%); opacity: 1; transition: opacity .6s ease; animation: splash-auto-hide 0s 2.6s forwards; }
.js:not(.splash-seen) .splash.is-hiding { opacity: 0; pointer-events: none; }
.splash__mark { display: block; width: auto; height: min(64vh, 620px); max-width: 78vw; opacity: 0; transform: scale(.62) rotate(-10deg); }
.js:not(.splash-seen) .splash__mark { animation: splash-in 1s cubic-bezier(.22, 1.12, .36, 1) .05s forwards; }

@keyframes splash-in {
  0% { opacity: 0; transform: scale(.62) rotate(-10deg); }
  60% { opacity: 1; transform: scale(1.04) rotate(2deg); }
  100% { opacity: 1; transform: scale(1) rotate(0deg); }
}

@keyframes splash-auto-hide {
  to { display: none; }
}

.site-header { position: sticky; z-index: 20; top: 0; width: 100%; max-width: 1440px; height: 84px; margin: 0 auto; padding: 0 clamp(22px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(248, 246, 240, .9); backdrop-filter: blur(14px); transition: box-shadow .35s ease, background-color .35s ease; }
.site-header.is-scrolled { background: rgba(248, 246, 240, .97); box-shadow: 0 12px 30px rgba(18, 39, 29, .1); }

.ticker { overflow: hidden; color: var(--lime); background: var(--forest-deep); }
.ticker__track { display: flex; width: max-content; animation: ticker-scroll 40s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__group { display: flex; }
.ticker__group span { padding: 9px 0; white-space: nowrap; font-size: .78rem; font-weight: 600; letter-spacing: .03em; }
.ticker__group span::after { content: "\2726"; margin: 0 26px; color: #7ea36a; }

@keyframes ticker-scroll {
  to { transform: translate3d(-50%, 0, 0); }
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1rem; font-weight: 700; letter-spacing: -.045em; }
.brand img { width: 35px; height: 35px; object-fit: cover; border-radius: 50%; }
nav { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 33px); font-size: .82rem; font-weight: 700; }
nav > a:not(.nav-contact) { position: relative; color: #415047; }
nav > a:not(.nav-contact)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; content: ""; background: var(--forest); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
nav > a:not(.nav-contact):hover { color: var(--ink); }
nav > a:not(.nav-contact):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px 10px 16px; color: #fff; background: var(--ink); border-radius: 999px; transition: background .2s ease, transform .2s ease; }
.nav-contact:hover { background: var(--forest); transform: translateY(-2px); }
.nav-contact::after { position: absolute; inset: 0; content: ""; border: 1px solid var(--forest); border-radius: inherit; opacity: .6; pointer-events: none; animation: contact-pulse 2.8s ease-out infinite; }
.nav-contact:hover::after { animation-play-state: paused; opacity: 0; }

.language-switcher { width: 43px; height: 43px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--ink); cursor: pointer; transition: background .2s ease, transform .2s ease; }
.language-switcher:hover { background: var(--forest); transform: translateY(-2px); }
.language-switcher.is-switching { animation: flag-spin .5s cubic-bezier(.22, .61, .36, 1); }
.language-switcher__flag { position: relative; width:21px; height:21px; overflow:hidden; display:block; border-radius:50%; background:linear-gradient(90deg,#009246 0 33.33%,#fff 33.33% 66.66%,#ce2b37 66.66%); box-shadow:0 0 0 1px rgba(255,255,255,.35); }
.language-switcher__flag--en { background: repeating-linear-gradient(to bottom, #b22234 0 1.62px, #fff 1.62px 3.24px); }
.language-switcher__flag--en::after { position:absolute; top:0; left:0; width:48%; height:54%; content:""; background:#3c3b6e; }
.language-switcher__flag--fr { background: linear-gradient(90deg, #002395 0 33.33%, #fff 33.33% 66.66%, #ed2939 66.66%); }

.section-wrap { width: min(100%, 1280px); margin: 0 auto; padding-right: clamp(22px, 5vw, 72px); padding-left: clamp(22px, 5vw, 72px); }
.eyebrow, .section-label { margin: 0; display: flex; align-items: center; gap: 10px; color: var(--forest); font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 31px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 600; letter-spacing: -.06em; line-height: .98; }
h1 em, h2 em { color: var(--forest); font-style: italic; font-weight: 600; }

.hero { width: min(100%, 1440px); min-height: calc(100svh - 84px); margin: 0 auto; padding: clamp(50px, 7vw, 110px) clamp(22px, 5vw, 72px) clamp(60px, 6vw, 88px); display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr); align-items: center; gap: clamp(38px, 6vw, 110px); overflow: hidden; }
.hero__content { position: relative; z-index: 1; padding: 8px 0; }
h1 { max-width: 750px; margin: 25px 0 25px; overflow-wrap: break-word; font-size: clamp(3.45rem, 7.05vw, 7.3rem); }
.hero__intro { max-width: 525px; margin-bottom: 0; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.14rem); line-height: 1.62; }
.hero__actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 27px; min-width: 174px; padding: 15px 17px 15px 22px; border-radius: 999px; font-size: .88rem; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button b { display: inline-block; font-size: 1.22rem; line-height: .9; font-weight: 400; transition: transform .25s cubic-bezier(.22, .61, .36, 1); }
.button:hover { transform: translateY(-3px); box-shadow: 0 11px 22px rgba(18, 39, 29, .18); }
.button:hover b { transform: translateX(4px); }
.button--dark { color: #fff; background: var(--ink); }
.button--dark:hover { background: var(--forest); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 5px 0 4px; color: var(--ink); border-bottom: 1px solid currentColor; font-size: .87rem; font-weight: 700; transition: color .2s ease; }
.text-link:hover { color: var(--forest); }
.text-link b { display: inline-block; font-weight: 400; transition: transform .25s cubic-bezier(.22, .61, .36, 1); }
.text-link:hover b { transform: translateY(3px); }
.hero__highlights { max-width: 580px; margin: 54px 0 0; padding: 20px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; list-style: none; border-top: 1px solid var(--line); }
.hero__highlights li { padding-right: 10px; color: #45564b; font-size: .73rem; font-weight: 600; line-height: 1.35; }
.hero__highlights li > span:first-child { display: block; margin-bottom: 6px; color: var(--forest); font-size: .62rem; font-weight: 700; letter-spacing: .1em; }

.hero__visual { min-height: min(610px, 62vw); padding: 30px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--forest-deep); border-radius: 2px 84px 2px 84px; box-shadow: var(--shadow); }
.hero__visual::before { position: absolute; top: -18%; right: -13%; width: 82%; aspect-ratio: 1; content: ""; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.04), 0 0 0 68px rgba(255,255,255,.025); animation: orbit-ring 18s linear infinite; }
.hero__visual::after { position: absolute; bottom: -30%; left: -16%; width: 76%; aspect-ratio: 1; content: ""; border-radius: 50%; background: var(--lime); opacity: .96; }
.hero__visual-kicker { position: absolute; z-index: 2; top: 28px; left: 31px; margin: 0; color: #dce7dc; font-size: .62rem; font-weight: 700; letter-spacing: .13em; }
.hero__visual-kicker span { margin: 0 8px; color: var(--lime); }
.hero__logo-frame { position: relative; z-index: 2; width: min(83%, 405px); aspect-ratio: 1; overflow: hidden; border: 10px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 20px 45px rgba(0,0,0,.22); }
.js .hero__logo-frame { opacity: 0; }
.hero__logo-frame.logo-intro-play { animation: logo-intro 1s cubic-bezier(.22, 1.12, .36, 1) both; }
.hero__logo-frame.logo-floating { opacity: 1; animation: hero-logo-float 6s ease-in-out infinite; }
.hero__logo-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero__visual-text { position: absolute; z-index: 3; bottom: 32px; left: 32px; margin: 0; color: var(--ink); font: 600 clamp(1.25rem, 2.4vw, 2rem)/1.02 "Playfair Display", Georgia, serif; letter-spacing: -.045em; }
.hero__visual-text em { color: var(--forest-deep); font-style: italic; }
.hero__corner-arrow { position: absolute; z-index: 3; right: 30px; bottom: 25px; width: 45px; height: 45px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 1.5rem; animation: arrow-bob 3.4s ease-in-out infinite; }

.intro { padding-top: clamp(98px, 12vw, 174px); padding-bottom: clamp(98px, 12vw, 170px); }
.intro__grid { margin-top: 25px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .77fr); gap: clamp(44px, 9vw, 138px); }
.intro__statement { min-width: 0; }
.intro h2, .services h2, .contact h2 { margin-bottom: 0; font-size: clamp(2.85rem, 4.8vw, 5.25rem); }
.intro__youtube-link { width: min(100%, 410px); margin: clamp(38px, 5vw, 68px) 0 0 clamp(0px, 4vw, 48px); padding: 8px; position: relative; display: block; background: var(--white); border-radius: 2px 42px 2px 42px; box-shadow: 0 24px 46px rgba(18,39,29,.14); transition: transform .24s ease, box-shadow .24s ease; }
.intro__youtube-link::before { position: absolute; z-index: 0; top: 11%; right: -8%; width: 78%; aspect-ratio: 1; content: ""; border: 1px solid rgba(30,85,59,.2); border-radius: 50%; }
.intro__youtube-link:hover { box-shadow: 0 29px 54px rgba(18,39,29,.2); transform: translateY(-5px); }
.intro__youtube-badge { position: relative; z-index: 1; margin-top: 12px; padding: 2px 8px 6px; display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: .82rem; font-weight: 700; }
.intro__youtube-badge svg { flex: none; }
.intro__logo-stage { position: relative; z-index: 1; aspect-ratio: 1.38; overflow: hidden; background: #171817; border-radius: 1px 36px 1px 36px; }
.intro__logo-stage::after { position: absolute; right: 0; bottom: 0; left: 0; height: 32%; content: ""; background: linear-gradient(transparent, rgba(0,0,0,.25)); pointer-events: none; }
.intro__logo-stage img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.intro__copy { padding-top: 9px; }
.intro .lead { margin-bottom: 22px; color: #2c4135; font-size: clamp(1.1rem, 1.65vw, 1.34rem); line-height: 1.45; }
.intro__copy > p:not(.lead) { margin-bottom: 0; color: var(--muted); }
.intro__note { margin: 37px 0 0; padding: 22px 0 0; display: flex; gap: 15px; border-top: 1px solid var(--line); }
.intro__note-mark { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 1.28rem; line-height: 1; }
.intro__note p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.48; }
.intro__note .intro__note-label { margin-bottom: 4px; color: var(--ink); font-size: .71rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.services { padding: clamp(82px, 9vw, 130px) 0; background: var(--sand); }
.services__heading { max-width: 700px; }
.services h2 { margin: 18px 0 18px; }
.services__heading > p:last-child { max-width: 445px; margin-bottom: 0; color: var(--muted); }
.service-list { margin-top: 54px; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.service-card { min-height: 300px; padding: 28px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: var(--white); border: 1px solid rgba(18,39,29,.07); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-card::before { position: absolute; top: 0; left: 0; width: 100%; height: 4px; content: ""; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.service-card:hover { background: #fff; box-shadow: 0 20px 33px rgba(28, 54, 41, .1); transform: translateY(-7px); }
.service-card:hover::before { transform: scaleX(1); }
.service-number { position: absolute; top: 26px; left: 28px; color: var(--forest); font-size: .67rem; font-weight: 700; letter-spacing: .12em; }
.service-card h3 { max-width: 275px; margin-bottom: 10px; font: 600 clamp(1.55rem, 2.35vw, 2.12rem)/1.08 "Playfair Display", Georgia, serif; letter-spacing: -.045em; }
.service-card p { max-width: 305px; margin-bottom: 0; color: var(--muted); font-size: .88rem; line-height: 1.53; }
.service-arrow { position: absolute; right: 26px; top: 25px; width: 37px; height: 37px; display: grid; place-items: center; color: var(--forest); border: 1px solid var(--line); border-radius: 50%; font-size: 1.28rem; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .3s cubic-bezier(.22, .61, .36, 1); }
.service-card:hover .service-arrow { color: var(--ink); background: var(--lime); border-color: var(--lime); transform: rotate(45deg); }

.contact { padding-top: clamp(90px, 11vw, 155px); padding-bottom: clamp(90px, 11vw, 145px); }
.contact__card { min-height: 540px; padding: clamp(34px, 6vw, 82px); position: relative; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(290px, .72fr); gap: clamp(50px, 8vw, 130px); overflow: hidden; color: #fff; background: var(--forest-deep); border-radius: 2px 2px 78px 2px; }
.contact__card::before { position: absolute; top: -290px; right: -230px; width: 610px; height: 610px; content: ""; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 46px rgba(255,255,255,.025), 0 0 0 96px rgba(255,255,255,.025); }
.contact__card::after { position: absolute; right: 10%; bottom: -190px; width: 320px; height: 320px; content: ""; border-radius: 50%; background: var(--lime); opacity: .95; }
.contact__copy, .contact__details { position: relative; z-index: 1; }
.contact .section-label { color: var(--lime); }
.contact h2 { margin: 18px 0 22px; color: #fff; }
.contact h2 em { color: var(--lime); }
.contact__copy > p:not(.section-label) { max-width: 450px; margin-bottom: 0; color: #d8e6db; }
.contact__actions { margin-top: 29px; display: flex; flex-wrap: wrap; gap: 14px; }
.button--light { color: var(--ink); background: var(--lime); }
.button--light:hover { background: #d5ee9b; }
.button--outline { color: #fff; border: 1px solid rgba(255,255,255,.45); background: transparent; }
.button--outline:hover { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.contact__details { align-self: end; margin: 0; font-style: normal; }
.contact__details > * { display: block; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.24); }
.contact__details > *:last-child { border-bottom: 1px solid rgba(255,255,255,.24); }
.contact__details span { display: block; margin-bottom: 5px; color: #c1d2c4; font-size: .63rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact__details strong { font-size: clamp(.94rem, 1.25vw, 1.05rem); font-weight: 500; line-height: 1.42; }
.contact__details-vat span { color: var(--lime); }
.contact__details-vat strong { font-size: clamp(1.12rem, 1.55vw, 1.28rem); font-weight: 700; }
.contact__details a { transition: color .2s ease; }
.contact__details a:hover { color: var(--lime); }

.quote { padding-top: clamp(50px, 7vw, 90px); padding-bottom: clamp(70px, 9vw, 120px); }
.quote__card { max-width: 780px; margin: 0 auto; padding: clamp(28px, 5vw, 58px); background: var(--white); border: 1px solid rgba(18,39,29,.07); border-radius: 2px 48px 2px 48px; box-shadow: var(--shadow); }
.quote h1 { margin: 18px 0 14px; font-size: clamp(2.5rem, 4.6vw, 3.9rem); }
.quote__intro { max-width: 560px; margin-bottom: 34px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { color: var(--forest); font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { padding: 13px 14px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 10px; font: inherit; }
.form-field textarea { min-height: 130px; resize: vertical; }
.quote__submit { margin-top: 28px; }
.quote__hint { margin: 18px 0 0; color: var(--muted); font-size: .82rem; }
.quote__error { margin: 12px 0 0; color: #a33a2a; font-size: .85rem; font-weight: 600; }
.quote__status { margin: 12px 0 0; font-size: .85rem; font-weight: 600; }
.quote__status--ok { color: var(--forest); }
.quote__status--fail { color: #a33a2a; }

.footer { min-height: 130px; padding-top: 26px; padding-bottom: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
.footer p { margin: 0; }
.footer__email { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-weight: 700; }
.footer__email:hover { color: var(--forest); }

@keyframes hero-logo-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1.5deg); }
  50% { transform: translate3d(0, -12px, 0) rotate(1.5deg); }
}

@keyframes logo-intro {
  0% { opacity: 0; transform: scale(.55) rotate(-24deg); }
  62% { opacity: 1; transform: scale(1.05) rotate(3deg); }
  100% { opacity: 1; transform: scale(1) rotate(-1.5deg); }
}

@keyframes contact-pulse {
  0% { transform: scale(1); opacity: .55; }
  75%, 100% { transform: scale(1.22); opacity: 0; }
}

@keyframes flag-spin {
  to { transform: rotate(360deg); }
}

@keyframes orbit-ring {
  to { transform: rotate(360deg); }
}

@keyframes arrow-bob {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -6px, 0); }
}

@media (max-width: 940px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(330px, .75fr); gap: 38px; }
  .hero__visual { min-height: 480px; }
  .hero__highlights { gap: 8px; }
  .service-list { gap: 10px; }
  .service-card { min-height: 280px; padding: 22px; }
  .service-number { top: 21px; left: 22px; }
  .service-arrow { top: 20px; right: 20px; }
}

@media (max-width: 760px) {
  [id] { scroll-margin-top: 80px; }
  .site-header { width: 100vw; max-width: 100vw; height: 70px; padding-right: 18px; padding-left: 18px; }
  .brand { min-width: 0; gap: 8px; font-size: .95rem; }
  .brand img { width: 31px; height: 31px; }
  nav { margin-left: auto; gap: 10px; }
  nav > a:not(.nav-contact):not(.nav-back) { display: none; }
  .form-grid { grid-template-columns: 1fr; }
  .nav-contact { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border-radius: 50%; }
  .nav-contact span:first-child { display: none; }
  .language-switcher { width: 44px; height: 44px; }
  .language-switcher__flag { width: 19px; height: 19px; }
  .hero { min-height: auto; padding: 57px 22px 76px; grid-template-columns: 1fr; gap: 43px; }
  .hero__content { min-width: 0; }
  h1 { margin-top: 20px; margin-bottom: 20px; font-size: clamp(3rem, 12vw, 4.8rem); }
  .hero__intro { max-width: 100%; }
  .hero__highlights { max-width: 500px; margin-top: 42px; grid-template-columns: 1fr; gap: 12px; }
  .hero__highlights li { display: grid; grid-template-columns: 28px 1fr; align-items: center; padding: 0; }
  .hero__highlights li > span:first-child { margin: 0; }
  .hero__visual { min-height: 450px; max-width: 570px; border-radius: 2px 56px 2px 56px; }
  .intro { padding-top: 93px; padding-bottom: 95px; }
  .intro__grid { margin-top: 21px; grid-template-columns: 1fr; gap: 34px; }
  .intro__youtube-link { width: min(100%, 390px); margin: 38px 0 0; }
  .intro__copy { padding-top: 0; }
  .services { padding-top: 76px; padding-bottom: 80px; }
  .service-list { margin-top: 36px; grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .contact { padding-top: 80px; padding-bottom: 80px; }
  .contact__card { min-height: 0; grid-template-columns: 1fr; gap: 48px; border-radius: 2px 2px 55px 2px; }
  .contact__details { align-self: auto; }
  .footer { min-height: 0; padding-top: 29px; padding-bottom: 29px; flex-wrap: wrap; }
  .footer p { order: 3; width: 100%; }
}

@media (max-width: 420px) {
  .brand span { font-size: .87rem; }
  .hero { padding-right: 18px; padding-left: 18px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero__visual { min-height: 385px; padding: 22px; }
  .hero__visual-kicker { top: 21px; left: 22px; }
  .hero__visual-text { bottom: 24px; left: 23px; }
  .hero__corner-arrow { right: 22px; bottom: 19px; width: 39px; height: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .hero__visual::before, .hero__logo-frame, .hero__corner-arrow { animation: none !important; }
  .splash { display: none !important; }
}
