@font-face {
    font-family: 'SilSo Pretendard';
    src: url('./fonts/Pretendard-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SilSo Pretendard';
    src: url('./fonts/Pretendard-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SilSo Pretendard';
    src: url('./fonts/Pretendard-SemiBold.otf') format('opentype');
    font-weight: 650;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SilSo Pretendard';
    src: url('./fonts/Pretendard-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --home-ink: #151218;
    --home-paper: #fbfafc;
    --home-white: #ffffff;
    --home-soft: #f1eef7;
    --home-purple: #6b46df;
    --home-purple-dark: #4b25ad;
    --home-purple-light: #dcd2fb;
    --home-muted: #625d68;
    --home-rule: #d9d4df;
    --home-shell: 1240px;
}

body {
    background: var(--home-paper);
    color: var(--home-ink);
    font-family: 'SilSo Pretendard', Pretendard, -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}

.home-page,
.home-page button,
.home-page input,
.home-page select,
.home-page textarea {
    font-family: 'SilSo Pretendard', Pretendard, -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}

.home-page {
    overflow: clip;
    background: var(--home-paper);
    color: var(--home-ink);
    letter-spacing: -0.018em;
}

.home-page * {
    box-sizing: border-box;
}

.home-page a,
.home-page button,
.home-page summary,
.home-page input,
.home-page select,
.home-page textarea {
    -webkit-tap-highlight-color: transparent;
}

.home-page a {
    text-underline-offset: 0.22em;
}

.home-page button {
    color: inherit;
}

.home-shell {
    width: min(calc(100% - 48px), var(--home-shell));
    margin: 0 auto;
}

.home-hero {
    position: relative;
    min-height: min(920px, 100svh);
    padding: clamp(148px, 15vh, 188px) 0 72px;
    overflow: hidden;
    border-bottom: 1px solid var(--home-rule);
    background: var(--home-paper);
}

.home-hero::before,
.home-hero::after {
    position: absolute;
    z-index: 0;
    content: '';
    pointer-events: none;
}

.home-hero::before {
    top: 90px;
    bottom: 0;
    left: calc(50% - min(620px, calc(50vw - 24px)));
    width: 1px;
    background: var(--home-rule);
}

.home-hero::after {
    top: 90px;
    right: calc(50% - min(620px, calc(50vw - 24px)));
    bottom: 0;
    width: 1px;
    background: var(--home-rule);
}

.home-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
    min-height: 660px;
}

.home-hero__copy {
    z-index: 2;
    grid-column: 1 / span 7;
    padding: 32px 56px 32px clamp(32px, 3vw, 48px);
}

.home-hero h1 {
    max-width: 820px;
    margin: 0;
    color: var(--home-ink);
    font-size: clamp(3.2rem, 5.5vw, 5.1rem);
    font-weight: 500;
    line-height: 1.07;
    letter-spacing: -0.018em;
    text-wrap: balance;
}

.home-hero h1 strong {
    color: var(--home-purple);
    font-weight: 700;
}

.home-hero__intro {
    max-width: 650px;
    margin: 36px 0 0;
    color: #4f4955;
    font-size: clamp(1.05rem, 1.5vw, 1.2rem);
    line-height: 1.78;
    text-wrap: pretty;
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    align-items: center;
    margin-top: 38px;
}

.home-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    font-size: 0.98rem;
    font-weight: 650;
    text-decoration: none;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-button--primary {
    min-width: 240px;
    padding: 0 18px;
    border: 1px solid var(--home-purple);
    border-radius: 5px;
    background: var(--home-purple);
    color: var(--home-white);
}

.home-button--primary:hover,
.home-button--primary:focus-visible {
    border-color: var(--home-purple-dark);
    background: var(--home-purple-dark);
    transform: translateY(-2px);
}

.home-button--text {
    min-width: 190px;
    border-bottom: 1px solid var(--home-ink);
    color: var(--home-ink);
}

.home-button--text:hover,
.home-button--text:focus-visible {
    border-color: var(--home-purple);
    color: var(--home-purple-dark);
}

.home-hero__channels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    margin-top: 40px;
    padding-top: 18px;
    border-top: 1px solid var(--home-rule);
    color: var(--home-muted);
    font-size: 0.82rem;
}

.home-hero__channels a {
    color: var(--home-ink);
    font-weight: 650;
    text-decoration: none;
}

.home-hero__visual {
    position: relative;
    grid-column: 8 / -1;
    min-height: 640px;
    margin: 0;
}

.home-hero__purple {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 52px;
    left: 7%;
    background: var(--home-purple);
}

.home-hero__visual img {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 42%;
    display: block;
    width: min(1100px, 84vw);
    max-width: none;
    height: auto;
    transform: translate(-50%, -51%);
}

.home-hero__visual figcaption {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    max-width: 260px;
    padding: 12px 0 0 18px;
    border-left: 1px solid var(--home-ink);
    color: var(--home-muted);
    font-size: 0.78rem;
    line-height: 1.45;
}

.home-statement {
    padding: clamp(88px, 12vw, 160px) 0;
    background: var(--home-ink);
    color: var(--home-white);
}

.home-statement__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: end;
}

.home-statement p {
    max-width: 960px;
    margin: 0;
    font-size: clamp(2.4rem, 5.1vw, 4.65rem);
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.home-statement p strong {
    color: #a98cff;
    font-weight: 650;
}

.home-statement a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    gap: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.64);
    color: var(--home-white);
    font-size: 0.9rem;
    font-weight: 650;
    text-decoration: none;
}

.home-app,
.home-services,
.home-field,
.home-faq,
.home-contact {
    padding: clamp(100px, 12vw, 164px) 0;
}

.home-app {
    background: var(--home-white);
}

.home-app__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(56px, 8vw, 108px);
    align-items: center;
}

.home-app__visual {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    background: var(--home-soft);
}

.home-app__visual::after {
    position: absolute;
    right: 22px;
    bottom: 18px;
    content: 'SILSO APP';
    color: #7d7389;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.home-app__visual img {
    position: absolute;
    top: 52%;
    left: 50%;
    display: block;
    width: 122%;
    max-width: none;
    height: auto;
    transform: translate(-50%, -50%);
}

.home-app__copy h2,
.home-section-head h2,
.home-trust h2,
.home-faq h2,
.home-contact h2 {
    margin: 0;
    color: var(--home-ink);
    font-size: clamp(2.45rem, 4.25vw, 4.15rem);
    font-weight: 650;
    line-height: 1.12;
    letter-spacing: -0.018em;
    text-wrap: balance;
}

.home-app__copy > p,
.home-section-head > p,
.home-trust__copy > p,
.home-faq__heading > p,
.home-contact__head > p {
    max-width: 690px;
    margin: 28px 0 0;
    color: var(--home-muted);
    font-size: 1.05rem;
    line-height: 1.78;
    text-wrap: pretty;
}

.home-app__steps {
    margin: 46px 0 0;
    padding: 0;
    border-top: 1px solid var(--home-ink);
    list-style: none;
}

.home-app__steps li {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 22px;
    padding: 22px 0;
    border-bottom: 1px solid var(--home-rule);
}

.home-app__steps strong {
    font-size: 0.98rem;
    font-weight: 650;
}

.home-app__steps span {
    color: var(--home-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.home-inline-link {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    gap: 36px;
    margin-top: 34px;
    border-bottom: 1px solid var(--home-purple);
    color: var(--home-purple-dark);
    font-weight: 650;
    text-decoration: none;
}

.home-services {
    border-top: 1px solid var(--home-rule);
    background: var(--home-paper);
}

.home-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 80px;
}

.home-section-head > p {
    margin-top: 0;
}

.home-service-list {
    border-top: 1px solid var(--home-ink);
}

.home-service-row {
    display: grid;
    grid-template-columns: 86px minmax(180px, 0.72fr) minmax(320px, 1.55fr) minmax(150px, 0.56fr);
    gap: 28px;
    align-items: start;
    padding: 36px 0;
    border-bottom: 1px solid var(--home-rule);
    transition: background-color 180ms ease, padding 180ms ease;
}

.home-service-row:hover,
.home-service-row:focus-within {
    padding-right: 18px;
    padding-left: 18px;
    background: var(--home-white);
}

.home-service-row__mark {
    color: var(--home-purple);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.home-service-row h3 {
    margin: 0;
    color: var(--home-ink);
    font-size: 1.7rem;
    font-weight: 650;
    line-height: 1.15;
}

.home-service-row__status {
    display: block;
    margin-top: 10px;
    color: var(--home-muted);
    font-size: 0.78rem;
}

.home-service-row p {
    max-width: 650px;
    margin: 0;
    color: #514b57;
    font-size: 1rem;
    line-height: 1.72;
}

.home-service-row > a {
    display: inline-flex;
    min-height: 44px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--home-ink);
    color: var(--home-ink);
    font-size: 0.88rem;
    font-weight: 650;
    text-decoration: none;
}

.home-service-row--mos h3,
.home-service-row--mos > a {
    color: var(--home-purple-dark);
}

.home-service-row--mos > a {
    border-color: var(--home-purple);
}

.home-trust {
    padding: clamp(100px, 12vw, 164px) 0;
    background: var(--home-ink);
    color: var(--home-white);
}

.home-trust__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
    gap: clamp(72px, 10vw, 140px);
    align-items: start;
}

.home-trust h2 {
    color: var(--home-white);
}

.home-trust__copy > p {
    color: rgba(255, 255, 255, 0.66);
}

.home-trust__principles {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.42);
    list-style: none;
}

.home-trust__principles li {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 28px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.home-trust__principles strong {
    color: #b69eff;
    font-size: 1.03rem;
    font-weight: 650;
}

.home-trust__principles span {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.home-field {
    background: var(--home-white);
}

.home-section-head--field {
    margin-bottom: 64px;
}

.home-field__gallery {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: 330px 260px;
    gap: 14px;
}

.home-field__photo {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--home-soft);
}

.home-field__photo--wide {
    grid-column: 1 / span 8;
    grid-row: 1 / -1;
}

.home-field__photo--tall {
    grid-column: 9 / -1;
    grid-row: 1;
}

.home-field__photo--award {
    grid-column: 9 / -1;
    grid-row: 2;
}

.home-field__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9) contrast(1.02);
    transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), filter 220ms ease;
}

.home-field__photo:hover img {
    filter: saturate(1) contrast(1.02);
    transform: scale(1.015);
}

.home-field__photo figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 28px 18px 14px;
    background: linear-gradient(180deg, transparent, rgba(15, 12, 18, 0.8));
    color: var(--home-white);
    font-size: 0.82rem;
}

.home-records {
    display: grid;
    grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1.55fr);
    gap: 70px;
    margin-top: 86px;
    padding-top: 28px;
    border-top: 1px solid var(--home-ink);
}

.home-records h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 650;
}

.home-records ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-records li {
    display: flex;
    min-height: 76px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 17px 0;
    border-bottom: 1px solid var(--home-rule);
}

.home-records strong {
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.55;
}

.home-records span {
    flex: 0 0 auto;
    color: var(--home-muted);
    font-size: 0.72rem;
    line-height: 1.5;
    text-align: right;
}

.home-faq {
    border-top: 1px solid var(--home-rule);
    background: var(--home-paper);
}

.home-faq__layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1.4fr);
    gap: clamp(64px, 10vw, 140px);
}

.home-faq__heading {
    position: sticky;
    top: 130px;
    align-self: start;
}

.home-faq__list {
    border-top: 1px solid var(--home-ink);
}

.home-faq .silso-faq-item {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--home-rule);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-faq .silso-faq-item summary {
    position: relative;
    display: block;
    min-height: 76px;
    padding: 25px 52px 23px 0;
    color: var(--home-ink);
    font-size: 1.14rem;
    font-weight: 650;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.home-faq .silso-faq-item summary::-webkit-details-marker {
    display: none;
}

.home-faq .silso-faq-item summary::after {
    position: absolute;
    top: 25px;
    right: 4px;
    content: '+';
    color: var(--home-purple);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
}

.home-faq .silso-faq-item[open] summary::after {
    content: '−';
}

.home-faq .silso-faq-item p {
    max-width: 700px;
    margin: 0;
    padding: 0 52px 28px 0;
    color: var(--home-muted);
    font-size: 1rem;
    line-height: 1.76;
}

.home-contact {
    background: var(--home-soft);
}

.home-contact__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
    gap: 70px;
    align-items: end;
}

.home-contact__head > p {
    margin-top: 0;
}

.home-contact__routes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 68px;
    border-top: 1px solid var(--home-ink);
    border-bottom: 1px solid var(--home-ink);
}

.home-contact__routes > a,
.home-contact__routes > button {
    display: flex;
    min-height: 152px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    padding: 26px 28px;
    border: 0;
    border-right: 1px solid var(--home-rule);
    border-radius: 0;
    background: transparent;
    color: var(--home-ink);
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease;
}

.home-contact__routes > :last-child {
    border-right: 0;
}

.home-contact__routes > a:hover,
.home-contact__routes > a:focus-visible,
.home-contact__routes > button:hover,
.home-contact__routes > button:focus-visible {
    background: var(--home-purple);
    color: var(--home-white);
}

.home-contact__routes strong {
    font-size: 1.08rem;
    font-weight: 650;
    line-height: 1.45;
}

.home-contact__routes span {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 16px;
    font-size: 0.82rem;
    line-height: 1.45;
}

.home-contact__routes i {
    font-style: normal;
}

.home-form {
    position: relative;
    display: grid;
    grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1.55fr);
    gap: 42px 72px;
    margin-top: 96px;
    padding: 48px;
    border: 1px solid var(--home-rule);
    border-radius: 7px;
    background: var(--home-white);
}

.home-form__honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.home-form__intro h3 {
    margin: 0;
    color: var(--home-ink);
    font-size: 1.65rem;
    font-weight: 650;
}

.home-form__intro p {
    margin: 18px 0 0;
    color: var(--home-muted);
    font-size: 0.88rem;
    line-height: 1.68;
}

.home-form__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 22px;
}

.home-form__field--full {
    grid-column: 1 / -1;
}

.home-form__field label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    color: var(--home-ink);
    font-size: 0.88rem;
    font-weight: 650;
}

.home-form__field label span {
    color: var(--home-purple);
    font-size: 0.7rem;
    font-weight: 500;
}

.home-form input[type='text'],
.home-form input[type='email'],
.home-form select,
.home-form textarea {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #aaa3b0;
    border-radius: 0;
    background: transparent;
    color: var(--home-ink);
    font-size: 1rem;
    line-height: 1.5;
    outline: none;
    transition: border-color 180ms ease, background-color 180ms ease;
}

.home-form input[type='text'],
.home-form input[type='email'],
.home-form select {
    min-height: 52px;
    padding: 0 2px;
}

.home-form select {
    cursor: pointer;
}

.home-form textarea {
    min-height: 146px;
    padding: 14px 2px;
    resize: vertical;
}

.home-form input::placeholder,
.home-form textarea::placeholder {
    color: #8b8490;
    opacity: 1;
}

.home-form input:focus,
.home-form select:focus,
.home-form textarea:focus {
    border-color: var(--home-purple);
    background: #faf8ff;
}

.home-form [aria-invalid='true'] {
    border-color: #b42318;
}

.home-form__count {
    margin: 8px 0 0;
    color: var(--home-muted);
    font-size: 0.72rem;
    text-align: right;
}

.home-form__count.is-warning {
    color: #8a4b00;
}

.home-form__privacy,
.home-form__captcha,
.home-form__status,
.home-form__submit,
.home-form__admin-link {
    grid-column: 2;
}

.home-form__privacy {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 11px 14px;
    align-items: start;
    padding-top: 24px;
    border-top: 1px solid var(--home-rule);
}

.home-form__privacy input {
    width: 20px;
    height: 20px;
    margin: 1px 0 0;
    accent-color: var(--home-purple);
}

.home-form__privacy label {
    cursor: pointer;
}

.home-form__privacy strong,
.home-form__privacy span {
    display: block;
}

.home-form__privacy strong {
    font-size: 0.84rem;
    font-weight: 650;
}

.home-form__privacy span {
    margin-top: 6px;
    color: var(--home-muted);
    font-size: 0.74rem;
    line-height: 1.55;
}

.home-form__privacy a {
    min-height: 44px;
    color: var(--home-purple-dark);
    font-size: 0.75rem;
    font-weight: 650;
}

.home-form__captcha {
    padding: 20px;
    border: 1px solid var(--home-rule);
    background: var(--home-paper);
}

.home-form__captcha p {
    margin: 8px 0 0;
    color: var(--home-muted);
    font-size: 0.76rem;
}

.home-form__status {
    min-height: 24px;
    margin: -12px 0 0;
    color: var(--home-muted);
    font-size: 0.82rem;
}

.home-form__status.is-error {
    color: #b42318;
}

.home-page .home-form__submit {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    justify-self: start;
    min-width: 220px;
    padding: 0 18px;
    border: 1px solid var(--home-ink);
    border-radius: 5px;
    background: var(--home-ink);
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    font-size: 0.95rem;
    font-weight: 650;
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-page .home-form__submit:hover,
.home-page .home-form__submit:focus-visible {
    border-color: var(--home-purple);
    background: var(--home-purple);
    transform: translateY(-2px);
}

.home-page .home-form__submit:disabled {
    cursor: wait;
    opacity: 0.58;
    transform: none;
}

.home-form__admin-link {
    color: var(--home-purple-dark);
    font-size: 0.82rem;
    font-weight: 650;
}

.home-preview-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    height: 90px;
    border-bottom: 1px solid var(--home-rule);
    background: rgba(251, 250, 252, 0.96);
}

.home-preview-header__inner {
    display: flex;
    width: min(calc(100% - 48px), var(--home-shell));
    height: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.home-preview-header img {
    display: block;
    width: 82px;
    height: auto;
}

.home-preview-header nav {
    display: flex;
    gap: 26px;
}

.home-preview-header a {
    color: var(--home-ink);
    font-size: 0.86rem;
    font-weight: 650;
    text-decoration: none;
}

.home-preview-footer {
    padding: 40px 24px;
    background: var(--home-ink);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    text-align: center;
}

@media (max-width: 1100px) {
    .home-hero__copy {
        grid-column: 1 / span 7;
        padding-right: 34px;
    }

    .home-hero__visual {
        grid-column: 8 / -1;
    }

    .home-service-row {
        grid-template-columns: 70px minmax(160px, 0.65fr) minmax(280px, 1.35fr);
    }

    .home-service-row > a {
        grid-column: 3;
        justify-self: start;
        min-width: 160px;
    }
}

@media (max-width: 900px) {
    .home-shell {
        width: min(calc(100% - 36px), var(--home-shell));
    }

    .home-hero {
        min-height: auto;
        padding-top: 138px;
    }

    .home-hero__grid,
    .home-app__layout,
    .home-section-head,
    .home-trust__layout,
    .home-faq__layout,
    .home-contact__head {
        grid-template-columns: 1fr;
    }

    .home-hero__copy,
    .home-hero__visual {
        grid-column: 1;
    }

    .home-hero__copy {
        padding: 0 18px;
    }

    .home-hero__visual {
        min-height: 560px;
        margin-top: 46px;
    }

    .home-hero__purple {
        left: 18%;
    }

    .home-statement__inner {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .home-statement a {
        justify-self: start;
    }

    .home-app__visual {
        min-height: 580px;
    }

    .home-section-head,
    .home-contact__head {
        gap: 28px;
        align-items: start;
    }

    .home-section-head > p,
    .home-contact__head > p {
        margin-top: 0;
    }

    .home-trust__layout,
    .home-faq__layout {
        gap: 64px;
    }

    .home-faq__heading {
        position: static;
    }

    .home-field__gallery {
        grid-template-rows: 360px 250px;
    }

    .home-records,
    .home-form {
        grid-template-columns: 1fr;
    }

    .home-form__privacy,
    .home-form__captcha,
    .home-form__status,
    .home-form__submit,
    .home-form__admin-link {
        grid-column: 1;
    }

    .home-form__intro {
        padding-bottom: 26px;
        border-bottom: 1px solid var(--home-rule);
    }
}

@media (max-width: 680px) {
    .home-shell {
        width: min(calc(100% - 28px), var(--home-shell));
    }

    .home-hero {
        padding-top: 126px;
        padding-bottom: 48px;
    }

    .home-hero::before,
    .home-hero::after {
        display: none;
    }

    .home-hero h1 {
        font-size: clamp(2.85rem, 12.8vw, 3.85rem);
        line-height: 1.04;
    }

    .home-hero__copy {
        padding-right: 4px;
        padding-left: 4px;
    }

    .home-hero__intro {
        margin-top: 26px;
        font-size: 1rem;
        line-height: 1.72;
    }

    .home-actions {
        display: grid;
        margin-top: 30px;
    }

    .home-button {
        width: 100%;
    }

    .home-button--primary {
        min-width: 0;
    }

    .home-hero__channels {
        align-items: flex-start;
    }

    .home-hero__channels > span {
        width: 100%;
    }

    .home-hero__visual {
        min-height: 420px;
        margin-top: 38px;
    }

    .home-hero__purple {
        bottom: 46px;
        left: 12%;
    }

    .home-hero__visual img {
        left: 47%;
        width: 178%;
    }

    .home-hero__visual figcaption {
        max-width: 230px;
    }

    .home-statement,
    .home-app,
    .home-services,
    .home-trust,
    .home-field,
    .home-faq,
    .home-contact {
        padding: 88px 0;
    }

    .home-statement p {
        font-size: clamp(2.5rem, 12vw, 3.8rem);
    }

    .home-app__visual {
        min-height: 440px;
    }

    .home-app__visual img {
        width: 150%;
    }

    .home-app__copy h2,
    .home-section-head h2,
    .home-trust h2,
    .home-faq h2,
    .home-contact h2 {
        font-size: clamp(2.25rem, 9.8vw, 3.15rem);
    }

    .home-app__steps li {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .home-section-head {
        margin-bottom: 52px;
    }

    .home-service-row {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 28px 0;
    }

    .home-service-row:hover,
    .home-service-row:focus-within {
        padding-right: 0;
        padding-left: 0;
        background: transparent;
    }

    .home-service-row > a {
        grid-column: 1;
        justify-self: stretch;
        margin-top: 4px;
    }

    .home-trust__principles li {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .home-field__gallery {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 330px 210px;
        gap: 8px;
    }

    .home-field__photo--wide {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .home-field__photo--tall {
        grid-column: 1;
        grid-row: 2;
    }

    .home-field__photo--award {
        grid-column: 2;
        grid-row: 2;
    }

    .home-field__photo figcaption {
        padding: 34px 12px 12px;
        font-size: 0.72rem;
    }

    .home-records {
        gap: 30px;
        margin-top: 62px;
    }

    .home-records ul {
        grid-template-columns: 1fr;
    }

    .home-faq .silso-faq-item summary {
        padding-right: 42px;
        font-size: 1.04rem;
    }

    .home-faq .silso-faq-item p {
        padding-right: 20px;
    }

    .home-contact__routes {
        grid-template-columns: 1fr;
    }

    .home-contact__routes > a,
    .home-contact__routes > button {
        min-height: 126px;
        border-right: 0;
        border-bottom: 1px solid var(--home-rule);
    }

    .home-contact__routes > :last-child {
        border-bottom: 0;
    }

    .home-form {
        gap: 32px;
        margin-top: 64px;
        padding: 28px 20px;
    }

    .home-form__fields {
        grid-template-columns: 1fr;
    }

    .home-form__field--full {
        grid-column: 1;
    }

    .home-form__privacy {
        grid-template-columns: 24px minmax(0, 1fr);
    }

    .home-form__privacy a {
        grid-column: 2;
    }

    .home-form__submit {
        width: 100%;
        min-width: 0;
    }

    .home-preview-header__inner {
        width: calc(100% - 28px);
    }

    .home-preview-header nav a:not(:last-child) {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-page *,
    .home-page *::before,
    .home-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (prefers-contrast: more) {
    :root {
        --home-muted: #48424d;
        --home-rule: #817986;
    }
}
