@charset "UTF-8";
.section-header--premium {
  max-width: 560px;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-header__eyebrow {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #666666;
  color: #000000;
  margin: 0 0 0.75rem;
}

.container--wide {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.site-main--home .btn--premium {
  background: #000000;
  border-color: #000000;
  color: #000000;
  padding: 0.85rem 1.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.site-main--home .btn--premium:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #000000;
}
.site-main--home .btn--premium-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}
.site-main--home .btn--premium-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.site-main--home .intro .btn--premium-outline,
.site-main--home .services-showcase .btn--premium-outline,
.site-main--home .contact-home .btn--premium-outline {
  border-color: #e0d4ca;
  color: #000000;
}
.site-main--home .intro .btn--premium-outline:hover,
.site-main--home .services-showcase .btn--premium-outline:hover,
.site-main--home .contact-home .btn--premium-outline:hover {
  background: #ede0d6;
  border-color: rgb(208.9428571429, 191.1142857143, 176.2571428571);
  color: #000000;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  background: #f6e9e0;
  overflow: hidden;
}
.hero--banner {
  align-items: stretch;
  min-height: 100vh;
  min-height: 100dvh;
}
.hero--banner .hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  min-height: 100vh;
  min-height: 100dvh;
}
.hero--banner .hero__bg-left {
  background: #f6e9e0;
}
.hero--banner .hero__bg-right {
  position: relative;
  overflow: hidden;
  background: #f6e9e0;
}
.hero--banner .hero__bg-right::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: clamp(3rem, 14vw, 9rem);
  background: linear-gradient(90deg, #f6e9e0 0%, rgba(246, 233, 224, 0.75) 35%, rgba(246, 233, 224, 0.2) 70%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
.hero--banner .hero__bg-photo {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
.hero--banner .hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: calc(80px + clamp(2rem, 5vw, 4rem)) 0 clamp(2rem, 4vw, 3rem);
  max-width: min(36rem, 46vw);
}
.hero--banner .hero__content {
  max-width: 34rem;
  padding-left: clamp(0rem, 2vw, 2rem);
}
.hero--banner .hero__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.75rem, 5.2vw, 4.5rem);
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
  margin: 0 0 2rem;
  line-height: 1.08;
  letter-spacing: 0.01em;
}
.hero--banner .hero__subheading {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  font-style: italic;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.88);
  line-height: 1.7;
  max-width: 36ch;
  margin: 0 0 2.5rem;
}
.hero--banner .hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9.5rem;
  padding: 0.9rem 2rem;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  color: #ffffff;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.hero--banner .hero__cta:hover {
  background: hsl(0, 0%, -6%);
  border-color: hsl(0, 0%, -6%);
  color: #ffffff;
}
.hero--banner .container {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (max-width: 1023px) {
  .hero--banner .hero__inner {
    max-width: min(34rem, 50vw);
  }
  .hero--banner .hero__bg {
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  }
}
@media (max-width: 767px) {
  .hero--banner .hero__bg {
    grid-template-columns: 1fr;
    grid-template-rows: 52vh auto;
  }
  .hero--banner .hero__bg-left {
    display: none;
  }
  .hero--banner .hero__bg-right {
    grid-row: 1;
  }
  .hero--banner .hero__bg-right::before {
    width: 100%;
    height: clamp(3rem, 12vh, 5rem);
    top: auto;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(246, 233, 224, 0.35) 45%, #f6e9e0 100%);
  }
  .hero--banner .hero__bg-photo {
    min-height: 52vh;
    object-position: center 22%;
  }
  .hero--banner .hero__inner {
    min-height: auto;
    max-width: none;
    text-align: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
  .hero--banner .hero__content {
    max-width: none;
    padding-left: 0;
    align-items: center;
    width: 100%;
  }
  .hero--banner .hero__subheading {
    max-width: 42ch;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.home-intro-strip {
  background: #f6e9e0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  padding: 1.25rem 0;
  text-align: center;
}
.home-intro-strip p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
  color: #1a1a1a;
}

.intro {
  background: #faf4ef;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 1023px) {
  .intro {
    padding-top: calc(6rem * 0.75);
    padding-bottom: calc(6rem * 0.75);
  }
}
@media (max-width: 767px) {
  .intro {
    padding-top: calc(6rem * 0.5);
    padding-bottom: calc(6rem * 0.5);
  }
}
.intro {
  position: relative;
  overflow: hidden;
}
.intro--premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e0d4ca, transparent);
}
.intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .intro__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.intro__content {
  position: relative;
  z-index: 2;
  padding: clamp(2rem, 4vw, 3rem) 0;
}
.intro__eyebrow {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #666666;
  color: #333333;
  margin: 0 0 1rem;
  letter-spacing: 0.22em;
}
.intro__name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
  margin: 0 0 2rem;
  line-height: 1.12;
  letter-spacing: 0.01em;
}
.intro__bio {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  margin: 0 0 2rem;
  max-width: 50ch;
  line-height: 1.7;
}
.intro__bio p {
  margin: 0 0 1.25rem;
}
.intro__bio p:last-child {
  margin-bottom: 0;
}
.intro__badge {
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  background: #ffffff;
  border: 1px solid #e0d4ca;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.intro__badge-label {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #666666;
}
.intro__badge-value {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.04em;
}
.intro__note {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  font-style: italic;
  margin: 0 0 2rem;
  max-width: 46ch;
  line-height: 1.7;
}
.intro__cta {
  padding: 0.85rem 2rem;
  border-radius: 9999px;
  letter-spacing: 0.04em;
}
.intro__media {
  position: relative;
  justify-self: end;
  width: min(100%, 26rem);
  margin-left: auto;
}
@media (max-width: 767px) {
  .intro__media {
    justify-self: center;
    margin-left: 0;
    order: -1;
  }
}
.intro__accent {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  width: 72%;
  height: 72%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .intro__accent {
    top: -1rem;
    right: -1rem;
  }
}
.intro__frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 4/5;
  border-radius: 16px;
  overflow: hidden;
  background: #ede0d6;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}
.intro__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.intro__image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 0.5rem;
  color: #666666;
  text-align: center;
  padding: 2rem;
}
.intro__image-placeholder small {
  font-size: 0.75rem;
}

.services-home {
  background: #faf4ef;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 1023px) {
  .services-home {
    padding-top: calc(6rem * 0.75);
    padding-bottom: calc(6rem * 0.75);
  }
}
@media (max-width: 767px) {
  .services-home {
    padding-top: calc(6rem * 0.5);
    padding-bottom: calc(6rem * 0.5);
  }
}
.services-home__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .services-home__list {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin: 0 auto;
  }
}
.services-home__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #e0d4ca;
  border-radius: 16px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.services-home__card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.35);
}
.services-home__card--featured {
  grid-column: 1/-1;
  flex-direction: row;
  align-items: center;
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .services-home__card--featured {
    flex-direction: column;
    align-items: stretch;
  }
}
.services-home__index {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.06);
  pointer-events: none;
}
.services-home__badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000000;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.35);
  padding: 0.25rem 0.7rem;
  border-radius: 9999px;
  margin-bottom: 0.75rem;
}
.services-home__info {
  flex: 1;
}
.services-home__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
  margin: 0 0 0.5rem;
}
.services-home__desc {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  margin: 0;
  max-width: 48ch;
}
.services-home__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
}
@media (max-width: 639px) {
  .services-home__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.services-home__price-label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 2px;
}
.services-home__price {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.875rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
  display: block;
  line-height: 1;
}
.services-home__book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  padding: 0.6rem 1.2rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.services-home__book-btn:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}
.services-home__footer {
  margin-top: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.services-home__note {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.7;
  margin: 0;
}

.why-choose {
  background: #f6e9e0;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 1023px) {
  .why-choose {
    padding-top: calc(6rem * 0.75);
    padding-bottom: calc(6rem * 0.75);
  }
}
@media (max-width: 767px) {
  .why-choose {
    padding-top: calc(6rem * 0.5);
    padding-bottom: calc(6rem * 0.5);
  }
}
.why-choose__inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 1023px) {
  .why-choose__inner {
    grid-template-columns: 1fr;
  }
}
.why-choose__panel {
  background: #000000;
  border-radius: 16px;
  padding: 3rem 2.5rem;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.why-choose__panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 0, 0, 0.12) 0%, transparent 60%);
  pointer-events: none;
}
.why-choose__panel-quote {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
  font-style: italic;
  margin: 0 0 1.5rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.why-choose__panel-line {
  width: 40px;
  height: 1px;
  background: #000000;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.why-choose__panel-brand {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.7);
  margin: 0;
  position: relative;
  z-index: 1;
}
.why-choose__eyebrow {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #666666;
  color: #000000;
  margin: 0 0 0.75rem;
}
.why-choose__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  color: #000000;
  line-height: 1.3;
  margin: 0 0 1rem;
}
.why-choose__intro {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  margin: 0 0 2rem;
  max-width: 52ch;
}
.why-choose__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e0d4ca;
}
.why-choose__item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e0d4ca;
}
.why-choose__item-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
  margin: 0 0 0.5rem;
}
.why-choose__item-desc {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  margin: 0;
}
.why-choose__cta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.gallery-showcase {
  background: #f6e9e0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .gallery-showcase {
    padding-top: calc(6rem * 0.75);
    padding-bottom: calc(6rem * 0.75);
  }
}
@media (max-width: 767px) {
  .gallery-showcase {
    padding-top: calc(6rem * 0.5);
    padding-bottom: calc(6rem * 0.5);
  }
}
.gallery-showcase__accent {
  position: absolute;
  top: -8rem;
  right: -6rem;
  width: clamp(16rem, 28vw, 24rem);
  height: clamp(16rem, 28vw, 24rem);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 225, 206, 0.55) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.gallery-showcase .container {
  position: relative;
  z-index: 1;
}
.gallery-showcase__header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
@media (max-width: 767px) {
  .gallery-showcase__header {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.gallery-showcase__eyebrow {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 1rem;
}
.gallery-showcase__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4.5vw, 3.25rem);
  font-weight: 400;
  color: #000000;
  line-height: 1.1;
  margin: 0 0 1.25rem;
}
.gallery-showcase__desc {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.125rem, 1.8vw, 1.25rem);
  font-style: italic;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  margin: 0;
  max-width: 42ch;
}
.gallery-showcase__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  text-align: right;
}
@media (max-width: 767px) {
  .gallery-showcase__meta {
    align-items: flex-start;
    text-align: left;
  }
}
.gallery-showcase__ig {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  border: 1px solid #e0d4ca;
  border-radius: 9999px;
  background: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.gallery-showcase__ig:hover {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.gallery-showcase__ig-icon {
  display: flex;
  color: #000000;
}
.gallery-showcase__count {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #666666;
}
.gallery-showcase__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: clamp(2rem, 3vw, 2.5rem);
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0d4ca;
}
.gallery-showcase__filter {
  padding: 0.5rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 9999px;
  background: transparent;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #333333;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.gallery-showcase__filter:hover {
  color: #000000;
  border-color: #e0d4ca;
}
.gallery-showcase__filter.is-active {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.gallery-showcase__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: clamp(9rem, 14vw, 12rem);
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
}
@media (max-width: 767px) {
  .gallery-showcase__grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: clamp(8rem, 22vw, 11rem);
  }
}
@media (max-width: 639px) {
  .gallery-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 10rem;
  }
}
.gallery-showcase__item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.gallery-showcase__item.is-hidden {
  display: none;
}
.gallery-showcase__item--standard {
  grid-column: span 3;
  grid-row: span 2;
}
@media (max-width: 767px) {
  .gallery-showcase__item--standard {
    grid-column: span 3;
  }
}
@media (max-width: 639px) {
  .gallery-showcase__item--standard {
    grid-column: span 1;
    grid-row: span 2;
  }
}
.gallery-showcase__item--tall {
  grid-column: span 3;
  grid-row: span 3;
}
@media (max-width: 767px) {
  .gallery-showcase__item--tall {
    grid-column: span 3;
    grid-row: span 2;
  }
}
@media (max-width: 639px) {
  .gallery-showcase__item--tall {
    grid-column: span 1;
    grid-row: span 2;
  }
}
.gallery-showcase__item--wide {
  grid-column: span 6;
  grid-row: span 2;
}
@media (max-width: 767px) {
  .gallery-showcase__item--wide {
    grid-column: span 6;
  }
}
@media (max-width: 639px) {
  .gallery-showcase__item--wide {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.gallery-showcase__item--featured {
  grid-column: span 6;
  grid-row: span 4;
}
@media (max-width: 767px) {
  .gallery-showcase__item--featured {
    grid-column: span 6;
    grid-row: span 3;
  }
}
@media (max-width: 639px) {
  .gallery-showcase__item--featured {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.gallery-showcase__item--demo {
  pointer-events: none;
}
.gallery-showcase__item--demo .gallery-showcase__demo-fill {
  min-height: 100%;
  height: 100%;
}
.gallery-showcase__trigger {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: #ede0d6;
  cursor: pointer;
  display: block;
  text-align: left;
  overflow: hidden;
}
.gallery-showcase__trigger:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
}
.gallery-showcase__media {
  position: absolute;
  inset: 0;
}
.gallery-showcase__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-showcase__placeholder,
.gallery-showcase__demo-fill {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, var(--gallery-tone, #f5e1ce) 0%, #ede0d6 100%);
}
.gallery-showcase__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: clamp(1rem, 2vw, 1.5rem);
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.72) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.gallery-showcase__tag {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.gallery-showcase__action {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
}
.gallery-showcase__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, background 0.3s ease;
  z-index: 3;
  pointer-events: none;
}
.gallery-showcase__play svg {
  margin-left: 2px;
}
.gallery-showcase__trigger:hover .gallery-showcase__img,
.gallery-showcase__trigger:focus-visible .gallery-showcase__img {
  transform: scale(1.06);
}
.gallery-showcase__trigger:hover .gallery-showcase__overlay,
.gallery-showcase__trigger:focus-visible .gallery-showcase__overlay {
  opacity: 1;
}
.gallery-showcase__trigger:hover .gallery-showcase__play,
.gallery-showcase__trigger:focus-visible .gallery-showcase__play {
  transform: translate(-50%, -50%) scale(1.08);
  background: #ffffff;
}
.gallery-showcase__empty {
  text-align: center;
  padding: 3rem;
  border: 1px dashed #e0d4ca;
  border-radius: 16px;
  background: #ffffff;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.7;
}
.gallery-showcase__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: clamp(2.5rem, 4vw, 4rem);
  padding-top: 2rem;
  border-top: 1px solid #e0d4ca;
}
.gallery-showcase__link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  transition: color 0.3s ease, border-color 0.3s ease;
}
.gallery-showcase__link:hover {
  color: #1a1a1a;
  border-color: rgba(0, 0, 0, 0.5);
}
.gallery-showcase__book {
  border-radius: 9999px;
  padding: 0.8rem 1.75rem;
  letter-spacing: 0.04em;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.gallery-lightbox[hidden] {
  display: none;
}
.gallery-lightbox.is-open {
  display: flex;
}
.gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
}
.gallery-lightbox__panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 480px);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.gallery-lightbox__close {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.gallery-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.45);
}
.gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, border-color 0.3s ease;
  z-index: 2;
}
.gallery-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.45);
}
.gallery-lightbox__nav--prev {
  left: -3.5rem;
}
.gallery-lightbox__nav--next {
  right: -3.5rem;
}
@media (max-width: 767px) {
  .gallery-lightbox__nav--prev {
    left: -0.5rem;
  }
  .gallery-lightbox__nav--next {
    right: -0.5rem;
  }
}
.gallery-lightbox__stage {
  width: 100%;
  aspect-ratio: 9/16;
  max-height: calc(92vh - 4rem);
  border-radius: 16px;
  overflow: hidden;
  background: #ede0d6;
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.12);
}
.gallery-lightbox__stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-lightbox__stage iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #faf4ef;
}
.gallery-lightbox__caption {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.testimonials {
  background: #f6e9e0;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 1023px) {
  .testimonials {
    padding-top: calc(6rem * 0.75);
    padding-bottom: calc(6rem * 0.75);
  }
}
@media (max-width: 767px) {
  .testimonials {
    padding-top: calc(6rem * 0.5);
    padding-bottom: calc(6rem * 0.5);
  }
}
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .testimonials__grid {
    grid-template-columns: 1fr;
  }
}
.testimonials__card {
  padding: 2.5rem;
  background: #ffffff;
  border: 1px solid #e0d4ca;
  border-radius: 16px;
  position: relative;
}
.testimonials__card::before {
  content: "“";
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.testimonials__quote p {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  margin: 0;
  padding-top: 2rem;
  line-height: 1.7;
}
.testimonials__author {
  display: block;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #ebe2da;
}
.testimonials__author-name {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
}
.testimonials__author-service {
  font-size: 0.875rem;
  color: #666666;
  letter-spacing: 0.04em;
}

.cta-banner {
  position: relative;
  background: #000000;
  padding: 4rem 0;
  overflow: hidden;
}
.cta-banner__glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(0, 0, 0, 0.12) 0%, transparent 55%);
  pointer-events: none;
}
.cta-banner .container {
  position: relative;
  z-index: 1;
}
.cta-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
}
.cta-banner__eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.75);
  margin: 0 0 0.5rem;
}
.cta-banner__heading {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
}
.cta-banner__sub {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin: 0.5rem 0 0;
}
.cta-banner__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.contact-home {
  background: #faf4ef;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 1023px) {
  .contact-home {
    padding-top: calc(6rem * 0.75);
    padding-bottom: calc(6rem * 0.75);
  }
}
@media (max-width: 767px) {
  .contact-home {
    padding-top: calc(6rem * 0.5);
    padding-bottom: calc(6rem * 0.5);
  }
}
.contact-home__inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  align-items: start;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact-home__inner {
    grid-template-columns: 1fr;
  }
}
.contact-home__info {
  background: #000000;
  border-radius: 16px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contact-home__info-card {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-home__info-card:last-child {
  border-bottom: none;
}
.contact-home__info-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}
.contact-home__info-card a, .contact-home__info-card span {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.7;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
}
.contact-home__info-card a:last-child, .contact-home__info-card span:last-child {
  margin-bottom: 0;
}
.contact-home__info-card a:hover {
  color: #1a1a1a;
}
.contact-home__form-wrap {
  padding: 2.5rem;
  background: #ffffff;
  border: 1px solid #e0d4ca;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.contact-form .form-group {
  margin-bottom: 1.25rem;
}
.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 639px) {
  .contact-form .form-row {
    grid-template-columns: 1fr;
  }
}
.contact-form .form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.5rem;
}
.contact-form .form-input,
.contact-form .form-select,
.contact-form .form-textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  color: #000000;
  background: #faf4ef;
  border: 1px solid #e0d4ca;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}
.contact-form .form-input:focus,
.contact-form .form-select:focus,
.contact-form .form-textarea:focus {
  outline: none;
  border-color: #1a1a1a;
}
.contact-form .form-submit {
  width: 100%;
  margin-top: 0.5rem;
}
.contact-form .form-message {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  display: none;
}
.contact-form .form-message.success {
  display: block;
  background: rgba(76, 175, 125, 0.12);
  color: rgb(52.8366533865, 121.6633466135, 86.9023904382);
}
.contact-form .form-message.error {
  display: block;
  background: rgba(229, 115, 115, 0.12);
  color: rgb(217.0180722892, 50.4819277108, 50.4819277108);
}

@media (max-width: 767px) {
  .cta-banner__inner {
    flex-direction: column;
    text-align: center;
  }
}
.services-showcase {
  background: #faf4ef;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 1023px) {
  .services-showcase {
    padding-top: calc(6rem * 0.75);
    padding-bottom: calc(6rem * 0.75);
  }
}
@media (max-width: 767px) {
  .services-showcase {
    padding-top: calc(6rem * 0.5);
    padding-bottom: calc(6rem * 0.5);
  }
}
.services-showcase__header {
  max-width: 40rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  text-align: left;
}
.services-showcase__eyebrow {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #666666;
  color: #333333;
  letter-spacing: 0.22em;
  margin: 0 0 1rem;
}
.services-showcase__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4.5vw, 3.25rem);
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  line-height: 1.1;
}
.services-showcase__intro {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.125rem, 1.8vw, 1.25rem);
  font-style: italic;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  margin: 0;
  max-width: 38ch;
}
.services-showcase__carousel {
  position: relative;
}
.services-showcase__viewport {
  overflow: hidden;
}
.services-showcase__track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-showcase__slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-width: 100%;
}
@media (max-width: 767px) {
  .services-showcase__slide {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.services-showcase__card {
  padding: 0 clamp(1.5rem, 3vw, 2.5rem);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.services-showcase__card:first-child {
  border-left: none;
  padding-left: 0;
}
.services-showcase__card:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .services-showcase__card {
    border-left: none;
    padding: 0;
  }
}
.services-showcase__card-inner {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
  min-height: clamp(18rem, 32vw, 24rem);
}
.services-showcase__media {
  position: relative;
  flex: 1;
  min-width: 0;
}
.services-showcase__offset {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 78%;
  height: 78%;
  background: #f5e1ce;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .services-showcase__offset {
    top: -0.75rem;
    right: -0.75rem;
  }
}
.services-showcase__photo {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: clamp(16rem, 28vw, 22rem);
  overflow: hidden;
  background: #ede0d6;
}
.services-showcase__photo-fill {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, var(--service-tone, #f5e1ce) 0%, #ede0d6 100%);
}
.services-showcase__label {
  flex-shrink: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(0.875rem, 1.4vw, 1.125rem);
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.06em;
  line-height: 1.2;
  align-self: center;
  padding-bottom: 0.5rem;
}
.services-showcase__dots {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: clamp(2.5rem, 4vw, 3rem);
}
.services-showcase__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.services-showcase__dot.is-active {
  background: #000000;
  transform: scale(1.15);
}
.services-showcase__dot:hover:not(.is-active) {
  background: rgba(0, 0, 0, 0.4);
}
.services-showcase__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: clamp(2.5rem, 4vw, 4rem);
  padding-top: 2rem;
  border-top: 1px solid #e0d4ca;
}
.services-showcase__link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  transition: color 0.3s ease, border-color 0.3s ease;
}
.services-showcase__link:hover {
  color: #1a1a1a;
  border-color: rgba(0, 0, 0, 0.5);
}
.services-showcase__book {
  border-radius: 9999px;
  padding: 0.8rem 1.75rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .services-showcase__card-inner {
    min-height: auto;
  }
  .services-showcase__label {
    writing-mode: horizontal-tb;
    transform: none;
    align-self: flex-end;
    padding-bottom: 0;
    margin-top: 1rem;
  }
  .services-showcase__card-inner {
    flex-direction: column;
  }
}

.blog-preview {
  background: #f6e9e0;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 1023px) {
  .blog-preview {
    padding-top: calc(6rem * 0.75);
    padding-bottom: calc(6rem * 0.75);
  }
}
@media (max-width: 767px) {
  .blog-preview {
    padding-top: calc(6rem * 0.5);
    padding-bottom: calc(6rem * 0.5);
  }
}
.blog-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .blog-preview__grid {
    grid-template-columns: 1fr;
  }
}
.blog-preview__cta {
  margin-top: 2.5rem;
  text-align: center;
}

.blog-card {
  background: #ffffff;
  border: 1px solid #e0d4ca;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.blog-card__image {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card__image:hover img {
  transform: scale(1.03);
}
.blog-card__body {
  padding: 1.5rem 2rem 2rem;
}
.blog-card__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
  margin: 0 0 0.75rem;
}
.blog-card__title a {
  color: inherit;
  text-decoration: none;
}
.blog-card__title a:hover {
  color: #1a1a1a;
}
.blog-card__excerpt {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  margin: 0 0 1rem;
}
.blog-card__link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.blog-card__link:hover {
  color: #1a1a1a;
}

/*# sourceMappingURL=home.css.map */
