/* === Amor de Mãe — Espaço de Inclusão === */

:root {
  /* Palette extraída da logo */
  --cream: #F6EDDF;
  --cream-deep: #EFE3D0;
  --cream-soft: #FAF5EC;
  --peach: #E8A89A;
  --peach-deep: #D78A7C;
  --sage: #B5CDA8;
  --sage-deep: #93B384;
  --lavender: #C9B0D8;
  --lavender-deep: #A98BBE;
  --gold: #C9A961;
  --gold-deep: #A88A45;
  --ink: #3D342B;
  --ink-soft: #6B5F52;
  --ink-mute: #998878;
  --line: #E3D6C0;

  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Nunito Sans', system-ui, sans-serif;
  --script: 'Caveat', cursive;

  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(61, 52, 43, 0.06), 0 2px 6px rgba(61, 52, 43, 0.04);
  --shadow: 0 6px 24px -8px rgba(61, 52, 43, 0.18), 0 2px 6px rgba(61, 52, 43, 0.06);
  --shadow-lg: 0 24px 60px -20px rgba(61, 52, 43, 0.28);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream-soft);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.serif { font-family: var(--serif); font-weight: 400; letter-spacing: -0.01em; }
.script { font-family: var(--script); font-weight: 500; }

/* === Container === */
.wrap { width: min(1240px, 92%); margin: 0 auto; }

/* === Nav === */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 245, 236, 0.85);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, background 0.2s;
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 50%;
  background-image: url('assets/logo-amor-de-mae.jpeg');
  background-size: 150%;
  background-position: center 35%;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}
.brand-text { line-height: 1.1; }
.brand-text .name {
  font-family: var(--script);
  font-size: 28px; color: var(--peach-deep);
  letter-spacing: 0.01em;
}
.brand-text .tag {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sage-deep);
}
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a {
  padding: 10px 14px; border-radius: var(--radius-pill);
  font-size: 14.5px; font-weight: 600; color: var(--ink-soft);
  transition: all 0.18s;
}
.nav-links a:hover { background: var(--cream); color: var(--ink); }
.nav-links a.active { background: var(--ink); color: var(--cream-soft); }
.nav-cta {
  padding: 11px 22px; border-radius: var(--radius-pill);
  background: var(--peach); color: white; font-weight: 700;
  border: none; font-size: 14.5px;
  box-shadow: 0 4px 14px -4px rgba(215, 138, 124, 0.5);
  transition: transform 0.18s, box-shadow 0.18s;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 22px -6px rgba(215, 138, 124, 0.6); }
.nav-burger { display: none; }
@media (max-width: 880px) {
  .nav-links { display: none; }
  .nav-burger {
    display: inline-flex; padding: 10px; border-radius: 12px;
    background: var(--cream); border: 1px solid var(--line);
  }
  .brand-text .tag { display: none; }
}

/* === Hero === */
.hero { padding: 56px 0 80px; position: relative; overflow: hidden; }
.hero-bg-deco {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.deco-blob {
  position: absolute; border-radius: 50%;
  filter: blur(40px); opacity: 0.55;
}
.blob-1 { width: 380px; height: 380px; background: var(--peach); top: -120px; right: -80px; }
.blob-2 { width: 300px; height: 300px; background: var(--sage); bottom: -80px; left: -60px; opacity: 0.45; }
.blob-3 { width: 240px; height: 240px; background: var(--lavender); top: 40%; right: 30%; opacity: 0.3; }

.hero-grid {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px;
  align-items: center; position: relative; z-index: 1;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 16px 7px 8px;
  background: white; border-radius: var(--radius-pill);
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em;
  color: var(--ink-soft);
}
.eyebrow .dot {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--sage); display: grid; place-items: center;
  color: white; font-size: 11px;
}
.hero h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(44px, 5.8vw, 84px);
  line-height: 1.02; letter-spacing: -0.025em;
  margin: 22px 0 24px;
  color: var(--ink);
}
.hero h1 .accent {
  font-family: var(--script);
  color: var(--peach-deep);
  font-size: 1.1em;
  display: inline-block;
  transform: translateY(0.04em);
}
.hero h1 .underline-sage {
  position: relative; display: inline-block;
}
.hero h1 .underline-sage::after {
  content: ''; position: absolute; left: 2%; right: 2%; bottom: 0.04em;
  height: 0.18em; background: var(--sage); opacity: 0.55;
  z-index: -1; border-radius: 999px;
}
.hero p.lead {
  font-size: 19px; color: var(--ink-soft); max-width: 520px;
  margin: 0 0 32px;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary {
  padding: 16px 28px; border-radius: var(--radius-pill);
  background: var(--ink); color: var(--cream-soft); border: none;
  font-weight: 700; font-size: 15px; letter-spacing: 0.01em;
  display: inline-flex; align-items: center; gap: 10px;
  transition: transform 0.18s, box-shadow 0.18s;
  box-shadow: 0 6px 18px -6px rgba(61, 52, 43, 0.45);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -10px rgba(61, 52, 43, 0.5); }
.btn-secondary {
  padding: 16px 26px; border-radius: var(--radius-pill);
  background: transparent; color: var(--ink);
  border: 1.5px solid var(--ink); font-weight: 700; font-size: 15px;
  display: inline-flex; align-items: center; gap: 10px;
  transition: all 0.18s;
}
.btn-secondary:hover { background: var(--ink); color: var(--cream-soft); }

.hero-stats {
  display: flex; gap: 32px; margin-top: 44px;
  padding-top: 32px; border-top: 1px solid var(--line);
}
.stat .num {
  font-family: var(--serif); font-size: 34px; line-height: 1;
  color: var(--ink); letter-spacing: -0.02em;
}
.stat .lbl {
  font-size: 12.5px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--ink-mute); margin-top: 6px;
}

/* Hero visual */
.hero-visual {
  position: relative; aspect-ratio: 1 / 1.02;
  display: grid; place-items: center;
}
.hero-card {
  position: absolute; background: white; border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 16px;
  display: flex; gap: 12px; align-items: center;
  z-index: 3; border: 1px solid var(--cream-deep);
}
.hero-card .ic {
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center; font-size: 22px;
}
.hero-card .ic.peach { background: rgba(232, 168, 154, 0.2); color: var(--peach-deep); }
.hero-card .ic.sage { background: rgba(181, 205, 168, 0.3); color: var(--sage-deep); }
.hero-card .ic.lav { background: rgba(201, 176, 216, 0.3); color: var(--lavender-deep); }
.hero-card .t1 { font-weight: 800; font-size: 14px; line-height: 1.2; }
.hero-card .t2 { font-size: 12px; color: var(--ink-mute); margin-top: 2px; }

.hero-card.c1 { top: 8%; left: -4%; }
.hero-card.c2 { top: 38%; right: -6%; }
.hero-card.c3 { bottom: 6%; left: 8%; }

.logo-disc {
  width: 78%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, var(--cream-soft) 0%, var(--cream-deep) 80%);
  position: relative; display: grid; place-items: center;
  box-shadow:
    inset 0 0 0 2px rgba(201, 169, 97, 0.4),
    inset 0 0 0 16px var(--cream-soft),
    inset 0 0 0 18px rgba(201, 169, 97, 0.25),
    0 30px 70px -20px rgba(61, 52, 43, 0.25);
}
.logo-disc img {
  width: 86%; height: 86%; object-fit: contain;
  border-radius: 50%;
}

/* Floating decorative shapes */
.float-shape { position: absolute; }
.float-shape.heart {
  width: 38px; height: 38px;
  background: var(--peach);
  clip-path: path('M19 33 C 5 24, -2 14, 5 6 C 12 -1, 19 6, 19 11 C 19 6, 26 -1, 33 6 C 40 14, 33 24, 19 33 Z');
  bottom: 18%; right: 6%;
  filter: drop-shadow(0 4px 10px rgba(232, 168, 154, 0.5));
  animation: floaty 6s ease-in-out infinite;
}
.float-shape.puzzle {
  width: 50px; height: 50px;
  background: var(--sage);
  clip-path: polygon(20% 0, 80% 0, 80% 20%, 100% 20%, 100% 80%, 80% 80%, 80% 100%, 20% 100%, 20% 80%, 0 80%, 0 20%, 20% 20%);
  top: 10%; right: 14%;
  border-radius: 8px;
  animation: floaty 8s ease-in-out infinite reverse;
}
.float-shape.star {
  width: 30px; height: 30px;
  background: var(--lavender);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  bottom: 32%; left: -2%;
  animation: floaty 7s ease-in-out infinite;
}
@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(6deg); }
}

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 420px; margin: 0 auto; width: 100%; }
  .hero-stats { gap: 20px; flex-wrap: wrap; }
}

/* === Section base === */
.section { padding: 100px 0; position: relative; }
.section.cream { background: var(--cream); }
.section.ink { background: var(--ink); color: var(--cream-soft); }
.section-head { margin-bottom: 56px; max-width: 720px; }
.section-eyebrow {
  font-size: 12px; font-weight: 800; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--peach-deep);
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.section-eyebrow::before {
  content: ''; width: 24px; height: 1.5px; background: var(--peach-deep);
}
.section h2 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.05; letter-spacing: -0.022em;
  margin: 0 0 18px;
}
.section h2 .script {
  color: var(--peach-deep);
  font-size: 1.1em;
  margin-right: 4px;
}
.section-lead { font-size: 19px; color: var(--ink-soft); max-width: 600px; }
.section.ink .section-lead { color: rgba(246, 237, 223, 0.7); }
.section.ink h2 { color: var(--cream-soft); }
.section.ink .section-eyebrow { color: var(--peach); }
.section.ink .section-eyebrow::before { background: var(--peach); }

/* === Sobre === */
.about-grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px;
  align-items: center;
}
.about-image {
  aspect-ratio: 4 / 5; border-radius: var(--radius-lg);
  background:
    repeating-linear-gradient(45deg, rgba(201, 169, 97, 0.08) 0 2px, transparent 2px 14px),
    linear-gradient(135deg, var(--cream-deep), var(--cream));
  position: relative; overflow: hidden;
  border: 1px solid var(--line);
}
.about-image .placeholder-label {
  position: absolute; bottom: 16px; left: 16px;
  font-family: 'Courier New', monospace; font-size: 11px;
  color: var(--ink-mute); padding: 6px 12px;
  background: rgba(250, 245, 236, 0.85); border-radius: 6px;
}
.about-image .quote-card {
  position: absolute; bottom: 32px; right: -20px;
  background: white; padding: 20px 24px; border-radius: var(--radius);
  box-shadow: var(--shadow-lg); max-width: 240px;
  border: 1px solid var(--cream-deep);
}
.about-image .quote-card .mark {
  font-family: var(--serif); font-size: 60px; line-height: 0.5;
  color: var(--peach); margin-bottom: 8px;
}
.about-image .quote-card p {
  font-size: 14px; margin: 0; line-height: 1.4; color: var(--ink);
  font-style: italic;
}
.about-pillars { display: grid; gap: 20px; margin-top: 32px; }
.pillar {
  display: grid; grid-template-columns: 56px 1fr; gap: 18px;
  align-items: start;
}
.pillar .num {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--cream); border: 1.5px solid var(--gold);
  display: grid; place-items: center;
  font-family: var(--serif); font-size: 22px; color: var(--gold-deep);
}
.pillar h4 {
  margin: 8px 0 6px; font-size: 18px; font-family: var(--serif);
  font-weight: 500; color: var(--ink);
}
.pillar p { margin: 0; color: var(--ink-soft); font-size: 15.5px; }

@media (max-width: 880px) {
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* === Especialidades === */
.spec-tabs {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 40px;
}
.spec-tab {
  padding: 10px 18px; border-radius: var(--radius-pill);
  background: white; border: 1px solid var(--line);
  font-size: 14px; font-weight: 700; color: var(--ink-soft);
  transition: all 0.2s;
}
.spec-tab:hover { border-color: var(--ink); color: var(--ink); }
.spec-tab.active { background: var(--ink); color: var(--cream-soft); border-color: var(--ink); }

.spec-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.spec-card {
  background: white; border-radius: var(--radius-lg);
  padding: 32px 28px; border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 16px;
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative; overflow: hidden;
}
.spec-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.spec-card .icon-wrap {
  width: 56px; height: 56px; border-radius: 16px;
  display: grid; place-items: center;
  font-size: 28px;
}
.spec-card .icon-wrap.peach { background: rgba(232, 168, 154, 0.18); color: var(--peach-deep); }
.spec-card .icon-wrap.sage  { background: rgba(181, 205, 168, 0.28); color: var(--sage-deep); }
.spec-card .icon-wrap.lav   { background: rgba(201, 176, 216, 0.28); color: var(--lavender-deep); }
.spec-card .icon-wrap.gold  { background: rgba(201, 169, 97, 0.18); color: var(--gold-deep); }
.spec-card h3 {
  margin: 0; font-family: var(--serif); font-weight: 500;
  font-size: 22px; letter-spacing: -0.01em;
}
.spec-card p { margin: 0; color: var(--ink-soft); font-size: 15px; flex: 1; }
.spec-card .tag-row { display: flex; gap: 6px; flex-wrap: wrap; }
.spec-card .mini-tag {
  font-size: 11px; padding: 4px 10px; border-radius: var(--radius-pill);
  background: var(--cream); font-weight: 700; color: var(--ink-soft);
  letter-spacing: 0.02em;
}
.spec-card .corner-deco {
  position: absolute; top: -20px; right: -20px;
  width: 80px; height: 80px; border-radius: 50%;
  opacity: 0.06; transition: opacity 0.25s;
}
.spec-card:hover .corner-deco { opacity: 0.14; }
.spec-card.peach .corner-deco { background: var(--peach); }
.spec-card.sage .corner-deco { background: var(--sage); }
.spec-card.lav .corner-deco { background: var(--lavender); }
.spec-card.gold .corner-deco { background: var(--gold); }

@media (max-width: 880px) {
  .spec-grid { grid-template-columns: 1fr; }
}

/* === Abordagem (timeline) === */
.approach-grid {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px;
  align-items: start;
}
.timeline { display: grid; gap: 24px; }
.tl-item {
  background: rgba(246, 237, 223, 0.06);
  border: 1px solid rgba(246, 237, 223, 0.12);
  border-radius: var(--radius); padding: 28px;
  display: grid; grid-template-columns: 48px 1fr; gap: 20px;
  transition: background 0.2s, border-color 0.2s;
}
.tl-item:hover { background: rgba(246, 237, 223, 0.1); border-color: rgba(246, 237, 223, 0.2); }
.tl-step {
  font-family: var(--serif); font-size: 26px;
  color: var(--peach); letter-spacing: -0.02em;
  border-right: 1px solid rgba(246, 237, 223, 0.18);
  padding-right: 8px;
}
.tl-content h4 {
  margin: 0 0 6px; font-size: 19px; font-family: var(--serif);
  font-weight: 500; color: var(--cream-soft);
}
.tl-content p { margin: 0; color: rgba(246, 237, 223, 0.65); font-size: 15px; }

.approach-cta {
  background: linear-gradient(160deg, var(--peach) 0%, var(--peach-deep) 100%);
  border-radius: var(--radius-lg); padding: 36px;
  color: white; position: sticky; top: 100px;
}
.approach-cta .small {
  font-size: 12px; font-weight: 800; letter-spacing: 0.18em;
  text-transform: uppercase; opacity: 0.85; margin-bottom: 12px;
}
.approach-cta h3 {
  font-family: var(--serif); font-weight: 400; font-size: 30px;
  line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 14px;
}
.approach-cta p { margin: 0 0 24px; opacity: 0.92; font-size: 15.5px; }
.approach-cta .btn-light {
  background: white; color: var(--peach-deep); border: none;
  padding: 14px 22px; border-radius: var(--radius-pill);
  font-weight: 800; font-size: 14.5px;
  display: inline-flex; align-items: center; gap: 8px;
}

@media (max-width: 880px) {
  .approach-grid { grid-template-columns: 1fr; gap: 40px; }
  .approach-cta { position: static; }
}

/* === Equipe === */
.team-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.team-card {
  background: white; border-radius: var(--radius-lg);
  border: 1px solid var(--line); overflow: hidden;
  transition: transform 0.2s;
}
.team-card:hover { transform: translateY(-3px); }
.team-photo {
  aspect-ratio: 4 / 5;
  background:
    repeating-linear-gradient(45deg, rgba(61, 52, 43, 0.04) 0 2px, transparent 2px 12px),
    linear-gradient(135deg, var(--cream-deep), var(--cream));
  position: relative;
  display: grid; place-items: center;
}
.team-photo .ph-label {
  font-family: 'Courier New', monospace; font-size: 11px;
  color: var(--ink-mute); padding: 6px 10px;
  background: rgba(250, 245, 236, 0.9); border-radius: 6px;
}
.team-photo .role-pill {
  position: absolute; top: 14px; left: 14px;
  background: white; padding: 5px 12px; border-radius: var(--radius-pill);
  font-size: 11px; font-weight: 800; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.team-info { padding: 22px 22px 26px; }
.team-info h4 {
  margin: 0; font-family: var(--serif); font-size: 21px;
  font-weight: 500; letter-spacing: -0.01em;
}
.team-info .credo {
  font-size: 13px; color: var(--ink-mute);
  margin-top: 4px; font-weight: 700; letter-spacing: 0.04em;
}
.team-info p { margin: 12px 0 0; font-size: 14px; color: var(--ink-soft); }

@media (max-width: 880px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .team-grid { grid-template-columns: 1fr; }
}

/* === Depoimentos === */
.test-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.test-card {
  background: white; border-radius: var(--radius-lg);
  padding: 32px; border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 16px;
}
.test-card .quote-mark {
  font-family: var(--serif); font-size: 56px; line-height: 0.4;
  color: var(--peach); margin-bottom: 6px;
}
.test-card p {
  margin: 0; flex: 1; font-size: 16px; color: var(--ink);
  line-height: 1.55;
}
.test-author { display: flex; gap: 12px; align-items: center; }
.test-author .av {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 800; color: white; font-size: 15px;
}
.test-author .av.peach { background: var(--peach); }
.test-author .av.sage { background: var(--sage-deep); }
.test-author .av.lav { background: var(--lavender-deep); }
.test-author .nm { font-weight: 800; font-size: 14.5px; }
.test-author .rel { font-size: 12.5px; color: var(--ink-mute); }
.stars { display: flex; gap: 2px; color: var(--gold); }

@media (max-width: 880px) {
  .test-grid { grid-template-columns: 1fr; }
}

/* === Contact / Agenda === */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  align-items: start;
}
.contact-info .info-block {
  padding: 22px 0; border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start;
}
.contact-info .info-block:last-child { border-bottom: none; }
.contact-info .info-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--cream); display: grid; place-items: center;
  color: var(--peach-deep); font-size: 18px;
}
.contact-info h5 {
  margin: 6px 0 4px; font-size: 11px; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute);
}
.contact-info p { margin: 0; font-size: 16px; color: var(--ink); }

.contact-form {
  background: var(--cream); border-radius: var(--radius-lg);
  padding: 36px;
}
.field { margin-bottom: 18px; }
.field label {
  display: block; font-size: 12px; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-soft); margin-bottom: 8px;
}
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border-radius: 12px;
  border: 1px solid var(--line); background: white;
  font-family: inherit; font-size: 15px; color: var(--ink);
  transition: border-color 0.18s, box-shadow 0.18s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--peach);
  box-shadow: 0 0 0 4px rgba(232, 168, 154, 0.18);
}
.field textarea { resize: vertical; min-height: 100px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form .submit {
  width: 100%; padding: 16px;
}

@media (max-width: 880px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* === Footer === */
.footer {
  background: var(--ink); color: rgba(246, 237, 223, 0.75);
  padding: 64px 0 32px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
  margin-bottom: 48px;
}
.footer-brand .name {
  font-family: var(--script); color: var(--peach);
  font-size: 38px;
}
.footer-brand .tag {
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--sage);
  margin: -4px 0 14px;
}
.footer-brand p { font-size: 14px; line-height: 1.6; opacity: 0.8; }
.footer h6 {
  font-size: 11px; font-weight: 800; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--cream-soft);
  margin: 0 0 18px;
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 10px; font-size: 14px; }
.footer ul li a:hover { color: var(--peach); }
.footer-bottom {
  border-top: 1px solid rgba(246, 237, 223, 0.12);
  padding-top: 24px; display: flex; justify-content: space-between;
  align-items: center; font-size: 13px; opacity: 0.6;
  flex-wrap: wrap; gap: 12px;
}
@media (max-width: 880px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* === Booking Modal === */
.modal-back {
  position: fixed; inset: 0; background: rgba(61, 52, 43, 0.55);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  z-index: 100; display: grid; place-items: center; padding: 20px;
  animation: fadeIn 0.2s;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.modal {
  width: min(560px, 100%); background: var(--cream-soft);
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); position: relative;
  animation: pop 0.28s cubic-bezier(.2,.9,.3,1.2);
  max-height: 92vh; display: flex; flex-direction: column;
}
@keyframes pop { from { transform: translateY(20px) scale(0.96); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-head {
  padding: 24px 28px 16px; border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
}
.modal-head h3 {
  margin: 0; font-family: var(--serif); font-size: 24px;
  font-weight: 500; letter-spacing: -0.01em;
}
.modal-close {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--cream); border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--ink-soft);
  font-size: 18px;
}
.modal-close:hover { background: var(--line); }
.modal-progress {
  display: flex; gap: 6px; padding: 14px 28px;
  background: var(--cream); border-bottom: 1px solid var(--line);
}
.modal-progress .seg {
  flex: 1; height: 5px; border-radius: 999px; background: var(--line);
  overflow: hidden; position: relative;
}
.modal-progress .seg.done { background: var(--peach); }
.modal-progress .seg.now { background: var(--peach); }
.modal-body {
  padding: 28px; overflow-y: auto; flex: 1;
}
.modal-foot {
  padding: 18px 28px; border-top: 1px solid var(--line);
  background: var(--cream); display: flex; justify-content: space-between;
  align-items: center; gap: 10px;
}
.btn-ghost {
  background: transparent; border: none; color: var(--ink-soft);
  font-weight: 700; padding: 12px 18px; border-radius: var(--radius-pill);
  font-size: 14px;
}
.btn-ghost:hover { color: var(--ink); }
.btn-next {
  background: var(--ink); color: var(--cream-soft); border: none;
  padding: 12px 22px; border-radius: var(--radius-pill);
  font-weight: 700; font-size: 14px;
}
.btn-next:disabled { opacity: 0.4; cursor: not-allowed; }

.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.option-card {
  padding: 16px; border-radius: 14px; background: white;
  border: 1.5px solid var(--line); text-align: left;
  display: flex; align-items: center; gap: 14px;
  transition: all 0.15s;
}
.option-card:hover { border-color: var(--ink-mute); }
.option-card.selected {
  border-color: var(--peach-deep); background: rgba(232, 168, 154, 0.08);
}
.option-card .o-ic {
  width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center; font-size: 18px;
  background: var(--cream);
}
.option-card.selected .o-ic { background: var(--peach); color: white; }
.option-card .o-t { font-weight: 800; font-size: 14.5px; }
.option-card .o-s { font-size: 12px; color: var(--ink-mute); margin-top: 2px; }

.time-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
  margin-top: 12px;
}
.time-pill {
  padding: 10px 4px; border-radius: 10px; background: white;
  border: 1.5px solid var(--line); font-weight: 700; font-size: 13px;
  text-align: center;
}
.time-pill:hover { border-color: var(--ink-mute); }
.time-pill.selected { background: var(--ink); color: var(--cream-soft); border-color: var(--ink); }
.time-pill:disabled { opacity: 0.35; cursor: not-allowed; }

.cal-week {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px;
  margin: 12px 0;
}
.cal-day {
  aspect-ratio: 1; border-radius: 10px; background: white;
  border: 1.5px solid var(--line);
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; padding: 6px;
}
.cal-day:hover:not(:disabled) { border-color: var(--ink-mute); }
.cal-day.selected { background: var(--peach); color: white; border-color: var(--peach-deep); }
.cal-day:disabled { opacity: 0.3; cursor: not-allowed; }
.cal-day .dow { font-size: 10px; font-weight: 700; opacity: 0.7; }
.cal-day .dm { font-family: var(--serif); font-size: 18px; line-height: 1.1; }

.summary-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 0; border-bottom: 1px solid var(--line);
}
.summary-row:last-child { border-bottom: none; }
.summary-row .lbl { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mute); }
.summary-row .val { font-weight: 700; font-size: 15px; text-align: right; }

.success-state {
  text-align: center; padding: 20px 10px;
}
.success-state .check {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--sage); margin: 0 auto 20px;
  display: grid; place-items: center; color: white;
  font-size: 36px; box-shadow: 0 12px 24px -8px rgba(147, 179, 132, 0.5);
}
.success-state h3 {
  font-family: var(--serif); font-weight: 400; font-size: 28px;
  margin: 0 0 10px; letter-spacing: -0.01em;
}
.success-state p { margin: 0 0 24px; color: var(--ink-soft); }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s, transform 0.7s; }
.reveal.in { opacity: 1; transform: none; }

/* Toast */
.toast {
  position: fixed; bottom: 28px; right: 28px; z-index: 80;
  background: var(--ink); color: var(--cream-soft);
  padding: 14px 20px; border-radius: var(--radius-pill);
  box-shadow: var(--shadow-lg); font-size: 14px; font-weight: 700;
  display: flex; gap: 10px; align-items: center;
  animation: toastIn 0.3s;
}
@keyframes toastIn {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: none; opacity: 1; }
}
