/* Quiet, shared decorative details for the homepage's practical sections. */
@font-face {
    font-family: "Caveat"; font-style: normal; font-weight: 400; font-display: swap;
    src: url("../fonts/caveat-400-cyrillic.woff2") format("woff2");
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
    font-family: "Caveat"; font-style: normal; font-weight: 400; font-display: swap;
    src: url("../fonts/caveat-400-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
    font-family: "Caveat"; font-style: normal; font-weight: 400; font-display: swap;
    src: url("../fonts/caveat-400-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
.home-signature {
    width: fit-content;
    max-width: 100%;
    color: #e7a7ad;
    font: 400 39px/.85 "Caveat", cursive;
    transform: rotate(-7deg);
    transform-origin: center;
    pointer-events: none;
    user-select: none;
}
.home-signature > span { display: block; }
.home-signature > span + span { margin-left: 35px; }
.home-signature::after { content: ""; display: block; width: 65%; height: 1px; margin: 9px 0 0 auto; background: currentColor; }
.home-motifs { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; user-select: none; }
.home-motifs > span {
    position: absolute;
    width: 110px;
    aspect-ratio: 1;
    background: rgb(207 16 32 / 4.5%);
    clip-path: polygon(33.333% 0, 66.667% 0, 66.667% 33.333%, 100% 33.333%, 100% 66.667%, 66.667% 66.667%, 66.667% 100%, 33.333% 100%, 33.333% 66.667%, 0 66.667%, 0 33.333%, 33.333% 33.333%);
}
.home-motifs > span:nth-child(1) { left: -30px; top: 52px; }
.home-motifs > span:nth-child(2) { left: 60px; top: 17px; width: 48px; }
.home-motifs > span:nth-child(3) { right: -22px; bottom: 18px; width: 92px; }
.home-motifs > span:nth-child(4) { right: 64px; bottom: 9px; width: 37px; }
.notices-layout > .home-signature { margin: 6px 0 6px 10px; font-size: 36px; }
.home-services-footer > .home-signature { margin: 0 4px 0 0; font-size: 28px; }
.home-services-footer > .home-signature > span + span { margin-left: 18px; }
.home-contact { position: relative; isolation: isolate; background: #faf9f8; padding-block: 32px 28px; }
.home-contact-heading { display: flex; justify-content: space-between; align-items: center; min-height: 66px; gap: 24px; margin-bottom: 14px; }
.home-contact-heading > .eyebrow { margin: 0; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; }
.home-contact-heading > .eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.home-contact-heading > .home-signature { margin: 0 7% 0 0; }
.home-contact-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: 44px; align-items: center; }
.home-contact-copy { min-width: 0; }
.home-contact-copy h2 { margin: 0 0 12px; font-size: clamp(30px, 3vw, 46px); line-height: 1.16; letter-spacing: -.04em; }
.home-contact-copy > p { margin: 0; max-width: 62ch; color: var(--muted); font-size: 17px; line-height: 1.6; }
.home-contact-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; list-style: none; padding: 0; margin: 26px 0 0; }
.home-contact-values > li { display: flex; align-items: center; min-width: 0; gap: 12px; font-size: 14px; line-height: 1.55; color: var(--muted); }
.home-contact-values > li > span:last-child { max-width: 13ch; }
.home-contact-values > li + li { border-left: 1px solid var(--line); padding-left: 16px; }
.home-contact-icon { display: grid; place-items: center; width: 48px; height: 48px; flex-shrink: 0; border-radius: 50%; background: #fbedee; color: var(--red); }
.home-contact-icon > .icon, .home-contact-icon > .program-icon { width: 25px; height: 25px; margin: 0; }
.home-contact-actions { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 20px; padding: 20px 0 20px 38px; border-left: 1px solid var(--line); }
.home-contact-phone { display: flex; align-items: center; gap: 17px; min-height: 52px; max-width: 100%; }
.home-contact-phone-copy { min-width: 0; display: flex; flex-direction: column; gap: 2px; font-size: 13px; color: var(--muted); line-height: 1.5; }
.home-contact-phone-copy strong { color: var(--ink); font-size: clamp(19px, 1.6vw, 26px); font-weight: 750; font-variant-numeric: tabular-nums; text-decoration: underline; text-decoration-color: #e7a7ad; text-underline-offset: 7px; white-space: nowrap; }
.home-contact-phone:hover strong { color: var(--red-dark); text-decoration-color: currentColor; }
.home-contact-link.text-link { min-height: 44px; margin-left: 65px; color: var(--red-dark); font-size: 19px; gap: 22px; text-decoration: underline; text-decoration-color: #e7a7ad; text-underline-offset: 6px; }
.home-contact-phone:focus-visible, .home-contact-link:focus-visible { outline: 2px solid var(--red); outline-offset: 5px; }
.home-contact-motto { width: fit-content; max-width: 100%; margin: 20px 0 0 auto; font-size: 10px; line-height: 1.6; text-transform: uppercase; letter-spacing: .32em; color: #a4aaa7; pointer-events: none; }
.home-contact .home-motifs > span:nth-child(3) { top: 30px; bottom: auto; width: 108px; }
.home-contact .home-motifs > span:nth-child(4) { right: 12px; bottom: 45px; }
@media (max-width: 1150px) {
    .home-contact-grid { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 26px; }
    .home-contact-actions { padding-left: 24px; }
    .home-contact-values { gap: 10px; }
    .home-contact-values > li { gap: 8px; font-size: 12px; }
    .home-contact-values > li + li { padding-left: 10px; }
    .home-contact-icon { width: 40px; height: 40px; }
    .home-contact-icon > .icon, .home-contact-icon > .program-icon { width: 23px; height: 23px; }
    .home-contact-link.text-link { margin-left: 57px; font-size: 17px; }
}
@media (max-width: 900px) {
    .home-contact-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .home-contact-values { max-width: 640px; }
    .home-contact-actions { flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; padding: 22px 0 0; border-left: 0; border-top: 1px solid var(--line); }
    .home-contact-link.text-link { margin: 0; }
}
@media (max-width: 600px) {
    .home-contact { padding-block: 25px 22px; }
    .home-contact-heading { min-height: 51px; gap: 10px; margin-bottom: 18px; }
    .home-contact-heading > .eyebrow { font-size: 10px; gap: 8px; }
    .home-contact-heading > .eyebrow::before { width: 20px; }
    .home-contact-heading > .home-signature { font-size: 27px; margin: 0 5px 0 0; }
    .home-contact-heading .home-signature > span + span { margin-left: 15px; }
    .home-contact-copy h2 { font-size: 30px; max-width: 16ch; }
    .home-contact-copy > p { font-size: 15px; }
    .home-contact-values { margin-top: 20px; gap: 12px; }
    .home-contact-values > li { flex-direction: column; align-items: flex-start; gap: 8px; font-size: 12px; }
    .home-contact-values > li + li { padding-left: 12px; }
    .home-contact-phone-copy strong { font-size: 20px; }
    .home-contact-phone { gap: 12px; }
    .home-contact-link.text-link { font-size: 16px; }
    .home-contact-motto { font-size: 9px; margin-top: 12px; letter-spacing: .25em; }
    .notices-layout > .home-signature { font-size: 29px; margin-top: 0; }
    .home-services-footer > .home-signature { font-size: 25px; }
    .home-motifs > span { opacity: .7; }
    .home-motifs > span:nth-child(1) { width: 68px; left: -32px; }
    .home-motifs > span:nth-child(2) { display: none; }
    .home-motifs > span:nth-child(3), .home-contact .home-motifs > span:nth-child(3) { width: 70px; right: -32px; }
    .home-motifs > span:nth-child(4) { display: none; }
}
@media (forced-colors: active), print {
    .home-signature, .home-motifs, .home-contact-motto { display: none !important; }
    .home-contact-icon { border: 1px solid currentColor; }
}
