/* =========================================================
   hair salon Lino ｜ 美容室向けサンプルHP
   制作: まるっと佐世保
   明るく上品 / 白基調 × 温かみのあるブラウン / 余白多め
   ========================================================= */

:root {
  --bg:        #faf8f5;
  --bg-2:      #f1ebe2;
  --paper:     #ffffff;
  --taupe:     #b08d6a;   /* ブラス／温かいベージュブラウン */
  --taupe-dk:  #93714f;
  --text:      #3a3632;
  --text-dim:  #837b72;
  --line:      #e6ded2;
  --maxw: 1080px;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans); font-weight: 400;
  color: var(--text); background: var(--bg);
  line-height: 1.9; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Sample brand bar ---------- */
.sample-bar {
  position: sticky; top: 0; z-index: 200;
  display: flex; align-items: center; gap: 12px; justify-content: center; flex-wrap: wrap;
  background: linear-gradient(90deg, #f5901f, #f7a945); color: #fff;
  padding: 8px 18px; font-size: 13px; font-weight: 700;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}
.sample-bar__tag { background: #fff; color: #d97706; border-radius: 4px; padding: 2px 8px; font-size: 11px; letter-spacing: 1px; }
.sample-bar__text { font-weight: 500; }
.sample-bar__text strong { font-weight: 800; }
.sample-bar__cta { background: rgba(0,0,0,0.18); border: 1px solid rgba(255,255,255,0.7); border-radius: 999px; padding: 4px 14px; transition: background 0.2s; }
.sample-bar__cta:hover { background: rgba(0,0,0,0.3); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 37px; z-index: 150; background: rgba(250,248,245,0.9); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.header-inner { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; gap: 24px; padding: 16px 22px; }
.brand { display: flex; flex-direction: column; line-height: 1; margin-right: auto; }
.brand__en { font-family: var(--serif); font-size: 13px; letter-spacing: 2px; color: var(--taupe); font-style: italic; }
.brand__name { font-family: var(--serif); font-size: 30px; font-weight: 600; letter-spacing: 3px; color: var(--text); }
.gnav { display: flex; gap: 26px; }
.gnav a { font-size: 14px; font-weight: 500; color: var(--text); position: relative; padding: 4px 0; transition: color 0.2s; }
.gnav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--taupe); transition: width 0.25s; }
.gnav a:hover { color: var(--taupe-dk); }
.gnav a:hover::after { width: 100%; }
.resv-btn { background: var(--taupe); color: #fff; font-size: 14px; font-weight: 700; padding: 10px 22px; border-radius: 999px; letter-spacing: 1px; transition: background 0.2s, transform 0.15s; }
.resv-btn:hover { background: var(--taupe-dk); transform: translateY(-1px); }

/* ---------- Buttons ---------- */
.btn { display: inline-block; font-weight: 700; font-size: 15px; padding: 14px 32px; border-radius: 999px; letter-spacing: 1px; transition: transform 0.15s, box-shadow 0.2s, background 0.2s; }
.btn--lg { padding: 16px 38px; }
.btn--fill { background: var(--taupe); color: #fff; box-shadow: 0 8px 20px rgba(176,141,106,0.3); }
.btn--fill:hover { background: var(--taupe-dk); transform: translateY(-2px); }
.btn--line { border: 1px solid var(--taupe); color: var(--taupe-dk); }
.btn--line:hover { background: rgba(176,141,106,0.1); }

/* ---------- Hero ---------- */
.hero { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr 1fr; align-items: stretch; gap: 0; min-height: 78vh; }
.hero__photo {
  position: relative;
  background:
    radial-gradient(circle at 70% 30%, rgba(255,255,255,0.5), transparent 55%),
    linear-gradient(150deg, #d9cbb8 0%, #c2ab90 55%, #a98e6f 100%);
}
.hero__photo span { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-style: italic; font-size: 22px; letter-spacing: 3px; color: rgba(255,255,255,0.85); }
.hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 60px clamp(28px, 6vw, 80px); }
.hero__en { font-family: var(--serif); font-style: italic; font-size: 20px; letter-spacing: 2px; color: var(--taupe); margin-bottom: 18px; }
.hero__title { font-size: clamp(32px, 5.5vw, 50px); font-weight: 500; line-height: 1.5; letter-spacing: 3px; }
.hero__lead { margin-top: 24px; font-size: 15px; color: var(--text-dim); line-height: 2.1; }
.hero__copy .btn { margin-top: 36px; align-self: flex-start; }

/* ---------- Section headings ---------- */
.sec-en { text-align: center; font-family: var(--serif); font-style: italic; font-size: 17px; letter-spacing: 4px; color: var(--taupe); margin-bottom: 6px; }
.sec-ja { text-align: center; font-size: clamp(24px, 4.5vw, 34px); font-weight: 500; letter-spacing: 4px; margin-bottom: 44px; }
.sec-ja::after { content: ""; display: block; width: 40px; height: 1px; background: var(--taupe); margin: 18px auto 0; }

/* ---------- Concept ---------- */
.concept { max-width: var(--maxw); margin: 0 auto; padding: 100px 22px; text-align: center; }
.concept__text { font-size: 15.5px; color: var(--text-dim); line-height: 2.4; margin-bottom: 56px; }
.concept__points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.cpoint { text-align: center; padding: 0 10px; }
.cpoint__num { font-family: var(--serif); font-size: 30px; color: var(--taupe); display: block; margin-bottom: 12px; }
.cpoint h3 { font-size: 17px; font-weight: 700; letter-spacing: 1px; margin-bottom: 10px; }
.cpoint p { font-size: 13.5px; color: var(--text-dim); line-height: 1.95; }

/* ---------- Menu ---------- */
.menu { background: var(--bg-2); padding: 100px 22px; }
.menu .sec-en, .menu .sec-ja { /* inherits */ }
.menu-cols { max-width: 840px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 46px; }
.menu-col__head { font-size: 16px; font-weight: 700; letter-spacing: 2px; color: var(--taupe-dk); padding-bottom: 14px; margin-bottom: 16px; border-bottom: 1px solid var(--line); text-align: center; }
.price-list { list-style: none; }
.price-list li { display: flex; align-items: baseline; gap: 8px; padding: 11px 0; font-size: 14.5px; }
.price-list li span:first-child { white-space: nowrap; }
.price-list .dots { flex: 1; border-bottom: 1px dotted #c9bfb0; transform: translateY(-4px); }
.price-list b { font-weight: 700; color: var(--text); white-space: nowrap; }
.menu__note { text-align: center; margin-top: 36px; font-size: 13px; color: var(--text-dim); }

/* ---------- Stylist ---------- */
.stylist { max-width: var(--maxw); margin: 0 auto; padding: 100px 22px; }
.stylist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.staff { text-align: center; }
.staff__photo { aspect-ratio: 3/4; border-radius: 12px; position: relative; background: linear-gradient(150deg, #e7ddce, #cdb89c); margin-bottom: 18px; }
.staff__photo::after { content: attr(data-label); position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-style: italic; font-size: 16px; color: rgba(255,255,255,0.85); letter-spacing: 2px; }
.staff h3 { font-size: 18px; font-weight: 700; letter-spacing: 1px; }
.staff h3 span { display: block; font-size: 12px; font-weight: 400; color: var(--taupe); letter-spacing: 2px; margin-top: 4px; }
.staff p { font-size: 13.5px; color: var(--text-dim); margin-top: 12px; line-height: 1.9; }

/* ---------- Gallery ---------- */
.gallery { background: var(--bg-2); padding: 100px 22px; }
.gallery-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ph { aspect-ratio: 1; border-radius: 10px; position: relative; background: linear-gradient(150deg, #e7ddce, #d2bf9f); }
.ph::after { content: attr(data-label); position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-style: italic; font-size: 15px; color: rgba(255,255,255,0.8); letter-spacing: 2px; }

/* ---------- Access ---------- */
.access { max-width: var(--maxw); margin: 0 auto; padding: 100px 22px; }
.access-wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; }
.access-map { position: relative; border-radius: 12px; min-height: 320px; border: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  background: repeating-linear-gradient(0deg, rgba(176,141,106,0.07) 0 1px, transparent 1px 28px), repeating-linear-gradient(90deg, rgba(176,141,106,0.07) 0 1px, transparent 1px 28px), var(--bg-2); }
.access-map__pin { font-size: 40px; }
.access-map__note { font-size: 12px; color: var(--text-dim); }
.access-info dl { display: flex; flex-direction: column; }
.access-info dl > div { display: grid; grid-template-columns: 86px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.access-info dt { font-weight: 700; color: var(--taupe-dk); font-size: 14px; letter-spacing: 1px; }
.access-info dd { font-size: 14.5px; }
.access-info dd a { color: var(--taupe-dk); }
.access-cta { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--text); color: #ece6dd; text-align: center; padding: 56px 22px 40px; }
.footer-brand { margin-bottom: 16px; }
.footer-brand__en { font-family: var(--serif); font-style: italic; font-size: 15px; letter-spacing: 2px; color: var(--taupe); display: block; }
.footer-brand__name { font-family: var(--serif); font-size: 30px; letter-spacing: 3px; }
.footer-addr { font-size: 13px; color: rgba(236,230,221,0.6); }
.footer-note { margin: 26px auto 0; max-width: 560px; font-size: 12.5px; line-height: 1.9; color: rgba(236,230,221,0.7);
  background: rgba(245,144,31,0.12); border: 1px dashed rgba(245,144,31,0.5); border-radius: 10px; padding: 16px 20px; }
.footer-note strong { color: #f7a945; }
.footer-note em { font-style: normal; color: #fff; }
.footer-credit { display: inline-block; margin-top: 20px; font-weight: 700; font-size: 14px; color: #fff; background: linear-gradient(135deg, #f7a945, #f5901f); border-radius: 999px; padding: 11px 26px; box-shadow: 0 6px 16px rgba(245,144,31,0.3); transition: transform 0.15s; }
.footer-credit:hover { transform: translateY(-2px); }
.copyright { margin-top: 26px; font-size: 11px; color: rgba(236,230,221,0.45); letter-spacing: 1px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in-view { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .gnav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero__photo { min-height: 320px; }
  .concept__points, .stylist-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .access-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .header-inner { gap: 12px; padding: 12px 16px; }
  .brand__name { font-size: 24px; }
  .resv-btn { padding: 8px 16px; font-size: 13px; }
  .concept, .menu, .stylist, .gallery, .access { padding: 64px 18px; }
  .menu-cols { grid-template-columns: 1fr; gap: 34px; }
  .concept__points { grid-template-columns: 1fr; gap: 26px; }
  .stylist-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .site-header { top: 56px; }
}
