:root {
  --ink: #3f3934;
  --muted: #766b63;
  --line: #e4d9ce;
  --paper: #fffdf9;
  --cream: #f7f1e9;
  --apricot: #d98263;
  --apricot-deep: #b9654c;
  --sage: #aab6a2;
  --shadow: 0 18px 50px rgba(73, 56, 43, .09);
  --radius-lg: 28px;
  --radius-md: 18px;
  --content: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif; line-height: 1.8; letter-spacing: .035em; }
body.has-opening-screen { background: var(--ink); }
body.is-opening-active { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid #2e6b8c; outline-offset: 4px; }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 8px 14px; color: #fff; background: var(--ink); border-radius: 8px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.section-pad { width: min(100% - 40px, var(--content)); margin-inline: auto; padding-block: clamp(76px, 10vw, 140px); }
.no-break, .nowrap { white-space: nowrap; }
.text-chunk { display: inline-block; }
.balanced-copy__line { display: block; }
.section-soft { max-width: none; padding-inline: max(20px, calc((100% - var(--content)) / 2)); background: var(--cream); }
.section-tint { max-width: none; padding-inline: max(20px, calc((100% - var(--content)) / 2)); background: #f1e8df; }

.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: min(100% - 40px, var(--content)); min-height: 82px; margin-inline: auto; }
.site-header--cafe { width: min(100% - 40px, 1280px); }
.brand { display: inline-flex; align-items: center; gap: 10px; line-height: 1.15; }
.brand__mark { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--apricot-deep); border-radius: 50%; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.brand__name { font-size: 13px; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }
.cafe-brand { display: block; width: 88px; height: 88px; overflow: hidden; background: #fbfbfa; border-radius: 8px; }
.cafe-brand img { width: 100%; height: 100%; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: 13px; }
.site-nav a, .footer__links a { transition: color .2s ease; }
.site-nav a:hover, .footer__links a:hover, .text-link:hover { color: var(--apricot-deep); }
.menu-toggle { display: none; padding: 8px 0; color: var(--ink); background: transparent; border: 0; font-size: 13px; cursor: pointer; }
.mobile-menu { position: absolute; z-index: 30; top: 82px; right: 20px; left: 20px; display: grid; gap: 2px; padding: 10px; background: rgba(255,253,249,.98); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { padding: 13px 14px; border-radius: 9px; }
.mobile-menu a:hover { background: var(--cream); }

.opening-screen, .intro-screen { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; color: #fff; background: var(--ink); animation: intro-fade-out var(--opening-screen-fade-out, 1.5s) var(--opening-screen-fade-delay, 2s) forwards; pointer-events: none; }
.intro-screen__inner { text-align: center; animation: intro-fade-in .5s ease both; }
.intro-screen p { margin: 18px 0 0; font-size: 32px; line-height: 1.6; font-weight: 600; }
.eyebrow { margin: 0 0 16px; color: var(--apricot-deep); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.intro-screen .eyebrow { color: #e9b39d; }
@keyframes intro-fade-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes intro-fade-out { to { opacity: 0; visibility: hidden; } }

.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(32px, 7vw, 100px); min-height: min(760px, calc(100vh - 82px)); padding-top: clamp(54px, 7vw, 90px); padding-bottom: clamp(64px, 8vw, 110px); }
.hero__copy { position: relative; z-index: 1; }
.hero__copy h1 { max-width: 13em; margin: 0; font-size: 46px; line-height: 1.35; letter-spacing: .035em; font-weight: 700; }
.balanced-heading__line { display: block; white-space: nowrap; }
.lead { max-width: 34em; margin: 26px 0 0; color: var(--muted); font-size: 16px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__media { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.hero__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #eee4d9; }
.hero--home .hero__media img { background: #dfddd2; }
.hero--cafe { grid-template-columns: .78fr 1.22fr; }
.hero--salon { grid-template-columns: .82fr 1.18fr; }
.hero--cafe .hero__media img, .hero--salon .hero__media img { object-fit: cover; }
.hero--salon .hero__media img { object-position: center; }
.hero--cafe .hero__copy h1, .hero--salon .hero__copy h1 { font-size: 38px; }

.section-heading { max-width: 760px; margin-bottom: clamp(36px, 6vw, 64px); }
.section-heading h2 { margin: 0; font-size: 44px; line-height: 1.4; letter-spacing: .04em; }
.prose { color: var(--muted); font-size: 15px; }
.prose p { margin: 0 0 1.15em; }
.prose p:last-child { margin-bottom: 0; }
.prose--wide { max-width: 700px; margin-left: auto; font-size: 18px; line-height: 2; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 11px 24px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .08em; transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(73,56,43,.12); }
.button--primary { color: #fff; background: var(--apricot-deep); }
.button--primary:hover { background: #a95740; }
.button--outline { color: var(--apricot-deep); background: transparent; border-color: #c88a72; }
.button--outline:hover { color: #fff; background: var(--apricot-deep); }

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.service-card { min-height: 300px; padding: clamp(28px, 4vw, 48px); border-radius: var(--radius-lg); }
.service-card--cafe { background: #f3e4d5; }
.service-card--salon { background: #e6ece3; }
.service-card__number { margin: 0 0 36px; color: var(--apricot-deep); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.service-card__image { width: 100%; aspect-ratio: 4 / 3; margin: 0 0 24px; object-fit: cover; border-radius: 16px; }
.service-card h3 { margin: 0 0 16px; font-size: 30px; }
.service-card p:not(.service-card__number) { max-width: 28em; margin: 0 0 28px; color: var(--muted); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--apricot-deep); font-size: 13px; font-weight: 700; }
.text-link span { font-size: 18px; line-height: 1; }

.message-card { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: clamp(30px, 6vw, 90px); align-items: center; width: min(100%, 1000px); margin-inline: auto; }
.message-card__photo { display: grid; place-items: center; min-height: 320px; padding: 24px; color: var(--muted); background: #e8ddd2; border: 1px dashed #beaa9a; border-radius: var(--radius-lg); font-size: 13px; text-align: center; }
.message-card__body h2 { margin: 0 0 18px; font-size: 40px; }
.message-card__name { margin: 0 0 28px; color: var(--apricot-deep); font-size: 15px; font-weight: 700; }
.message-card__name span { color: var(--muted); font-weight: 400; }

.store-card { display: grid; grid-template-columns: minmax(250px, .85fr) minmax(0, 1.15fr); gap: 0; overflow: hidden; margin-top: 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 10px 30px rgba(73,56,43,.05); }
.store-card__image { grid-row: span 2; align-self: start; background: #eee7df; }
.store-card__image img { width: 100%; height: auto; object-fit: contain; }
.store-card__content { padding: clamp(26px, 4vw, 48px); }
.store-card__content h3 { margin: 0 0 24px; font-size: clamp(23px, 3vw, 34px); }
.info-list { margin: 0; }
.info-list > div { display: grid; grid-template-columns: 88px 1fr; gap: 16px; padding: 12px 0; border-top: 1px solid var(--line); }
.info-list > div:last-child { border-bottom: 1px solid var(--line); }
.info-list dt { color: var(--apricot-deep); font-size: 12px; font-weight: 700; }
.info-list dd { margin: 0; color: var(--muted); font-size: 13px; }
.map-wrap { min-height: 220px; margin-top: 22px; overflow: hidden; border-radius: 14px; background: #eee7df; }
.map-wrap iframe { display: block; width: 100%; height: 220px; border: 0; }
.menu-panel { grid-column: 2; padding: 0 clamp(26px, 4vw, 48px) clamp(28px, 4vw, 48px); }
.menu-panel__label { margin: 0 0 4px; color: var(--apricot-deep); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; color: var(--ink); font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--apricot-deep); font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.menu-panel details[open] summary > span, .salon-menu[open] summary > b { transform: rotate(45deg); }
.menu-list { padding: 0 0 18px; }
.menu-list__title, .menu-category { margin: 0 0 8px; color: var(--apricot-deep); font-size: 12px; font-weight: 700; }
.menu-row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 8px 0; color: var(--muted); font-size: 13px; }
.menu-row strong { flex: none; color: var(--ink); font-size: 13px; font-weight: 700; white-space: nowrap; }
.menu-note { margin: 16px 0 20px; color: var(--muted); font-size: 12px; }

.cta-section { text-align: center; }
.cta-card { width: min(100%, 680px); margin-inline: auto; padding: clamp(34px, 6vw, 72px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.cta-card h2 { margin: 0 0 18px; font-size: clamp(27px, 4vw, 44px); line-height: 1.45; }
.cta-card p:not(.eyebrow) { margin: 0 0 26px; color: var(--muted); font-size: 14px; }

.concern-grid, .salon-categories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.concern-card, .category-card { min-height: 240px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.concern-card span { color: var(--apricot-deep); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.concern-card h3, .category-card h3 { margin: 28px 0 14px; font-size: clamp(18px, 1.65vw, 20px); line-height: 1.65; }
.concern-card p, .category-card p { margin: 0; color: var(--muted); font-size: 13px; }
.category-card { background: rgba(255,253,249,.75); }
.category-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--apricot-deep); font-size: 12px; }
.category-card__top strong { color: var(--ink); font-size: 13px; }
.category-card__image { width: 100%; aspect-ratio: 4 / 3; margin: 22px 0 24px; object-fit: cover; border-radius: 12px; }
.category-card h3 { margin-top: 28px; }
.category-card .text-link { margin-top: 24px; }
.menu-details { margin-top: 48px; }
.salon-menu { padding: 0 24px; background: rgba(255,255,255,.68); border-color: rgba(200,180,164,.65); border-radius: 14px; }
.salon-menu + .salon-menu { margin-top: 10px; }
.salon-menu summary { padding: 22px 0; font-size: 15px; }
.salon-menu summary span { display: grid; gap: 3px; color: var(--ink); font-size: 16px; transform: none; }
.salon-menu summary small { color: var(--apricot-deep); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.salon-menu summary b { color: var(--apricot-deep); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.salon-menu__body { padding: 0 0 26px; }
.salon-menu__body .button { margin-top: 8px; }
.salon-menu .menu-row { border-bottom: 1px dotted #d8c8ba; }
.menu-row small { display: block; color: #95867b; font-size: 11px; }
.overview-grid, .access-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(30px, 8vw, 120px); align-items: center; }
.overview-accent { display: grid; gap: 10px; padding: 40px; color: #fff; background: var(--sage); border-radius: var(--radius-lg); }
.overview-accent span { font-size: 13px; }
.overview-accent strong { font-size: clamp(30px, 4vw, 52px); line-height: 1.25; }
.access-grid .map-wrap { margin-top: 0; }

.concept-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 52px; }
.concept-gallery figure { overflow: hidden; margin: 0; border-radius: var(--radius-md); background: #eee7df; }
.concept-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.hero--cafe { display: block; width: 100%; max-width: none; margin-inline: 0; padding: 0; }
.hero--cafe .hero__media { border-radius: 0; box-shadow: none; }
.hero--cafe .hero__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; }
.hero--cafe .hero__copy { width: min(100% - 40px, var(--content)); margin-inline: auto; padding-block: clamp(58px, 8vw, 104px); }

@media (min-width: 821px) {
  .hero--cafe .hero__media img { height: min(24vw, 330px); object-fit: cover; }
  .hero--cafe .hero__copy { padding-block: 42px 54px; }
}

.legal-page { max-width: 900px; }
.legal-page h1 { margin: 0; font-size: clamp(32px, 5vw, 58px); line-height: 1.35; }
.legal-date { margin: 18px 0 56px; color: var(--muted); font-size: 13px; }
.prose--legal { max-width: 760px; }
.prose--legal h2 { margin: 48px 0 12px; color: var(--ink); font-size: 21px; }
.prose--legal ul { padding-left: 1.4em; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; width: min(100% - 40px, var(--content)); margin-inline: auto; padding: 34px 0 42px; border-top: 1px solid var(--line); }
.footer__brand { font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.footer__links { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 12px; }
.site-footer small { color: #9a8b80; font-size: 10px; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .site-nav { display: none; }
  .menu-toggle { display: block; }
  .hero, .hero--cafe, .hero--salon { grid-template-columns: 1fr; gap: 34px; min-height: auto; }
  .hero__copy { order: 1; }
  .hero__media { order: 2; }
  .hero__copy h1 { max-width: none; }
  .hero__copy h1 { font-size: 38px; }
  .hero--cafe .hero__copy h1, .hero--salon .hero__copy h1 { font-size: 34px; }
  .hero__media img { max-height: 540px; }
  .prose--wide { margin-left: 0; }
  .message-card, .overview-grid, .access-grid { grid-template-columns: 1fr; gap: 32px; }
  .message-card__photo { min-height: 220px; }
  .store-card { grid-template-columns: 1fr; }
  .store-card__image { grid-row: auto; max-height: none; }
  .menu-panel { grid-column: auto; }
  .concern-grid, .salon-categories { grid-template-columns: 1fr; }
  .concern-card, .category-card { min-height: auto; }
  .access-grid .map-wrap { margin-top: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 520px) {
  .section-pad { width: min(100% - 28px, var(--content)); padding-block: 70px; }
  .section-soft, .section-tint { padding-inline: 14px; }
  .site-header { width: min(100% - 28px, var(--content)); min-height: 72px; }
  .mobile-menu { top: 72px; right: 14px; left: 14px; }
  .hero { padding-top: 40px; }
  .hero__copy h1 { font-size: 30px; }
  .hero--cafe .hero__copy h1, .hero--salon .hero__copy h1 { font-size: 29px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .section-heading h2 { font-size: 30px; }
  .service-grid { grid-template-columns: 1fr; }
  .concept-gallery { grid-template-columns: 1fr; gap: 14px; margin-top: 38px; }
  .service-card { min-height: 0; }
  .info-list > div { grid-template-columns: 74px 1fr; gap: 10px; }
  .store-card__content, .menu-panel { padding-inline: 20px; }
  .menu-row { gap: 10px; font-size: 12px; }
  .menu-row strong { font-size: 12px; }
  .salon-menu { padding-inline: 16px; }
  .salon-menu summary { gap: 10px; }
  .salon-menu summary span { font-size: 14px; }
  .salon-menu .menu-row { align-items: flex-start; }
  .map-wrap, .map-wrap iframe { min-height: 190px; height: 190px; }
  .footer__links { gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
