*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #FAF8F5;
  --blush: #F4E4E8;
  --rose: #D87C92;
  --charcoal: #494340;
  --champagne: #D8C5AE;
  --dark: #494340;
  --accent: #D87C92;
  --light-accent: #D8C5AE;
}

html { scroll-behavior: smooth; }

/* Keep anchor-linked sections from landing under the fixed nav */
#home, #about, #galleries, #investment, #blog, #contact, #rentals, #florals {
  scroll-margin-top: 64px;
}

/* Scroll animations */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--cream);
  color: var(--dark);
  font-weight: 300;
}

/* NAV */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px 48px;
  background: var(--cream);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.nav-logo { grid-column: 1; justify-self: start; }
.nav-hamburger { grid-column: 3; justify-self: end; }

.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-decoration: none;
  color: var(--dark);
}

.nav-links {
  grid-column: 2;
  justify-self: center;
  display: flex;
  gap: 36px;
  list-style: none;
}

.nav-links a {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--dark);
  font-weight: 400;
  transition: color 0.2s;
}

.nav-links a:hover { color: var(--accent); }

.nav-hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--dark);
}

/* MOBILE MENU */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--cream);
  z-index: 200;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.mobile-menu.open { display: flex; }

.mobile-menu ul { list-style: none; text-align: center; }
.mobile-menu ul li { margin: 20px 0; }
.mobile-menu ul li a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  text-decoration: none;
  color: var(--dark);
  letter-spacing: 0.1em;
}

.mobile-close {
  position: absolute;
  top: 24px; right: 32px;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: var(--dark);
}

/* HERO */
.hero {
  margin-top: 61px;
  width: 100%;
  height: 55vh;
  overflow: hidden;
}

.hero-img-wrap { width: 100%; height: 100%; }

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* ABOUT */
.about {
  background: var(--blush);
  padding: 60px 80px;
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 40px 80px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}

.about-photo {
  overflow: hidden;
}

.about-photo img {
  width: 100%;
  height: 100%;
  min-height: 700px;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.about-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.about-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--charcoal);
  opacity: 0.7;
  margin-top: -10px;
}

.about-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.3;
}

.about-text p {
  font-size: 0.9rem;
  line-height: 1.9;
  color: #555;
}

.about-quote-block {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-quote-block blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #555;
}

.about-quote-block cite {
  display: block;
  margin-top: 16px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--dark);
}

.about-photo-2 img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

/* FEATURED QUOTE */
.featured-quote {
  position: relative;
  container-type: inline-size;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 61px;
}

.featured-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-quote::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.featured-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 48px;
  text-align: center;
}

.featured-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 4vw, 3.2rem);
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 2px 20px rgba(0,0,0,0.5);
  line-height: 1.4;
}

.featured-inner-img {
  width: min(480px, 80vw);
  box-shadow: 0 8px 40px rgba(0,0,0,0.3);
}

.featured-inner-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center 85%;
  display: block;
}

/* BUTTONS */
.btn {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid var(--dark);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--dark);
  background: transparent;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  transition: background 0.2s, color 0.2s;
  font-weight: 400;
}

.btn:hover { background: var(--dark); color: var(--cream); }

.btn-light {
  border-color: white;
  color: white;
}

.btn-light:hover { background: white; color: var(--dark); }

/* GALLERIES */
.galleries {
  padding: 60px 80px 100px;
  max-width: 1320px;
  margin: 0 auto;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.6rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0.02em;
}

.testimonial-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
}

.testimonial-track {
  overflow: hidden;
  flex: 1;
  transition: height 0.4s ease;
}

.testimonial-track-inner {
  display: flex;
  align-items: flex-start;
  height: 100%;
  transition: transform 0.5s ease;
}

.testimonial-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.testimonial-image { overflow: hidden; }

.testimonial-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s;
}

.testimonial-image:hover img { transform: scale(1.02); }

.testimonial-content { padding: 0 20px; }

.testimonial-quote {
  margin: 18px 0 22px;
}

.testimonial-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: var(--quote-size, 1.25rem);
  font-style: italic;
  line-height: 1.8;
  color: var(--dark);
}

.testimonial-quote p + p { margin-top: 16px; }

.carousel-arrow {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--light-accent);
  background: transparent;
  color: var(--dark);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.carousel-arrow:hover {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}

.carousel-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.carousel-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: var(--light-accent);
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
}

.carousel-dot.active {
  background: var(--accent);
  transform: scale(1.2);
}

.gallery-tag {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--dark);
}

.gallery-caption {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--accent);
}

/* INVESTMENT */
.investment {
  background: var(--blush);
  padding: 100px 80px;
  text-align: center;
}

.investment-sub {
  font-size: 0.9rem;
  color: #777;
  margin-top: -40px;
  margin-bottom: 60px;
  letter-spacing: 0.03em;
}

.investment-sub a {
  color: var(--rose);
  text-decoration: underline;
}

.investment-sub a:hover {
  color: var(--dark);
}

.investment-cta {
  margin-top: 60px;
  font-size: 0.9rem;
  color: #777;
  letter-spacing: 0.03em;
}

.investment-cta a {
  color: var(--rose);
  text-decoration: underline;
}

.investment-cta a:hover {
  color: var(--dark);
}

.packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

/* PACKAGE CARDS */
.pkg-card {
  perspective: 1200px;
  height: 260px;
  cursor: pointer;
}

.pkg-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.55s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.pkg-card.flipped .pkg-inner {
  transform: rotateY(180deg);
}

.pkg-front, .pkg-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 40px 32px;
  border: 1px solid var(--champagne);
  background: var(--cream);
}

.pkg-back {
  transform: rotateY(180deg);
  background: var(--champagne);
}

.pkg-card-featured .pkg-front {
  background: var(--rose);
  border-color: var(--rose);
  color: var(--cream);
}

.pkg-card-featured .pkg-back {
  background: var(--rose);
}

.pkg-front h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.price {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: var(--accent);
}

.pkg-card-featured .price { color: rgba(255,255,255,0.85); }

.pkg-hint {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.5;
  margin-top: 4px;
}

/* PACKAGE OVERLAY */
#pkg-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 500;
}
#pkg-overlay.active { display: block; }

/* PACKAGE FLYER (fly-to-center flip) */
.pkg-flyer {
  position: fixed;
  z-index: 600;
  -webkit-perspective: 1400px;
  perspective: 1400px;
  will-change: transform;
}

.pkg-flyer-animating {
  transition: transform 0.55s cubic-bezier(0.4,0,0.2,1);
}

.pkg-flyer-inner {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: transform 0.55s cubic-bezier(0.4,0,0.2,1);
}

.pkg-flyer-inner.pkg-flyer-flipped {
  transform: rotateY(180deg);
}

.pkg-flyer-face {
  position: absolute;
  inset: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 40px 36px;
  border: 1px solid var(--champagne);
  background: var(--cream);
}

.pkg-flyer-front h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

.pkg-flyer-featured .pkg-flyer-front {
  background: var(--rose);
  border-color: var(--rose);
  color: var(--cream);
}

.pkg-flyer-featured .pkg-flyer-front .price {
  color: rgba(255,255,255,0.85);
}

.pkg-flyer-back {
  transform: rotateY(180deg);
  background: var(--cream);
  justify-content: flex-start;
  padding-top: 48px;
  overflow-y: auto;
  overflow-x: clip;
}

.pkg-flyer-featured .pkg-flyer-back {
  background: var(--cream);
}

.pkg-flyer-back h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: break-word;
}

.pkg-flyer-back ul {
  list-style: none;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #666;
  text-align: center;
  width: 100%;
}

.pkg-flyer-back ul li {
  margin-bottom: 18px;
  white-space: nowrap;
}

.pkg-flyer-back ul li:last-child {
  margin-bottom: 0;
}

.pkg-flyer-back ul strong {
  font-weight: 600;
  color: var(--dark);
}

.pkg-flyer-close {
  position: absolute;
  top: 14px; right: 18px;
  background: none;
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
  color: var(--charcoal);
  opacity: 0.45;
  transition: opacity 0.2s;
}
.pkg-flyer-close:hover { opacity: 1; }

/* BLOG */
.blog {
  padding: 100px 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.blog-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.blog-content {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-content h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.blog-content p {
  font-size: 0.85rem;
  line-height: 1.8;
  color: #666;
}

.read-more {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-decoration: none;
  color: var(--accent);
  text-transform: uppercase;
}

/* BLOG POST */
.post-hero {
  position: relative;
  container-type: inline-size;
  width: 100%;
  height: 70vh;
  min-height: 420px;
  overflow: hidden;
  margin-top: 61px;
  display: flex;
  align-items: flex-end;
}

.post-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.05) 55%),
    linear-gradient(to right, rgba(0,0,0,0.35), rgba(0,0,0,0) 45%);
}

.post-hero-text {
  position: relative;
  z-index: 2;
  color: white;
  padding: 56px 80px;
  max-width: 900px;
}

.post-eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--champagne);
  margin-bottom: 14px;
}

.post-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.25;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

.post-meta {
  margin-top: 16px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.9);
}

.post-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 70px 32px 40px;
}

.post-back {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--accent);
  margin-bottom: 8px;
}

.post-body p {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 26px;
}

.post-body p a {
  color: var(--accent);
  text-decoration: underline;
}

.post-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.7rem;
  margin: 48px 0 20px;
  color: var(--dark);
}

.post-body h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 36px 0 14px;
}

.post-body ul {
  margin: -10px 0 26px;
  padding-left: 22px;
  color: #555;
}

.post-body ul li {
  font-size: 0.92rem;
  line-height: 1.9;
}

.post-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 700px;
  display: block;
  margin: 40px auto;
}

.post-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 40px 0;
  align-items: start;
}

.post-image-grid img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  background: var(--cream);
  display: block;
}

.post-image-grid .photo-credit-wrap {
  display: block;
  margin: 0;
}

.photo-credit-wrap {
  position: relative;
  container-type: inline-size;
}

.post-body .photo-credit-wrap {
  display: table;
  margin: 40px auto;
}

.photo-credit-wrap .post-image {
  margin: 0;
}

.photo-credit,
.hero-photo-credit {
  position: absolute;
  z-index: 2;
  letter-spacing: 0.03em;
  color: rgba(210, 210, 210, 0.9);
  text-decoration: none;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}

.photo-credit:hover,
.hero-photo-credit:hover {
  color: #fff;
  text-decoration: underline;
}

.photo-credit {
  right: clamp(6px, 2.5cqw, 14px);
  bottom: clamp(5px, 2cqw, 12px);
  font-size: clamp(0.5rem, 2.6cqw, 0.75rem);
}

.hero-photo-credit {
  z-index: 3;
  right: clamp(12px, 1.5cqw, 24px);
  bottom: clamp(10px, 1.5cqw, 18px);
  font-size: clamp(0.65rem, 1.3cqw, 0.85rem);
}

.post-signature {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.3rem;
  margin-top: 40px;
}

.post-cta {
  text-align: center;
  padding: 60px 32px 100px;
  border-top: 1px solid rgba(0,0,0,0.08);
  margin: 20px auto 0;
  max-width: 760px;
}

.post-cta p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 24px;
}

/* CONTACT */
.contact {
  background: var(--blush);
  padding: 100px 80px;
}

.contact-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.contact-sub {
  font-size: 0.9rem;
  color: #777;
  margin-top: -40px;
  margin-bottom: 48px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  background: var(--cream);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--dark);
  outline: none;
  transition: border-color 0.2s;
}

.contact-form input,
.contact-form select,
.contact-form textarea { background: var(--cream); }

.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23494340' stroke-width='1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}

.contact-form select:invalid { color: #888; }

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--rose); }

.contact-form button { align-self: center; margin-top: 8px; }

.form-conditional {
  display: none;
}

.form-conditional.visible {
  display: block;
}

.multiselect {
  position: relative;
}

.multiselect-toggle {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  background: var(--cream);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--dark);
  text-align: left;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23494340' stroke-width='1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.multiselect-toggle:focus,
.multiselect.open .multiselect-toggle { border-color: var(--rose); }

.multiselect-toggle-placeholder { color: #888; }

.multiselect-panel {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 20;
  background: var(--cream);
  border: 1px solid var(--rose);
  padding: 8px 0;
  max-height: 260px;
  overflow-y: auto;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.multiselect.open .multiselect-panel { display: block; }

.multiselect-panel label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--dark);
  cursor: pointer;
}

.multiselect-panel label:hover { background: var(--blush); }

.multiselect-panel input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: var(--rose);
  cursor: pointer;
  flex: 0 0 auto;
}

.form-confirm {
  margin-top: 16px;
  font-size: 0.85rem;
  color: var(--accent);
}

.form-confirm-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 12px;
}

.form-confirm-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 24px;
}

.form-confirm-calendly {
  width: 100%;
  max-width: 700px;
  min-width: 280px;
  height: 480px;
  margin: 0 auto;
  border: none;
}

/* INSTAGRAM CAROUSEL */
.instagram-feed {
  padding: 100px 80px 110px;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}

.instagram-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 12px;
}

.instagram-handle {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 2rem;
  color: var(--dark);
  text-decoration: none;
  margin-bottom: 48px;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.instagram-handle:hover {
  color: var(--rose);
  border-color: var(--rose);
}

.insta-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.insta-arrow {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--light-accent);
  background: var(--cream);
  color: var(--dark);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.insta-arrow:hover {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}

.insta-track {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px;
  scrollbar-width: none;
}

.insta-track::-webkit-scrollbar { display: none; }

.insta-slide {
  position: relative;
  flex: 0 0 auto;
  width: calc((100% - 3 * 16px) / 4);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
  scroll-snap-align: start;
}

.insta-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
}

.insta-slide .photo-credit-wrap {
  height: 100%;
}

.insta-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  padding: 40px;
}

.insta-lightbox.open {
  display: flex;
}

.insta-lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  display: block;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.insta-lightbox-close {
  position: absolute;
  top: 24px;
  right: 32px;
  background: none;
  border: none;
  color: white;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
}

/* FOOTER */
.footer { background: var(--cream); }

.footer-cta {
  position: relative;
  container-type: inline-size;
  height: 60vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: brightness(0.65);
}

.footer-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.footer-logo-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.footer-icon { width: 60px; height: 72px; }

.footer-wordmark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  letter-spacing: 0.25em;
  color: white;
}

.footer-petals-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  color: white;
  margin: 0;
}

.footer-petals-sub {
  font-size: 0.9rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.9);
  max-width: 560px;
  padding: 0 24px;
}

.footer-petals-sub a {
  color: var(--rose);
  text-decoration: underline;
}

.footer-petals-sub a:hover {
  color: white;
}

.footer-logo {
  width: 140px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-bottom {
  padding: 56px 80px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.footer-connect {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.5rem;
  color: var(--dark);
}

.footer-email {
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  color: var(--rose);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.footer-email:hover { border-color: var(--rose); }

.footer-social {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.footer-location {
  margin-top: 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #777;
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--light-accent);
  color: var(--dark);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.social-btn:hover {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}

.footer-copy {
  margin-top: 40px;
  font-size: 0.72rem;
  color: #999;
  letter-spacing: 0.05em;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-hamburger { display: block; }

  .about {
    padding: 60px 32px 30px;
  }

  .about-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-photo img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1365 / 1648;
  }

  .pkg-card { height: 370px; }

  .pkg-front, .pkg-back {
    padding: 32px 24px;
    gap: 10px;
  }

  .pkg-front h3 {
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .pkg-flyer-back h3 { font-size: 1.5rem; }

  .pkg-flyer-back ul { font-size: 0.78rem; }

  /* The "Everything in..." carryover line reads like a lead-in sentence
     rather than a short bullet, and is long enough that forcing it onto
     one line would require illegibly small text -- let just this one
     wrap while every other item stays on a single line. */
  .pkg-flyer-back ul li:has(strong) { white-space: normal; }

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

  .packages,
  .blog-grid { grid-template-columns: 1fr; }

  .testimonial-slide { grid-template-columns: 1fr; gap: 20px; }
  .testimonial-content { padding: 0; }
  .testimonial-carousel { align-items: flex-start; }

  .carousel-arrow {
    position: absolute;
    top: calc(var(--image-height, 280px) / 2);
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
    background: rgba(250, 248, 245, 0.85);
    z-index: 2;
  }

  .carousel-arrow-prev { left: 8px; }
  .carousel-arrow-next { right: 8px; }

  .galleries, .investment, .blog, .contact { padding: 60px 32px; }
  .galleries { padding-top: 30px; }

  .form-row { grid-template-columns: 1fr; }

  .instagram-feed { padding: 70px 24px 80px; }
  .instagram-handle { font-size: 1.6rem; margin-bottom: 32px; }
  .insta-carousel { gap: 10px; }
  .insta-slide { width: 100%; aspect-ratio: 1 / 1; }
  .insta-arrow { width: 38px; height: 38px; font-size: 1.2rem; }

  .footer-bottom {
    padding: 48px 32px 32px;
  }

  .post-hero { height: 56vh; min-height: 340px; }
  .post-hero-text { padding: 32px 24px; }
  .post-wrap { padding: 48px 20px 24px; }
  .post-image-grid { grid-template-columns: 1fr; }
}
