:root {
    --ink: #171817;
    --muted: #686d67;
    --paper: #f4f1ea;
    --surface: #ffffff;
    --line: #ded8cc;
    --deep: #111413;
    --deep-2: #1f2622;
    --sage: #56685e;
    --moss: #7d8d78;
    --wine: #763f45;
    --champagne: #d7b981;
    --champagne-2: #ead8aa;
    --stone: #d8d5cd;
    --shadow: 0 28px 80px rgba(17, 20, 19, 0.16);
    --soft-shadow: 0 14px 42px rgba(17, 20, 19, 0.08);
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    color: var(--ink);
    background:
        linear-gradient(180deg, #fbfaf7 0%, var(--paper) 44%, #f8f8f4 74%, #ffffff 100%);
}

body::selection {
    color: #fff;
    background: var(--sage);
}

.site-header {
    background: rgba(255, 255, 255, 0.9);
    border-bottom-color: rgba(222, 216, 204, 0.92);
    box-shadow: 0 12px 34px rgba(17, 20, 19, 0.045);
}

.brand-mark {
    background: var(--deep);
    border-radius: 6px;
    box-shadow: none;
}

.brand-text small,
.nav {
    color: #555b56;
}

.nav a::after {
    background: var(--wine);
}

.detail-hero {
    max-width: none;
    margin: 0;
    padding: 0 0 84px;
    background: var(--paper);
}

.clean-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 790px;
    padding: clamp(76px, 8vw, 118px) clamp(22px, 7vw, 108px) 0;
    color: #fff;
    background:
        radial-gradient(circle at 82% 8%, rgba(215, 185, 129, 0.28), transparent 28%),
        radial-gradient(circle at 0% 92%, rgba(86, 104, 94, 0.34), transparent 34%),
        linear-gradient(132deg, #111413 0%, #1d231f 48%, #322520 100%);
}

.clean-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 46%, rgba(0, 0, 0, 0.14));
    background-size: 34px 34px, auto;
    opacity: 0.54;
}

.clean-hero::after {
    content: "HOSU DOSAN";
    position: absolute;
    right: clamp(18px, 5vw, 72px);
    top: 92px;
    z-index: -1;
    color: rgba(255, 255, 255, 0.055);
    font-size: clamp(5rem, 12vw, 12rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.85;
    white-space: nowrap;
}

.clean-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(440px, 0.98fr);
    gap: clamp(34px, 5.6vw, 82px);
    align-items: center;
    max-width: 1240px;
    min-height: 560px;
    margin: 0 auto;
}

.clean-hero-copy .eyebrow,
.eyebrow {
    margin: 0;
    color: var(--champagne-2);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.clean-hero h1 {
    max-width: 780px;
    margin: 14px 0 12px;
    color: #fff;
    font-size: clamp(3rem, 5.8vw, 5.9rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.clean-subtitle {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.62);
    font-size: clamp(1.05rem, 1.55vw, 1.42rem);
    font-weight: 700;
    line-height: 1.35;
}

.clean-hero .lead {
    max-width: 665px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.08vw, 1.1rem);
    line-height: 1.86;
}

.clean-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.clean-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 900;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.clean-btn:hover {
    transform: translateY(-1px);
}

.clean-btn.primary {
    color: #171411;
    background: var(--champagne-2);
    border-color: var(--champagne-2);
}

.clean-btn.secondary {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.clean-stats.salon-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
    border: 0;
}

.clean-stats.salon-facts span {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 46px;
    width: auto;
    padding: 9px 13px;
    color: rgba(255, 255, 255, 0.84);
    background: rgba(255, 255, 255, 0.085);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.35;
    white-space: normal;
}

.clean-stats.salon-facts b {
    margin-right: 7px;
    color: var(--champagne-2);
    font-weight: 900;
}

.google-photo-stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(165px, 0.62fr);
    grid-template-rows: repeat(3, 158px);
    gap: 14px;
    min-width: 0;
}

.google-photo-card,
.google-gallery-card,
.service-media,
.location-photo {
    position: relative;
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 32% 18%, rgba(234, 216, 170, 0.22), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
        #20231f;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.google-photo-card.is-main {
    grid-row: 1 / span 3;
}

.google-photo-card img,
.google-gallery-card img,
.service-media img,
.location-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.96) contrast(1.03);
}

.google-photo-card::after,
.google-gallery-card::after,
.service-media::after,
.location-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 38%, rgba(0, 0, 0, 0.58) 100%);
    pointer-events: none;
}

.google-photo-card figcaption,
.google-gallery-card figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    z-index: 1;
    display: grid;
    gap: 4px;
    color: #fff;
}

.google-photo-card figcaption span,
.google-gallery-card figcaption span {
    color: var(--champagne-2);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.google-photo-card figcaption strong,
.google-gallery-card figcaption strong {
    font-size: 1.04rem;
    line-height: 1.25;
}

.google-photo-card.is-main figcaption strong {
    font-size: 1.34rem;
}

.photo-placeholder {
    position: absolute;
    inset: 0;
    display: block;
    padding: 0;
    text-align: center;
    background:
        radial-gradient(circle at 42% 22%, rgba(234, 216, 170, 0.18), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 100%),
        linear-gradient(135deg, #20231f, #111413);
    background-size: auto, 26px 26px, auto;
}

.photo-placeholder::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(234, 216, 170, 0.16);
    border-radius: 6px;
}

.photo-placeholder span,
.photo-placeholder strong,
.google-photo-stage.is-waiting .google-photo-card figcaption {
    display: none;
}

.google-photo-stage.is-waiting .google-photo-card {
    box-shadow: inset 0 0 0 1px rgba(234, 216, 170, 0.08), 0 24px 62px rgba(0, 0, 0, 0.22);
}

.hero-rating-card {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 2;
    display: grid;
    place-items: center;
    align-content: center;
    width: 132px;
    aspect-ratio: 1;
    color: #fff;
    background: rgba(15, 17, 16, 0.74);
    border: 1px solid rgba(234, 216, 170, 0.62);
    border-radius: 999px;
    box-shadow: inset 0 0 0 8px rgba(234, 216, 170, 0.08), 0 18px 44px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(10px);
}

.hero-rating-card strong {
    font-size: 2.8rem;
    line-height: 0.9;
}

.hero-rating-card span,
.hero-rating-card small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-rating-card small {
    margin-top: 3px;
    color: var(--champagne-2);
    text-transform: none;
}

.clean-info-strip {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    max-width: 1240px;
    margin: clamp(48px, 6vw, 72px) auto 0;
    overflow: hidden;
    color: var(--ink);
    background: #fff;
    border: 1px solid rgba(222, 216, 204, 0.96);
    border-radius: 6px;
    box-shadow: var(--shadow);
    transform: translateY(50%);
}

.clean-info-item {
    display: grid;
    justify-items: center;
    gap: 8px;
    min-height: 132px;
    padding: 27px 18px 24px;
    text-align: center;
    border-left: 1px solid var(--line);
}

.clean-info-item:first-child {
    border-left: 0;
}

.clean-info-item i {
    color: var(--wine);
    font-size: 1.35rem;
}

.clean-info-item strong {
    color: var(--ink);
    font-size: 1.05rem;
}

.clean-info-item span {
    color: var(--muted);
    font-size: 0.93rem;
    font-weight: 700;
    line-height: 1.45;
}

.salon-gallery[hidden],
.google-portfolio[hidden],
.experience-strip {
    display: none;
}

.google-portfolio,
.hero-summary,
.section {
    max-width: 1240px;
}

.google-portfolio {
    margin: 120px auto 0;
    padding: 0 22px;
}

.gallery-head,
.split-head {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.55fr);
    gap: 32px;
    align-items: end;
    margin-bottom: 28px;
}

.gallery-head h2,
.section-head h2 {
    margin: 8px 0 0;
    color: var(--ink);
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.16;
    letter-spacing: 0;
}

.gallery-head p,
.section-head p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

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

.google-gallery-card {
    background: #20231f;
    border-color: var(--line);
    box-shadow: var(--soft-shadow);
}

.google-gallery-card.is-wide {
    grid-column: span 2;
}

.google-gallery-card.is-portrait {
    grid-row: span 2;
}

.google-gallery-card.role-location {
    grid-column: span 2;
}

.google-gallery-card.role-amenity {
    display: none;
}

.hero-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 34px;
    align-items: start;
    margin: 118px auto 0;
    padding: 0 22px;
}

.hero-summary h2 {
    max-width: 800px;
    margin: 18px 0 18px;
    color: var(--ink);
    font-size: clamp(1.9rem, 2.8vw, 2.95rem);
    line-height: 1.16;
    letter-spacing: 0;
}

.hero-summary .lead {
    color: var(--muted);
    line-height: 1.82;
}

.tag-row span {
    border-radius: 4px;
    box-shadow: none;
}

.tag-row i {
    color: var(--wine);
}

.summary-card {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-top: 4px solid var(--wine);
    border-radius: 6px;
    box-shadow: var(--soft-shadow);
}

.summary-card h2 {
    margin-top: 0;
    font-size: 1.35rem;
}

.summary-card dl,
.summary-card div,
.summary-card dt,
.summary-card dd {
    min-width: 0;
}

.highlights,
.packages,
.notice,
.faq {
    background: transparent;
}

.trust-grid article,
.notice-list div,
.faq-list article,
.process-panel div,
.package-list article {
    background: #ffffff;
    border-color: var(--line);
    border-radius: 6px;
    box-shadow: var(--soft-shadow);
}

.trust-grid article {
    min-height: 244px;
}

.trust-grid article i,
.trust-grid article:nth-child(1) i,
.trust-grid article:nth-child(2) i,
.trust-grid article:nth-child(3) i,
.trust-grid article:nth-child(4) i {
    color: #fff;
    background: var(--deep);
}

.editorial-services {
    align-items: stretch;
}

.editorial-services article {
    display: grid;
    align-content: start;
    gap: 12px;
    overflow: hidden;
    padding-top: 0;
}

.editorial-services article > span,
.editorial-services article > h3,
.editorial-services article > p,
.editorial-services article > strong {
    margin-left: 0;
    margin-right: 0;
}

.service-media {
    width: calc(100% + 48px);
    height: 210px;
    margin: -24px -24px 8px;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 6px 6px 0 0;
    box-shadow: none;
}

.service-media::after,
.location-photo::after {
    background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.22) 100%);
}

.package-list article.featured {
    color: #fff;
    background: var(--deep);
    border-color: var(--deep);
}

.package-list article.featured .service-media {
    border-bottom-color: rgba(255, 255, 255, 0.16);
}

.package-list article.featured p,
.package-list article.featured strong,
.package-list article.featured span {
    color: rgba(255, 255, 255, 0.82);
}

.story {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.72fr);
    gap: 34px;
    align-items: stretch;
}

.story-copy,
.process-panel {
    min-width: 0;
}

.profile-note {
    border-left-color: var(--wine);
}

.process-panel div span {
    color: var(--wine);
}

.reviews,
.location-panel {
    background:
        radial-gradient(circle at 12% 0%, rgba(215, 185, 129, 0.2), transparent 24%),
        linear-gradient(135deg, var(--deep) 0%, #202720 64%, #2a1f1e 100%);
}

.review-panel {
    align-items: stretch;
}

.review-panel > div:first-child {
    display: grid;
    align-content: center;
}

.review-keywords {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.review-keywords article {
    min-height: 160px;
    padding: 24px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-left: 4px solid var(--champagne);
    border-radius: 6px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.review-keywords span {
    color: var(--wine);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.review-keywords strong {
    display: block;
    margin: 12px 0 10px;
    font-size: 1.15rem;
}

.review-keywords p {
    margin: 0;
    color: var(--muted);
    font-size: 0.94rem;
}

.location-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.58fr) 240px;
    gap: 24px;
    align-items: stretch;
}

.location-photo {
    min-height: 280px;
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.hours {
    border-color: rgba(234, 216, 170, 0.36);
}

.footer {
    color: #fff;
    background: var(--deep);
}

@media (max-width: 1120px) {
    .clean-hero-inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .google-photo-stage {
        max-width: 820px;
    }

    .clean-info-strip,
    .hero-summary,
    .google-portfolio,
    .section {
        max-width: calc(100vw - 44px);
    }

    .hero-summary,
    .story,
    .location-panel {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 820px) {
    .site-header {
        padding: 13px 18px;
    }

    .nav {
        gap: 14px;
        font-size: 0.84rem;
    }

    .detail-hero {
        padding-bottom: 58px;
    }

    .clean-hero {
        min-height: auto;
        padding: 64px 18px 0;
    }

    .clean-hero::after {
        top: 68px;
        right: 12px;
        font-size: 4.8rem;
    }

    .clean-hero-inner {
        min-height: auto;
    }

    .google-photo-stage {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 330px 188px 188px;
        width: 100%;
        max-width: none;
    }

    .google-photo-card.is-main {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .hero-rating-card {
        width: 112px;
        right: 14px;
        top: 14px;
    }

    .hero-rating-card strong {
        font-size: 2.3rem;
    }

    .clean-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .clean-btn {
        width: 100%;
        padding: 0 14px;
    }

    .clean-info-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
        margin-top: 42px;
        transform: translateY(40%);
    }

    .clean-info-item {
        min-height: 118px;
        border-top: 1px solid var(--line);
    }

    .clean-info-item:nth-child(1),
    .clean-info-item:nth-child(2) {
        border-top: 0;
    }

    .clean-info-item:nth-child(odd) {
        border-left: 0;
    }

    .google-portfolio,
    .hero-summary {
        margin-top: 96px;
    }

    .gallery-head,
    .split-head {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .review-keywords {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .nav {
        display: none;
    }

    .brand-text strong {
        font-size: 0.96rem;
    }

    .brand-text small {
        font-size: 0.68rem;
    }

    .clean-hero h1 {
        font-size: clamp(2.55rem, 12vw, 3.35rem);
        line-height: 1.04;
    }

    .clean-subtitle {
        font-size: 1rem;
    }

    .clean-hero .lead,
    .hero-summary .lead,
    .summary-card dd,
    .trust-grid p,
    .review-keywords p,
    .notice-list p,
    .faq-list p {
        line-break: anywhere;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .clean-stats.salon-facts {
        display: grid;
        grid-template-columns: 1fr;
    }

    .clean-stats.salon-facts span {
        width: 100%;
        min-height: 42px;
        padding: 10px 12px;
    }

    .google-photo-stage {
        grid-template-rows: 300px 166px 166px;
    }

    .google-portfolio,
    .hero-summary,
    .section {
        width: 100%;
        max-width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .google-portfolio-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 270px;
    }

    .google-gallery-card.is-wide,
    .google-gallery-card.role-location {
        grid-column: auto;
    }

    .google-gallery-card.is-portrait {
        grid-row: auto;
        min-height: 340px;
    }

    .hero-summary h2,
    .gallery-head h2,
    .section-head h2 {
        font-size: clamp(1.65rem, 6.4vw, 2.2rem);
    }

    .tag-row span {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
        white-space: normal;
    }

    .service-media {
        height: 190px;
    }
}

@media (max-width: 520px) {
    .clean-hero {
        padding-top: 54px;
    }

    .clean-actions {
        grid-template-columns: 1fr;
    }

    .google-photo-stage {
        grid-template-columns: 1fr;
        grid-template-rows: 330px 176px 176px 176px;
    }

    .hero-rating-card {
        width: 102px;
    }

    .clean-info-strip {
        grid-template-columns: 1fr;
        transform: translateY(34%);
    }

    .clean-info-item,
    .clean-info-item:nth-child(2) {
        min-height: 108px;
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .clean-info-item:first-child {
        border-top: 0;
    }

    .google-portfolio,
    .hero-summary {
        margin-top: 82px;
    }

    .location-photo {
        min-height: 230px;
    }
}
