@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
  --ink: #111111;
  --ink-soft: #26211f;
  --gold: #b89454;
  --gold-deep: #8f6b33;
  --champagne: #ece1d2;
  --ivory: #f8f2ea;
  --panel: rgba(255, 248, 241, 0.9);
  --line: rgba(184, 148, 84, 0.24);
  --berry: #9f234f;
  --berry-soft: #cf5d83;
  --muted: #6f625b;
  --shadow: 0 24px 60px rgba(17, 17, 17, 0.14);
}

html {
  font-size: 16px;
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--ink-soft);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.01em;
  background:
    radial-gradient(circle at top left, rgba(207, 93, 131, 0.2), transparent 28%),
    radial-gradient(circle at top right, rgba(184, 148, 84, 0.18), transparent 24%),
    linear-gradient(180deg, #120f10 0%, #1a1515 15%, #f5eee6 15%, #f8f2ea 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.05), transparent 34%),
    repeating-linear-gradient(
      90deg,
      rgba(184, 148, 84, 0.03) 0,
      rgba(184, 148, 84, 0.03) 1px,
      transparent 1px,
      transparent 64px
    );
  opacity: 0.55;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

.site-navbar {
  margin: 1rem auto 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(22, 18, 18, 0.92), rgba(12, 10, 10, 0.84));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.site-navbar .container::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: -0.35rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 148, 84, 0.55), transparent);
  opacity: 0.8;
}

.navbar-brand {
  color: var(--champagne);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #fff4de;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.18);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(207, 93, 131, 0.22);
}

.navbar-nav {
  gap: 0.4rem;
}

.nav-link {
  color: rgba(255, 248, 241, 0.78);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff8f0;
  background: linear-gradient(180deg, rgba(184, 148, 84, 0.18), rgba(255, 255, 255, 0.05));
  transform: translateY(-1px);
}

main {
  padding-bottom: 2rem;
}

.section-label {
  margin-bottom: 0.8rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.8fr);
  gap: 1.5rem;
  align-items: stretch;
  margin-bottom: 3rem;
}

.home-hero-copy,
.brand-panel,
.info-card,
.signature-note,
.quote-copy,
.thank-you-note,
.services-intro,
.service-card {
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  box-shadow: var(--shadow);
}

.home-hero-copy {
  padding: 3rem;
  background:
    radial-gradient(circle at top right, rgba(207, 93, 131, 0.18), transparent 25%),
    linear-gradient(135deg, rgba(19, 16, 17, 0.96), rgba(33, 24, 23, 0.92));
  color: #f8f1e8;
  animation: rise-in 700ms ease-out both;
}

.home-hero-copy h1,
.quote-copy h2,
.thank-you-note h2,
.section-heading h2,
.service-card h3,
.services-intro h1,
.info-card h2,
.contact-hero h1,
.contact-card h2,
.map-card h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.01em;
}

.home-hero-copy h1 {
  max-width: 12ch;
  margin: 0 0 1rem;
  font-size: clamp(2.45rem, 5vw, 4.2rem);
  line-height: 0.98;
}

.home-hero-lead {
  max-width: 42rem;
  color: rgba(248, 241, 232, 0.82);
  font-size: 0.96rem;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.btn-brand,
.btn-outline-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.83rem;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn-brand {
  border: none;
  color: #180f11;
  background: linear-gradient(135deg, #d5b16d, #b88f47);
  box-shadow: 0 14px 30px rgba(184, 148, 84, 0.24);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #180f11;
  background: linear-gradient(135deg, #e4bf79, #c89b4e);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(184, 148, 84, 0.28);
}

.btn-outline-brand {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff3e6;
  background: rgba(255, 255, 255, 0.04);
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  border-color: rgba(207, 93, 131, 0.45);
  color: #fff7f7;
  background: rgba(207, 93, 131, 0.12);
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(17, 17, 17, 0.18);
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-highlights span {
  padding: 0.6rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 244, 236, 0.88);
  font-size: 0.84rem;
}

.brand-panel {
  position: relative;
  overflow: hidden;
  padding: 1.2rem;
  background: linear-gradient(180deg, rgba(22, 18, 18, 0.98), rgba(38, 30, 28, 0.92));
  color: #f7efe4;
  animation: rise-in 820ms ease-out 80ms both;
}

.brand-panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -25% 30%;
  height: 220px;
  background: radial-gradient(circle, rgba(207, 93, 131, 0.24), transparent 66%);
  pointer-events: none;
}

.brand-panel-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-panel-copy {
  position: relative;
  z-index: 1;
  padding: 1.1rem 0.25rem 0.4rem;
}

.brand-panel-copy p:last-child {
  margin-bottom: 0;
  color: rgba(247, 239, 228, 0.76);
  line-height: 1.7;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 1.5rem;
}

.info-card,
.signature-note,
.quote-copy,
.thank-you-note,
.services-intro,
.service-card {
  background: var(--panel);
  backdrop-filter: blur(10px);
}

.info-card,
.signature-note,
.quote-copy,
.thank-you-note {
  padding: 2rem;
}

.info-card-feature {
  background:
    linear-gradient(135deg, rgba(255, 248, 241, 0.96), rgba(245, 233, 220, 0.92));
}

.info-card h2,
.services-intro h1 {
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 3.6vw, 2.8rem);
  line-height: 1.02;
}

.home-hero-copy p,
.signature-note p,
.quote-copy p,
.thank-you-note p,
.services-intro-copy p,
.contact-hero-copy p,
.contact-card dd,
.map-card p,
.service-list p {
  font-size: 1rem;
}

.info-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.info-card li {
  margin-bottom: 0.9rem;
  line-height: 1.75;
}

.signature-note {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(207, 93, 131, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 248, 241, 0.95), rgba(239, 227, 214, 0.92));
  animation: rise-in 900ms ease-out 140ms both;
}

.signature-note::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(184, 148, 84, 0.12);
  pointer-events: none;
}

.signature-note p:last-child {
  margin-bottom: 0;
}

.quote-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1fr);
  gap: 1.6rem;
  align-items: center;
}

.quote-visual {
  position: relative;
  min-height: 100%;
}

.quote-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 1.8rem;
  box-shadow: 0 24px 60px rgba(40, 17, 24, 0.28);
}

.quote-image-glow {
  position: absolute;
  inset: auto 4% -6% auto;
  width: 68%;
  height: 42%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(159, 35, 79, 0.42), transparent 70%);
  filter: blur(10px);
}

.quote-copy {
  position: relative;
  overflow: hidden;
  padding: 2.4rem;
  animation: rise-in 980ms ease-out 200ms both;
}

.quote-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(184, 148, 84, 0.08), transparent 38%),
    radial-gradient(circle at bottom right, rgba(207, 93, 131, 0.12), transparent 32%);
  pointer-events: none;
}

.salon-quote,
.quote-signature {
  position: relative;
  z-index: 1;
}

.salon-quote {
  margin: 0;
  color: #231f1d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  font-weight: 600;
  line-height: 1.18;
  text-wrap: balance;
}

.quote-signature {
  margin-top: 1.3rem;
  color: var(--berry);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thank-you-note {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18, 15, 16, 0.95), rgba(28, 21, 21, 0.92)),
    linear-gradient(90deg, rgba(184, 148, 84, 0.08), transparent);
  color: #f7efe4;
  animation: rise-in 1060ms ease-out 260ms both;
}

.thank-you-note::after {
  content: "";
  position: absolute;
  inset: auto -4rem -5rem auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(207, 93, 131, 0.22), transparent 70%);
}

.thank-you-note h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.thank-you-note p {
  position: relative;
  z-index: 1;
  color: rgba(247, 239, 228, 0.8);
  line-height: 1.8;
}

.services-intro {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem 2.2rem;
  background:
    radial-gradient(circle at top right, rgba(207, 93, 131, 0.14), transparent 22%),
    linear-gradient(135deg, rgba(255, 249, 242, 0.96), rgba(243, 232, 220, 0.94));
}

.services-intro-copy {
  max-width: 48rem;
}

.services-intro-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.8;
}

.services-intro-accent {
  display: flex;
  gap: 0.7rem;
  align-items: center;
}

.services-intro-accent span {
  display: block;
  width: 0.9rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--berry), var(--gold));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.services-intro-accent span:nth-child(1) {
  height: 4rem;
}

.services-intro-accent span:nth-child(2) {
  height: 6rem;
}

.services-intro-accent span:nth-child(3) {
  height: 3rem;
}

.alert {
  border: 1px solid var(--line);
  border-radius: 1.2rem;
}

.section-heading {
  margin-bottom: 1.3rem;
}

.section-heading p {
  max-width: 52rem;
  color: var(--muted);
}

.service-card {
  height: 100%;
  padding: 1.75rem 1.75rem 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 251, 246, 0.98), rgba(249, 242, 235, 0.94));
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.08);
}

.service-card-header {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(184, 148, 84, 0.16);
}

.service-card h3 {
  margin: 0;
  font-size: 1.85rem;
}

.service-category-description {
  margin: 0.75rem 0 0;
  color: var(--muted);
  line-height: 1.72;
}

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

.service-list li {
  padding: 1rem 0;
  border-bottom: 1px dashed rgba(184, 148, 84, 0.18);
}

.service-list li:last-child {
  border-bottom: 0;
}

.service-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.35rem;
  font-weight: 700;
}

.service-name {
  color: var(--ink-soft);
}

.service-price {
  color: var(--berry);
  white-space: nowrap;
}

.service-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.service-sublist {
  margin: 0.9rem 0 0;
  padding: 0.9rem 0 0 1rem;
  list-style: none;
  border-top: 1px solid rgba(184, 148, 84, 0.14);
}

.service-sublist li {
  padding: 0.8rem 0 0;
  border-bottom: 0;
}

.service-sublist li:first-child {
  padding-top: 0;
}

.service-meta-child .service-name {
  font-size: 0.98rem;
}

.contact-hero {
  padding: 2rem 2.2rem;
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at top right, rgba(207, 93, 131, 0.12), transparent 25%),
    linear-gradient(135deg, rgba(255, 249, 242, 0.96), rgba(243, 232, 220, 0.94));
}

.contact-hero h1 {
  margin-bottom: 0.85rem;
  font-size: clamp(2.35rem, 4.8vw, 4.2rem);
  line-height: 0.96;
}

.contact-hero-copy {
  max-width: 48rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.15fr);
  gap: 1.5rem;
}

.contact-card,
.map-card {
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  box-shadow: var(--shadow);
  background: var(--panel);
  backdrop-filter: blur(10px);
}

.contact-card {
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(18, 15, 16, 0.96), rgba(31, 24, 24, 0.93));
  color: #f7efe4;
}

.contact-card h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin: 0;
}

.contact-list div {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-list dt {
  margin-bottom: 0.3rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 0;
  color: rgba(247, 239, 228, 0.88);
  line-height: 1.8;
}

.contact-list a {
  color: #fff3e6;
  text-decoration: none;
}

.contact-list a:hover,
.contact-list a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.map-card {
  overflow: hidden;
}

.map-card-header {
  padding: 2rem 2rem 1.2rem;
}

.map-card h2 {
  margin-bottom: 0.7rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.map-card-header p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.map-embed {
  padding: 0 1rem 1rem;
}

.map-embed iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 1.2rem;
}

.site-footer {
  margin-top: 2rem;
  padding: 1.6rem 0 2.2rem;
  border-top: 1px solid rgba(184, 148, 84, 0.16);
  color: #3f312d;
  background: transparent;
  text-align: center;
  font-size: 0.95rem;
}

.site-footer p {
  margin-bottom: 0.35rem;
}

.site-footer a {
  color: #5b4334;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #2b201c;
  text-decoration: underline;
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
    width: 100%;
}

.footer-credit {
    display: flex;    
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;    
}

.footer-credit-logo {
    height: 2.28em;
    width: auto;
    display: block;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .home-hero,
  .content-grid,
  .quote-feature,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .services-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-hero-copy {
    padding: 2.35rem;
  }

  .home-hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  body {
    background:
      radial-gradient(circle at top left, rgba(207, 93, 131, 0.18), transparent 26%),
      linear-gradient(180deg, #120f10 0%, #1a1515 12%, #f5eee6 12%, #f8f2ea 100%);
  }

  .site-navbar {
    margin-top: 0.75rem;
    border-radius: 1.1rem;
  }

  .navbar-brand {
    font-size: 1.7rem;
  }

  .home-hero-copy,
  .info-card,
  .signature-note,
  .quote-copy,
  .thank-you-note,
  .services-intro,
  .service-card,
  .contact-hero,
  .contact-card,
  .map-card-header {
    padding: 1.4rem;
    border-radius: 1.2rem;
  }

  .map-embed {
    padding: 0 0.75rem 0.75rem;
  }

  .home-hero-copy h1,
  .services-intro h1,
  .info-card h2,
  .thank-you-note h2,
  .contact-hero h1,
  .contact-card h2,
  .map-card h2 {
    font-size: clamp(2rem, 10vw, 2.9rem);
  }

  .salon-quote {
    font-size: clamp(1.55rem, 8vw, 2.2rem);
  }

  .hero-actions,
  .hero-highlights {
    flex-direction: column;
    align-items: stretch;
  }

  .services-intro-accent {
    display: none;
  }
}
