/* Euroa Relaxation Salon — LP styles */
:root {
  --bg: #FAFAF7;
  --bg-2: #F2EDE5;
  --ink: #2B2622;
  --ink-2: #3A3530;
  --muted: #5A5048;
  --muted-2: #7A6E62;
  --line: #EBE5DA;
  --line-2: #E5DED2;
  --gold: #A89378;
  --gold-soft: #D6CCB8;
  --dark: #2B2622;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Noto Serif JP', 'Cormorant Garamond', serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.sans {
  font-family: 'Cormorant Garamond', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.18em;
}
.num {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  background: rgba(250,250,247,0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  z-index: 10;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  font-size: 11px;
  color: var(--muted-2);
  letter-spacing: 0.3em;
}
.nav {
  display: flex;
  gap: 32px;
  align-items: center;
}
.nav a {
  font-size: 11px;
  color: var(--ink-2);
  text-decoration: none;
  letter-spacing: 0.18em;
  transition: opacity 0.2s;
}
.nav a:hover { opacity: 0.6; }

/* Hero */
.hero {
  position: relative;
  height: 720px;
  overflow: hidden;
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.78) saturate(0.85);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.45) 100%);
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 150px;
  color: #FAFAF7;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 5px 0 0;
}
.hero-tag {
  font-size: 13px;
  color: #FAFAF7;
  letter-spacing: 0.35em;
  margin-top: 24px;
  opacity: 0.95;
}
.hero-sub {
  font-size: 15px;
  color: #FAFAF7;
  margin-top: 36px;
  line-height: 2.2;
  opacity: 0.95;
  font-weight: 300;
}

/* CTA */
.cta-bar {
  padding: 48px;
  text-align: center;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.cta-primary {
  display: inline-flex;
  align-items: center;
  padding: 20px 48px;
  border: 1px solid var(--ink);
  color: var(--ink);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.3em;
  transition: background 0.3s, color 0.3s;
  font-family: 'Cormorant Garamond', 'Noto Sans JP', sans-serif;
}
.cta-primary:hover {
  background: var(--ink);
  color: var(--bg);
}
.cta-primary .sub {
  font-size: 11px;
  opacity: 0.7;
  margin-left: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
}

/* Section common */
.section-num {
  font-size: 56px;
  color: var(--gold-soft);
  font-weight: 300;
  line-height: 1;
}
.section-label {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.4em;
  margin-top: 16px;
}
.section-title {
  font-size: 30px;
  font-weight: 300;
  color: var(--ink);
  margin-top: 28px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.section-title em {
  font-style: italic;
  color: var(--gold);
}
.divider {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin: 40px auto;
}
.body-text {
  font-size: 14px;
  line-height: 2.4;
  color: var(--muted);
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.05em;
}

/* Concept */
.concept {
  padding: 140px 48px 100px;
  max-width: 1100px;
  margin: 0 auto;
}
.concept-inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.concept-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 80px;
}
.concept-images img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  filter: saturate(0.88);
}
.concept-images img:nth-child(2) { margin-top: 60px; }

/* Menu */
.menu {
  padding: 120px 48px;
  max-width: 1200px;
  margin: 0 auto;
}
.menu-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 80px;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.menu-card .img-wrap {
  overflow: hidden;
  height: 360px;
}
.menu-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: saturate(0.88);
}
.menu-card:hover img { transform: scale(1.03); }
.menu-en {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.3em;
  margin-top: 24px;
  font-family: 'Cormorant Garamond', sans-serif;
}
.menu-name {
  font-size: 18px;
  font-weight: 400;
  color: var(--ink);
  margin: 12px 0 16px;
  letter-spacing: 0.05em;
}
.menu-desc {
  font-size: 13px;
  line-height: 2;
  color: var(--muted);
  font-weight: 300;
  margin: 0;
}
.menu-time {
  font-size: 11px;
  color: #9A8E80;
  letter-spacing: 0.2em;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line-2);
  font-family: 'Cormorant Garamond', sans-serif;
}
.menu-more {
  text-align: center;
  margin-top: 64px;
}
.menu-more a {
  font-size: 12px;
  color: var(--ink-2);
  letter-spacing: 0.3em;
  border-bottom: 1px solid var(--ink-2);
  padding-bottom: 4px;
  text-decoration: none;
  font-family: 'Cormorant Garamond', sans-serif;
  transition: opacity 0.2s;
}
.menu-more a:hover { opacity: 0.6; }

/* Owner */
.owner {
  padding: 120px 48px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center;
}
.owner-img-wrap {
  position: relative;
}
.owner-img-wrap img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  filter: saturate(0.88);
}
.owner-caption {
  position: absolute;
  bottom: -20px;
  right: 24px;
  background: var(--bg);
  padding: 12px 20px;
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 0.4em;
  font-family: 'Cormorant Garamond', sans-serif;
}
.owner-text { padding-left: 20px; }
.owner-text .divider { margin-left: 0; }
.owner-text .body-text {
  text-align: left;
  max-width: 460px;
}
.owner-quote {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.3em;
  margin-top: 32px;
  font-family: 'Cormorant Garamond', sans-serif;
}

/* Info */
.info {
  background: var(--dark);
  padding: 120px 48px;
  text-align: center;
}
.info .section-num { color: #FAFAF7; opacity: 0.4; }
.info .section-label { color: #FAFAF7; opacity: 0.6; }
.info .section-title { color: #FAFAF7; }
.info .divider { background: var(--gold); }
.info-list {
  max-width: 640px;
  margin: 60px auto 0;
  text-align: left;
}
.info-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  padding: 24px 0;
  border-bottom: 1px solid rgba(168,147,120,0.25);
  align-items: baseline;
}
.info-key {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.3em;
  font-family: 'Cormorant Garamond', sans-serif;
  margin: 0;
}
.info-val {
  font-size: 14px;
  color: #E8E0D0;
  line-height: 1.9;
  margin: 0;
  font-weight: 300;
}
.info-val div + div { margin-top: 4px; }

/* Footer CTA */
.footer-cta {
  padding: 140px 48px;
  text-align: center;
  background: var(--bg-2);
}
.footer-cta .reservation-label {
  font-size: 12px;
  color: var(--gold);
  letter-spacing: 0.4em;
  margin-bottom: 32px;
  font-family: 'Cormorant Garamond', sans-serif;
}
.footer-cta .section-title { font-size: 36px; }
.footer-cta .body-text { margin: 24px 0 48px; }
.footer-cta .below {
  margin-top: 24px;
}
.footer-cta .below a {
  font-size: 11px;
  color: var(--muted-2);
  letter-spacing: 0.25em;
  text-decoration: none;
  font-family: 'Cormorant Garamond', sans-serif;
  transition: opacity 0.2s;
}
.footer-cta .below a:hover { opacity: 0.6; }

/* Footer */
.footer {
  padding: 48px;
  text-align: center;
  background: var(--bg);
  border-top: 1px solid var(--line);
}
.footer .brand-line {
  font-size: 11px;
  color: #9A8E80;
  letter-spacing: 0.3em;
  font-family: 'Cormorant Garamond', sans-serif;
}
.footer .copy {
  font-size: 10px;
  color: #B5AC9F;
  margin-top: 12px;
}

/* Responsive */
@media (max-width: 900px) {
  .header-inner { padding: 16px 20px; }
  .nav { gap: 18px; }
  .nav a { font-size: 10px; letter-spacing: 0.12em; }
  .hero { height: 560px; }
  .hero-title { font-size: 88px; }
  .hero-tag { font-size: 11px; letter-spacing: 0.25em; }
  .hero-sub { font-size: 13px; margin-top: 28px; }
  .cta-bar { padding: 32px 20px; }
  .cta-primary { padding: 16px 28px; font-size: 11px; letter-spacing: 0.2em; flex-direction: column; gap: 6px; align-items: center; }
  .cta-primary .sub { margin-left: 0; }
  .concept { padding: 80px 20px 60px; }
  .concept-images { grid-template-columns: 1fr; gap: 16px; }
  .concept-images img { height: 280px; }
  .concept-images img:nth-child(2) { margin-top: 0; }
  .section-title { font-size: 22px; }
  .menu { padding: 80px 20px; }
  .menu-grid { grid-template-columns: 1fr; gap: 48px; }
  .menu-card .img-wrap { height: 280px; }
  .owner { padding: 80px 20px; grid-template-columns: 1fr; gap: 48px; }
  .owner-img-wrap img { height: 420px; }
  .owner-text { padding-left: 0; }
  .owner-text .body-text { text-align: center; margin: 0 auto; }
  .owner-text .divider { margin: 32px auto; }
  .owner-text .section-num,
  .owner-text .section-label,
  .owner-text .section-title { text-align: center; }
  .info { padding: 80px 20px; }
  .info-row { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .footer-cta { padding: 80px 20px; }
  .footer-cta .section-title { font-size: 24px; }
}
