/*
Theme Name: はっぴぃハウス リニューアル
Theme URI: https://happyhouse-komae.org/
Author: Happy Life Forever
Description: はっぴぃハウス公式サイトのリニューアルテーマです。
Version: 1.2.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: happyhouse-renewal
*/

:root {
  --brown: #8a572b;
  --brown-dark: #653b1d;
  --green: #239b45;
  --lime: #99c91c;
  --lime-light: #e8f3b8;
  --sky: #9bd8f0;
  --sky-light: #e9f7fc;
  --pink: #f3a0b6;
  --pink-light: #fff0f5;
  --cream: #fffaf0;
  --text: #4f4036;
  --muted: #75685e;
  --white: #fff;
  --line: #e7ded2;
  --shadow: 0 16px 45px rgba(101, 59, 29, .1);
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--cream); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; line-height: 1.9; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 88px 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link:focus { z-index: 9999; top: 8px; left: 8px; width: auto; height: auto; padding: 10px 14px; clip: auto; color: #fff; background: var(--green); }

.site-header { position: relative; z-index: 50; background: rgba(255, 250, 240, .98); box-shadow: 0 1px 0 rgba(138, 87, 43, .12); }
.site-notice { color: var(--brown-dark); background: var(--lime-light); border-bottom: 1px solid rgba(138, 87, 43, .1); }
.notice-inner { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 30px; }
.notice-inner p { margin: 0; font-size: 18px; font-weight: 700; }
.notice-inner ul { display: flex; gap: 28px; margin: 0; padding: 0; list-style: none; }
.notice-inner li { display: flex; flex-direction: column; font-size: 13.5px; line-height: 1.45; }
.notice-inner strong { font-size: 15px; }
.header-main { display: flex; min-height: 112px; align-items: center; justify-content: space-between; gap: 32px; }
.site-logo { flex: 0 1 390px; }
.site-logo img { display: block; width: 390px; }
.header-contact { display: flex; align-items: flex-end; gap: 20px; flex-direction: column; }
.utility-nav { display: flex; gap: 8px; }
.utility-nav a { padding: 5px 13px; color: var(--brown); border: 1px solid #dfcdbd; border-radius: 999px; background: #fff; font-size: 15px; font-weight: 700; }
.utility-nav a:hover, .utility-nav a:focus { color: #fff; border-color: var(--brown); background: var(--brown); }
.telephone { color: var(--green); font-size: 37.5px; font-weight: 900; letter-spacing: .02em; line-height: 1; }
.telephone span { color: var(--brown); font-size: 18px; }
.global-nav { color: #fff; background: var(--green); }
.global-nav .menu, .global-nav .fallback-menu { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(6, 1fr); list-style: none; }
.global-nav li { margin: 0; }
.global-nav a { position: relative; display: grid; min-height: 54px; padding: 8px 10px; align-items: center; border-right: 1px solid rgba(255, 255, 255, .32); font-size: 18px; font-weight: 800; text-align: center; }
.global-nav li:first-child a { border-left: 1px solid rgba(255, 255, 255, .32); }
.global-nav a::after { position: absolute; right: 20%; bottom: 0; left: 20%; height: 4px; content: ""; border-radius: 4px 4px 0 0; background: var(--lime); transform: scaleX(0); transition: transform .2s ease; }
.global-nav a:hover, .global-nav a:focus, .global-nav .current-menu-item > a, .global-nav .current_page_item > a { background: rgba(255, 255, 255, .1); }
.global-nav a:hover::after, .global-nav a:focus::after, .global-nav .current-menu-item > a::after, .global-nav .current_page_item > a::after { transform: scaleX(1); }
.mobile-menu { display: none; }

.hero { padding: 28px 0 0; background: linear-gradient(180deg, var(--sky-light) 0%, #fff 100%); }
.hero-shell { overflow: hidden; padding: 0; border: 8px solid #fff; border-radius: 22px; background: var(--sky); box-shadow: var(--shadow); }
.hero img { display: block; width: 100%; height: auto; object-fit: contain; }
.recruit-banner { padding: 25px 0 10px; }
.recruit-banner a { display: block; overflow: hidden; max-width: 840px; margin-inline: auto; border: 4px solid #fff; border-radius: 12px; box-shadow: 0 8px 25px rgba(138, 87, 43, .09); transition: transform .2s ease; }
.recruit-banner a:hover { transform: translateY(-2px); }
.recruit-banner img { display: block; width: 100%; }
.services { padding-top: 60px; background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { position: relative; overflow: hidden; min-height: 390px; padding: 32px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: 0 10px 35px rgba(101, 59, 29, .07); }
.service-card::before { position: absolute; top: 0; right: 0; left: 0; height: 8px; content: ""; }
.service-card.blue::before { background: var(--sky); }
.service-card.green::before { background: var(--lime); }
.service-card.pink::before { background: var(--pink); }
.service-icon { display: grid; width: 96px; height: 96px; margin-bottom: 22px; overflow: hidden; border: 5px solid #fff; border-radius: 50%; background: var(--sky-light); box-shadow: 0 7px 22px rgba(101, 59, 29, .12); place-items: center; }
.green .service-icon { background: #f2f8d8; }
.pink .service-icon { background: var(--pink-light); }
.service-icon img { width: 86px; height: 86px; border-radius: 50%; object-fit: cover; }
.service-card h2 { min-height: 67px; margin: 0; color: var(--brown); font-size: 30px; line-height: 1.55; }
.service-card p { margin: 18px 0 0; color: var(--muted); font-size: 19.5px; }
.section-title { display: grid; max-width: 580px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin: 0 auto 42px; }
.section-title span { height: 3px; border-radius: 3px; background: linear-gradient(90deg, transparent, var(--lime)); }
.section-title span:last-child { background: linear-gradient(90deg, var(--lime), transparent); }
.section-title h2 { margin: 0; color: var(--brown); font-size: 45px; letter-spacing: .08em; white-space: nowrap; }
.intro { background: var(--cream); }
.intro-card { display: grid; overflow: hidden; max-width: 980px; margin-inline: auto; grid-template-columns: 1fr 420px; align-items: center; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.intro-card p { margin: 0; padding: 45px; font-size: 22.5px; }
.intro-card img { display: block; width: 100%; height: auto; min-height: 0; padding: 20px; object-fit: contain; }
.voice { position: relative; overflow: hidden; background: var(--sky-light); }
.voice-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.voice-grid article { position: relative; margin: 0; padding: 34px 30px 30px; border: 1px solid #d5eaf2; border-radius: 23px; background: #fff; box-shadow: 0 10px 30px rgba(50, 115, 138, .08); }
.voice-grid article::before { position: absolute; top: 17px; left: 19px; color: var(--pink); content: "“"; font-family: Georgia, serif; font-size: 69px; line-height: 1; opacity: .7; }
.voice-grid p { margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.updates { background: #fff; }
.updates-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.updates-card { overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: 0 12px 38px rgba(101, 59, 29, .07); }
.updates-heading { display: flex; min-height: 86px; padding: 20px 26px; align-items: center; justify-content: space-between; gap: 20px; background: var(--lime-light); }
.report-card .updates-heading { background: #dff3fa; }
.updates-heading h2 { margin: 0; color: var(--brown); font-size: 36px; }
.updates-heading a { padding: 6px 12px; color: var(--green); border-radius: 999px; background: #fff; font-size: 15px; font-weight: 800; }
.updates-list > a { display: grid; min-height: 112px; padding: 20px 25px; grid-template-columns: 1fr 20px; align-content: center; gap: 5px 15px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.updates-list > a:last-child { border-bottom: 0; }
.updates-list > a:hover { background: var(--cream); }
.updates-list time { grid-column: 1; color: var(--green); font-size: 15px; font-weight: 800; }
.updates-list span { grid-column: 1; font-size: 18px; font-weight: 700; line-height: 1.65; }
.updates-list b { display: grid; grid-row: 1 / span 2; grid-column: 2; align-self: center; width: 22px; height: 22px; color: #fff; border-radius: 50%; background: var(--pink); font-size: 28.5px; font-weight: 400; place-items: center; }
.access { background: var(--cream); }
.access-card { overflow: hidden; max-width: 980px; margin-inline: auto; padding: 24px; border-radius: 27px; background: #fff; box-shadow: var(--shadow); }
.access-link { display: inline-flex; margin: 0 0 18px; padding: 8px 15px; color: #fff; border-radius: 999px; background: var(--green); font-size: 16.5px; font-weight: 800; }
.access-card iframe { display: block; width: 100%; height: 430px; border: 0; border-radius: 17px; }
.large-map { display: inline-block; margin-top: 10px; color: var(--green); font-size: 16.5px; text-decoration: underline; }
.photo-album { padding: 0 0 85px; background: var(--cream); text-align: center; }
.photo-album a { display: inline-block; overflow: hidden; border: 6px solid #fff; border-radius: 17px; box-shadow: 0 10px 28px rgba(101, 59, 29, .1); }

.page-hero { padding: 46px 0; background: linear-gradient(135deg, var(--sky-light), #fff 55%, var(--lime-light)); border-bottom: 1px solid var(--line); }
.page-hero .breadcrumbs { margin: 0 0 13px; color: var(--muted); font-size: 15px; }
.page-hero h1 { margin: 0; color: var(--brown); font-size: clamp(45px, 4vw, 66px); line-height: 1.45; }
.content-wrap { padding: 65px 0 90px; }
.content-card { padding: clamp(25px, 5vw, 58px); border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.entry-content { color: var(--text); font-size: 21px; overflow-wrap: anywhere; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content > *:last-child { margin-bottom: 0; }
.entry-content h2 { margin: 2.2em 0 .8em; padding: .5em .75em; color: var(--brown); border-left: 7px solid var(--lime); border-radius: 0 12px 12px 0; background: var(--lime-light); font-size: 36px; }
.entry-content h3 { margin: 2em 0 .7em; padding-bottom: .4em; color: var(--brown); border-bottom: 3px solid var(--sky); font-size: 30px; }
.entry-content h4 { color: var(--green); font-size: 25.5px; }
.entry-content a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { height: auto; border-radius: 14px; }
.entry-content table { width: 100%; margin: 25px 0; border-spacing: 0; border-collapse: separate; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; }
.entry-content th, .entry-content td { padding: 13px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.entry-content th { width: 28%; color: var(--brown); background: var(--lime-light); }
.entry-content tr:last-child > * { border-bottom: 0; }
.entry-content tr > *:last-child { border-right: 0; }
.entry-content ul, .entry-content ol { padding-left: 1.6em; }
.entry-content iframe { max-width: 100%; border: 0; border-radius: 14px; }
.entry-meta { display: flex; gap: 15px; margin: 0 0 26px; color: var(--muted); font-size: 16.5px; }
.post-navigation { display: grid; margin-top: 35px; grid-template-columns: 1fr 1fr; gap: 15px; }
.post-navigation a { display: block; padding: 14px 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); font-size: 18px; }
.post-navigation .nav-next { text-align: right; }
.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.archive-card { display: flex; min-height: 180px; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 9px 28px rgba(101, 59, 29, .06); flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.archive-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.archive-card time { color: var(--green); font-size: 15px; font-weight: 800; }
.archive-card h2 { margin: 12px 0; color: var(--brown); font-size: 27px; line-height: 1.6; }
.archive-card p { margin: 0; color: var(--muted); font-size: 18px; }
.pagination { margin-top: 40px; }
.pagination .nav-links { display: flex; justify-content: center; gap: 7px; }
.pagination .page-numbers { display: grid; min-width: 40px; height: 40px; padding: 0 8px; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 18px; place-items: center; }
.pagination .current { color: #fff; border-color: var(--green); background: var(--green); }

.contact-intro { margin-bottom: 35px; }
.contact-form { display: grid; gap: 22px; }
.form-row { display: grid; grid-template-columns: 210px 1fr; gap: 25px; align-items: start; }
.form-row > label, .form-label { padding-top: 9px; color: var(--brown); font-size: 19.5px; font-weight: 800; }
.form-row input, .form-row textarea { width: 100%; padding: 12px 14px; border: 1px solid #cfc2b5; border-radius: 10px; background: #fff; color: var(--text); font: inherit; font-size: 21px; }
.form-row input:focus, .form-row textarea:focus { outline: 3px solid rgba(155, 216, 240, .45); border-color: var(--green); }
.form-row textarea { min-height: 230px; resize: vertical; }
.form-note { display: block; margin-top: 4px; color: var(--muted); font-size: 15px; }
.split-input { display: flex; align-items: center; gap: 8px; }
.split-input input { max-width: 130px; }
.form-actions { display: flex; justify-content: center; gap: 12px; margin-top: 12px; }
.form-button { min-width: 190px; min-height: 54px; padding: 10px 24px; cursor: pointer; color: #fff; border: 0; border-radius: 999px; background: var(--green); font: inherit; font-size: 19.5px; font-weight: 800; }
.form-button.secondary { color: var(--brown); border: 1px solid var(--line); background: var(--cream); }
.form-errors, .form-success, .form-failure { margin: 0 0 25px; padding: 17px 20px; border-radius: 13px; font-size: 19.5px; }
.form-errors, .form-failure { color: #8b2635; border: 1px solid #efb8c1; background: #fff0f3; }
.form-success { color: #176138; border: 1px solid #b6dfc6; background: #edfaf2; }
.confirm-table { width: 100%; border-collapse: collapse; }
.confirm-table th, .confirm-table td { padding: 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.confirm-table th { width: 28%; color: var(--brown); }
.hp-field { position: absolute !important; left: -9999px !important; }

/* MW WP Form */
.entry-content .mw_wp_form { max-width: 880px; margin: 25px auto 0; padding: clamp(24px, 4vw, 44px); border: 1px solid var(--line); border-radius: 22px; background: var(--cream); box-shadow: 0 12px 35px rgba(101, 59, 29, .08); }
.entry-content .mw_wp_form form > p { margin: 0; color: var(--text); line-height: 1.7; }
.entry-content .mw_wp_form form > p > br { display: block; margin-bottom: 22px; content: ""; }
.entry-content .mw_wp_form input[type="text"], .entry-content .mw_wp_form input[type="email"], .entry-content .mw_wp_form input[type="tel"], .entry-content .mw_wp_form textarea, .entry-content .mw_wp_form select { display: block; width: 100%; max-width: 620px; min-height: 52px; margin: 8px 0 3px; padding: 10px 14px; border: 2px solid #d8c9b8; border-radius: 11px; background: #fff; color: var(--text); font: inherit; font-size: 19.5px; line-height: 1.5; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.entry-content .mw_wp_form input[name="name"] { max-width: 420px; }
.entry-content .mw_wp_form input[type="text"]:focus, .entry-content .mw_wp_form input[type="email"]:focus, .entry-content .mw_wp_form input[type="tel"]:focus, .entry-content .mw_wp_form textarea:focus, .entry-content .mw_wp_form select:focus { outline: 0; border-color: var(--green); background: #fff; box-shadow: 0 0 0 4px rgba(35, 155, 69, .16); }
.entry-content .mw_wp_form textarea { max-width: 100%; min-height: 300px; resize: vertical; }
.entry-content .mw_wp_form .mwform-zip-field, .entry-content .mw_wp_form .mwform-tel-field { display: flex; width: fit-content; max-width: 100%; margin: 8px 0 3px; align-items: center; gap: 8px; }
.entry-content .mw_wp_form .mwform-zip-field input, .entry-content .mw_wp_form .mwform-tel-field input { display: inline-block; width: 110px; min-width: 0; margin: 0; text-align: center; }
.entry-content .mw_wp_form .mwform-zip-field input { width: 125px; }
.entry-content .mw_wp_form .error { display: block; margin: 4px 0 10px; color: #a3273a; font-size: 16.5px; font-weight: 700; }
.entry-content .mw_wp_form input[type="submit"], .entry-content .mw_wp_form button[type="submit"] { min-width: 230px; min-height: 58px; margin: 12px 8px 0 0; padding: 12px 28px; cursor: pointer; border: 0; border-radius: 999px; background: var(--green); color: #fff; font: inherit; font-size: 19.5px; font-weight: 800; box-shadow: 0 8px 22px rgba(35, 155, 69, .22); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.entry-content .mw_wp_form input[type="submit"]:hover, .entry-content .mw_wp_form input[type="submit"]:focus, .entry-content .mw_wp_form button[type="submit"]:hover, .entry-content .mw_wp_form button[type="submit"]:focus { background: #187e35; box-shadow: 0 10px 26px rgba(35, 155, 69, .3); transform: translateY(-1px); }
.entry-content .mw_wp_form input[name="submitBack"] { color: var(--brown); border: 1px solid var(--line); background: #fff; box-shadow: none; }

.site-footer { color: #fff; background: var(--brown); }
.footer-inner { display: grid; min-height: 240px; padding: 45px 0; grid-template-columns: 270px 1fr auto; align-items: center; gap: 45px; }
.footer-inner > img { width: 270px; padding: 10px; border-radius: 12px; background: var(--cream); }
.site-footer p { margin: 0; font-size: 16.5px; }
.site-footer small { align-self: end; font-size: 13.5px; }
.site-footer small a { text-decoration: underline; }
.page-top { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: grid; width: 48px; height: 48px; color: #fff; border: 3px solid #fff; border-radius: 50%; background: var(--green); box-shadow: 0 7px 20px rgba(35, 155, 69, .3); font-size: 30px; place-items: center; }
.mobile-contact { display: none; }

@media (max-width: 900px) {
  .utility-nav, .global-nav { display: none; }
  .header-main { min-height: 90px; }
  .site-logo { flex-basis: 320px; }
  .site-logo img { width: 320px; }
  .telephone { font-size: 30px; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { display: grid; width: 45px; height: 45px; cursor: pointer; border: 2px solid var(--green); border-radius: 50%; list-style: none; place-content: center; gap: 4px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary i { display: block; width: 19px; height: 2px; background: var(--green); }
  .mobile-menu nav { position: absolute; top: 55px; right: 0; display: flex; width: 260px; padding: 14px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow); flex-direction: column; }
  .mobile-menu nav a { padding: 10px 9px; border-bottom: 1px solid var(--line); color: var(--brown); font-size: 18px; font-weight: 700; }
  .service-grid, .voice-grid, .archive-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; min-height: 0; grid-template-columns: 115px 1fr; gap: 20px; }
  .service-card h2 { min-height: 0; }
  .intro-card { grid-template-columns: 1fr; }
  .updates-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 240px 1fr; }
  .site-footer small { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { padding-bottom: 58px; }
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .section { padding: 62px 0; }
  .notice-inner { min-height: 42px; padding-block: 10px; align-items: flex-start; flex-direction: column; gap: 8px; }
  .notice-inner p { font-size: 13.5px; }
  .notice-inner ul { display: grid; width: 100%; grid-template-columns: 1fr; gap: 6px; }
  .header-main { min-height: 78px; padding-block: 10px; flex-wrap: wrap; gap: 10px; }
  .site-logo { flex: 1; }
  .site-logo img { width: min(100%, 265px); }
  .header-contact { display: flex; width: 100%; order: 3; align-items: center; gap: 0; }
  .telephone { display: flex; width: 100%; align-items: baseline; justify-content: center; gap: 5px; font-size: clamp(25px, 7.5vw, 30px); white-space: nowrap; }
  .telephone span { font-size: clamp(13.5px, 4vw, 18px); }
  .hero { padding-top: 12px; }
  .hero-shell { width: 100%; border-width: 3px; border-radius: 0; }
  .recruit-banner { width: 100%; padding: 12px 8px 0; }
  .services { padding-top: 45px; }
  .service-card { display: block; padding: 27px; }
  .service-icon { width: 82px; height: 82px; margin-bottom: 16px; }
  .service-icon img { width: 74px; height: 74px; }
  .service-card h2 { font-size: 27px; }
  .service-card p { font-size: 18px; }
  .section-title { gap: 12px; margin-bottom: 30px; }
  .section-title h2 { font-size: 34.5px; }
  .intro-card p { padding: 28px 25px; font-size: 19.5px; }
  .intro-card img { padding: 12px; }
  .voice-grid article { padding: 28px 24px 25px; }
  .content-wrap { padding: 35px 0 65px; }
  .content-card { padding: 24px 18px; border-radius: 18px; }
  .entry-content { font-size: 19.5px; }
  .entry-content h2 { font-size: 30px; }
  .entry-content table { display: block; overflow-x: auto; white-space: normal; }
  .post-navigation { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 4px; }
  .form-row > label, .form-label { padding-top: 0; }
  .split-input input { min-width: 0; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-button { width: 100%; }
  .confirm-table th, .confirm-table td { display: block; width: 100%; }
  .confirm-table th { padding-bottom: 2px; border-bottom: 0; }
  .entry-content .mw_wp_form { padding: 22px 16px; border-radius: 17px; }
  .entry-content .mw_wp_form input[type="text"], .entry-content .mw_wp_form input[type="email"], .entry-content .mw_wp_form input[type="tel"], .entry-content .mw_wp_form textarea, .entry-content .mw_wp_form select { max-width: 100%; font-size: 18px; }
  .entry-content .mw_wp_form .mwform-zip-field, .entry-content .mw_wp_form .mwform-tel-field { width: 100%; }
  .entry-content .mw_wp_form .mwform-zip-field input, .entry-content .mw_wp_form .mwform-tel-field input { width: 100%; }
  .entry-content .mw_wp_form textarea { min-height: 240px; }
  .entry-content .mw_wp_form input[type="submit"], .entry-content .mw_wp_form button[type="submit"] { width: 100%; margin-right: 0; }
  .footer-inner { display: flex; padding: 38px 0; align-items: flex-start; flex-direction: column; gap: 22px; }
  .footer-inner > img { width: 235px; }
  .page-top { right: 12px; bottom: 70px; width: 42px; height: 42px; }
  .mobile-contact { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: grid; height: 58px; color: #fff; background: var(--green); font-size: 21px; font-weight: 800; box-shadow: 0 -4px 18px rgba(35, 155, 69, .22); place-items: center; }
}

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