/* ====== Velour Lash & Skin Studio — modeled on The Pretty Iris (airy, soft green + gold) ====== */

:root {
  --ink: #2e2a26;
  --ink-soft: #6b6259;
  --cream: #fdfbf7;
  --sage: #8a9b86;
  --sage-deep: #5f7059;
  --sage-tint: #eef1ec;
  --gold: #c2a878;
  --line: #e7e1d6;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(46, 42, 38, 0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Jost", system-ui, sans-serif;
  font-weight: 300;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.15;
}

img { max-width: 100%; display: block; }
a { color: var(--sage-deep); }

.section { padding: 96px 24px; max-width: 1140px; margin: 0 auto; }
.section--tint { max-width: none; background: var(--sage-tint); }
.section--tint > * { max-width: 1140px; margin-left: auto; margin-right: auto; }

.section__title { font-size: clamp(2rem, 4.5vw, 3rem); text-align: center; margin-bottom: 48px; }

.eyebrow {
  font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin-bottom: 14px;
}
.eyebrow--center { text-align: center; }

/* ====== Buttons ====== */
.btn {
  display: inline-block; background: var(--sage-deep); color: #fff;
  padding: 14px 32px; border: 1px solid var(--sage-deep); border-radius: 999px;
  font-family: "Jost", sans-serif; font-size: 0.95rem; letter-spacing: 0.06em;
  text-decoration: none; cursor: pointer; transition: all 0.25s ease;
}
.btn:hover { background: var(--ink); border-color: var(--ink); }
.btn--ghost { background: transparent; color: var(--sage-deep); }
.btn--ghost:hover { background: var(--sage-deep); color: #fff; }
.btn--small { padding: 9px 22px; font-size: 0.85rem; }
.btn--full { width: 100%; border: none; }

/* ====== Header ====== */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 251, 247, 0.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav {
  max-width: 1140px; margin: 0 auto; padding: 16px 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav__logo {
  font-family: "Cormorant Garamond", serif; font-size: 1.5rem; color: var(--ink);
  text-decoration: none; letter-spacing: 0.02em;
}
.nav__logo span { color: var(--sage-deep); font-style: italic; }
.nav__toggle { display: none; background: none; border: none; font-size: 1.6rem; color: var(--ink); cursor: pointer; }
.nav__links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav__links a:not(.btn) {
  text-decoration: none; color: var(--ink); font-size: 0.95rem; letter-spacing: 0.04em;
}
.nav__links a:not(.btn):hover { color: var(--sage-deep); }

/* ====== Hero ====== */
.hero {
  position: relative; overflow: hidden;
  background: var(--cream);
  text-align: center; padding: 130px 24px 140px;
}
.hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
/* soft cream wash over the video keeps the airy look and the text readable */
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse at 75% 20%, rgba(194, 168, 120, 0.14), transparent 55%),
    radial-gradient(ellipse at 15% 85%, rgba(138, 155, 134, 0.18), transparent 50%),
    rgba(253, 251, 247, 0.8);
}
.hero__inner { position: relative; z-index: 2; }
@media (prefers-reduced-motion: reduce) {
  .hero__video { display: none; }
}
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); margin-bottom: 22px; letter-spacing: 0.01em; }
.hero h1 em {
  color: var(--sage-deep);
  background: linear-gradient(100deg, var(--sage-deep) 20%, var(--gold) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 0.06em; /* keep the italic's last letter from clipping */
}
.hero__sub { font-size: 1.15rem; color: var(--ink-soft); max-width: 560px; margin: 0 auto 36px; }
.hero__cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ====== Placeholder image blocks ====== */
.placeholder {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(135deg, var(--sage-tint) 0%, #e3dccd 55%, var(--sage-tint) 100%);
  border: 1px dashed var(--gold);
  aspect-ratio: 4 / 3;
}
.placeholder--tall { aspect-ratio: 3 / 4; }
.placeholder::after {
  content: attr(data-label) " — drop your photo here";
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft);
  text-align: center; padding: 12px;
}

/* ====== Real photos ====== */
img.card__img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius);
}
img.about__img--photo {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow);
}

/* ====== Services ====== */
.services__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px;
}
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 12px;
}
.card h3 { font-size: 1.45rem; }
.card p { color: var(--ink-soft); font-size: 0.98rem; flex: 1; }
.card__link { text-decoration: none; font-size: 0.9rem; letter-spacing: 0.05em; font-weight: 400; }
.card--cta {
  background: var(--sage-deep); color: #fff; justify-content: center; text-align: center; gap: 18px;
}
.card--cta h3 { color: #fff; }
.card--cta p { color: rgba(255, 255, 255, 0.85); flex: 0; }
.card--cta .btn { background: #fff; color: var(--sage-deep); border-color: #fff; align-self: center; }
.card--cta .btn:hover { background: var(--gold); border-color: var(--gold); color: #fff; }

/* ====== Pricing ====== */
.pricing__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px;
}
.menu {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow);
}
.menu h3 { font-size: 1.5rem; margin-bottom: 18px; }
.menu h3 small { font-family: "Jost", sans-serif; font-size: 0.8rem; color: var(--ink-soft); font-weight: 300; }
.menu ul { list-style: none; }
.menu li {
  display: flex; align-items: baseline; gap: 8px;
  padding: 9px 0; font-size: 0.97rem;
}
.menu li span { color: var(--ink); }
.menu li i { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-4px); }
.menu li b { font-weight: 500; color: var(--sage-deep); white-space: nowrap; }
.pricing__note { text-align: center; margin-top: 36px; color: var(--ink-soft); font-size: 0.92rem; }

/* ====== About ====== */
.about__grid {
  display: grid; grid-template-columns: 2fr 3fr; gap: 56px; align-items: center;
}
.about__text h2 { font-size: clamp(1.9rem, 3.5vw, 2.6rem); margin-bottom: 18px; }
.about__text p { color: var(--ink-soft); margin-bottom: 16px; }
.about__text .btn { margin-top: 8px; }

/* ====== Skincare Coaching ====== */
.coaching__list { margin: 4px 0 22px 20px; color: var(--ink-soft); }
.coaching__list li { margin-bottom: 8px; }

/* ====== Aftercare ====== */
.aftercare__grid { display: grid; gap: 16px; max-width: 780px !important; }
.aftercare details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 26px; box-shadow: var(--shadow);
}
.aftercare summary {
  font-family: "Cormorant Garamond", serif; font-size: 1.3rem; cursor: pointer;
  list-style: none; position: relative; padding-right: 28px;
}
.aftercare summary::after {
  content: "+"; position: absolute; right: 0; top: 0; color: var(--gold); font-size: 1.4rem;
}
.aftercare details[open] summary::after { content: "–"; }
.aftercare details ul { margin: 14px 0 4px 20px; color: var(--ink-soft); font-size: 0.97rem; }
.aftercare details li { margin-bottom: 6px; }
.aftercare details p { margin: 14px 0 4px; color: var(--ink-soft); font-size: 0.97rem; line-height: 1.65; }
.aftercare__group { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: 1.45rem; margin: 26px 0 2px; }
.aftercare__grid .aftercare__group:first-child { margin-top: 0; }

/* ====== Booking ====== */
.book { max-width: 720px; }
.book__sub { text-align: center; color: var(--ink-soft); margin: -28px 0 28px; }
.book__cta { display: flex; justify-content: center; margin-bottom: 48px; }
.book__note { text-align: center; color: var(--ink-soft); margin-bottom: 28px; }
.book__form { display: flex; flex-direction: column; gap: 20px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.book__form label {
  display: flex; flex-direction: column; gap: 7px;
  font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft);
}
.book__form input, .book__form select, .book__form textarea {
  font-family: "Jost", sans-serif; font-size: 1rem; color: var(--ink);
  padding: 13px 16px; border: 1px solid var(--line); border-radius: 10px; background: #fff;
}
.book__form input:focus, .book__form select:focus, .book__form textarea:focus {
  outline: 2px solid var(--sage); border-color: var(--sage);
}
.book__alt { text-align: center; margin-top: 28px; color: var(--ink-soft); }

/* ====== Footer ====== */
.footer { background: var(--ink); color: rgba(255, 255, 255, 0.75); margin-top: 40px; }
.footer .nav__logo, .footer .nav__logo span { color: #fff; }
.footer__inner { max-width: 1140px; margin: 0 auto; padding: 56px 24px; text-align: center; display: grid; gap: 12px; }
.footer__social a { color: var(--gold); text-decoration: none; }
.footer__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.12); padding: 18px 24px;
  text-align: center; font-size: 0.85rem; color: rgba(255, 255, 255, 0.5);
}

/* ====== Mobile ====== */
@media (max-width: 820px) {
  .section { padding: 72px 20px; }
  .nav__toggle { display: block; }
  .nav__links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream); border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 24px; gap: 20px;
  }
  body.nav-open .nav__links { display: flex; }
  .about__grid { grid-template-columns: 1fr; gap: 32px; }
  .form__row { grid-template-columns: 1fr; }
  .hero { padding: 90px 20px 100px; }
}
