:root {
  --ink: #25202a;
  --muted: #746c78;
  --line: #f1d9d2;
  --paper: #fff8f1;
  --soft: #ffece2;
  --rose: #e8557b;
  --wine: #7f294e;
  --sage: #23756f;
  --gold: #f2aa4c;
  --coral: #ff7a59;
  --mint: #dff7ec;
  --lilac: #f2e9ff;
  --white: #ffffff;
  --shadow: 0 20px 54px rgba(92, 45, 64, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(232, 85, 123, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #fff8f1 0%, #fff3ec 42%, #f8fbf7 100%);
  background-size: 46px 46px, auto;
  color: var(--ink);
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 14px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 14px auto -88px;
  padding: 12px 14px 12px 18px;
  background: rgba(255, 248, 241, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(37, 32, 42, 0.12);
  backdrop-filter: blur(18px) saturate(1.25);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose), var(--coral) 55%, var(--gold));
  color: var(--white);
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: var(--sage);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.94rem;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
}

.site-nav a:hover {
  background: rgba(232, 85, 123, 0.1);
  color: var(--rose);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: min(720px, calc(100vh - 74px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #1e1720;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -40px;
  z-index: 0;
  background-image: var(--photo-bg);
  background-position: center;
  background-size: cover;
  filter: blur(24px) saturate(1.08);
  opacity: 0.52;
  transform: scale(1.06);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: 1;
  inset: auto clamp(12px, 3vw, 44px) clamp(44px, 7vw, 90px) auto;
  width: min(38vw, 500px);
  height: min(68vh, 560px);
  object-fit: contain;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 40px 8px 40px 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}

.hero-overlay {
  z-index: 2;
  background:
    linear-gradient(110deg, rgba(37, 32, 42, 0.9) 0%, rgba(127, 41, 78, 0.72) 43%, rgba(35, 117, 111, 0.24) 100%),
    linear-gradient(0deg, rgba(37, 32, 42, 0.48), rgba(255, 122, 89, 0.08));
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(880px, 100%);
  padding: clamp(130px, 15vw, 190px) clamp(18px, 6vw, 84px) clamp(70px, 9vw, 112px);
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--coral);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  font-family: Poppins, system-ui, sans-serif;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.45rem, 4.9vw, 4.8rem);
  font-weight: 800;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4rem);
  font-weight: 800;
}

h3 {
  margin: 0;
  font-size: 1.08rem;
}

.hero-content p:not(.eyebrow) {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button.primary {
  background: linear-gradient(135deg, var(--rose), var(--coral));
  color: var(--white);
  box-shadow: 0 14px 30px rgba(232, 85, 123, 0.28);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(10px);
}

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

.section {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 64px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(280px, 1.38fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  background:
    linear-gradient(135deg, var(--soft), var(--lilac) 54%, var(--mint));
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid var(--line);
}

.intro > div {
  position: relative;
  padding-left: 22px;
}

.intro > div::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--rose), var(--gold), var(--sage));
}

.intro p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.85;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto 38px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.service-card {
  grid-column: span 2;
  position: relative;
  min-height: 285px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px 8px 28px 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 241, 0.96));
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(127, 41, 78, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:nth-child(1),
.service-card:nth-child(6) {
  grid-column: span 3;
}

.service-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: 22px;
  width: 150px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rose), var(--gold));
  opacity: 0.22;
  transform: rotate(-38deg);
}

.service-card:hover {
  border-color: rgba(232, 85, 123, 0.5);
  box-shadow: 0 22px 46px rgba(127, 41, 78, 0.16);
  transform: translateY(-3px);
}

.service-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--sage);
  font-weight: 800;
  font-size: 0.82rem;
}

.service-card h3 {
  margin-top: 42px;
  font-size: 1.3rem;
}

.service-card p {
  color: var(--muted);
  line-height: 1.7;
}

.service-card strong {
  color: var(--rose);
}

.gallery-section {
  background: linear-gradient(135deg, #241824, #4d2142 48%, #174d4b);
  color: var(--white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr;
  gap: clamp(16px, 3vw, 30px);
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.image-frame {
  position: relative;
  height: clamp(320px, 38vw, 520px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 42px 8px 42px 8px;
  background: #241824;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.image-frame::before {
  content: "";
  position: absolute;
  inset: -18px;
  background-image: var(--photo-bg);
  background-position: center;
  background-size: cover;
  filter: blur(18px);
  opacity: 0.72;
  transform: scale(1.08);
}

.gallery-grid img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-grid .image-frame:nth-child(2) {
  height: clamp(280px, 32vw, 450px);
  margin-top: 62px;
  border-radius: 8px 42px 8px 42px;
}

.gallery-grid .image-frame:nth-child(3) {
  height: clamp(340px, 42vw, 560px);
  margin-top: 24px;
}

.gallery-facebook {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1180px;
  margin: 36px auto 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px 8px 28px 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.gallery-facebook p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.hours-layout,
.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
  max-width: 1180px;
  margin-inline: auto;
}

.hours-list,
.notice,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 30px 10px 30px 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.hours-list {
  position: relative;
  padding: 10px 0;
}

.hours-list::before {
  content: "";
  position: absolute;
  top: 46px;
  bottom: 46px;
  left: 28px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--rose), var(--gold), var(--sage));
}

.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  padding: 18px 24px 18px 54px;
  border-bottom: 0;
}

.hours-list div::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 25px;
  width: 15px;
  height: 15px;
  border: 4px solid var(--paper);
  border-radius: 50%;
  background: var(--rose);
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.98),
    0 0 0 9px rgba(232, 85, 123, 0.22);
}

.hours-list span {
  color: var(--sage);
  font-weight: 700;
}

.notice {
  padding: 32px;
  background: linear-gradient(135deg, var(--sage), #194f5f);
  color: var(--white);
  transform: rotate(-1deg);
}

.notice p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
}

.contact-section {
  grid-template-columns: minmax(280px, 560px) minmax(300px, 500px);
  justify-content: center;
  background:
    linear-gradient(135deg, #fff0e5 0%, #fff8f1 52%, #eaf8f2 100%);
}

.contact-section.section {
  max-width: none;
}

.contact-copy p:not(.section-kicker) {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.8;
}

.contact-details,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.contact-details button,
.contact-details span,
.social-links a {
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
}

.contact-details button,
.contact-details span {
  cursor: pointer;
  text-align: left;
}

.contact-details button:hover,
.contact-details button:focus-visible,
.contact-details span:hover {
  border-color: var(--rose);
  color: var(--wine);
  box-shadow: 0 10px 24px rgba(232, 85, 123, 0.12);
}

.social-links a {
  color: var(--wine);
  background: linear-gradient(135deg, #ffffff, #fff1eb);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: clamp(20px, 3vw, 34px);
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.9rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 13px 12px;
  color: var(--ink);
  background: #fffdf9;
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(232, 85, 123, 0.12);
  outline: none;
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: var(--sage);
  font-weight: 700;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 5vw, 64px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: #fffdf9;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--wine);
  font-weight: 800;
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .hero-image {
    width: min(34vw, 360px);
  }

  .hero-content {
    width: min(720px, 100%);
  }

  h1 {
    font-size: clamp(2.35rem, 6vw, 4rem);
  }

  .site-nav {
    position: absolute;
    top: 66px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .intro,
  .hours-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(6) {
    grid-column: auto;
  }

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

  .gallery-grid .image-frame:nth-child(2) {
    margin-top: 0;
  }

  .gallery-grid .image-frame:nth-child(3) {
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .brand strong {
    font-size: 0.95rem;
  }

  .hero {
    min-height: 680px;
    align-items: end;
  }

  .hero-image {
    inset: 94px 16px auto 16px;
    width: calc(100% - 32px);
    height: 300px;
    border-radius: 28px 8px 28px 8px;
  }

  .hero-content {
    padding-top: 430px;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(37, 32, 42, 0.86), rgba(127, 41, 78, 0.24));
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .section-heading,
  .site-footer {
    display: block;
  }

  .services-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .hours-list div {
    display: grid;
    gap: 6px;
  }
}
