@font-face {
  font-family: "AlegreyaCustom";
  src: url("./src/assets/fonts/alegreya/Alegreya-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: optional;
}

@font-face {
  font-family: "AlegreyaCustom";
  src: url("./src/assets/fonts/alegreya/Alegreya-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: optional;
}

@font-face {
  font-family: "AlegreyaSC";
  src: url("./src/assets/fonts/alegreya/AlegreyaSC-Regular.otf")
    format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: optional;
}

:root {
  --bg: #f6f5f2;
  --bg-alt: #f4f3ef;
  --text: #1c1c1c;
  --muted: #5f5f5f;
  --accent: #1c1c1c;
  --card: #fffaf6;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "AlegreyaCustom", Georgia, serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  width: 0;
  height: 2px;
  background: #2a211b;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 400ms ease-out, transform 400ms ease-out;
}

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

[data-reveal-child] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 400ms ease-out, transform 400ms ease-out;
  transition-delay: var(--reveal-delay, 0ms);
}

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

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  [data-reveal-child] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .scroll-indicator {
    animation: none;
  }
}

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

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

.site-header {
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1100;
  height: 88px;
  transition: all 400ms cubic-bezier(0.2, 0.6, 0.2, 1);
}

.site-header .container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  height: 100%;
  padding: 0 24px;
}

.site-header.is-scrolled {
  height: 72px;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  background: rgba(245, 243, 239, 0.96);
}

.brand {
  margin: 0;
  grid-column: 1 / 7;
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
  text-decoration: none;
  display: inline-block;
}

.site-header .container > .col-span-6:last-child {
  grid-column: 7 / 13;
  display: flex;
  justify-content: flex-end;
}

.menu-toggle {
  border: 0;
  background: transparent;
  color: var(--text);
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
  font-size: 0.8125rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
}

#menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  transform: translateY(-100%);
  transition: transform 600ms cubic-bezier(0.2, 0.6, 0.2, 1);
}

#menu-overlay.is-open {
  transform: translateY(0%);
  pointer-events: auto;
}

.menu-overlay-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

#menu-panel {
  background: #f5f3ef;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8vw;
}

.menu-nav {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.625rem);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.menu-link {
  color: var(--text);
  text-decoration: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 300ms ease;
}

.menu-link:hover {
  opacity: 0.5;
}

.menu-link.is-active {
  font-weight: 700;
}

.menu-media {
  background: #000;
  overflow: hidden;
}

.menu-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 120px 0 190px;
}

.hero-topbar {
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 8;
  width: min(1100px, 92%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-brand {
  color: var(--text);
  text-decoration: none;
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
}

.hero-topbar .menu-toggle {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
}

.grid-shell {
  width: min(1100px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 24px;
}

.hero-grid {
  min-height: inherit;
  align-items: center;
}

.hero-image {
  grid-column: 1 / 8;
  grid-row: 1;
  overflow: hidden;
}

.hero-image img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  min-height: 78vh;
  object-fit: cover;
  transform-origin: center center;
  will-change: transform;
}

.hero-copy h1 {
  margin: 0.4rem 0 0.8rem;
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
  font-size: clamp(3.4rem, 7.2vw, 6rem);
  line-height: 1.06;
  letter-spacing: 0.01em;
  color: #1a1a1a;
  font-weight: 400;
}

.hero-copy p {
  color: var(--muted);
  max-width: 420px;
}

.hero-text {
  grid-column: 9 / 12;
  grid-row: 1;
  align-self: center;
  z-index: 2;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  will-change: transform;
}

.hero-divider {
  grid-column: 8 / 9;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: 1px;
  height: 56px;
  background: rgba(36, 26, 20, 0.32);
  opacity: 0.2;
}

.eyebrow {
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #8a8a8a;
}

.button {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 0;
  margin-top: 0.8rem;
  transition: transform 180ms ease,
    background-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: #1b130f;
}

.hero-copy .button {
  margin-top: 1.6rem;
}

.section {
  padding: 160px 0;
}

.section.alt {
  background: var(--bg-alt);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.split img {
  border-radius: 0;
  max-height: 520px;
  object-fit: cover;
}

.about-preview .split img {
  grid-column: 2 / 6;
  height: 100%;
  min-height: 640px;
  max-height: 720px;
  object-position: 60% center;
  transform: translateY(-28px);
}

.about-preview .split {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
  column-gap: 24px;
}

.about-preview {
  background: transparent;
  padding: 120px 0 140px;
}

.about-grid {
  align-items: stretch;
}

.about-image {
  grid-column: 2 / 6;
}

.about-image img {
  height: 100%;
  min-height: 640px;
  max-height: 720px;
  object-fit: cover;
  object-position: 60% center;
  transform: translateY(-40px);
}

.about-text {
  grid-column: 7 / 12;
}

.about-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  text-align: left;
}

.about-panel h1,
.about-panel h2 {
  margin: 0.25rem 0 0.75rem;
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
  line-height: 1.15;
}

.about-panel h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.about-panel h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.about-panel p {
  margin: 8px 0;
  color: var(--muted);
  line-height: 1.82;
}

.about-panel .eyebrow {
  margin: 0;
}

.about-preview .about-panel .eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: #7a6f66;
}

.about-preview .about-panel h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  font-weight: 700;
}

.about-panel .button {
  margin-top: 16px;
}

.section-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--text);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.55);
  padding-bottom: 4px;
}

.section-link:hover,
.section-link:focus-visible {
  opacity: 0.65;
}

.hero-link {
  margin-top: 20px;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0.6;
  color: #666;
  animation: scrollPulse 2.2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%,
  100% {
    opacity: 0.4;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, 6px);
  }
}

.about-hero {
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, #e8d5bf 0%, rgba(232, 213, 191, 0) 45%),
    radial-gradient(circle at 80% 75%, #f0e2d3 0%, rgba(240, 226, 211, 0) 42%);
  pointer-events: none;
}

.about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 2rem;
  align-items: center;
}

.about-portrait-wrap {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.about-portrait-wrap img {
  border-radius: 0;
  max-height: 700px;
  object-fit: cover;
  object-position: 60% center;
}

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

.cards article {
  background: var(--card);
  border: 1px solid #dbcfc1;
  border-radius: 0;
  padding: 1rem;
}

.cards h3 {
  margin-top: 0;
}

.cards h2 {
  margin-top: 0;
  font-size: 1.35rem;
  line-height: 1.2;
}

.services-alternating {
  display: grid;
  gap: 0;
}

.services-section {
  padding: 200px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.services-grid {
  align-items: start;
}

.services-intro {
  margin: 0 0 46px;
  color: var(--muted);
  max-width: 36ch;
}

.bridal-layout {
  grid-column: 2 / 12;
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 42px;
  align-items: start;
}

.section-title {
  margin: 0 0 28px;
  color: #6a6058;
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.service-block {
  grid-column: 2 / 8;
}

.service-block h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(1.45rem, 2.4vw, 1.8rem);
  font-weight: 500;
}

.service-block p {
  margin: 24px 0 0;
  max-width: 420px;
  color: var(--muted);
}

.bridal-intro {
  margin-top: 10px;
  max-width: 44ch;
  color: #666;
  line-height: 1.72;
}

.bridal-description {
  margin-top: 18px;
}

.bridal-microgrid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.bridal-item h3 {
  margin: 0;
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}

.bridal-item p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.bridal-image-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.service-divider {
  grid-column: 2 / 10;
  margin-top: 88px;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.service-block-secondary {
  margin-top: 160px;
  padding-top: 0;
  border-top: 0;
}

.service-closure {
  margin-top: 44px;
}

.services-cta {
  grid-column: 2 / 8;
  margin-top: 40px;
}

.service-row {
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.service-row h2,
.service-row p {
  margin: 0;
}

.service-row h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #17120e;
}

.service-row p {
  color: var(--muted);
  max-width: 42ch;
  margin-top: 0.7rem;
  font-size: 1rem;
  line-height: 1.65;
}

.service-row + .service-row {
  margin-top: 3.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid #d8cbbc;
}

.service-row-reverse h2 {
  text-align: left;
}

.service-row-reverse p {
  grid-column: auto;
  grid-row: auto;
}

.services-page-hero {
  padding: 180px 0 120px;
  position: relative;
}

.services-hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 2 / 9;
}

.services-title {
  margin: 0;
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
  font-size: clamp(3rem, 5vw, 4.6rem);
  line-height: 1.02;
  font-weight: 500;
}

.services-lede {
  margin: 18px 0 0;
  max-width: 44ch;
  color: var(--muted);
  line-height: 1.72;
}

.services-hero-meta {
  margin-top: 34px;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: rgba(28, 28, 28, 0.72);
}

.services-hero-link {
  margin-top: 26px;
}

.services-hero-canvas {
  grid-column: 9 / 12;
  position: relative;
  min-height: 280px;
}

.services-hero-canvas canvas {
  width: 100%;
  height: min(420px, 50vh);
  display: block;
  background: transparent;
}

[data-split] .char {
  display: inline-block;
  will-change: transform, opacity;
}

.services-page-statement-image {
  padding: 0 0 160px;
}

.services-statement-media {
  margin: 0;
}

.services-statement-media img {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.services-page-bridal {
  padding: 0 0 160px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.services-page-bridal .services-bridal-left {
  grid-column: 2 / 9;
}

.services-page-bridal .services-bridal-right {
  grid-column: 9 / 12;
  align-self: end;
}

.services-page-bridal h2,
.services-page-process h2,
.services-page-event h2,
.services-page-faq h2 {
  margin: 0;
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 500;
}

.services-bridal-left h2 {
  line-height: 0.88;
}

.services-bridal-left h2 span {
  display: block;
  font-size: clamp(4.1rem, 8.8vw, 6.8rem);
  letter-spacing: 0.01em;
  font-weight: 500;
}

.services-page-intro {
  margin: 18px 0 0;
  max-width: 44ch;
  color: var(--muted);
  line-height: 1.78;
}

.services-page-bridal-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 36px;
}

.services-page-bridal-grid article:last-child {
  grid-column: 1 / -1;
  max-width: 42ch;
}

.services-page-bridal-grid h3,
.services-page-faq-list h3 {
  margin: 0;
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 500;
}

.services-page-bridal-grid p,
.services-page-event p,
.services-page-faq-list p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.services-page-detail-image {
  margin: 34px 0 0;
}

.services-page-detail-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.services-page-steps {
  margin-top: 30px;
  display: grid;
  gap: 14px;
}

.services-page-steps p {
  margin: 0;
  display: flex;
  gap: 14px;
  align-items: baseline;
  color: var(--text);
}

.services-page-steps span {
  min-width: 2ch;
  color: #757575;
  font-size: 2.1rem;
  line-height: 0.9;
  opacity: 0.34;
  letter-spacing: 0.1em;
}

.services-page-steps-horizontal {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 44px;
}

.services-page-steps-horizontal p {
  display: block;
  font-size: 0.93rem;
}

.services-page-steps-horizontal span {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(3.4rem, 7.2vw, 6rem);
}

.services-page-process {
  padding: 0 0 160px;
}

.services-page-event {
  padding: 72px 0 160px;
  background: #efede8;
  border-top: 0;
}

.services-page-event h2 {
  font-weight: 500;
  opacity: 0.92;
}

.services-page-event-image {
  margin: 10px 0 0;
  width: 100%;
}

.services-page-event-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: contrast(1.1) brightness(0.9);
}

.services-page-faq {
  padding: 140px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.services-page-faq-list {
  margin-top: 30px;
  display: grid;
  gap: 0;
}

.services-page-faq-list details {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.services-page-faq-list details:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.services-page-faq-list summary {
  list-style: none;
  cursor: pointer;
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.78rem;
}

.services-page-faq-list summary::-webkit-details-marker {
  display: none;
}

.services-page-faq-list details p {
  margin-top: 10px;
}

.services-page-faq-list article {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.services-page-faq-list article:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.services-page-cta {
  padding: 180px 0;
}

.services-page-cta .section-link {
  margin-top: 28px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.gallery-item {
  transform-origin: center;
  will-change: transform, opacity;
}

.homepage-gallery {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 150px 0 130px;
}

.gallery-shell {
  row-gap: 0;
}

.gallery-heading {
  grid-column: 1 / -1;
  margin: 0 0 52px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6a6058;
}

.homepage-gallery .gallery {
  grid-column: 1 / -1;
  gap: 14px;
}

.gallery-feature {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}

.gallery-feature img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.gallery-cta {
  grid-column: 1 / -1;
  margin-top: 36px;
}

.gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.homepage-gallery .gallery img,
.gallery-feature img,
.homepage-gallery .gallery img:hover,
.gallery-feature img:hover,
.homepage-gallery .gallery img:focus-visible {
  transition: opacity 220ms ease;
  filter: brightness(1);
  transition: opacity 220ms ease;
  transform: none;
  border-radius: 0;
}

.homepage-gallery .gallery img:hover,
.gallery-feature img:hover,
.homepage-gallery .gallery img:focus-visible,
.gallery-feature img:focus-visible {
  transform: none;
  filter: brightness(1);
  opacity: 0.9;
  cursor: zoom-in;
}

.home-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(10, 8, 7, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.home-lightbox[hidden] {
  display: none;
}

.home-lightbox.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.home-lightbox-content {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100%;
}

#home-lightbox-image {
  max-width: min(92vw, 1400px);
  max-height: 88vh;
  object-fit: contain;
}

.home-lightbox-close,
.home-lightbox-nav {
  border: 0;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  cursor: pointer;
}

.home-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.home-lightbox-nav {
  width: 2.8rem;
  height: 4.5rem;
  border-radius: 0;
  font-size: 1.75rem;
}

.lightbox-flip-clone {
  position: fixed;
  margin: 0;
  z-index: 1300;
  pointer-events: none;
  object-fit: cover;
  border-radius: 0;
  transition: top 350ms ease, left 350ms ease, width 350ms ease,
    height 350ms ease;
  will-change: top, left, width, height;
}

.home-lightbox-prev {
  margin-right: 0.75rem;
}

.home-lightbox-next {
  margin-left: 0.75rem;
}

.gallery-page .gallery-item {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

.gallery-page .gallery-item img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.gallery-page .lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 1rem;
}

.gallery-page .lightbox[hidden] {
  display: none;
}

.gallery-page .lightbox-content {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100%;
}

.gallery-page #lightbox-image {
  max-width: min(92vw, 1400px);
  max-height: 88vh;
  object-fit: contain;
}

.gallery-page .lightbox-close,
.gallery-page .lightbox-nav {
  border: 0;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  cursor: pointer;
}

.gallery-page .lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.gallery-page .lightbox-nav {
  width: 2.8rem;
  height: 4.5rem;
  border-radius: 0;
  font-size: 1.75rem;
}

.gallery-page .lightbox-prev {
  margin-right: 0.75rem;
}

.gallery-page .lightbox-next {
  margin-left: 0.75rem;
}

.site-footer {
  padding: 3rem 0;
  background: var(--accent);
  color: #f8f2ec;
}

.site-footer h2 {
  margin-top: 0;
}

.contact-section {
  padding: 160px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(320px, 1.1fr);
  gap: 48px;
  align-items: start;
  margin-top: 28px;
}

.contact-copy p {
  margin: 0;
  color: var(--muted);
}

.contact-copy p + p {
  margin-top: 10px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field span {
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(28, 28, 28, 0.18);
  background: #fffaf6;
  color: var(--text);
  font: inherit;
  padding: 14px 16px;
  border-radius: 0;
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: rgba(28, 28, 28, 0.5);
}

.contact-field textarea {
  resize: vertical;
  min-height: 160px;
}

.contact-submit {
  border: 0;
  cursor: pointer;
  justify-self: start;
}

.contact-submit:disabled {
  opacity: 0.6;
  cursor: wait;
}

.contact-status {
  margin: 0;
  min-height: 1.5em;
  color: var(--muted);
}

.contact-status[data-state="success"] {
  color: #264b2d;
}

.contact-status[data-state="error"] {
  color: #8a2c2c;
}

.contact-content {
  grid-column: 2 / 7;
}

.contact-content h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-line {
  margin: 0;
}

.contact-line:first-of-type {
  margin-top: 32px;
}

.contact-line + .contact-line {
  margin-top: 8px;
}

.structured-footer {
  background: #1f1812;
  color: #f8f2ec;
  padding: 110px 0;
}

.footer-brand {
  grid-column: 2 / 7;
}

.footer-name {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-family: "AlegreyaSC", "AlegreyaCustom", Georgia, serif;
  font-size: 0.9rem;
}

.footer-tagline {
  margin: 18px 0 0;
  max-width: 34ch;
  color: rgba(248, 242, 236, 0.76);
  line-height: 1.7;
}

.footer-meta {
  grid-column: 8 / 12;
}

.footer-contact {
  margin: 0;
  color: rgba(248, 242, 236, 0.78);
}

.footer-contact + .footer-contact {
  margin-top: 6px;
}

.footer-cta {
  margin-top: 18px;
}

@media (max-width: 900px) {
  .split,
  .cards {
    grid-template-columns: 1fr;
  }

  .site-header .container {
    grid-template-columns: 1fr;
    height: auto;
    padding: 12px 16px;
    gap: 8px;
  }

  .site-header,
  .site-header.is-scrolled {
    height: auto;
  }

  .brand {
    grid-column: auto;
    font-size: 0.8rem;
  }

  .site-header .container > .col-span-6:last-child {
    grid-column: auto;
    justify-content: flex-start;
  }

  #menu-overlay {
    transform: translateX(-100%);
    transition: transform 500ms cubic-bezier(0.2, 0.6, 0.2, 1);
  }

  #menu-overlay.is-open {
    transform: translateX(0%);
  }

  .menu-overlay-grid {
    grid-template-columns: 1fr;
  }

  .menu-media {
    display: none;
  }

  .hero {
    margin: 0;
    min-height: auto;
    padding: 96px 0;
  }

  .hero-topbar {
    top: 20px;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .grid-shell,
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-image {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-image img {
    min-height: 0;
  }

  .hero-text {
    grid-column: auto;
    grid-row: auto;
    padding-left: 0;
  }

  .hero-divider {
    display: none;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
  }

  .about-preview .split img {
    grid-column: auto;
    height: auto;
    min-height: 0;
    max-height: 560px;
    transform: none;
  }

  .about-panel {
    grid-column: auto;
  }

  .about-image,
  .about-text,
  .service-block,
  .service-closure,
  .services-cta,
  .services-page .col-span-8,
  .services-page .col-span-7,
  .services-page .col-span-6,
  .contact-content,
  .footer-brand,
  .footer-meta {
    grid-column: auto;
  }

  .services-intro {
    margin-bottom: 28px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bridal-layout {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bridal-microgrid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 32px;
  }

  .service-divider {
    grid-column: auto;
    margin-top: 48px;
  }

  .about-image img {
    height: auto;
    min-height: 0;
    max-height: 560px;
    transform: none;
  }

  .service-row {
    padding: 0;
  }

  .service-row-reverse h2,
  .service-row-reverse p {
    text-align: left;
  }

  .service-row + .service-row {
    margin-top: 2.25rem;
    padding-top: 2.25rem;
  }

  .about-preview,
  .section {
    padding: 96px 0;
  }

  .services-section {
    padding: 120px 0;
  }

  .services-page-hero {
    padding: 120px 0 88px;
  }

  .services-hero-copy,
  .services-hero-canvas {
    grid-column: 1 / -1;
  }

  .services-hero-canvas {
    min-height: 180px;
    margin-top: 24px;
  }

  .services-hero-canvas canvas {
    height: 220px;
  }

  .services-page-statement-image {
    padding-bottom: 88px;
  }

  .services-statement-media img {
    aspect-ratio: 4 / 5;
  }

  .services-page-bridal {
    padding: 88px 0;
  }

  .services-page-bridal .services-bridal-left,
  .services-page-bridal .services-bridal-right {
    grid-column: 1 / -1;
  }

  .services-page-bridal .services-bridal-right {
    margin-top: 30px;
  }

  .services-page-bridal-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .services-page-bridal-image {
    width: 100%;
    margin-top: 30px;
  }

  .services-page-process,
  .services-page-event,
  .services-page-faq,
  .services-page-cta {
    padding: 88px 0;
  }

  .services-page-steps-horizontal {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .services-page-event-image {
    width: 100%;
  }

  .service-block-secondary {
    margin-top: 64px;
    padding-top: 64px;
  }

  .gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .gallery-heading {
    margin-bottom: 40px;
  }

  .gallery-feature {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 8px;
  }

  .homepage-gallery .gallery {
    gap: 12px;
  }

  .structured-footer {
    padding: 96px 0;
  }

  .home-lightbox {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 0.75rem;
  }

  .home-lightbox-content {
    order: 2;
  }

  .home-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .home-lightbox-prev {
    left: 0.5rem;
  }

  .home-lightbox-next {
    right: 0.5rem;
  }

  .gallery-page .lightbox {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 0.75rem;
  }

  .gallery-page .lightbox-content {
    order: 2;
  }

  .gallery-page .lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .gallery-page .lightbox-prev {
    left: 0.5rem;
  }

  .gallery-page .lightbox-next {
    right: 0.5rem;
  }

}
