/* E-Jean Hair Beauty and Design — premium salon landing styles */

:root {
  --ink: #1c1410;
  --ink-soft: #3d322c;
  --muted: #6e625a;
  --paper: #faf8f5;
  --paper-2: #f1ebe3;
  --line: rgba(28, 20, 16, 0.12);
  --gold: #b08d57;
  --gold-bright: #c9a66b;
  --champagne: #e8d9c0;
  --dark: #120e0c;
  --white: #ffffff;
  --header-offset: 6.75rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --shadow-soft: 0 18px 50px rgba(18, 14, 12, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink-soft);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(176, 141, 87, 0.12), transparent 55%),
    radial-gradient(900px 500px at 100% 20%, rgba(232, 217, 192, 0.35), transparent 50%),
    var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: color 0.25s var(--ease), opacity 0.25s var(--ease), transform 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease);
}

a:hover {
  color: var(--gold);
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

h1 {
  font-size: clamp(2.8rem, 8vw, 5.6rem);
  letter-spacing: -0.02em;
  font-weight: 600;
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  letter-spacing: -0.015em;
}

h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

p {
  margin: 0 0 1rem;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  background: var(--ink);
  color: var(--white);
  padding: 0.75rem 1rem;
  z-index: 10000;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.container.narrow {
  width: min(760px, calc(100% - 2.5rem));
}

.center {
  text-align: center;
}

/* Claim bar — fixed */
.claim-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--dark);
  color: var(--champagne);
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  padding: 0.55rem 1rem;
  border-bottom: 1px solid rgba(232, 217, 192, 0.15);
}

.claim-bar p {
  margin: 0;
}

.claim-cta {
  display: inline-block;
  margin-left: 0.55rem;
  padding: 0.28rem 0.8rem;
  background: var(--gold);
  color: var(--dark) !important;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.03em;
  border-radius: 2px;
}

.claim-cta:hover {
  background: var(--gold-bright);
  transform: translateY(-1px);
}

/* Header */
.site-header {
  position: fixed;
  top: 2.35rem;
  left: 0;
  right: 0;
  z-index: 999;
  backdrop-filter: blur(14px);
  background: rgba(250, 248, 245, 0.78);
  border-bottom: 1px solid var(--line);
  transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.site-header.is-scrolled {
  background: rgba(250, 248, 245, 0.92);
  box-shadow: 0 8px 30px rgba(18, 14, 12, 0.06);
}

.nav {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.1rem;
  gap: 1rem;
}

.nav-brand {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--ink);
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.nav-menu a {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-soft);
}

.nav-menu a:hover,
.nav-menu a.is-active {
  color: var(--gold);
}

.nav-phone {
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 1.35rem;
  height: 1.5px;
  margin: 0.35rem auto;
  background: var(--ink);
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: calc(var(--header-offset) + 2rem) 0 4.5rem;
  color: var(--paper);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  animation: heroZoom 18s var(--ease) infinite alternate;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 14, 12, 0.35) 0%, rgba(18, 14, 12, 0.55) 40%, rgba(18, 14, 12, 0.88) 100%),
    linear-gradient(90deg, rgba(18, 14, 12, 0.55), transparent 55%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
  max-width: 42rem;
}

.hero-eyebrow,
.section-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 1rem;
}

.hero h1 {
  color: var(--white);
  margin-bottom: 1rem;
}

.hero-lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 300;
  color: rgba(250, 248, 245, 0.88);
  max-width: 34rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.2rem;
  margin: 1.5rem 0 2rem;
}

.rating {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.rating-score,
.reviews-score {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: var(--champagne);
}

.rating-stars,
.reviews-stars {
  color: var(--gold-bright);
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.rating-count,
.cuisine-tag {
  font-size: 0.9rem;
  color: rgba(250, 248, 245, 0.78);
}

.meta-divider {
  width: 1px;
  height: 1.25rem;
  background: rgba(250, 248, 245, 0.25);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.45rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 2px;
}

.btn-primary {
  background: var(--gold);
  color: var(--dark);
}

.btn-primary:hover {
  background: var(--gold-bright);
  color: var(--dark);
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  border-color: rgba(250, 248, 245, 0.45);
}

.btn-secondary:hover {
  border-color: var(--champagne);
  color: var(--champagne);
  transform: translateY(-2px);
}

.section .btn-secondary {
  color: var(--ink);
  border-color: var(--line);
}

.section .btn-secondary:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* Breadcrumbs */
.breadcrumbs {
  width: min(1120px, calc(100% - 2.5rem));
  margin: 1.25rem auto 0;
}

.breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 0.4rem;
  color: var(--line);
}

.breadcrumbs a {
  text-decoration: none;
}

/* Sections */
.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2.75rem;
}

.section-head.light .section-label,
.section-head.light h2,
.section-head.light .section-intro {
  color: inherit;
}

.section-label {
  color: var(--gold);
}

.section-intro {
  color: var(--muted);
  font-size: 1.05rem;
}

.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.split.reverse {
  grid-template-columns: 0.9fr 1.1fr;
}

.split.reverse .experience-copy {
  order: 2;
}

.split.reverse .experience-visual {
  order: 1;
}

.about-points {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.about-points li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--ink-soft);
}

.about-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--gold);
}

.about-aside {
  display: grid;
  gap: 1.25rem;
  padding: 1.75rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat-block {
  display: grid;
  gap: 0.2rem;
}

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--ink);
  line-height: 1;
}

.stat-label {
  font-size: 0.92rem;
  color: var(--muted);
}

/* Why */
.why {
  background:
    linear-gradient(180deg, rgba(241, 235, 227, 0.65), rgba(241, 235, 227, 0.2));
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.75rem;
}

.why-item {
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.why-item p {
  color: var(--muted);
  margin: 0;
  font-size: 0.98rem;
}

/* Services */
.service-list {
  display: grid;
  gap: 0;
}

.service-row {
  display: grid;
  grid-template-columns: minmax(10rem, 0.35fr) 1fr;
  gap: 1rem 2rem;
  padding: 1.45rem 0;
  border-top: 1px solid var(--line);
  transition: padding-left 0.35s var(--ease);
}

.service-row:last-child {
  border-bottom: 1px solid var(--line);
}

.service-row:hover {
  padding-left: 0.5rem;
}

.service-row h3 {
  margin: 0;
}

.service-row p {
  margin: 0;
  color: var(--muted);
}

/* Signature */
.signature {
  background:
    linear-gradient(135deg, #1c1410 0%, #2a211c 55%, #3a2d22 100%);
  color: rgba(250, 248, 245, 0.85);
}

.signature h2,
.signature h3 {
  color: var(--white);
}

.signature .section-label {
  color: var(--gold-bright);
}

.signature .section-intro {
  color: rgba(250, 248, 245, 0.7);
}

.signature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.signature-item {
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(232, 217, 192, 0.25);
}

.signature-item p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(250, 248, 245, 0.68);
}

/* Experience */
.experience-visual {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--shadow-soft);
}

.experience-visual img {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.experience-visual:hover img {
  transform: scale(1.04);
}

/* Features */
.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.5rem;
}

.feature-list li {
  padding: 1.15rem 0;
  border-top: 1px solid var(--line);
  font-weight: 500;
  color: var(--ink);
}

/* Reviews */
.reviews {
  background: var(--paper-2);
}

.reviews-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
}

.reviews-score {
  color: var(--ink);
}

.reviews-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.review {
  margin: 0;
  padding: 0;
  border: 0;
}

.review p {
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.45;
  color: var(--ink);
  margin-bottom: 1rem;
}

.review footer {
  font-size: 0.85rem;
  color: var(--muted);
}

/* Nearby */
.nearby-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.nearby-list li {
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.nearby-list strong {
  color: var(--ink);
  font-weight: 600;
}

/* FAQ */
.faq-list {
  display: grid;
  gap: 0.65rem;
}

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 0.35rem 0 0.85rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  color: var(--gold);
  font-size: 1.25rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0 0 0.75rem;
  color: var(--muted);
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: stretch;
}

.contact-info h3 {
  margin-bottom: 0.75rem;
}

.contact-info a {
  font-weight: 600;
  text-decoration: none;
}

.hours {
  margin: 1.75rem 0;
}

.hours h4 {
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.75rem;
}

.hours ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.contact-map {
  min-height: 22rem;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--shadow-soft);
  background: var(--paper-2);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  border: 0;
  filter: grayscale(0.2) contrast(1.05);
}

/* Final CTA */
.cta-final {
  background:
    radial-gradient(700px 300px at 50% 0%, rgba(176, 141, 87, 0.18), transparent 60%),
    var(--paper);
  text-align: center;
}

.cta-final .hero-actions {
  justify-content: center;
  margin-top: 1.75rem;
}

.cta-final .btn-secondary {
  color: var(--ink);
  border-color: var(--line);
}

/* Footer */
.site-footer {
  background: var(--dark);
  color: rgba(250, 248, 245, 0.72);
  padding: 4rem 0 0;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--white);
  margin-bottom: 0.75rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
}

.site-footer h3 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--champagne);
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.footer-links a,
.site-footer a {
  color: rgba(250, 248, 245, 0.78);
  text-decoration: none;
}

.footer-links a:hover,
.site-footer a:hover {
  color: var(--gold-bright);
}

.footer-bottom {
  margin-top: 3rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(250, 248, 245, 0.1);
  text-align: center;
  font-size: 0.85rem;
}

.footer-bottom p {
  margin: 0;
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

/* Animations */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

@keyframes heroZoom {
  from { transform: scale(1.02); }
  to { transform: scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hero-media img {
    animation: none;
  }
}

/* Responsive */
@media (max-width: 960px) {
  .split,
  .split.reverse,
  .why-grid,
  .signature-grid,
  .review-grid,
  .feature-list,
  .contact-grid,
  .footer-grid,
  .service-row {
    grid-template-columns: 1fr;
  }

  .split.reverse .experience-copy,
  .split.reverse .experience-visual {
    order: initial;
  }

  .signature-grid,
  .why-grid,
  .review-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-list {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  :root {
    --header-offset: 6.4rem;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    inset: 6.4rem 0 auto 0;
    background: rgba(250, 248, 245, 0.97);
    backdrop-filter: blur(12px);
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem 1.5rem 1.75rem;
    border-bottom: 1px solid var(--line);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s var(--ease), opacity 0.35s var(--ease);
  }

  .nav-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .hero {
    align-items: center;
    padding-bottom: 3.5rem;
  }

  .meta-divider {
    display: none;
  }

  .signature-grid,
  .why-grid,
  .review-grid,
  .feature-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .experience-visual img {
    min-height: 18rem;
  }
}

@media (max-width: 480px) {
  .hero-actions,
  .contact-actions {
    width: 100%;
  }

  .btn {
    width: 100%;
  }
}
