/* ============================================================
   MicromiBrows — elegant brow & lash studio (Decatur, GA)
   Built by Margam · margam.io
   Palette: soft taupe/mocha · rose-gold · cream
   ============================================================ */
:root {
  --cream: #f7f1ea;          /* warm cream page */
  --cream-2: #f1e8de;        /* deeper sand section */
  --ink: #3a2f2a;            /* deep espresso ink */
  --muted: #7a6a60;          /* soft mocha-grey text */
  --rose: #b08968;           /* rose-gold / warm taupe primary */
  --rose-dark: #97714f;      /* deeper rose-gold for hovers */
  --mocha-deep: #4a3b33;     /* deep mocha accent block */
  --mocha-deep2: #382b25;
  --gold: #c89b6a;           /* rose-gold highlight */
  --line: #e6d9cb;           /* hairline */
  --radius: 18px;
  --shadow: 0 26px 50px -28px rgba(58, 47, 42, 0.42);
  --display: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --body: "Inter", system-ui, sans-serif;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
* { margin: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: var(--body); color: var(--ink); background: var(--cream); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(60px, 9vw, 110px) 0; }
.section--cream { background: var(--cream-2); }

h1, h2, h3 { font-family: var(--display); font-weight: 600; letter-spacing: -0.01em; line-height: 1.1; }
h1 em, h2 em, .brand em { font-style: italic; color: var(--rose); }
.eyebrow { font-family: var(--display); font-style: italic; font-size: 1.05rem; color: var(--rose); margin-bottom: 14px; letter-spacing: .01em; }
.eyebrow--light { color: #e3c8a8; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; font-weight: 600; font-family: var(--body);
  padding: .85em 1.5em; border-radius: 100px; border: 1.5px solid transparent; cursor: pointer; transition: .25s var(--ease); white-space: nowrap; }
.btn--sm { padding: .6em 1.1em; font-size: .92rem; }
.btn--lg { padding: .95em 1.7em; font-size: 1.05rem; }
.btn--block { width: 100%; }
.btn--solid { background: var(--rose); color: #fff; }
.btn--solid:hover { background: var(--rose-dark); transform: translateY(-2px); box-shadow: 0 12px 26px -10px rgba(176, 137, 104, .6); }
.btn--ghost { border-color: var(--line); color: var(--ink); background: rgba(255,255,255,.55); }
.btn--ghost:hover { border-color: var(--rose); color: var(--rose-dark); transform: translateY(-2px); }

/* brand / nav */
.brand { font-family: var(--display); font-weight: 600; font-size: 1.45rem; letter-spacing: .01em; }
.brand--light { color: var(--cream); font-size: 1.7rem; }
.nav { position: sticky; top: 0; z-index: 50; background: rgba(247,241,234,.86); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav__links { display: flex; gap: 30px; font-weight: 500; }
.nav__links a { color: var(--ink); position: relative; }
.nav__links a:hover { color: var(--rose); }
@media (max-width: 760px) { .nav__links { display: none; } }

/* hero — type & color (no photo) */
.hero { padding: clamp(54px, 8vw, 96px) 0 clamp(40px, 6vw, 72px); text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(58% 68% at 80% 6%, rgba(200,155,106,.20), transparent 60%),
    radial-gradient(55% 60% at 14% 92%, rgba(176,137,104,.18), transparent 62%); }
.hero__in { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.hero h1 { font-size: clamp(2.7rem, 6.4vw, 4.6rem); margin-bottom: 22px; }
.rating { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 100px;
  padding: 7px 16px; font-size: .95rem; margin-bottom: 20px; box-shadow: var(--shadow); }
.stars { color: var(--gold); letter-spacing: 1px; }
.lede { font-size: 1.16rem; color: var(--muted); max-width: 56ch; margin-bottom: 30px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ribbon */
.ribbon { background: var(--mocha-deep); color: #fff; overflow: hidden; padding: 13px 0; }
.ribbon__track { display: flex; align-items: center; gap: 26px; width: max-content; white-space: nowrap;
  font-family: var(--display); font-style: italic; font-size: 1.25rem; animation: scroll 42s linear infinite; }
.ribbon i { color: var(--gold); font-style: normal; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* section heads */
.head { text-align: center; max-width: 640px; margin: 0 auto clamp(36px, 5vw, 56px); }
.head h2 { font-size: clamp(2rem, 4.5vw, 3rem); }
.head__sub { color: var(--muted); margin-top: 10px; }

/* about / meet Dominique */
.about { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.about__art { position: relative; }
.about__mark { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: clamp(26px, 4vw, 44px); display: grid; place-items: center; aspect-ratio: 1/1;
  background-image: radial-gradient(120% 120% at 50% 0%, #fff, #faf5ef); }
.about__mark img { width: 100%; max-width: 320px; height: auto; }
.about__badge { position: absolute; bottom: 14px; right: -14px; background: var(--rose); color: #fff; font-family: var(--display);
  font-style: italic; font-size: 1.02rem; line-height: 1.1; text-align: center; padding: 16px 20px; border-radius: 50%;
  width: 112px; height: 112px; display: grid; place-items: center; box-shadow: var(--shadow); transform: rotate(7deg); }
.about__copy h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: 16px; }
.about__copy p { color: var(--muted); margin-bottom: 18px; }
.about__copy p strong { color: var(--ink); font-weight: 600; }
.people { list-style: none; padding: 0; display: grid; gap: 14px; margin: 24px 0; }
.people li { display: grid; grid-template-columns: 110px 1fr; gap: 14px; align-items: baseline;
  padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.people li:last-child { border-bottom: 0; padding-bottom: 0; }
.people b { font-family: var(--display); font-size: 1.15rem; color: var(--rose-dark); }
.people span { color: var(--muted); font-size: .98rem; }
.link { color: var(--rose); font-weight: 600; border-bottom: 1.5px solid currentColor; padding-bottom: 1px; }
.link:hover { color: var(--rose-dark); }
@media (max-width: 760px) {
  .about { grid-template-columns: 1fr; }
  .about__art { max-width: 360px; margin: 0 auto; }
  .people li { grid-template-columns: 98px 1fr; }
}

/* cards */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; transition: .3s var(--ease); }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .96rem; }
.card__price { display: block; margin-top: 12px; font-family: var(--display); font-style: italic; color: var(--rose-dark); font-size: 1rem; }
@media (max-width: 860px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .cards { grid-template-columns: 1fr; } }

/* reviews */
.reviews { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.review { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 12px; }
.review__stars { color: var(--gold); letter-spacing: 2px; }
.review blockquote { margin: 0; font-size: 1.06rem; line-height: 1.6; }
.review figcaption { color: var(--ink); font-weight: 600; font-size: .92rem; margin-top: auto; }
.review figcaption span { color: var(--muted); font-weight: 400; }
.reviews__cta { text-align: center; margin-top: clamp(26px, 4vw, 40px); }
@media (max-width: 720px) { .reviews { grid-template-columns: 1fr; } }

/* book / appointment (deep mocha) */
.section--accent { background: linear-gradient(160deg, var(--mocha-deep), var(--mocha-deep2)); color: #fff; }
.order { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 70px); align-items: center; }
.order h2 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 26px; }
.steps { list-style: none; padding: 0; display: grid; gap: 16px; }
.steps li { display: flex; gap: 14px; align-items: flex-start; font-size: 1.05rem; }
.steps span { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.18);
  display: grid; place-items: center; font-family: var(--display); font-weight: 600; color: var(--gold); }
.order__call { margin-top: 26px; color: #e3c8a8; }
.order__call a { color: #fff; border-bottom: 1px solid; }
.order__form { background: #fff; color: var(--ink); border-radius: var(--radius); padding: clamp(24px, 3.5vw, 36px); box-shadow: var(--shadow); }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 7px; }
.field input, .field textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 11px;
  font-family: var(--body); font-size: 1rem; background: var(--cream); color: var(--ink); resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--rose); box-shadow: 0 0 0 3px rgba(176,137,104,.20); }
.form__note { margin-top: 14px; text-align: center; font-weight: 600; min-height: 1.2em; }
.form__note.ok { color: var(--mocha-deep); }
@media (max-width: 760px) { .order { grid-template-columns: 1fr; } }

/* visit */
.visit { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 5vw, 60px); align-items: center; }
.visit h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: 24px; }
.info { padding: 14px 0; border-bottom: 1px solid var(--line); display: flex; gap: 18px; }
.info b { min-width: 88px; font-family: var(--display); }
.info a:hover { color: var(--rose); }
.info--hours { align-items: flex-start; }
.hours-note { flex: 1; max-width: 340px; }
.hours-note p { color: var(--muted); }
.hours-note a { color: var(--rose-dark); border-bottom: 1.5px solid currentColor; font-weight: 600; }
.visit__map { aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.visit__map iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 760px) { .visit { grid-template-columns: 1fr; } }

/* footer */
.footer { background: var(--ink); color: var(--cream); text-align: center; padding: 48px 0; }
.footer__in p { margin-top: 10px; color: #d8c7b8; }
.footer__in a { color: var(--cream); border-bottom: 1px solid rgba(255,255,255,.3); }
.footer__by { font-size: .9rem; margin-top: 18px; }

/* reveals */
.js .section .head, .js .about, .js .cards, .js .reviews, .js .order, .js .visit { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .in { opacity: 1 !important; transform: none !important; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .js [class] { opacity: 1 !important; transform: none !important; }
}
