:root {
  --ivory: #fff3f7;
  --warm: #fffafd;
  --greige: #fdeaf0;
  --rose: #f9dce5;
  --mauve: #f3ccd8;
  --brown: #684653;
  --charcoal: #35282e;
  --green: #b58b98;
  --line: rgba(232, 180, 193, 0.22);
  --paper: rgba(255, 250, 253, 0.96);
  --shadow: 0 24px 80px rgba(232, 180, 193, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  color: var(--charcoal);
  background: var(--ivory);
  line-height: 1.6;
}

body.popup-open {
  overflow: hidden;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  padding: 22px clamp(18px, 4vw, 56px);
  color: #fff7fa;
  background: linear-gradient(180deg, rgba(35, 28, 31, 0.22), rgba(35, 28, 31, 0));
  border-bottom: 1px solid transparent;
  backdrop-filter: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  color: var(--brown);
  background: rgba(255, 243, 247, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.subpage .site-header {
  color: var(--brown);
  background: rgba(255, 243, 247, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.wordmark {
  font-family: Didot, "Bodoni 72", "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.gnb {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 30px);
  font-size: 14px;
}

.gnb a {
  position: relative;
  padding: 6px 0;
}

.gnb a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  content: "";
}

.gnb a:hover::after,
.gnb a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-reserve {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 14px;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 11px;
  width: 16px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
}

.menu-toggle span:nth-child(1) {
  top: 13px;
}

.menu-toggle span:nth-child(2) {
  top: 19px;
}

.menu-toggle span:nth-child(3) {
  top: 25px;
}

.menu-open .menu-toggle span:nth-child(1) {
  top: 19px;
  transform: rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 88svh;
  overflow: hidden;
  color: #fffaf5;
  background: #fff3f7;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(35, 28, 31, 0.1), rgba(35, 28, 31, 0.03) 42%, rgba(35, 28, 31, 0));
}

.hero-content {
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(690px, calc(100% - 36px));
  min-height: 88svh;
  padding: 110px 0 72px clamp(18px, 6vw, 86px);
}

.hero-content::before {
  position: absolute;
  inset: 88px -70px 46px 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 250, 253, 0.78), rgba(255, 250, 253, 0.42) 58%, rgba(255, 250, 253, 0));
  content: "";
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--rose);
  font-family: "Times New Roman", serif;
  font-size: 13px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(104, 70, 83, 0.72);
  text-shadow: 0 1px 0 rgba(255, 250, 253, 0.5);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif;
  font-weight: 500;
  line-height: 1.16;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(64px, 12vw, 150px);
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 5vw, 58px);
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.hero-copy {
  width: min(520px, 100%);
  margin-bottom: 34px;
  color: rgba(53, 40, 46, 0.86);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(255, 250, 253, 0.58);
}

.hero-actions,
.contact-actions,
.popup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff7fa;
  background: var(--mauve);
}

.btn-secondary {
  color: inherit;
  border-color: currentColor;
  background: rgba(255, 255, 255, 0.08);
}

.btn-text {
  min-height: 44px;
  padding-inline: 8px;
  color: var(--brown);
  background: transparent;
}

.hero-panel {
  position: absolute;
  right: clamp(18px, 5vw, 70px);
  bottom: 38px;
  z-index: 1;
  width: min(360px, calc(100% - 36px));
  padding: 22px 24px;
  border: 1px solid rgba(255, 250, 245, 0.28);
  background: rgba(38, 35, 33, 0.24);
  backdrop-filter: blur(18px);
}

.hero-panel p,
.hero-panel span {
  margin: 0;
  color: rgba(255, 250, 245, 0.72);
  font-size: 13px;
}

.hero-panel strong {
  display: block;
  margin: 7px 0 4px;
  font-family: "Noto Serif KR", serif;
  font-size: 20px;
  font-weight: 500;
}

.intro-strip,
.service-section,
.visual-section,
.split-section,
.news-section,
.location-section,
.contact-section {
  padding: clamp(72px, 10vw, 132px) clamp(18px, 6vw, 86px);
}

.intro-strip,
.split-section,
.location-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(30px, 7vw, 96px);
  align-items: start;
}

.intro-strip {
  border-bottom: 1px solid var(--line);
  background: #fff7fa;
}

.intro-strip > p,
.gallery-copy p,
.quiet-list,
.news-list p,
.info-list,
.contact-section {
  color: rgba(38, 35, 33, 0.72);
}

.section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.section-head .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.section-head a {
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: var(--mauve);
  font-weight: 700;
}

.service-section {
  background: var(--ivory);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-item {
  min-height: 320px;
  padding: clamp(24px, 3vw, 36px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 253, 0.78);
}

.service-item span {
  display: block;
  margin-bottom: 60px;
  color: var(--rose);
  font-family: Georgia, serif;
}

.service-item p {
  color: rgba(38, 35, 33, 0.68);
}

.service-item strong {
  color: var(--green);
}

.visual-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: center;
  background: #fff7fa;
}

.preview-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  grid-template-rows: 220px 220px;
  gap: 12px;
}

.preview-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-grid img:first-child {
  grid-row: span 2;
}

.preview-grid img:nth-child(2) {
  object-position: 20% 50%;
}

.preview-grid img:nth-child(3) {
  object-position: 80% 50%;
}

.split-section {
  background: #fdeaf0;
  color: #684653;
}

.split-section .section-kicker {
  color: #9f7180;
}

.quiet-list {
  display: grid;
  gap: 20px;
  color: rgba(104, 70, 83, 0.72);
  font-size: 18px;
}

.quiet-list p {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(232, 180, 193, 0.24);
}

.news-section {
  background: var(--ivory);
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.news-list article {
  padding: clamp(24px, 4vw, 42px);
  background: #fff7fa;
}

.news-list time {
  display: block;
  margin-bottom: 22px;
  color: var(--rose);
  font-family: Georgia, serif;
}

.location-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fffafd;
}

.info-list {
  display: grid;
  gap: 18px;
  margin: 0;
}

.info-list div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.info-list dt {
  color: var(--brown);
  font-weight: 700;
}

.info-list dd {
  margin: 0;
}

.contact-section {
  align-items: center;
  background: #fdeaf0;
  color: #684653;
}

.contact-section .section-kicker {
  color: #9f7180;
}

.contact-actions {
  justify-content: flex-end;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  gap: 8px;
}

.floating-actions a {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 247, 250, 0.72);
  border-radius: 50%;
  color: #684653;
  background: #fffafd;
  box-shadow: var(--shadow);
  font-family: Georgia, serif;
  font-weight: 700;
}

.event-popup {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(38, 35, 33, 0.46);
  backdrop-filter: blur(8px);
}

.event-popup[hidden] {
  display: none;
}

.event-dialog {
  position: relative;
  width: min(480px, 100%);
  padding: clamp(28px, 5vw, 44px);
  background: #fffafd;
  box-shadow: var(--shadow);
}

.event-dialog h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 5vw, 42px);
}

.page-hero {
  padding: clamp(148px, 17vw, 214px) clamp(18px, 6vw, 86px) clamp(72px, 10vw, 126px);
  border-bottom: 1px solid var(--line);
  background: #fffafd;
}

.page-hero h1 {
  width: min(980px, 100%);
  margin-bottom: 24px;
  color: var(--brown);
  font-size: clamp(44px, 8vw, 96px);
  line-height: 1.08;
}

.page-hero > p,
.page-hero-visual > p {
  width: min(620px, 100%);
  margin-bottom: 0;
  color: rgba(38, 35, 33, 0.7);
  font-size: clamp(17px, 2vw, 21px);
}

.page-hero-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.45fr);
  gap: clamp(26px, 6vw, 76px);
  align-items: end;
}

.page-hero-visual > div {
  grid-column: 1;
}

.page-hero-visual > p {
  grid-column: 1;
}

.page-hero-visual img {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.story-section,
.profile-section,
.team-section,
.catalog-section,
.policy-section,
.course-section,
.course-menu-section,
.review-section,
.board-section,
.map-section,
.channel-section,
.contact-page-section {
  padding: clamp(72px, 10vw, 132px) clamp(18px, 6vw, 86px);
}

.story-section,
.team-section,
.review-section,
.board-section {
  background: var(--ivory);
}

.text-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 70px);
  color: rgba(38, 35, 33, 0.72);
  font-size: 18px;
}

.text-columns p {
  margin-bottom: 0;
}

.profile-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  background: #fffaf5;
}

.profile-visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.profile-copy p {
  color: rgba(38, 35, 33, 0.72);
  font-size: 18px;
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(38, 35, 33, 0.74);
}

.check-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rose);
  content: "";
}

.team-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.team-grid article,
.review-grid blockquote {
  margin: 0;
  padding: clamp(24px, 4vw, 38px);
  background: #fffaf5;
}

.portrait-placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 24px;
  place-items: center;
  color: #fffaf5;
  background:
    linear-gradient(rgba(62, 49, 40, 0.26), rgba(62, 49, 40, 0.26)),
    url("../img/hero-salon-placeholder.png") center / cover;
  font-family: Georgia, serif;
  font-size: 28px;
}

.catalog-section {
  background: var(--ivory);
}

.category-nav {
  position: sticky;
  top: 98px;
  z-index: 2;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 0 26px;
  background: var(--ivory);
}

.category-nav a,
.board-filter button,
.board-filter a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brown);
  background: #fffaf5;
  white-space: nowrap;
}

.catalog-list {
  display: grid;
  gap: 18px;
}

.catalog-item {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  background: #fffaf5;
}

.catalog-item span,
.course-points span {
  display: block;
  margin-bottom: 22px;
  color: var(--rose);
  font-family: Georgia, serif;
}

.catalog-item h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 5vw, 54px);
}

.catalog-item p {
  color: rgba(38, 35, 33, 0.68);
}

.price-list {
  display: grid;
  align-content: center;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.price-list span {
  margin: 0;
  color: var(--green);
  font-family: inherit;
  white-space: nowrap;
}

.policy-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr);
  gap: clamp(32px, 6vw, 82px);
  background: #eee5dc;
}

.course-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 84px);
  background: var(--green);
  color: #fffaf5;
}

.course-section .section-kicker {
  color: #e8c7bd;
}

.course-feature p {
  color: rgba(255, 250, 245, 0.76);
  font-size: 18px;
}

.course-points {
  display: grid;
  gap: 1px;
  background: rgba(255, 250, 245, 0.22);
}

.course-points div {
  padding: clamp(24px, 4vw, 36px);
  background: rgba(255, 250, 245, 0.08);
}

.course-points strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.course-points p {
  margin-bottom: 0;
  color: rgba(255, 250, 245, 0.76);
}

.course-menu-section {
  padding: clamp(46px, 7vw, 86px) clamp(16px, 5vw, 64px);
  background: var(--ivory);
}

.course-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.course-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  border: 1px solid var(--line);
  background: #fffaf5;
}

.course-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.course-card div {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: clamp(20px, 3vw, 30px);
}

.course-card span {
  color: var(--rose);
  font-family: Georgia, serif;
  font-size: 13px;
}

.course-card h3,
.course-card p {
  margin: 0;
}

.course-card p {
  color: rgba(38, 35, 33, 0.68);
}

.course-card strong {
  color: var(--green);
}

.review-grid blockquote {
  color: rgba(38, 35, 33, 0.76);
  font-family: "Noto Serif KR", Georgia, serif;
  font-size: 20px;
  line-height: 1.7;
}

.board-filter {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
}

.board-filter button,
.board-filter a {
  cursor: pointer;
  font: inherit;
}

.board-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.board-list article {
  display: grid;
  grid-template-columns: 90px 150px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: clamp(24px, 4vw, 36px);
  background: #fffaf5;
}

.post-badge {
  color: var(--rose);
  font-family: Georgia, serif;
}

.board-list time {
  color: rgba(38, 35, 33, 0.58);
}

.board-list h2 {
  margin-bottom: 8px;
  font-size: clamp(22px, 3vw, 34px);
}

.board-list p {
  grid-column: 3;
  margin-bottom: 0;
  color: rgba(38, 35, 33, 0.68);
}

.map-section {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 5vw, 60px);
  background: var(--ivory);
}

.map-placeholder {
  display: grid;
  min-height: 520px;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--brown);
  background:
    linear-gradient(90deg, rgba(62, 49, 40, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(62, 49, 40, 0.08) 1px, transparent 1px),
    #fffaf5;
  background-size: 48px 48px;
}

.map-placeholder span {
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  border-radius: 50%;
  color: #fffaf5;
  background: var(--mauve);
  font-family: Georgia, serif;
  font-size: 24px;
}

.visit-info {
  display: grid;
  align-content: center;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}

.visit-info div {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.visit-info dt {
  margin-bottom: 7px;
  color: var(--rose);
  font-family: Georgia, serif;
}

.visit-info dd {
  margin: 0;
  color: rgba(38, 35, 33, 0.76);
}

.channel-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  background: var(--line);
}

.channel-section a {
  display: grid;
  min-height: 130px;
  place-items: center;
  background: #fffaf5;
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: clamp(20px, 3vw, 32px);
}

.contact-page-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 82px);
  background: var(--ivory);
}

.contact-card,
.inquiry-form {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--line);
  background: #fffaf5;
}

.stack-actions {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.btn-secondary.dark {
  color: var(--brown);
  background: transparent;
}

.inquiry-form {
  display: grid;
  gap: 18px;
}

.inquiry-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--brown);
  font-weight: 700;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--charcoal);
  background: #fffafd;
  font: inherit;
}

.inquiry-form input:-webkit-autofill,
.inquiry-form select:-webkit-autofill,
.inquiry-form textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fffafd inset;
  -webkit-text-fill-color: var(--charcoal);
}

.inquiry-form textarea {
  resize: vertical;
}

.popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--warm);
  cursor: pointer;
}

.popup-close::before,
.popup-close::after {
  position: absolute;
  top: 16px;
  left: 9px;
  width: 16px;
  height: 1px;
  background: var(--brown);
  content: "";
}

.popup-close::before {
  transform: rotate(45deg);
}

.popup-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .gnb {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visual-section,
  .intro-strip,
  .split-section,
  .location-section,
  .contact-section,
  .page-hero-visual,
  .profile-section,
  .catalog-item,
  .policy-section,
  .course-section,
  .course-card,
  .map-section,
  .contact-page-section {
    grid-template-columns: 1fr;
  }

  .page-hero-visual > div,
  .page-hero-visual > p,
  .page-hero-visual img {
    grid-column: auto;
    grid-row: auto;
  }

  .team-grid,
  .review-grid,
  .channel-section,
  .course-card-grid {
    grid-template-columns: 1fr;
  }

  .board-list article {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .board-list h2,
  .board-list p {
    grid-column: 1 / -1;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 16px 18px;
  }

  .header-reserve {
    min-height: 36px;
    padding-inline: 14px;
  }

  .hero,
  .hero-content {
    min-height: 86svh;
  }

  .hero-content {
    padding: 136px 18px 160px;
  }

  .hero-panel {
    right: 18px;
    bottom: 18px;
  }

  .service-grid,
  .news-list {
    grid-template-columns: 1fr;
  }

  .service-item {
    min-height: auto;
  }

  .service-item span {
    margin-bottom: 36px;
  }

  .preview-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 220px);
  }

  .preview-grid img:first-child {
    grid-row: auto;
  }

  .info-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .page-hero {
    padding-top: 168px;
  }

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

  .catalog-item,
  .contact-card,
  .inquiry-form {
    padding: 24px;
  }

  .price-list li {
    display: grid;
    gap: 4px;
  }

  .category-nav {
    top: 112px;
  }

  .map-placeholder {
    min-height: 360px;
  }

  .floating-actions {
    right: 12px;
    bottom: 12px;
  }

  .floating-actions a {
    width: 44px;
    height: 44px;
  }
}

.form-status {
  margin: 0;
  color: var(--green);
  font-weight: 700;
}

.category-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: clamp(32px, 5vw, 58px);
  border: 1px solid var(--line);
  background: var(--line);
}

.category-summary-grid a {
  display: grid;
  gap: 8px;
  min-height: 170px;
  padding: clamp(22px, 3vw, 32px);
  background: #fffaf5;
}

.category-summary-grid span,
.category-summary-grid small {
  color: var(--rose);
  font-family: Georgia, serif;
}

.category-summary-grid strong {
  color: var(--brown);
  font-size: 24px;
}

.category-summary-grid small {
  align-self: end;
}

.admin-page {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 100vh;
  background: #f2ebe3;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 28px 22px;
  color: #fffaf5;
  background: var(--charcoal);
}

.admin-brand {
  display: block;
  margin-bottom: 42px;
  font-family: Didot, "Bodoni 72", "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.admin-sidebar nav {
  display: grid;
  gap: 8px;
}

.admin-sidebar nav a {
  padding: 12px 14px;
  border: 1px solid transparent;
  color: rgba(255, 250, 245, 0.74);
}

.admin-sidebar nav a[aria-current="page"],
.admin-sidebar nav a:hover {
  border-color: rgba(255, 250, 245, 0.18);
  color: #fffaf5;
  background: rgba(255, 250, 245, 0.08);
}

.admin-main {
  padding: 34px clamp(18px, 4vw, 52px) 70px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.admin-topbar h1 {
  margin: 0;
  color: var(--brown);
  font-size: clamp(34px, 5vw, 54px);
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 18px;
  margin-bottom: 18px;
}

.admin-panel {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  background: #fffaf5;
}

.admin-panel-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.admin-panel h2 {
  margin: 0;
  font-size: clamp(24px, 4vw, 36px);
}

.admin-table {
  display: grid;
  gap: 1px;
  overflow-x: auto;
  background: var(--line);
  border: 1px solid var(--line);
}

.admin-row {
  display: grid;
  grid-template-columns: 64px 120px minmax(220px, 1fr) 70px;
  gap: 16px;
  align-items: center;
  min-width: 620px;
  padding: 14px 16px;
  background: #fffdf9;
}

.admin-row-head {
  color: rgba(38, 35, 33, 0.58);
  font-size: 13px;
  font-weight: 700;
}

.service-admin-table .admin-row {
  grid-template-columns: 92px 140px minmax(220px, 1fr) 86px 76px 86px 60px;
}

.class-admin-table .admin-row {
  grid-template-columns: 150px minmax(220px, 1fr) 90px 90px 64px;
}

.category-admin-table {
  margin-top: 16px;
}

.category-admin-table .admin-row {
  grid-template-columns: 120px minmax(220px, 1fr) 64px;
}

.compact-admin-form {
  grid-template-columns: minmax(120px, 0.6fr) minmax(180px, 1fr);
  gap: 12px;
}

.status-on {
  display: inline-flex;
  justify-content: center;
  width: 44px;
  padding: 4px 0;
  border-radius: 999px;
  color: #fffaf5;
  background: var(--green);
  font-size: 12px;
  font-weight: 700;
}

.admin-form {
  display: grid;
  gap: 16px;
}

.admin-form label {
  display: grid;
  gap: 8px;
  color: var(--brown);
  font-weight: 700;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  background: #fffdf9;
  color: var(--charcoal);
  font: inherit;
  font-weight: 400;
}

.admin-form textarea {
  resize: vertical;
}

.admin-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.review-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-card {
  display: grid;
  min-height: 100%;
  border: 1px solid var(--line);
  background: #fffaf5;
}

.review-thumb {
  display: grid;
  min-height: 150px;
  place-items: center;
  color: #fffaf5;
  background:
    linear-gradient(rgba(62, 49, 40, 0.2), rgba(62, 49, 40, 0.2)),
    url("../img/hero-salon-placeholder.png") center / cover;
  font-family: Georgia, serif;
  font-size: 22px;
}

.review-body {
  display: grid;
  gap: 24px;
  padding: clamp(22px, 4vw, 32px);
}

.review-body p {
  margin: 0;
  color: rgba(38, 35, 33, 0.76);
  font-family: "Noto Serif KR", Georgia, serif;
  font-size: 19px;
  line-height: 1.72;
}

.review-body footer {
  color: var(--rose);
  font-weight: 700;
}

.board-table {
  display: grid;
  gap: 1px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.board-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 120px 78px;
  gap: 18px;
  align-items: center;
  min-height: 68px;
  padding: 0 clamp(16px, 3vw, 28px);
  background: #fffaf5;
}

.board-row[hidden] {
  display: none;
}

.board-head {
  min-height: 48px;
  color: rgba(38, 35, 33, 0.56);
  font-size: 13px;
  font-weight: 700;
}

.board-row strong {
  overflow: hidden;
  color: var(--brown);
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-row time,
.board-row em {
  color: rgba(38, 35, 33, 0.58);
  font-style: normal;
}

.post-badge {
  display: inline-flex;
  justify-content: center;
  width: max-content;
  min-width: 56px;
  padding: 4px 10px;
  border: 1px solid rgba(183, 131, 134, 0.32);
  border-radius: 999px;
  color: var(--rose);
  background: rgba(183, 131, 134, 0.08);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
}

.post-badge.event {
  border-color: rgba(89, 111, 98, 0.32);
  color: var(--green);
  background: rgba(89, 111, 98, 0.08);
}

.admin-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.admin-review-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  background: #fffdf9;
}

.admin-review-card span {
  color: var(--rose);
  font-size: 13px;
  font-weight: 700;
}

.admin-review-card h3 {
  margin: 0;
  font-size: 20px;
}

.admin-review-card p {
  margin: 0;
  color: rgba(38, 35, 33, 0.68);
}

.admin-review-card footer {
  color: var(--green);
  font-weight: 700;
}

.admin-post-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.admin-post-list a {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 94px;
  gap: 14px;
  align-items: center;
  padding: 16px;
  background: #fffdf9;
}

.admin-post-list strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-post-list time {
  color: rgba(38, 35, 33, 0.58);
  font-size: 13px;
}

@media (max-width: 1020px) {
  .category-summary-grid,
  .admin-grid,
  .course-card-grid,
  .review-card-grid,
  .admin-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-page {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
  }

  .admin-sidebar nav {
    grid-template-columns: repeat(5, max-content);
    overflow-x: auto;
  }
}

@media (max-width: 720px) {
  .category-summary-grid,
  .admin-grid,
  .admin-form-row,
  .course-card-grid,
  .review-card-grid,
  .admin-review-grid {
    grid-template-columns: 1fr;
  }

  .admin-topbar,
  .admin-panel-head {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-sidebar nav {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
  }

  .site-header {
    gap: 10px;
  }

  .gnb {
    gap: 18px;
    margin-inline: -18px;
    padding-inline: 18px;
    scrollbar-width: none;
  }

  .gnb::-webkit-scrollbar {
    display: none;
  }

  .page-hero h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .page-hero-visual img {
    aspect-ratio: 16 / 10;
  }

  .section-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .btn,
  .contact-actions .btn,
  .hero-actions .btn,
  .stack-actions .btn {
    width: 100%;
  }

  .board-filter {
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .board-filter::-webkit-scrollbar {
    display: none;
  }

  .board-head {
    display: none;
  }

  .board-row {
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
    min-height: auto;
    padding: 18px;
  }

  .board-row strong {
    grid-column: 1 / -1;
    grid-row: 1;
    white-space: normal;
  }

  .board-row .post-badge {
    grid-column: 1;
    grid-row: 2;
  }

  .board-row time {
    grid-column: 2;
    grid-row: 2;
    font-size: 13px;
  }

  .board-row em {
    display: none;
  }

  .review-thumb {
    min-height: 132px;
  }

  .review-body {
    padding: 22px;
  }

  .review-body p {
    font-size: 17px;
  }

  .admin-main {
    padding: 24px 14px 88px;
  }

  .admin-panel {
    padding: 18px;
  }

  .admin-post-list a {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .admin-post-list strong {
    white-space: normal;
  }

  .floating-actions {
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    padding: 0;
    background: rgba(38, 35, 33, 0.16);
  }

  .floating-actions a {
    width: auto;
    height: 52px;
    border-radius: 0;
    box-shadow: none;
  }
}

/* Compact pass: lower the overall visual scale for mobile-first browsing. */
.site-header {
  padding: 16px clamp(16px, 4vw, 42px);
}

.wordmark {
  font-size: clamp(22px, 2.5vw, 32px);
}

.gnb {
  gap: clamp(14px, 1.6vw, 24px);
  font-size: 13px;
}

.header-reserve {
  min-height: 36px;
  padding-inline: 15px;
  font-size: 13px;
}

.hero,
.hero-content {
  min-height: 76svh;
}

.hero-content {
  width: min(620px, calc(100% - 32px));
  padding-top: 92px;
  padding-bottom: 58px;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(56px, 10vw, 112px);
}

h2 {
  font-size: clamp(27px, 4vw, 44px);
}

h3 {
  font-size: 20px;
}

.hero-copy {
  margin-bottom: 26px;
  font-size: clamp(16px, 1.7vw, 19px);
}

.btn {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 14px;
}

.hero-panel {
  bottom: 24px;
  width: min(320px, calc(100% - 32px));
  padding: 16px 18px;
}

.hero-panel strong {
  font-size: 18px;
}

.intro-strip,
.service-section,
.visual-section,
.split-section,
.news-section,
.location-section,
.contact-section,
.story-section,
.profile-section,
.team-section,
.catalog-section,
.policy-section,
.course-section,
.review-section,
.board-section,
.map-section,
.channel-section,
.contact-page-section {
  padding: clamp(46px, 7vw, 86px) clamp(16px, 5vw, 64px);
}

.page-hero {
  padding: clamp(112px, 12vw, 148px) clamp(16px, 5vw, 64px) clamp(42px, 6vw, 68px);
}

.compact-hero {
  padding-top: clamp(104px, 11vw, 132px);
  padding-bottom: clamp(34px, 5vw, 52px);
}

.page-hero h1 {
  width: min(760px, 100%);
  margin-bottom: 16px;
  font-size: clamp(34px, 5.5vw, 58px);
  line-height: 1.14;
}

.page-hero > p,
.page-hero-visual > p {
  font-size: clamp(15px, 1.6vw, 18px);
}

.section-head {
  margin-bottom: clamp(22px, 4vw, 38px);
}

.service-item {
  min-height: 240px;
  padding: clamp(20px, 2.5vw, 28px);
}

.service-item span {
  margin-bottom: 38px;
}

.preview-grid {
  grid-template-rows: 180px 180px;
}

.quiet-list,
.profile-copy p,
.course-feature p {
  font-size: 16px;
}

.category-summary-grid {
  margin-bottom: clamp(24px, 4vw, 38px);
}

.category-summary-grid a {
  min-height: 118px;
  padding: 20px;
}

.category-summary-grid strong {
  font-size: 21px;
}

.catalog-item {
  gap: clamp(20px, 4vw, 42px);
  padding: clamp(22px, 4vw, 34px);
}

.catalog-item h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.price-list li {
  align-items: center;
  padding: 14px 0;
}

.price-list p {
  margin: 4px 0 0;
  color: rgba(38, 35, 33, 0.58);
  font-size: 14px;
}

.board-row {
  min-height: 58px;
}

.board-row strong {
  font-size: 16px;
}

.board-filter {
  margin-bottom: 18px;
}

.map-placeholder {
  min-height: 400px;
}

.admin-hero-preview {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  color: #fffaf5;
  background: var(--brown);
}

.admin-hero-preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-hero-preview::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(34, 26, 21, 0.7), rgba(34, 26, 21, 0.18));
  content: "";
}

.admin-hero-preview div {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: 360px;
  padding: 24px;
}

.admin-hero-preview span {
  color: #e9c8c2;
  font-family: Georgia, serif;
  font-size: 13px;
}

.admin-hero-preview strong {
  display: block;
  margin: 8px 0;
  font-family: Didot, "Bodoni 72", "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 82px);
  line-height: 1;
}

.admin-hero-preview p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 250, 245, 0.86);
}

@media (max-width: 1020px) {
  .admin-sidebar nav {
    grid-template-columns: repeat(7, max-content);
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 10px;
    padding: 12px 16px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    order: 2;
  }

  .header-reserve {
    order: 3;
  }

  .gnb {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: grid;
    grid-column: 1 / -1;
    order: 4;
    max-height: 0;
    margin: 0;
    padding: 0 16px;
    overflow: hidden;
    border-bottom: 0 solid var(--line);
    color: var(--brown);
    background: rgba(255, 243, 247, 0.98);
    box-shadow: 0 18px 42px rgba(107, 74, 85, 0.11);
    backdrop-filter: blur(18px);
    transition: max-height 220ms ease, padding 220ms ease, border-width 220ms ease;
  }

  .menu-open .gnb {
    max-height: calc(100svh - 72px);
    overflow-y: auto;
    padding-block: 10px 14px;
    border-bottom-width: 1px;
  }

  .gnb a {
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid rgba(62, 49, 40, 0.12);
  }

  .gnb a:last-child {
    border-bottom: 0;
  }

  .gnb a::after {
    display: none;
  }

  .hero,
  .hero-content {
    min-height: 74svh;
  }

  .hero-content {
    padding: 116px 16px 112px;
  }

  h1 {
    font-size: clamp(48px, 17vw, 72px);
  }

  .hero-panel {
    right: 16px;
    bottom: 16px;
  }

  .page-hero {
    padding-top: 118px;
    padding-bottom: 36px;
  }

  .page-hero h1 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .intro-strip,
  .service-section,
  .visual-section,
  .split-section,
  .news-section,
  .location-section,
  .contact-section,
  .story-section,
  .profile-section,
  .team-section,
  .catalog-section,
  .policy-section,
  .course-section,
  .course-menu-section,
  .review-section,
  .board-section,
  .map-section,
  .channel-section,
  .contact-page-section {
    padding-block: 38px;
  }

  .category-nav {
    top: 92px;
  }

  .price-list li {
    grid-template-columns: 1fr;
  }

  .map-placeholder {
    min-height: 300px;
  }

  .course-card img {
    min-height: 180px;
  }

  .admin-hero-preview,
  .admin-hero-preview div {
    min-height: 280px;
  }
}

.home-board-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.home-board-list a {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 100px;
  gap: 14px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.home-board-list strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-board-list time {
  color: rgba(38, 35, 33, 0.58);
  font-size: 13px;
  text-align: right;
}

.profile-copy h2 + p {
  margin-top: 20px;
}

.career-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.career-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: rgba(38, 35, 33, 0.74);
}

.staff-profile-section {
  background: var(--ivory);
}

.board-filter button[aria-pressed="true"],
.board-filter a[aria-pressed="true"] {
  color: #fffaf5;
  border-color: var(--mauve);
  background: var(--mauve);
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.pagination button {
  min-width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--brown);
  background: #fffaf5;
  cursor: pointer;
}

.pagination button[aria-current="page"] {
  color: #fffaf5;
  border-color: var(--mauve);
  background: var(--mauve);
}

.post-detail {
  padding: clamp(118px, 12vw, 150px) clamp(16px, 5vw, 64px) clamp(48px, 7vw, 88px);
  background: var(--ivory);
}

.post-detail-head {
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin-bottom: 28px;
}

.post-detail-head h1 {
  margin: 0;
  color: var(--brown);
  font-size: clamp(32px, 5vw, 56px);
}

.post-detail-head time {
  color: rgba(38, 35, 33, 0.58);
}

.post-detail > img {
  width: min(980px, 100%);
  max-height: 420px;
  object-fit: cover;
}

.post-detail-body {
  max-width: 760px;
  margin-top: 30px;
  color: rgba(38, 35, 33, 0.74);
  font-size: 17px;
}

.post-detail-actions {
  margin-top: 28px;
}

.privacy-check {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px !important;
  align-items: start;
  color: rgba(38, 35, 33, 0.68) !important;
  font-size: 14px;
  font-weight: 400 !important;
}

.privacy-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.inquiry-admin-table .admin-row {
  grid-template-columns: 74px 74px 90px 130px 54px minmax(240px, 1fr) 110px;
}

.settings-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 720px) {
  .home-board-list a {
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .home-board-list strong {
    grid-column: 1 / -1;
    grid-row: 1;
    white-space: normal;
  }

  .home-board-list .post-badge {
    grid-column: 1;
    grid-row: 2;
  }

  .home-board-list time {
    grid-column: 2;
    grid-row: 2;
  }

  .settings-link-grid {
    grid-template-columns: 1fr;
  }
}

body:not(.admin-page):not(.admin-login-page) {
  background: var(--ivory);
}

body:not(.admin-page):not(.admin-login-page) .site-header.is-scrolled,
body:not(.admin-page):not(.admin-login-page).subpage .site-header {
  background: rgba(255, 243, 247, 0.94);
}

body:not(.admin-page):not(.admin-login-page) .logo,
body:not(.admin-page):not(.admin-login-page) .gnb a:hover,
body:not(.admin-page):not(.admin-login-page) h1,
body:not(.admin-page):not(.admin-login-page) h2,
body:not(.admin-page):not(.admin-login-page) h3 {
  color: #684653;
}

body:not(.admin-page):not(.admin-login-page) .eyebrow,
body:not(.admin-page):not(.admin-login-page) .section-kicker,
body:not(.admin-page):not(.admin-login-page) .page-hero span,
body:not(.admin-page):not(.admin-login-page) .meta-list dt {
  color: #9f7180;
}

body:not(.admin-page):not(.admin-login-page) .intro-strip,
body:not(.admin-page):not(.admin-login-page) .visual-section,
body:not(.admin-page):not(.admin-login-page) .page-hero,
body:not(.admin-page):not(.admin-login-page) .profile-section,
body:not(.admin-page):not(.admin-login-page) .team-grid article,
body:not(.admin-page):not(.admin-login-page) .review-grid blockquote,
body:not(.admin-page):not(.admin-login-page) .service-item,
body:not(.admin-page):not(.admin-login-page) .catalog-item,
body:not(.admin-page):not(.admin-login-page) .course-card,
body:not(.admin-page):not(.admin-login-page) .contact-card,
body:not(.admin-page):not(.admin-login-page) .inquiry-form,
body:not(.admin-page):not(.admin-login-page) .board-row,
body:not(.admin-page):not(.admin-login-page) .event-dialog,
body:not(.admin-page):not(.admin-login-page) .post-detail {
  background: #fffafd;
  border-color: rgba(232, 180, 193, 0.2);
  box-shadow: 0 18px 56px rgba(232, 180, 193, 0.09);
}

body:not(.admin-page):not(.admin-login-page) .service-section,
body:not(.admin-page):not(.admin-login-page) .news-section,
body:not(.admin-page):not(.admin-login-page) .story-section,
body:not(.admin-page):not(.admin-login-page) .team-section,
body:not(.admin-page):not(.admin-login-page) .review-section,
body:not(.admin-page):not(.admin-login-page) .board-section,
body:not(.admin-page):not(.admin-login-page) .catalog-section,
body:not(.admin-page):not(.admin-login-page) .course-menu-section,
body:not(.admin-page):not(.admin-login-page) .contact-page-section {
  background: #fff3f7;
}

body:not(.admin-page):not(.admin-login-page) .location-section,
body:not(.admin-page):not(.admin-login-page) .policy-section {
  background: #fffafd;
}

body:not(.admin-page):not(.admin-login-page) .split-section,
body:not(.admin-page):not(.admin-login-page) .course-section,
body:not(.admin-page):not(.admin-login-page) .contact-section {
  background: #fdeaf0;
  color: #684653;
}

body:not(.admin-page):not(.admin-login-page) .btn-primary,
body:not(.admin-page):not(.admin-login-page) .pagination button[aria-current="page"],
body:not(.admin-page):not(.admin-login-page) .board-filter button[aria-pressed="true"],
body:not(.admin-page):not(.admin-login-page) .board-filter a[aria-pressed="true"] {
  background: #fffafd;
  border-color: #f9dce5;
  color: #684653;
  box-shadow: 0 12px 28px rgba(232, 180, 193, 0.1);
}

body:not(.admin-page):not(.admin-login-page) .btn-secondary,
body:not(.admin-page):not(.admin-login-page) .category-summary-grid a,
body:not(.admin-page):not(.admin-login-page) .board-filter button,
body:not(.admin-page):not(.admin-login-page) .board-filter a,
body:not(.admin-page):not(.admin-login-page) .pagination button,
body:not(.admin-page):not(.admin-login-page) .channel-section a {
  background: #fffafd;
  border-color: rgba(232, 180, 193, 0.28);
  color: #684653;
}

body:not(.admin-page):not(.admin-login-page) .btn-secondary:hover,
body:not(.admin-page):not(.admin-login-page) .category-summary-grid a:hover,
body:not(.admin-page):not(.admin-login-page) .channel-section a:hover {
  border-color: #f3ccd8;
  color: #684653;
}

body:not(.admin-page):not(.admin-login-page) .post-badge {
  color: #9f7180;
  border-color: rgba(232, 180, 193, 0.28);
  background: #fffafd;
}

body:not(.admin-page):not(.admin-login-page) .post-badge.event,
body:not(.admin-page):not(.admin-login-page) .service-item strong,
body:not(.admin-page):not(.admin-login-page) .course-card strong,
body:not(.admin-page):not(.admin-login-page) .price-list span {
  color: #9f7180;
}

body:not(.admin-page):not(.admin-login-page) .floating-actions a {
  background: #fffafd;
  border-color: rgba(232, 180, 193, 0.3);
  color: #684653;
}

body:not(.admin-page):not(.admin-login-page) .map-placeholder {
  background:
    linear-gradient(90deg, rgba(232, 180, 193, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(232, 180, 193, 0.12) 1px, transparent 1px),
    #fffafd;
  background-size: 42px 42px;
}

body:not(.admin-page):not(.admin-login-page) .hero h1 {
  color: #684653;
  text-shadow: 0 2px 0 rgba(255, 250, 253, 0.48), 0 12px 34px rgba(53, 40, 46, 0.1);
}

body:not(.admin-page):not(.admin-login-page) .hero .btn-primary,
body:not(.admin-page):not(.admin-login-page) .hero .btn-secondary {
  background: rgba(255, 250, 253, 0.9);
  border-color: rgba(232, 180, 193, 0.42);
  color: #684653;
}

@media (max-width: 720px) {
  .hero-content::before {
    inset: 92px -24px 72px -16px;
    background: linear-gradient(180deg, rgba(255, 250, 253, 0.82), rgba(255, 250, 253, 0.54) 70%, rgba(255, 250, 253, 0));
  }
}
