:root {
    --cream: #fff;
    --cream-wave: #ffe6c7;
    --cream-wave-soft: #fff1dc;
    --pink: #f72568;
    --pink-soft: #ff6f95;
    --plum: #4a163f;
    --coral: #ff744e;
    --coral-light: #ff9365;
    --orange: #ff8a5b;
    --yellow: #ffe889;
    --leaf: #ea7b55;
    --text: #271623;
    --sans: "Nunito", "Inter", "Helvetica Neue", Arial, sans-serif;
    --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
}

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    scroll-behavior: smooth;
}

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

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

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

.site-header {
    width: min(1150px, calc(100% - 56px));
    height: 105px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 192px 1fr auto;
    align-items: start;
    column-gap: 22px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.brand {
    display: flex;
    align-items: center;
    width: 176px;
}

.brand img {
    margin-top: 5px;
    display: block;
    width: 164px;
    height: auto;
}

.primary-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 3vw, 48px);
    align-self: start;
    margin-top: 34px;
    font-size: 15px;
    font-weight: 800;
    color: #251922;
}

.primary-nav a {
    line-height: 1;
    transition: color 160ms ease;
}

.primary-nav a:hover,
.primary-nav a.is-active {
    color: var(--pink);
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    min-height: 48px;
    margin-top: 24px;
    padding: 0 28px;
    border-radius: 8px;
    color: #fff !important;
    background: var(--pink);
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(247, 37, 104, 0.18);
}

.nav-toggle {
    display: none;
}

.hero {
    position: relative;
    min-height: 642px;
    background: #fff;
    overflow: hidden;
}

.hero-inner {
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 46.6% 53.4%;
    align-items: start;
    min-height: 556px;
    position: relative;
    z-index: 4;
}

.hero-copy {
    padding-top: 60px;
    text-align: center;
}

.hero-copy h1 {
    margin: 0 0 19px;
    font-family: var(--serif);
    font-size: clamp(52px, 5.7vw, 72px);
    line-height: 0.98;
    font-weight: 700;
    letter-spacing: 0;
}

.hero-copy h1 span,
.hero-copy h1 strong {
    display: block;
}

.hero-copy h1 span {
    color: var(--plum);
}

.hero-copy h1 strong {
    color: var(--pink);
    font-style: normal;
}

.hero-subtitle {
    margin: 0 auto 45px;
    color: var(--plum);
    font-family: var(--serif);
    font-size: clamp(25px, 2.6vw, 34px);
    font-weight: 700;
    line-height: 1.04;
}

.benefits {
    max-width: 472px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: start;
}

.benefits article {
    min-width: 0;
}

.benefits svg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    fill: none;
    stroke: #ff7b4f;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.benefits p {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    color: #231820;
}

.hero-action {
    text-align: center;
}

.main-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 348px;
    min-height: 76px;
    padding: 0 42px;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, #ff1d65, var(--pink));
    box-shadow: 0 18px 30px rgba(247, 37, 104, 0.22);
    font-family: var(--serif);
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.main-cta span {
    color: #fff !important;
}

.main-cta svg {
    width: 27px;
    height: 27px;
    fill: #fff;
}

.hero-visual {
    position: relative;
    min-height: 500px;
    padding-top: 16px;
}

.portrait-frame {
    position: relative;
    width: min(515px, 46vw);
    aspect-ratio: 1 / 1;
    margin: 0 -10px 0 auto;
    border-radius: 50%;
    filter: drop-shadow(0 22px 28px rgba(98, 37, 41, 0.14));
    transform-origin: center;
    animation: portraitIntroZoom 0.5s ease-out both;
    will-change: transform;
}

.hero-photo {
    position: absolute;
    inset: 6.2%;
    z-index: 1;
    display: block;
    width: 88.6%;
    height: 88.6%;
    object-fit: cover;
    border-radius: 50%;
}

.hero-wreath {
    position: absolute;
    inset: -2.5%;
    z-index: 3;
    display: block;
    width: 105%;
    height: 105%;
    pointer-events: none;
}

@keyframes portraitIntroZoom {
    from {
        transform: scale(0.5);
        opacity: 0.92;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.hero-decor {
    position: absolute;
    display: block;
    pointer-events: none;
    user-select: none;
}

.hero-decor-left {
    z-index: 3;
    left: -118px;
    bottom: 66px;
    width: 292px;
}

.hero-decor-right {
    z-index: 5;
    right: -122px;
    bottom: 10px;
    width: 228px;
    transform: scaleX(-1);
}

.wave-divider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 178px;
    object-fit: fill;
    z-index: 6;
}

.coral-band {
    position: relative;
    min-height: 250px;
    margin-top: -1px;
    padding: 58px 0 46px;
    background:
        radial-gradient(circle at 82% -18%, rgba(255, 229, 178, 0.4), transparent 32%),
        linear-gradient(135deg, var(--coral-light) 0%, #ff7d55 42%, #ff7048 100%);
    color: #fff8e9;
    overflow: hidden;
}

.coral-inner {
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
    position: relative;
    z-index: 2;
}

.coral-intro {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 25px;
    align-items: start;
    padding-left: 28px;
}

.coral-intro svg {
    width: 66px;
    height: 66px;
    fill: var(--yellow);
}

.coral-intro p,
.coral-features p {
    margin: 0;
    font-family: var(--serif);
    font-weight: 700;
    line-height: 1.35;
    text-shadow: 0 1px 0 rgba(125, 40, 25, 0.12);
}

.coral-intro p {
    font-size: 20px;
}

.coral-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.coral-features article {
    min-height: 138px;
    padding: 8px 4px 0;
    text-align: center;
    border-left: 1px solid rgba(144, 46, 48, 0.35);
}

.coral-features svg {
    width: 52px;
    height: 52px;
    margin-bottom: 17px;
    fill: none;
    stroke: var(--yellow);
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.coral-features p {
    font-size: 18px;
}

.coral-features strong {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 19px;
}

.coral-features a {
    color: #fff8e9;
    transition: color 160ms ease, text-shadow 160ms ease;
}

.coral-features a:hover {
    color: var(--yellow);
    text-shadow: 0 2px 10px rgba(125, 40, 25, 0.18);
}

.tulip {
    position: absolute;
    bottom: -48px;
    width: 126px;
    height: auto;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.tulip-left {
    left: 0;
    bottom: 0;
    width: 280px;
    transform: translateX(-8%);
}

.tulip-right {
    right: 0;
    transform: translateX(27%) scaleX(-1) rotate(38deg);
}

@media (max-width: 1100px) {
    .site-header {
        grid-template-columns: 150px 1fr auto;
        column-gap: 11px;
    }

    .brand,
    .brand img {
        width: 138px;
    }

    .primary-nav {
        gap: 18px;
        font-size: 14px;
    }

    .header-cta {
        padding: 0 20px;
    }

    .hero-inner {
        grid-template-columns: 49% 51%;
    }

    .benefits {
        gap: 12px;
    }

    .portrait-frame {
        width: min(430px, 42vw);
    }

    .coral-intro p {
        font-size: 18px;
    }
}

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

    .nav-toggle {
        margin-top: 8px;
        justify-self: end;
        display: inline-grid;
        gap: 5px;
        width: 44px;
        height: 40px;
        padding: 10px;
        border: 0;
        border-radius: 999px;
        background: #fff1f5;
    }

    .nav-toggle span:not(.screen-reader-text) {
        display: block;
        height: 2px;
        border-radius: 999px;
        background: var(--pink);
    }

    .primary-nav {
        position: absolute;
        top: 94px;
        left: 0;
        right: 0;
        display: none;
        margin-top: 0;
        padding: 18px;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 24px 54px rgba(74, 22, 63, 0.14);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        text-align: center;
    }

    .primary-nav a {
        padding: 12px;
    }

    .nav-open .primary-nav {
        display: flex;
    }

    .header-cta {
        display: none;
    }

    .hero {
        min-height: 0;
        padding-bottom: 116px;
    }

    .hero-inner {
        width: min(100% - 36px, 720px);
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hero-copy {
        padding-top: 18px;
    }

    .hero-copy h1 {
        font-size: clamp(45px, 12vw, 66px);
    }

    .hero-subtitle {
        margin-bottom: 32px;
    }

    .benefits {
        max-width: 460px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 34px;
    }

    .main-cta {
        min-width: min(100%, 330px);
        min-height: 68px;
        font-size: 28px;
    }

    .hero-visual {
        min-height: 0;
        padding-top: 34px;
    }

    .portrait-frame {
        width: min(430px, 86vw);
        margin: 0 auto;
    }

    .hero-decor-left {
        left: -104px;
        bottom: 62px;
        width: 226px;
        opacity: 0.78;
    }

    .hero-decor-right {
        right: -98px;
        bottom: -16px;
        width: 178px;
    }

    .coral-band {
        padding: 44px 0 64px;
    }

    .coral-inner {
        width: min(100% - 36px, 720px);
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .coral-intro {
        padding-left: 0;
        grid-template-columns: 1fr;
        justify-items: center;
        justify-content: center;
        gap: 14px;
        text-align: center;
    }

    .coral-features {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .coral-features article {
        min-height: 0;
        padding: 24px 18px;
        border-left: 0;
        border-top: 1px solid rgba(144, 46, 48, 0.28);
    }
}

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

    .brand,
    .brand img {
        width: 118px;
    }

    .nav-toggle {
        grid-column: 2;
    }

    .primary-nav {
        top: 86px;
    }

    .hero-inner {
        width: calc(100% - 26px);
    }

    .hero-copy h1 {
        font-size: 45px;
    }

    .hero-subtitle {
        font-size: 25px;
    }

    .benefits {
        gap: 18px 8px;
    }

    .benefits p {
        font-size: 13px;
    }

    .hero-decor-left {
        transform: scale(0.72);
    }

    .hero-decor-right {
        transform: scaleX(-1) scale(0.72);
    }

    .tulip-left {
        width: 210px;
        transform: translateX(-18%);
    }

    .tulip-right {
        right: 6px;
        transform: translateX(20%) scaleX(-1) scale(0.82);
    }

    .coral-intro svg {
        width: 48px;
        height: 48px;
    }

    .coral-intro p,
    .coral-features p {
        font-size: 17px;
    }
}

.cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 12px 18px;
    border-top: 1px solid rgba(247, 37, 104, 0.12);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -14px 36px rgba(74, 22, 63, 0.08);
    backdrop-filter: blur(12px);
}

.cookie-consent[hidden] {
    display: none;
}

.cookie-consent__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: space-between;
    gap: 18px 24px;
}

.cookie-consent__content {
    min-width: 0;
}

.cookie-consent p {
    margin: 0;
    color: #4a163f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

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

.cookie-consent__settings {
    display: grid;
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid rgba(247, 37, 104, 0.11);
    border-radius: 14px;
    background: #fffafc;
}

.cookie-consent__settings[hidden] {
    display: none;
}

.cookie-consent__setting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: var(--plum);
}

.cookie-consent__setting strong,
.cookie-consent__setting span {
    display: block;
}

.cookie-consent__setting strong {
    font-size: 14px;
    font-weight: 900;
}

.cookie-consent__setting span {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(74, 22, 63, 0.68);
}

.cookie-consent__setting input {
    flex: 0 0 auto;
    width: 44px;
    height: 24px;
    accent-color: var(--pink);
    cursor: pointer;
}

.cookie-switch {
    flex: 0 0 auto;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff0f5;
    color: var(--pink) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

.cookie-consent__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.cookie-consent__button {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    font: 800 14px/1 var(--sans);
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.cookie-consent__button:hover {
    transform: translateY(-1px);
}

.cookie-consent__button--primary {
    color: #fff;
    background: linear-gradient(135deg, #ff5b8b 0%, var(--pink) 100%);
    box-shadow: 0 10px 22px rgba(247, 37, 104, 0.2);
}

.cookie-consent__button--secondary,
.cookie-consent__button--ghost {
    color: var(--plum);
    background: #fff;
    border-color: rgba(247, 37, 104, 0.18);
}

.cookie-consent__button--ghost {
    color: var(--pink);
}

.cookie-consent__noscript {
    width: min(1180px, 100%);
    margin: 8px auto 0;
    color: #4a163f;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 720px) {
    .cookie-consent {
        padding: 12px 14px;
    }

    .cookie-consent__inner {
        align-items: stretch;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cookie-consent__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cookie-consent__button {
        width: 100%;
    }

    .cookie-consent__setting {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}
