:root {
  --ink: #030608;
  --ink-soft: #091014;
  --line: rgba(198, 150, 62, 0.42);
  --gold: #d4a64d;
  --gold-bright: #f0c76a;
  --ivory: #fff8ef;
  --muted: rgba(255, 248, 239, 0.78);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--sans);
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-bar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.1rem;
  padding: 0.42rem clamp(1rem, 3vw, 2.8rem);
  border-bottom: 1px solid rgba(212, 166, 77, 0.24);
  background: rgba(3, 6, 8, 0.64);
  backdrop-filter: blur(14px);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.24);
}

.brand-link {
  display: inline-grid;
  width: clamp(4.8rem, 9vw, 7.4rem);
  min-height: 3.1rem;
  place-items: center;
}

.brand-link img {
  width: 100%;
  max-height: 3.25rem;
  object-fit: contain;
  filter: drop-shadow(0 0.5rem 0.8rem rgba(0, 0, 0, 0.55));
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  border: 1px solid rgba(240, 199, 106, 0.78);
  border-radius: 999px;
  padding: 0.58rem 1.1rem;
  color: var(--gold-bright);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover {
  background: rgba(240, 199, 106, 0.14);
  transform: translateY(-1px);
}

.page-shell {
  width: min(100%, 1536px);
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 100%, rgba(111, 75, 34, 0.18), transparent 24rem),
    linear-gradient(180deg, #030608 0%, #071014 52%, #020405 100%);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.55);
}

.hero {
  display: grid;
  grid-template-columns: minmax(32rem, 0.94fr) minmax(0, 1.32fr);
  min-height: clamp(31rem, 49vw, 42.5rem);
  scroll-margin-top: 5rem;
  border-bottom: 1px solid rgba(198, 150, 62, 0.22);
  background: #030608;
}

.hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(2rem, 5vw, 5.8rem) clamp(1.5rem, 4vw, 4.6rem) clamp(2rem, 4vw, 3rem);
  background:
    linear-gradient(90deg, rgba(3, 6, 8, 1) 0%, rgba(3, 6, 8, 0.96) 68%, rgba(3, 6, 8, 0.76) 100%),
    radial-gradient(circle at left bottom, rgba(220, 172, 83, 0.1), transparent 20rem);
}

.eyebrow {
  margin: 0 0 0.45rem;
  color: var(--gold-bright);
  font-size: clamp(0.82rem, 1.4vw, 1.14rem);
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0.85rem;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: clamp(3.45rem, 5vw, 5.25rem);
  font-weight: 600;
  line-height: 0.86;
  text-transform: uppercase;
}

.hero__lead {
  max-width: 36rem;
  margin-bottom: clamp(2rem, 4vw, 3.3rem);
  color: rgba(255, 255, 255, 0.93);
  font-size: clamp(1rem, 1.35vw, 1.55rem);
  line-height: 1.45;
}

.hero__image {
  min-height: 22rem;
  background:
    linear-gradient(90deg, rgba(3, 6, 8, 0.8) 0%, rgba(3, 6, 8, 0.08) 26%, transparent 54%),
    url("./assets/hero-eye.jpg") center / cover no-repeat;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(5.8rem, 1fr));
  gap: clamp(0.7rem, 2vw, 1.8rem);
  width: min(100%, 38rem);
}

.trust-grid article {
  display: grid;
  justify-items: center;
  gap: 0.72rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.72rem, 1vw, 0.92rem);
  line-height: 1.32;
  text-align: center;
}

.icon-badge {
  display: grid;
  width: clamp(2.1rem, 3.5vw, 3rem);
  aspect-ratio: 1;
  place-items: center;
  color: var(--gold-bright);
}

.icon-badge svg,
.button svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.4rem, 3.5vw, 4rem);
  padding: clamp(1.6rem, 3vw, 3rem) clamp(1.1rem, 2.6vw, 2.5rem);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, #05090b 0%, #081012 100%),
    radial-gradient(circle at center, rgba(238, 192, 100, 0.08), transparent 42rem);
}

.service-card {
  display: grid;
  grid-template-columns: minmax(8.75rem, 0.92fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 2vw, 1.7rem);
  min-width: 0;
}

.service-card img {
  width: 100%;
  aspect-ratio: 1;
  border: 2px solid var(--gold);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.34);
}

.service-card h2 {
  position: relative;
  margin-bottom: 1.5rem;
  color: var(--gold-bright);
  font-size: clamp(1.15rem, 1.7vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.12;
  text-transform: uppercase;
}

.service-card h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.78rem;
  width: 3rem;
  height: 2px;
  background: var(--gold-bright);
}

.service-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.82rem, 1vw, 1.02rem);
  line-height: 1.25;
}

.service-card li::marker {
  color: var(--gold-bright);
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--line);
  background: #030608;
}

.gallery-strip article {
  min-width: 0;
  border-right: 1px solid var(--line);
  background: #05090b;
}

.gallery-strip article:last-child {
  border-right: 0;
}

.gallery-strip img {
  width: 100%;
  aspect-ratio: 1.72;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.gallery-strip article:hover img {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.015);
}

.gallery-strip span {
  display: grid;
  min-height: 2.1rem;
  place-items: center;
  border-top: 1px solid rgba(198, 150, 62, 0.32);
  color: var(--gold-bright);
  font-size: clamp(0.76rem, 1.1vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.booking {
  position: relative;
  display: grid;
  min-height: clamp(10rem, 18vw, 15rem);
  place-items: center;
  padding: clamp(1.2rem, 3vw, 2.2rem) 1.25rem;
  overflow: hidden;
  scroll-margin-top: 5rem;
  text-align: center;
  background: #030608;
}

.booking__media {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(42vw, 38rem);
  background:
    linear-gradient(90deg, rgba(3, 6, 8, 0.28), #030608 76%),
    url("./assets/lashes-gallery.jpg") center / cover no-repeat;
  opacity: 0.68;
}

.booking__content {
  position: relative;
  z-index: 1;
}

.booking h2 {
  margin-bottom: 0.28rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.3vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.booking p {
  margin-bottom: 1rem;
  color: var(--gold-bright);
  font-size: clamp(1rem, 1.3vw, 1.25rem);
}

.booking__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem 1.5rem;
}

.social-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.social-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  gap: 0.55rem;
  border: 1px solid rgba(212, 166, 77, 0.58);
  border-radius: 999px;
  padding: 0.62rem 1rem;
  background: rgba(255, 248, 239, 0.04);
  color: rgba(255, 248, 239, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.social-button:hover {
  border-color: var(--gold-bright);
  background: rgba(240, 199, 106, 0.12);
  color: var(--gold-bright);
  transform: translateY(-1px);
}

.social-button svg {
  width: 1.08rem;
  height: 1.08rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.social-button:first-child svg {
  fill: currentColor;
  stroke: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  min-width: min(100%, 16.6rem);
  gap: 0.75rem;
  border: 1px solid var(--gold);
  border-radius: 4px;
  padding: 0.78rem 1.35rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button svg {
  width: 1.3rem;
  height: 1.3rem;
  flex: 0 0 auto;
}

.button--primary {
  border-color: transparent;
  background: linear-gradient(180deg, #d9b366, #bc8f3e);
  color: white;
}

.button--ghost {
  color: white;
}

.button--ghost:hover {
  background: rgba(212, 166, 77, 0.12);
}

.whatsapp-widget {
  position: fixed;
  z-index: 30;
  right: clamp(1rem, 2.2vw, 1.7rem);
  bottom: clamp(1rem, 2.2vw, 1.7rem);
  display: grid;
  justify-items: end;
  gap: 0.8rem;
  pointer-events: none;
}

.whatsapp-fab,
.whatsapp-panel {
  pointer-events: auto;
}

.whatsapp-fab {
  display: grid;
  width: clamp(3.45rem, 6vw, 4.25rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(240, 199, 106, 0.78);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(145deg, #e2b75c, #8d6425);
  color: white;
  cursor: pointer;
  box-shadow: 0 1rem 2.2rem rgba(0, 0, 0, 0.36);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-fab:hover {
  box-shadow: 0 1.1rem 2.5rem rgba(0, 0, 0, 0.44);
  transform: translateY(-2px);
}

.whatsapp-fab svg {
  width: 55%;
  height: 55%;
  fill: #ffffff;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.whatsapp-panel {
  width: min(calc(100vw - 2rem), 22rem);
  border: 1px solid rgba(240, 199, 106, 0.44);
  border-radius: 8px;
  padding: 0.95rem;
  background: rgba(3, 6, 8, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.46);
}

.whatsapp-panel[hidden] {
  display: none;
}

.whatsapp-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1;
}

.whatsapp-close {
  display: grid;
  width: 2rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(240, 199, 106, 0.4);
  border-radius: 50%;
  background: transparent;
  color: var(--ivory);
  cursor: pointer;
  font: inherit;
  line-height: 1;
}

.whatsapp-panel label {
  display: block;
  margin-bottom: 0.4rem;
  color: rgba(255, 248, 239, 0.74);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.whatsapp-panel textarea {
  width: 100%;
  min-height: 6.5rem;
  margin-bottom: 0.8rem;
  border: 1px solid rgba(240, 199, 106, 0.35);
  border-radius: 6px;
  padding: 0.78rem;
  resize: vertical;
  background: rgba(255, 248, 239, 0.06);
  color: var(--ivory);
  font: 500 0.92rem/1.45 var(--sans);
}

.whatsapp-panel textarea:focus {
  border-color: var(--gold-bright);
  outline: none;
  box-shadow: 0 0 0 3px rgba(240, 199, 106, 0.12);
}

.whatsapp-panel .button {
  width: 100%;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    min-height: 29rem;
  }

  .hero__image {
    min-height: 18rem;
    background-position: center 44%;
  }

  .services {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-card {
    grid-template-columns: minmax(10rem, 14.5rem) 1fr;
    max-width: 46rem;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .site-bar {
    min-height: 3.6rem;
  }

  .brand-link {
    width: 4.6rem;
    min-height: 2.75rem;
  }

  .brand-link img {
    max-height: 2.75rem;
  }

  .hero__copy {
    min-height: auto;
    padding-block: 4.4rem 2rem;
  }

  h1 {
    font-size: clamp(2.1rem, 9.6vw, 3.8rem);
    line-height: 0.92;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services {
    padding: 1.4rem 1rem;
  }

  .service-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .service-card img {
    width: min(72vw, 18rem);
  }

  .service-card h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .service-card ul {
    justify-items: start;
    text-align: left;
  }

  .gallery-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-strip article:nth-child(even) {
    border-right: 0;
  }

  .gallery-strip article:last-child {
    grid-column: 1 / -1;
  }

  .gallery-strip article:last-child img {
    aspect-ratio: 2.15;
  }

  .booking__media {
    width: 100%;
    opacity: 0.28;
    background:
      linear-gradient(180deg, rgba(3, 6, 8, 0.62), #030608 78%),
      url("./assets/lashes-gallery.jpg") center / cover no-repeat;
  }

  .booking__actions {
    display: grid;
  }

  .social-actions {
    display: grid;
  }
}

@media (max-width: 480px) {
  .eyebrow {
    letter-spacing: 0.2em;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .hero__image {
    min-height: 14rem;
  }

  .trust-grid {
    gap: 1rem 0.7rem;
  }

  .gallery-strip span {
    min-height: 2.25rem;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .whatsapp-widget {
    right: 0.85rem;
    bottom: 0.85rem;
  }
}

.whatsapp-fab{background:#25D366!important;border:3px solid #fff!important;animation:pulse 2.8s infinite;width:4.5rem!important}
.whatsapp-fab svg{width:72%!important;height:72%!important}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}
