@charset "UTF-8";

:root {
  --paper: #f8f5f1;
  --ink: #393334;
  --muted: #766767;
  --accent: #68505d;
  --line: #d9cec7;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif CJK JP", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 2; overflow-wrap: anywhere; }
p, h1, h2 { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.65; letter-spacing: .035em; }
h1 { font-size: clamp(27px, 5.4vw, 49px); }
h2 { font-size: clamp(24px, 3.3vw, 34px); }
.wrap { width: min(1120px, calc(100% - 44px)); margin-inline: auto; }
.header { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 98px; }
.brand { font-family: Georgia, var(--serif); font-size: 37px; line-height: 1.1; letter-spacing: .045em; }
.brand span { display: block; margin-top: 8px; font-family: var(--sans); font-size: 10px; letter-spacing: .2em; text-align: center; }
.header-location { color: var(--muted); font-size: 11px; letter-spacing: .07em; }
.eyebrow { color: var(--muted); font-size: 11px; line-height: 1.6; letter-spacing: .2em; margin-bottom: 25px; }
.hero { position: relative; isolation: isolate; border-block: 1px solid var(--line); overflow: hidden; }
.hero-inner { position: relative; padding-block: 58px 66px; }
.hero-copy { max-width: 540px; }
.hero .prose { margin-top: 28px; }
.prose p + p { margin-top: 20px; }
.hero-art { position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 100% 20%, #eaded5 0, transparent 65%), linear-gradient(130deg, #fcfaf7, #f0e9e4); }
.arch { position: absolute; width: 430px; height: 640px; right: -265px; top: 48px; border: 1px solid #c8b6a866; border-radius: 240px 240px 0 0; transform: rotate(17deg); }
.art-letter { display: none; }
.booking { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; max-width: 350px; min-height: 62px; padding: 16px 23px; margin-top: 30px; background: var(--accent); border: 1px solid var(--accent); color: #fff; text-decoration: none; font-size: 15px; font-weight: 600; letter-spacing: .035em; box-shadow: 0 7px 20px #4b354711; transition: background-color .18s; }
.booking span { font-size: 23px; font-weight: 400; line-height: 1; }
.booking:hover { background: #503d48; }
.booking:focus-visible { outline: 3px solid #896635; outline-offset: 5px; }
.section { padding-block: 74px; }
.section-intro { margin-bottom: 30px; }
.service-copy { max-width: 470px; }
.concept { background: #ede5df; border-block: 1px solid var(--line); }
.concept-inner { padding-block: 64px; }
.concept-art { position: relative; height: 150px; display: grid; place-items: center; border: 1px solid #c7b7ac; margin-bottom: 36px; overflow: hidden; background: radial-gradient(ellipse at 25% 30%, #ffffffc9, transparent 70%), linear-gradient(130deg, #e5d5d0, #f4eee7 55%, #ded0c4); }
.concept-art::before, .concept-art::after { content: ""; position: absolute; width: 190px; height: 270px; border: 1px solid #b49f8a66; border-radius: 50%; transform: rotate(38deg); }
.concept-art::after { transform: translateX(65px) rotate(38deg); }
.concept-art span { font-family: Georgia, serif; font-style: italic; font-size: 48px; color: #77615d; z-index: 1; }
.concept-copy .prose { margin-top: 26px; }
.access-details { border-top: 1px solid var(--line); padding-top: 27px; }
.salon-name { font-family: Georgia, var(--serif); font-size: 29px; margin-bottom: 14px; }
.salon-name span { font-family: var(--sans); font-size: 13px; }
address { font-style: normal; }
.access-details > p:last-child { margin-top: 25px; }
.reservation { position: relative; background: #eee7e9; border-block: 1px solid #dacdd2; }
.reservation-inner { max-width: 620px; padding-block: 64px 72px; }
.reservation .prose { margin-top: 26px; }
.footer { display: flex; justify-content: space-between; align-items: center; min-height: 142px; gap: 24px; }
.footer .brand { font-size: 30px; }
.footer small { font-size: 11px; color: var(--muted); letter-spacing: .1em; }

@media (min-width: 760px) {
  .wrap { width: min(1120px, calc(100% - 96px)); }
  .header { min-height: 116px; }
  .header-location { font-size: 12px; letter-spacing: .14em; }
  .hero-inner { padding-block: 84px 100px; }
  .hero-copy { width: 62%; }
  .hero-art { left: 51%; background: radial-gradient(ellipse at 60% 35%, #fffaf3 0, transparent 60%), linear-gradient(130deg, #eaded6, #d9c9c3); }
  .arch { top: 64px; right: -110px; width: 420px; height: 670px; border-color: #b79e8999; transform: rotate(12deg); box-shadow: 0 0 0 26px #fff8, 0 0 0 27px #d0c0b599; }
  .art-letter { display: block; position: absolute; top: 120px; right: 13%; font-family: Georgia, serif; font-style: italic; font-size: 260px; line-height: 1.3; color: #fff7; }
  .hero-copy .prose { max-width: 445px; padding-right: 18px; }
  .section { padding-block: 108px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
  .section-intro { margin-bottom: 0; }
  .service-copy { padding-top: 45px; }
  .concept-inner { padding-block: 90px; display: grid; grid-template-columns: .85fr 1fr; align-items: center; gap: 70px; }
  .concept-art { height: 410px; margin: 0; border-radius: 220px 220px 0 0; }
  .concept-art::before, .concept-art::after { width: 290px; height: 470px; }
  .concept-art span { font-size: 66px; }
  .access-details { padding-top: 23px; }
  .reservation-inner { padding-block: 92px 100px; text-align: center; }
  .reservation .booking { margin-inline: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .booking { transition: none; }
}
