:root {
  --bg: #fffdf9;
  --bg-2: #f7f2ff;
  --primary: #7f70ff;
  --primary-2: #5e51d6;
  --title: #5a4f79;
  --body: #817997;
  --body-2: #605577;
  --line: rgba(127, 112, 255, 0.16);
  --shadow: 0 24px 52px rgba(51, 39, 90, 0.1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Quicksand', system-ui, sans-serif; background: var(--bg); color: var(--body-2); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; background: rgba(255, 253, 249, 0.75); backdrop-filter: blur(16px); }
.header-inner { height: 80px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; gap: 12px; align-items: center; font-weight: 700; color: #5c5077; }
.brand img { width: 56px; height: 56px; border-radius: 18px; box-shadow: 0 12px 28px rgba(127,112,255,.18); }
.header-cta { display: none; border-radius: 999px; background: #6d60e8; color: white; padding: 12px 20px; font-weight: 700; box-shadow: 0 14px 28px rgba(127,112,255,.22); }
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; padding: 112px 20px 64px; text-align: center; }
.hero-gradient { position: absolute; inset: 0; background: radial-gradient(110% 110% at 50% 18%, #7f70ff 0%, #a995ff 18%, #cfc0ff 34%, #e7dbff 50%, #f7f1ff 66%, #fffdf9 88%); animation: breathe 12s ease-in-out infinite alternate; }
.hero-soft-light { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(255,253,249,.95), rgba(255,253,249,.82), rgba(245,240,255,.68)); }
.hero-inner { position: relative; z-index: 2; max-width: 820px; }
.hero-logo { width: min(82vw, 330px); margin: 0 auto 28px; filter: drop-shadow(0 22px 48px rgba(127,112,255,.16)); }
.hero h1, .section-heading h2, .location-copy h2 { margin: 0 0 18px; color: var(--title); font-size: clamp(2.6rem, 9.6vw, 5rem); line-height: .97; letter-spacing: -.07em; }
.hero-lead, .section-heading p { margin: 0 auto 24px; max-width: 760px; font-size: 1.1rem; font-weight: 700; line-height: 1.6; color: var(--body); }
.hero-actions, .location-actions { display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.btn { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 0 26px; font-weight: 800; }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: white; box-shadow: 0 20px 38px rgba(127,112,255,.24); }
.btn-secondary { background: rgba(255,255,255,.85); color: #5c5077; border: 1px solid var(--line); box-shadow: 0 14px 30px rgba(51,39,90,.05); }
.credential-line { margin-top: 18px; font-size: .92rem; color: #736b89; font-weight: 700; }
.section-pad { padding: 82px 0; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 800; color: #6f60ef; }
.eyebrow.center, .section-heading { text-align: center; }
.trust-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; padding: 40px 0; }
.trust-grid { display: grid; gap: 12px; }
.trust-grid article { border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(to bottom, white, rgba(247,242,255,.7)); padding: 20px; box-shadow: 0 12px 26px rgba(51,39,90,.04); }
.trust-grid span { display: block; margin-bottom: 12px; color: var(--primary); font-size: .86rem; font-weight: 800; }
.trust-grid strong { display: block; margin-bottom: 6px; color: #5c5077; font-size: 1.2rem; letter-spacing: -.04em; }
.trust-grid p { margin: 0; color: var(--body); font-weight: 600; line-height: 1.35; }
.services-section { background: white; }
.service-pills { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 0 auto 28px; max-width: 820px; }
.service-pills span { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 999px; border: 1px solid var(--line); background: linear-gradient(to bottom, white, rgba(247,242,255,.8)); color: var(--body-2); font-weight: 800; box-shadow: 0 10px 24px rgba(51,39,90,.04); }
.service-note { max-width: 720px; margin: 0 auto; border: 1px solid var(--line); border-radius: 24px; background: var(--bg-2); padding: 24px; text-align: center; }
.service-note strong { display: block; color: var(--body-2); font-size: 1.2rem; }
.service-note p { margin: 8px 0 0; color: var(--body); font-weight: 600; line-height: 1.65; }
.gallery-section { background: linear-gradient(to bottom, var(--bg), white); }
.polaroid-wrap { margin-inline: -20px; padding: 0 20px 10px; overflow-x: auto; scrollbar-width: none; }
.polaroid-wrap::-webkit-scrollbar { display: none; }
.polaroid-track { display: flex; gap: 20px; padding-bottom: 10px; scroll-snap-type: x mandatory; }
.polaroid { min-width: 78vw; max-width: 320px; scroll-snap-align: center; background: white; border: 1px solid var(--line); border-radius: 28px; padding: 12px; box-shadow: var(--shadow); transition: transform .28s ease, box-shadow .28s ease; }
.polaroid img { height: 350px; width: 100%; object-fit: cover; border-radius: 22px; background: #f3edff; }
.polaroid-caption { margin-top: 12px; padding: 16px; border-radius: 20px; background: #fbf9ff; }
.polaroid small { display: block; margin-bottom: 6px; color: var(--primary); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 800; }
.polaroid strong { display: block; color: #5f5479; font-size: 1.07rem; line-height: 1.3; }
.rot-1 { transform: rotate(-3deg); }
.rot-2 { transform: rotate(2.5deg); }
.rot-3 { transform: rotate(-1.5deg); }
.rot-4 { transform: rotate(3deg); }
.rot-5 { transform: rotate(-2deg); }
.rot-6 { transform: rotate(1.5deg); }
.polaroid:hover { transform: translateY(-5px) rotate(0deg); box-shadow: 0 30px 56px rgba(51,39,90,.14); }
.polaroid:active { transform: scale(.985); }
.reviews-track { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 16px; scrollbar-width: none; }
.reviews-track::-webkit-scrollbar { display: none; }
.review-card { min-width: 84vw; min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; text-align: left; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(to bottom, white, rgba(247,242,255,.8)); padding: 24px; box-shadow: 0 16px 32px rgba(51,39,90,.05); }
.review-stars { margin-bottom: 14px; color: #f5ad32; letter-spacing: 2px; }
.review-card p { margin: 0; line-height: 1.65; font-weight: 600; color: var(--body-2); }
.review-card strong { margin-top: 18px; color: #6d60e8; }
.center-action { text-align: center; margin-top: 28px; }
.location-section { background: linear-gradient(to bottom, white, var(--bg-2)); }
.location-card { display: grid; gap: 28px; border: 1px solid var(--line); border-radius: 32px; background: rgba(255,255,255,.78); padding: 20px; box-shadow: 0 26px 60px rgba(51,39,90,.10); }
.location-copy address { margin: 0 0 24px; color: var(--body); font-style: normal; font-weight: 700; line-height: 1.7; font-size: 1.08rem; }
.map-wrap iframe { width: 100%; min-height: 300px; border: 0; border-radius: 26px; border: 1px solid var(--line); }
.site-footer { background: #5a4f79; color: rgba(255,255,255,.84); padding: 36px 0; }
.footer-inner { display: flex; flex-direction: column; gap: 18px; }
.footer-brand { display: flex; gap: 12px; align-items: center; }
.footer-brand img { width: 44px; height: 44px; border-radius: 14px; }
.footer-brand strong { display: block; color: white; }
.footer-brand span, .site-footer p { font-weight: 600; margin: 0; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes breathe { from { transform: scale(1); } to { transform: scale(1.08); } }
@media (min-width: 640px) {
  .header-cta { display: inline-flex; }
  .hero-actions, .location-actions { flex-direction: row; }
  .hero-lead { font-size: 1.45rem; }
  .polaroid { min-width: 310px; }
}
@media (min-width: 880px) {
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .reviews-track { display: grid; grid-template-columns: repeat(4, 1fr); overflow: visible; }
  .review-card { min-width: 0; }
  .location-card { grid-template-columns: .92fr 1.08fr; padding: 28px; }
  .footer-inner { flex-direction: row; align-items: center; justify-content: space-between; }
}

.footer-credit {
  width: min(1120px, calc(100% - 40px));
  margin: 22px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.01em;
}
.footer-credit a {
  color: rgba(255, 255, 255, 0.64);
}
.footer-credit a:hover {
  color: #fff;
}


.terms-section {
  background: linear-gradient(to bottom, var(--bg-2), #fffdf9);
  padding: 0 0 82px;
}
.terms-box {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 46px rgba(51, 39, 90, 0.07);
  overflow: hidden;
}
.terms-toggle {
  width: 100%;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 0;
  background: transparent;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  color: var(--title);
}
.terms-toggle small {
  display: block;
  margin-bottom: 5px;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.terms-toggle strong {
  display: block;
  font-size: clamp(1.18rem, 5vw, 1.75rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
}
.terms-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f1ecff;
  color: var(--primary-2);
  font-size: 1.5rem;
  font-weight: 700;
  transition: transform 0.2s ease;
}
.terms-toggle[aria-expanded="true"] .terms-icon {
  transform: rotate(45deg);
}
.terms-content {
  padding: 0 22px 24px;
}
.terms-grid {
  display: grid;
  gap: 12px;
  padding-top: 2px;
}
.terms-grid article {
  border: 1px solid rgba(127, 112, 255, 0.12);
  border-radius: 20px;
  background: linear-gradient(to bottom, #fff, rgba(247, 242, 255, 0.72));
  padding: 18px;
}
.terms-grid h3 {
  margin: 0 0 8px;
  color: var(--body-2);
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}
.terms-grid p {
  margin: 0;
  color: var(--body);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.58;
}
.terms-note {
  margin: 18px 0 0;
  color: #736b89;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 780px) {
  .terms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .terms-toggle {
    padding: 24px 28px;
  }
  .terms-content {
    padding: 0 28px 28px;
  }
}
