body.mini-contact-page {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    background: #fff;
    font-family: var(--sans);
    overflow-x: hidden;
}

body.mini-contact-page a {
    color: inherit;
    text-decoration: none;
}

body.mini-privacy-page {
    margin: 0;
    color: var(--text);
    background: #fff;
    font-family: var(--sans);
    overflow-x: hidden;
}

body.mini-privacy-page a {
    color: inherit;
}

.contact-header .brand {
    width: 176px;
}

.contact-header .primary-nav a,
.contact-header .primary-nav .nav-disabled {
    position: relative;
    padding-bottom: 8px;
}

.contact-header .primary-nav a.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: var(--pink);
    transform: translateX(-50%);
}

.contact-main {
    position: relative;
    padding-top: 14px;
    overflow: hidden;
}

.contact-main::before,
.contact-main::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.contact-side-flower {
    position: absolute;
    display: block;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

.contact-side-flower-left {
    left: -60px;
    bottom: 20px;
    width: min(245px, 19vw);
}

.contact-side-flower-right {
    right: -72px;
    bottom: -88px;
    width: min(270px, 21vw);
}

.contact-main::before {
    top: 112px;
    left: 7vw;
    width: 14px;
    height: 14px;
    background: rgba(247, 37, 104, 0.18);
    box-shadow:
        38px 72px 0 rgba(255, 138, 91, 0.16),
        86px 20px 0 rgba(247, 37, 104, 0.12);
}

.contact-main::after {
    right: 10vw;
    top: 190px;
    width: 16px;
    height: 16px;
    background: rgba(255, 138, 91, 0.18);
    box-shadow:
        -44px 88px 0 rgba(247, 37, 104, 0.13),
        38px 48px 0 rgba(255, 210, 133, 0.26);
}

.contact-hero {
    position: relative;
    z-index: 1;
    width: min(820px, calc(100% - 40px));
    margin: 0 auto 62px;
    text-align: center;
}

.contact-heart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    border-radius: 50%;
    color: var(--pink);
    background: #fff;
    box-shadow: 0 16px 34px rgba(247, 37, 104, 0.13);
    font-size: 21px;
}

.contact-hero h1 {
    margin: 0;
    color: var(--plum);
    font-family: var(--serif);
    font-size: clamp(52px, 5.1vw, 62px);
    line-height: 0.96;
    font-weight: 700;
}

.contact-hero p {
    margin: 18px 0 0;
    color: rgba(74, 22, 63, 0.82);
    font-family: var(--serif);
    font-size: clamp(24px, 2.3vw, 31px);
    font-weight: 700;
    line-height: 1.2;
}

.privacy-main {
    width: min(980px, calc(100% - 40px));
    margin: 0 auto;
    padding: 34px 0 100px;
}

.privacy-document {
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(247, 37, 104, 0.08);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(74, 22, 63, 0.08);
}

.privacy-document h1,
.privacy-document h2,
.privacy-document h3 {
    color: var(--plum);
    font-family: var(--serif);
    line-height: 1.08;
}

.privacy-document h1 {
    margin: 0 0 24px;
    font-size: clamp(42px, 5vw, 58px);
}

.privacy-document h2 {
    margin: 38px 0 14px;
    font-size: clamp(27px, 3vw, 34px);
}

.privacy-document h3 {
    margin: 28px 0 10px;
    font-size: 24px;
}

.privacy-document p,
.privacy-document li {
    color: #47303f;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.72;
}

.privacy-document p {
    margin: 0 0 16px;
}

.privacy-document ul {
    margin: 0 0 18px;
    padding-left: 24px;
}

.privacy-document a {
    color: var(--pink);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact-layout {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 56px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(290px, 35%) minmax(0, 65%);
    gap: clamp(60px, 6.4vw, 82px);
    align-items: start;
}

.contact-info-column {
    display: grid;
    gap: 42px;
}

.contact-info-card {
    display: grid;
    gap: 18px;
    padding: 30px;
    border: 1px solid rgba(247, 37, 104, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 24px 70px rgba(74, 22, 63, 0.09);
    backdrop-filter: blur(10px);
}

.contact-info-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    align-items: start;
    padding: 4px 0;
}

.contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff4f83 0%, var(--pink) 100%);
    box-shadow: 0 14px 24px rgba(247, 37, 104, 0.22);
}

.contact-icon svg,
.quote-submit svg,
.quote-form-header svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-icon svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

.contact-info-item h2 {
    margin: 1px 0 8px;
    color: var(--plum);
    font-family: var(--serif);
    font-size: 25px;
    line-height: 1;
}

.contact-info-item p {
    margin: 4px 0;
    color: #4d3346;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.contact-info-item a {
    transition: color 180ms ease;
}

.contact-info-item a:hover {
    color: var(--pink);
}

.social-links {
    display: flex;
    gap: 16px;
    margin-top: 12px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    transition: transform 180ms ease, opacity 180ms ease;
}

.social-links a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.social-img {
    width: 44px;
    height: 44px;
    display: block;
    mix-blend-mode: multiply;
    border-radius: 50%;
    object-fit: cover;
}

.contact-photo-wrap {
    position: relative;
    --contact-photo-offset: translateX(0);
    margin-left: -50px !important;
    margin-top: -27px !important;
    width: min(320px, 84vw);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    filter: drop-shadow(0 24px 34px rgba(74, 22, 63, 0.16));
    transform-origin: center;
    animation: contactPortraitIntroZoom 0.5s ease-out both;
    will-change: transform;
}

.contact-photo-wrap-secondary {
    --contact-photo-offset: translateX(28px);
    width: min(292px, 78vw);
    margin-top: -191px !important;
    margin-left: 108px !important;
    margin-right: 0;
}

@keyframes contactPortraitIntroZoom {
    from {
        transform: var(--contact-photo-offset) scale(0.5);
        opacity: 0.92;
    }

    to {
        transform: var(--contact-photo-offset) scale(1);
        opacity: 1;
    }
}

.contact-photo-wrap::before {
    content: "";
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(247, 37, 104, 0.18), transparent 68%);
    filter: blur(16px);
}

.contact-photo {
    position: absolute;
    inset: 10%;
    z-index: 1;
    height: 82%;
    border-radius: 50%;
    object-fit: fill;
}

.contact-photo-wreath {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.quote-form-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(247, 37, 104, 0.08);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 28px 80px rgba(74, 22, 63, 0.11);
}

.quote-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 34px;
    color: #fff;
    background: linear-gradient(135deg, #ff5b8b 0%, var(--pink) 66%, #e9185a 100%);
    box-shadow: 0 14px 34px rgba(247, 37, 104, 0.2);
}

.quote-form-header h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(31px, 3vw, 39px);
    line-height: 1;
    font-weight: 700;
}

.quote-form-header svg {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    color: #fff;
    fill: #fff;
    stroke: none;
}

.form-notice {
    margin: 30px 34px 0;
    padding: 14px 18px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.form-notice.is-success {
    color: #4d5c25;
    background: #fff7d6;
}

.form-notice.is-error {
    color: #8a173a;
    background: #fff0f5;
}

.quote-form {
    position: relative;
    z-index: 2;
    padding: 34px;
}

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

.quote-form label {
    display: grid;
    gap: 9px;
    color: var(--plum);
    font-size: 15px;
    font-weight: 800;
}

.required-star {
    color: var(--pink);
    font-weight: 900;
}

.quote-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.quote-turnstile {
    margin-top: 24px;
}

.quote-form input,
.quote-form textarea {
    width: 100%;
    border: 1px solid rgba(247, 37, 104, 0.18);
    border-radius: 17px;
    background: #fffafc;
    color: #33232d;
    font: 700 16px/1.2 var(--sans);
    outline: none;
    transition: border-color 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.quote-form input {
    height: 56px;
    padding: 0 18px;
}

.quote-form textarea {
    min-height: 150px;
    padding: 17px 18px;
    resize: vertical;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
    color: rgba(74, 22, 63, 0.38);
    font-weight: 700;
}

.quote-form input:focus,
.quote-form textarea:focus {
    border-color: rgba(247, 37, 104, 0.62);
    background: #fff;
    box-shadow: 0 0 0 5px rgba(247, 37, 104, 0.1);
}

.form-full {
    grid-column: 1 / -1;
}

.quote-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 190px;
    min-height: 58px;
    margin-top: 28px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #ff5b8b 0%, var(--pink) 100%);
    box-shadow: 0 18px 32px rgba(247, 37, 104, 0.24);
    cursor: pointer;
    font: 800 17px/1 var(--sans);
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.quote-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 40px rgba(247, 37, 104, 0.3);
    filter: saturate(1.05);
}

.quote-submit svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

@media (max-width: 980px) {
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 48px;
        width: min(760px, calc(100% - 40px));
    }

    .contact-info-column {
        grid-template-columns: 1fr;
    }

    .contact-photo-wrap {
        width: min(300px, 76vw);
    }

    .contact-photo-wrap-secondary {
        --contact-photo-offset: translateX(22px);
        width: min(270px, 72vw);
        margin-right: auto;
    }

    .contact-side-flower-left {
        left: -70px;
        width: 210px;
        opacity: 0.22;
    }

    .contact-side-flower-right {
        right: -112px;
        width: 220px;
        opacity: 0.24;
    }
}

@media (max-width: 820px) {
    .contact-header {
        width: min(100% - 36px, 720px);
        height: auto;
        min-height: 96px;
        grid-template-columns: 44px 1fr 44px;
        column-gap: 16px;
    }

    .contact-header .brand {
        grid-column: 2;
        justify-self: center;
    }

    .contact-header .brand,
    .contact-header .brand img {
        width: 138px;
    }

    .contact-main {
        padding-top: 14px;
    }

    .contact-hero {
        margin-bottom: 44px;
    }

    .contact-info-card,
    .quote-form {
        padding: 26px;
    }

    .quote-form-header {
        padding: 24px 26px;
    }
}

@media (max-width: 620px) {
    .contact-layout {
        width: 100%;
        gap: 36px;
    }

    .contact-info-card,
    .quote-form-card {
        width: 100%;
    }

    .contact-hero {
        width: calc(100% - 28px);
    }

    .contact-hero h1 {
        font-size: 50px;
    }

    .contact-hero p {
        font-size: 24px;
    }

    .contact-info-card,
    .quote-form-card {
        border-radius: 24px;
    }

    .contact-info-item {
        grid-template-columns: 48px 1fr;
        gap: 14px;
    }

    .contact-icon {
        width: 46px;
        height: 46px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .quote-submit {
        width: 100%;
    }

    .contact-side-flower-left,
    .contact-side-flower-right {
        opacity: 0.12;
    }
}

@media (max-width: 520px) {
    .contact-header {
        width: calc(100% - 24px);
        grid-template-columns: 44px 1fr 44px;
    }

    .contact-header .brand,
    .contact-header .brand img {
        width: 118px;
    }
}
