:root {
  color-scheme: light;
  --ink: #1d2821;
  --green: #20362c;
  --green-deep: #17271f;
  --gold: #c8a45b;
  --gold-light: #dfc889;
  --paper: #f6f4ed;
  --paper-deep: #eeece3;
  --muted: #74776f;
  --line: #d9d7cd;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --gold-cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32'%3E%3Cpath d='M3 2v24l6-6 4 9 5-2-4-9 8-1z' fill='%23c8a45b' stroke='%231d2821' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E") 3 3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; cursor: var(--gold-cursor), auto; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.65 var(--sans); -webkit-font-smoothing: antialiased; cursor: var(--gold-cursor), auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, summary, select { cursor: var(--gold-cursor), pointer; -webkit-tap-highlight-color: transparent; }
.page-wrap { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; top: 10px; left: 10px; padding: 10px 16px; transform: translateY(-150%); color: var(--ink); background: white; }
.skip-link:focus { transform: translateY(0); }

.announcement { height: 35px; display: flex; justify-content: center; align-items: center; gap: 9px; background: var(--green-deep); color: #deddd5; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.announcement-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); }
.announcement-location { margin-left: 16px; color: #b7b9b0; letter-spacing: .07em; }
.site-header { position: sticky; z-index: 10; top: 0; display: flex; height: 78px; padding-inline: max(48px, calc((100vw - 1280px) / 2)); justify-content: space-between; align-items: center; background: var(--paper); border-bottom: 1px solid rgba(29, 40, 33, .09); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { display: block; width: 230px; height: 52px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 43px); font-size: 11px; font-weight: 500; }
.site-nav > a { position: relative; }
.site-nav > a:not(.nav-cta) { transition: color .2s ease, text-shadow .2s ease; }
.site-nav > a:not(.nav-cta)::after { position: absolute; right: 50%; bottom: -5px; left: 50%; height: 1px; content: ""; background: var(--gold); box-shadow: 0 0 7px rgba(200, 164, 91, .65); transition: left .22s ease, right .22s ease; }
.site-nav > a:not(.nav-cta):hover, .site-nav > a:not(.nav-cta):focus-visible { color: #987337; text-shadow: 0 0 13px rgba(200, 164, 91, .25); }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a:not(.nav-cta):focus-visible::after { right: 0; left: 0; }
.nav-cta { padding: 12px 17px; background: var(--green); color: white; transition: background .2s ease; }
.nav-cta:hover { background: #304a3b; }
.nav-cta span { padding-left: 13px; color: var(--gold-light); }
.menu-sparkle { position: absolute; z-index: 12; pointer-events: none; color: #e3c577; font: 14px/1 var(--serif); text-shadow: 0 0 5px #e3c577, 0 0 13px rgba(227, 197, 119, .8); animation: sparkle-out .68s ease-out forwards; }
@keyframes sparkle-out { 0% { opacity: 0; transform: scale(.2) rotate(-20deg); } 25% { opacity: 1; transform: scale(1.25) rotate(12deg); } 100% { opacity: 0; transform: scale(.25) translateY(-13px) rotate(38deg); } }
.menu-toggle { display: none; }

.hero { min-height: 620px; height: min(720px, calc(100svh - 113px)); max-height: 780px; position: relative; overflow: hidden; color: white; background: #22231e; }
.hero-slides, .hero-shade { position: absolute; inset: 0; }
.hero-slides { overflow: hidden; background: #27251d; }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; opacity: 0; transform: scale(1.055); transition: opacity 1.35s ease, transform 7s cubic-bezier(.18,.62,.32,1); }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-shade { background: linear-gradient(90deg, rgba(13, 22, 17, .91) 0%, rgba(16, 25, 20, .78) 38%, rgba(14, 21, 17, .2) 76%, rgba(14, 21, 17, .05) 100%), linear-gradient(0deg, rgba(11, 18, 14, .3), transparent 48%); }
.hero-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 7px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #75776f; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 20px; height: 1px; background: var(--gold); }
.hero-eyebrow, .eyebrow-light { color: #d4d3c9; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; }
h1 { margin-bottom: 19px; font-size: clamp(53px, 7.1vw, 91px); line-height: 1.01; }
h1 em, h2 em { color: var(--gold-light); font-weight: 500; }
.hero-copy { max-width: 420px; margin-bottom: 29px; color: #deddd4; font-size: 14px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.button { min-height: 48px; display: inline-flex; justify-content: center; align-items: center; gap: 25px; padding: 0 19px; border: 1px solid transparent; font-size: 11px; font-weight: 600; cursor: var(--gold-cursor), pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #1e261f; }
.button-gold:hover { background: var(--gold-light); }
.button span { font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 17px; padding-bottom: 5px; border-bottom: 1px solid #aaa89d; font-size: 11px; font-weight: 600; transition: color .2s ease, gap .2s ease; }
.text-link:hover { gap: 22px; color: #9d793a; }
.light-link { border-color: rgba(255,255,255,.4); color: #f4f2e9; }
.hero-caption { position: absolute; bottom: 41px; left: 0; display: flex; align-items: center; gap: 11px; color: #d5d3c9; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.caption-line { width: 31px; height: 1px; background: var(--gold); }
.hero-index { position: absolute; right: 5%; bottom: 40px; color: white; font-size: 10px; letter-spacing: .11em; }
.hero-index span { margin-inline: 5px; color: var(--gold-light); }
.hero-controls { position: absolute; z-index: 2; right: 5%; bottom: 67px; display: flex; gap: 8px; align-items: center; }
.hero-dot { width: 18px; height: 3px; padding: 0; border: 0; background: rgba(255, 255, 255, .44); cursor: var(--gold-cursor), pointer; transition: width .25s ease, background .25s ease, box-shadow .25s ease; }
.hero-dot:hover, .hero-dot.is-active { width: 29px; background: var(--gold-light); box-shadow: 0 0 8px rgba(223, 200, 137, .55); }

.section-pad { padding-block: 106px; }
.intro { padding-bottom: 56px; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
h2 { margin-bottom: 0; font-size: clamp(40px, 5vw, 59px); line-height: 1.12; }
.intro h2 em, .section-heading h2 em, .faq h2 em { color: #a58240; }
.intro-copy { max-width: 430px; padding-top: 25px; }
.intro-copy .lead { margin-bottom: 12px; font-family: var(--serif); font-size: 22px; line-height: 1.45; }
.intro-copy > p:not(.lead) { margin-bottom: 23px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.values-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 83px; padding-top: 24px; border-top: 1px solid var(--line); }
.value-item { display: flex; align-items: center; gap: 13px; color: #52574e; font-size: 11px; }
.value-number { color: #a58240; font: 14px var(--serif); }

.services { background: var(--paper-deep); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 47px; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-note { max-width: 280px; margin: 0 0 5px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.service-card { min-width: 0; }
.service-image { position: relative; height: 230px; overflow: hidden; background-color: #85714b; background-size: cover; background-position: center; }
.service-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(20, 25, 20, .26), transparent 42%); }
.service-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover .service-image > img { transform: scale(1.035); }
.card-index { position: absolute; z-index: 1; right: 15px; bottom: 13px; color: white; font: 13px var(--serif); }
.service-info { display: flex; justify-content: space-between; align-items: center; padding-top: 19px; }
.card-kicker { margin: 0 0 5px; color: #8a7954; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.service-info h3 { margin: 0; font: 500 22px/1.35 var(--serif); }
.round-link { display: grid; flex: 0 0 38px; place-items: center; width: 38px; height: 38px; border: 1px solid #c5c1b4; border-radius: 50%; color: var(--green); transition: color .2s ease, background .2s ease, border-color .2s ease; }
.round-link:hover { border-color: var(--green); background: var(--green); color: white; }
.service-card > p { max-width: 330px; margin: 11px 0 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.price-note { margin: 35px 0 0; padding-top: 17px; border-top: 1px solid #d3d0c5; color: #6b6d65; font-size: 10px; }
.price-note span { padding-right: 6px; color: #a58240; }

.process { background: var(--green); color: #f4f2e9; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.process-intro h2 { margin-bottom: 19px; }
.process-intro > p:not(.eyebrow) { max-width: 320px; margin-bottom: 27px; color: #c4c8be; font-size: 12px; line-height: 1.85; }
.button-outline { border-color: rgba(237, 235, 222, .48); color: #f5f2e9; }
.button-outline:hover { background: rgba(255,255,255,.08); }
.steps { border-top: 1px solid rgba(241, 238, 224, .2); }
.step { display: grid; grid-template-columns: 44px 1fr 24px; gap: 18px; align-items: start; padding: 26px 0; border-bottom: 1px solid rgba(241, 238, 224, .2); }
.step-number { padding-top: 3px; color: var(--gold-light); font: 14px var(--serif); }
.step h3 { margin: 0 0 7px; font: 500 22px/1.3 var(--serif); }
.step p { max-width: 430px; margin: 0; color: #c4c8be; font-size: 11px; line-height: 1.8; }
.step-arrow { justify-self: end; color: var(--gold-light); font-size: 14px; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq .eyebrow { margin-bottom: 18px; }
.faq-intro { margin: 21px 0 17px; color: var(--muted); font-size: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 19px 0; list-style: none; cursor: var(--gold-cursor), pointer; font: 500 17px/1.45 var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; flex: 0 0 18px; width: 18px; height: 18px; }
.faq-plus::before, .faq-plus::after { position: absolute; top: 8px; left: 3px; width: 12px; height: 1px; content: ""; background: #9e824b; transition: transform .2s ease; }
.faq-plus::after { transform: rotate(90deg); }
details[open] .faq-plus::after { transform: rotate(0); }
.faq-list details > p { max-width: 550px; margin: -2px 31px 19px 0; color: var(--muted); font-size: 11px; line-height: 1.85; }

.contact { background: var(--green-deep); color: #f4f2e9; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-copy h2 { margin-bottom: 19px; }
.contact-copy > p:not(.eyebrow) { max-width: 350px; color: #c4c8be; font-size: 12px; line-height: 1.85; }
.contact-copy .contact-small { margin-top: 31px; color: #a6aea3 !important; font-size: 10px !important; }
.enquiry-form { display: grid; gap: 20px; }
.form-row { display: grid; gap: 8px; }
.form-row label { color: #f4f2e9; font-size: 10px; font-weight: 500; letter-spacing: .025em; }
.form-row label span { color: #9ba39a; font-weight: 400; }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 12px 13px; border: 1px solid rgba(245, 242, 233, .22); border-radius: 0; outline: none; background: rgba(255,255,255,.035); color: #f4f2e9; font-size: 11px; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--gold-light); box-shadow: 0 0 0 2px rgba(223, 200, 137, .12); }
.form-row input::placeholder, .form-row textarea::placeholder { color: #9ba39a; }
.form-row select { color: #c8cbc3; }
.form-row select option { color: var(--ink); }
.form-row textarea { min-height: 88px; resize: vertical; }
.form-submit { justify-self: start; margin-top: 2px; border: 0; }
.form-note { margin: -10px 0 0; color: #a6aea3; font-size: 10px; }
.contact-phone { justify-self: start; display: inline-flex; flex-wrap: wrap; gap: 12px; align-items: center; color: #c4c8be; font-size: 10px; }
.contact-phone span { color: var(--gold-light); letter-spacing: .04em; }
.draft-result { display: grid; gap: 11px; padding: 16px; border: 1px solid rgba(245, 242, 233, .2); background: rgba(255,255,255,.035); }
.draft-result[hidden] { display: none; }
.draft-result > label { color: #f4f2e9; font-size: 10px; font-weight: 500; }
.draft-result > label span { color: #a6aea3; font-weight: 400; }
.draft-help { margin: -6px 0 0; color: #a6aea3; font-size: 10px; line-height: 1.7; }
.draft-result textarea { width: 100%; min-height: 126px; padding: 11px; border: 1px solid rgba(245, 242, 233, .16); background: rgba(0,0,0,.12); color: #d8dbd2; font: 11px/1.7 var(--sans); resize: vertical; }
.draft-result textarea:focus { border-color: var(--gold-light); outline: 2px solid rgba(223, 200, 137, .15); }
.draft-result textarea::placeholder { color: #a6aea3; }
.draft-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.draft-actions .button { min-height: 41px; font-size: 10px; }
.draft-actions .button-outline { cursor: var(--gold-cursor), pointer; }

.site-footer { background: #121e18; color: #c6c8be; }
.footer-main { display: flex; justify-content: space-between; align-items: center; min-height: 125px; }
.footer-main > p { margin: 0; color: #9ba198; font-size: 10px; line-height: 1.8; }
.footer-contact { display: grid; gap: 5px; color: #c6c8be; font-size: 10px; }
.footer-contact a:hover { color: var(--gold-light); }
.footer-top { display: inline-flex; gap: 14px; align-items: center; font-size: 10px; }
.footer-top span { color: var(--gold-light); font-size: 16px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 17px; border-top: 1px solid rgba(255,255,255,.12); color: #92988f; font-size: 9px; }

.services-hero { position: relative; min-height: 450px; display: flex; align-items: center; overflow: hidden; background: #1a211c; color: white; }
.services-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.services-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13, 22, 17, .9), rgba(13, 22, 17, .66) 48%, rgba(13, 22, 17, .12)); }
.services-hero-content { position: relative; padding-block: 82px; }
.services-hero h1 { margin-bottom: 17px; }
.services-hero-content > p:not(.eyebrow) { max-width: 510px; margin-bottom: 25px; color: #deddd4; font-size: 13px; line-height: 1.85; }
.services-overview-heading { max-width: 760px; margin-bottom: 60px; }
.services-overview { scroll-margin-top: 84px; }
.services-overview-heading .eyebrow { margin-bottom: 18px; }
.services-overview-heading h2 { font-size: clamp(37px, 4.7vw, 55px); }
.services-overview-heading h2 em, .service-contact h2 em { color: #a58240; }
.services-overview-heading > p:last-child { max-width: 650px; margin: 21px 0 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.service-detail-grid { border-top: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 32px 12px 32px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.detail-number { padding-top: 3px; color: #a58240; font: 16px var(--serif); }
.service-detail h3 { margin: 0 0 10px; font: 500 27px/1.3 var(--serif); }
.service-detail > div > p:not(.card-kicker) { max-width: 700px; margin: 0 0 17px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.service-detail .text-link { font-size: 10px; }
.service-detail-featured { grid-template-columns: 55px minmax(0, 1.1fr) minmax(220px, .7fr); gap: 20px; align-items: center; padding-block: 36px; }
.service-detail-featured > img { width: 100%; height: 205px; object-fit: cover; }
.service-detail-featured > div > p:not(.card-kicker) { margin-bottom: 17px; }
.service-note { background: var(--green); color: #f4f2e9; }
.service-note-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.service-note h2 { font-size: clamp(43px, 5vw, 60px); }
.service-note-inner > div:last-child > p { margin-bottom: 24px; color: #c4c8be; font-size: 12px; line-height: 1.95; }
.service-contact { padding-block: 74px; background: var(--paper-deep); }
.service-contact-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; }
.service-contact .eyebrow { margin-bottom: 12px; }
.service-contact h2 { font-size: clamp(37px, 4.2vw, 50px); }
.service-phone { display: grid; gap: 4px; color: var(--muted); font-size: 10px; }
.service-phone span { color: var(--ink); font-size: 12px; }

@media (min-width: 1500px) {
  .hero { height: 720px; }
}
@media (max-width: 900px) {
  .page-wrap { width: min(100% - 56px, 720px); }
  .site-header { padding-inline: 28px; }
  .brand-logo { width: 205px; }
  .site-nav { gap: 17px; font-size: 10px; }
  .nav-cta { padding: 11px 12px; }
  .intro-grid, .process-grid, .faq-grid, .contact-grid { gap: 52px; }
  .service-image { height: 190px; }
  .service-info h3 { font-size: 19px; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 68px; }
  .page-wrap { width: calc(100% - 40px); }
  .announcement { height: 31px; font-size: 8px; }
  .announcement-location { margin-left: 5px; }
  .site-header { height: 67px; padding-inline: 20px; }
  .brand-logo { width: 188px; height: 47px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; cursor: var(--gold-cursor), pointer; }
  .menu-toggle span { width: 17px; height: 1px; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 66px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 9px 20px 21px; border-bottom: 1px solid var(--line); background: var(--paper); font-size: 12px; }
  .site-nav.is-open { display: flex; flex-direction: column; }
  .site-nav > a:not(.nav-cta) { padding: 12px 2px; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 12px; text-align: center; }
  .hero { min-height: 620px; height: calc(87svh - 98px); max-height: 760px; }
  .hero-slide { object-position: 57% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(13, 22, 17, .85), rgba(13, 22, 17, .5)), linear-gradient(0deg, rgba(11, 18, 14, .32), transparent 55%); }
  .hero-content { justify-content: center; padding-top: 5px; }
  .hero-eyebrow { max-width: 260px; font-size: 8px; }
  h1 { font-size: clamp(54px, 14vw, 77px); }
  .hero-copy { max-width: 350px; font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-caption { bottom: 28px; max-width: calc(100% - 65px); font-size: 8px; }
  .hero-index { right: 20px; bottom: 27px; }
  .hero-controls { right: 20px; bottom: 59px; }
  .section-pad { padding-block: 75px; }
  .intro { padding-bottom: 38px; }
  .intro-grid, .process-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .intro-copy { padding-top: 0; }
  .intro-copy .lead { font-size: 20px; }
  h2 { font-size: clamp(39px, 11vw, 53px); }
  .values-row { gap: 18px; grid-template-columns: 1fr; margin-top: 42px; padding-top: 20px; }
  .value-item { font-size: 11px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-note { margin-top: 20px; }
  .service-grid { grid-template-columns: 1fr; gap: 31px; }
  .service-image { height: min(60vw, 280px); }
  .service-info h3 { font-size: 22px; }
  .service-card > p { max-width: 400px; }
  .price-note { line-height: 1.8; }
  .process-grid { gap: 40px; }
  .step { grid-template-columns: 31px 1fr 18px; gap: 10px; padding-block: 21px; }
  .step h3 { font-size: 20px; }
  .faq-grid { gap: 37px; }
  .faq-list summary { font-size: 16px; }
  .contact-grid { gap: 39px; }
  .contact-copy > p:not(.eyebrow) { max-width: 400px; }
  .services-hero { min-height: 500px; }
  .services-hero-content { padding-block: 65px; }
  .services-overview-heading { margin-bottom: 42px; }
  .service-detail { grid-template-columns: 32px 1fr; gap: 12px; padding-block: 26px; }
  .service-detail-featured { grid-template-columns: 32px 1fr; }
  .service-detail-featured > img { grid-column: 2; height: 190px; }
  .service-note-inner { grid-template-columns: 1fr; gap: 25px; }
  .service-contact-inner { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .service-contact-inner > .button { justify-self: start; }
  .service-phone { padding-top: 2px; }
  .draft-actions { align-items: stretch; flex-direction: column; }
  .footer-main { align-items: flex-start; flex-wrap: wrap; gap: 20px; padding-block: 30px; }
  .footer-main > p { order: 3; flex-basis: 100%; }
  .footer-contact { order: 4; flex-basis: 100%; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; padding-block: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
