:root {
    --v3-ink: #1F1E1B;
    --v3-paper: #EFEEEA;
    --v3-gold: #C4A45A;
    --v3-muted: rgba(31, 30, 27, 0.68);
    --v3-light-muted: rgba(239, 238, 234, 0.68);
    --v3-max: 1180px;
}

html {
    background: var(--v3-paper);
}

body.v3-page {
    background: var(--v3-paper) !important;
    color: var(--v3-ink);
    font-family: "Jost", sans-serif;
    font-weight: 300;
    padding-bottom: 132px;
}

.v3-page h1,
.v3-page h2,
.v3-page h3 {
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.04em;
    font-weight: 400;
    text-transform: uppercase;
}

.v3-page a,
.v3-page button,
.v3-kicker,
.v3-line,
.v3-proof,
.v3-ja,
.v3-info,
.v3-send,
.v3-price-list,
.v3-package-list,
.v3-credit,
.v3-note,
.v3-details summary {
    font-family: "Jost", sans-serif;
    font-weight: 300;
}

.v3-kicker,
.v3-proof,
.v3-nav a,
.v3-nav button,
.v3-mobile-menu a,
.v3-btn,
.v3-menu-reason {
    text-transform: uppercase;
    letter-spacing: 0.24em;
}

.v3-line,
.v3-note {
    letter-spacing: 0.01em;
}

.v3-ja {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
}

.v3-nav {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    padding: 18px clamp(18px, 4vw, 48px) !important;
    color: var(--v3-ink);
    opacity: 1 !important;
    animation: none !important;
}

.v3-nav a,
.v3-nav button,
.v3-mobile-menu a {
    color: inherit;
    font: 300 13px/1 "Jost", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

.v3-logo {
    font-size: 18px !important;
    white-space: nowrap;
}

.v3-nav__left,
.v3-nav__right {
    display: flex;
    align-items: center;
    gap: clamp(14px, 2.2vw, 28px);
}

.v3-nav__right {
    justify-content: flex-end;
}

.v3-menu-btn {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.v3-mobile-menu {
    top: 58px;
    background: rgba(239, 238, 234, 0.96);
    border-top: 1px solid rgba(31, 30, 27, 0.12);
    padding: 24px;
}

.v3-mobile-menu a {
    display: block;
    padding: 12px 0;
}

.v3-hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 116px 20px 72px;
    background: var(--v3-paper);
}

.v3-hero__collage {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.v3-hero__photo {
    position: absolute;
    display: block;
    overflow: hidden;
}

.v3-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.v3-hero__photo--main {
    width: min(46vw, 560px);
    height: min(68vh, 660px);
    left: clamp(16px, 5vw, 72px);
    bottom: 6vh;
}

.v3-hero__photo--wide {
    width: min(42vw, 560px);
    height: min(40vh, 380px);
    right: clamp(16px, 6vw, 84px);
    top: 14vh;
}

.v3-hero__photo--work {
    width: min(24vw, 290px);
    height: min(48vh, 470px);
    right: 18vw;
    bottom: 7vh;
}

.v3-hero__copy {
    position: relative;
    z-index: 2;
    width: min(920px, 100%);
    text-align: center;
    padding: clamp(30px, 5vw, 58px) clamp(22px, 6vw, 72px);
    margin-top: 10vh;
    background: var(--v3-paper);
}

.v3-hero h1 {
    font-size: clamp(44px, 7.4vw, 88px);
    line-height: 1.02;
    margin: 16px auto 18px;
}

.v3-kicker,
.v3-line,
.v3-proof,
.v3-ja,
.v3-note {
    font-size: 15px;
    line-height: 1.8;
}

.v3-line {
    max-width: 720px;
    margin: 0 auto 18px;
}

.v3-section .v3-line {
    margin: 0 0 18px;
}

.v3-hero .v3-line {
    margin: 0 auto 18px;
}

.v3-proof,
.v3-ja,
.v3-note {
    color: var(--v3-muted);
}

.v3-proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 24px;
}

.v3-proof-item {
    white-space: nowrap;
}

.v3-section--dark .v3-ja,
.v3-section--dark .v3-line,
.v3-section--dark .v3-note,
.v3-section--dark .v3-credit {
    color: var(--v3-light-muted);
}

.v3-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 22px;
    border: 1px solid currentColor;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.24em;
    cursor: pointer;
    border-radius: 0 !important;
}

.v3-btn--dark {
    background: var(--v3-ink);
    color: var(--v3-paper);
    border-color: var(--v3-ink);
}

.v3-btn--light {
    background: transparent;
    color: var(--v3-paper);
    border-color: rgba(239, 238, 234, 0.65);
}

.v3-hero .v3-btn {
    margin-top: 22px;
}

.v3-section {
    padding: clamp(86px, 12vw, 150px) 20px;
}

.v3-section--light {
    background: var(--v3-paper) !important;
    color: var(--v3-ink) !important;
}

.v3-section--dark {
    background: var(--v3-ink) !important;
    color: var(--v3-paper) !important;
}

.v3-wrap {
    max-width: var(--v3-max);
    margin: 0 auto;
}

.v3-narrow {
    max-width: 900px;
}

.v3-section-head {
    display: grid;
    gap: 18px;
    align-items: end;
    justify-items: start;
    text-align: left;
    margin-bottom: 44px;
}

.v3-section h2,
.v3-section-head h2 {
    font-size: clamp(44px, 7vw, 72px) !important;
    line-height: 1;
    margin: 0;
}

.v3-section-head p {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: inherit;
    margin: 0;
}

.v3-results-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(10px, 1.6vw, 20px);
}

.v3-results-grid picture,
.v3-stylist-row picture,
.v3-split picture {
    display: block;
    overflow: hidden;
}

.v3-results-grid img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
}

.v3-standard,
.v3-price-list,
.v3-package-list,
.v3-send,
.v3-info {
    margin: 36px 0;
    border-top: 1px solid rgba(31, 30, 27, 0.22);
}

.v3-standard p,
.v3-price-list p,
.v3-package-list p,
.v3-info p,
.v3-send p {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(31, 30, 27, 0.22);
    font-size: 15px;
    line-height: 1.7;
}

.v3-standard p {
    justify-content: flex-start;
    align-items: baseline;
}

.v3-standard span {
    color: var(--v3-gold);
    margin-right: 22px;
    flex: 0 0 auto;
}

.v3-details {
    margin-top: 26px;
    border-top: 1px solid rgba(31, 30, 27, 0.18);
    border-bottom: 1px solid rgba(31, 30, 27, 0.18);
}

.v3-section--dark .v3-details {
    border-color: rgba(239, 238, 234, 0.2);
}

.v3-details summary {
    cursor: pointer;
    list-style: none;
    padding: 18px 0;
    font-size: 13px;
    text-transform: uppercase;
}

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

.v3-details summary::after {
    content: "+";
    float: right;
    color: var(--v3-gold);
}

.v3-details[open] summary::after {
    content: "-";
}

.v3-details p {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 16px;
}

.v3-stylist-row {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
}

.v3-stylist-row::-webkit-scrollbar {
    display: none;
}

.v3-stylist-row article {
    flex: 0 0 min(260px, 72vw);
}

.v3-stylist-row img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.v3-stylist-row p,
.v3-credit {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: none;
}

.v3-quote {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: clamp(24px, 2.8vw, 36px);
    line-height: 1.25;
    letter-spacing: 0.01em;
    text-transform: none;
}

.v3-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 34px);
}

.v3-review-card {
    border-top: 1px solid rgba(31, 30, 27, 0.2);
    padding-top: 22px;
}

.v3-menu-reason {
    margin: 0 0 18px;
    color: var(--v3-muted);
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.2em;
}

.v3-send p {
    justify-content: flex-start;
}

.v3-send .v3-send-label {
    border-bottom: 0;
    color: var(--v3-muted);
    font-size: 12px;
    letter-spacing: 0.08em;
    padding-bottom: 4px;
}

.v3-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.v3-btn--outline {
    background: transparent;
    color: var(--v3-ink);
    border-color: rgba(31, 30, 27, 0.42);
}

.v3-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(32px, 6vw, 76px);
    align-items: center;
}

.v3-split > * {
    min-width: 0;
}

.v3-split > picture:first-child {
    width: min(520px, 100%);
    justify-self: end;
}

.v3-split img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
}

.v3-visit {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(28px, 6vw, 72px);
}

.v3-visit iframe {
    width: 100%;
    min-height: 520px;
    border: 0;
}

.v3-faq {
    margin-top: 38px;
}

.v3-faq details {
    border-top: 1px solid rgba(31, 30, 27, 0.18);
    padding: 18px 0;
}

.v3-faq details:last-child {
    border-bottom: 1px solid rgba(31, 30, 27, 0.18);
}

.v3-faq summary {
    cursor: pointer;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
}

.v3-faq p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.8;
    color: var(--v3-muted);
}

#kinujo {
    background: var(--v3-paper) !important;
    color: var(--v3-ink) !important;
    padding: clamp(80px, 10vw, 120px) 20px !important;
}

#kinujo h2 {
    font-family: "Cormorant Garamond", serif !important;
    font-size: clamp(40px, 7vw, 76px) !important;
    text-transform: uppercase;
}

#kinujo .rounded-3xl {
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border-top: 1px solid rgba(31, 30, 27, 0.18);
}

#kinujo img {
    border-radius: 0 !important;
}

#kinujo .cta-gold {
    background: transparent !important;
    color: var(--v3-ink) !important;
    border: 1px solid var(--v3-ink);
    box-shadow: none !important;
    border-radius: 0 !important;
}

#kinujo .cta-gold::before {
    content: none !important;
}

footer {
    background: var(--v3-ink) !important;
    color: var(--v3-paper) !important;
    border: 0 !important;
}

#floating-cta-bar {
    display: flex !important;
}

.fade-in-section {
    transform: translateY(24px);
}

.fade-in-section.is-visible {
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .fade-in-section {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

@media (max-width: 767px) {
    body.v3-page {
        padding-bottom: 128px;
    }

    .v3-nav {
        grid-template-columns: 1fr auto 1fr;
        padding: 16px !important;
    }

    .v3-nav__left {
        display: none;
    }

    .v3-logo {
        grid-column: 2;
        font-size: 16px !important;
    }

    .v3-nav__right a {
        display: none;
    }

    .v3-hero {
        display: block;
        min-height: 0;
        padding: 92px 16px 64px;
    }

    .v3-hero__collage {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 18px;
        pointer-events: none;
    }

    .v3-hero__photo {
        position: static;
    }

    .v3-hero__photo--main {
        width: 100%;
        height: auto;
        grid-column: 1 / -1;
        aspect-ratio: 4 / 5;
        order: 1;
    }

    .v3-hero__photo--wide {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        order: 2;
    }

    .v3-hero__photo--work {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        order: 3;
    }

    .v3-hero__copy {
        text-align: left;
        padding: 26px 18px 28px;
        margin-top: 0;
    }

    .v3-hero .v3-line {
        margin-left: 0;
        margin-right: 0;
    }

    .v3-hero h1,
    .v3-section h2,
    .v3-section-head h2 {
        font-size: 44px !important;
        line-height: 1.02;
    }

    .v3-results-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .v3-section-head {
        align-items: start;
    }

    .v3-standard p,
    .v3-price-list p,
    .v3-package-list p,
    .v3-info p,
    .v3-send p {
        display: block;
    }

    .v3-standard p {
        display: flex;
    }

    .v3-price-list strong,
    .v3-package-list strong {
        display: block;
        margin-top: 6px;
    }

    .v3-split,
    .v3-visit,
    .v3-review-grid {
        grid-template-columns: 1fr;
    }

    .v3-split > picture:first-child {
        justify-self: start;
    }

    .v3-visit iframe {
        min-height: 360px;
    }

    .v3-review-card {
        padding-right: 96px;
    }

    .v3-proof {
        justify-content: flex-start;
    }

    #floating-cta-bar {
        right: 16px !important;
        bottom: 16px !important;
    }

    #floating-cta-bar a {
        width: 88px !important;
        height: 88px !important;
        font-size: 12px !important;
    }
}
