.pw-motion-ready [data-pw-reveal] {
    --pw-reveal-delay: 0ms;
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--pw-reveal-delay);
    will-change: opacity, transform;
}

.pw-motion-ready [data-pw-reveal="left"] {
    transform: translate3d(-44px, 0, 0);
}

.pw-motion-ready [data-pw-reveal="right"] {
    transform: translate3d(44px, 0, 0);
}

.pw-motion-ready [data-pw-reveal].is-revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.pw-hero {
    min-height: calc(100vh - 78px);
    padding: 0;
    background: #302720;
}

.pw-hero.is-filled {
    background:
        linear-gradient(90deg, rgba(29, 22, 18, 0.9) 0%, rgba(29, 22, 18, 0.68) 42%, rgba(29, 22, 18, 0.08) 76%),
        var(--pw-hero-image) center center / cover no-repeat;
}

.pw-hero__inner {
    min-height: calc(100vh - 78px);
    display: grid;
    align-items: center;
}

.pw-hero__content {
    width: min(700px, 100%);
    padding: 44px 20px;
    text-align: left;
}

.pw-hero__logo-image {
    width: min(180px, 42vw);
    margin: 0 auto 22px;
}

.pw-hero__logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    margin: 0 auto 22px;
    border-radius: 28px;
    background: linear-gradient(145deg, var(--pw-brick), var(--pw-brick-deep));
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.14em;
    box-shadow: var(--pw-shadow-card);
}

.pw-hero__eyebrow {
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #e1c2aa;
}

.pw-hero h1 {
    margin: 0;
    font-size: clamp(38px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.05em;
    color: #fff;
    text-shadow: 0 3px 22px rgba(0, 0, 0, 0.28);
}

.pw-hero__lead {
    max-width: 620px;
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.82);
}

.pw-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.pw-hero .pw-button--line {
    border-color: rgba(255, 255, 255, 0.36);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.pw-sample-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 14px 20px;
    background: #efe8e1;
    color: #493b32;
    font-size: 12px;
}

.pw-sample-notice strong {
    font-weight: 800;
    letter-spacing: 0.12em;
}

.pw-about {
    background: #fff;
}

.pw-about__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 32px;
    align-items: center;
}

.pw-about__copy h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.pw-about__headline {
    margin: 22px 0 0;
    font-size: clamp(34px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--pw-brick);
}

.pw-about__body {
    margin: 18px 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: var(--pw-text-soft);
}

.pw-about-card {
    padding: 10px;
    border-radius: 30px;
    border: 1px solid var(--pw-line);
    background: linear-gradient(180deg, #fff 0%, #f6f2ec 100%);
    box-shadow: var(--pw-shadow-soft);
}

.pw-about-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 640 / 450;
    border-radius: 22px;
    overflow: hidden;
    background: #efe8df;
}

.pw-about-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pw-menu {
    background: var(--pw-bg-soft);
}

.pw-menu-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}

.pw-menu-tab {
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid var(--pw-line);
    border-radius: 999px;
    background: #fff;
    color: var(--pw-text-soft);
    font-size: 14px;
    font-weight: 600;
}

.pw-menu-tab.is-active {
    border-color: transparent;
    background: linear-gradient(145deg, var(--pw-brick), var(--pw-brick-deep));
    color: #fff;
    box-shadow: var(--pw-shadow-soft);
}

.pw-menu-panel {
    display: none;
}

.pw-menu-panel.is-active {
    display: block;
}

.pw-menu-slider-wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.pw-slider-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid var(--pw-line);
    background: #fff;
    color: var(--pw-text);
    box-shadow: var(--pw-shadow-soft);
}

.pw-slider-button span {
    font-size: 16px;
    font-weight: 700;
}

.pw-slider-button.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.pw-menu-swiper {
    width: 100%;
    padding: 4px 2px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(15, 111, 120, 0.35) transparent;
}

.pw-menu-swiper .swiper-wrapper {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.pw-menu-slide {
    flex: 0 0 calc((100% - 16px) / 2);
    height: auto;
    scroll-snap-align: start;
}

.pw-menu-card {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--pw-line);
    background: #fff;
    height: 100%;
}

.pw-menu-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #efe8df 0%, #fff 100%);
}

.pw-menu-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pw-menu-card__media.is-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border-bottom: 1px solid var(--pw-line);
}

.pw-menu-card__media.is-empty span {
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    color: #8e8378;
    word-break: break-all;
}

.pw-menu-card__body {
    display: grid;
    gap: 7px;
    padding: 16px;
}

.pw-menu-card__body strong {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
}

.pw-menu-card__body p {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    color: var(--pw-text-soft);
}

.pw-menu-card__body span {
    font-size: 15px;
    font-weight: 700;
    color: var(--pw-brick);
}

.pw-store {
    background: linear-gradient(180deg, #f7f4ef 0%, #fff 100%);
}

.pw-store__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 30px;
    align-items: start;
}

.pw-store__intro {
    display: grid;
    padding-top: 10px;
}

.pw-store__intro h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.pw-store__intro p {
    margin: 18px 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: var(--pw-text-soft);
}

.pw-store__meta {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.pw-store__meta div {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid var(--pw-line);
    background: rgba(255, 255, 255, 0.84);
}

.pw-store__meta strong {
    font-size: 12px;
    font-weight: 700;
    color: var(--pw-brick);
}

.pw-store__meta span {
    font-size: 14px;
    line-height: 1.7;
}

.pw-store__features {
    display: grid;
    gap: 16px;
    padding: 10px 0;
}

.pw-store-feature-card {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--pw-line);
    background: #fff;
    box-shadow: var(--pw-shadow-card);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pw-feature-icon {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 4px;
}

.pw-store-feature-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: var(--pw-text);
}

.pw-store-feature-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--pw-text-soft);
}

.pw-answer-summary {
    padding: 0;
    border-bottom: 1px solid rgba(138, 101, 77, 0.16);
    background: #f4efea;
}

.pw-answer-summary .pw-shell {
    display: grid;
    grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
    gap: 28px;
    align-items: center;
    padding: 28px 0;
}

.pw-answer-summary strong {
    color: #6d4d39;
    font-size: 18px;
    font-weight: 800;
}

.pw-answer-summary p {
    margin: 0;
    color: #665a52;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
    word-break: keep-all;
}

.pw-faq {
    background: #fff;
}

.pw-faq__grid {
    display: grid;
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: 56px;
    align-items: start;
}

.pw-faq__list {
    display: grid;
}

.pw-faq details {
    border-top: 1px solid var(--pw-line);
}

.pw-faq details:last-child {
    border-bottom: 1px solid var(--pw-line);
}

.pw-faq summary {
    position: relative;
    padding: 22px 46px 22px 0;
    color: var(--pw-text);
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

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

.pw-faq summary::after {
    content: "+";
    position: absolute;
    top: 18px;
    right: 8px;
    color: #8a654d;
    font-size: 24px;
    font-weight: 600;
}

.pw-location {
    background: #302720;
    color: #fff;
}

.pw-location__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 52px;
    align-items: center;
}

.pw-location h2 {
    margin: 0;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.045em;
}

.pw-location__copy {
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.pw-channel-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.pw-channel-links a {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    font-weight: 800;
}

.pw-channel-links a:first-child {
    border-color: #03c75a;
    background: #03c75a;
    color: #07150c;
}

.pw-channel-links a:last-child {
    border-color: #fee500;
    background: #fee500;
    color: #171300;
}

.pw-map-card {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.08);
}

.pw-kakao-map {
    min-height: 420px;
    overflow: hidden;
    border-radius: 19px;
    background: #e9e5e0;
}

.pw-map-placeholder {
    display: grid;
    min-height: 420px;
    place-content: center;
    padding: 34px;
    color: #3f342d;
    text-align: center;
}

.pw-map-placeholder strong {
    color: #8a654d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.pw-map-placeholder p {
    margin: 18px 0 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}

.pw-map-placeholder span {
    color: #776b63;
    font-size: 12px;
}

.pw-faq details[open] summary::after {
    content: "–";
}

.pw-faq details p {
    margin: 0;
    padding: 0 34px 22px 0;
    color: var(--pw-text-soft);
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

@media (prefers-reduced-motion: reduce) {
    .pw-motion-ready [data-pw-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 1200px) {
    .pw-hero__content {
        width: min(700px, 100%);
    }

    .pw-about__grid,
    .pw-store__grid {
        gap: 24px;
    }
}

@media (max-width: 1080px) {
    .pw-about__grid,
    .pw-store__grid {
        grid-template-columns: 1fr;
    }

    .pw-about__grid {
        gap: 26px;
    }

    .pw-menu-swiper {
        padding-right: 0;
    }

    .pw-menu-slide {
        flex-basis: calc((100% - 16px) / 2);
    }

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

@media (max-width: 860px) {
    .pw-hero,
    .pw-hero__inner {
        min-height: auto;
    }

    .pw-hero__content {
        padding: 94px 10px 86px;
    }

    .pw-about__copy h2,
    .pw-store__intro h2 {
        font-size: clamp(28px, 8vw, 40px);
    }

    .pw-about__headline {
        font-size: clamp(32px, 8vw, 48px);
    }

    .pw-menu-slider-wrap {
        grid-template-columns: 1fr;
    }

    .pw-slider-button {
        display: none;
    }

    .pw-menu-swiper {
        padding-right: 0;
    }

    .pw-faq__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 640px) {
    .pw-section {
        padding: 78px 0;
    }

    .pw-hero h1 {
        font-size: clamp(30px, 11vw, 46px);
    }

    .pw-hero__content {
        padding-right: 0;
        padding-left: 0;
    }

    .pw-sample-notice {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .pw-hero__lead,
    .pw-about__body,
    .pw-store__intro p {
        font-size: 14px;
        line-height: 1.75;
    }

    .pw-about-card {
        padding: 16px;
    }

    .pw-menu-tabs {
        gap: 8px;
        margin-bottom: 20px;
    }

    .pw-menu-tab {
        min-height: 44px;
        padding: 0 14px;
        font-size: 13px;
    }

    .pw-menu-swiper {
        padding-right: 0;
    }

    .pw-menu-card__body {
        padding: 18px;
    }

    .pw-menu-card__body strong {
        font-size: 19px;
    }

    .pw-menu-slide {
        flex-basis: min(84vw, 340px);
    }

    .pw-answer-summary .pw-shell {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 24px 0;
    }

    .pw-kakao-map,
    .pw-map-placeholder {
        min-height: 340px;
    }

    .pw-channel-links {
        display: grid;
    }

    .pw-store__meta div,
    .pw-store-feature-card {
        border-radius: 20px;
    }
}
