/*
Theme Name: PLUM WP
Theme URI: https://example.com/
Author: Codex
Description: Custom landing page theme for the PLUM herb peeling salon.
Version: 1.0.0
Text Domain: plum-wp
*/

:root {
  --plum: #a9a3c7;
  --plum-dark: #7f7a96;
  --plum-soft: #f4f1f8;
  --plum-pale: #fbf9fd;
  --text: #625d6e;
  --white: #ffffff;
  --line: #ddd8ea;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: var(--text);
  background: linear-gradient(180deg, #fff 0%, var(--plum-pale) 100%);
  line-height: 1.9;
  letter-spacing: 0.04em;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 22px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(221, 216, 234, 0.55);
}

.admin-bar .site-header {
  top: 32px;
}

.site-nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
}

.site-brand {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  letter-spacing: 0.28em;
  color: #8f89a8;
  font-weight: 400;
}

.site-nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.btn {
  display: inline-block;
  background: var(--plum);
  color: var(--white);
  padding: 12px 22px;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(127, 122, 157, 0.18);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.btn.outline {
  background: var(--white);
  color: var(--plum-dark);
  border: 1px solid var(--line);
  box-shadow: none;
}

.site-main {
  display: block;
}

.hero-section {
  min-height: 650px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 68px 0 78px;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(169, 163, 199, 0.2), rgba(255, 255, 255, 0) 68%);
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.logo {
  width: min(560px, 88vw);
  margin: 0 auto 20px;
  opacity: 0.98;
}

.eyebrow {
  color: var(--plum-dark);
  font-size: 13px;
  letter-spacing: 0.22em;
  margin: 8px 0 16px;
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0 0 18px;
  color: var(--plum-dark);
}

.lead {
  max-width: 680px;
  margin: 0 auto 30px;
  font-size: 15px;
}

.section-block {
  padding: 78px 0;
}

.section-title {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #8f89a8;
  font-size: 28px;
  letter-spacing: 0.16em;
  margin: 0 0 36px;
}

.section-subtitle {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 34px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px 22px;
  box-shadow: 0 18px 45px rgba(127, 122, 157, 0.08);
}

.card h3 {
  margin: 0 0 10px;
  color: var(--plum-dark);
  font-weight: 400;
  font-size: 17px;
}

.menu {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(127, 122, 157, 0.08);
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 22px;
  display: grid;
  gap: 16px;
}

.menu-item {
  display: grid;
  gap: 10px;
}

.menu-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(169, 163, 199, 0.92) 0%, rgba(169, 163, 199, 0.78) 100%);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(127, 122, 157, 0.12);
}

.menu-label,
.menu-price {
  color: var(--white);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.menu-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.menu-level-number {
  font-size: 1.2em;
}

.menu-price {
  font-weight: 400;
  white-space: nowrap;
}

.menu-copy {
  display: grid;
  gap: 4px;
  padding: 0 6px;
}

.menu-copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #4a4554;
}

.menu-detail {
  margin: 0;
  padding: 0 6px;
  font-size: 13px;
  line-height: 1.8;
  color: #2f2b36;
}

.downtime-section .wrap {
  max-width: 900px;
}

.downtime-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 241, 248, 0.9) 100%);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(127, 122, 157, 0.08);
}

.downtime-heading {
  margin: 0 0 24px;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--plum-dark);
  letter-spacing: 0.08em;
}

.downtime-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.downtime-item {
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(221, 216, 234, 0.85);
  border-radius: 20px;
}

.downtime-day {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 400;
  color: var(--plum-dark);
  letter-spacing: 0.08em;
}

.downtime-item p,
.downtime-note {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #2f2b36;
}

.downtime-note {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(221, 216, 234, 0.9);
}

.cta-section {
  text-align: center;
  background: linear-gradient(135deg, #f7f4fb, #ffffff);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.info-card {
  max-width: 760px;
  margin: 0 auto;
  background: var(--plum-soft);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
}

.info-card dl {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px 18px;
  margin: 0;
}

.info-card dt {
  color: var(--plum-dark);
}

.salon-address {
  font-style: normal;
}

.site-footer {
  text-align: center;
  padding: 36px 0;
  color: #928da0;
  font-size: 12px;
}

.content-section {
  padding: 78px 0;
}

.content-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 400;
  color: var(--plum-dark);
  margin: 0 0 20px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .site-nav-links a:not(.btn) {
    display: none;
  }

  .hero-section {
    min-height: auto;
    padding-top: 44px;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .menu-heading {
    padding: 12px 14px;
  }

  .menu-label,
  .menu-price {
    font-size: 16px;
  }

  .downtime-card {
    padding: 26px 18px;
  }

  .downtime-heading {
    font-size: 21px;
  }

  .downtime-item {
    padding: 18px 16px;
  }

  .info-card dl {
    grid-template-columns: 1fr;
  }
}
