:root {
  --bg: #fdf7f2;
  --surface: #fffaf6;
  --surface-soft: #f9efe9;
  --text: #4b3a38;
  --muted: #7e6a65;
  --rose-gold: #b88978;
  --gold-soft: #e4c8ae;
  --border: #ecdcd0;
  --shadow: 0 12px 30px rgba(184, 137, 120, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #f5e9e1;
  background:
    linear-gradient(145deg, rgba(255, 250, 246, 0.68), rgba(248, 236, 229, 0.62)),
    radial-gradient(circle at 18% 12%, rgba(255, 232, 223, 0.44), transparent 38%),
    radial-gradient(circle at 86% 24%, rgba(249, 230, 218, 0.42), transparent 34%),
    url("rose gold/rosegold.jpg") center center / cover fixed no-repeat;
  color: var(--text);
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
  position: relative;
  min-height: 100vh;
}

body::before,
body::after {
  content: "";
  position: fixed;
  width: 190px;
  height: 190px;
  pointer-events: none;
  z-index: -1;
  opacity: 0.45;
  background:
    radial-gradient(circle at 42% 30%, rgba(255, 255, 255, 0.85) 0 7px, transparent 8px),
    radial-gradient(circle at 66% 62%, rgba(255, 255, 255, 0.65) 0 5px, transparent 6px),
    radial-gradient(circle at 20% 76%, rgba(246, 215, 190, 0.5) 0 9px, transparent 10px);
  filter: drop-shadow(0 0 8px rgba(255, 246, 236, 0.8));
}

body::before {
  top: 10px;
  right: 8px;
}

body::after {
  bottom: 12px;
  left: 8px;
}

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

a {
  color: inherit;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(255, 249, 244, 0.72), rgba(255, 246, 239, 0.45));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(232, 202, 179, 0.5);
  box-shadow: 0 8px 26px rgba(86, 54, 42, 0.12);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.95rem 0 0.85rem;
}

.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: flex-start;
  padding: 0.15rem 0.4rem 0.2rem 0;
  border-left: 1px solid rgba(212, 178, 154, 0.35);
  padding-left: 0.9rem;
  max-width: 100%;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.42rem, 3.8vw, 2.15rem);
  color: #705249;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: lowercase;
}

.brand-tagline {
  font-family: "Allura", "Brush Script MT", cursive;
  letter-spacing: 0.08em;
  font-size: clamp(0.74rem, 1.7vw, 0.92rem);
  color: #a88274;
  margin-top: 0.28rem;
  text-transform: none;
}

.corner-promo {
  margin: 1.4rem 0 0 auto;
  width: min(315px, 92%);
  text-align: left;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(248, 223, 208, 0.6);
  background: linear-gradient(165deg, rgba(255, 246, 239, 0.24), rgba(255, 230, 214, 0.12));
  box-shadow: 0 10px 24px rgba(29, 17, 14, 0.14);
  backdrop-filter: blur(2px);
}

.corner-promo p {
  margin: 0.2rem 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.95rem;
  color: #5d3a34;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-wrap: pretty;
}

.corner-promo a {
  color: #6a3f36;
  text-decoration-color: rgba(106, 63, 54, 0.45);
  text-underline-offset: 0.18rem;
  font-weight: 600;
}

.menu-button {
  margin-left: auto;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--rose-gold);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  font-size: 1.2rem;
}

.nav-wrap {
  width: 100%;
  display: none;
  border-top: 1px solid var(--border);
}

.nav-wrap.open {
  display: block;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0 0.9rem;
  display: grid;
  gap: 0.25rem;
}

.nav-list a {
  display: block;
  text-decoration: none;
  padding: 0.55rem 0.6rem;
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-list a[aria-current="page"],
.nav-list a:hover,
.nav-list a:focus-visible {
  background: var(--surface-soft);
  color: var(--rose-gold);
  outline: none;
}

.hero {
  position: relative;
  isolation: isolate;
  padding: clamp(2.5rem, 8vw, 5.5rem) 0 clamp(3rem, 8vw, 6rem);
  min-height: 120vh;
  display: flex;
  align-items: center;
  background: transparent;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 242, 232, 0.24), transparent 48%),
    radial-gradient(circle at 75% 12%, rgba(244, 208, 190, 0.2), transparent 42%),
    linear-gradient(to bottom, rgba(70, 43, 36, 0.35), rgba(86, 52, 43, 0.24));
}

.hero-content {
  text-align: center;
  color: #fff8f2;
  text-shadow: 0 2px 16px rgba(34, 22, 18, 0.35);
  max-width: min(920px, 94vw);
}

.kicker {
  font-family: "Cormorant Garamond", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #f2dfd2;
  font-size: 0.78rem;
  margin-bottom: 0.45rem;
  font-weight: 600;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.2;
  margin: 0 0 0.8rem;
  color: inherit;
}

h1 {
  font-size: clamp(1.8rem, 5.8vw, 3.45rem);
  font-weight: 600;
  letter-spacing: 0.01em;
}

h2 {
  font-size: clamp(1.7rem, 4vw, 2.6rem);
}

.section {
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.page-intro .container,
.section > .container {
  background: linear-gradient(160deg, rgba(255, 251, 247, 0.82), rgba(255, 246, 240, 0.76));
  border: 1px solid rgba(236, 220, 208, 0.72);
  border-radius: 18px;
  padding: clamp(1rem, 3vw, 1.4rem);
  box-shadow: 0 12px 28px rgba(184, 137, 120, 0.08);
  backdrop-filter: blur(1.5px);
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 245, 238, 0.52), rgba(249, 234, 225, 0.46));
  border-top: 1px solid rgba(236, 220, 208, 0.6);
  border-bottom: 1px solid rgba(236, 220, 208, 0.6);
}

.home-welcome {
  padding-bottom: clamp(2.8rem, 7vw, 5rem);
}

.divider {
  width: min(280px, 70%);
  margin: 1rem 0 1.3rem;
  border: 0;
  border-top: 1px solid var(--gold-soft);
  position: relative;
}

.divider::after {
  content: "✦";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -58%);
  background: var(--bg);
  color: var(--rose-gold);
  padding: 0 0.45rem;
}

.section-soft .divider::after {
  background: var(--surface-soft);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.btn {
  border: 1px solid var(--rose-gold);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.68rem 1.1rem;
  border-radius: 999px;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.btn-primary {
  background: linear-gradient(135deg, #c59a63, #b5834b);
  color: #fff;
}

.btn-secondary {
  color: var(--rose-gold);
  background: #fff;
}

.card,
.contact-box {
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.lead {
  font-size: 1.06rem;
  color: #55443b;
  max-width: 62ch;
  margin: 0.8rem auto 0;
}

.hero-copy {
  margin: 1.1rem auto 0;
  width: min(760px, 100%);
  padding: clamp(1rem, 3vw, 1.8rem) clamp(0.9rem, 3.8vw, 1.8rem);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(42, 26, 22, 0.2), rgba(40, 25, 20, 0.34));
  backdrop-filter: blur(1.5px);
}

.hero-copy p {
  margin: 0.62rem auto;
  max-width: 37ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.02rem, 2.2vw, 1.26rem);
  line-height: 1.58;
  letter-spacing: 0.01em;
  text-wrap: pretty;
}

.hero-poem {
  margin-bottom: 0.85rem;
  max-width: 40ch;
}

.signature-line {
  margin-top: 1.1rem;
  max-width: 30ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.15rem, 3vw, 1.55rem);
  color: #fff3e8;
  line-height: 1.35;
  text-wrap: balance;
}

.hero-script {
  margin: 0;
  font-family: "Allura", "Brush Script MT", cursive;
  font-size: clamp(1.6rem, 4.8vw, 2.6rem);
  color: #ffe3d1;
  line-height: 1.1;
}

.hero-flourish {
  margin: 0.45rem auto 1.2rem;
  width: min(440px, 85%);
  color: #f6d9c9;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.hero-flourish::before,
.hero-flourish::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(255, 234, 219, 0.95), transparent);
}

.cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 1.1rem;
}

.service-cards {
  gap: 1.15rem;
}

.service-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 242, 0.92));
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.service-card h3 {
  margin-bottom: 0;
}

.service-card p {
  margin: 0;
}

.service-link {
  margin-top: auto;
  text-decoration: none;
  align-self: flex-start;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--rose-gold);
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  padding: 0.42rem 0.8rem;
}

.service-link:hover,
.service-link:focus-visible {
  background: var(--surface-soft);
  outline: none;
}


.service-card-trigger {
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(117, 80, 67, 0.08);
}

.service-card-trigger:hover {
  transform: translateY(-2px);
  transition: transform 220ms ease;
}

.service-groups {
  display: grid;
  gap: 1.2rem;
}

.service-group {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: clamp(1rem, 3vw, 1.4rem);
  box-shadow: var(--shadow);
}

.service-group h2 {
  margin-bottom: 0.85rem;
}

.service-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 0.7rem;
}

.service-gallery img {
  width: 100%;
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
  object-position: center top;
  border-radius: 12px;
  border: 1px solid rgba(236, 220, 208, 0.9);
  background: rgba(255, 255, 255, 0.86);
}

.service-group .note {
  margin-top: 0.9rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.gallery-item {
  margin: 0;
  border-radius: 16px;
  overflow: visible;
  border: 1px solid rgba(236, 220, 208, 0.9);
  background: rgba(255, 250, 246, 0.8);
  box-shadow: 0 10px 24px rgba(86, 54, 42, 0.1);
  padding: 0.55rem;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
  object-position: center top;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
}

.review-gallery .gallery-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-gallery .gallery-item img {
  background: #fff;
}

.gallery-empty {
  margin: 0;
  padding: 1.4rem;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  color: var(--muted);
  font-size: 1.02rem;
}

.page-intro {
  padding: 2rem 0 0.6rem;
}

.note {
  border-left: 3px solid var(--rose-gold);
  padding: 0.2rem 0 0.2rem 1rem;
}

.about-name {
  margin: 0.2rem 0 0;
  font-family: "Allura", "Brush Script MT", cursive;
  font-size: clamp(1.5rem, 4.2vw, 2.2rem);
  color: #9a7062;
  letter-spacing: 0.03em;
}

.about-profile {
  display: grid;
  gap: 1.1rem;
}

.about-portrait {
  margin: 0;
  width: min(420px, 100%);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(236, 220, 208, 0.9);
  box-shadow: 0 16px 36px rgba(184, 137, 120, 0.16);
  background: linear-gradient(165deg, rgba(255, 250, 246, 0.94), rgba(255, 243, 235, 0.88));
  padding: 0.5rem;
}

.about-portrait img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
  border-radius: 16px;
}

.about-copy p:first-child {
  margin-top: 0;
}

.form-grid {
  display: grid;
  gap: 0.9rem;
}

label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85rem;
  color: var(--muted);
}

input,
textarea {
  width: 100%;
  border: 1px solid #d9cab7;
  border-radius: 11px;
  padding: 0.72rem 0.85rem;
  font-family: inherit;
  font-size: 1rem;
  background: #fff;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.field-error {
  border-color: #bf4f4f;
  box-shadow: 0 0 0 3px rgba(191, 79, 79, 0.12);
}

.form-status {
  margin: 0.2rem 0 0;
  min-height: 1.5rem;
  font-size: 0.92rem;
}

.form-status.sending {
  color: #7e6a65;
}

.form-status.success {
  color: #2e6c45;
}

.form-status.error {
  color: #a63030;
}

.btn[disabled] {
  opacity: 0.78;
  cursor: wait;
}


.bottom-image-section {
  padding: 1.2rem 0 0.3rem;
}

.bottom-feature-image {
  width: min(960px, 100%);
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 14px 35px rgba(184, 137, 120, 0.14);
}

.logo-bottom-section {
  padding: 0.8rem 0 0.2rem;
}

.logo-bottom-image {
  width: min(380px, 68vw);
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(184, 137, 120, 0.16);
}

.site-footer {
  padding: 1.2rem 0 2rem;
  border-top: 1px solid var(--border);
  margin-top: 2rem;
  color: var(--muted);
  font-size: 0.92rem;
  background: linear-gradient(180deg, rgba(255, 248, 242, 0.2), rgba(255, 248, 242, 0.72));
}

@media (min-width: 900px) {
  .header-inner {
    flex-wrap: nowrap;
    gap: 1.2rem;
  }

  .menu-button {
    display: none;
  }

  .nav-wrap {
    width: auto;
    display: block;
    border: 0;
  }

  .nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.2rem;
    padding: 0;
  }

  .nav-list a {
    padding: 0.45rem 0.62rem;
    font-size: 0.83rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .about-profile {
    grid-template-columns: minmax(260px, 360px) 1fr;
    align-items: start;
    gap: 1.5rem;
  }

  .about-portrait {
    position: sticky;
    top: 7.5rem;
  }
}

@media (max-width: 600px) {
  body::before,
  body::after {
    width: 130px;
    height: 130px;
    opacity: 0.28;
  }

  .brand {
    padding-left: 0.62rem;
  }

  .brand-name {
    font-size: clamp(1.1rem, 5.5vw, 1.45rem);
    letter-spacing: 0.06em;
  }

  .brand-tagline {
    font-size: 0.72rem;
  }

  .corner-promo {
    margin-top: 1.1rem;
    width: min(280px, 96%);
    padding: 0.75rem 0.8rem;
  }

  .corner-promo p {
    font-size: 0.9rem;
  }

  .hero {
    min-height: 100vh;
    padding-top: 2.1rem;
  }

  .hero-copy {
    width: min(96vw, 560px);
    padding: 1rem 0.95rem;
  }

  .hero-copy p {
    max-width: 31ch;
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .gallery-item {
    border-radius: 14px;
    padding: 0.4rem;
  }

  .gallery-item img {
    border-radius: 10px;
  }

  .review-gallery .gallery-item img {
    max-height: 80vh;
  }

  .about-portrait {
    margin: 0 auto;
    width: min(100%, 340px);
    padding: 0.42rem;
    border-radius: 18px;
  }

  .about-portrait img {
    max-height: min(70vh, 460px);
    object-fit: contain;
    object-position: center center;
    border-radius: 12px;
  }
}

.video-showcase {
  margin-top: clamp(1.8rem, 5vw, 3rem);
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: 20px;
  border: 1px solid rgba(244, 214, 197, 0.75);
  background: linear-gradient(155deg, rgba(255, 247, 243, 0.35), rgba(246, 216, 202, 0.22));
  box-shadow: 0 14px 36px rgba(56, 32, 24, 0.18);
}

.video-showcase h2 {
  margin-bottom: 0.4rem;
}

.video-showcase-intro {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.02rem, 2.5vw, 1.25rem);
}

.video-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.video-card {
  border: 1px solid rgba(243, 208, 191, 0.82);
  border-radius: 18px;
  padding: 0.6rem;
  background: linear-gradient(160deg, rgba(255, 252, 249, 0.94), rgba(255, 242, 235, 0.8));
  text-align: left;
  color: #593e38;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(117, 80, 67, 0.14);
  transition: transform 220ms ease, box-shadow 220ms ease;
  display: grid;
  gap: 0.7rem;
  position: relative;
}

.video-card:hover,
.video-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(117, 80, 67, 0.2);
  outline: none;
}

.video-card-thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  border: 1px solid rgba(248, 223, 208, 0.95);
  background: linear-gradient(0deg, rgba(37, 17, 13, 0.22), rgba(37, 17, 13, 0.22)), var(--video-thumb) center center / cover no-repeat;
}

.video-card-content {
  display: block;
  padding: 0 0.2rem 0.25rem;
}

.video-card-title {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
}

.video-card-subtitle {
  display: block;
  font-size: 0.9rem;
  color: #7d5a50;
}

.video-play-icon {
  position: absolute;
  top: 1.05rem;
  right: 1.05rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: rgba(255, 251, 247, 0.9);
  color: #a67567;
  border: 1px solid rgba(250, 224, 209, 0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 6px 16px rgba(54, 33, 27, 0.2);
}

@media (max-width: 600px) {
  .video-showcase {
    padding: 0.8rem;
  }

  .video-page-card {
    padding: 1rem;
  }

  .video-page-card h2 {
    font-size: 1.35rem;
  }
}


.video-page-section {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.video-page-card {
  border: 1px solid rgba(244, 214, 197, 0.75);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(255, 247, 243, 0.72), rgba(246, 216, 202, 0.32));
  box-shadow: 0 14px 36px rgba(56, 32, 24, 0.14);
  padding: clamp(1.1rem, 3vw, 1.6rem);
}

.video-page-card h2 {
  margin: 0 0 0.45rem;
}

.video-page-card p {
  margin: 0 0 1rem;
}

.video-page-frame-wrap {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(245, 213, 198, 0.92);
  background: radial-gradient(circle at top, rgba(255, 247, 242, 0.95), rgba(236, 198, 182, 0.86));
}

.video-page-frame-wrap iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

.video-page-actions {
  margin-top: 1rem;
}
