@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Old+Mincho:wght@400;700&display=swap');

:root {
    --paper: #f6f3ee;
    --paper-deep: #ece5db;
    --ink: #24262d;
    --navy: #17243b;
    --plum: #5e3445;
    --sakura: #d9a8b5;
    --gold: #a8895d;
    --red: #ad3d49;
    --line: rgba(36, 38, 45, .17)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.85
}

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

.inner {
    width: min(1120px, calc(100% - 48px));
    margin: auto
}

.section {
    padding: 120px 0
}

.site-header {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    transition: .3s
}

.site-header.is-scrolled {
    background: rgba(246, 243, 238, .92);
    border-color: var(--line);
    backdrop-filter: blur(8px)
}

.header-inner {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    font-family: 'Zen Old Mincho', serif;
    font-size: .82rem;
    letter-spacing: .14em
}

.nav {
    display: flex;
    gap: 25px;
    font-size: .68rem;
    letter-spacing: .12em
}

.hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 78% 30%, rgba(211, 149, 168, .29), transparent 20rem), linear-gradient(135deg, #1d2b43, #172038 58%, #402a3a)
}

.hero:after {
    content: '';
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .23);
    pointer-events: none
}

.hero-content {
    position: relative;
    z-index: 1
}

.eyebrow,
.kicker {
    margin: 0;
    color: var(--gold);
    font-size: .69rem;
    font-weight: 500;
    letter-spacing: .2em
}

.hero h1 {
    margin: 19px 0 13px;
    font-family: 'Zen Old Mincho', serif;
    font-size: clamp(2.7rem, 7vw, 6rem);
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.24
}

.hero-copy {
    margin: 0;
    font-family: 'Zen Old Mincho', serif;
    font-size: clamp(1rem, 2vw, 1.3rem);
    letter-spacing: .08em;
    line-height: 2.1
}

.scroll {
    position: absolute;
    z-index: 2;
    bottom: 31px;
    left: 50%;
    display: grid;
    justify-items: center;
    gap: 8px;
    translate: -50% 0;
    font-size: .62rem;
    letter-spacing: .2em
}

.scroll:after {
    content: '';
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, .7);
    animation: scroll 1.8s ease-in-out infinite
}

@keyframes scroll {
    50% {
        scale: 1 .35;
        opacity: .3
    }
}

.petals {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.petals i {
    position: absolute;
    width: 13px;
    height: 9px;
    border-radius: 100% 0 100% 100%;
    background: #f4beca;
    opacity: .85;
    animation: fall linear infinite
}

.petals i:nth-child(1) {
    left: 8%;
    top: -8%;
    animation-duration: 12s
}

.petals i:nth-child(2) {
    left: 26%;
    top: -10%;
    animation-duration: 15s;
    animation-delay: -8s;
    scale: .7
}

.petals i:nth-child(3) {
    left: 45%;
    top: -4%;
    animation-duration: 11s;
    animation-delay: -3s;
    scale: .8
}

.petals i:nth-child(4) {
    left: 65%;
    top: -11%;
    animation-duration: 17s;
    animation-delay: -12s
}

.petals i:nth-child(5) {
    left: 81%;
    top: -5%;
    animation-duration: 13s;
    animation-delay: -6s;
    scale: .65
}

.petals i:nth-child(6) {
    left: 93%;
    top: -14%;
    animation-duration: 18s;
    animation-delay: -2s
}

@keyframes fall {
    to {
        translate: 17vw 112svh;
        rotate: 430deg
    }
}

.about {
    background: #fffdf9
}

.about-grid {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: clamp(48px, 10vw, 130px);
    align-items: center
}

.profile-wrap {
    text-align: center
}

.profile-photo {
    width: 220px;
    aspect-ratio: 1;
    margin: auto;
    border: 7px solid var(--paper);
    border-radius: 50%;
    outline: 1px solid var(--red);
    background: #ddd url('../images/profile.jpg') center/cover no-repeat
}

.profile-wrap p {
    color: var(--gold);
    font-size: .63rem;
    letter-spacing: .14em
}

.section-title {
    margin: 7px 0 32px;
    font-family: 'Zen Old Mincho', serif;
    font-size: clamp(2rem, 4vw, 3.7rem);
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.4
}

.section-title span {
    display: block;
    margin-top: 5px;
    color: var(--plum);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .69rem;
    font-weight: 500;
    letter-spacing: .16em
}

.about-text {
    max-width: 650px;
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.02rem
}

.interests {
    margin-top: 28px;
    color: var(--plum);
    font-size: .7rem;
    letter-spacing: .12em
}

.skills {
    color: #fff;
    background: linear-gradient(110deg, #1e334f 0%, #304966 55%, #4b6075 100%);
}

.skills .kicker {
    color: #dfc47f
}

.skills .section-title span {
    color: #eedce1
}

.section-lead {
    margin: -11px 0 45px;
    font-size: .88rem
}

.skill-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .24);
    border-left: 1px solid rgba(255, 255, 255, .24)
}

.skill-grid article {
    min-height: 200px;
    padding: 29px 22px;
    border-right: 1px solid rgba(255, 255, 255, .24);
    border-bottom: 1px solid rgba(255, 255, 255, .24)
}

.skill-grid h3 {
    margin: 0 0 16px;
    color: #eddbe0;
    font-family: 'Zen Old Mincho', serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .12em
}

.skill-grid p {
    margin: 0;
    font-size: .78rem;
    line-height: 2
}

.scene {
    padding: 0;
    background: var(--navy)
}

.scene-photo {
    position: relative;
    min-height: 650px;
    background: #69798a url('../images/togetsukyo.jpg') center/cover no-repeat
}

.scene-photo:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(19, 30, 49, .6), transparent 65%)
}

.scene-photo p {
    position: absolute;
    z-index: 1;
    left: max(28px, calc((100vw - 1120px)/2));
    bottom: 60px;
    margin: 0;
    color: #fff;
    font-family: 'Zen Old Mincho', serif;
    font-size: clamp(1.3rem, 3vw, 2.3rem);
    letter-spacing: .15em;
    line-height: 1.8
}

.scene-photo small {
    position: absolute;
    z-index: 1;
    right: 28px;
    bottom: 22px;
    color: #fff;
    font-size: .62rem;
    letter-spacing: .17em
}

.works {
    background: var(--paper)
}

.works-layout {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px
}

.work:first-child {
    grid-column: 1/span 7
}

.work:nth-child(2) {
    grid-column: 9/span 4;
    margin-top: 128px
}

.work:nth-child(3) {
    grid-column: 2/span 4;
    margin-top: 25px
}

.work:nth-child(4) {
    grid-column: 7/span 6;
    margin-top: 70px
}

.work-image {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #3a4556 center/cover no-repeat
}

.work-image:after {
    content: '';
    position: absolute;
    inset: 13px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .6);
    color: #fff;
    font-size: .65rem;
    letter-spacing: .22em
}

.work-game .work-image {
    background-image: url('../images/work-game.jpg'), linear-gradient(130deg, #203b5d, #1f2636, #b77d5c)
}

.work-jinja .work-image {
    background-image: url('../images/work-jinja.jpg'), linear-gradient(130deg, #f1dadd, #ad4d59, #31523f)
}

.work-onsen .work-image {
    background-image: url('../images/work-onsen.jpg'), linear-gradient(130deg, #1f4b50, #c29168, #f0d5b9)
}

.work-keiba .work-image {
    background-image: url('../images/work-keiba.jpg'), linear-gradient(130deg, #182e4c, #637d9e, #c5a648)
}

.work-no {
    display: inline-grid;
    place-items: center;
    width: 35px;
    height: 35px;
    margin-top: 17px;
    color: #fff;
    background: var(--red);
    font-family: 'Zen Old Mincho', serif;
    font-size: .77rem
}

.work h3 {
    margin: 10px 0 6px;
    font-family: 'Zen Old Mincho', serif;
    font-size: clamp(1.3rem, 2.2vw, 1.7rem);
    font-weight: 400;
    letter-spacing: .07em
}

.work p {
    margin: 0;
    font-size: .84rem
}

.tags {
    margin: 12px 0 19px !important;
    color: var(--gold);
    font-size: .67rem !important;
    letter-spacing: .08em
}

.buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 9px
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 17px;
    border: 1px solid var(--ink);
    font-size: .69rem;
    letter-spacing: .08em;
    transition: .25s
}

.button.primary {
    color: #fff;
    border-color: var(--navy);
    background: var(--navy)
}

.button:hover {
    color: #fff;
    border-color: var(--red);
    background: var(--red)
}

.other {
    background: #fffdf9
}

.banner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.banner {
    position: relative;
    aspect-ratio: 16/9;
    display: grid;
    align-items: end;
    padding: 18px;
    color: #fff;
    overflow: hidden;
    background: #5b6778 center/cover no-repeat
}

.banner:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 30%, rgba(0, 0, 0, .52))
}

.banner span {
    position: relative;
    z-index: 1;
    font-size: .65rem;
    letter-spacing: .15em
}

.banner-ryokan,
.banner-cosmetics {
    aspect-ratio: 16 / 9;
    min-height: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-ryokan {
    background-image: url('../images/banner-ryokan.jpg'),
        linear-gradient(130deg, #6e3e31, #bb8462);
    background-size: cover, cover;
}

.banner-cosmetics {
    background-image: url('../images/banner-cosmetics.jpg'),
        linear-gradient(130deg, #d39b9e, #eee0cb);
    background-size: contain, cover;
}

.other-link {
    margin-top: 26px;
    text-align: center
}

.sound {
    display: grid;
    grid-template-columns: 1fr minmax(240px, 410px);
    gap: 30px;
    align-items: center;
    margin-top: 76px;
    padding-top: 23px;
    border-top: 1px solid var(--line)
}

.sound p {
    margin: 0;
    font-family: 'Zen Old Mincho', serif;
    font-size: .9rem
}

.sound-label {
    margin-bottom: 4px !important;
    color: var(--plum);
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: .65rem !important;
    letter-spacing: .16em
}

.sound audio {
    width: 100%;
    height: 34px
}

.contact {
    text-align: center;
    background: var(--paper-deep)
}

.contact .kicker {
    color: var(--red)
}

.contact p {
    font-family: 'Zen Old Mincho', serif;
    font-size: .95rem
}

.mail {
    display: inline-block;
    margin-top: 19px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--red);
    color: var(--red);
    font-size: .85rem;
    letter-spacing: .08em
}

footer {
    padding: 20px;
    color: rgba(255, 255, 255, .72);
    background: var(--navy);
    font-size: .61rem;
    letter-spacing: .1em;
    text-align: center
}

.reveal {
    opacity: 0;
    translate: 0 25px;
    transition: opacity .8s ease, translate .8s ease
}

.reveal.is-visible {
    opacity: 1;
    translate: 0 0
}

@media(max-width:760px) {
    .inner {
        width: min(100% - 34px, 620px)
    }

    .section {
        padding: 80px 0
    }

    .nav {
        gap: 13px;
        font-size: .6rem
    }

    .hero:after {
        inset: 10px
    }

    .hero h1 {
        font-size: clamp(2.5rem, 13vw, 3.5rem)
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .profile-photo {
        width: 180px
    }

    .skill-grid {
        grid-template-columns: 1fr 1fr
    }

    .skill-grid article {
        min-height: auto
    }

    .scene-photo {
        min-height: 310px
    }

    .scene-photo p {
        left: 20px;
        bottom: 52px
    }

    .works-layout {
        display: block
    }

    .work {
        margin: 0 0 48px !important
    }

    .work:last-child {
        margin-bottom: 0 !important
    }

    .banner-grid,
    .sound {
        grid-template-columns: 1fr
    }

    .sound {
        gap: 15px;
        margin-top: 55px
    }

    .section-title {
        font-size: 2rem
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    *:before,
    *:after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important
    }

    .reveal {
        opacity: 1;
        translate: none
    }
}

.work-image::after {
  display: none;
}

.work-image {
  background-size: contain, cover;
  background-position: center;
  background-repeat: no-repeat;
}
.work-image {
  aspect-ratio: 16 / 9;
}