:root {
  --ink: #0c0c0c;
  --paper: #ffffff;
  --soft: #f3f3f3;
  --line: #d9d9d9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  padding: 0 22px;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid #eee;
  backdrop-filter: blur(12px);
}
.mini-brand {
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .12em;
  font-size: 13px;
}
.header-book {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 700;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
}

.section-shell {
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  text-align: center;
  padding: 62px 0 78px;
}
.eyebrow-bar {
  background: var(--soft);
  padding: 11px 14px;
  font-size: 11px;
  letter-spacing: .22em;
  font-weight: 600;
  text-align: center;
}
.logo-lockup { margin: 42px 0 18px; }
.brand-blackletter {
  font-family: "UnifrakturCook", "Times New Roman", serif;
  font-size: clamp(54px, 10vw, 112px);
  line-height: .72;
  letter-spacing: -.035em;
  white-space: nowrap;
}
.brand-sub {
  font-size: clamp(22px, 4.6vw, 44px);
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  margin-top: 16px;
}
.brand-script {
  font-family: "Snell Roundhand", "Apple Chancery", "Italianno", cursive;
  font-size: clamp(44px, 7.5vw, 72px);
  line-height: .9;
  margin-top: -1px;
}
.location-line {
  margin: 21px 0 0;
  font-size: 12px;
  letter-spacing: .18em;
}
.hero-cta {
  display: inline-flex;
  margin-top: 30px;
  min-width: 190px;
  justify-content: center;
  padding: 14px 20px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}

.artist { padding: 30px 0 74px; }
.artist-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.15fr);
  gap: 58px;
  align-items: center;
}
.artist-photo-wrap { position: relative; padding-top: 72px; width: 82%; justify-self: center; }
.arc-label {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 142%;
  height: 108px;
  overflow: visible;
  pointer-events: none;
}
.arc-label text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: .32em;
  fill: #111;
}
.artist-photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 50% 50% 0 0 / 24% 24% 0 0;
  filter: saturate(.92) contrast(1.02);
}
.artist-copy h2 {
  margin: 0 0 24px;
  line-height: .76;
  font-weight: 400;
}
.script {
  font-family: "Snell Roundhand", "Apple Chancery", "Italianno", cursive;
  font-weight: 400;
}
.serif {
  font-family: "Libre Caslon Display", Georgia, serif;
  font-weight: 400;
}
.artist-copy h2 .script { font-size: clamp(48px, 8vw, 78px); }
.artist-copy h2 .serif { font-size: clamp(54px, 8vw, 88px); }
.artist-copy p {
  font-size: 14px;
  line-height: 1.62;
  letter-spacing: .04em;
  max-width: 540px;
}
.established {
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: .16em !important;
  font-style: italic;
}

.info { padding: 18px 0 70px; }
.info-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 50px;
}
.mixed-heading {
  margin: 0 0 18px;
  line-height: .8;
  font-weight: 400;
  white-space: nowrap;
}
.mixed-heading span {
  font-family: "Snell Roundhand", "Apple Chancery", "Italianno", cursive;
  font-size: clamp(40px, 6vw, 62px);
  font-weight: 400;
}
.mixed-heading strong {
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(35px, 5vw, 54px);
  font-weight: 400;
}
.centered { text-align: center; }
.info-card {
  background: var(--soft);
  text-align: center;
  padding: 15px 18px;
  margin-bottom: 14px;
}
.hours-card p { margin: 0; font-size: 13px; line-height: 1.45; letter-spacing: .12em; }
.hours-card strong { font-size: 12px; letter-spacing: .16em; }
.contact-list {
  background: var(--soft);
  padding: 18px 20px;
  display: grid;
  gap: 14px;
}
.contact-list a {
  text-decoration: none;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .04em;
}
.icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
}

.appointment { padding: 22px 0 80px; }
.detail-stack { margin-top: 30px; display: grid; gap: 14px; }
.detail-row {
  background: var(--soft);
  padding: 15px 22px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .08em;
}
.detail-row strong { letter-spacing: .12em; }

.thankyou {
  text-align: center;
  padding: 66px 0 82px;
}
.thankyou h2 {
  margin: 0;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(44px, 8vw, 78px);
  line-height: .9;
  font-weight: 400;
}
.thankyou h2 span {
  font-family: "Snell Roundhand", "Apple Chancery", "Italianno", cursive;
  font-size: 1.02em;
  white-space: nowrap;
}
.thankyou p {
  margin: 24px 0 0;
  font-size: 10px;
  letter-spacing: .25em;
  font-weight: 700;
}

.services { padding: 20px 0 72px; }
.services-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 54px 0 34px;
}
.services-head h2 {
  margin: 0;
  font-size: clamp(40px, 8vw, 72px);
  letter-spacing: -.055em;
  line-height: 1;
}
.book-box {
  background: var(--soft);
  padding: 22px 34px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.service-card {
  border-top: 1px solid #999;
  padding: 36px 0 38px;
}
.service-card:last-of-type { border-bottom: 1px solid #999; }
.service-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
}
.service-card h3 {
  margin: 0 0 18px;
  font-size: clamp(26px, 4vw, 36px);
}
.price {
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 30px;
}
.service-card p {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 24px;
}
.service-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 3px;
}

.final-cta {
  text-align: center;
  padding: 68px 0 78px;
}
.smallcaps {
  font-size: 10px;
  letter-spacing: .24em;
  font-weight: 700;
}
.final-cta h2 {
  margin: 24px 0 30px;
  line-height: .78;
}
.final-cta .script { font-size: clamp(50px, 9vw, 86px); }
.final-cta .serif { font-size: clamp(50px, 9vw, 86px); }
.big-book {
  display: inline-flex;
  justify-content: center;
  min-width: 220px;
  padding: 16px 24px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}
.address-foot {
  margin-top: 24px;
  font-size: 11px;
  letter-spacing: .08em;
}

.floating-book {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  border-radius: 999px;
  padding: 14px 20px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}

footer {
  border-top: 1px solid #eee;
  text-align: center;
  padding: 22px 18px 84px;
  font-size: 10px;
  letter-spacing: .12em;
}

@media (max-width: 700px) {
  .section-shell { width: min(100% - 30px, 560px); }
  .hero { padding-top: 46px; padding-bottom: 62px; }
  .brand-blackletter { font-size: clamp(46px, 14vw, 74px); }
  .brand-sub { font-size: 23px; margin-top: 14px; }
  .brand-script { font-size: 47px; }
  .location-line { font-size: 10px; }

  .artist-grid, .info-grid { grid-template-columns: 1fr; }
  .artist-grid { gap: 36px; }
  .artist-photo-wrap { width: 78%; margin: 0 auto; }
  .artist-copy { text-align: center; }
  .artist-copy p { text-align: left; margin-left: auto; margin-right: auto; }
  .artist-copy .established { text-align: center; }

  .info-grid { gap: 42px; }
  .mixed-heading { text-align: center; }
  .mixed-heading span { font-size: 47px; }
  .mixed-heading strong { font-size: 37px; }

  .detail-row { padding: 14px 16px; font-size: 11px; }
  .thankyou { padding-top: 50px; }
  .thankyou h2 { font-size: 47px; }
  .thankyou h2 span { font-size: 46px; }
  .thankyou p { font-size: 9px; line-height: 1.6; }

  .services-head { padding-top: 42px; }
  .services-head h2 { font-size: 42px; }
  .book-box { padding: 17px 24px; font-size: 16px; }
  .service-card { padding: 30px 0 32px; }
  .service-card p { font-size: 15px; }
  .price { font-size: 25px; }
  .floating-book { bottom: 14px; right: 14px; }
}

@media (max-width: 390px) {
  .brand-blackletter { font-size: 43px; }
  .arc-label { letter-spacing: .19em; font-size: 10px; }
  .mixed-heading span { font-size: 40px; }
  .mixed-heading strong { font-size: 32px; }
  .thankyou h2 { font-size: 42px; }
  .thankyou h2 span { font-size: 41px; }
}

.main-logo {
  display: block;
  width: min(440px, 72vw);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

/* v4 editorial homepage refinements */
.site-header { display: none; }
.hero {
  min-height: 650px;
  padding: 165px 0 82px;
}
.logo-lockup {
  margin: 36px auto 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.weadore-wordmark {
  position: relative;
  display: inline-block;
  min-width: 390px;
  padding-bottom: 33px;
}
.weadore-top {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(76px, 12vw, 132px);
  line-height: .78;
  letter-spacing: -.015em;
  white-space: nowrap;
}
.weadore-lashes {
  position: absolute;
  right: 8%;
  bottom: -6px;
  font-family: "Snell Roundhand", "Apple Chancery", "Italianno", cursive;
  font-size: clamp(50px, 8vw, 82px);
  line-height: 1;
  transform: rotate(-4deg);
}
.brand-sub {
  margin-top: 6px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(23px, 4.2vw, 40px);
  font-weight: 800;
  font-style: italic;
  letter-spacing: -.045em;
}
.brand-script {
  font-size: clamp(45px, 7vw, 68px);
  margin-top: -3px;
}
.artist {
  padding-top: 6px;
}
.artist-grid {
  grid-template-columns: .92fr 1.08fr;
  gap: 72px;
}
.artist-photo-wrap {
  max-width: 390px;
  justify-self: end;
}
.artist-copy {
  align-self: center;
}
.artist-copy h2 {
  margin-bottom: 26px;
}
.info-grid {
  grid-template-columns: .85fr 1.15fr;
  gap: 54px;
}

@media (max-width: 700px) {
  .hero {
    min-height: 560px;
    padding-top: 132px;
    padding-bottom: 66px;
  }
  .weadore-wordmark {
    min-width: 0;
    width: 94%;
    padding-bottom: 28px;
  }
  .weadore-top {
    font-size: clamp(66px, 20vw, 100px);
  }
  .weadore-lashes {
    right: 4%;
    font-size: clamp(45px, 14vw, 68px);
  }
  .brand-sub {
    font-size: 24px;
  }
  .artist-grid {
    gap: 34px;
  }
  .artist-photo-wrap {
    width: 70%;
    justify-self: center;
  }
  .artist-copy h2 .script { font-size: 52px; }
  .artist-copy h2 .serif { font-size: 58px; }
}

/* v5 — mobile-first centered editorial layout */
@media (max-width: 700px) {
  body { overflow-x: hidden; }
  .section-shell { width: calc(100% - 28px); max-width: 560px; }

  .hero {
    min-height: 0;
    padding: 74px 0 82px;
    text-align: center;
  }
  .eyebrow-bar {
    width: 100%;
    margin: 0 auto;
    padding: 10px 8px;
    font-size: 10px;
    letter-spacing: .20em;
  }
  .logo-lockup {
    width: 100%;
    margin: 32px auto 14px;
  }
  .weadore-wordmark {
    width: 100%;
    min-width: 0;
    padding-bottom: 22px;
    text-align: center;
  }
  .weadore-top {
    display: inline-block;
    font-size: clamp(58px, 17vw, 78px);
    line-height: .82;
    letter-spacing: -.02em;
  }
  .weadore-lashes {
    right: 12%;
    bottom: -3px;
    font-size: clamp(42px, 12.5vw, 58px);
  }
  .brand-sub {
    margin-top: 5px;
    font-size: 20px;
    letter-spacing: -.035em;
  }
  .brand-script {
    font-size: 43px;
    margin-top: -4px;
  }
  .location-line {
    margin-top: 19px;
    font-size: 9.5px;
    letter-spacing: .17em;
  }

  .artist { padding: 20px 0 56px; }
  .artist-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 20px;
    align-items: center;
  }
  .artist-photo-wrap {
    width: 88%;
    max-width: none;
    margin: 0 auto;
    padding-top: 58px;
    justify-self: center;
  }
  .arc-label {
    top: 0;
    width: 150%;
    height: 90px;
  }
  .arc-label text {
    font-size: 9.8px;
    letter-spacing: .24em;
  }
  .artist-photo {
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 50% 50% 0 0 / 24% 24% 0 0;
    object-position: center 24%;
  }
  .artist-copy {
    text-align: left;
    min-width: 0;
  }
  .artist-copy h2 {
    margin: 0 0 14px;
    text-align: center;
    line-height: .72;
  }
  .artist-copy h2 .script { font-size: clamp(38px, 11vw, 50px); }
  .artist-copy h2 .serif { font-size: clamp(38px, 10vw, 48px); }
  .artist-copy p {
    margin: 0;
    font-size: 10.5px;
    line-height: 1.48;
    letter-spacing: .025em;
    text-align: left;
  }
  .artist-copy .established {
    margin-top: 13px;
    font-size: 9px !important;
    text-align: right;
    letter-spacing: .13em !important;
  }

  .info { padding: 8px 0 54px; }
  .info-grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 18px;
    align-items: start;
  }
  .mixed-heading {
    text-align: center;
    margin-bottom: 14px;
  }
  .mixed-heading span { font-size: clamp(30px, 8vw, 38px); }
  .mixed-heading strong { font-size: clamp(26px, 7vw, 34px); }
  .info-card {
    padding: 12px 8px;
    margin-bottom: 10px;
  }
  .hours-card p { font-size: 9.5px; line-height: 1.35; letter-spacing: .08em; }
  .hours-card strong { font-size: 9px; letter-spacing: .10em; }
  .contact-list {
    padding: 12px 10px;
    gap: 11px;
  }
  .contact-list a {
    grid-template-columns: 21px 1fr;
    gap: 7px;
    font-size: 9.5px;
    line-height: 1.3;
    letter-spacing: .01em;
    overflow-wrap: anywhere;
  }
  .icon { width: 18px; height: 18px; font-size: 8px; }

  .appointment { padding: 28px 0 58px; }
  .appointment .mixed-heading span { font-size: 35px; }
  .appointment .mixed-heading strong { font-size: 30px; }
  .detail-stack { margin-top: 22px; gap: 10px; }
  .detail-row { padding: 13px 14px; font-size: 9.5px; line-height: 1.45; letter-spacing: .045em; }
  .detail-row strong { letter-spacing: .08em; }

  .thankyou { padding: 48px 0 60px; }
  .thankyou h2 { font-size: 38px; }
  .thankyou h2 span { font-size: 39px; }
  .thankyou p { margin-top: 18px; font-size: 7.5px; line-height: 1.5; letter-spacing: .20em; }

  .services { padding-top: 10px; }
  .services-head { padding: 38px 0 24px; }
  .services-head h2 { font-size: 38px; }
  .book-box { padding: 15px 20px; font-size: 14px; }
  .service-card { padding: 26px 0 28px; }
  .service-card h3 { font-size: 25px; margin-bottom: 14px; }
  .service-card p { font-size: 14px; line-height: 1.5; }
  .price { font-size: 24px; }

  .floating-book { right: 12px; bottom: 14px; padding: 12px 18px; font-size: 10px; }
}

@media (max-width: 390px) {
  .section-shell { width: calc(100% - 24px); }
  .hero { padding-top: 64px; }
  .weadore-top { font-size: 58px; }
  .weadore-lashes { right: 10%; font-size: 43px; }
  .artist-grid { gap: 15px; }
  .artist-copy p { font-size: 9.6px; }
  .mixed-heading span { font-size: 29px; }
  .mixed-heading strong { font-size: 25px; }
  .contact-list a { font-size: 8.8px; }
}

/* v6 — booking policies added to the corrected V5 layout */
.policies { padding: 30px 0 74px; }
.policy-heading { margin-bottom: 28px; }
.policy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.policy-card {
  position: relative;
  background: var(--soft);
  text-align: center;
  padding: 34px 18px 22px;
  min-height: 235px;
}
.policy-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.policy-card h3 {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: .13em;
}
.policy-card p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}
.additional-heading { margin-top: 58px; }
.additional-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
}
.additional-policy {
  background: var(--soft);
  padding: 15px 18px;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .035em;
}
.additional-policy strong { letter-spacing: .09em; }
.additional-policy.acknowledgment {
  font-size: 10px;
  font-style: italic;
  display: grid;
  place-items: center;
}

@media (max-width: 700px) {
  .policies { padding: 26px 0 58px; }
  .policy-heading { margin-bottom: 24px; }
  .policy-heading span { font-size: 36px; }
  .policy-heading strong { font-size: 31px; }
  .policy-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }
  .policy-card {
    min-height: 190px;
    padding: 27px 7px 12px;
  }
  .policy-icon {
    width: 31px;
    height: 31px;
    top: -14px;
    font-size: 12px;
  }
  .policy-card h3 {
    margin-bottom: 9px;
    font-size: 7.4px;
    letter-spacing: .08em;
    white-space: nowrap;
  }
  .policy-card p {
    font-size: 7.15px;
    line-height: 1.42;
  }
  .additional-heading { margin-top: 44px; }
  .additional-policy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .additional-policy {
    padding: 11px 10px;
    font-size: 7.8px;
    line-height: 1.42;
    letter-spacing: .02em;
  }
  .additional-policy.acknowledgment { font-size: 7.3px; }
}

@media (max-width: 390px) {
  .policy-grid { gap: 5px; }
  .policy-card { min-height: 182px; padding-left: 5px; padding-right: 5px; }
  .policy-card h3 { font-size: 6.7px; }
  .policy-card p { font-size: 6.65px; }
  .additional-policy { font-size: 7.2px; }
}
\n\n/* v13 — original WE ADORE LASHES artist composition */
.artist-photo-wrap { padding-top: 88px; }
.arc-label { top: -10px; width: 154%; height: 118px; }
.arc-label text { font-size: 11px; letter-spacing: .27em; }
.artist-photo { aspect-ratio: 0.72 / 1; border-radius: 50% 50% 0 0 / 20% 20% 0 0; }
.artist-signature {
  margin-top: 16px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .24em;
  white-space: nowrap;
}
.artist-signature span { padding: 0 .45em; }
@media (max-width: 700px) {
  .artist-photo-wrap { width: 82%; padding-top: 70px; }
  .arc-label { top: -3px; width: 160%; height: 100px; }
  .arc-label text { font-size: 8.7px; letter-spacing: .20em; }
  .artist-photo { aspect-ratio: .70 / 1; border-radius: 50% 50% 0 0 / 19% 19% 0 0; }
  .artist-signature { margin-top: 11px; font-size: 7px; letter-spacing: .18em; }
}
