/* =========================================================
   ANJALI BEAUTY PARLOUR — token system
   Ivory  #F5EEE0   Ink    #241F1A
   Teal   #163A3D   Teal-mid #2C6E6A
   Rose   #D46A83   Gold   #B8923F
   ========================================================= */

:root{
  --ivory: #F5EEE0;
  --ivory-2: #EFE6D3;
  --ink: #241F1A;
  --ink-soft: #52483F;
  --teal: #163A3D;
  --teal-mid: #2C6E6A;
  --rose: #D46A83;
  --gold: #B8923F;

  --display: 'Cormorant Garamond', serif;
  --body: 'Jost', sans-serif;

  --wrap: 1180px;
  --radius: 2px;
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration: none; }
ul{ list-style:none; margin:0; padding:0; }
address{ font-style: normal; }

.wrap{ max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }

/* subtle paper grain overlay */
.grain{
  position: fixed; inset:0; pointer-events:none; z-index: 500;
  opacity: .035; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.eyebrow{
  font-family: var(--body);
  font-size: 12.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--teal-mid);
  font-weight: 500;
  margin: 0 0 10px;
}
.eyebrow.center{ text-align:center; }

h1,h2,h3{ font-family: var(--display); font-weight: 500; color: var(--teal); margin: 0 0 .4em; }
h1{ font-size: clamp(44px, 6vw, 74px); line-height: 1.02; letter-spacing: -.01em; }
h1 em, h2 em{ font-style: italic; color: var(--rose); font-weight: 500; }
h2{ font-size: clamp(30px, 4vw, 44px); line-height: 1.08; }
h2.center{ text-align:center; }
.section-lede{ max-width: 560px; color: var(--ink-soft); font-size: 16px; }
.section-lede.center{ margin: 0 auto 56px; text-align:center; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 14px 28px;
  font-family: var(--body); font-size: 14px; font-weight: 500;
  letter-spacing: .03em;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary{ background: var(--teal); color: var(--ivory); }
.btn-primary:hover{ background: var(--rose); transform: translateY(-2px); }
.btn-line{ border-color: var(--teal); color: var(--teal); }
.btn-line:hover{ background: var(--teal); color: var(--ivory); transform: translateY(-2px); }
.btn-ghost{ color: var(--teal); font-size: 14px; border-bottom: 1px solid var(--teal); border-radius:0; padding: 4px 0; }
.btn-ghost:hover{ color: var(--rose); border-color: var(--rose); }

/* ---------- header ---------- */
.site-header{
  position: sticky; top:0; z-index: 100;
  background: rgba(245,238,224,.88);
  border-bottom: 1px solid rgba(22,58,61,.1);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding-top: 18px; padding-bottom: 18px;
  gap: 24px;
}
.brand{ display:flex; align-items:center; gap:10px; color: var(--teal); }
.brand-mark{ color: var(--gold); display:flex; }
.brand-text{ font-family: var(--display); font-size: 21px; font-weight:600; letter-spacing:.01em; display:flex; flex-direction:column; line-height:1.05; }
.brand-text em{ font-style: italic; font-family: var(--body); font-size: 10px; letter-spacing:.18em; text-transform:uppercase; color: var(--ink-soft); font-weight:400; }

.main-nav{ display:flex; gap: 34px; }
.main-nav a{
  font-size: 14px; color: var(--ink-soft); position:relative; padding: 4px 0;
}
.main-nav a::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:1px;
  background: var(--rose); transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.main-nav a:hover{ color: var(--teal); }
.main-nav a:hover::after{ transform: scaleX(1); }

.header-cta{ flex-shrink:0; }
.nav-toggle{ display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:6px; }
.nav-toggle span{ width:22px; height:1.5px; background: var(--teal); display:block; }

/* ---------- hero ---------- */
.hero{ padding: 72px 0 40px; overflow:hidden; }
.hero-inner{ display:grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items:center; }
.hero-lede{ font-size: 17px; color: var(--ink-soft); max-width: 470px; margin: 22px 0 30px; }
.hero-actions{ display:flex; gap:16px; flex-wrap:wrap; margin-bottom: 30px; }
.hero-rating{ display:flex; align-items:center; gap:10px; font-size: 14px; color: var(--ink-soft); }
.stars{ color: var(--gold); letter-spacing:2px; }

.hero-art{ display:flex; justify-content:center; }
#feather{ width: 100%; max-width: 380px; height:auto; }
.quill{ stroke-dasharray: 500; stroke-dashoffset: 500; animation: draw 1.6s ease forwards .1s; }
.barb path{ stroke-dasharray: 260; stroke-dashoffset: 260; animation: draw 1.2s ease forwards; }
.eye ellipse{ stroke-dasharray: 300; stroke-dashoffset: 300; animation: draw 1.4s ease forwards; }
.eye ellipse:last-child{ animation: none; opacity:0; animation: fadein .8s ease forwards 1.6s; }
.b1 path{ animation-delay:.5s; } .b2 path{ animation-delay:.7s; } .b3 path{ animation-delay:.9s; } .b4 path{ animation-delay:1.1s; }
@keyframes draw{ to{ stroke-dashoffset:0; } }
@keyframes fadein{ to{ opacity:1; } }

/* ---------- about ---------- */
.about{ padding: 90px 0; background: var(--ivory-2); }
.about-inner{ display:grid; grid-template-columns: .8fr 1.2fr; gap:64px; align-items:center; }
.about-image{ position:relative; }
.about-image img{
  width:100%; max-width: 320px; border: 6px solid #fff;
  box-shadow: 0 18px 34px rgba(22,58,61,.16);
  transform: rotate(-2.5deg);
}
.tape{
  position:absolute; top:-14px; left: 50%; transform: translateX(-50%) rotate(-3deg);
  width:70px; height:22px; background: rgba(212,106,131,.35);
}
.about-facts{ display:flex; gap: 36px; margin-top: 32px; flex-wrap:wrap; }
.about-facts li{ display:flex; flex-direction:column; gap:2px; }
.about-facts strong{ font-family: var(--display); font-size: 26px; color: var(--teal); }
.about-facts span{ font-size: 12.5px; color: var(--ink-soft); letter-spacing:.04em; }
.about-copy p{ color: var(--ink-soft); max-width: 540px; }

/* ---------- services / menu ---------- */
.services{ padding: 96px 0; }
.menu-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 20px; }
.menu-card{
  background: #fff; border: 1px solid rgba(22,58,61,.12);
  padding: 30px 26px; position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.menu-card:hover{ transform: translateY(-6px); box-shadow: 0 20px 30px rgba(22,58,61,.1); }
.menu-card h3{ font-size: 22px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--ivory-2); }
.menu-card ul{ display:flex; flex-direction:column; gap: 11px; }
.menu-card li span{ font-size: 14.5px; color: var(--ink-soft); position:relative; padding-left: 16px; }
.menu-card li span::before{
  content:""; position:absolute; left:0; top:8px; width:6px; height:1px; background: var(--rose);
}
.menu-card.featured{ background: var(--teal); color: var(--ivory); }
.menu-card.featured h3{ color: var(--ivory); border-color: rgba(245,238,224,.2); }
.menu-card.featured li span{ color: rgba(245,238,224,.85); }
.menu-card.featured li span::before{ background: var(--gold); }
.ribbon{
  position:absolute; top:-11px; right: 22px;
  background: var(--rose); color:#fff; font-size: 11px; letter-spacing:.06em;
  padding: 5px 12px; text-transform: uppercase;
}
.menu-note{ text-align:center; margin-top: 40px; font-size: 14px; color: var(--ink-soft); }
.menu-note a{ color: var(--rose); border-bottom: 1px solid var(--rose); }

/* ---------- bridal banner ---------- */
.bridal{ background: var(--teal); color: var(--ivory); padding: 96px 0; }
.bridal-inner{ display:grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items:center; }
.bridal h2{ color: var(--ivory); }
.bridal p{ color: rgba(245,238,224,.82); max-width: 440px; margin: 18px 0 30px; }
.bridal .btn-primary{ background: var(--rose); }
.bridal .btn-primary:hover{ background: var(--gold); color: var(--teal); }
.bridal-image img{
  width: 100%; max-width: 320px; margin-left:auto;
  border: 6px solid rgba(245,238,224,.15);
  box-shadow: 0 24px 50px rgba(0,0,0,.35);
}

/* ---------- gallery ---------- */
.gallery{ padding: 96px 0; }
.gallery-strip{ display:grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 40px; }
.gallery-strip figure{ margin:0; }
.gallery-strip img{
  width:100%; aspect-ratio: 3/4; object-fit: cover;
  filter: saturate(.94);
  transition: transform .4s ease, filter .4s ease;
}
.gallery-strip figure:hover img{ transform: scale(1.04); filter: saturate(1.05); }
.gallery-strip figcaption{
  margin-top: 12px; font-size: 12.5px; color: var(--ink-soft); text-align:center;
  letter-spacing:.02em;
}

/* ---------- visit ---------- */
.visit{ background: var(--ivory-2); padding: 96px 0; }
.visit-inner{ display:grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.visit-card address{ color: var(--ink-soft); margin: 16px 0 30px; font-size: 15px; line-height:1.7; }
.hours{ margin-bottom: 34px; }
.hours h3{ font-size: 18px; margin-bottom: 10px; }
.hours-row{ display:flex; justify-content:space-between; max-width: 320px; font-size: 14.5px; padding: 10px 0; border-bottom: 1px solid rgba(22,58,61,.12); }
.hours-note{ font-size: 12.5px; color: var(--ink-soft); margin-top: 10px; }
.visit-actions{ display:flex; gap:16px; flex-wrap:wrap; }
.visit-map iframe{ width:100%; height:100%; min-height: 380px; border:0; filter: grayscale(.15) contrast(1.02); }

/* ---------- footer ---------- */
.site-footer{ background: var(--teal); color: rgba(245,238,224,.75); padding: 48px 0; }
.footer-inner{ display:flex; flex-direction:column; align-items:center; text-align:center; gap: 14px; }
.footer-brand .brand-mark{ color: var(--gold); }
.footer-brand .brand-text{ color: var(--ivory); }
.footer-brand em{ color: rgba(245,238,224,.6); }
.footer-note{ font-size: 12.5px; max-width: 560px; }
.footer-copy{ font-size: 12px; opacity:.6; }

/* ---------- focus ---------- */
a:focus-visible, button:focus-visible{
  outline: 2px solid var(--rose); outline-offset: 3px;
}

/* ---------- motion reduction ---------- */
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  .quill,.barb path,.eye ellipse{ animation: none !important; stroke-dashoffset:0 !important; opacity:1 !important; }
  .btn,.menu-card,.gallery-strip img{ transition:none !important; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px){
  .menu-grid{ grid-template-columns: repeat(2,1fr); }
  .gallery-strip{ grid-template-columns: repeat(2,1fr); }
  .about-inner, .bridal-inner, .visit-inner{ grid-template-columns: 1fr; }
  .bridal-image img{ margin: 0 auto; }
}

@media (max-width: 760px){
  .wrap{ padding: 0 20px; }
  .main-nav{
    position: absolute; top: 100%; left:0; right:0;
    background: var(--ivory); flex-direction:column; gap:0;
    border-bottom: 1px solid rgba(22,58,61,.1);
    max-height:0; overflow:hidden; transition: max-height .3s ease;
  }
  .main-nav.open{ max-height: 320px; }
  .main-nav a{ padding: 16px 20px; border-top: 1px solid rgba(22,58,61,.06); }
  .nav-toggle{ display:flex; }
  .header-cta{ display:none; }
  .hero-inner{ grid-template-columns: 1fr; }
  .hero-art{ order:-1; max-width: 240px; margin: 0 auto; }
  .menu-grid{ grid-template-columns: 1fr; }
  .gallery-strip{ grid-template-columns: repeat(2,1fr); gap:14px; }
  .about-facts{ gap: 24px; }
}