:root {
  --coral: #ff6f61;
  --teal: #14b8a6;
  --pink: #e95fa7;
  --yellow: #f2c94c;
  --lavender: #9b7bea;
  --ink: #1f2633;
  --muted: #6a7280;
  --cream: #fffaf3;
  --soft: #fff4f7;
  --white: #ffffff;
  --line: #eadfe3;
  --shadow: 0 24px 70px rgba(31, 38, 51, .14);
  --radius: 8px;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: 0; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 7vw, 6.4rem); font-weight: 500; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 4.4vw, 4rem); font-weight: 500; }
h3 { font-size: 1.18rem; }
.skip-link { position: absolute; left: 1rem; top: -50px; z-index: 20; background: var(--teal); color: #fff; padding: .7rem 1rem; }
.skip-link:focus { top: 0; }
.section-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,250,243,.94); border-bottom: 1px solid rgba(234,223,227,.84); backdrop-filter: blur(16px); }
.nav-wrap { width: min(var(--max), calc(100% - 40px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: max-content; }
.brand-mark { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--coral), var(--pink) 48%, var(--teal)); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; box-shadow: 0 12px 30px rgba(233,95,167,.2); }
.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); font-size: .78rem; }
.nav-menu { display: flex; align-items: center; gap: 1.25rem; font-weight: 850; }
.nav-menu a:hover { color: var(--pink); }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border: 0; border-radius: 999px; padding: .82rem 1.12rem; font: inherit; font-weight: 900; cursor: pointer; }
.nav-cta, .btn.primary { color: #fff; background: linear-gradient(135deg, var(--coral), var(--pink)); box-shadow: 0 14px 32px rgba(233,95,167,.24); }
.btn.secondary { color: var(--ink); border: 1px solid rgba(31,38,51,.12); background: rgba(255,255,255,.8); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); }
.hero { min-height: 760px; display: flex; align-items: center; background: linear-gradient(90deg, rgba(255,250,243,.98), rgba(255,250,243,.84) 38%, rgba(255,250,243,.12) 72%), url("../images/hero-colorful-nail-art.png") center / cover no-repeat; }
.hero-copy { max-width: 720px; padding: 6rem 0; }
.hero-copy p { max-width: 620px; color: var(--muted); font-size: 1.12rem; }
.eyebrow { color: var(--pink); font-size: .78rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.quick-info { background: var(--white); border-bottom: 1px solid var(--line); }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 1.3rem 0; }
.info-grid div { display: flex; align-items: baseline; gap: .7rem; }
.info-grid strong { color: var(--teal); font-size: 1.5rem; }
.info-grid span { color: var(--muted); font-weight: 800; }
.section { padding: 5.5rem 0; }
.intro, .reviews { background: var(--soft); }
.split, .image-split, .visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.reverse { grid-template-columns: .9fr 1.1fr; }
.note-card, .card-grid article, .review-grid article, .contact-form { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 48px rgba(31,38,51,.08); }
.note-card { padding: 2rem; }
.note-card a { display: block; color: var(--pink); font-weight: 950; }
.section-heading { max-width: 780px; margin-bottom: 2.4rem; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card-grid article, .review-grid article { padding: 1.4rem; }
.card-grid span { display: inline-flex; width: 38px; height: 30px; justify-content: center; align-items: center; margin-bottom: 1rem; border-radius: 999px; color: var(--ink); background: linear-gradient(135deg, rgba(255,111,97,.18), rgba(20,184,166,.18)); font-size: .78rem; font-weight: 950; }
.color-story { background: linear-gradient(180deg, var(--cream), #fff); }
.pedicure { background: var(--white); }
.image-frame { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-frame img { width: 100%; min-height: 430px; object-fit: cover; }
.check-list { padding: 0; margin: 1.2rem 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.5rem; margin-bottom: .65rem; color: var(--muted); }
.check-list li::before { content: ""; position: absolute; left: 0; top: .64rem; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.review-grid p { font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; line-height: 1.25; }
.review-grid span { color: var(--muted); font-size: .86rem; font-weight: 900; }
.visit { background: var(--cream); }
.contact-list { display: grid; gap: .8rem; margin-top: 1.5rem; }
.contact-list a, .contact-list div { display: block; padding: 1rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.contact-list strong, .contact-list span { display: block; }
.contact-list span { color: var(--muted); font-weight: 800; }
.contact-form { padding: clamp(1.25rem, 3vw, 2rem); }
.field { display: grid; gap: .4rem; margin-bottom: 1rem; }
label { font-weight: 900; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: .86rem .9rem; color: var(--ink); background: #fff; font: inherit; }
textarea { min-height: 118px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(20,184,166,.18); border-color: var(--teal); }
.form-status { min-height: 1.4rem; margin: .7rem 0 0; color: var(--teal); font-weight: 900; }
.site-footer { color: rgba(255,255,255,.84); background: #252332; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; padding: 3rem 0; }
.footer-grid strong { display: block; color: #fff; margin-bottom: .7rem; }
.footer-grid a, .footer-grid span { display: block; margin-bottom: .35rem; }
.has-prototype-notice { padding-bottom: 104px; }
.prototype-notice { position: fixed; left: 0; right: 0; bottom: 0; z-index: 35; padding: 14px max(18px, calc((100vw - 1160px) / 2)); color: var(--ink); background: rgba(255,255,255,.98); border-top: 1px solid rgba(31,38,51,.14); box-shadow: 0 -14px 40px rgba(31,38,51,.14); }
.prototype-notice strong { display: inline; color: var(--pink); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.prototype-notice p { display: inline; margin: 0 0 0 10px; color: var(--muted); font-size: .78rem; line-height: 1.55; }
@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav-menu { position: absolute; inset: 76px 20px auto 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
  .nav-menu.is-open { display: flex; }
  .nav-menu a { padding: .8rem; }
  .split, .image-split, .visit-grid, .reverse, .footer-grid { grid-template-columns: 1fr; }
  .card-grid, .review-grid, .info-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; background: linear-gradient(180deg, rgba(255,250,243,.98), rgba(255,250,243,.68)), url("../images/hero-colorful-nail-art.png") center / cover no-repeat; }
}
@media (max-width: 620px) {
  .section-inner, .nav-wrap { width: min(100% - 28px, var(--max)); }
  h1 { font-size: 3rem; }
  .section { padding: 4rem 0; }
  .hero-copy { padding: 5rem 0; }
  .hero-actions, .btn { width: 100%; }
  .image-frame img { min-height: 280px; }
  .info-grid div { align-items: flex-start; flex-direction: column; gap: .1rem; }
  .has-prototype-notice { padding-bottom: 68px; }
  .prototype-notice { padding: 6px 9px; }
  .prototype-notice strong, .prototype-notice p { display: block; margin-left: 0; font-size: .56rem; line-height: 1.22; }
  .prototype-notice strong { font-size: .55rem; letter-spacing: .1em; }
  .prototype-notice p { margin-top: 1px; }
}
