:root {
    --ink: #2c1f63;
    --violet: #6f4aa5;
    --violet-soft: #b796d5;
    --pink: #f25791;
    --pink-soft: #ffe7ee;
    --blush: #fff4f6;
    --gold: #d99b22;
    --cream: #fffaf6;
    --line: rgba(242, 87, 145, .28);
    --shadow: 0 24px 70px rgba(96, 58, 108, .16);
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 210, 223, .86), transparent 24rem),
        radial-gradient(circle at 88% 42%, rgba(210, 184, 230, .38), transparent 20rem),
        linear-gradient(180deg, #fff8fa 0%, #ffe9f0 46%, #fff9fb 100%);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 400;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    opacity: .34;
    background-image:
        linear-gradient(45deg, rgba(255,255,255,.55) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255,255,255,.55) 25%, transparent 25%);
    background-position: 0 0, 14px 14px;
    background-size: 28px 28px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

h1, h2, h3 {
    margin: 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

p {
    margin: 0;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.site-header {
    min-height: 100vh;
    padding: 22px 0 0;
}

.soft-nav {
    position: fixed;
    left: 50%;
    top: 18px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1180px, calc(100% - 32px));
    min-height: 72px;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 16px 48px rgba(101, 58, 106, .16);
    transform: translateX(-50%);
    backdrop-filter: blur(18px);
}

.brand-mini {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: max-content;
    color: var(--pink);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.05rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.brand-mini img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 8px;
    color: var(--pink);
    background: var(--pink-soft);
    font-size: 1.8rem;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    width: 100%;
    min-width: 0;
}

.nav-links a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 44px;
    padding: 0 8px;
    color: var(--ink);
    border-left: 1px solid var(--line);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.nav-links i {
    color: var(--pink);
    font-size: 1.28rem;
}

.hero {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 100vh;
    padding: 130px 16px 64px;
    overflow: hidden;
}

.hero-media {
    position: absolute;
    inset: 0;
}

.hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255,244,247,.2), rgba(255,228,237,.66)),
        radial-gradient(circle at 50% 50%, rgba(255,255,255,.18), rgba(255,244,247,.8) 68%);
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(900px, 100%);
    padding-top: 16px;
    text-align: center;
}

.hero-emblem {
    width: clamp(170px, 20vw, 270px);
    margin: 0 auto 14px;
    filter: drop-shadow(0 18px 28px rgba(112, 68, 89, .2));
}

.brush-label,
.brush-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 7px 24px 10px;
    color: #fff;
    background: linear-gradient(90deg, #ec5d95, #b28acb);
    clip-path: polygon(2% 18%, 98% 0, 96% 82%, 4% 100%);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.55rem, 3vw, 2.3rem);
    font-weight: 600;
    letter-spacing: .04em;
    text-shadow: 0 2px 0 rgba(53, 30, 82, .18);
}

.hero h1 {
    margin-top: 18px;
    color: transparent;
    background: linear-gradient(90deg, #f05688 8%, #dc7a92 34%, #a45fac 68%, #563799 100%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: clamp(3.1rem, 10vw, 7.7rem);
    line-height: .95;
    text-shadow: 0 10px 28px rgba(68, 42, 105, .08);
}

.tagline {
    margin: 18px auto 24px;
    color: var(--ink);
    font-size: clamp(1rem, 2.2vw, 1.45rem);
    font-weight: 600;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.hero-copy {
    max-width: 780px;
    margin: 0 auto 26px;
    color: #4f3c74;
    font-size: clamp(1rem, 2vw, 1.18rem);
    font-weight: 400;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.brush-button {
    min-height: 58px;
    padding-inline: 42px;
    background: linear-gradient(90deg, #8b67bb, #c39bd8);
    font-size: clamp(2rem, 4vw, 3.1rem);
}

.secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid rgba(111, 74, 165, .32);
    border-radius: 8px;
    color: var(--ink);
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 12px 30px rgba(101, 58, 106, .12);
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-signature,
.footer-signature {
    position: relative;
    z-index: 2;
    margin-top: 26px;
    color: #fff;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    text-align: center;
    text-shadow: 0 3px 10px rgba(114, 64, 110, .28);
}

.intro-band,
.gallery-section,
.features-section,
.showcase-section,
.story-section,
.footer-section {
    padding: clamp(64px, 8vw, 108px) 0;
}

.section-heading {
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
}

.eyebrow {
    margin-bottom: 10px;
    color: var(--pink);
    font-size: .88rem;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.section-heading h2,
.showcase-copy h2,
.story-panel h2 {
    color: var(--ink);
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.04;
}

.section-heading p:last-child,
.showcase-copy p:not(.brush-label),
.story-panel p:last-child {
    margin-top: 16px;
    color: #694d85;
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.8;
}

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

.category-card {
    overflow: hidden;
    min-height: 100%;
    border: 1px solid rgba(242, 87, 145, .24);
    border-radius: 8px;
    background: rgba(255,255,255,.72);
    box-shadow: var(--shadow);
}

.category-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.category-card div {
    padding: 22px;
}

.category-card span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 13px 7px;
    color: #fff;
    background: var(--pink);
    clip-path: polygon(3% 18%, 98% 0, 95% 80%, 0 100%);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
}

.category-card h3 {
    color: var(--violet);
    font-size: 1.15rem;
    line-height: 1.35;
}

.category-card p {
    margin-top: 10px;
    color: #684f82;
    line-height: 1.65;
}

.gallery-section {
    background: rgba(255,255,255,.28);
}

.creation-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 220px;
    gap: 14px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(242, 87, 145, .22);
    border-radius: 8px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 18px 48px rgba(96, 58, 108, .12);
}

.gallery-item.tall {
    grid-row: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
    transform: scale(1.035);
}

.gallery-item:focus-visible {
    outline: 3px solid rgba(242, 87, 145, .45);
    outline-offset: 3px;
}

.features-section {
    background: rgba(255,255,255,.38);
}

.feature-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px dashed rgba(242, 87, 145, .44);
    border-radius: 8px;
    background: rgba(219, 142, 181, .32);
    box-shadow: var(--shadow);
}

.feature-strip article {
    min-height: 230px;
    padding: 32px 24px;
    background: rgba(255, 250, 252, .86);
    text-align: center;
}

.feature-strip i {
    display: inline-grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
    color: var(--pink);
    border: 1px solid rgba(242, 87, 145, .28);
    border-radius: 50%;
    background: #fff;
    font-size: 2rem;
}

.feature-strip h3 {
    color: var(--ink);
    font-size: .95rem;
    line-height: 1.35;
}

.feature-strip p {
    margin-top: 12px;
    color: #705789;
    line-height: 1.65;
}

.showcase-layout {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    align-items: center;
    gap: clamp(28px, 6vw, 72px);
}

.showcase-copy .brush-label {
    margin-bottom: 22px;
    background: linear-gradient(90deg, #f25b91, #f08aaa);
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.text-link {
    display: inline-flex;
    margin-top: 24px;
    color: var(--pink);
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.collage {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
    align-items: center;
    gap: 18px;
}

.collage-main,
.collage-card {
    border: 8px solid rgba(255,255,255,.86);
    border-radius: 8px;
    box-shadow: var(--shadow);
    background: rgba(255,255,255,.74);
    object-fit: contain;
}

.collage-main {
    width: 100%;
    aspect-ratio: 5 / 4;
    padding: 8px;
}

.collage-card {
    width: 100%;
    aspect-ratio: 1;
    padding: 12px;
}

.story-panel {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    gap: clamp(24px, 5vw, 60px);
    padding: clamp(28px, 5vw, 58px);
    border: 1px dashed rgba(242, 87, 145, .45);
    border-radius: 8px;
    background: rgba(255,255,255,.76);
    box-shadow: var(--shadow);
}

.story-panel img {
    width: 220px;
}

.footer-section {
    padding-bottom: 42px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.15), rgba(242, 139, 173, .34)),
        #ffdce8;
}

.footer-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
    padding: 28px;
    border: 1px dashed rgba(242, 87, 145, .58);
    border-radius: 8px;
    background: rgba(255,255,255,.7);
    text-align: center;
    box-shadow: var(--shadow);
}

.footer-title {
    grid-column: 1 / -1;
    color: var(--pink);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
}

.footer-box a {
    min-width: 0;
    color: var(--ink);
    font-weight: 600;
    overflow-wrap: anywhere;
}

@media (max-width: 1240px) {
    .soft-nav {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .nav-toggle {
        display: inline-grid;
        place-items: center;
    }

    .nav-links {
        display: none;
        flex-basis: 100%;
        flex-direction: column;
        align-items: stretch;
        padding-top: 12px;
    }

    .soft-nav.is-open .nav-links {
        display: flex;
    }

    .nav-links a {
        border-left: 0;
        border-top: 1px solid var(--line);
    }
}

@media (max-width: 900px) {
    .category-grid,
    .creation-gallery,
    .showcase-layout,
    .story-panel,
    .footer-box {
        grid-template-columns: 1fr;
    }

    .creation-gallery {
        grid-auto-rows: auto;
    }

    .gallery-item,
    .gallery-item.tall {
        grid-row: auto;
        aspect-ratio: 4 / 3;
    }

    .feature-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .story-panel {
        text-align: center;
    }

    .story-panel img {
        margin: 0 auto;
    }
}

@media (max-width: 560px) {
    .site-header {
        padding-top: 12px;
    }

    .soft-nav {
        top: 10px;
        width: calc(100% - 20px);
        padding: 9px 12px;
    }

    .brand-mini span {
        font-size: .9rem;
    }

    .hero {
        padding-top: 112px;
    }

    .tagline {
        letter-spacing: .12em;
    }

    .brush-button,
    .secondary-action {
        width: 100%;
    }

    .feature-strip {
        grid-template-columns: 1fr;
    }

    .collage {
        grid-template-columns: 1fr;
    }

    .collage-main,
    .collage-card {
        width: 100%;
    }

    .collage-card {
        margin-top: 18px;
    }
}
