:root {
    color-scheme: light;
    --cream: #fbfaf4;
    --cream-deep: #f1eee2;
    --green: #234b39;
    --green-soft: #587060;
    --line: rgba(60, 92, 70, 0.2);
    --card: rgba(255, 254, 249, 0.92);
    --shadow: 0 14px 38px rgba(48, 66, 52, 0.1);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    min-height: 100vh;
    color: var(--green);
    background: var(--cream);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

body::before {
    position: fixed;
    z-index: -2;
    inset: 0;
    background-color: var(--cream);
    background-image: url("../../nailowl-desktop.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    content: "";
}

button,
summary {
    font: inherit;
}

button {
    color: inherit;
}

.skip-link {
    position: fixed;
    z-index: 20;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    color: #fff;
    background: var(--green);
    border-radius: 8px;
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.contact-letter {
    position: absolute;
    z-index: 16;
    top: clamp(24px, 4vw, 58px);
    left: clamp(22px, 4vw, 66px);
    width: 120px;
}

.owl-sound-button {
    position: fixed;
    z-index: 15;
    top: clamp(12px, 2vw, 30px);
    right: clamp(10px, 2.4vw, 38px);
    width: clamp(128px, 14vw, 190px);
    height: clamp(142px, 16vw, 214px);
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    border-radius: 48% 48% 44% 44%;
    transition: filter 180ms ease, transform 180ms ease;
}

.owl-sound-button:hover,
.owl-sound-button:focus-visible {
    filter: drop-shadow(0 7px 8px rgba(35, 75, 57, 0.15));
    transform: translateY(-1px) scale(1.015);
}

.owl-sound-button:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.38);
    outline-offset: 4px;
}

.contact-letter__button {
    position: relative;
    z-index: 2;
    display: block;
    width: 120px;
    height: 84px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    filter: drop-shadow(0 9px 12px rgba(42, 64, 49, 0.16));
    transition: filter 180ms ease, transform 180ms ease;
}

.contact-letter__button:hover {
    filter: drop-shadow(0 11px 15px rgba(42, 64, 49, 0.22));
    transform: translateY(-2px) rotate(-1deg);
}

.contact-letter__button:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.46);
    outline-offset: 4px;
    border-radius: 9px;
}

.contact-letter__button svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.contact-letter__paper {
    fill: rgba(250, 246, 231, 0.96);
    stroke: rgba(67, 94, 72, 0.74);
    stroke-width: 1.6;
}

.contact-letter__fold {
    fill: none;
    stroke: rgba(88, 112, 96, 0.58);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.contact-letter__seal {
    fill: #9aa98a;
    stroke: rgba(35, 75, 57, 0.72);
    stroke-width: 1.2;
}

.contact-letter__seal-mark {
    fill: none;
    stroke: #f8f5e8;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2;
}

.contact-letter__button span {
    position: absolute;
    top: 19px;
    right: 0;
    left: 0;
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: center;
}

.contact-scroll {
    position: absolute;
    z-index: 1;
    top: 66px;
    left: 12px;
    width: min(322px, calc(100vw - 46px));
    padding-top: 10px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-18px) scaleY(0.84);
    transform-origin: left top;
    transition: opacity 190ms ease, transform 220ms ease, visibility 0s linear 220ms;
}

.contact-scroll__paper {
    position: relative;
    padding: 25px 24px 22px;
    background:
        linear-gradient(90deg, rgba(35, 75, 57, 0.035), transparent 15%, transparent 85%, rgba(35, 75, 57, 0.035)),
        rgba(253, 249, 232, 0.98);
    border: 1px solid rgba(67, 94, 72, 0.4);
    border-radius: 6px 6px 12px 12px;
    box-shadow: 0 17px 34px rgba(42, 64, 49, 0.17);
}

.contact-scroll__paper::before,
.contact-scroll__paper::after {
    position: absolute;
    right: -8px;
    left: -8px;
    height: 13px;
    background: #f0ead2;
    border: 1px solid rgba(67, 94, 72, 0.35);
    border-radius: 999px;
    box-shadow: 0 3px 7px rgba(42, 64, 49, 0.1);
    content: "";
}

.contact-scroll__paper::before {
    top: -7px;
}

.contact-scroll__paper::after {
    bottom: -7px;
}

.contact-scroll__title {
    margin: 0 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
}

.contact-scroll dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.contact-scroll dl div {
    display: grid;
    gap: 1px;
}

.contact-scroll dt {
    color: var(--green-soft);
    font-size: 12px;
    font-weight: 700;
}

.contact-scroll dd {
    margin: 0;
    color: var(--green);
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
}

.contact-scroll a {
    color: inherit;
    text-decoration-color: rgba(35, 75, 57, 0.34);
    text-underline-offset: 3px;
}

.contact-scroll a:hover {
    text-decoration-color: currentColor;
}

.contact-letter.is-open .contact-scroll {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scaleY(1);
    transition-delay: 0s;
}

@media (hover: hover) and (pointer: fine) {
    .contact-letter:hover .contact-scroll {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scaleY(1);
        transition-delay: 0s;
    }
}

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

.mobile-title {
    display: none;
}

.mobile-home-title {
    padding: 0;
    cursor: pointer;
    color: inherit;
    background: transparent;
    border: 0;
    font: inherit;
    line-height: inherit;
}

.mobile-home-title:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.42);
    outline-offset: 5px;
    border-radius: 8px;
}

.desktop-home-link {
    position: absolute;
    z-index: 4;
    top: max(3.2vw, 4vh);
    left: 50%;
    width: min(520px, max(32vw, 42vh));
    height: max(82px, 8vw);
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    border-radius: 18px;
    transform: translateX(-50%);
}

.desktop-home-link:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.45);
    outline-offset: 4px;
}

.service-navigation {
    position: absolute;
    z-index: 5;
    top: max(13.3vw, 20vh);
    left: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: min(660px, max(35vw, 50vh));
    height: max(34px, 2.8vw);
    transform: translateX(-50%);
}

.section-button {
    min-width: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background: transparent;
    border: 0;
    border-radius: 8px;
}

.section-button:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.72);
    outline-offset: 3px;
}

.section-button[aria-expanded="true"] {
    background: transparent;
    box-shadow: none;
}

.header-actions {
    position: absolute;
    z-index: 5;
    top: calc(max(13.3vw, 20vh) + max(46px, 3.5vw));
    left: 50%;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.header-action-button {
    min-height: 42px;
    padding: 8px 22px;
    cursor: pointer;
    color: var(--green);
    background: rgba(251, 250, 244, 0.88);
    border: 1px solid rgba(35, 75, 57, 0.34);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(48, 66, 52, 0.08);
    white-space: nowrap;
}

.header-action-button:hover {
    background: rgba(241, 238, 226, 0.96);
}

.header-action-button:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.52);
    outline-offset: 3px;
}

.header-action-button[aria-expanded="true"] {
    color: #fff;
    background: rgba(35, 75, 57, 0.92);
}

.site-main {
    width: min(940px, calc(100% - 36px));
    min-height: 100vh;
    margin: 0 auto;
    padding: clamp(280px, 31vh, 360px) 0 150px;
}

.home-return-button {
    min-height: 42px;
    margin: 0 0 12px;
    padding: 8px 16px;
    cursor: pointer;
    color: var(--green);
    background: rgba(251, 250, 244, 0.9);
    border: 1px solid rgba(35, 75, 57, 0.3);
    border-radius: 999px;
    box-shadow: 0 7px 22px rgba(48, 66, 52, 0.08);
    backdrop-filter: blur(7px);
}

.home-return-button:hover {
    color: #fff;
    background: var(--green);
}

.home-return-button:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.35);
    outline-offset: 3px;
}

.service-section,
.coming-soon {
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(251, 250, 244, 0.9);
    box-shadow: var(--shadow);
    backdrop-filter: blur(8px);
}

.service-section {
    padding: clamp(22px, 4vw, 42px);
}

.section-heading {
    margin: 0 auto 26px;
    text-align: center;
}

.section-heading h2,
.coming-soon h2 {
    margin: 2px 0 6px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 500;
    line-height: 1.1;
}

.section-heading p,
.coming-soon p {
    margin: 0;
}

.section-kicker {
    color: var(--green-soft);
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-list {
    display: grid;
    gap: 10px;
}

.price-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.price-group {
    padding: 22px;
    background: rgba(255, 254, 249, 0.72);
    border: 1px solid var(--line);
    border-radius: 18px;
}

.price-group--wide {
    grid-column: 1 / -1;
}

.price-group h3,
.discount-card h3 {
    margin: 0 0 17px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.15;
}

.price-group dl {
    display: grid;
    gap: 0;
    margin: 0;
}

.price-group--wide dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
}

.price-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    padding: 11px 0;
    border-bottom: 1px dotted rgba(60, 92, 70, 0.28);
}

.price-row:last-child {
    border-bottom: 0;
}

.price-row dt {
    min-width: 0;
}

.price-row dt > span {
    display: block;
    line-height: 1.35;
}

.price-row dt small {
    display: block;
    margin-top: 3px;
    color: var(--green-soft);
    font-size: 12px;
    line-height: 1.35;
}

.price-row dd {
    margin: 0;
    color: var(--green);
    font-weight: 700;
    white-space: nowrap;
}

.discount-card {
    display: grid;
    grid-template-columns: minmax(210px, 0.8fr) minmax(320px, 1.2fr);
    gap: 20px 32px;
    margin-top: 18px;
    padding: 25px;
    background: rgba(226, 232, 219, 0.5);
    border: 1px solid rgba(60, 92, 70, 0.22);
    border-radius: 18px;
}

.discount-card__heading .section-kicker {
    margin: 0 0 7px;
}

.discount-card h3 {
    margin-bottom: 0;
}

.discount-card dl {
    display: grid;
    gap: 6px;
    margin: 0;
}

.discount-card dl div {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(60, 92, 70, 0.25);
}

.discount-card dt {
    line-height: 1.35;
}

.discount-card dd {
    margin: 0;
    font-weight: 700;
}

.discount-card > p {
    grid-column: 1 / -1;
    margin: 0;
    padding-top: 14px;
    color: var(--green-soft);
    border-top: 1px solid rgba(60, 92, 70, 0.2);
    font-size: 13px;
}

.price-booking-action {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.price-booking-action .booking-button {
    color: #fff;
    background: var(--green);
}

.service-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: var(--card);
}

.service-card[open] {
    border-color: rgba(35, 75, 57, 0.34);
    box-shadow: 0 8px 24px rgba(48, 66, 52, 0.08);
}

.service-card summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 58px;
    padding: 14px 18px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    list-style: none;
}

.service-card summary::-webkit-details-marker {
    display: none;
}

.service-card summary:hover {
    background: rgba(226, 232, 219, 0.42);
}

.service-card summary:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.45);
    outline-offset: -3px;
}

.summary-icon {
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(35, 75, 57, 0.4);
    border-radius: 50%;
}

.summary-icon::before,
.summary-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 180ms ease;
}

.summary-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.service-card[open] .summary-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.service-card__body {
    display: grid;
    grid-template-columns: minmax(210px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(20px, 4vw, 34px);
    padding: 4px 18px 22px;
    border-top: 1px solid var(--line);
}

.service-image {
    position: relative;
    min-height: 250px;
    margin: 20px 0 0;
    overflow: hidden;
    border: 1px dashed rgba(35, 75, 57, 0.34);
    border-radius: 14px;
    background:
        radial-gradient(circle at 50% 45%, rgba(213, 222, 204, 0.5) 0 64px, transparent 65px),
        rgba(245, 243, 232, 0.72);
}

.service-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
}

.service-image.has-image img {
    opacity: 1;
}

.service-image figcaption {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    gap: 5px;
    padding: 22px;
    color: var(--green-soft);
    text-align: center;
}

.service-image.has-image figcaption {
    display: none;
}

.service-image figcaption span {
    font-size: 16px;
    font-weight: 600;
}

.service-image figcaption small {
    font-size: 12px;
    overflow-wrap: anywhere;
}

.service-copy {
    padding-top: 20px;
}

.service-lead {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.55;
}

.service-detail {
    padding: 16px 18px;
    border-left: 3px solid rgba(89, 121, 91, 0.55);
    border-radius: 0 10px 10px 0;
    background: rgba(229, 234, 222, 0.44);
}

.service-detail h3 {
    margin: 0 0 5px;
    font-size: 15px;
}

.service-detail p {
    margin: 0;
}

.service-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
}

.service-price {
    display: grid;
    gap: 1px;
    margin: 0;
}

.service-price span {
    color: var(--green-soft);
    font-size: 13px;
}

.service-price strong {
    font-size: 18px;
}

.booking-button {
    min-height: 44px;
    padding: 10px 16px;
    cursor: pointer;
    color: var(--green);
    background: rgba(251, 250, 244, 0.88);
    border: 1px solid rgba(35, 75, 57, 0.36);
    border-radius: 999px;
}

.booking-button:hover {
    color: #fff;
    background: var(--green);
}

.booking-button:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.3);
    outline-offset: 3px;
}

.coming-soon {
    padding: 34px;
    text-align: center;
}

.booking-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    gap: clamp(24px, 4vw, 42px);
    align-items: start;
}

.booking-calendar h3 {
    margin: 0 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.calendar-grid--weekdays {
    margin-bottom: 6px;
    color: var(--green-soft);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.calendar-day {
    display: grid;
    place-content: center;
    gap: 1px;
    min-width: 0;
    min-height: 58px;
    padding: 5px 2px;
    cursor: pointer;
    color: var(--green);
    background: rgba(255, 254, 249, 0.9);
    border: 1px solid var(--line);
    border-radius: 11px;
    text-align: center;
}

.calendar-day:hover:not(:disabled) {
    background: rgba(226, 232, 219, 0.62);
    border-color: rgba(35, 75, 57, 0.38);
}

.calendar-day:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.46);
    outline-offset: 2px;
}

.calendar-day strong {
    font-size: 17px;
    line-height: 1.1;
}

.calendar-day small {
    color: var(--green-soft);
    font-size: 10px;
    line-height: 1.15;
}

.calendar-day.is-selected {
    color: #fff;
    background: var(--green);
    border-color: var(--green);
}

.calendar-day.is-selected small {
    color: rgba(255, 255, 255, 0.82);
}

.calendar-day.is-full {
    cursor: not-allowed;
    opacity: 0.5;
}

.calendar-day.is-unavailable {
    cursor: default;
    color: rgba(35, 75, 57, 0.46);
    background: rgba(241, 238, 226, 0.42);
    border-color: rgba(60, 92, 70, 0.1);
    opacity: 0.58;
}

.booking-form {
    display: grid;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 254, 249, 0.82);
}

.booking-form__step {
    display: grid;
    gap: 10px;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.booking-step-label {
    margin: 0;
    color: var(--green-soft);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.booking-selection {
    min-height: 44px;
    margin: 0;
    padding: 10px 12px;
    background: rgba(229, 234, 222, 0.44);
    border-left: 3px solid rgba(89, 121, 91, 0.55);
    border-radius: 0 9px 9px 0;
}

.booking-slots {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.booking-slots legend {
    grid-column: 1 / -1;
    width: 100%;
    margin-bottom: 1px;
}

.booking-slot {
    position: relative;
    display: grid;
    gap: 1px;
    min-width: 0;
    padding: 10px 12px 10px 36px;
    cursor: pointer;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--card);
}

.booking-slot input {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--green);
    transform: translateY(-50%);
}

.booking-slot span {
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.booking-slot small {
    color: var(--green-soft);
    font-size: 11px;
}

.booking-slot:has(input:checked) {
    background: rgba(226, 232, 219, 0.68);
    border-color: rgba(35, 75, 57, 0.52);
}

.booking-slot.is-occupied {
    cursor: not-allowed;
    opacity: 0.52;
}

.booking-slot.is-occupied.is-owned {
    cursor: default;
    background: rgba(226, 232, 219, 0.72);
    border-color: rgba(35, 75, 57, 0.48);
    opacity: 1;
}

.booking-slot.is-owned small {
    color: #2f694c;
    font-weight: 700;
    line-height: 1.35;
}

.client-confirmation-ladybug {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 11px;
    margin-left: 2px;
    overflow: visible !important;
    cursor: help;
    vertical-align: -1px;
    background:
        radial-gradient(circle at 29% 36%, #26372d 0 1px, transparent 1.2px),
        radial-gradient(circle at 70% 40%, #26372d 0 1px, transparent 1.2px),
        radial-gradient(circle at 32% 73%, #26372d 0 0.9px, transparent 1.1px),
        radial-gradient(circle at 69% 72%, #26372d 0 0.9px, transparent 1.1px),
        linear-gradient(90deg, transparent 46%, #26372d 46% 54%, transparent 54%),
        #c95d50;
    border: 1px solid #26372d;
    border-radius: 52% 52% 46% 46%;
    font-size: 0 !important;
    text-overflow: clip !important;
    white-space: normal !important;
}

.client-confirmation-ladybug::before {
    position: absolute;
    top: -3px;
    left: 50%;
    width: 7px;
    height: 4px;
    content: "";
    background: #26372d;
    border-radius: 50% 50% 35% 35%;
    transform: translateX(-50%);
}

.client-confirmation-ladybug__tooltip {
    position: absolute;
    z-index: 20;
    bottom: calc(100% + 8px);
    left: 50%;
    display: block;
    width: max-content;
    max-width: 190px;
    padding: 6px 9px;
    overflow: visible !important;
    pointer-events: none;
    color: #fff;
    background: #294c39;
    border-radius: 7px;
    box-shadow: 0 5px 16px rgba(31, 57, 43, 0.2);
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.25;
    opacity: 0;
    text-overflow: clip !important;
    white-space: nowrap !important;
    transform: translate(-50%, 3px);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.client-confirmation-ladybug:hover .client-confirmation-ladybug__tooltip,
.client-confirmation-ladybug:focus .client-confirmation-ladybug__tooltip {
    opacity: 1;
    transform: translate(-50%, 0);
}

.booking-contact-fields > label:not(.booking-consent):not(.booking-honeypot) {
    display: grid;
    gap: 5px;
}

.booking-contact-fields label > span {
    font-size: 13px;
    font-weight: 600;
}

.booking-contact-note {
    margin: 0;
    padding: 12px 13px;
    color: var(--green-soft);
    background: rgba(229, 234, 222, 0.48);
    border-left: 3px solid rgba(89, 121, 91, 0.58);
    border-radius: 0 10px 10px 0;
    font-size: 13px;
    line-height: 1.5;
}

.booking-contact-fields input[type="text"],
.booking-contact-fields input[type="tel"] {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    color: var(--green);
    background: #fffefa;
    border: 1px solid rgba(35, 75, 57, 0.28);
    border-radius: 10px;
    font: inherit;
}

.booking-contact-fields input:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.28);
    border-color: rgba(35, 75, 57, 0.62);
}

.booking-consent {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 9px;
    align-items: start;
    cursor: pointer;
}

.booking-consent input {
    width: 17px;
    height: 17px;
    margin: 2px 0 0;
    accent-color: var(--green);
}

.booking-consent span {
    color: var(--green-soft);
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.35;
}

.booking-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

.booking-submit {
    min-height: 48px;
    padding: 11px 18px;
    cursor: pointer;
    color: #fff;
    background: var(--green);
    border: 0;
    border-radius: 999px;
    font-weight: 700;
}

.booking-submit:hover:not(:disabled) {
    background: #173d2c;
}

.booking-submit:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.36);
    outline-offset: 3px;
}

.booking-submit:disabled {
    cursor: not-allowed;
    color: #778078;
    background: #e8e9e2;
}

.booking-message {
    min-height: 1.5em;
    margin: -4px 0 0;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.booking-message--success {
    color: #1f6841;
    font-weight: 700;
}

.booking-message--error {
    color: #8a3a33;
    font-weight: 700;
}

.booking-code-card {
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px solid rgba(35, 75, 57, 0.32);
    border-radius: 14px;
    background: rgba(226, 232, 219, 0.58);
    text-align: center;
}

.booking-code-card p,
.booking-code-card small {
    margin: 0;
}

.booking-code-card p {
    font-size: 13px;
    font-weight: 700;
}

.booking-code-card strong {
    font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
    font-size: 30px;
    letter-spacing: 0.12em;
}

.booking-code-card small {
    color: var(--green-soft);
    font-size: 12px;
    line-height: 1.4;
}

.cancellation-panel {
    max-width: 560px;
    margin: 28px auto 0;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(255, 254, 249, 0.78);
}

.cancellation-panel summary {
    padding: 14px 18px;
    cursor: pointer;
    font-weight: 700;
    list-style-position: inside;
}

.cancellation-panel summary:hover {
    background: rgba(226, 232, 219, 0.42);
}

.cancellation-panel summary:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.35);
    outline-offset: -3px;
}

.cancellation-panel__body {
    padding: 4px 18px 18px;
    border-top: 1px solid var(--line);
}

.cancellation-panel__body > p {
    margin: 12px 0 16px;
    color: var(--green-soft);
    font-size: 14px;
}

.cancellation-form {
    display: grid;
    gap: 12px;
}

.cancellation-form label {
    display: grid;
    gap: 5px;
}

.cancellation-form label span {
    font-size: 13px;
    font-weight: 600;
}

.cancellation-form input,
.cancellation-form select {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    color: var(--green);
    background: #fffefa;
    border: 1px solid rgba(35, 75, 57, 0.28);
    border-radius: 10px;
    font: inherit;
}

.cancellation-form select {
    cursor: pointer;
}

.cancellation-form button {
    min-height: 46px;
    padding: 10px 16px;
    cursor: pointer;
    color: #8a3a33;
    background: rgba(255, 254, 249, 0.9);
    border: 1px solid rgba(138, 58, 51, 0.4);
    border-radius: 999px;
    font-weight: 700;
}

.cancellation-form button:hover:not(:disabled) {
    color: #fff;
    background: #8a3a33;
}

.cancellation-form button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.cancellation-message {
    min-height: 1.5em;
    margin: 0;
    font-size: 13px;
    text-align: center;
}

.cancellation-message--success {
    color: #1f6841;
    font-weight: 700;
}

.cancellation-message--error {
    color: #8a3a33;
    font-weight: 700;
}

.besya-mascot {
    position: fixed;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: max(14px, env(safe-area-inset-left));
    z-index: 29;
    width: 96px;
}

.besya-mascot__button {
    display: block;
    width: 96px;
    height: 126px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    transition: transform 180ms ease;
}

.besya-mascot__button:hover,
.besya-mascot__button:focus-visible,
.besya-mascot.is-open .besya-mascot__button {
    transform: translateY(-3px) rotate(-1deg);
}

.besya-mascot__button:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.42);
    outline-offset: 4px;
    border-radius: 42% 42% 36% 36%;
}

.besya-mascot__portrait {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.besya-mascot__portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 9px 9px rgba(35, 75, 57, 0.2));
}

.besya-mascot__message {
    position: absolute;
    bottom: 108px;
    left: 78px;
    width: min(330px, calc(100vw - 116px));
    padding: 17px 19px;
    pointer-events: none;
    color: var(--green);
    background: rgba(255, 254, 249, 0.98);
    border: 1px solid rgba(35, 75, 57, 0.28);
    border-radius: 20px 20px 20px 6px;
    box-shadow: 0 14px 42px rgba(35, 75, 57, 0.22);
    opacity: 0;
    transform: translate(-8px, 10px) scale(0.97);
    transform-origin: left bottom;
    transition: opacity 180ms ease, transform 180ms ease;
}

.besya-mascot__message::after {
    position: absolute;
    bottom: -9px;
    left: 18px;
    width: 18px;
    height: 18px;
    content: "";
    background: inherit;
    border-right: 1px solid rgba(35, 75, 57, 0.28);
    border-bottom: 1px solid rgba(35, 75, 57, 0.28);
    transform: rotate(45deg);
}

.besya-mascot__message strong {
    display: block;
    margin-bottom: 5px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
}

.besya-mascot__message p {
    margin: 0;
    color: var(--green-soft);
    font-size: 15px;
    line-height: 1.5;
}

.besya-mascot:hover .besya-mascot__message,
.besya-mascot:focus-within .besya-mascot__message,
.besya-mascot.is-open .besya-mascot__message {
    pointer-events: auto;
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

.feather-game {
    position: fixed;
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 31;
    width: 138px;
}

.feather-game__toggle {
    position: relative;
    display: block;
    width: 138px;
    height: 118px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    transition: filter 180ms ease, transform 180ms ease;
}

.feather-game__toggle:hover,
.feather-game__toggle:focus-visible,
.feather-game.is-open .feather-game__toggle {
    filter: drop-shadow(0 9px 9px rgba(35, 75, 57, 0.2));
    transform: translateY(-3px) rotate(-1.5deg);
}

.feather-game__toggle:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.42);
    outline-offset: 4px;
    border-radius: 48%;
}

.feather-game__toggle img {
    position: absolute;
    top: 2px;
    right: 0;
    display: block;
    width: 132px;
    height: 91px;
    object-fit: contain;
    transform: rotate(-4deg);
}

.feather-game__toggle > span {
    position: absolute;
    right: 3px;
    bottom: 2px;
    padding: 6px 12px 7px;
    color: var(--green);
    background: rgba(251, 248, 234, 0.92);
    border: 1px solid rgba(67, 94, 72, 0.38);
    border-radius: 999px;
    box-shadow: 0 5px 13px rgba(42, 64, 49, 0.12);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.feather-game__scroll {
    position: absolute;
    right: 2px;
    bottom: 102px;
    width: min(430px, calc(100vw - 28px));
    padding: 10px 9px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(22px) scaleY(0.86);
    transform-origin: right bottom;
    transition: opacity 190ms ease, transform 240ms ease, visibility 0s linear 240ms;
}

.feather-game.is-open .feather-game__scroll {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scaleY(1);
    transition-delay: 0s;
}

.feather-game__paper {
    position: relative;
    max-height: min(660px, calc(100vh - 142px));
    padding: 34px 30px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    color: var(--green);
    background:
        linear-gradient(90deg, rgba(35, 75, 57, 0.035), transparent 14%, transparent 86%, rgba(35, 75, 57, 0.035)),
        rgba(253, 249, 232, 0.99);
    border: 1px solid rgba(67, 94, 72, 0.4);
    border-radius: 12px 12px 8px 8px;
    box-shadow: 0 19px 42px rgba(42, 64, 49, 0.22);
    scrollbar-color: rgba(67, 94, 72, 0.35) transparent;
    scrollbar-width: thin;
}

.feather-game__paper::before,
.feather-game__paper::after {
    position: absolute;
    right: -1px;
    left: -1px;
    height: 13px;
    content: "";
    background: #f0ead2;
    border: 1px solid rgba(67, 94, 72, 0.35);
    border-radius: 999px;
    box-shadow: 0 3px 7px rgba(42, 64, 49, 0.1);
}

.feather-game__paper::before {
    top: -1px;
}

.feather-game__paper::after {
    bottom: -1px;
}

.feather-game__close {
    position: absolute;
    z-index: 3;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: var(--green-soft);
    background: rgba(255, 254, 249, 0.78);
    border: 1px solid rgba(67, 94, 72, 0.3);
    border-radius: 50%;
    font-size: 22px;
    line-height: 25px;
}

.feather-game__screen h2 {
    margin: 4px 32px 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.08;
    text-align: center;
}

.feather-game__screen > p {
    margin: 0 0 13px;
    color: var(--green-soft);
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.feather-game__kicker {
    color: #708575 !important;
    font-size: 11px !important;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.feather-game__kind-note {
    padding: 11px 13px;
    background: rgba(143, 163, 134, 0.1);
    border-left: 3px solid rgba(99, 132, 102, 0.5);
    border-radius: 0 10px 10px 0;
}

.feather-game__limit-note {
    margin-bottom: 0 !important;
    color: #7d8a80 !important;
    font-size: 12px !important;
}

.feather-game__form {
    display: grid;
    gap: 13px;
    margin-top: 18px;
}

.feather-game__form > label:not(.feather-game__consent) {
    display: grid;
    gap: 6px;
}

.feather-game__form label > span {
    color: var(--green);
    font-size: 13px;
    font-weight: 700;
}

.feather-game__form input[type="tel"] {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    color: var(--green);
    background: rgba(255, 255, 252, 0.86);
    border: 1px solid rgba(68, 96, 75, 0.34);
    border-radius: 11px;
    font: inherit;
}

.feather-game__form input:focus-visible {
    outline: 3px solid rgba(92, 124, 97, 0.2);
    border-color: rgba(53, 91, 67, 0.62);
}

.feather-game__consent {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 9px;
    align-items: start;
}

.feather-game__consent input {
    width: 17px;
    height: 17px;
    margin: 2px 0 0;
    accent-color: var(--green);
}

.feather-game__consent span {
    color: var(--green-soft) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.4;
}

.feather-game__form button,
.feather-game__catch,
.feather-game__result button {
    min-height: 45px;
    padding: 10px 18px;
    cursor: pointer;
    color: #fff;
    background: var(--green);
    border: 0;
    border-radius: 999px;
    font: inherit;
    font-weight: 700;
    transition: background 160ms ease, transform 160ms ease;
}

.feather-game__form button:hover,
.feather-game__catch:hover,
.feather-game__result button:hover {
    background: #183d2c;
    transform: translateY(-1px);
}

.feather-game__form button:disabled,
.feather-game__catch:disabled {
    cursor: wait;
    opacity: 0.62;
    transform: none;
}

.feather-game__message {
    min-height: 19px;
    margin: -3px 0 0 !important;
    color: #8a3a33 !important;
    font-size: 13px !important;
    font-weight: 700;
}

.feather-game__round {
    color: #708575 !important;
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.feather-game__instruction.is-hit {
    color: #2d6946;
    font-weight: 700;
}

.feather-game__instruction.is-miss {
    color: #8c663b;
    font-weight: 700;
}

.feather-game__track {
    position: relative;
    height: 184px;
    margin: 18px 0 13px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 74%, rgba(140, 160, 125, 0.18), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(224, 230, 207, 0.28));
    border: 1px solid rgba(67, 94, 72, 0.24);
    border-radius: 18px;
}

.feather-game__track::before,
.feather-game__track::after {
    position: absolute;
    width: 72px;
    height: 90px;
    content: "";
    opacity: 0.22;
    background: radial-gradient(ellipse at bottom left, transparent 44%, #6f896c 45% 48%, transparent 49%);
}

.feather-game__track::before {
    top: -16px;
    left: -23px;
    transform: rotate(18deg);
}

.feather-game__track::after {
    right: -18px;
    bottom: -15px;
    transform: scaleX(-1) rotate(11deg);
}

.feather-game__target {
    position: absolute;
    bottom: 22px;
    left: 50%;
    width: 82px;
    height: 118px;
    border: 2px dashed rgba(76, 113, 82, 0.32);
    border-radius: 48%;
    transform: translateX(-50%);
    transition: background 160ms ease, border-color 160ms ease;
}

.feather-game__target span {
    position: absolute;
    right: -14px;
    bottom: 15px;
    left: -14px;
    height: 7px;
    background: #7d7558;
    border-radius: 70% 30% 60% 40%;
    box-shadow: 0 3px 5px rgba(66, 61, 44, 0.18);
    transform: rotate(-2deg);
}

.feather-game__target.is-hit {
    background: rgba(122, 165, 119, 0.2);
    border-color: rgba(63, 120, 76, 0.68);
}

.feather-game__target.is-miss {
    background: rgba(193, 151, 93, 0.12);
    border-color: rgba(151, 106, 55, 0.5);
}

.feather-game__flying-feather {
    position: absolute;
    z-index: 2;
    top: 48%;
    left: 0;
    width: 94px;
    height: 68px;
    object-fit: contain;
    filter: drop-shadow(0 7px 6px rgba(35, 75, 57, 0.16));
    will-change: transform;
}

.feather-game__score {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 13px;
    font-size: 27px;
    line-height: 1;
}

.feather-game__score .is-hit {
    color: #4f7c57;
}

.feather-game__score .is-miss {
    color: #ad7c49;
}

.feather-game__catch {
    display: block;
    min-width: 160px;
    margin: 0 auto;
}

.feather-game__result {
    text-align: center;
}

.feather-game__result-icon {
    margin: 0 0 4px !important;
    font-size: 42px !important;
}

.feather-game__result-text,
.feather-game__result-note {
    color: var(--green-soft);
}

.feather-game__result blockquote {
    position: relative;
    margin: 19px 0;
    padding: 18px 17px;
    color: var(--green);
    background: rgba(143, 163, 134, 0.11);
    border: 1px solid rgba(76, 113, 82, 0.23);
    border-radius: 15px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    line-height: 1.45;
}

.feather-game__result button {
    min-width: 180px;
}

.admin-feather-button {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 30;
    display: grid;
    width: 58px;
    height: 58px;
    padding: 9px;
    place-items: center;
    cursor: pointer;
    color: var(--green);
    background: rgba(251, 250, 244, 0.9);
    border: 1px solid rgba(35, 75, 57, 0.28);
    border-radius: 50%;
    box-shadow: 0 9px 28px rgba(35, 75, 57, 0.18);
    backdrop-filter: blur(8px);
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.admin-feather-button:hover {
    background: rgba(241, 238, 226, 0.98);
    box-shadow: 0 11px 32px rgba(35, 75, 57, 0.24);
    transform: translateY(-2px) rotate(-4deg);
}

.admin-feather-button:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.42);
    outline-offset: 3px;
}

.admin-feather-button svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.admin-feather-button .feather-fill {
    fill: rgba(190, 203, 178, 0.58);
    stroke: currentColor;
    stroke-width: 2.1;
}

.admin-feather-button .feather-line {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.1;
}

.admin-login-is-open {
    overflow: hidden;
}

.admin-login-overlay {
    position: fixed;
    z-index: 60;
    inset: 0;
    display: grid;
    padding: 22px;
    place-items: center;
    background: rgba(22, 45, 33, 0.38);
    backdrop-filter: blur(5px);
}

.admin-login-dialog {
    position: relative;
    width: min(430px, 100%);
    padding: 32px;
    color: var(--green);
    background: rgba(255, 254, 249, 0.98);
    border: 1px solid rgba(35, 75, 57, 0.24);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(25, 48, 36, 0.25);
    text-align: center;
}

.admin-login-dialog h2 {
    margin: 3px 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
}

.admin-login-dialog > p:not(.section-kicker) {
    margin: 0 0 20px;
    color: var(--green-soft);
}

.admin-login-close {
    position: absolute;
    top: 10px;
    right: 12px;
    display: grid;
    width: 36px;
    height: 36px;
    padding: 0;
    place-content: center;
    cursor: pointer;
    color: var(--green-soft);
    background: transparent;
    border: 0;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
}

.admin-login-close:hover {
    color: var(--green);
    background: rgba(226, 232, 219, 0.54);
}

.admin-login-emblem {
    width: 54px;
    height: 54px;
    margin: 0 auto 8px;
}

.admin-login-emblem svg {
    width: 100%;
    height: 100%;
}

.admin-login-emblem path:first-child {
    fill: rgba(190, 203, 178, 0.48);
    stroke: var(--green);
    stroke-width: 2;
}

.admin-login-emblem path:last-child {
    fill: none;
    stroke: var(--green);
    stroke-linecap: round;
    stroke-width: 2;
}

.admin-login-form {
    display: grid;
    gap: 14px;
    text-align: left;
}

.admin-login-form label {
    display: grid;
    gap: 6px;
}

.admin-login-form label span {
    font-size: 13px;
    font-weight: 700;
}

.admin-login-form input {
    width: 100%;
    min-height: 48px;
    padding: 10px 13px;
    color: var(--green);
    background: #fffefa;
    border: 1px solid rgba(35, 75, 57, 0.3);
    border-radius: 11px;
    font: inherit;
}

.admin-login-form input:focus-visible {
    outline: 3px solid rgba(35, 75, 57, 0.25);
    border-color: rgba(35, 75, 57, 0.64);
}

.admin-login-form .admin-remember-device {
    grid-template-columns: 19px 1fr;
    gap: 9px;
    align-items: start;
    cursor: pointer;
}

.admin-login-form .admin-remember-device input {
    width: 18px;
    height: 18px;
    min-height: 0;
    margin: 2px 0 0;
    padding: 0;
    accent-color: var(--green);
}

.admin-login-form .admin-remember-device span {
    color: var(--green-soft);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.admin-login-form button {
    min-height: 48px;
    padding: 11px 18px;
    cursor: pointer;
    color: #fff;
    background: var(--green);
    border: 0;
    border-radius: 999px;
    font-weight: 700;
}

.admin-login-form button:hover {
    background: #173d2c;
}

.noscript-message {
    position: fixed;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 10;
    max-width: 620px;
    margin: auto;
    padding: 12px 16px;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 10px;
    text-align: center;
}

[hidden] {
    display: none !important;
}

@media (max-width: 700px) {
    body::before {
        background-image: url("../../nailowl-background.webp");
        background-position: 66% top;
        background-size: cover;
    }

    .mobile-title {
        display: block;
        padding: 32px 18px 0;
        text-align: center;
    }

    .contact-letter {
        top: 10px;
        left: max(10px, env(safe-area-inset-left));
        width: 78px;
    }

    .owl-sound-button {
        top: 4px;
        right: 0;
        width: 100px;
        height: 136px;
    }

    .contact-letter__button {
        width: 78px;
        height: 55px;
    }

    .contact-letter__button span {
        top: 12px;
        font-size: 13px;
    }

    .contact-scroll {
        top: 47px;
        left: 4px;
        width: min(286px, calc(100vw - 24px));
    }

    .contact-scroll__paper {
        padding: 22px 18px 19px;
    }

    .contact-scroll__title {
        font-size: 22px;
    }

    .contact-scroll dd {
        font-size: 16px;
    }

    .mobile-title h1 {
        margin: 0 0 8px;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(42px, 13vw, 58px);
        font-weight: 500;
        line-height: 1;
    }

    .mobile-title p {
        margin: 0;
        font-size: 16px;
    }

    .desktop-home-link {
        display: none;
    }

    .service-navigation {
        position: relative;
        top: auto;
        left: auto;
        width: calc(100% - 28px);
        height: auto;
        margin: 26px auto 0;
        gap: 6px;
        transform: none;
    }

    .header-actions {
        position: relative;
        top: auto;
        left: auto;
        display: grid;
        grid-template-columns: 0.72fr 1.28fr;
        width: calc(100% - 28px);
        margin: 8px auto 0;
        transform: none;
    }

    .header-action-button {
        min-height: 46px;
        padding: 8px 9px;
        border-radius: 12px;
    }

    .section-button {
        min-height: 46px;
        padding: 8px 5px;
        color: var(--green);
        background: rgba(251, 250, 244, 0.8);
        border: 1px solid var(--line);
        border-radius: 12px;
        font-size: 15px;
    }

    .section-button[aria-expanded="true"] {
        color: #fff;
        background: rgba(35, 75, 57, 0.9);
        box-shadow: none;
    }

    .site-main {
        width: calc(100% - 24px);
        min-height: calc(100vh - 190px);
        padding: 24px 0 120px;
    }

    .home-return-button {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 12px;
    }

    .service-section {
        padding: 22px 12px 16px;
        border-radius: 20px;
        background: rgba(251, 250, 244, 0.94);
    }

    .section-heading {
        padding: 0 8px;
    }

    .section-heading h2,
    .coming-soon h2 {
        font-size: 36px;
    }

    .section-kicker {
        font-size: 11px;
    }

    .price-groups,
    .price-group--wide dl {
        grid-template-columns: 1fr;
    }

    .price-group {
        padding: 18px 14px;
        border-radius: 15px;
    }

    .price-group h3,
    .discount-card h3 {
        font-size: 25px;
    }

    .price-row {
        gap: 9px;
        padding: 10px 0;
    }

    .price-row dt > span {
        font-size: 14px;
    }

    .price-row dd {
        font-size: 14px;
    }

    .discount-card {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 20px 16px;
        border-radius: 15px;
    }

    .discount-card > p {
        grid-column: auto;
    }

    .service-card summary {
        min-height: 56px;
        padding: 12px 14px;
        font-size: 16px;
    }

    .service-card__body {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 4px 14px 18px;
    }

    .service-image {
        min-height: 220px;
        margin-top: 16px;
    }

    .service-copy {
        padding-top: 16px;
    }

    .service-lead {
        font-size: 16px;
    }

    .service-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .booking-button {
        width: 100%;
    }

    .booking-layout {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .booking-calendar h3 {
        font-size: 25px;
    }

    .calendar-grid {
        gap: 4px;
    }

    .calendar-day {
        min-height: 52px;
        border-radius: 9px;
    }

    .calendar-day strong {
        font-size: 16px;
    }

    .calendar-day small {
        font-size: 8px;
    }

    .booking-form {
        padding: 18px 14px;
        border-radius: 15px;
    }

    .admin-feather-button {
        right: max(13px, env(safe-area-inset-right));
        bottom: max(13px, env(safe-area-inset-bottom));
        width: 52px;
        height: 52px;
        padding: 8px;
    }

    .besya-mascot {
        bottom: max(9px, env(safe-area-inset-bottom));
        left: max(9px, env(safe-area-inset-left));
        width: 72px;
    }

    .besya-mascot__button {
        width: 72px;
        height: 94px;
    }

    .besya-mascot__message {
        bottom: 82px;
        left: 52px;
        width: min(286px, calc(100vw - 76px));
        padding: 15px 16px;
        border-radius: 17px 17px 17px 6px;
    }

    .besya-mascot__message strong {
        font-size: 20px;
    }

    .besya-mascot__message p {
        font-size: 14px;
        line-height: 1.45;
    }

    .feather-game {
        right: max(7px, env(safe-area-inset-right));
        bottom: max(7px, env(safe-area-inset-bottom));
        width: 92px;
    }

    .feather-game__toggle {
        width: 92px;
        height: 82px;
    }

    .feather-game__toggle img {
        width: 90px;
        height: 62px;
    }

    .feather-game__toggle > span {
        right: 0;
        padding: 5px 8px 6px;
        font-size: 11px;
    }

    .feather-game__scroll {
        right: -1px;
        bottom: 72px;
        width: min(390px, calc(100vw - 14px));
        padding: 8px 6px;
    }

    .feather-game__paper {
        max-height: calc(100vh - 105px);
        padding: 31px 18px 23px;
    }

    .feather-game__screen h2 {
        margin-right: 27px;
        margin-left: 27px;
        font-size: 29px;
    }

    .feather-game__screen > p {
        font-size: 14px;
    }

    .feather-game__track {
        height: 158px;
    }

    .feather-game__target {
        width: 70px;
        height: 101px;
    }

    .feather-game__flying-feather {
        width: 76px;
        height: 56px;
    }

    .feather-game__result blockquote {
        font-size: 17px;
    }

    .admin-login-overlay {
        padding: 14px;
    }

    .admin-login-dialog {
        padding: 28px 20px 22px;
        border-radius: 19px;
    }

    .admin-login-dialog h2 {
        font-size: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .summary-icon::before,
    .summary-icon::after,
    .contact-letter__button,
    .contact-scroll,
    .owl-sound-button,
    .admin-feather-button,
    .besya-mascot__button,
    .besya-mascot__message,
    .feather-game__toggle,
    .feather-game__scroll,
    .feather-game__target,
    .feather-game__form button,
    .feather-game__catch,
    .feather-game__result button {
        transition: none;
    }
}
