:root {
    --ink: #241c20;
    --pink: #e83d7d;
    --deep: #b91555;
    --blush: #fff0f5;
    --paper: #fffafb;
    --line: #e6dbe0;
    --serif: 'Playfair Display', serif;
    --sans: 'DM Sans', sans-serif;
    --mono: 'DM Mono', monospace
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.5
}

img {
    display: block;
    max-width: 100%;
    width: 100%;
    object-fit: cover
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit
}

.site-header {
    align-items: center;
    background: rgba(255, 250, 251, .95);
    border-bottom: 1px solid var(--line);
    display: flex;
    height: 78px;
    justify-content: space-between;
    padding: 0 clamp(24px, 6vw, 88px);
    position: sticky;
    top: 0;
    z-index: 10
}

.logo {
    align-items: center;
    display: flex;
    gap: 11px
}

.logo-symbol {
    align-items: center;
    border: 1px solid var(--pink);
    border-radius: 50%;
    color: var(--pink);
    display: flex;
    font: 600 21px var(--serif);
    height: 38px;
    justify-content: center;
    width: 38px
}

.logo strong,
.logo small {
    display: block
}

.logo strong {
    font-size: 14px;
    letter-spacing: .12em
}

.logo small {
    font: 9px var(--mono);
    letter-spacing: .08em;
    margin-top: 2px
}

.navigation {
    align-items: center;
    display: flex;
    gap: clamp(22px, 3vw, 42px);
    font-size: 15px;
    font-weight: 600
}

.navigation a:hover {
    color: var(--pink)
}

.header-contact {
    border-bottom: 1px solid var(--pink);
    padding-bottom: 4px
}

.menu-button {
    background: none;
    border: 0;
    display: none
}

.menu-button span {
    background: var(--ink);
    display: block;
    height: 2px;
    margin: 5px;
    width: 24px
}

.hero,
.section {
    margin: auto;
    max-width: 1280px;
    padding-left: clamp(24px, 6vw, 88px);
    padding-right: clamp(24px, 6vw, 88px)
}

.hero {
    align-items: center;
    display: grid;
    gap: clamp(40px, 8vw, 120px);
    grid-template-columns: 1fr .82fr;
    min-height: 570px;
    padding-bottom: 60px;
    padding-top: 70px
}

.kicker {
    align-items: center;
    color: var(--pink);
    display: flex;
    font: 11px var(--mono);
    gap: 10px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.kicker span {
    background: var(--pink);
    height: 1px;
    width: 28px
}

.hero h1,
.intro h2,
.section-head h1,
.section-head h2,
.reviews h2,
.contact h2 {
    font: 500 clamp(50px, 6vw, 84px)/.95 var(--serif);
    letter-spacing: -.05em;
    margin: 24px 0
}

.hero h1 em,
.intro h2 em,
.section-head h1 em,
.section-head h2 em,
.reviews h2 em,
.contact h2 em {
    color: var(--pink);
    font-style: italic
}

.hero-text {
    font-size: 18px;
    line-height: 1.65;
    max-width: 460px
}

.primary-button {
    align-items: center;
    background: var(--ink);
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 18px;
    margin-top: 24px;
    padding: 17px 22px;
    transition: background .25s, transform .25s
}

.primary-button:hover {
    background: var(--pink);
    transform: translateY(-3px)
}

.hero-meta {
    color: #74686e;
    font: 11px var(--mono);
    letter-spacing: .05em;
    margin-top: 25px
}

.hero-media {
    height: 410px;
    position: relative
}

.hero-media img {
    height: 100%
}

.media-tag {
    background: var(--pink);
    border-radius: 50%;
    color: #fff;
    font: 10px/1.3 var(--mono);
    height: 92px;
    padding-top: 24px;
    pointer-events: none;
    position: absolute;
    right: -16px;
    text-align: center;
    top: 24px;
    transform: translateZ(60px) rotate(9deg);
    width: 92px;
    z-index: 4
}

.media-tag b {
    font-size: 17px
}

.quick-info {
    background: var(--deep);
    color: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: 1280px;
    padding: 22px clamp(24px, 6vw, 88px);
    gap: 30px
}

.quick-info div {
    align-items: center;
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 12px
}

.info-icon {
    color: var(--blush);
    font: 11px var(--mono);
    grid-row: span 2
}

.quick-info strong {
    font-size: 14px
}

.quick-info small {
    color: #ffd8e5;
    font-size: 12px
}

.section {
    padding-bottom: 100px;
    padding-top: 100px
}

.intro {
    align-items: center;
    display: grid;
    gap: clamp(45px, 9vw, 130px);
    grid-template-columns: .9fr 1.1fr
}

.intro-image {
    height: 340px;
    position: relative
}

.intro-image img {
    height: 100%
}

.intro-image span {
    background: var(--pink);
    bottom: 14px;
    color: #fff;
    font: 11px var(--mono);
    left: 14px;
    padding: 8px 10px;
    position: absolute
}

.intro-copy {
    max-width: 530px
}

.intro-copy h2 {
    font-size: clamp(45px, 5vw, 70px)
}

.intro-copy>p:not(.kicker),
.contact-copy>p:not(.kicker) {
    color: #665b62;
    font-size: 16px;
    line-height: 1.75
}

.text-link {
    border-bottom: 1px solid var(--ink);
    display: inline-block;
    font-weight: 600;
    margin-top: 12px;
    padding-bottom: 4px
}

.text-link span {
    color: var(--pink);
    margin-left: 8px
}

.services {
    background: var(--blush);
    max-width: none
}

.section-head {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 48px;
    max-width: 1104px
}

.section-head h1,
.section-head h2 {
    font-size: clamp(44px, 5vw, 70px);
    margin-bottom: 0
}

.section-note {
    color: #665b62;
    font-size: 15px;
    max-width: 290px
}

.team-motion {
    align-items: center;
    display: flex;
    gap: 8px;
    gap: 18px;
    height: 100px;
    margin-bottom: 8px;
    overflow: hidden;
    width: 220px
}

.nail-bottle {
    background: var(--pink);
    border: 1px solid var(--ink);
    border-radius: 10px 10px 15px 15px;
    display: block;
    height: 58px;
    position: relative;
    transform: rotate(-8deg);
    width: 50px;
    animation: bottle-float 3.2s ease-in-out infinite
}

.nail-bottle::before {
    background: var(--ink);
    border-radius: 3px 3px 1px 1px;
    content: '';
    height: 22px;
    left: 12px;
    position: absolute;
    top: -20px;
    width: 24px
}

.nail-bottle::after {
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    content: '';
    height: 7px;
    left: 11px;
    position: absolute;
    top: 13px;
    width: 7px;
    animation: shine-blink 2.4s ease-in-out infinite
}

.nail-bottle i {
    border-bottom: 1px solid rgba(255, 255, 255, .75);
    border-top: 1px solid rgba(255, 255, 255, .75);
    height: 13px;
    left: 8px;
    position: absolute;
    top: 31px;
    width: 32px
}

.nail-bottle b {
    background: rgba(255, 255, 255, .7);
    height: 1px;
    left: 14px;
    position: absolute;
    top: 37px;
    width: 20px
}

.team-motion small {
    color: #665b62;
    font: 10px/1.6 var(--mono);
    letter-spacing: .12em
}

@keyframes bottle-float {
    0%, 100% {
        transform: translateY(3px) rotate(-8deg)
    }

    50% {
        transform: translateY(-5px) rotate(-3deg)
    }
}

@keyframes shine-blink {
    0%, 100% {
        opacity: .35
    }

    50% {
        opacity: 1
    }
}

.service-list {
    border-top: 1px solid var(--line);
    margin: auto;
    max-width: 1104px
}

.service-list article {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 20px;
    grid-template-columns: 45px 1fr 90px;
    padding: 22px 0
}

.service-list article>span,
.service-list article>b {
    font: 12px var(--mono)
}

.service-list article>b {
    text-align: right
}

.service-list h3 {
    font: 500 26px var(--serif);
    margin: 0
}

.service-list p {
    color: #665b62;
    font-size: 14px;
    margin: 3px 0 0
}

.team {
    background: #fff;
    max-width: none
}

.team-tabs {
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: clamp(12px, 3vw, 42px);
    margin: 0 auto 38px;
    max-width: 1104px
}

.team-tab {
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #74686e;
    cursor: pointer;
    font: 500 21px var(--serif);
    padding: 0 0 13px
}

.team-tab:hover,
.team-tab.is-active {
    border-color: var(--pink);
    color: var(--ink)
}

.team-profile {
    align-items: center;
    gap: clamp(35px, 7vw, 100px);
    grid-template-columns: minmax(240px, .75fr) 1fr;
    margin: auto;
    max-width: 1104px
}

.team-profile.is-active {
    display: grid
}

.team-profile img {
    aspect-ratio: 4 / 3;
    height: 100%
}

.profile-role,
.news-grid article>p {
    color: var(--pink);
    font: 11px var(--mono);
    letter-spacing: .06em;
    margin: 0;
    text-transform: uppercase
}

.team-profile h3,
.news-grid h3 {
    font: 500 clamp(32px, 4vw, 52px)/1.05 var(--serif);
    margin: 14px 0
}

.team-profile div>p:not(.profile-role) {
    color: #665b62;
    line-height: 1.75;
    max-width: 540px
}

.price-list {
    background: var(--blush);
    max-width: none
}

.price-grid {
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
    max-width: 1104px
}

.price-grid div {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    padding: 20px 0
}

.price-grid div:nth-child(odd) {
    margin-right: 36px
}

.price-grid strong {
    font: 500 22px var(--serif)
}

.price-grid span {
    font: 12px var(--mono)
}

.price-sections {
    display: grid;
    gap: 28px;
    margin: auto;
    max-width: 1104px
}

.price-category {
    background: #fff;
    border-top: 2px solid var(--pink);
    padding: 34px clamp(22px, 4vw, 48px)
}

.price-category-head {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px
}

.price-category-head .kicker {
    margin-bottom: 18px
}

.price-category-head h2,
.price-category-head h3 {
    font: 500 clamp(34px, 4vw, 52px)/.96 var(--serif);
    letter-spacing: -.04em;
    margin: 0
}

.price-category-head em {
    color: var(--pink);
    font-style: italic
}

.price-items {
    display: grid;
    gap: 0 34px;
    grid-template-columns: 1fr 1fr
}

.price-items div {
    align-items: baseline;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 15px;
    justify-content: space-between;
    min-height: 58px;
    padding: 16px 0
}

.price-items strong {
    font: 500 18px var(--serif)
}

.price-items strong small {
    color: #766a70;
    font: 12px var(--sans)
}

.price-items span {
    flex: 0 0 auto;
    font: 12px var(--mono);
    white-space: nowrap
}

.price-items-extra {
    grid-template-columns: repeat(2, 1fr)
}

.price-extra,
.price-note {
    color: #766a70;
    font-size: 13px;
    line-height: 1.6;
    margin: 22px 0 10px
}

.price-extra b {
    color: var(--ink);
    font: 500 27px var(--serif)
}

.price-subtitle {
    border-bottom: 1px solid var(--pink);
    color: var(--pink);
    font: 500 28px var(--serif);
    margin: 28px 0 0;
    padding-bottom: 8px
}

.news {
    max-width: none
}

.news-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
    max-width: 1104px
}

.news-grid article {
    border: 1px solid var(--line);
    min-height: 230px;
    padding: 26px
}

.news-grid h3 {
    font-size: 29px
}

.news-grid article>span {
    color: #665b62;
    display: block;
    font-size: 14px;
    line-height: 1.65
}

.social-links {
    display: flex;
    gap: 22px;
    margin: 34px auto 0;
    max-width: 1104px
}

.social-links a {
    border-bottom: 1px solid var(--pink);
    font: 12px var(--mono);
    padding-bottom: 5px
}

.gallery-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, 1fr);
    margin: auto;
    max-width: 1104px
}

.gallery-grid img {
    height: 175px
}

.gallery-grid img:first-child {
    grid-column: span 2
}

.reviews {
    align-items: center;
    background: #fff;
    display: grid;
    gap: 10vw;
    grid-template-columns: 1fr 1fr;
    max-width: none
}

.reviews>div {
    max-width: 500px
}

.review-empty {
    border-left: 2px solid var(--pink);
    padding-left: 28px
}

.review-empty strong {
    font: 500 24px var(--serif)
}

.review-empty p {
    color: #665b62;
    font-size: 16px;
    line-height: 1.7
}

.review-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px
}

.contact {
    align-items: center;
    background: var(--blush);
    display: grid;
    gap: 10vw;
    grid-template-columns: 1fr 1fr;
    max-width: none
}

.contact-card {
    border-left: 1px solid var(--pink);
    font-size: 18px;
    padding-left: 28px
}

.contact-card strong {
    font: 500 28px var(--serif)
}

.contact-card p {
    line-height: 1.8
}

.map-frame {
    border: 0;
    display: block;
    height: 220px;
    margin-top: 28px;
    width: 100%
}

.contact-copy h2 {
    font-size: clamp(48px, 5vw, 75px)
}

footer {
    align-items: center;
    border-top: 1px solid var(--line);
    display: flex;
    font: 11px var(--mono);
    gap: 20px;
    justify-content: space-between;
    padding: 22px clamp(24px, 6vw, 88px)
}

footer a {
    color: var(--pink)
}

@media(max-width:800px) {
    .site-header {
        height: 66px;
        padding: 0 20px
    }

    .menu-button {
        display: block;
        position: relative;
        z-index: 2
    }

    .navigation {
        align-items: flex-start;
        background: var(--paper);
        border-bottom: 1px solid var(--line);
        display: flex;
        flex-direction: column;
        gap: 20px;
        left: 0;
        opacity: 0;
        padding: 85px 24px 25px;
        pointer-events: none;
        position: absolute;
        top: 0;
        transform: translateY(-10px);
        transition: .25s;
        width: 100%
    }

    .navigation.open {
        opacity: 1;
        pointer-events: auto;
        transform: none
    }

    .navigation a {
        font-size: 17px
    }

    .hero,
    .intro,
    .reviews,
    .contact {
        display: block;
        padding-bottom: 60px;
        padding-top: 62px
    }

    .hero h1 {
        font-size: 54px
    }

    .hero-text {
        font-size: 16px
    }

    .hero-media {
        height: 280px;
        margin: 48px 26px 0 0
    }

    .media-tag {
        height: 70px;
        padding-top: 18px;
        right: -24px;
        top: 14px;
        width: 70px
    }

    .quick-info {
        display: block;
        padding: 8px 24px
    }

    .quick-info div {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding: 13px 0
    }

    .quick-info div:last-child {
        border: 0
    }

    .section {
        padding-left: 24px;
        padding-right: 24px
    }

    .intro-image {
        height: 240px;
        margin-bottom: 38px;
        width: 86%
    }

    .intro-copy h2 {
        font-size: 48px
    }

    .intro-copy>p:not(.kicker),
    .contact-copy>p:not(.kicker) {
        font-size: 15px
    }

    .section-head {
        align-items: flex-start;
        display: block;
        margin-bottom: 32px
    }

    .section-note {
        font-size: 14px;
        margin-top: 18px
    }

    .service-list article {
        grid-template-columns: 32px 1fr;
        padding: 18px 0
    }

    .service-list article>b {
        display: none
    }

    .service-list h3 {
        font-size: 22px
    }

    .service-list p {
        font-size: 13px
    }

    .team-tabs {
        gap: 20px;
        margin-bottom: 26px;
        overflow-x: auto
    }

    .team-tab {
        flex: 0 0 auto;
        font-size: 19px
    }

    .team-profile.is-active {
        display: block
    }

    .team-profile img {
        aspect-ratio: 1 / 1;
        margin-bottom: 28px;
        width: 82%
    }

    .team-profile h3 {
        font-size: 38px
    }

    .price-grid,
    .news-grid {
        display: block
    }

    .price-grid div:nth-child(odd) {
        margin-right: 0
    }

    .price-category {
        padding: 28px 18px
    }

    .price-category-head {
        display: block
    }

    .price-category-head h2,
    .price-category-head h3 {
        font-size: 39px
    }

    .price-items,
    .price-items-extra {
        display: block
    }

    .price-items div {
        gap: 12px;
        min-height: 54px
    }

    .price-items strong {
        font-size: 17px
    }

    .price-items strong small {
        display: block;
        font-size: 11px;
        margin-top: 3px
    }

    .price-subtitle {
        font-size: 25px
    }

    .price-grid strong {
        font-size: 20px
    }

    .news-grid article {
        margin-bottom: 10px;
        min-height: 0
    }

    .gallery-grid {
        gap: 8px;
        grid-template-columns: repeat(2, 1fr)
    }

    .gallery-grid img,
    .gallery-grid img:first-child {
        grid-column: auto;
        height: 115px
    }

    .reviews h2 {
        font-size: 48px
    }

    .review-empty {
        margin-top: 36px;
        padding-left: 18px
    }

    .review-empty strong {
        font-size: 21px
    }

    .review-empty p {
        font-size: 15px
    }

    .contact-card {
        margin-top: 42px;
        padding-left: 18px
    }

    .contact-card strong {
        font-size: 24px
    }

    .contact-card p {
        font-size: 15px
    }

    .map-frame {
        height: 220px
    }

    footer {
        align-items: flex-start;
        flex-direction: column;
        font-size: 10px;
        padding: 20px 24px
    }
}

@media(min-width:801px) and (max-width:1100px) {
    .navigation {
        gap: 18px;
        font-size: 11px
    }

    .hero,
    .section {
        padding-left: 40px;
        padding-right: 40px
    }

    .hero {
        gap: 45px
    }

    .hero-media {
        height: 360px
    }

    .quick-info {
        padding-left: 40px;
        padding-right: 40px
    }

    .section {
        padding-bottom: 75px;
        padding-top: 75px
    }
}

/* Tactile 3D layers */
.hero-media {
    perspective: 1100px;
    transform-style: preserve-3d;
    transition: transform .18s ease-out;
    will-change: transform
}

.hero-card {
    height: 100%;
    position: relative;
    transform: translateZ(35px);
    transform-style: preserve-3d
}

.hero-card::after {
    background: var(--pink);
    content: '';
    inset: 14px -14px -14px 14px;
    opacity: .18;
    position: absolute;
    transform: translateZ(-25px);
    z-index: -1
}

.hero-card img {
    height: 100%;
    position: relative;
    z-index: 1
}

.hero-orbit {
    border: 1px solid rgba(232, 61, 125, .38);
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
    transform: rotate(-24deg) translateZ(-4px);
    z-index: 0
}

.orbit-one {
    height: 125%;
    left: -17%;
    top: -12%;
    width: 82%
}

.orbit-two {
    border-color: rgba(185, 21, 85, .22);
    height: 90%;
    right: -17%;
    top: 8%;
    transform: rotate(36deg) translateZ(-12px);
    width: 68%
}

.depth-label {
    bottom: -30px;
    color: var(--pink);
    font: 10px var(--mono);
    letter-spacing: .11em;
    position: absolute;
    right: 0;
    transform: translateZ(24px)
}

.gallery-grid {
    perspective: 1200px
}

.gallery-card {
    background: #fff;
    margin: 0;
    min-height: 175px;
    overflow: hidden;
    position: relative;
    transform: rotateX(0) rotateY(0) translateZ(0);
    transform-style: preserve-3d;
    transition: transform .2s ease-out, box-shadow .3s;
    will-change: transform
}

.gallery-card::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, .28), transparent 45%);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute
}

.gallery-card img {
    height: 175px;
    transition: transform .5s
}

.gallery-card:hover {
    box-shadow: 14px 18px 0 rgba(232, 61, 125, .12)
}

.gallery-card:hover img {
    transform: scale(1.04)
}

.gallery-card figcaption {
    background: rgba(255, 250, 251, .9);
    bottom: 0;
    color: var(--ink);
    font: 10px var(--mono);
    left: 0;
    padding: 8px 10px;
    position: absolute;
    transform: translateZ(18px)
}

.gallery-grid .card-large {
    grid-column: span 2
}

.hero-media::before {
    background: var(--pink);
    border-radius: 50%;
    content: '';
    filter: blur(35px);
    height: 70px;
    opacity: .2;
    position: absolute;
    right: -12%;
    top: 35%;
    transform: translateZ(-30px);
    width: 70px
}

@media(max-width:800px) {
    .hero-media {
        perspective: none
    }

    .hero-card {
        transform: none
    }

    .hero-card::after {
        inset: 8px -8px -8px 8px
    }

    .hero-orbit {
        opacity: .5
    }

    .depth-label {
        bottom: -23px;
        font-size: 8px
    }

    .media-tag {
        right: 12px;
        top: 18px;
        transform: rotate(9deg)
    }

    .gallery-card {
        min-height: 115px;
        transform: none !important
    }

    .gallery-card img {
        height: 115px
    }

    .gallery-card figcaption {
        font-size: 8px;
        padding: 5px 7px
    }

    .gallery-card:hover {
        box-shadow: none
    }

    .gallery-grid .card-large {
        grid-column: auto
    }
}

/* Interactive 3D polish object */
.polish-break {
    align-items: center;
    background: var(--ink) !important;
    color: #fff !important;
    display: grid;
    gap: 8vw;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    overflow: hidden;
    padding: 70px clamp(24px, 10vw, 150px);
    position: relative
}

.polish-break::before {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    content: '';
    height: 620px;
    left: 45%;
    position: absolute;
    top: -50px;
    transform: rotate(-25deg);
    width: 280px
}

.polish-break .kicker {
    color: var(--pink)
}

.polish-break .kicker span {
    background: var(--pink)
}

.polish-copy {
    position: relative;
    z-index: 2
}

.polish-copy h2 {
    font: 500 clamp(50px, 6vw, 84px)/.94 var(--serif);
    letter-spacing: -.05em;
    margin: 22px 0
}

.polish-copy h2 em {
    color: var(--pink);
    font-style: italic
}

.polish-copy>p:last-child {
    color: #665b62;
    font-size: 17px;
    line-height: 1.7;
    max-width: 330px
}

.polish-stage {
    height: 380px;
    perspective: 900px;
    position: relative
}

.polish-stage::after {
    border: 1px solid rgba(232, 61, 125, .35);
    border-radius: 50%;
    content: '';
    height: 240px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotateX(68deg);
    width: 350px
}

.polish-bottle {
    height: 270px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotateX(4deg) rotateY(-18deg);
    transform-style: preserve-3d;
    width: 160px;
    will-change: transform
}

.bottle-glass {
    background: linear-gradient(105deg, #ff75a8 0%, #ee3176 34%, #a80e4b 100%);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 14px 14px 22px 22px;
    bottom: 0;
    box-shadow: inset 12px 0 15px rgba(255, 255, 255, .18), 20px 25px 30px rgba(0, 0, 0, .35);
    height: 190px;
    left: 0;
    position: absolute;
    transform: translateZ(18px);
    width: 160px
}

.bottle-glass::after {
    background: rgba(255, 255, 255, .08);
    content: '';
    height: 100%;
    position: absolute;
    right: 14px;
    top: 0;
    width: 18px
}

.bottle-shine {
    background: rgba(255, 255, 255, .7);
    border-radius: 50%;
    height: 50px;
    left: 19px;
    position: absolute;
    top: 20px;
    transform: rotate(30deg);
    width: 11px
}

.bottle-label {
    border: 1px solid rgba(255, 255, 255, .6);
    color: #fff;
    font: 500 18px var(--serif);
    left: 50%;
    letter-spacing: .08em;
    padding: 15px 12px;
    position: absolute;
    text-align: center;
    top: 65px;
    transform: translateX(-50%);
    width: 75px
}

.bottle-label small {
    font: 8px var(--mono)
}

.bottle-neck {
    background: linear-gradient(90deg, #c51c5c, #ff6096, #a20b46);
    height: 34px;
    left: 35px;
    position: absolute;
    top: 48px;
    transform: translateZ(12px);
    width: 90px
}

.bottle-cap {
    background: linear-gradient(90deg, #171316, #4e4147 45%, #120d10);
    border-radius: 5px 5px 2px 2px;
    box-shadow: 12px 10px 14px rgba(0, 0, 0, .3);
    height: 70px;
    left: 29px;
    position: absolute;
    top: 0;
    transform: translateZ(9px);
    width: 102px
}

.bottle-cap::before {
    border: 1px solid rgba(255, 255, 255, .16);
    content: '';
    inset: 7px;
    position: absolute
}

.bottle-cap span {
    background: var(--pink);
    bottom: 10px;
    height: 3px;
    left: 10px;
    position: absolute;
    right: 10px
}

.polish-shadow {
    background: #000;
    border-radius: 50%;
    bottom: 33px;
    filter: blur(13px);
    height: 25px;
    left: 50%;
    opacity: .6;
    position: absolute;
    transform: translateX(-50%);
    width: 220px
}

.polish-caption {
    bottom: 4px;
    color: var(--blush);
    font: 10px/1.5 var(--mono);
    letter-spacing: .1em;
    position: absolute;
    right: 0;
    text-align: right
}

.polish-caption b {
    color: var(--pink);
    font-weight: 400
}

.polish-break+.section {
    padding-top: 100px
}

@media(max-width:800px) {
    .polish-break {
        display: block;
        min-height: 650px;
        padding: 58px 24px
    }

    .polish-copy>p:last-child {
        font-size: 15px
    }

    .polish-stage {
        height: 340px;
        margin-top: 18px
    }

    .polish-bottle {
        transform: translate(-50%, -50%) scale(.82) rotateX(4deg) rotateY(-18deg)
    }

    .polish-caption {
        right: 10px
    }

    .polish-break::before {
        left: 35%;
        top: 250px
    }

    .polish-break+.section {
        padding-top: 62px
    }
}

#polish-canvas {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.polish-stage {
    isolation: isolate
}

.polish-caption {
    z-index: 2
}

@media(max-width:800px) {
    #polish-canvas {
        height: 100%;
        min-height: 300px
    }

    .polish-stage {
        height: 340px
    }
}

.logo-image {
    display: block;
    height: 70px !important;
    max-height: 70px !important;
    mix-blend-mode: multiply;
    object-fit: contain;
    width: 300px !important;
}

@media(max-width:800px) {
    .logo-image {
        height: 48px !important;
        max-height: 48px !important;
        width: 210px !important
    }
}

.hero-content {
    animation: hero-enter .9s cubic-bezier(.2, .8, .2, 1) both
}

.hero-media {
    animation: hero-media-enter 1.1s cubic-bezier(.2, .8, .2, 1) .12s both
}

.hero-card {
    animation: hero-float 5s ease-in-out 1.2s infinite
}

.hero-media img {
    animation: hero-image-breathe 8s ease-in-out 1.2s infinite
}

.hero-orbit {
    animation: orbit-turn 16s linear infinite
}

.hero-orbit.orbit-two {
    animation-direction: reverse;
    animation-duration: 21s
}

.media-tag {
    animation: tag-pulse 3s ease-in-out 1.5s infinite
}

@keyframes hero-enter {
    from {
        opacity: 0;
        transform: translateX(-28px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes hero-media-enter {
    from {
        opacity: 0;
        transform: translateY(25px) rotateY(-8deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes hero-float {

    0%,
    100% {
        transform: translateZ(35px) translateY(0)
    }

    50% {
        transform: translateZ(35px) translateY(-9px)
    }
}

@keyframes hero-image-breathe {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.025)
    }
}

@keyframes orbit-turn {
    from {
        transform: rotate(-24deg) translateZ(-4px)
    }

    to {
        transform: rotate(336deg) translateZ(-4px)
    }
}

@keyframes tag-pulse {

    0%,
    100% {
        transform: rotate(9deg) scale(1)
    }

    50% {
        transform: rotate(9deg) scale(1.06)
    }
}

@media(prefers-reduced-motion:reduce) {

    .hero-content,
    .hero-media,
    .hero-card,
    .hero-media img,
    .hero-orbit,
    .media-tag {
        animation: none
    }
}

.polish-fallback {
    height: 230px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -47%) rotate(-5deg);
    width: 138px;
    z-index: 0
}

.fallback-bottle {
    background: linear-gradient(105deg, #ff8fb7, #ed3177 42%, #9e0a48);
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 15px 15px 23px 23px;
    bottom: 0;
    box-shadow: inset 12px 0 18px rgba(255, 255, 255, .2), 18px 22px 28px rgba(0, 0, 0, .35);
    height: 165px;
    position: absolute;
    width: 138px
}

.fallback-bottle::after {
    background: rgba(255, 255, 255, .7);
    border-radius: 50%;
    content: '';
    height: 48px;
    left: 18px;
    position: absolute;
    top: 18px;
    transform: rotate(25deg);
    width: 10px
}

.fallback-bottle span {
    border: 1px solid rgba(255, 255, 255, .75);
    color: white;
    font: 500 17px var(--serif);
    left: 50%;
    padding: 13px 10px;
    position: absolute;
    text-align: center;
    top: 57px;
    transform: translateX(-50%);
    width: 65px
}

.fallback-bottle small {
    font: 8px var(--mono)
}

.fallback-cap {
    background: linear-gradient(90deg, #0e0b0e, #65545d, #151015);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 6px 6px 2px 2px;
    box-shadow: 10px 10px 12px rgba(0, 0, 0, .3);
    height: 62px;
    left: 25px;
    position: absolute;
    top: 0;
    width: 88px;
    z-index: 2
}

.fallback-cap::after {
    background: var(--pink);
    bottom: 9px;
    content: '';
    height: 3px;
    left: 9px;
    position: absolute;
    right: 9px
}

/* Refined bottle finish */
.bottle-glass {
    background: linear-gradient(105deg, #ff91b8 0%, #f2387d 30%, #c11358 68%, #850b3f 100%) !important;
    border-color: rgba(255, 255, 255, .7) !important;
    border-radius: 16px 16px 25px 25px !important;
    box-shadow: inset 13px 0 18px rgba(255, 255, 255, .2), inset -13px 0 16px rgba(70, 0, 30, .22), 20px 25px 30px rgba(0, 0, 0, .35) !important
}

.bottle-glass::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0), rgba(55, 0, 25, .26));
    border-left: 1px solid rgba(255, 255, 255, .22);
    border-radius: 0 18px 20px 0;
    content: '';
    height: 176px;
    position: absolute;
    right: -14px;
    top: 7px;
    transform: skewY(-7deg);
    width: 28px
}

.bottle-glass::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
    border-radius: 50%;
    content: '';
    height: 150px;
    left: 13px;
    position: absolute;
    top: 19px;
    transform: rotate(10deg);
    width: 15px
}

.bottle-label {
    background: rgba(122, 5, 55, .1);
    position: absolute;
    z-index: 2
}

.bottle-neck {
    background: linear-gradient(90deg, #ad104d, #ff5892 35%, #d91b65 65%, #790936) !important;
    border: 1px solid rgba(255, 255, 255, .3)
}

.bottle-cap {
    background: linear-gradient(90deg, #120e12 0%, #5f5059 35%, #1a1419 72%, #09070a) !important;
    border: 1px solid rgba(255, 255, 255, .23);
    box-shadow: 12px 10px 14px rgba(0, 0, 0, .3), inset 8px 0 10px rgba(255, 255, 255, .1) !important
}

.bottle-cap::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    content: '';
    height: 100%;
    left: 20px;
    position: absolute;
    top: 0;
    width: 10px
}