:root {
  --ap-cream: #f3f0e6;
  --ap-cream-deep: #e2ddd0;
  --ap-teal: #186a72;
  --ap-teal-deep: #0e4650;
  --ap-teal-soft: #95c5c8;
  --ap-teal-mist: rgba(24, 106, 114, 0.11);
  --ap-ink: #1a2628;
  --ap-muted: #5a6a6c;
  --ap-white: #fbfaf5;
  --ap-line: rgba(26, 40, 38, 0.12);
  --ap-max: 1080px;
  --ap-font-display: "Fraunces", Georgia, serif;
  --ap-font-body: "Nunito Sans", "Segoe UI", sans-serif;
  --ap-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--ap-font-body);
  color: var(--ap-ink);
  background:
    linear-gradient(165deg, var(--ap-cream) 0%, var(--ap-white) 38%, var(--ap-cream-deep) 100%);
  line-height: 1.65;
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--ap-teal-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--ap-teal);
}

h1,
h2,
h3,
.brand {
  font-family: var(--ap-font-display);
  font-weight: 560;
  line-height: 1.18;
  color: var(--ap-teal-deep);
  letter-spacing: -0.015em;
}

p {
  margin: 0 0 1rem;
}

ul {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
}

.wrap {
  width: min(100% - 2.2rem, var(--ap-max));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  padding: 1.1rem 0;
}

.site-header.is-solid {
  position: relative;
  background: rgba(246, 241, 232, 0.96);
  border-bottom: 1px solid var(--ap-line);
  backdrop-filter: blur(8px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  font-family: var(--ap-font-display);
  font-size: 1.18rem;
  color: var(--ap-white);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.site-header.is-solid .logo {
  color: var(--ap-teal-deep);
}

.nav-main {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav-main a {
  color: rgba(253, 251, 247, 0.92);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}

.site-header.is-solid .nav-main a {
  color: var(--ap-teal-deep);
}

.nav-main a:hover,
.nav-main a[aria-current="page"] {
  color: var(--ap-teal-soft);
}

.site-header.is-solid .nav-main a:hover,
.site-header.is-solid .nav-main a[aria-current="page"] {
  color: var(--ap-teal);
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(253, 251, 247, 0.45);
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.site-header.is-solid .menu-toggle {
  border-color: var(--ap-teal);
}

.menu-toggle span {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: var(--ap-white);
}

.site-header.is-solid .menu-toggle span {
  background: var(--ap-teal-deep);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.72rem 1.25rem;
  font-family: var(--ap-font-body);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 0.25s var(--ap-ease), color 0.25s var(--ap-ease), border-color 0.25s var(--ap-ease), transform 0.25s var(--ap-ease);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--ap-teal);
  color: var(--ap-white);
}

.btn-primary:hover {
  background: var(--ap-teal-deep);
  color: var(--ap-white);
}

.btn-ghost {
  background: transparent;
  color: var(--ap-white);
  border-color: rgba(253, 251, 247, 0.55);
}

.btn-ghost:hover {
  background: rgba(253, 251, 247, 0.12);
  color: var(--ap-white);
}

.btn-outline {
  background: transparent;
  color: var(--ap-teal-deep);
  border-color: var(--ap-teal);
}

.btn-outline:hover {
  background: var(--ap-teal-mist);
  color: var(--ap-teal-deep);
}

.btn-teal {
  background: var(--ap-teal-deep);
  color: var(--ap-white);
}

.btn-teal:hover {
  background: var(--ap-teal);
  color: var(--ap-white);
}

/* Hero — full-bleed */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: ap-fade-in 1.2s var(--ap-ease) both;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 70, 80, 0.35) 0%, rgba(14, 70, 80, 0.15) 35%, rgba(14, 70, 80, 0.72) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 0 4.5rem;
  max-width: 34rem;
  animation: ap-rise 0.9s var(--ap-ease) 0.2s both;
}

.hero-brand {
  font-family: var(--ap-font-display);
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 560;
  color: var(--ap-white);
  margin: 0 0 0.65rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.hero h1 {
  font-family: var(--ap-font-body);
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 600;
  color: rgba(253, 251, 247, 0.92);
  margin: 0 0 0.85rem;
  letter-spacing: 0;
  line-height: 1.4;
}

.hero-lead {
  color: rgba(253, 251, 247, 0.85);
  margin: 0 0 1.5rem;
  font-size: 1rem;
  max-width: 28rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

/* Sections */
.section {
  padding: 4.25rem 0;
}

.section-cream {
  background: rgba(253, 251, 247, 0.55);
}

.section-teal {
  background: var(--ap-teal-deep);
  color: rgba(253, 251, 247, 0.9);
}

.section-teal h2,
.section-teal h3 {
  color: var(--ap-white);
}

.section-teal p {
  color: rgba(253, 251, 247, 0.82);
}

.section-head {
  max-width: 34rem;
  margin-bottom: 2rem;
}

.section-head h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.65rem, 3vw, 2.1rem);
}

.section-head p {
  color: var(--ap-muted);
  margin: 0;
}

.section-teal .section-head p {
  color: rgba(253, 251, 247, 0.75);
}

.page-hero {
  padding: 3.25rem 0 1.5rem;
  background:
    radial-gradient(ellipse 55% 80% at 100% 0%, var(--ap-teal-mist), transparent 60%),
    var(--ap-cream);
  border-bottom: 1px solid var(--ap-line);
}

.page-hero h1 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.85rem, 3.5vw, 2.45rem);
}

.page-hero p {
  color: var(--ap-muted);
  margin: 0;
  max-width: 36rem;
}

/* Welcome note — Bella-style intro */
.welcome-note {
  text-align: center;
  max-width: 38rem;
  margin-inline: auto;
}

.welcome-note .rule {
  width: 3rem;
  height: 2px;
  background: var(--ap-teal);
  margin: 0 auto 1.4rem;
  animation: ap-rule 0.8s var(--ap-ease) both;
}

.welcome-note h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 3vw, 2rem);
}

.welcome-note p {
  color: var(--ap-muted);
}

/* Pillar strip */
.pillar-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  text-align: left;
}

.pillar {
  padding: 1.25rem 0 0;
  border-top: 2px solid var(--ap-teal-soft);
}

.pillar h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.pillar p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ap-muted);
}

/* Salon board services */
.salon-board {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--ap-line);
}

.board-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: baseline;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--ap-line);
  transition: background 0.3s var(--ap-ease), padding-left 0.3s var(--ap-ease);
}

.board-row:hover {
  background: var(--ap-teal-mist);
  padding-left: 0.65rem;
}

.board-row h3 {
  margin: 0 0 0.25rem;
  font-size: 1.12rem;
}

.board-row p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.94rem;
  max-width: 36rem;
}

.board-tag {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ap-teal);
  white-space: nowrap;
}

/* Philosophy band */
.phil-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.phil-visual {
  min-height: 280px;
  background:
    linear-gradient(145deg, var(--ap-teal-soft) 0%, transparent 55%),
    radial-gradient(circle at 30% 70%, rgba(253, 251, 247, 0.2), transparent 50%),
    var(--ap-teal);
  position: relative;
  overflow: hidden;
}

.phil-visual::after {
  content: "";
  position: absolute;
  inset: 12% 18%;
  border: 1px solid rgba(253, 251, 247, 0.35);
}

.phil-copy h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.55rem, 3vw, 2rem);
}

.phil-copy p {
  color: var(--ap-muted);
}

.section-teal .phil-copy p {
  color: rgba(253, 251, 247, 0.82);
}

/* Kind words */
.kind-rail {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.kind-note {
  padding: 1.35rem 1.5rem;
  border-left: 3px solid var(--ap-teal);
  background: rgba(253, 251, 247, 0.7);
  animation: ap-rise 0.7s var(--ap-ease) both;
}

.kind-note:nth-child(2) {
  animation-delay: 0.1s;
}

.kind-note:nth-child(3) {
  animation-delay: 0.2s;
}

.kind-note p {
  margin: 0 0 0.45rem;
  font-family: var(--ap-font-display);
  font-size: 1.05rem;
  color: var(--ap-teal-deep);
  line-height: 1.4;
}

.kind-note span {
  font-size: 0.85rem;
  color: var(--ap-muted);
  font-weight: 600;
}

/* CTA */
.cta-band {
  padding: 3.75rem 0;
  text-align: center;
  background:
    linear-gradient(120deg, var(--ap-teal-deep), var(--ap-teal));
  color: var(--ap-white);
}

.cta-band h2 {
  color: var(--ap-white);
  margin: 0 0 0.55rem;
  font-size: clamp(1.55rem, 3vw, 2rem);
}

.cta-band p {
  color: rgba(253, 251, 247, 0.85);
  margin: 0 auto 1.4rem;
  max-width: 30rem;
}

.cta-band .btn-primary {
  background: var(--ap-white);
  color: var(--ap-teal-deep);
}

.cta-band .btn-primary:hover {
  background: var(--ap-cream);
  color: var(--ap-teal-deep);
}

/* Price / services detail */
.price-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.price-tile {
  padding: 1.5rem 1.35rem;
  background: var(--ap-white);
  border-top: 3px solid var(--ap-teal);
}

.price-tile h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.price-tile .from {
  font-family: var(--ap-font-display);
  font-size: 1.55rem;
  color: var(--ap-teal);
  margin: 0 0 0.65rem;
  font-weight: 560;
}

.price-tile p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ap-muted);
}

.note {
  margin-top: 1.5rem;
  font-size: 0.92rem;
  color: var(--ap-muted);
  padding: 1rem 1.15rem;
  background: var(--ap-teal-mist);
  border-left: 3px solid var(--ap-teal);
}

/* About */
.about-lead {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
  align-items: start;
}

.about-panel {
  min-height: 260px;
  background:
    linear-gradient(160deg, var(--ap-teal-mist), transparent),
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 10px,
      rgba(24, 106, 114, 0.05) 10px,
      rgba(24, 106, 114, 0.05) 11px
    ),
    var(--ap-cream-deep);
  border: 1px solid var(--ap-line);
}

.method-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.method-item {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--ap-line);
}

.method-item:first-child {
  border-top: 1px solid var(--ap-line);
}

.method-num {
  font-family: var(--ap-font-display);
  font-size: 1.35rem;
  color: var(--ap-teal);
  font-weight: 560;
}

.method-item h3 {
  margin: 0 0 0.3rem;
  font-size: 1.08rem;
}

.method-item p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.94rem;
}

/* Visit */
.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.visit-grid h2 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
}

.visit-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.visit-grid li {
  margin-bottom: 0.3rem;
}

.map-block {
  margin-top: 2rem;
  padding: 2rem;
  min-height: 180px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, var(--ap-teal-mist), rgba(253, 251, 247, 0.8)),
    var(--ap-cream);
  border: 1px solid var(--ap-line);
}

.map-block strong {
  display: block;
  font-family: var(--ap-font-display);
  font-size: 1.15rem;
  color: var(--ap-teal-deep);
  margin-bottom: 0.4rem;
}

.prep-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.prep-item h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.prep-item p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.92rem;
}

/* Contact */
.contact-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 2.5rem;
  align-items: start;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.form-grid label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ap-teal-deep);
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  font-family: var(--ap-font-body);
  font-size: 1rem;
  font-weight: 400;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--ap-line);
  background: var(--ap-white);
  color: var(--ap-ink);
}

.form-grid textarea {
  min-height: 120px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  outline: 2px solid var(--ap-teal-soft);
  outline-offset: 1px;
}

.form-success {
  display: none;
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  background: var(--ap-teal-mist);
  border-left: 3px solid var(--ap-teal);
  color: var(--ap-teal-deep);
  font-weight: 600;
}

.form-success.show {
  display: block;
}

.contact-card {
  padding: 1.5rem;
  background: var(--ap-white);
  border-top: 3px solid var(--ap-teal);
}

.contact-card p {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  color: var(--ap-muted);
}

.contact-card strong {
  color: var(--ap-teal-deep);
  font-family: var(--ap-font-display);
  font-size: 1.1rem;
}

/* Legal */
.legal {
  padding: 3rem 0 4rem;
}

.legal h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.legal h2 {
  margin: 2rem 0 0.65rem;
  font-size: 1.2rem;
}

.legal p,
.legal li {
  color: var(--ap-muted);
}

.legal code {
  font-size: 0.9em;
  background: var(--ap-teal-mist);
  padding: 0.1em 0.35em;
}

/* Footer */
.site-footer {
  background: var(--ap-teal-deep);
  color: rgba(253, 251, 247, 0.82);
  padding: 3rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.site-footer .brand {
  color: var(--ap-white);
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.site-footer p {
  color: rgba(253, 251, 247, 0.75);
  font-size: 0.92rem;
}

.footer-col h3 {
  color: var(--ap-teal-soft);
  font-size: 0.85rem;
  font-family: var(--ap-font-body);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
}

.site-footer a {
  color: rgba(253, 251, 247, 0.88);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--ap-white);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(253, 251, 247, 0.15);
  font-size: 0.85rem;
}

.footer-legal {
  display: flex;
  gap: 1rem;
}

/* Cookie banner */
#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.25rem 1.5rem;
  background: var(--ap-white);
  border-top: 3px solid var(--ap-teal);
  box-shadow: 0 -8px 32px rgba(14, 70, 80, 0.12);
  max-width: 100%;
}

#cookie-banner.show {
  display: block;
  animation: ap-rise 0.45s var(--ap-ease) both;
}

#cookie-banner strong {
  font-family: var(--ap-font-display);
  color: var(--ap-teal-deep);
  display: block;
  margin-bottom: 0.35rem;
}

#cookie-banner > p {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  color: var(--ap-muted);
  max-width: 52rem;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#cookie-panel {
  display: none;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ap-line);
}

#cookie-panel.open {
  display: block;
}

.cookie-opt {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-right: 1.25rem;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ap-teal-deep);
}

/* Animations */
@keyframes ap-fade-in {
  from { opacity: 0; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes ap-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ap-rule {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* Mobile */
@media (max-width: 820px) {
  .menu-toggle {
    display: flex;
    order: 2;
  }

  .logo {
    order: 1;
  }

  .nav-main {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--ap-cream);
    padding: 0.75rem 1.1rem 1.1rem;
    border-bottom: 1px solid var(--ap-line);
  }

  .nav-main.open {
    display: flex;
  }

  .nav-main a {
    color: var(--ap-teal-deep);
    padding: 0.7rem 0;
    border-bottom: 1px solid var(--ap-line);
  }

  .nav-main a:hover,
  .nav-main a[aria-current="page"] {
    color: var(--ap-teal);
  }

  .pillar-strip,
  .price-stack,
  .prep-list,
  .phil-grid,
  .about-lead,
  .visit-grid,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .board-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .hero-content {
    padding-bottom: 3rem;
  }

  .phil-visual {
    min-height: 180px;
    order: -1;
  }
}
