/* ==========================================
   GLOBAL STYLES
========================================== */

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

body {
  font-family: "Poppins", sans-serif;
  background: #f8f3eb;
  color: #2f2f2f;
}

/* ==========================================
   SHARED COMPONENTS
========================================== */

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #2ec4c7;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(70, 50, 30, 0.08);
}

.return-link {
  display: inline-block;
  color: #2ec4c7;
  text-decoration: none;
  font-weight: 600;
}

.cta-button {
  display: inline-block;
  margin-top: 28px;
  padding: 14px 28px;
  background: #2ec4c7;
  color: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

.top-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.top-navigation .cta-button {
  margin-top: 0;
}

/* ==========================================
   HOMEPAGE
========================================== */

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

body {
  background: #2f6fa3;
  color: #2f2f2f;
  font-family: "Poppins", sans-serif;
}

.home-page {
  min-height: 100vh;
  padding: 60px 20px;
  background:
    linear-gradient(
      180deg,
      #2f6fa3 0%,
      #3f82b5 50%,
      #2f6fa3 100%
    );
}

/* ==========================================
   HERO
========================================== */

.landing-hero {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 90px;
  text-align: center;
}

.brand-area {
  margin-bottom: 35px;
}

.logo-placeholder {
  width: 115px;
  height: 115px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #2ec4c7;
  box-shadow: 0 18px 45px rgba(70, 50, 30, 0.12);
}

.brand-subtitle {
  font-size: 0.95rem;
  color: #d9eaf5;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 16px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #2ec4c7;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-page .eyebrow {
  color: #ffffff;
}

.hero-content h1 {
  max-width: 850px;
  margin: 0 auto 24px;
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.hero-description {
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}

/* ==========================================
   INTERIOR SHOWCASE
========================================== */

.interior-showcase {
  max-width: 1200px;
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: center;
}

.showcase-text {
  background: #ffffff;
  padding: 48px;
  border-radius: 32px;
  box-shadow: 0 24px 65px rgba(70, 50, 30, 0.1);
}

.showcase-text h2,
.section-heading h2,
.contact-section h2 {
  margin-bottom: 18px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.1;
  color: #2f2a25;
}

.showcase-text p,
.contact-section p {
  line-height: 1.8;
  color: #6b6258;
}

.showcase-image {
  min-height: 430px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9b8b78;
  box-shadow: 0 24px 65px rgba(70, 50, 30, 0.1);
}

/* ==========================================
   GALLERY
========================================== */

.interior-gallery {
  max-width: 1200px;
  margin: 0 auto 90px;
}

.section-heading {
  text-align: center;
  margin-bottom: 42px;
}

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

.gallery-item {
  min-height: 260px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9b8b78;
  box-shadow: 0 20px 55px rgba(70, 50, 30, 0.09);
}

.gallery-item img,
.gallery-item .slot-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* ==========================================
   SERVICE CARDS
========================================== */

.service-options {
  max-width: 1200px;
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.service-card {
  min-height: 310px;
  padding: 42px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  color: #2f2f2f;
  text-align: left;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 65px rgba(70, 50, 30, 0.11);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 90px rgba(70, 50, 30, 0.17);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  z-index: 0;
}

.events-card::before {
  background: linear-gradient(135deg, rgba(46, 196, 199, 0.14), transparent 60%);
}

.floral-card::before {
  background: linear-gradient(135deg, rgba(240, 214, 90, 0.22), transparent 60%);
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.card-number {
  display: inline-block;
  margin-bottom: 65px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #9b8b78;
  letter-spacing: 2px;
}

.service-card h2 {
  margin-bottom: 14px;
  font-family: "Playfair Display", serif;
  font-size: 2.35rem;
  color: #2f2a25;
}

.service-card p {
  max-width: 430px;
  margin-bottom: 28px;
  line-height: 1.7;
  color: #6b6258;
}

.card-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2ec4c7;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.floral-card .card-link {
  color: #b89a00;
}

.collections-card {
  grid-column: 1 / -1;
  width: calc(50% - 14px);
  justify-self: center;
}

.collections-card::before {
  background: linear-gradient(
    135deg,
    rgba(159, 29, 53, 0.12),
    transparent 60%
  );
}

.collections-card .card-link {
  color: #9f1d35;
}

/* ==========================================
   CONTACT
========================================== */

.contact-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 55px 30px;
  text-align: center;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0 24px 65px rgba(70, 50, 30, 0.1);
}

.contact-btn {
  display: inline-block;
  margin-top: 28px;
  padding: 14px 30px;
  border-radius: 999px;
  background: #2ec4c7;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.contact-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(70, 50, 30, 0.15);
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 850px) {
  .interior-showcase,
  .service-options,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .collections-card {
  grid-column: auto;
  width: 100%;
}

  .showcase-image {
    min-height: 320px;
  }
}

@media (max-width: 500px) {
  .home-page {
    padding: 35px 16px;
  }

  .logo-placeholder {
    width: 95px;
    height: 95px;
    font-size: 2.7rem;
  }

  .showcase-text,
  .service-card {
    padding: 32px;
  }

  .service-card h2 {
    font-size: 2rem;
  }
}

/* ==========================================
   EVENTS PAGE / WEDDINGS & SPECIAL EVENTS
========================================== */

.events-page {
  min-height: 100vh;
  padding: 40px 8% 80px;
  background: #f8f3eb;
}

.return-link {
  display: inline-block;
  margin-bottom: 55px;
  color: #2ec4c7;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.events-hero {
  max-width: 900px;
  margin-bottom: 70px;
}

.events-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1;
  margin-bottom: 24px;
  color: #2f2a25;
}

.events-hero p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #6b6258;
}

.event-gallery-section,
.events-services,
.pricing-section,
.testimonials-section,
.contact-cta {
  margin-bottom: 90px;
}

.event-gallery-section h2,
.events-services h2,
.pricing-section h2,
.testimonials-section h2,
.contact-cta h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.6rem;
  margin-bottom: 30px;
  color: #2f2a25;
}

.event-slider {
  overflow: hidden;
  width: 100%;
}

.event-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: scrollEvents 22s linear infinite;
  will-change: transform;
}

.event-image-card {
  width: 280px;
  min-width: 280px;
  height: 190px;
  flex: 0 0 280px;

  position: relative;
  overflow: hidden;

  border-radius: 28px;
  background: #ffffff;

  box-shadow: 0 20px 55px rgba(70, 50, 30, 0.12);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #9b8b78;
  font-weight: 600;
}

.event-image-card .slot-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-image-card .slot-image[hidden] {
  display: none !important;
}

.event-image-card .slot-placeholder {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  pointer-events: none;
}

.event-image-card .slot-placeholder[hidden] {
  display: none !important;
}

.services-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.info-card,
.price-card,
.testimonial-card {
  background: rgba(255, 255, 255, 0.9);
  padding: 34px;
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(70, 50, 30, 0.1);
}

.info-card h3,
.price-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  margin-bottom: 14px;
  color: #2f2a25;
}

.info-card p,
.price-card li,
.testimonial-card p,
.contact-cta p {
  color: #6b6258;
  line-height: 1.75;
}

.price {
  color: #2ec4c7;
  font-weight: 700;
  margin-bottom: 18px;
}

.price-card ul {
  padding-left: 20px;
}

.featured-price {
  border: 2px solid #2ec4c7;
}

.testimonial-card {
  max-width: 760px;
}

.testimonial-card h4 {
  margin-top: 18px;
  color: #2ec4c7;
}

.contact-cta {
  text-align: center;
  background: #ffffff;
  padding: 60px 30px;
  border-radius: 34px;
  box-shadow: 0 24px 65px rgba(70, 50, 30, 0.12);
}

.cta-button {
  display: inline-block;
  margin-top: 28px;
  padding: 14px 30px;
  border-radius: 999px;
  background: #2ec4c7;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.cta-button:hover,
.return-link:hover {
  opacity: 0.75;
}

/* Slider Animation */
@keyframes scrollEvents {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(
      calc(-1 * var(--event-loop-distance))
    );
  }
}

/* Responsive */
@media (max-width: 950px) {
  .services-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .events-page {
    padding: 32px 20px 70px;
  }

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

  .event-image-card {
    min-width: 240px;
    min-width: 240px;
    flex-basis: 240px;

  }

  .info-card,
  .price-card,
  .testimonial-card {
    padding: 28px;
  }
}

.hero-subheading {
  margin-bottom: 24px;
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-style: italic;
  color: #2ec4c7;
}

/* ==========================================
   FLORAL PAGE
========================================== */

.floral-page {
  min-height: 100vh;
  padding: 40px 8% 80px;
  background: #f8f3eb;
}

.floral-hero {
  max-width: 850px;
  margin-bottom: 70px;
}

.floral-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1;
  margin-bottom: 24px;
  color: #2f2a25;
}

.floral-hero p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #6b6258;
}

.floral-gallery-section,
.floral-services {
  margin-bottom: 90px;
}

.floral-gallery-section h2,
.floral-services h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.6rem;
  margin-bottom: 30px;
  color: #2f2a25;
}

/* ==========================================
   COLLECTIONS PAGE
========================================== */

.collections-page {
  min-height: 100vh;
  padding: 40px 8% 80px;
  background: #f8f3eb;
}

.collections-hero {
  max-width: 900px;
  margin-bottom: 70px;
}

.collections-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1;
  margin-bottom: 24px;
  color: #2f2a25;
}

.collections-hero p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #6b6258;
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 90px;
}

.collection-card {
  min-height: 300px;
  padding: 38px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 65px rgba(70, 50, 30, 0.11);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.collection-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 90px rgba(70, 50, 30, 0.16);
}

.collection-card span {
  display: inline-block;
  margin-bottom: 42px;
  color: #b89a00;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.collection-card h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.1rem;
  margin-bottom: 16px;
  color: #2f2a25;
}

.collection-card p {
  color: #6b6258;
  line-height: 1.75;
  margin-bottom: 26px;
}

.collection-link {
  color: #2ec4c7;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-size: 0.85rem;
}

/* ==========================================
   ANIMATIONS
========================================== */

@keyframes scrollCollections{
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ==========================================
   RESPONSIVE DESIGN
========================================== */

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

@media (max-width: 850px) {
  .home-page {
    padding: 45px 18px;
  }

  .service-options,
  .collections-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 260px;
  }

  .card-number {
    margin-bottom: 45px;
  }

  .top-navigation {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 500px) {
  .logo-placeholder {
    width: 95px;
    height: 95px;
    font-size: 2.6rem;
  }

  .hero-content h1 {
    font-size: 3rem;
  }

  .service-card {
    padding: 32px;
  }
}

/* ==========================================
   QUOTE PAGE
========================================== */

.quote-page {
  min-height: 100vh;
  padding: 40px 8% 80px;
  background: #f8f3eb;
}

.quote-hero {
  max-width: 850px;
  margin-bottom: 60px;
}

.quote-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1;
  margin-bottom: 24px;
  color: #2f2a25;
}

.quote-hero p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #6b6258;
}

.quote-form-section {
  max-width: 900px;
}

.quote-form {
  background: rgba(255, 255, 255, 0.92);
  padding: 42px;
  border-radius: 32px;
  box-shadow: 0 24px 65px rgba(70, 50, 30, 0.1);
}

.form-message {
  min-height: 24px;
  margin-bottom: 18px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
}

.success-message {
  color: #2f7a52;
}

.error-message {
  color: #d9534f;
}

.submit-btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  transform: none;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2f2a25;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px 18px;
  border: 1px solid #ddd4c9;
  border-radius: 16px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  color: #2f2a25;
  transition: 0.3s ease;
}

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

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #2ec4c7;
  box-shadow: 0 0 0 4px rgba(46, 196, 199, 0.15);
}

.submit-btn {
  width: 100%;
  padding: 18px;
  border: none;
  border-radius: 999px;
  background: #2ec4c7;
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(70, 50, 30, 0.15);
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 650px) {
  .quote-page {
    padding: 32px 20px 70px;
  }

  .quote-form {
    padding: 28px;
  }
}

.required {
  color: #d9534f;
}

/* ==========================================
   THANK YOU PAGE
========================================== */

.thank-you-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: #f8f3eb;
}

.thank-you-card {
  max-width: 750px;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  padding: 60px;
  border-radius: 32px;
  box-shadow: 0 24px 65px rgba(70, 50, 30, 0.1);
}

.thank-you-card h1 {
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 6vw, 5rem);
  color: #2f2a25;
}

.thank-you-message {
  margin-bottom: 20px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #2ec4c7;
}

.thank-you-description {
  margin-bottom: 35px;
  line-height: 1.8;
  color: #6b6258;
}

.thank-you-button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 999px;
  background: #2ec4c7;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.thank-you-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(70, 50, 30, 0.15);
}

/* ==========================================
   CONTACT PAGE
========================================== */

.contact-page {
  min-height: 100vh;
  padding: 40px 8% 80px;
  background: #f8f3eb;
}

.contact-hero {
  max-width: 850px;
  margin-bottom: 60px;
}

.contact-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1;
  margin-bottom: 24px;
  color: #2f2a25;
}

.contact-hero p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #6b6258;
}

.contact-form-section {
  max-width: 900px;
}

.contact-form {
  background: rgba(255, 255, 255, 0.92);
  padding: 42px;
  border-radius: 32px;
  box-shadow: 0 24px 65px rgba(70, 50, 30, 0.1);
}

@media (max-width: 650px) {
  .contact-page {
    padding: 32px 20px 70px;
  }

  .contact-form {
    padding: 28px;
  }
}

/* ==========================================
   FOOTER
========================================== */

.site-footer {
  background: #d8c7b2;
  color: #2f2a25;
  padding: 60px 45px 30px;
  margin-top: 80px;
  border-radius: 32px 32px 0 0;
}

.footer-content {
  max-width: 1100px;
  margin: 0 auto 35px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 45px;
}

.site-footer h3,
.site-footer h4 {
  font-family: "Playfair Display", serif;
  margin-bottom: 16px;
  color: #2f2a25;
}

.site-footer h3 {
  font-size: 2rem;
}

.site-footer h4 {
  font-size: 1.25rem;
}

.site-footer p {
  line-height: 1.8;
  color: #5f5145;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #5f5145;
  font-weight: 500;
}

.footer-links a:hover {
  color: #f8f3eb;
}

.copyright {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 25px;
  border-top: 1px solid rgba(47, 42, 37, 0.18);
  text-align: center;
  font-size: 0.9rem;
}

@media (max-width: 750px) {
  .footer-content {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 45px 28px 28px;
  }
}

/* ==========================================
   COLLECTION PAGE - VALENTINE'S
========================================== */

.collection-page {
  min-height: 100vh;
  padding: 40px 8% 80px;
  background: #9f1d35;
  position: relative;
  overflow: hidden;
}

.collection-hero,
.collection-gallery,
.featured-arrangements,
.seasonal-quote,
.site-footer {
  position: relative;
  z-index: 1;
}

.collection-hero,
.collection-gallery,
.featured-arrangements,
.seasonal-quote {
  margin-bottom: 90px;
}

.collection-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1;
  margin-bottom: 24px;
  color: #ffffff;
}

.collection-description {
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 38px;
}

.collection-page .eyebrow {
  background: #ffffff;
  color: #9f1d35;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
}


/* Hero Collage */

.hero-collage {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 22px;
  margin-top: 50px;
}

.collage-photo {
  min-height: 155px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9f1d35;
  font-weight: 600;
  box-shadow: 0 22px 60px rgba(45, 10, 18, 0.18);

  position: relative;
  overflow: hidden;
}

.collage-photo .slot-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.collage-photo .slot-image[hidden] {
  display: none !important;
}

.collage-photo .slot-placeholder[hidden] {
  display: none !important;
}

.large-photo {
  min-height: 500px;
  grid-row: span 3;
}

/* Gallery + Arrangement Headings */

.collection-gallery h2,
.featured-arrangements h2,
.seasonal-quote h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.6rem;
  margin-bottom: 30px;
  color: #ffffff;
}

/* Gallery Cards */

.collection-page .gallery-item {
  background: rgba(255, 255, 255, 0.94);
  color: #9f1d35;
  box-shadow: 0 22px 60px rgba(45, 10, 18, 0.16);
}

/* Arrangement Cards */

.arrangement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.arrangement-card {
  background: rgba(255, 255, 255, 0.94);
  padding: 34px;
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(45, 10, 18, 0.16);
}

.arrangement-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  margin-bottom: 14px;
  color: #9f1d35;
}

.arrangement-card p {
  color: #6b3f47;
  line-height: 1.75;
}

/* Seasonal Quote */

.seasonal-quote {
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  padding: 60px 30px;
  border-radius: 34px;
  box-shadow: 0 24px 65px rgba(45, 10, 18, 0.18);
}

.seasonal-quote h2 {
  color: #9f1d35;
}

.seasonal-quote p {
  color: #6b3f47;
  line-height: 1.75;
}

.collection-page .contact-btn {
  background: #9f1d35;
  color: #ffffff;
}

.collection-page .contact-btn:hover {
  background: #7f172a;
}

.collection-page .contact-btn:hover {
  background: #7f172a;
}

/* Valentine's Return Link */

.valentines-page .return-link {
  color: #ffffff;
}

.valentines-page .return-link:hover {
  color: #f5d6dc;
}

/* White Valentine Hearts */

.valentines-page::before {
  content: "♡";
  position: absolute;
  top: 250px;
  right: 60px;
  font-size: 14rem;
  color: #ffffff;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

.valentines-page::after {
  content: "♡";
  position: absolute;
  top: 1050px;
  left: 50px;
  font-size: 12rem;
  color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.valentines-page .collection-hero::before {
  content: "♡";
  position: absolute;
  top: 40px;
  left: -45px;
  font-size: 8rem;
  color: #ffffff;
  opacity: 0.1;
}

.valentines-page .collection-gallery::before {
  content: "♡";
  position: absolute;
  top: 200px;
  right: -35px;
  font-size: 8rem;
  color: #ffffff;
  opacity: 0.1;
}

.valentines-page .featured-arrangements::after {
  content: "♡";
  position: absolute;
  bottom: -55px;
  left: 80px;
  font-size: 8rem;
  color: #ffffff;
  opacity: 0.1;
}

.valentines-page .collection-hero::after {
  content: "♡";
  position: absolute;
  top: 100px;
  right: 150px;
  font-size: 5rem;
  color: white;
  opacity: 0.08;
}

/* Responsive */

@media (max-width: 850px) {
  .hero-collage {
    grid-template-columns: 1fr;
  }

  .large-photo {
    min-height: 320px;
    grid-row: auto;
  }

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

@media (max-width: 500px) {
  .collection-page {
    padding: 32px 20px 70px;
  }

  .arrangement-card {
    padding: 28px;
  }
}

/* ==========================================
   COLLECTION PAGE - GRADUATION
========================================== */

.graduation-page {
  background: #102a43;
}

.graduation-page .eyebrow {
  background: #f4c542;
  color: #102a43;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 700;
}

.graduation-page .return-link,
.graduation-page h1,
.graduation-page .collection-gallery h2,
.graduation-page .featured-arrangements h2 {
  color: #ffffff;
}

.graduation-page .collection-description {
  color: rgba(255, 255, 255, 0.9);
}

.graduation-page .collage-photo,
.graduation-page .gallery-item,
.graduation-page .arrangement-card,
.graduation-page .seasonal-quote {
  background: rgba(255, 255, 255, 0.95);
  color: #102a43;
}

.graduation-page .arrangement-card h3,
.graduation-page .seasonal-quote h2 {
  color: #102a43;
}

.graduation-page .arrangement-card p,
.graduation-page .seasonal-quote p {
  color: #52606d;
}

.graduation-page .contact-btn {
  background: #f4c542;
  color: #102a43;
}

.graduation-page .contact-btn:hover {
  background: #d4a72c;
}

.graduation-page::before {
  content: "✦";
  position: absolute;
  top: 200px;
  right: 100px;
  font-size: 10rem;
  color: #f4c542;
  opacity: 0.12;
  z-index: 0;
}

.graduation-page::after {
  content: "✦";
  position: absolute;
  top: 1200px;
  left: 100px;
  font-size: 8rem;
  color: #f4c542;
  opacity: 0.10;
  z-index: 0;
}

.graduation-page .collection-hero::before {
  content: "✦ ✦ ✦";
  position: absolute;
  top: 50px;
  right: 80px;
  font-size: 2rem;
  color: #f4c542;
  letter-spacing: 15px;
  opacity: 0.20;
}

.graduation-page .collection-gallery::before {
  content: "✦ ✦";
  position: absolute;
  top: 150px;
  left: 30px;
  font-size: 2rem;
  color: #f4c542;
  letter-spacing: 15px;
  opacity: 0.18;
}

.graduation-page .featured-arrangements::before {
  content: "✦ ✦ ✦";
  position: absolute;
  top: -30px;
  right: 60px;
  font-size: 2rem;
  color: #f4c542;
  letter-spacing: 15px;
  opacity: 0.18;
}

/* ==========================================
   COLLECTION PAGE - MOTHER'S & FATHER'S DAY
========================================== */

.parents-page {
  background: #dfe8dc;
}

.parents-page .eyebrow {
  background: #ffffff;
  color: #4b5a4b;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
}

.parents-page .return-link,
.parents-page h1,
.parents-page .collection-gallery h2,
.parents-page .featured-arrangements h2 {
  color: #4b5a4b;
}

.parents-page .collection-description {
  color: #5c6b5c;
}

/* Hero Collage */

.parents-page .collage-photo {
  background: rgba(255,255,255,0.95);
  color: #4b5a4b;
  box-shadow: 0 22px 60px rgba(75,90,75,0.12);
}

/* Gallery */

.parents-page .gallery-item {
  background: rgba(255,255,255,0.95);
  color: #4b5a4b;
  box-shadow: 0 22px 60px rgba(75,90,75,0.12);
}

/* Featured Cards */

.parents-page .arrangement-card {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 22px 60px rgba(75,90,75,0.12);
}

.parents-page .arrangement-card h3 {
  color: #4b5a4b;
}

.parents-page .arrangement-card p {
  color: #647464;
}

/* Quote Box */

.parents-page .seasonal-quote {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 22px 60px rgba(75,90,75,0.12);
}

.parents-page .seasonal-quote h2 {
  color: #4b5a4b;
}

.parents-page .seasonal-quote p {
  color: #647464;
}

/* Button */

.parents-page .contact-btn {
  background: #4b5a4b;
  color: white;
}

.parents-page .contact-btn:hover {
  background: #c9a227;
  color: white;
}

/* Return Link */

.parents-page .return-link {
  color: #4b5a4b;
}

.parents-page .return-link:hover {
  color: #c9a227;
}

/* Decorative Flowers */

.parents-page::before {
  content: "❀";
  position: absolute;
  top: 260px;
  right: 70px;
  font-size: 10rem;
  color: #ffffff;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

.parents-page::after {
  content: "❁";
  position: absolute;
  top: 1050px;
  left: 60px;
  font-size: 8rem;
  color: #ffffff;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}

.parents-page .collection-hero::before {
  content: "❀ ❀";
  position: absolute;
  top: 50px;
  right: 120px;
  font-size: 2rem;
  color: #c9a227;
  letter-spacing: 18px;
  opacity: 0.30;
}

.parents-page .collection-gallery::before {
  content: "❁";
  position: absolute;
  top: 140px;
  left: 40px;
  font-size: 3rem;
  color: #c9a227;
  opacity: 0.25;
}

.parents-page .featured-arrangements::after {
  content: "❀ ❀";
  position: absolute;
  bottom: -25px;
  right: 100px;
  font-size: 2rem;
  color: #c9a227;
  letter-spacing: 18px;
  opacity: 0.25;
}

/* Holiday Decorations - CSS Only */

.holiday-page::before {
  content: "❄";
  position: absolute;
  top: 230px;
  right: 80px;
  font-size: 10rem;
  color: rgba(255, 255, 255, 0.16);
  pointer-events: none;
  z-index: 0;
}

.holiday-page::after {
  content: "❄";
  position: absolute;
  top: 1050px;
  left: 70px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.13);
  pointer-events: none;
  z-index: 0;
}

.holiday-page .collection-hero::before {
  content: "● ● ●";
  position: absolute;
  top: 50px;
  right: 110px;
  color: #c9a227;
  font-size: 2.4rem;
  letter-spacing: 18px;
  opacity: 0.55;
}

.holiday-page .collection-hero::after {
  content: "❄ ❄";
  position: absolute;
  top: 145px;
  right: 160px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 2rem;
  letter-spacing: 18px;
}

.holiday-page .collection-gallery::before {
  content: "❄";
  position: absolute;
  top: 130px;
  left: 45px;
  color: rgba(255, 255, 255, 0.28);
  font-size: 3.5rem;
}

.holiday-page .featured-arrangements::after {
  content: "● ❄ ●";
  position: absolute;
  bottom: -25px;
  right: 100px;
  color: #c9a227;
  font-size: 2rem;
  letter-spacing: 16px;
  opacity: 0.45;
}

/* ========================================
   ANNIVERSARY COLLECTION
======================================== */

.anniversary-page {
    background:
        radial-gradient(circle at 20% 15%, rgba(255, 205, 215, 0.35), transparent 30%),
        radial-gradient(circle at 80% 20%, rgba(255, 228, 196, 0.28), transparent 28%),
        radial-gradient(circle at 50% 80%, rgba(255, 215, 223, 0.22), transparent 35%),
        linear-gradient(
            180deg,
            #fff9f8 0%,
            #fef0f2 55%,
            #fde6e8 100%
        );
}
/* Hero */

.anniversary-page .collection-hero {
    text-align: center;
    padding: 5rem 2rem;
}

.anniversary-page .eyebrow {
    color: #b36b74;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    font-weight: 600;
}

.anniversary-page h1 {
    color: #5c2f36;
}

.anniversary-page .collection-description {
    color: #6f595b;
    max-width: 700px;
    margin: 1rem auto 0;
    line-height: 1.8;
}

/* Return link */

.anniversary-page .return-link {
    color: #8c4c55;
    font-weight: 500;
    transition: 0.3s;
}

.anniversary-page .return-link:hover {
    color: #5c2f36;
}

/* Quote Section */

.anniversary-page .seasonal-quote {
    background: linear-gradient(
        135deg,
        #8d4b56,
        #c67b82
    );
}

.anniversary-page .seasonal-quote h2,
.anniversary-page .seasonal-quote p {
    color: white;
}

.anniversary-page .contact-btn {
    background: white;
    color: #8d4b56;
}

.anniversary-page .contact-btn:hover {
    background: #fff3f4;
}

/* ==========================================
   ADMIN DASHBOARD
========================================== */

/* ==========================================
   ADMIN VISIBILITY STATES
   Keep elements with the HTML hidden attribute fully hidden,
   even when another admin class uses display: grid/flex.
========================================== */

.admin-dashboard-body [hidden] {
  display: none !important;
}

.admin-dashboard-body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(
      circle at top right,
      rgba(46, 196, 199, 0.12),
      transparent 30%
    ),
    #f6f1ea;
  color: #2f2a25;
}

.admin-dashboard-body,
.admin-dashboard-body button,
.admin-dashboard-body input,
.admin-dashboard-body select {
  font-family: "Poppins", sans-serif;
}

.admin-dashboard-layout {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  min-height: 100vh;
}

/* Sidebar */

.admin-sidebar {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 30px 22px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05),
      transparent
    ),
    #292520;
  color: #ffffff;
  z-index: 100;
}

.admin-sidebar-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 8px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #2ec4c7, #87e4e5);
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 1.65rem;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(46, 196, 199, 0.24);
}

.admin-sidebar-brand h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
}

.admin-sidebar-brand p {
  margin-top: 2px;
  color: #bcb3aa;
  font-size: 0.72rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.admin-navigation {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 28px;
}

.admin-nav-link {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 0;
  border-radius: 15px;
  background: transparent;
  color: #cfc7bf;
  font-size: 0.88rem;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.admin-nav-link:not(:disabled):hover {
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  transform: translateX(3px);
}

.admin-nav-link.active {
  background: linear-gradient(
    135deg,
    rgba(46, 196, 199, 0.25),
    rgba(46, 196, 199, 0.09)
  );
  color: #ffffff;
  box-shadow: inset 3px 0 #2ec4c7;
}

.admin-nav-link:disabled {
  cursor: default;
  opacity: 0.58;
}

.admin-nav-icon {
  font-size: 1.1rem;
}

.admin-nav-count,
.admin-coming-soon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 27px;
  min-height: 23px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 600;
}

.admin-nav-count {
  background: #2ec4c7;
  color: #ffffff;
}

.admin-coming-soon {
  background: rgba(255, 255, 255, 0.09);
  color: #bfb6ad;
}

.admin-sidebar-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.admin-view-website,
.admin-logout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  border-radius: 14px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.admin-view-website {
  justify-content: space-between;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
}

.admin-logout-button {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  color: #d8d0c8;
  cursor: pointer;
}

/* Main content */

.admin-main-content {
  min-width: 0;
  padding: 0 36px 60px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 118px;
  gap: 25px;
}

.admin-topbar-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.admin-topbar-eyebrow {
  margin-bottom: 3px;
  color: #8d7d6c;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.admin-topbar h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 600;
}

.admin-menu-button {
  display: none;
  width: 43px;
  height: 43px;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  color: #2f2a25;
  cursor: pointer;
}

.admin-profile {
  display: flex;
  align-items: center;
  gap: 13px;
}

.admin-profile-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.admin-profile-text strong {
  font-size: 0.85rem;
}

.admin-profile-text span {
  color: #897d72;
  font-size: 0.7rem;
}

.admin-profile-avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #ffffff;
  color: #2ec4c7;
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 700;
  box-shadow: 0 12px 35px rgba(74, 59, 46, 0.1);
}

/* Welcome banner */

.admin-welcome-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 245px;
  padding: 44px 50px;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(255, 255, 255, 0.23),
      transparent 26%
    ),
    linear-gradient(135deg, #2c8f91, #2ec4c7);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(46, 196, 199, 0.2);
}

.admin-welcome-copy {
  position: relative;
  z-index: 2;
  max-width: 660px;
}

.admin-banner-label {
  margin-bottom: 12px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  opacity: 0.86;
}

.admin-welcome-banner h2 {
  max-width: 620px;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
}

.admin-welcome-banner p:last-child {
  max-width: 600px;
  line-height: 1.75;
  opacity: 0.88;
}

.admin-banner-decoration {
  position: absolute;
  right: 35px;
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 3.4rem;
  opacity: 0.18;
  transform: rotate(-9deg);
}

/* Statistics */

.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.admin-stat-card {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  min-height: 158px;
  padding: 25px;
  border: 1px solid rgba(112, 94, 76, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(85, 68, 51, 0.07);
}

.admin-stat-primary {
  background: #2f2a25;
  color: #ffffff;
}

.admin-stat-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 15px;
  background: rgba(46, 196, 199, 0.12);
  color: #2ec4c7;
  font-size: 1.25rem;
}

.admin-stat-primary .admin-stat-icon {
  background: rgba(255, 255, 255, 0.1);
  color: #87e4e5;
}

.admin-stat-card p {
  margin-bottom: 5px;
  color: #7b6f63;
  font-size: 0.73rem;
  font-weight: 500;
}

.admin-stat-primary p {
  color: #c8beb4;
}

.admin-stat-card strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Playfair Display", serif;
  font-size: 2.35rem;
  line-height: 1;
}

.admin-stat-card span {
  color: #9a8f84;
  font-size: 0.65rem;
}

/* Shared section */

.admin-section {
  margin-top: 55px;
}

.admin-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 22px;
}

.admin-section-label {
  margin-bottom: 5px;
  color: #2ec4c7;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.admin-section-heading h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.admin-section-heading > div > p:last-child {
  max-width: 650px;
  margin-top: 7px;
  color: #80756a;
  font-size: 0.82rem;
  line-height: 1.7;
}

/* Quick actions */

.admin-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.admin-action-card {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 15px;
  min-height: 130px;
  padding: 23px;
  border: 1px solid rgba(112, 94, 76, 0.08);
  border-radius: 22px;
  background: #ffffff;
  color: #2f2a25;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 16px 42px rgba(85, 68, 51, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.admin-action-card:not(:disabled):hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(85, 68, 51, 0.11);
}

.admin-action-card:disabled {
  cursor: default;
}

.admin-action-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 17px;
  background: #effbfb;
  color: #2ec4c7;
  font-size: 1.3rem;
}

.admin-action-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.86rem;
}

.admin-action-card small {
  display: block;
  color: #877b70;
  font-size: 0.68rem;
  line-height: 1.55;
}

.admin-action-arrow {
  color: #2ec4c7;
  font-size: 1.35rem;
}

.admin-feature-pill {
  padding: 6px 9px;
  border-radius: 999px;
  background: #f2eee9;
  color: #8f8377;
  font-size: 0.58rem;
  font-weight: 600;
  white-space: nowrap;
}

/* Quotes */

.admin-quotes-heading {
  align-items: flex-end;
}

.admin-result-count {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.admin-result-count strong {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
}

.admin-result-count span {
  color: #897d72;
  font-size: 0.68rem;
}

.admin-filter-bar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 210px 180px auto;
  gap: 12px;
  padding: 16px;
  border-radius: 20px 20px 0 0;
  background: #ffffff;
  border-bottom: 1px solid #eee7df;
}

.admin-search-wrapper {
  position: relative;
}

.admin-search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  color: #908478;
  transform: translateY(-50%);
}

.admin-filter-bar input,
.admin-filter-bar select {
  width: 100%;
  height: 48px;
  border: 1px solid #e9e0d7;
  border-radius: 13px;
  background: #fbf9f6;
  color: #3d3731;
  outline: none;
}

.admin-filter-bar input {
  padding: 0 16px 0 42px;
}

.admin-filter-bar select {
  padding: 0 38px 0 14px;
}

.admin-filter-bar input:focus,
.admin-filter-bar select:focus {
  border-color: #2ec4c7;
  box-shadow: 0 0 0 3px rgba(46, 196, 199, 0.1);
}

.admin-clear-filters {
  min-width: 78px;
  border: 0;
  border-radius: 13px;
  background: #f0ebe5;
  color: #6f6459;
  font-weight: 600;
  cursor: pointer;
}

.admin-table-container {
  overflow-x: auto;
  border-radius: 0 0 22px 22px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(85, 68, 51, 0.07);
}

.admin-quotes-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.admin-quotes-table th,
.admin-quotes-table td {
  padding: 18px 20px;
  text-align: left;
}

.admin-quotes-table th {
  color: #8c8074;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.admin-quotes-table tbody tr {
  border-top: 1px solid #f0e9e2;
  transition: background 150ms ease;
}

.admin-quotes-table tbody tr:hover {
  background: #fcfaf8;
}

.admin-quotes-table td {
  color: #5c534b;
  font-size: 0.76rem;
}

.admin-customer-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-customer-avatar {
  display: grid;
  place-items: center;
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  border-radius: 13px;
  background: #effbfb;
  color: #249fa2;
  font-size: 0.7rem;
  font-weight: 700;
}

.admin-customer-cell strong,
.admin-location-cell strong {
  display: block;
  margin-bottom: 2px;
  color: #302a25;
}

.admin-customer-cell span,
.admin-location-cell span {
  color: #93877c;
  font-size: 0.65rem;
}

.admin-service-badge {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f4f0eb;
  color: #6f6256;
  font-size: 0.62rem;
  font-weight: 600;
}

.admin-view-quote-button {
  padding: 8px 14px;
  border: 0;
  border-radius: 10px;
  background: #2f2a25;
  color: #ffffff;
  font-size: 0.67rem;
  font-weight: 600;
  cursor: pointer;
}

.admin-empty-state {
  padding: 70px 25px;
  text-align: center;
}

.admin-empty-icon {
  display: grid;
  place-items: center;
  width: 65px;
  height: 65px;
  margin: 0 auto 16px;
  border-radius: 20px;
  background: #effbfb;
  color: #2ec4c7;
  font-size: 1.6rem;
}

.admin-empty-state h3 {
  margin-bottom: 6px;
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
}

.admin-empty-state p {
  color: #897d72;
  font-size: 0.76rem;
}

/* Loading and errors */

.admin-loading-panel,
.admin-error-panel {
  display: grid;
  place-items: center;
  min-height: 500px;
  text-align: center;
}

.admin-loader {
  width: 47px;
  height: 47px;
  margin-bottom: 15px;
  border: 4px solid rgba(46, 196, 199, 0.16);
  border-top-color: #2ec4c7;
  border-radius: 50%;
  animation: adminSpin 800ms linear infinite;
}

@keyframes adminSpin {
  to {
    transform: rotate(360deg);
  }
}

.admin-error-panel h2 {
  margin-bottom: 9px;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
}

.admin-error-panel p {
  max-width: 500px;
  margin-bottom: 20px;
  color: #81766b;
}

/* Buttons */

.admin-primary-button,
.admin-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.admin-primary-button {
  border: 0;
  background: #2ec4c7;
  color: #ffffff;
}

.admin-secondary-button {
  border: 1px solid #ded5cc;
  background: #ffffff;
  color: #4d453e;
}

/* Modal */

.admin-modal-open {
  overflow: hidden;
}

.admin-modal-backdrop {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(28, 24, 20, 0.63);
  backdrop-filter: blur(7px);
  z-index: 1000;
}

.admin-modal-backdrop[hidden] {
  display: none;
}

.admin-quote-modal {
  width: min(760px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 28px;
  background: #fbf8f4;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.26);
}

.admin-modal-header,
.admin-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
}

.admin-modal-header {
  border-bottom: 1px solid #e9e1d9;
}

.admin-modal-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
}

.admin-modal-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 13px;
  background: #eee8e1;
  color: #554d45;
  font-size: 1.5rem;
  cursor: pointer;
}

.admin-modal-content {
  padding: 28px;
}

.admin-modal-summary {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  margin-bottom: 22px;
  border-radius: 19px;
  background: linear-gradient(135deg, #2f2a25, #494039);
  color: #ffffff;
}

.admin-modal-avatar {
  display: grid;
  place-items: center;
  width: 57px;
  height: 57px;
  border-radius: 18px;
  background: #2ec4c7;
  font-weight: 700;
}

.admin-modal-summary h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
}

.admin-modal-summary p {
  color: #cfc5bc;
  font-size: 0.72rem;
}

.admin-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.admin-detail-item {
  padding: 16px;
  border: 1px solid #e8dfd6;
  border-radius: 15px;
  background: #ffffff;
}

.admin-detail-item span,
.admin-message-detail span {
  display: block;
  margin-bottom: 5px;
  color: #978a7e;
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.admin-detail-item strong {
  color: #3e3731;
  font-size: 0.75rem;
  line-height: 1.55;
}

.admin-message-detail {
  padding: 20px;
  margin-top: 15px;
  border-radius: 17px;
  background: #ffffff;
  border: 1px solid #e8dfd6;
}

.admin-message-detail p {
  color: #5f554c;
  font-size: 0.77rem;
  line-height: 1.8;
  white-space: pre-wrap;
}

.admin-modal-footer {
  justify-content: flex-end;
  border-top: 1px solid #e9e1d9;
}

/* Mobile sidebar */

.admin-sidebar-overlay {
  position: fixed;
  inset: 0;
  border: 0;
  background: rgba(24, 20, 17, 0.54);
  z-index: 90;
}

/* Responsive */

@media (max-width: 1200px) {
  .admin-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-action-grid {
    grid-template-columns: 1fr;
  }

  .admin-filter-bar {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .admin-dashboard-layout {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: fixed;
    left: 0;
    width: min(285px, 86vw);
    transform: translateX(-105%);
    transition: transform 220ms ease;
  }

  .admin-sidebar.open {
    transform: translateX(0);
  }

  .admin-main-content {
    padding: 0 20px 45px;
  }

  .admin-menu-button {
    display: grid;
    place-items: center;
  }

  .admin-profile-text {
    display: none;
  }
}

@media (max-width: 650px) {
  .admin-topbar {
    min-height: 95px;
  }

  .admin-welcome-banner {
    min-height: auto;
    padding: 32px 25px;
  }

  .admin-banner-decoration {
    display: none;
  }

  .admin-stat-grid {
    grid-template-columns: 1fr;
  }

  .admin-filter-bar {
    grid-template-columns: 1fr;
  }

  .admin-quotes-heading {
    align-items: flex-start;
  }

  .admin-result-count {
    display: none;
  }

  .admin-detail-grid {
    grid-template-columns: 1fr;
  }

  .admin-modal-header,
  .admin-modal-content,
  .admin-modal-footer {
    padding-left: 19px;
    padding-right: 19px;
  }
}

/* Quote status badges */

.admin-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  white-space: nowrap;
}

.admin-status-badge.status-new {
  background: #e8f2ff;
  color: #2869b8;
}

.admin-status-badge.status-contacted {
  background: #fff0df;
  color: #bd671d;
}

.admin-status-badge.status-in-progress {
  background: #fff7d6;
  color: #9b7411;
}

.admin-status-badge.status-completed {
  background: #e5f7eb;
  color: #2f7d4f;
}

.admin-status-badge.status-declined {
  background: #fde8e8;
  color: #b64040;
}

/* =========================================================
   HOMEPAGE EDITOR
========================================================= */

#homepage-editor-section {
  padding: 42px;
  border: 1px solid rgba(42, 37, 32, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(58, 48, 39, 0.08);
}

#homepage-editor-form {
  margin-top: 32px;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.admin-form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-form-group-full {
  grid-column: 1 / -1;
}

.admin-form-group label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6f675f;
}

.admin-form-group input,
.admin-form-group textarea {
  width: 100%;
  border: 1px solid #ded8d1;
  border-radius: 14px;
  background: #fbfaf8;
  padding: 15px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #2d2925;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.admin-form-group input {
  min-height: 52px;
}

.admin-form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.admin-form-group input:hover,
.admin-form-group textarea:hover {
  border-color: #c8bfb5;
}

.admin-form-group input:focus,
.admin-form-group textarea:focus {
  outline: none;
  border-color: #08bcc4;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(8, 188, 196, 0.12);
}

.admin-form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid #ece7e2;
}

#homepage-save-message {
  margin-right: auto;
  font-size: 0.9rem;
  font-weight: 500;
  color: #6f675f;
}

#homepage-save-button {
  min-width: 190px;
  min-height: 52px;
  border: none;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(8, 188, 196, 0.2);
}

#homepage-save-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(8, 188, 196, 0.26);
}

#homepage-save-button:active {
  transform: translateY(0);
}

@media (max-width: 800px) {
  #homepage-editor-section {
    padding: 28px 22px;
    border-radius: 22px;
  }

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

  .admin-form-group-full {
    grid-column: auto;
  }

  .admin-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  #homepage-save-message {
    margin-right: 0;
  }

  #homepage-save-button {
    width: 100%;
  }
}

/* ==========================================================
   WEBSITE EDITOR
========================================================== */

.admin-page-editor-body {
    margin: 0;
    background: #f5f5f5;
    font-family: "Poppins", sans-serif;
}

.page-editor-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-editor-header {
    background: white;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}

.page-editor-eyebrow {
    margin: 0;
    color: #888;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-editor-header h1 {
    margin: 8px 0;
    font-size: 42px;
    color: #222;
}

.page-editor-description {
    margin: 0;
    color: #666;
}

.page-editor-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.page-editor-actions label {
    font-weight: 600;
}

.page-editor-actions select {
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
}

.page-editor-back-button {
    background: #222;
    color: white;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 8px;
    transition: 0.25s;
}

.page-editor-back-button:hover {
    background: #444;
}

.page-editor-main {
    padding: 40px;
}

.page-editor-preview-panel {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.page-editor-preview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 1px solid #ececec;
}

.page-editor-preview-header p {
    margin: 0;
    color: #777;
    font-size: 14px;
}

.page-editor-preview-header h2 {
    margin: 4px 0 0;
    font-size: 28px;
}

.page-editor-preview-header a {
    text-decoration: none;
    color: #111;
    font-weight: 600;
}

.page-editor-preview {
    background: #fafafa;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888;
    font-size: 18px;
}

.page-editor-loading {
    margin: 0;
}

.page-editor-preview {
    min-height: 700px;
    display: block;
    overflow: hidden;
}

.page-editor-iframe {
    width: 100%;
    height: 700px;
    border: 0;
    display: block;
    background: white;
}

/* ==========================================================
   VISUAL IMAGE EDITING INSIDE PAGE PREVIEW
========================================================== */

.editable-image-slot.page-editor-active-slot {
    position: relative !important;
    cursor: pointer !important;
    outline: 3px dashed rgba(33, 33, 33, 0.55);
    outline-offset: -3px;
    transition:
        outline-color 0.2s ease,
        filter 0.2s ease;
}

.editable-image-slot.page-editor-active-slot:hover {
    outline-color: #111;
    filter: brightness(0.85);
}

.page-editor-slot-label {
    position: absolute;
    left: 50%;
    bottom: 16px;
    z-index: 9999;
    transform: translateX(-50%);
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.88);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.editable-image-slot.page-editor-active-slot:hover
.page-editor-slot-label {
    opacity: 1;
}

.editable-image-slot .slot-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* ==========================================
   INTERIOR HOMEPAGE - MEDITERRANEAN BLUE THEME
========================================== */


/* ==============================
   MAIN PAGE BACKGROUND
============================== */

.home-page {
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(118, 211, 255, 0.32),
      transparent 28%
    ),
    radial-gradient(
      circle at 85% 30%,
      rgba(64, 154, 208, 0.28),
      transparent 32%
    ),
    linear-gradient(
      160deg,
      #3a97c7 0%,
      #267faf 35%,
      #176493 68%,
      #0f4b75 100%
    );

  overflow: hidden;
}


/* ==============================
   LOGO
============================== */

.home-page .logo-placeholder {
  background: #ffffff;
  color: #174a75;

  box-shadow:
    0 16px 35px rgba(5, 45, 80, 0.28),
    0 30px 65px rgba(109, 206, 247, 0.35),
    0 0 45px rgba(170, 229, 255, 0.18);
}


/* Tagline under logo */

.home-page .brand-subtitle {
  color: #e7f6ff;
}


/* ==============================
   EYEBROW / WHITE PILL
============================== */

.home-page .eyebrow {
  background: #ffffff;
  color: #174a75;

  box-shadow:
    0 12px 30px rgba(7, 49, 83, 0.18),
    0 0 30px rgba(145, 219, 250, 0.18);
}


/* ==============================
   HERO
============================== */

.home-page .hero-content h1 {
  color: #ffffff;

  text-shadow:
    0 5px 18px rgba(4, 43, 75, 0.18);
}

.home-page .hero-description {
  color: rgba(255, 255, 255, 0.92);
}


/* ==============================
   INTERIOR SHOWCASE
============================== */

.home-page .interior-showcase {
  position: relative;

  padding: 55px;

  background:
    linear-gradient(
      145deg,
      #f8fcff 0%,
      #e5f3fa 100%
    );

  border-radius: 45px;

  box-shadow:
    0 30px 80px rgba(4, 43, 75, 0.18);
}


/* Curved top transition */

.home-page .interior-showcase::before {
  content: "";

  position: absolute;

  width: 115%;
  height: 65px;

  top: -30px;
  left: -7.5%;

  background: #edf8fc;

  border-radius:
    50% 50% 0 0 /
    100% 100% 0 0;

  z-index: 0;
}


/* Keep content above curve */

.home-page .interior-showcase > * {
  position: relative;
  z-index: 1;
}


.home-page .showcase-text {
  background: #ffffff;

  box-shadow:
    0 22px 60px rgba(19, 70, 110, 0.12);
}

.home-page .showcase-text h2 {
  color: #174a75;
}

.home-page .showcase-text p {
  color: #536575;
}


/* ==============================
   INTERIOR GALLERY
============================== */

.home-page .interior-gallery {
  position: relative;

  padding: 70px 35px 55px;

  background:
    linear-gradient(
      145deg,
      rgba(10, 72, 112, 0.38),
      rgba(39, 139, 188, 0.22)
    );

  border-radius: 45px;
}


/* Decorative curve */

.home-page .interior-gallery::before {
  content: "";

  position: absolute;

  width: 115%;
  height: 60px;

  top: -28px;
  left: -7.5%;

  background: rgba(49, 143, 190, 0.45);

  border-radius:
    50% 50% 0 0 /
    100% 100% 0 0;

  z-index: 0;
}


.home-page .interior-gallery > * {
  position: relative;
  z-index: 1;
}


/* Gallery heading */

.home-page .section-heading h2 {
  color: #ffffff;
}


/* Decorative heading lines */

.home-page .section-heading {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 24px;
}

.home-page .section-heading::before,
.home-page .section-heading::after {
  content: "";

  width: 90px;
  height: 2px;

  background: rgba(255, 255, 255, 0.65);
}


/* ==============================
   ARCHED GALLERY IMAGES
============================== */

.home-page .gallery-item {
  border-radius: 150px 150px 28px 28px;

  border: 3px solid rgba(255, 255, 255, 0.85);

  box-shadow:
    0 20px 50px rgba(5, 43, 73, 0.23);
}


/* ==============================
   SERVICE AREA
============================== */

.home-page .service-options {
  position: relative;

  padding: 65px 40px;

  background:
    linear-gradient(
      145deg,
      #e9f6fb 0%,
      #d6edf7 100%
    );

  border-radius: 45px;

  box-shadow:
    0 30px 80px rgba(4, 43, 75, 0.14);
}


/* Curved divider */

.home-page .service-options::before {
  content: "";

  position: absolute;

  width: 115%;
  height: 65px;

  top: -30px;
  left: -7.5%;

  background: #e2f2f9;

  border-radius:
    50% 50% 0 0 /
    100% 100% 0 0;

  z-index: 0;
}


.home-page .service-options > * {
  position: relative;
  z-index: 1;
}


/* Service cards */

.home-page .service-card {
  background: rgba(255, 255, 255, 0.96);

  border: 1px solid rgba(23, 74, 117, 0.08);

  box-shadow:
    0 20px 55px rgba(19, 70, 110, 0.14);
}


.home-page .service-card:hover {
  transform: translateY(-10px);

  box-shadow:
    0 30px 75px rgba(19, 70, 110, 0.22);
}


.home-page .service-card h2 {
  color: #174a75;
}

.home-page .service-card p {
  color: #536575;
}

.home-page .card-number {
  color: #2a82b4;
}


.home-page .card-link,
.home-page .floral-card .card-link,
.home-page .collections-card .card-link {
  color: #247eae;
}


/* ==============================
   CONTACT SECTION
============================== */

.home-page .contact-section {
  position: relative;

  background:
    radial-gradient(
      circle at top center,
      rgba(88, 183, 226, 0.30),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #155b87,
      #0e4168
    );

  border: 2px solid rgba(255, 255, 255, 0.16);

  box-shadow:
    0 30px 80px rgba(4, 35, 62, 0.30);
}


.home-page .contact-section h2 {
  color: #ffffff;
}


.home-page .contact-section p {
  color: rgba(255, 255, 255, 0.88);
}


.home-page .contact-btn {
  background: #ffffff;
  color: #174a75;

  box-shadow:
    0 15px 35px rgba(0, 27, 50, 0.20);
}


.home-page .contact-btn:hover {
  background: #dff3fb;
  color: #103f66;

  transform: translateY(-4px);
}


/* ==============================
   MOBILE ADJUSTMENTS
============================== */

@media (max-width: 850px) {

  .home-page .interior-showcase,
  .home-page .service-options {
    padding: 42px 28px;
  }

  .home-page .interior-gallery {
    padding: 60px 25px 45px;
  }

  .home-page .section-heading::before,
  .home-page .section-heading::after {
    width: 45px;
  }

}


@media (max-width: 500px) {

  .home-page .interior-showcase,
  .home-page .interior-gallery,
  .home-page .service-options {
    border-radius: 30px;
  }

  .home-page .gallery-item {
    border-radius: 100px 100px 24px 24px;
  }

  .home-page .section-heading {
    gap: 12px;
  }

  .home-page .section-heading::before,
  .home-page .section-heading::after {
    width: 25px;
  }

}

/* ==========================================
   INTERIOR HOMEPAGE - MEDITERRANEAN BLUE THEME
========================================== */


/* ==============================
   MAIN PAGE BACKGROUND
============================== */

.home-page {
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(118, 211, 255, 0.32),
      transparent 28%
    ),
    radial-gradient(
      circle at 85% 30%,
      rgba(64, 154, 208, 0.28),
      transparent 32%
    ),
    linear-gradient(
      160deg,
      #3a97c7 0%,
      #267faf 35%,
      #176493 68%,
      #0f4b75 100%
    );

  overflow: hidden;
}


/* ==============================
   LOGO
============================== */

.home-page .logo-placeholder {
  background: #ffffff;
  color: #174a75;

  box-shadow:
    0 16px 35px rgba(5, 45, 80, 0.28),
    0 30px 65px rgba(109, 206, 247, 0.35),
    0 0 45px rgba(170, 229, 255, 0.18);
}


.home-page .brand-subtitle {
  color: #e7f6ff;
}


/* ==============================
   EYEBROWS / LABEL PILLS
============================== */

.home-page .eyebrow {
  background: #ffffff;
  color: #174a75 !important;

  box-shadow:
    0 12px 30px rgba(7, 49, 83, 0.18),
    0 0 30px rgba(145, 219, 250, 0.18);
}


/* ==============================
   HERO
============================== */

.home-page .hero-content h1 {
  color: #ffffff;

  text-shadow:
    0 5px 18px rgba(4, 43, 75, 0.18);
}


.home-page .hero-description {
  color: rgba(255, 255, 255, 0.92);
}


/* ==============================
   INTERIOR SHOWCASE
============================== */

.home-page .interior-showcase {
  position: relative;

  padding: 55px;

  background:
    linear-gradient(
      145deg,
      #f8fcff 0%,
      #dceff8 100%
    ) !important;

  border-radius: 45px;

  box-shadow:
    0 30px 80px rgba(4, 43, 75, 0.18);
}


/* Curved transition above showcase */

.home-page .interior-showcase::before {
  content: "";

  position: absolute;

  width: 115%;
  height: 65px;

  top: -30px;
  left: -7.5%;

  background: #edf8fc;

  border-radius:
    50% 50% 0 0 /
    100% 100% 0 0;

  z-index: 0;
}


.home-page .interior-showcase > * {
  position: relative;
  z-index: 1;
}


/* Showcase text card */

.home-page .showcase-text {
  background: #ffffff;

  box-shadow:
    0 22px 60px rgba(19, 70, 110, 0.12);
}


.home-page .showcase-text h2 {
  color: #174a75;
}


.home-page .showcase-text p {
  color: #536575;
}


/* ==============================
   GALLERY
============================== */

.home-page .interior-gallery {
  position: relative;

  padding: 55px 0 65px;

  background: transparent !important;

  border-radius: 0;

  box-shadow: none;
}


/* Remove previous gallery curve */

.home-page .interior-gallery::before {
  display: none;
}


/* ==============================
   GALLERY HEADING
============================== */

.home-page .section-heading {
  display: block;

  text-align: center;

  margin-bottom: 45px;
}


.home-page .section-heading h2 {
  color: #ffffff;

  text-shadow:
    0 5px 18px rgba(5, 45, 80, 0.20);
}


/* Remove decorative side lines */

.home-page .section-heading::before,
.home-page .section-heading::after {
  display: none;
}


/* ==============================
   GALLERY GRID
============================== */

.home-page .gallery-grid {
  gap: 28px;
}


/* Gallery cards */

.home-page .gallery-item {
  border-radius: 28px;

  border: 3px solid rgba(255, 255, 255, 0.88);

  overflow: hidden;

  box-shadow:
    0 18px 45px rgba(4, 42, 72, 0.24);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.home-page .gallery-item:hover {
  transform: translateY(-8px);

  box-shadow:
    0 28px 60px rgba(4, 42, 72, 0.32);
}


.home-page .gallery-item img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}


/* ==============================
   SERVICE AREA
============================== */

.home-page .service-options {
  position: relative;

  padding: 65px 40px;

  background:
    linear-gradient(
      145deg,
      #e9f6fb 0%,
      #cfeaf5 100%
    ) !important;

  border-radius: 45px;

  box-shadow:
    0 30px 80px rgba(4, 43, 75, 0.14);
}


/* Curved transition above services */

.home-page .service-options::before {
  content: "";

  position: absolute;

  width: 115%;
  height: 65px;

  top: -30px;
  left: -7.5%;

  background: #dff1f8;

  border-radius:
    50% 50% 0 0 /
    100% 100% 0 0;

  z-index: 0;
}


.home-page .service-options > * {
  position: relative;
  z-index: 1;
}


/* ==============================
   SERVICE CARDS
============================== */

.home-page .service-card {
  background: rgba(255, 255, 255, 0.96);

  border: 1px solid rgba(23, 74, 117, 0.08);

  box-shadow:
    0 20px 55px rgba(19, 70, 110, 0.14);
}


.home-page .service-card:hover {
  transform: translateY(-10px);

  box-shadow:
    0 30px 75px rgba(19, 70, 110, 0.22);
}


.home-page .service-card h2 {
  color: #174a75;
}


.home-page .service-card p {
  color: #536575;
}


.home-page .card-number {
  color: #2a82b4;
}


.home-page .card-link,
.home-page .floral-card .card-link,
.home-page .collections-card .card-link {
  color: #247eae;
}


/* ==============================
   CONTACT SECTION
============================== */

.home-page .contact-section {
  position: relative;

  background:
    radial-gradient(
      circle at top center,
      rgba(88, 183, 226, 0.30),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #155b87,
      #0e4168
    );

  border: 2px solid rgba(255, 255, 255, 0.16);

  box-shadow:
    0 30px 80px rgba(4, 35, 62, 0.30);
}


/* Fix CONTACT label */

.home-page .contact-section .eyebrow {
  background: #ffffff;

  color: #174a75 !important;

  box-shadow:
    0 10px 25px rgba(0, 30, 55, 0.18),
    0 0 25px rgba(120, 205, 240, 0.15);
}


.home-page .contact-section h2 {
  color: #ffffff;
}


.home-page .contact-section p {
  color: rgba(255, 255, 255, 0.90);
}


/* Contact button */

.home-page .contact-btn {
  background: #ffffff;

  color: #174a75;

  box-shadow:
    0 15px 35px rgba(0, 27, 50, 0.20);
}


.home-page .contact-btn:hover {
  background: #dff3fb;

  color: #103f66;

  transform: translateY(-4px);
}


/* ==============================
   MOBILE
============================== */

@media (max-width: 850px) {

  .home-page .interior-showcase,
  .home-page .service-options {
    padding: 42px 28px;
  }


  .home-page .interior-gallery {
    padding: 50px 0;
  }

}


@media (max-width: 500px) {

  .home-page .interior-showcase,
  .home-page .service-options {
    border-radius: 30px;
  }


  .home-page .gallery-item {
    border-radius: 22px;
  }

}

/* ==========================================
   WEDDINGS & SPECIAL EVENTS - FINAL CLEAN THEME
========================================== */


/* ==============================
   MAIN PAGE
============================== */

.events-page {
  background:
    radial-gradient(
      circle at 18% 10%,
      rgba(255, 187, 205, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 82% 32%,
      rgba(226, 190, 114, 0.12),
      transparent 30%
    ),
    linear-gradient(
      155deg,
      #c74b6c 0%,
      #a53252 38%,
      #7c243f 68%,
      #57192d 100%
    );

  color: #ffffff;
  overflow: hidden;
}


/* ==============================
   RETURN LINK
============================== */

.events-page .return-link {
  color: #fff9f3;
}

.events-page .return-link:hover {
  color: #f0cf8a;
}


/* ==============================
   HERO
============================== */

.events-page .events-hero {
  position: relative;
  z-index: 1;
}

.events-page .events-hero::before {
  content: "";

  position: absolute;
  width: 520px;
  height: 520px;

  top: -210px;
  left: -160px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(240, 207, 138, 0.18),
      transparent 68%
    );

  pointer-events: none;
  z-index: -1;
}

.events-page .events-hero h1 {
  color: #ffffff;

  text-shadow:
    0 8px 24px rgba(60, 13, 30, 0.22);
}

.events-page .events-hero p {
  color: rgba(255, 255, 255, 0.91);
}

.events-page .hero-subheading {
  color: #f6ddb0;
}


/* ==============================
   EYEBROW
============================== */

.events-page .eyebrow {
  background: #fff9f3;
  color: #72243c !important;

  border: 1px solid rgba(240, 207, 138, 0.40);

  box-shadow:
    0 12px 30px rgba(65, 17, 34, 0.18),
    0 0 25px rgba(240, 207, 138, 0.10);
}


/* ==============================
   FEATURED EVENT MOMENTS
============================== */

.events-page .event-gallery-section {
  position: relative;

  padding: 58px 45px 68px;

  background:
    radial-gradient(
      circle at 85% 12%,
      rgba(244, 221, 168, 0.20),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #fffaf5 0%,
      #f6e7e1 100%
    );

  border-radius: 34px;

  border: 1px solid rgba(226, 190, 114, 0.22);

  box-shadow:
    0 30px 75px rgba(74, 20, 40, 0.18);
}

.events-page .event-gallery-section h2 {
  color: #6a1f35;
}

.events-page .event-gallery-section h2::before {
  content: "";

  display: block;

  width: 70px;
  height: 3px;

  margin-bottom: 16px;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      #d9ad5d,
      #f0cf8a
    );
}


/* Gallery image cards */

.events-page .event-image-card {
  background: #ffffff;

  border-radius: 22px;

  border: 2px solid rgba(143, 41, 72, 0.10);

  box-shadow:
    0 16px 40px rgba(80, 24, 43, 0.13);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.events-page .event-image-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 24px 50px rgba(80, 24, 43, 0.18);
}


/* ==============================
   SERVICES
============================== */

.events-page .events-services {
  position: relative;

  padding: 60px 40px;

  background:
    linear-gradient(
      145deg,
      #fff8f3 0%,
      #f6e6df 100%
    );

  border-radius: 32px;

  border: 1px solid rgba(226, 190, 114, 0.18);

  box-shadow:
    0 25px 65px rgba(74, 20, 40, 0.16);
}


/* IMPORTANT:
   Remove any old curved pseudo element
*/

.events-page .events-services::before {
  display: none !important;
}


.events-page .events-services h2 {
  color: #6f2038;
}


.events-page .services-grid {
  gap: 28px;
}


/* Service cards */

.events-page .info-card {
  background: #ffffff;

  border-radius: 22px;

  border: 1px solid rgba(143, 41, 72, 0.10);

  box-shadow:
    0 16px 40px rgba(88, 28, 48, 0.10);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.events-page .info-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 24px 50px rgba(88, 28, 48, 0.16);
}

.events-page .info-card h3 {
  color: #7a243f;
}

.events-page .info-card p {
  color: #72545d;
}


/* ==============================
   PACKAGES & PRICING
============================== */

.events-page .pricing-section {
  position: relative;

  padding: 68px 48px;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(255, 255, 255, 0.40),
      transparent 36%
    ),
    linear-gradient(
      145deg,
      #f7e3b7 0%,
      #e9c77f 100%
    );

  border-radius: 32px;

  border: 1px solid rgba(255, 255, 255, 0.38);

  box-shadow:
    0 30px 75px rgba(70, 20, 36, 0.18);
}

.events-page .pricing-section h2 {
  color: #6a1f35;
}

.events-page .pricing-grid {
  align-items: stretch;
}


/* Pricing cards */

.events-page .price-card {
  position: relative;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      #fffaf5
    );

  border-radius: 22px;

  border: 1px solid rgba(105, 30, 52, 0.08);

  box-shadow:
    0 20px 48px rgba(91, 25, 44, 0.14);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.events-page .price-card:hover {
  transform: translateY(-7px);

  box-shadow:
    0 30px 65px rgba(91, 25, 44, 0.20);
}

.events-page .price-card h3 {
  color: #72243c;
}

.events-page .price-card li {
  color: #73525c;
}

.events-page .price {
  color: #a02d50;
  font-weight: 700;
}


/* Featured wedding package */

.events-page .featured-price {
  transform: translateY(-10px);

  border: 2px solid #8f2948;

  box-shadow:
    0 28px 65px rgba(100, 30, 50, 0.24);
}

.events-page .featured-price:hover {
  transform: translateY(-16px);
}

.events-page .featured-price::before {
  content: "MOST POPULAR";

  position: absolute;

  top: -16px;
  left: 50%;

  transform: translateX(-50%);

  padding: 8px 18px;

  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      #7d243f,
      #a53658
    );

  color: #ffffff;

  font-size: 0.72rem;
  font-weight: 700;

  letter-spacing: 1.5px;

  white-space: nowrap;

  box-shadow:
    0 10px 25px rgba(74, 18, 36, 0.23);
}


/* ==============================
   TESTIMONIALS
============================== */

.events-page .testimonials-section {
  position: relative;

  padding: 65px 48px;

  background:
    radial-gradient(
      circle at 80% 10%,
      rgba(255, 255, 255, 0.40),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #f3d99e 0%,
      #dfb45f 100%
    );

  border-radius: 32px;

  border: 1px solid rgba(255, 255, 255, 0.28);

  box-shadow:
    0 28px 75px rgba(73, 22, 39, 0.18);
}

.events-page .testimonials-section h2 {
  color: #641e32;
}

.events-page .testimonial-card {
  background: rgba(255, 255, 255, 0.97);

  border-radius: 22px;

  border: 1px solid rgba(100, 30, 50, 0.10);

  box-shadow:
    0 18px 45px rgba(88, 28, 48, 0.14);
}

.events-page .testimonial-card p {
  color: #684b54;
}

.events-page .testimonial-card h4 {
  color: #922b4a;
}


/* ==============================
   READY TO PLAN YOUR EVENT
============================== */

.events-page .contact-cta {
  position: relative;

  padding: 70px 45px;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(204, 112, 145, 0.18),
      transparent 35%
    ),
    radial-gradient(
      circle at 85% 80%,
      rgba(226, 190, 114, 0.08),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #3f1733 0%,
      #241020 100%
    );

  border-radius: 32px;

  border: 1px solid rgba(255, 255, 255, 0.12);

  box-shadow:
    0 30px 80px rgba(35, 8, 22, 0.32);
}

.events-page .contact-cta h2 {
  color: #ffffff;
}

.events-page .contact-cta p {
  color: rgba(255, 255, 255, 0.89);
}


/* Request quote button */

.events-page .contact-cta .cta-button {
  background:
    linear-gradient(
      135deg,
      #f4dda8,
      #e5bd6f
    );

  color: #641e32;

  border: 1px solid rgba(255, 255, 255, 0.35);

  box-shadow:
    0 15px 35px rgba(25, 5, 17, 0.26);
}

.events-page .contact-cta .cta-button:hover {
  background:
    linear-gradient(
      135deg,
      #ffe9b7,
      #efca7c
    );

  color: #4b1835;

  transform: translateY(-4px);

  box-shadow:
    0 22px 45px rgba(25, 5, 17, 0.32);
}


/* ==============================
   GENERAL CTA
============================== */

.events-page .cta-button {
  background: #fff9f3;
  color: #641e32;
}


/* ==============================
   MOBILE
============================== */

@media (max-width: 950px) {

  .events-page .featured-price {
    transform: none;
  }

  .events-page .featured-price:hover {
    transform: translateY(-7px);
  }

}


@media (max-width: 850px) {

  .events-page .events-services,
  .events-page .pricing-section,
  .events-page .testimonials-section {
    padding: 48px 30px;
  }

}


@media (max-width: 650px) {

  .events-page .event-gallery-section,
  .events-page .events-services,
  .events-page .pricing-section,
  .events-page .testimonials-section,
  .events-page .contact-cta {
    padding: 45px 25px;

    border-radius: 24px;
  }

}


@media (max-width: 500px) {

  .events-page .info-card,
  .events-page .price-card,
  .events-page .testimonial-card,
  .events-page .event-image-card {
    border-radius: 18px;
  }

}

/* ==========================================
   FLORAL PAGE - EMERALD, CORAL & CREAM THEME
========================================== */


/* ==============================
   MAIN PAGE BACKGROUND
============================== */

.floral-page {
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(95, 190, 145, 0.20),
      transparent 28%
    ),
    radial-gradient(
      circle at 85% 30%,
      rgba(233, 120, 127, 0.16),
      transparent 30%
    ),
    linear-gradient(
      155deg,
      #2f8b68 0%,
      #237158 42%,
      #194d3b 72%,
      #123b2e 100%
    );

  color: #ffffff;
  overflow: hidden;
}


/* ==============================
   RETURN LINK
============================== */

.floral-page .return-link {
  color: #fff8f1;
}

.floral-page .return-link:hover {
  color: #f2b5b8;
}


/* ==============================
   HERO
============================== */

.floral-page .floral-hero {
  position: relative;
  z-index: 1;
}


/* Soft botanical glow */

.floral-page .floral-hero::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  top: -190px;
  left: -150px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(242, 181, 184, 0.18),
      transparent 68%
    );

  pointer-events: none;
  z-index: -1;
}


.floral-page .floral-hero h1 {
  color: #ffffff;

  text-shadow:
    0 8px 24px rgba(11, 52, 39, 0.25);
}


.floral-page .floral-hero p {
  color: rgba(255, 255, 255, 0.91);
}


/* ==============================
   EYEBROW / LABEL
============================== */

.floral-page .eyebrow {
  background: #fff8f1;

  color: #194d3b !important;

  border: 1px solid rgba(242, 181, 184, 0.42);

  box-shadow:
    0 12px 30px rgba(10, 55, 41, 0.18),
    0 0 25px rgba(242, 181, 184, 0.10);
}


/* ==============================
   FLORAL GALLERY SECTION
============================== */

.floral-page .floral-gallery-section {
  position: relative;

  padding: 58px 45px 68px;

  background:
    radial-gradient(
      circle at 88% 10%,
      rgba(233, 120, 127, 0.15),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #fffaf5 0%,
      #f9ece8 100%
    );

  border-radius: 34px;

  border: 1px solid rgba(233, 120, 127, 0.20);

  box-shadow:
    0 30px 75px rgba(12, 60, 45, 0.19);
}


/* Gallery heading */

.floral-page .floral-gallery-section h2 {
  color: #194d3b;
}


/* Coral accent line */

.floral-page .floral-gallery-section h2::before {
  content: "";

  display: block;

  width: 70px;
  height: 3px;

  margin-bottom: 16px;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      #e9787f,
      #f2b5b8
    );
}


/* ==============================
   GALLERY CARDS
============================== */

.floral-page .gallery-item {
  background: #ffffff;

  border-radius: 24px;

  border: 2px solid rgba(233, 120, 127, 0.14);

  box-shadow:
    0 16px 40px rgba(20, 72, 55, 0.14);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.floral-page .gallery-item:hover {
  transform: translateY(-6px);

  box-shadow:
    0 24px 52px rgba(20, 72, 55, 0.20);
}


/* ==============================
   FLORAL SERVICES
============================== */

.floral-page .floral-services {
  position: relative;

  padding: 60px 40px;

  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(255, 255, 255, 0.25),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #ef9a9f 0%,
      #e9787f 100%
    );

  border-radius: 32px;

  border: 1px solid rgba(255, 255, 255, 0.22);

  box-shadow:
    0 28px 70px rgba(19, 64, 49, 0.18);
}


/* Remove any accidental pseudo divider */

.floral-page .floral-services::before {
  display: none !important;
}


.floral-page .floral-services h2 {
  color: #ffffff;

  text-shadow:
    0 5px 16px rgba(106, 45, 50, 0.18);
}


/* ==============================
   SERVICE CARDS
============================== */

.floral-page .info-card {
  background: #fffaf5;

  border-radius: 22px;

  border: 1px solid rgba(25, 77, 59, 0.10);

  box-shadow:
    0 16px 40px rgba(74, 35, 40, 0.13);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.floral-page .info-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 24px 52px rgba(74, 35, 40, 0.19);
}


.floral-page .info-card h3 {
  color: #194d3b;
}


.floral-page .info-card p {
  color: #5f6f66;
}


/* ==============================
   CTA / CONTACT
============================== */

.floral-page .contact-cta {
  position: relative;

  padding: 70px 45px;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(233, 120, 127, 0.20),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      #174c3c 0%,
      #0e3428 100%
    );

  border-radius: 32px;

  border: 1px solid rgba(242, 181, 184, 0.18);

  box-shadow:
    0 30px 80px rgba(8, 40, 30, 0.34);
}


.floral-page .contact-cta h2 {
  color: #ffffff;
}


.floral-page .contact-cta p {
  color: rgba(255, 255, 255, 0.88);
}


/* CTA button */

.floral-page .cta-button {
  background:
    linear-gradient(
      135deg,
      #ef8b91,
      #e36d75
    );

  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.30);

  box-shadow:
    0 15px 35px rgba(6, 35, 26, 0.25);
}


.floral-page .cta-button:hover {
  background:
    linear-gradient(
      135deg,
      #f3a2a6,
      #e9787f
    );

  color: #ffffff;

  transform: translateY(-4px);

  box-shadow:
    0 22px 45px rgba(6, 35, 26, 0.32);
}


/* ==============================
   MOBILE
============================== */

@media (max-width: 850px) {

  .floral-page .floral-gallery-section,
  .floral-page .floral-services {
    padding: 48px 30px;
  }

}


@media (max-width: 650px) {

  .floral-page .floral-gallery-section,
  .floral-page .floral-services,
  .floral-page .contact-cta {
    padding: 45px 25px;

    border-radius: 24px;
  }

}


@media (max-width: 500px) {

  .floral-page .gallery-item,
  .floral-page .info-card {
    border-radius: 18px;
  }

}

/* ==========================================
   FLORAL PAGE - UI POLISH / PILLS / STROKES
========================================== */


/* ==============================
   SECTION PILLS
============================== */

/* Add a pill above Featured Floral Moments */

.floral-page .floral-gallery-section h2::after {
  content: "FLORAL GALLERY";

  display: block;
  width: fit-content;

  margin-top: 16px;

  padding: 9px 18px;

  border-radius: 999px;

  background: #ffffff;

  color: #194d3b;

  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;

  letter-spacing: 1.7px;
  text-transform: uppercase;

  border: 2px solid rgba(233, 120, 127, 0.55);

  box-shadow:
    0 8px 20px rgba(18, 70, 53, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}


/* Floral Services pill */

.floral-page .floral-services h2::after {
  content: "OUR SERVICES";

  display: block;
  width: fit-content;

  margin-top: 16px;

  padding: 9px 18px;

  border-radius: 999px;

  background: #fffaf5;

  color: #194d3b;

  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;

  letter-spacing: 1.7px;
  text-transform: uppercase;

  border: 2px solid rgba(255, 255, 255, 0.75);

  box-shadow:
    0 8px 20px rgba(106, 45, 50, 0.14),
    inset 0 0 0 1px rgba(233, 120, 127, 0.18);
}


/* ==============================
   GALLERY SECTION STROKE
============================== */

.floral-page .floral-gallery-section {
  border: 2px solid rgba(233, 120, 127, 0.38);

  box-shadow:
    0 30px 75px rgba(12, 60, 45, 0.19),
    inset 0 0 0 2px rgba(255, 255, 255, 0.50);
}


/* Gallery cards */

.floral-page .gallery-item {
  border: 3px solid rgba(255, 255, 255, 0.88);

  box-shadow:
    0 16px 40px rgba(20, 72, 55, 0.14),
    0 0 0 1px rgba(233, 120, 127, 0.28);
}


/* ==============================
   SERVICES SECTION STROKE
============================== */

.floral-page .floral-services {
  border: 2px solid rgba(255, 255, 255, 0.50);

  box-shadow:
    0 28px 70px rgba(19, 64, 49, 0.20),
    inset 0 0 0 2px rgba(255, 255, 255, 0.18);
}


/* Service cards */

.floral-page .info-card {
  border: 2px solid rgba(25, 77, 59, 0.18);

  box-shadow:
    0 16px 40px rgba(74, 35, 40, 0.13),
    inset 0 0 0 1px rgba(233, 120, 127, 0.10);
}


/* ==============================
   PRICING CARDS
============================== */

.floral-page .price-card {
  border: 2px solid rgba(25, 77, 59, 0.20);

  box-shadow:
    0 18px 46px rgba(15, 67, 51, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.50);
}


/* Featured package */

.floral-page .featured-price {
  border: 3px solid #e9787f;

  box-shadow:
    0 22px 55px rgba(19, 72, 55, 0.20),
    0 0 0 5px rgba(233, 120, 127, 0.10);
}


/* ==============================
   TESTIMONIALS
============================== */

.floral-page .testimonials-section {
  padding: 60px 45px;

  background:
    linear-gradient(
      145deg,
      #fff8f1 0%,
      #f5e9e3 100%
    );

  border-radius: 32px;

  border: 2px solid rgba(233, 120, 127, 0.30);

  box-shadow:
    0 28px 70px rgba(13, 64, 48, 0.18),
    inset 0 0 0 2px rgba(255, 255, 255, 0.55);
}


.floral-page .testimonials-section h2 {
  color: #194d3b;
}


/* Testimonials pill */

.floral-page .testimonials-section h2::after {
  content: "CLIENT LOVE";

  display: block;
  width: fit-content;

  margin-top: 16px;

  padding: 9px 18px;

  border-radius: 999px;

  background: #e9787f;

  color: #ffffff;

  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;

  letter-spacing: 1.7px;
  text-transform: uppercase;

  border: 2px solid rgba(255, 255, 255, 0.60);

  box-shadow:
    0 8px 20px rgba(85, 35, 43, 0.18);
}


.floral-page .testimonial-card {
  border: 2px solid rgba(25, 77, 59, 0.15);

  box-shadow:
    0 18px 45px rgba(17, 65, 50, 0.13),
    inset 0 0 0 1px rgba(233, 120, 127, 0.08);
}


/* ==============================
   READY TO ORDER FLOWERS
============================== */

.floral-page .contact-cta {
  border: 2px solid rgba(242, 181, 184, 0.42);

  box-shadow:
    0 30px 80px rgba(8, 40, 30, 0.34),
    inset 0 0 0 2px rgba(255, 255, 255, 0.06),
    0 0 45px rgba(233, 120, 127, 0.08);
}


/* CTA label pill */

.floral-page .contact-cta::before {
  content: "FLORAL ORDERS";

  display: block;
  width: fit-content;

  margin: 0 auto 22px;

  padding: 9px 19px;

  border-radius: 999px;

  background: #fff8f1;

  color: #194d3b;

  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;

  letter-spacing: 1.7px;
  text-transform: uppercase;

  border: 2px solid #e9787f;

  box-shadow:
    0 10px 25px rgba(5, 31, 23, 0.20);
}


/* Stronger quote button */

.floral-page .contact-cta .cta-button {
  border: 2px solid rgba(255, 255, 255, 0.75);

  box-shadow:
    0 14px 32px rgba(4, 31, 23, 0.28),
    0 0 0 4px rgba(233, 120, 127, 0.14);
}


/* ==============================
   MOBILE
============================== */

@media (max-width: 650px) {

  .floral-page .testimonials-section {
    padding: 45px 25px;
    border-radius: 24px;
  }

}

/* ==========================================
   FLORAL PACKAGES & PRICING
   LARGE SECTION CONTAINER
========================================== */

.floral-page .pricing-section {
  max-width: 1285px;
  margin: 100px auto;

  padding: 60px 50px 65px;

  background:
    linear-gradient(
      135deg,
      #fff9f4 0%,
      #f8eee8 50%,
      #fff7f2 100%
    );

  border-radius: 42px;

  /* Main coral stroke */
  border: 3px solid #e9787f;

  /* Double-stroke / depth effect */
  box-shadow:
    0 0 0 6px rgba(233, 120, 127, 0.10),
    0 28px 70px rgba(6, 52, 39, 0.24),
    inset 0 0 0 2px rgba(255, 255, 255, 0.75);

  position: relative;
}


/* Little decorative top accent */

.floral-page .pricing-section::before {
  content: "";

  display: block;

  width: 90px;
  height: 4px;

  margin-bottom: 24px;

  background: #e9787f;

  border-radius: 999px;

  box-shadow:
    0 0 0 4px rgba(233, 120, 127, 0.10);
}


/* ==========================================
   PRICING HEADING
========================================== */

.floral-page .pricing-section h2 {
  margin: 0 0 45px;

  color: #194d3b;

  font-family: "Playfair Display", serif;

  font-size: clamp(2.4rem, 4vw, 4rem);

  line-height: 1.05;
}


/* REMOVE THE SMALL PILL */

.floral-page .pricing-section h2::after {
  display: none;
  content: none;
}


/* ==========================================
   THREE PACKAGE CARDS
========================================== */

.floral-page .pricing-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 32px;
}


/* Regular cards */

.floral-page .price-card {
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f5faf8 100%
    );

  border-radius: 30px;

  padding: 42px 40px;

  border: 2px solid rgba(25, 77, 59, 0.18);

  box-shadow:
    0 15px 35px rgba(15, 63, 48, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.85);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}


.floral-page .price-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 24px 45px rgba(15, 63, 48, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}


/* ==========================================
   FEATURED WEDDING PACKAGE
========================================== */

.floral-page .featured-price {
  border: 3px solid #e9787f;

  box-shadow:
    0 0 0 5px rgba(233, 120, 127, 0.10),
    0 22px 50px rgba(13, 62, 47, 0.18);

  transform: translateY(-8px);
}


.floral-page .featured-price:hover {
  transform: translateY(-14px);

  box-shadow:
    0 0 0 6px rgba(233, 120, 127, 0.13),
    0 28px 60px rgba(13, 62, 47, 0.22);
}


/* ==========================================
   PACKAGE TEXT
========================================== */

.floral-page .price-card h3 {
  color: #194d3b;

  font-family: "Playfair Display", serif;

  font-size: 2rem;

  line-height: 1.15;

  margin-bottom: 15px;
}


.floral-page .price-card .price {
  color: #e9787f;

  font-weight: 700;

  margin-bottom: 22px;
}


.floral-page .price-card ul {
  color: #665b56;

  line-height: 1.75;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 900px) {

  .floral-page .pricing-section {
    margin: 70px 20px;

    padding: 45px 28px;

    border-radius: 32px;
  }


  .floral-page .pricing-grid {
    grid-template-columns: 1fr;
  }


  .floral-page .featured-price {
    transform: none;
  }


  .floral-page .featured-price:hover {
    transform: translateY(-6px);
  }

}

/* existing floral CSS above */


/* =========================
   FLORAL BACKGROUND DECOR
========================= */

.floral-page {
  position: relative;

  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(233, 120, 127, 0.22),
      transparent 26%
    ),
    radial-gradient(
      circle at 88% 52%,
      rgba(242, 181, 184, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 45% 85%,
      rgba(255, 248, 241, 0.08),
      transparent 32%
    ),
    linear-gradient(
      155deg,
      #2f8b68 0%,
      #237158 42%,
      #194d3b 72%,
      #123b2e 100%
    );
}


/* Decorative flowers */

.floral-page::before {
  content: "✿";

  position: absolute;
  top: 220px;
  right: 60px;

  font-size: 12rem;

  color: #f2b5b8;
  opacity: 0.10;

  pointer-events: none;
}

.floral-page::after {
  content: "❀";

  position: absolute;
  top: 1050px;
  left: 40px;

  font-size: 10rem;

  color: #fff8f1;
  opacity: 0.08;

  pointer-events: none;
}

/* ==========================================
   FLORAL PAGE - EXTRA BACKGROUND DECORATIONS
   Decorations stay BEHIND all real content
========================================== */


/* Make sure the page itself can layer decorations */

.floral-page {
  position: relative;
  isolation: isolate;
}


/* Keep ALL actual page content above decorations */

.floral-page > *,
.floral-page .floral-hero,
.floral-page .floral-gallery-section,
.floral-page .floral-services,
.floral-page .pricing-section,
.floral-page .testimonials-section,
.floral-page .contact-cta,
.floral-page .eyebrow,
.floral-page .gallery-item,
.floral-page .info-card,
.floral-page .price-card,
.floral-page .testimonial-card {
  position: relative;
  z-index: 2;
}


/* ==========================================
   MAIN PAGE FLOWERS
========================================== */

.floral-page::before {
  content: "✿";

  position: absolute;
  top: 230px;
  right: 45px;

  font-size: 13rem;

  color: #f2b5b8;
  opacity: 0.10;

  pointer-events: none;
  z-index: 0;

  transform: rotate(14deg);
}


.floral-page::after {
  content: "❀";

  position: absolute;
  top: 1180px;
  left: 30px;

  font-size: 11rem;

  color: #fff8f1;
  opacity: 0.08;

  pointer-events: none;
  z-index: 0;

  transform: rotate(-12deg);
}


/* ==========================================
   HERO DECORATIONS
========================================== */

.floral-page .floral-hero::after {
  content: "❁  ✦  ❁";

  position: absolute;

  top: 70px;
  right: -80px;

  font-size: 2.4rem;

  letter-spacing: 18px;

  color: #f2b5b8;
  opacity: 0.22;

  pointer-events: none;
  z-index: -1;

  transform: rotate(7deg);
}


/* ==========================================
   GALLERY BACKGROUND DECOR
========================================== */

.floral-page .floral-gallery-section::before {
  content: "❀";

  position: absolute;

  top: -45px;
  right: -35px;

  font-size: 8rem;

  color: #e9787f;
  opacity: 0.10;

  pointer-events: none;
  z-index: 0;

  transform: rotate(18deg);
}


.floral-page .floral-gallery-section::after {
  content: "❁";

  position: absolute;

  bottom: -50px;
  left: -25px;

  font-size: 7rem;

  color: #194d3b;
  opacity: 0.07;

  pointer-events: none;
  z-index: 0;

  transform: rotate(-15deg);
}


/* Keep gallery content above decoration */

.floral-page .floral-gallery-section > * {
  position: relative;
  z-index: 2;
}


/* ==========================================
   FLORAL SERVICES DECOR
========================================== */

.floral-page .floral-services::before {
  content: "✿";

  display: block !important;

  position: absolute;

  top: 35px;
  right: 40px;

  font-size: 8rem;

  color: #ffffff;
  opacity: 0.09;

  pointer-events: none;
  z-index: 0;

  transform: rotate(12deg);
}


.floral-page .floral-services::after {
  content: "❀";

  position: absolute;

  bottom: 20px;
  left: 35px;

  font-size: 6.5rem;

  color: #194d3b;
  opacity: 0.08;

  pointer-events: none;
  z-index: 0;

  transform: rotate(-18deg);
}


.floral-page .floral-services > * {
  position: relative;
  z-index: 2;
}


/* ==========================================
   PRICING DECORATIONS
========================================== */

.floral-page .pricing-section::before {
  content: "✦";

  position: absolute;

  top: 28px;
  right: 38px;

  width: auto;
  height: auto;

  margin: 0;

  background: none;

  color: #e9787f;

  font-size: 3.8rem;

  opacity: 0.16;

  pointer-events: none;
  z-index: 0;

  box-shadow: none;

  transform: rotate(12deg);
}


.floral-page .pricing-section::after {
  content: "❁";

  position: absolute;

  bottom: -30px;
  left: -25px;

  font-size: 7rem;

  color: #194d3b;
  opacity: 0.07;

  pointer-events: none;
  z-index: 0;

  transform: rotate(-12deg);
}


.floral-page .pricing-section > * {
  position: relative;
  z-index: 2;
}


/* ==========================================
   TESTIMONIAL DECORATIONS
========================================== */

.floral-page .testimonials-section::before {
  content: "❀";

  position: absolute;

  top: -35px;
  right: 45px;

  font-size: 7rem;

  color: #e9787f;
  opacity: 0.10;

  pointer-events: none;
  z-index: 0;
}


.floral-page .testimonials-section::after {
  content: "✿";

  position: absolute;

  bottom: -35px;
  left: 35px;

  font-size: 6rem;

  color: #194d3b;
  opacity: 0.07;

  pointer-events: none;
  z-index: 0;
}


.floral-page .testimonials-section > * {
  position: relative;
  z-index: 2;
}


/* ==========================================
   CTA DECORATIONS
========================================== */

.floral-page .contact-cta::after {
  content: "❀   ✦   ❁";

  position: absolute;

  bottom: 30px;
  right: 45px;

  color: #f2b5b8;

  font-size: 2.2rem;

  letter-spacing: 14px;

  opacity: 0.13;

  pointer-events: none;
  z-index: 0;
}


/* Keep CTA label/button/text above decorations */

.floral-page .contact-cta > * {
  position: relative;
  z-index: 2;
}


/* ==========================================
   EXTRA SOFT BACKGROUND GLOWS
========================================== */

.floral-page {
  background:
    radial-gradient(
      circle at 10% 15%,
      rgba(233, 120, 127, 0.24),
      transparent 24%
    ),
    radial-gradient(
      circle at 92% 38%,
      rgba(242, 181, 184, 0.17),
      transparent 27%
    ),
    radial-gradient(
      circle at 14% 68%,
      rgba(255, 248, 241, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at 82% 88%,
      rgba(233, 120, 127, 0.12),
      transparent 28%
    ),
    linear-gradient(
      155deg,
      #2f8b68 0%,
      #237158 38%,
      #194d3b 70%,
      #123b2e 100%
    );
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

  .floral-page::before,
  .floral-page::after {
    font-size: 7rem;
  }


  .floral-page .floral-hero::after {
    right: -40px;
    font-size: 1.6rem;
  }


  .floral-page .floral-gallery-section::before,
  .floral-page .floral-gallery-section::after,
  .floral-page .floral-services::before,
  .floral-page .floral-services::after,
  .floral-page .pricing-section::after,
  .floral-page .testimonials-section::before,
  .floral-page .testimonials-section::after {
    font-size: 4.5rem;
  }

}

/* ==========================================
   HOMEPAGE - CLEAN SECTION REDESIGN
   Fixes Interior Showcase + Services Together
========================================== */


/* ==============================
   INTERIOR SHOWCASE
============================== */

.home-page .interior-showcase {
  position: relative;

  padding: 55px;

  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(255, 255, 255, 0.45),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #e2f4fb 0%,
      #cbe9f5 100%
    ) !important;

  border-radius: 38px;

  border: 2px solid rgba(255, 255, 255, 0.72);

  box-shadow:
    0 28px 70px rgba(5, 52, 87, 0.18),
    inset 0 0 0 2px rgba(34, 115, 162, 0.08);

  overflow: hidden;
}


/* REMOVE OLD SHOWCASE CROWN */

.home-page .interior-showcase::before {
  content: none !important;
  display: none !important;
}


/* Small decorative sparkle */

.home-page .interior-showcase::after {
  content: "✦";

  position: absolute;

  top: 24px;
  right: 34px;

  font-size: 4.5rem;

  color: #ffffff;

  opacity: 0.22;

  pointer-events: none;

  z-index: 0;
}


/* Keep content above decoration */

.home-page .interior-showcase > * {
  position: relative;
  z-index: 2;
}


/* Showcase text card */

.home-page .showcase-text {
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f8fcff 100%
    );

  border: 2px solid rgba(23, 100, 147, 0.12);

  box-shadow:
    0 18px 45px rgba(15, 67, 101, 0.13),
    inset 0 0 0 1px rgba(255, 255, 255, 0.80);
}


/* Showcase image */

.home-page .showcase-image {
  border: 2px solid rgba(23, 100, 147, 0.12);

  box-shadow:
    0 18px 45px rgba(15, 67, 101, 0.13);
}


/* ==============================
   SERVICES AREA
============================== */

.home-page .service-options {
  position: relative;

  max-width: 1200px;

  margin: 0 auto 90px;

  padding: 55px 45px;

  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(255, 255, 255, 0.42),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #dff3fb 0%,
      #c7e8f5 100%
    ) !important;

  border-radius: 38px;

  border: 2px solid rgba(255, 255, 255, 0.70);

  box-shadow:
    0 28px 70px rgba(5, 52, 87, 0.18),
    inset 0 0 0 2px rgba(34, 115, 162, 0.08);

  overflow: hidden;
}


/* REMOVE OLD SERVICES CROWN */

.home-page .service-options::before {
  content: none !important;
  display: none !important;
}


/* Small decorative sparkle */

.home-page .service-options::after {
  content: "✦";

  position: absolute;

  top: 24px;
  right: 38px;

  font-size: 5rem;

  color: #ffffff;

  opacity: 0.20;

  pointer-events: none;

  z-index: 0;
}


/* Keep cards above decoration */

.home-page .service-options > * {
  position: relative;
  z-index: 2;
}


/* ==============================
   SERVICE CARDS
============================== */

.home-page .service-card {
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(246, 251, 254, 0.96)
    );

  border: 2px solid rgba(31, 105, 150, 0.12);

  border-radius: 28px;

  box-shadow:
    0 18px 45px rgba(15, 67, 101, 0.13),
    inset 0 0 0 1px rgba(255, 255, 255, 0.75);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}


.home-page .service-card:hover {
  transform: translateY(-8px);

  border-color: rgba(31, 105, 150, 0.28);

  box-shadow:
    0 27px 60px rgba(15, 67, 101, 0.20);
}


/* ==============================
   CARD NUMBER PILLS
============================== */

.home-page .card-number {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-width: 46px;

  padding: 8px 13px;

  margin-bottom: 55px;

  border-radius: 999px;

  background: #e4f4fa;

  color: #176493;

  border: 1px solid rgba(23, 100, 147, 0.18);

  box-shadow:
    0 8px 18px rgba(22, 86, 127, 0.10);
}


/* ==============================
   CARD TEXT
============================== */

.home-page .service-card h2 {
  color: #12547f;
}


.home-page .service-card p {
  color: #536b7a;
}


.home-page .card-link {
  color: #1f79a8;
}


/* ==============================
   EVENTS CARD ACCENT
============================== */

.home-page .events-card {
  border-color: rgba(143, 41, 72, 0.16);
}


.home-page .events-card::before {
  background:
    linear-gradient(
      135deg,
      rgba(165, 50, 82, 0.08),
      transparent 60%
    );
}


.home-page .events-card .card-link {
  color: #922b4a;
}


/* ==============================
   FLORAL CARD ACCENT
============================== */

.home-page .floral-card {
  border-color: rgba(35, 113, 88, 0.16);
}


.home-page .floral-card::before {
  background:
    linear-gradient(
      135deg,
      rgba(47, 139, 104, 0.09),
      transparent 60%
    );
}


.home-page .floral-card .card-link {
  color: #237158;
}


/* ==============================
   COLLECTIONS CARD ACCENT
============================== */

.home-page .collections-card {
  border-color: rgba(159, 29, 53, 0.14);
}


.home-page .collections-card::before {
  background:
    linear-gradient(
      135deg,
      rgba(159, 29, 53, 0.08),
      transparent 60%
    );
}


.home-page .collections-card .card-link {
  color: #9f1d35;
}


/* ==============================
   MOBILE
============================== */

@media (max-width: 850px) {

  .home-page .interior-showcase,
  .home-page .service-options {
    padding: 42px 28px;

    border-radius: 30px;
  }

}


@media (max-width: 500px) {

  .home-page .interior-showcase,
  .home-page .service-options {
    padding: 32px 20px;

    border-radius: 24px;
  }


  .home-page .service-card {
    border-radius: 22px;
  }


  .home-page .interior-showcase::after,
  .home-page .service-options::after {
    font-size: 3rem;
    right: 18px;
  }

}

/* ==========================================
   COLLECTIONS LANDING PAGE
   SOFT BERRY + GOLD + CREAM THEME
========================================== */


/* ==============================
   MAIN PAGE
============================== */

.collections-page {
  position: relative;

  background:
    radial-gradient(
      circle at 14% 14%,
      rgba(240, 217, 156, 0.22),
      transparent 27%
    ),
    radial-gradient(
      circle at 85% 38%,
      rgba(240, 181, 196, 0.30),
      transparent 30%
    ),
    radial-gradient(
      circle at 18% 82%,
      rgba(255, 248, 241, 0.08),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #d9829a 0%,
      #c76b86 32%,
      #b85c78 58%,
      #93465f 100%
    );

  color: #ffffff;

  overflow: hidden;
  isolation: isolate;
}


/* ==============================
   KEEP CONTENT ABOVE DECOR
============================== */

.collections-page > *,
.collections-page .collections-hero,
.collections-page .collections-grid,
.collections-page .collection-card {
  position: relative;
  z-index: 2;
}


/* ==============================
   BACKGROUND DECORATIONS
============================== */

.collections-page::before {
  content: "✦";

  position: absolute;

  top: 220px;
  right: 60px;

  font-size: 10rem;

  color: #f0d99c;
  opacity: 0.12;

  pointer-events: none;
  z-index: 0;

  transform: rotate(12deg);
}


.collections-page::after {
  content: "✧";

  position: absolute;

  top: 1100px;
  left: 45px;

  font-size: 8rem;

  color: #fff8f1;
  opacity: 0.08;

  pointer-events: none;
  z-index: 0;

  transform: rotate(-10deg);
}


/* ==============================
   RETURN LINK
============================== */

.collections-page .return-link {
  color: #fff8f1;
}


.collections-page .return-link:hover {
  color: #f0d99c;
}


/* ==============================
   HERO
============================== */

.collections-page .collections-hero {
  position: relative;

  max-width: 920px;

  margin-bottom: 80px;
}


/* Soft gold glow */

.collections-page .collections-hero::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  top: -190px;
  left: -150px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(240, 217, 156, 0.20),
      transparent 68%
    );

  pointer-events: none;
  z-index: -1;
}


.collections-page .collections-hero h1 {
  color: #ffffff;

  text-shadow:
    0 7px 22px rgba(95, 35, 58, 0.24);
}


.collections-page .collections-hero p {
  color: rgba(255, 255, 255, 0.92);
}


/* ==============================
   HERO EYEBROW / PILL
============================== */

.collections-page .eyebrow {
  background: #fff8f1;

  color: #813d55 !important;

  border: 2px solid #d8b66a;

  box-shadow:
    0 0 0 4px rgba(216, 182, 106, 0.10),
    0 10px 25px rgba(84, 46, 59, 0.16);
}


/* ==============================
   MAIN COLLECTIONS PANEL
============================== */

.collections-page .collections-grid {
  position: relative;

  padding: 58px 48px 68px;

  background:
    radial-gradient(
      circle at 85% 12%,
      rgba(240, 217, 156, 0.18),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #fffaf5 0%,
      #fff3f3 100%
    );

  border-radius: 38px;

  border: 3px solid rgba(216, 182, 106, 0.72);

  box-shadow:
    0 0 0 6px rgba(216, 182, 106, 0.10),
    0 30px 75px rgba(88, 37, 58, 0.20),
    inset 0 0 0 2px rgba(255, 255, 255, 0.80);
}


/* Gold decorative accent */

.collections-page .collections-grid::before {
  content: "SEASONAL COLLECTIONS";

  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: fit-content;

  padding: 10px 20px;

  margin-bottom: 30px;

  border-radius: 999px;

  background: #fff8f1;

  color: #813d55;

  font-family: "Poppins", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;

  letter-spacing: 1.6px;
  text-transform: uppercase;

  border: 2px solid #d8b66a;

  box-shadow:
    0 8px 20px rgba(84, 46, 59, 0.12),
    0 0 0 4px rgba(216, 182, 106, 0.08);
}


/* ==============================
   COLLECTION CARDS
============================== */

.collections-page .collection-card {
  background:
    linear-gradient(
      145deg,
      #fffcf8 0%,
      #fff4f4 100%
    );

  border-radius: 28px;

  border: 2px solid rgba(216, 182, 106, 0.52);

  box-shadow:
    0 18px 45px rgba(94, 43, 62, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.85);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}


.collections-page .collection-card:hover {
  transform: translateY(-8px);

  border-color: rgba(216, 182, 106, 0.92);

  box-shadow:
    0 28px 60px rgba(94, 43, 62, 0.20),
    0 0 0 4px rgba(216, 182, 106, 0.08);
}


/* ==============================
   CARD LABELS
============================== */

.collections-page .collection-card span {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: fit-content;

  padding: 8px 14px;

  margin-bottom: 40px;

  border-radius: 999px;

  background: #f7e4e8;

  color: #813d55;

  border: 1px solid rgba(184, 92, 120, 0.20);

  box-shadow:
    0 7px 16px rgba(94, 43, 62, 0.08);

  font-size: 0.74rem;
  font-weight: 700;

  letter-spacing: 1.5px;
  text-transform: uppercase;
}


/* ==============================
   CARD TITLES
============================== */

.collections-page .collection-card h2 {
  color: #6f3149;
}


/* ==============================
   CARD BODY TEXT
============================== */

.collections-page .collection-card p {
  color: #6f5a62;
}


/* ==============================
   COLLECTION LINKS
============================== */

.collections-page .collection-link {
  display: inline-flex;

  align-items: center;

  color: #813d55;

  text-decoration: none;

  font-weight: 700;

  letter-spacing: 1.3px;
  text-transform: uppercase;

  border-bottom: 2px solid #d8b66a;

  padding-bottom: 5px;

  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}


.collections-page .collection-link:hover {
  color: #b85c78;

  border-color: #b85c78;

  transform: translateX(4px);
}


/* ==============================
   EXTRA CARD ACCENTS
============================== */

.collections-page .collection-card:nth-child(1) {
  border-color: rgba(200, 82, 108, 0.48);
}


.collections-page .collection-card:nth-child(2) {
  border-color: rgba(216, 182, 106, 0.68);
}


.collections-page .collection-card:nth-child(3) {
  border-color: rgba(176, 116, 150, 0.48);
}


.collections-page .collection-card:nth-child(4) {
  border-color: rgba(216, 182, 106, 0.58);
}


/* ==============================
   SUBTLE DECOR INSIDE PANEL
============================== */

.collections-page .collections-grid::after {
  content: "✦  ✧  ✦";

  position: absolute;

  bottom: 22px;
  right: 30px;

  font-size: 1.5rem;

  letter-spacing: 12px;

  color: #d8b66a;

  opacity: 0.20;

  pointer-events: none;
}


/* ==============================
   MOBILE
============================== */

@media (max-width: 850px) {

  .collections-page .collections-grid {
    padding: 45px 30px;

    border-radius: 30px;
  }

}


@media (max-width: 500px) {

  .collections-page .collections-grid {
    padding: 35px 20px;

    border-radius: 24px;
  }


  .collections-page .collection-card {
    border-radius: 22px;
  }


  .collections-page::before,
  .collections-page::after {
    font-size: 6rem;
  }

}

/* ==========================================
   CONTACT US PAGE
   BAHAMAS-INSPIRED AQUAMARINE + GOLD THEME
========================================== */


/* ==============================
   MAIN PAGE
============================== */

.contact-page {
  position: relative;

  background:
    radial-gradient(
      circle at 15% 12%,
      rgba(244, 197, 66, 0.20),
      transparent 26%
    ),
    radial-gradient(
      circle at 85% 38%,
      rgba(255, 255, 255, 0.14),
      transparent 30%
    ),
    radial-gradient(
      circle at 20% 82%,
      rgba(46, 196, 199, 0.14),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #3cc7c9 0%,
      #28aeb7 40%,
      #178594 72%,
      #106875 100%
    );

  color: #ffffff;

  overflow: hidden;
  isolation: isolate;
}


/* ==============================
   KEEP CONTENT ABOVE DECOR
============================== */

.contact-page > *,
.contact-page .contact-hero,
.contact-page .contact-form-section,
.contact-page .contact-form {
  position: relative;
  z-index: 2;
}


/* ==============================
   BACKGROUND DECORATIONS
============================== */

.contact-page::before {
  content: "✦";

  position: absolute;

  top: 210px;
  right: 55px;

  font-size: 10rem;

  color: #f4c542;
  opacity: 0.12;

  pointer-events: none;
  z-index: 0;

  transform: rotate(12deg);
}


.contact-page::after {
  content: "✧";

  position: absolute;

  top: 920px;
  left: 45px;

  font-size: 8rem;

  color: #ffffff;
  opacity: 0.08;

  pointer-events: none;
  z-index: 0;

  transform: rotate(-10deg);
}


/* ==============================
   HERO
============================== */

.contact-page .contact-hero {
  position: relative;

  max-width: 900px;

  margin-bottom: 65px;
}


/* Soft gold glow behind hero */

.contact-page .contact-hero::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  top: -190px;
  left: -150px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(244, 197, 66, 0.18),
      transparent 68%
    );

  pointer-events: none;
  z-index: -1;
}


.contact-page .contact-hero h1 {
  color: #ffffff;

  text-shadow:
    0 7px 22px rgba(8, 74, 84, 0.24);
}


.contact-page .contact-hero p {
  color: rgba(255, 255, 255, 0.92);
}


/* ==============================
   EYEBROW / LABEL PILL
============================== */

.contact-page .eyebrow {
  background: #fffdf8;

  color: #106875 !important;

  border: 2px solid #f4c542;

  box-shadow:
    0 0 0 4px rgba(244, 197, 66, 0.10),
    0 10px 25px rgba(9, 76, 84, 0.16);
}


/* ==============================
   CONTACT FORM SECTION
============================== */

.contact-page .contact-form-section {
  max-width: 950px;
}


/* ==============================
   FORM CONTAINER
============================== */

.contact-page .contact-form {
  position: relative;

  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(244, 197, 66, 0.10),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #fffdf8 0%,
      #f8fbfb 100%
    );

  padding: 48px;

  border-radius: 36px;

  border: 3px solid rgba(244, 197, 66, 0.75);

  box-shadow:
    0 0 0 6px rgba(244, 197, 66, 0.10),
    0 30px 75px rgba(7, 75, 83, 0.22),
    inset 0 0 0 2px rgba(255, 255, 255, 0.82);
}


/* Small decorative accent inside form */

.contact-page .contact-form::before {
  content: "CONTACT FORM";

  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: fit-content;

  margin-bottom: 28px;

  padding: 9px 18px;

  border-radius: 999px;

  background: #e7f8f8;

  color: #106875;

  font-size: 0.72rem;
  font-weight: 700;

  letter-spacing: 1.6px;
  text-transform: uppercase;

  border: 2px solid rgba(40, 174, 183, 0.35);

  box-shadow:
    0 8px 20px rgba(8, 82, 91, 0.10);
}


/* ==============================
   FORM LABELS
============================== */

.contact-page .form-group label {
  color: #123f46;

  font-weight: 700;
}


/* ==============================
   INPUTS
============================== */

.contact-page .form-group input,
.contact-page .form-group select,
.contact-page .form-group textarea {
  background: #ffffff;

  color: #17363b;

  border: 2px solid rgba(24, 133, 148, 0.20);

  border-radius: 16px;

  box-shadow:
    inset 0 1px 3px rgba(7, 68, 76, 0.04);

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}


/* Placeholder */

.contact-page .form-group input::placeholder,
.contact-page .form-group textarea::placeholder {
  color: #8ba2a5;
}


/* ==============================
   INPUT FOCUS
============================== */

.contact-page .form-group input:focus,
.contact-page .form-group select:focus,
.contact-page .form-group textarea:focus {
  outline: none;

  border-color: #28aeb7;

  box-shadow:
    0 0 0 4px rgba(40, 174, 183, 0.14),
    0 8px 20px rgba(12, 103, 114, 0.08);
}


/* ==============================
   REQUIRED ASTERISK
============================== */

.contact-page .required {
  color: #d6a92a;
}


/* ==============================
   SUBMIT BUTTON
============================== */

.contact-page .submit-btn {
  width: 100%;

  padding: 18px;

  border: 2px solid rgba(255, 255, 255, 0.65);

  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      #f7d65c,
      #f4c542
    );

  color: #10383f;

  font-weight: 700;

  box-shadow:
    0 12px 28px rgba(6, 70, 78, 0.18),
    0 0 0 4px rgba(244, 197, 66, 0.10);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}


.contact-page .submit-btn:hover {
  transform: translateY(-4px);

  background:
    linear-gradient(
      135deg,
      #ffe174,
      #f7ca32
    );

  box-shadow:
    0 18px 38px rgba(6, 70, 78, 0.24),
    0 0 0 5px rgba(244, 197, 66, 0.12);
}


/* ==============================
   SUCCESS / ERROR MESSAGES
============================== */

.contact-page .success-message {
  color: #167a5a;
}


.contact-page .error-message {
  color: #c94c4c;
}


/* ==============================
   RETURN LINK
============================== */

.contact-page .return-link {
  color: #ffffff;
}


.contact-page .return-link:hover {
  color: #f4c542;
}


/* ==============================
   MOBILE
============================== */

@media (max-width: 650px) {

  .contact-page {
    padding: 32px 20px 70px;
  }


  .contact-page .contact-form {
    padding: 30px 24px;

    border-radius: 26px;
  }


  .contact-page::before,
  .contact-page::after {
    font-size: 6rem;
  }

}

/* ==========================================
   GLOBAL SITE NAVBAR
   PAGE-AWARE COLOR THEMES
========================================== */


/* ==========================================
   DEFAULT NAVBAR COLORS
   FALLBACK / ORIGINAL LANA'S BLUE
========================================== */

:root {
  --nav-primary: #174a75;
  --nav-secondary: #2f82b5;
  --nav-accent: #d8b66a;

  --nav-text: #304955;
  --nav-subtext: #69808f;

  --nav-dropdown-text: #344f5c;
  --nav-dropdown-soft: #edf7fb;
}


/* ==========================================
   PAGE NAVBAR THEMES
========================================== */


/* HOME / INTERIOR DESIGN */

.navbar-theme-home {
  --nav-primary: #174a75;
  --nav-secondary: #2f82b5;
  --nav-accent: #78d3ff;

  --nav-text: #304955;
  --nav-subtext: #69808f;

  --nav-dropdown-text: #344f5c;
  --nav-dropdown-soft: #edf7fb;
}


/* WEDDINGS & SPECIAL EVENTS */

.navbar-theme-weddings {
  --nav-primary: #842b48;
  --nav-secondary: #c74f70;
  --nav-accent: #e8b89c;

  --nav-text: #623444;
  --nav-subtext: #946879;

  --nav-dropdown-text: #693648;
  --nav-dropdown-soft: #fff0f4;
}


/* FLORAL DESIGN */

.navbar-theme-floral {
  --nav-primary: #194d3b;
  --nav-secondary: #2f8b68;
  --nav-accent: #e9787f;

  --nav-text: #244f42;
  --nav-subtext: #618074;

  --nav-dropdown-text: #194d3b;
  --nav-dropdown-soft: #eef8f3;
}


/* SEASONAL COLLECTIONS */

.navbar-theme-collections {
  --nav-primary: #8f3655;
  --nav-secondary: #c45d7e;
  --nav-accent: #d7ad61;

  --nav-text: #643749;
  --nav-subtext: #986f7e;

  --nav-dropdown-text: #71384e;
  --nav-dropdown-soft: #fff1f5;
}


/* VALENTINE'S */

.navbar-theme-valentines {
  --nav-primary: #8f1832;
  --nav-secondary: #c42f50;
  --nav-accent: #f0a7b5;

  --nav-text: #672638;
  --nav-subtext: #9c6874;

  --nav-dropdown-text: #781e35;
  --nav-dropdown-soft: #fff0f3;
}


/* MOTHER'S DAY */

.navbar-theme-mothers-day {
  --nav-primary: #4b5a4b;
  --nav-secondary: #758675;
  --nav-accent: #c9a227;

  --nav-text: #455345;
  --nav-subtext: #778377;

  --nav-dropdown-text: #4b5a4b;
  --nav-dropdown-soft: #f1f5ef;
}


/* GRADUATION */

.navbar-theme-graduation {
  --nav-primary: #102a43;
  --nav-secondary: #214d76;
  --nav-accent: #f4c542;

  --nav-text: #243e55;
  --nav-subtext: #667b8c;

  --nav-dropdown-text: #102a43;
  --nav-dropdown-soft: #eef3f7;
}


/* HOLIDAY */

.navbar-theme-holiday {
  --nav-primary: #174b36;
  --nav-secondary: #267057;
  --nav-accent: #c9a227;

  --nav-text: #284f40;
  --nav-subtext: #6c8279;

  --nav-dropdown-text: #174b36;
  --nav-dropdown-soft: #edf5f1;
}


/* ANNIVERSARY */

.navbar-theme-anniversary {
  --nav-primary: #793f49;
  --nav-secondary: #b86872;
  --nav-accent: #d5a77b;

  --nav-text: #643e45;
  --nav-subtext: #98747a;

  --nav-dropdown-text: #793f49;
  --nav-dropdown-soft: #fff2f3;
}


/* QUOTE */

.navbar-theme-quote {
  --nav-primary: #174a75;
  --nav-secondary: #2f82b5;
  --nav-accent: #d8b66a;

  --nav-text: #304955;
  --nav-subtext: #69808f;

  --nav-dropdown-text: #344f5c;
  --nav-dropdown-soft: #edf7fb;
}


/* CONTACT */

.navbar-theme-contact {
  --nav-primary: #106875;
  --nav-secondary: #28aeb7;
  --nav-accent: #f4c542;

  --nav-text: #254f55;
  --nav-subtext: #6c8588;

  --nav-dropdown-text: #106875;
  --nav-dropdown-soft: #ebf9f9;
}


/* ==========================================
   NAVBAR CONTAINER
========================================== */

.site-navbar {
  position: sticky;
  top: 0;
  z-index: 9999;

  width: 100%;

  background:
    rgba(255, 255, 255, 0.95);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  border-bottom:
    1px solid rgba(23, 74, 117, 0.10);

  box-shadow:
    0 10px 30px rgba(14, 54, 80, 0.08);

  transition:
    background 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}


/* SCROLLED NAVBAR */

.site-navbar.navbar-scrolled {
  background:
    rgba(255, 255, 255, 0.98);

  box-shadow:
    0 14px 38px rgba(14, 54, 80, 0.13);
}


/* ==========================================
   INNER NAVBAR LAYOUT
========================================== */

.navbar-inner {
  max-width: 1400px;

  margin: 0 auto;

  padding: 14px 28px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 28px;
}


/* ==========================================
   BRAND
========================================== */

.navbar-brand {
  display: flex;

  align-items: center;

  gap: 12px;

  flex-shrink: 0;

  text-decoration: none;
}


/* L LOGO */

.navbar-brand-mark {
  width: 44px;
  height: 44px;

  display: grid;

  place-items: center;

  border-radius: 50%;

  background:
    linear-gradient(
      145deg,
      var(--nav-primary),
      var(--nav-secondary)
    );

  color: #ffffff;

  font-family: "Playfair Display", serif;

  font-size: 1.45rem;

  font-weight: 700;

  box-shadow:
    0 10px 24px rgba(23, 74, 117, 0.18);
}


/* BRAND WORDING */

.navbar-brand-text {
  display: flex;

  flex-direction: column;

  line-height: 1.05;
}


.navbar-brand-text strong {
  color: var(--nav-primary);

  font-family: "Playfair Display", serif;

  font-size: 1.2rem;

  font-weight: 700;
}


.navbar-brand-text small {
  margin-top: 4px;

  color: var(--nav-subtext);

  font-size: 0.67rem;

  font-weight: 600;

  letter-spacing: 1.5px;

  text-transform: uppercase;
}


/* ==========================================
   DESKTOP LINKS
========================================== */

.navbar-links {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 25px;
}


.navbar-link,
.navbar-dropdown-btn {
  position: relative;

  color: var(--nav-text);

  font-family: "Poppins", sans-serif;

  font-size: 0.84rem;

  font-weight: 600;

  text-decoration: none;

  white-space: nowrap;

  background: none;

  border: none;

  cursor: pointer;

  padding: 8px 0;

  transition:
    color 0.25s ease;
}


/* NAVBAR UNDERLINE */

.navbar-link::after,
.navbar-dropdown-btn::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 1px;

  width: 0;
  height: 2px;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      var(--nav-secondary),
      var(--nav-accent)
    );

  transition:
    width 0.25s ease;
}


.navbar-link:hover,
.navbar-dropdown-btn:hover {
  color: var(--nav-primary);
}


.navbar-link:hover::after,
.navbar-dropdown-btn:hover::after {
  width: 100%;
}


/* ==========================================
   SERVICES DROPDOWN
========================================== */

.navbar-dropdown {
  position: relative;
}


.navbar-dropdown-btn {
  display: inline-flex;

  align-items: center;

  gap: 6px;
}


.dropdown-arrow {
  display: inline-block;

  font-size: 0.75rem;

  transition:
    transform 0.25s ease;
}


.navbar-dropdown.active .dropdown-arrow {
  transform: rotate(180deg);
}


/* DROPDOWN PANEL */

.navbar-dropdown-menu {
  position: absolute;

  top: calc(100% + 14px);
  left: 50%;

  transform:
    translateX(-50%)
    translateY(-8px);

  min-width: 250px;

  padding: 12px;

  border-radius: 20px;

  background:
    rgba(255, 255, 255, 0.98);

  border:
    1px solid rgba(23, 74, 117, 0.10);

  box-shadow:
    0 22px 50px rgba(21, 64, 90, 0.16);

  opacity: 0;

  visibility: hidden;

  pointer-events: none;

  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}


.navbar-dropdown.active .navbar-dropdown-menu {
  opacity: 1;

  visibility: visible;

  pointer-events: auto;

  transform:
    translateX(-50%)
    translateY(0);
}


/* DROPDOWN LINKS */

.navbar-dropdown-menu a {
  display: block;

  padding: 12px 14px;

  border-radius: 13px;

  color: var(--nav-dropdown-text);

  text-decoration: none;

  font-size: 0.82rem;

  font-weight: 600;

  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}


.navbar-dropdown-menu a:hover {
  background: var(--nav-dropdown-soft);

  color: var(--nav-primary);

  transform: translateX(3px);
}


/* ==========================================
   NAVBAR ACTIONS
========================================== */

.navbar-actions {
  display: flex;

  align-items: center;

  gap: 14px;

  flex-shrink: 0;
}


/* ==========================================
   REQUEST A QUOTE BUTTON
========================================== */

.navbar-quote-btn {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 11px 20px;

  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      var(--nav-primary),
      var(--nav-secondary)
    );

  color: #ffffff;

  text-decoration: none;

  font-size: 0.74rem;

  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;

  border:
    1px solid rgba(255, 255, 255, 0.55);

  box-shadow:
    0 10px 24px rgba(23, 74, 117, 0.20);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}


.navbar-quote-btn:hover {
  transform: translateY(-2px);

  filter: brightness(1.08);

  box-shadow:
    0 15px 30px rgba(23, 74, 117, 0.28);
}


/* ==========================================
   MOBILE MENU BUTTON
========================================== */

.navbar-menu-btn {
  display: none;

  width: 44px;
  height: 44px;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  gap: 5px;

  border-radius: 14px;

  border:
    1px solid rgba(23, 74, 117, 0.12);

  background: #f5fbfe;

  cursor: pointer;
}


.navbar-menu-btn span {
  width: 20px;
  height: 2px;

  border-radius: 999px;

  background: var(--nav-primary);

  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}


/* HAMBURGER -> X */

.navbar-menu-btn.active span:nth-child(1) {
  transform:
    translateY(7px)
    rotate(45deg);
}


.navbar-menu-btn.active span:nth-child(2) {
  opacity: 0;
}


.navbar-menu-btn.active span:nth-child(3) {
  transform:
    translateY(-7px)
    rotate(-45deg);
}


/* ==========================================
   MOBILE MENU
========================================== */

.navbar-mobile-menu {
  display: none;

  padding: 12px 20px 20px;

  background:
    rgba(255, 255, 255, 0.98);

  border-top:
    1px solid rgba(23, 74, 117, 0.08);
}


.navbar-mobile-menu.active {
  display: block;
}


/* MOBILE LINKS */

.navbar-mobile-menu > a,
.mobile-services-btn {
  width: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 13px 8px;

  border: none;

  background: none;

  color: var(--nav-text);

  text-decoration: none;

  font-size: 0.9rem;

  font-weight: 600;

  text-align: left;

  cursor: pointer;

  border-bottom:
    1px solid rgba(23, 74, 117, 0.07);
}


/* MOBILE SERVICE SUBMENU */

.mobile-services-menu {
  display: none;

  padding:
    4px 0
    8px 14px;
}


.mobile-services-menu.active {
  display: block;
}


.mobile-services-menu a {
  display: block;

  padding: 11px 10px;

  color: var(--nav-subtext);

  text-decoration: none;

  font-size: 0.84rem;

  font-weight: 500;
}


/* MOBILE QUOTE */

.navbar-mobile-quote {
  margin-top: 14px;

  justify-content: center !important;

  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      var(--nav-primary),
      var(--nav-secondary)
    ) !important;

  color: #ffffff !important;

  border-bottom: none !important;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1150px) {

  .navbar-inner {
    gap: 18px;
  }


  .navbar-links {
    gap: 16px;
  }


  .navbar-link,
  .navbar-dropdown-btn {
    font-size: 0.76rem;
  }


  .navbar-brand-text strong {
    font-size: 1.05rem;
  }


  .navbar-brand-text small {
    font-size: 0.60rem;
  }


  .navbar-quote-btn {
    padding: 10px 15px;

    font-size: 0.68rem;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 950px) {

  .navbar-links {
    display: none;
  }


  .navbar-menu-btn {
    display: flex;
  }


  .navbar-inner {
    padding: 12px 20px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 550px) {

  .navbar-inner {
    padding: 11px 16px;
  }


  .navbar-brand-mark {
    width: 39px;
    height: 39px;

    font-size: 1.25rem;
  }


  .navbar-brand-text strong {
    font-size: 0.95rem;
  }


  .navbar-brand-text small {
    font-size: 0.54rem;
  }


  .navbar-quote-btn {
    display: none;
  }

}

/* ==========================================
   ABOUT US PAGE
========================================== */

.about-page {
  min-height: 100vh;

  padding: 50px 8% 90px;

  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(214, 181, 120, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 35%,
      rgba(118, 78, 58, 0.10),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #f6efe6 0%,
      #efe2d4 55%,
      #e8d8c7 100%
    );

  position: relative;

  overflow: hidden;
}


/* ==========================================
   ABOUT NAVBAR THEME
========================================== */

.navbar-theme-about {
  --nav-primary: #6e4635;
  --nav-secondary: #9a6a4f;
  --nav-accent: #d1aa63;

  --nav-text: #5b4339;
  --nav-subtext: #8b7468;

  --nav-dropdown-text: #6e4635;
  --nav-dropdown-soft: #f8f0e8;
}


/* ==========================================
   ABOUT EYEBROW
========================================== */

.about-eyebrow {
  display: inline-block;

  margin-bottom: 18px;

  padding: 10px 20px;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.88);

  color: #7a513c;

  font-size: 0.75rem;

  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;

  border:
    1px solid rgba(154, 106, 79, 0.18);

  box-shadow:
    0 10px 24px rgba(83, 54, 41, 0.08);
}


/* ==========================================
   HERO
========================================== */

.about-hero {
  max-width: 1100px;

  margin: 0 auto 90px;

  padding: 85px 55px;

  text-align: center;

  position: relative;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(255, 255, 255, 0.42),
      transparent 40%
    ),
    linear-gradient(
      145deg,
      #7a513c,
      #5f3f31
    );

  border-radius: 38px;

  border:
    1px solid rgba(255, 255, 255, 0.14);

  box-shadow:
    0 30px 80px rgba(84, 54, 41, 0.22);
}


.about-hero::before {
  content: "✦";

  position: absolute;

  top: 25px;
  right: 35px;

  font-size: 4rem;

  color: #d9bd7a;

  opacity: 0.22;

  pointer-events: none;
}


.about-hero::after {
  content: "✦";

  position: absolute;

  bottom: 25px;
  left: 35px;

  font-size: 2.7rem;

  color: #ffffff;

  opacity: 0.10;

  pointer-events: none;
}


.about-hero .about-eyebrow {
  background: rgba(255, 255, 255, 0.94);

  color: #6e4635;
}


.about-hero h1 {
  max-width: 900px;

  margin: 0 auto 24px;

  font-family: "Playfair Display", serif;

  font-size: clamp(3.2rem, 7vw, 6rem);

  line-height: 1;

  color: #ffffff;

  letter-spacing: -1px;
}


.about-hero-description {
  max-width: 720px;

  margin: 0 auto;

  font-size: 1.08rem;

  line-height: 1.85;

  color: rgba(255, 255, 255, 0.88);
}


/* ==========================================
   SHARED ABOUT SECTION HEADING
========================================== */

.about-section-heading {
  max-width: 850px;

  margin: 0 auto 42px;

  text-align: center;
}


.about-section-heading h2 {
  margin-bottom: 18px;

  font-family: "Playfair Display", serif;

  font-size: clamp(2.4rem, 5vw, 4.2rem);

  line-height: 1.08;

  color: #4f3429;
}


.about-section-heading > p:not(.about-eyebrow) {
  max-width: 700px;

  margin: 0 auto;

  line-height: 1.8;

  color: #78665d;
}


/* ==========================================
   OUR STORY
========================================== */

.about-story-section {
  max-width: 1100px;

  margin: 0 auto 100px;
}


.about-story-card {
  padding: 55px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(250, 245, 239, 0.96)
    );

  border-radius: 34px;

  border:
    2px solid rgba(154, 106, 79, 0.14);

  box-shadow:
    0 24px 65px rgba(88, 58, 45, 0.12);
}


.about-story-text {
  max-width: 850px;

  margin: 0 auto;
}


.about-story-text p {
  margin-bottom: 22px;

  font-size: 1rem;

  line-height: 1.9;

  color: #68564d;
}


.about-story-text p:last-child {
  margin-bottom: 0;
}


/* ==========================================
   LEADERSHIP
========================================== */

.leadership-section {
  max-width: 1200px;

  margin: 0 auto 100px;
}


.leadership-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 32px;
}


.leader-card {
  overflow: hidden;

  background: #ffffff;

  border-radius: 34px;

  border:
    2px solid rgba(154, 106, 79, 0.14);

  box-shadow:
    0 26px 70px rgba(88, 58, 45, 0.13);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.leader-card:hover {
  transform: translateY(-7px);

  box-shadow:
    0 34px 85px rgba(88, 58, 45, 0.18);
}


/* LEADERSHIP PHOTO */

.leader-image {
  min-height: 410px;

  position: relative;

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: center;

  background:
    radial-gradient(
      circle at 50% 30%,
      rgba(255, 255, 255, 0.40),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #d8c0ac,
      #b58c72
    );

  color: #ffffff;

  font-weight: 600;

  letter-spacing: 0.5px;
}


.leader-image .slot-image {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}


.leader-image .slot-image[hidden] {
  display: none !important;
}


.leader-image .slot-placeholder {
  position: relative;

  z-index: 1;
}


.leader-image .slot-placeholder[hidden] {
  display: none !important;
}


/* LEADERSHIP CONTENT */

.leader-content {
  padding: 36px;
}


.leader-role {
  margin-bottom: 8px;

  color: #a77a54;

  font-size: 0.75rem;

  font-weight: 700;

  letter-spacing: 1.8px;

  text-transform: uppercase;
}


.leader-content h3 {
  margin-bottom: 18px;

  font-family: "Playfair Display", serif;

  font-size: 2.2rem;

  color: #4f3429;
}


.leader-content > p:not(.leader-role) {
  line-height: 1.8;

  color: #6d5c53;
}


/* ==========================================
   OUR JOURNEY
========================================== */

.about-journey-section {
  max-width: 1200px;

  margin: 0 auto 100px;
}


.journey-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 24px;
}


.journey-card {
  padding: 38px;

  position: relative;

  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      #fffaf5,
      #f5e9dc
    );

  border-radius: 30px;

  border:
    2px solid rgba(154, 106, 79, 0.13);

  box-shadow:
    0 20px 55px rgba(88, 58, 45, 0.10);
}


.journey-card::after {
  content: "";

  position: absolute;

  width: 120px;
  height: 120px;

  top: -55px;
  right: -55px;

  border-radius: 50%;

  background:
    rgba(209, 170, 99, 0.12);
}


.journey-number {
  display: inline-flex;

  width: 48px;
  height: 48px;

  align-items: center;

  justify-content: center;

  margin-bottom: 35px;

  border-radius: 15px;

  background:
    linear-gradient(
      145deg,
      #7a513c,
      #a07154
    );

  color: #ffffff;

  font-weight: 700;

  font-size: 0.82rem;

  box-shadow:
    0 10px 24px rgba(91, 57, 42, 0.18);
}


.journey-card h3 {
  margin-bottom: 14px;

  font-family: "Playfair Display", serif;

  font-size: 1.85rem;

  color: #4f3429;
}


.journey-card p {
  line-height: 1.75;

  color: #6d5c53;
}


/* ==========================================
   OUR APPROACH
========================================== */

.about-approach-section {
  max-width: 1050px;

  margin: 0 auto 100px;

  padding: 70px 55px;

  text-align: center;

  background:
    linear-gradient(
      145deg,
      #fffaf6,
      #f4e6d7
    );

  border-radius: 38px;

  border:
    2px solid rgba(154, 106, 79, 0.14);

  box-shadow:
    0 28px 75px rgba(88, 58, 45, 0.13);
}


.about-approach-content {
  max-width: 780px;

  margin: 0 auto;
}


.about-approach-content h2 {
  margin-bottom: 24px;

  font-family: "Playfair Display", serif;

  font-size: clamp(2.5rem, 5vw, 4rem);

  color: #4f3429;
}


.about-approach-content > p {
  margin-bottom: 18px;

  line-height: 1.85;

  color: #6d5c53;
}


.about-approach-content blockquote {
  margin-top: 32px;

  padding: 28px 30px;

  border-radius: 22px;

  background:
    linear-gradient(
      145deg,
      #7a513c,
      #604033
    );

  color: #ffffff;

  font-family: "Playfair Display", serif;

  font-size: clamp(1.7rem, 3vw, 2.5rem);

  font-style: italic;

  box-shadow:
    0 18px 45px rgba(72, 45, 34, 0.20);
}


/* ==========================================
   ABOUT CTA
========================================== */

.about-cta {
  max-width: 1050px;

  margin: 0 auto 80px;

  padding: 70px 40px;

  text-align: center;

  position: relative;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(217, 189, 122, 0.20),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #56382d,
      #3e2a22
    );

  border-radius: 38px;

  box-shadow:
    0 30px 80px rgba(64, 42, 33, 0.25);
}


.about-cta .about-eyebrow {
  background: #fff9f3;

  color: #6e4635;
}


.about-cta h2 {
  margin-bottom: 18px;

  font-family: "Playfair Display", serif;

  font-size: clamp(2.5rem, 5vw, 4.3rem);

  color: #ffffff;
}


.about-cta > p:not(.about-eyebrow) {
  max-width: 680px;

  margin: 0 auto;

  line-height: 1.8;

  color: rgba(255, 255, 255, 0.84);
}


.about-cta-buttons {
  margin-top: 34px;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 16px;
}


.about-primary-button,
.about-secondary-button {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 190px;

  padding: 14px 26px;

  border-radius: 999px;

  text-decoration: none;

  font-size: 0.78rem;

  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}


.about-primary-button {
  background:
    linear-gradient(
      135deg,
      #d1aa63,
      #b98c45
    );

  color: #ffffff;

  box-shadow:
    0 12px 28px rgba(37, 24, 19, 0.24);
}


.about-secondary-button {
  background: rgba(255, 255, 255, 0.10);

  color: #ffffff;

  border:
    1px solid rgba(255, 255, 255, 0.35);
}


.about-primary-button:hover,
.about-secondary-button:hover {
  transform: translateY(-3px);
}


.about-primary-button:hover {
  box-shadow:
    0 18px 36px rgba(37, 24, 19, 0.30);
}


.about-secondary-button:hover {
  background: rgba(255, 255, 255, 0.17);
}


/* ==========================================
   ABOUT PAGE DECORATIONS
========================================== */

.about-page::before {
  content: "✦";

  position: absolute;

  top: 850px;
  right: 4%;

  font-size: 9rem;

  color: #9a6a4f;

  opacity: 0.06;

  pointer-events: none;
}


.about-page::after {
  content: "✦";

  position: absolute;

  top: 1800px;
  left: 4%;

  font-size: 7rem;

  color: #d1aa63;

  opacity: 0.08;

  pointer-events: none;
}


/* Keep actual content above decorations */

.about-page > * {
  position: relative;

  z-index: 1;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 950px) {

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


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


  .leader-card {
    max-width: 700px;

    margin: 0 auto;

    width: 100%;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

  .about-page {
    padding: 35px 20px 70px;
  }


  .about-hero {
    padding: 60px 25px;

    border-radius: 28px;
  }


  .about-story-card,
  .about-approach-section,
  .about-cta {
    padding: 45px 25px;

    border-radius: 28px;
  }


  .leader-image {
    min-height: 320px;
  }


  .leader-content {
    padding: 28px;
  }


  .journey-card {
    padding: 30px;
  }


  .about-cta-buttons {
    flex-direction: column;

    align-items: stretch;
  }


  .about-primary-button,
  .about-secondary-button {
    width: 100%;
  }

}

/* ==========================================
   INTERIOR DESIGN NAVBAR THEME
========================================== */

.navbar-theme-interior-design {
  --nav-primary: #184f78;
  --nav-secondary: #3484ad;
  --nav-accent: #c9a85f;

  --nav-text: #304d5d;
  --nav-subtext: #708894;

  --nav-dropdown-text: #244e66;
  --nav-dropdown-soft: #edf7fb;
}


/* ==========================================
   INTERIOR DESIGN PAGE
========================================== */

.interior-design-page {
  min-height: 100vh;

  padding: 50px 8% 90px;

  position: relative;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(101, 184, 224, 0.23),
      transparent 27%
    ),
    radial-gradient(
      circle at 90% 42%,
      rgba(214, 184, 113, 0.14),
      transparent 28%
    ),
    linear-gradient(
      155deg,
      #2f78a3 0%,
      #246486 48%,
      #194d6d 100%
    );
}


/* ==========================================
   EYEBROW
========================================== */

.interior-design-eyebrow {
  display: inline-block;

  width: fit-content;

  margin-bottom: 18px;

  padding: 10px 20px;

  border-radius: 999px;

  background: #ffffff;

  color: #21648c;

  font-size: 0.74rem;

  font-weight: 700;

  letter-spacing: 1.8px;

  text-transform: uppercase;

  box-shadow:
    0 10px 25px rgba(13, 58, 86, 0.12);
}


/* ==========================================
   HERO
========================================== */

.interior-design-hero {
  max-width: 1250px;

  margin: 0 auto 100px;

  display: grid;

  grid-template-columns:
    1fr 0.9fr;

  gap: 35px;

  align-items: stretch;
}


.interior-design-hero-content {
  padding: 70px 55px;

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  justify-content: center;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(234, 245, 250, 0.97)
    );

  border-radius: 38px;

  border:
    2px solid rgba(255, 255, 255, 0.72);

  box-shadow:
    0 30px 80px rgba(8, 48, 73, 0.24);
}


.interior-design-hero h1 {
  margin-bottom: 24px;

  font-family: "Playfair Display", serif;

  font-size: clamp(3rem, 6vw, 5.6rem);

  line-height: 1;

  letter-spacing: -1px;

  color: #173d57;
}


.interior-design-hero-description {
  max-width: 640px;

  margin-bottom: 32px;

  color: #5b7180;

  line-height: 1.85;

  font-size: 1.05rem;
}


.interior-design-hero-image {
  min-height: 620px;

  position: relative;

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 38px;

  background:
    linear-gradient(
      145deg,
      #cce6f2,
      #82bcd8
    );

  color: #ffffff;

  font-weight: 600;

  box-shadow:
    0 30px 80px rgba(8, 48, 73, 0.28);
}


.interior-design-hero-image .slot-image,
.featured-interior-image .slot-image,
.interior-portfolio-item .slot-image {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}


.interior-design-hero-image .slot-image[hidden],
.featured-interior-image .slot-image[hidden],
.interior-portfolio-item .slot-image[hidden] {
  display: none !important;
}


/* ==========================================
   BUTTON
========================================== */

.interior-design-primary-button {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 14px 27px;

  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      #184f78,
      #3484ad
    );

  color: #ffffff;

  text-decoration: none;

  font-size: 0.78rem;

  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;

  box-shadow:
    0 14px 30px rgba(24, 79, 120, 0.22);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}


.interior-design-primary-button:hover {
  transform: translateY(-3px);

  box-shadow:
    0 20px 38px rgba(24, 79, 120, 0.30);
}


/* ==========================================
   INTRODUCTION
========================================== */

.interior-intro-section {
  max-width: 1150px;

  margin: 0 auto 100px;

  padding: 60px;

  display: grid;

  grid-template-columns:
    0.8fr 1.2fr;

  gap: 55px;

  background:
    rgba(255, 255, 255, 0.96);

  border-radius: 38px;

  border:
    2px solid rgba(255, 255, 255, 0.70);

  box-shadow:
    0 28px 70px rgba(8, 48, 73, 0.19);
}


.interior-intro-heading h2,
.interior-section-heading h2,
.featured-interior-content h2,
.interior-philosophy-section h2,
.interior-design-cta h2 {
  font-family: "Playfair Display", serif;

  color: #173d57;
}


.interior-intro-heading h2 {
  font-size: clamp(2.5rem, 4vw, 3.8rem);

  line-height: 1.08;
}


.interior-intro-content p {
  margin-bottom: 20px;

  color: #61727c;

  line-height: 1.85;
}


.interior-intro-content p:last-child {
  margin-bottom: 0;
}


/* ==========================================
   SHARED SECTION HEADING
========================================== */

.interior-section-heading {
  max-width: 820px;

  margin: 0 auto 45px;

  text-align: center;
}


.interior-section-heading h2 {
  margin-bottom: 18px;

  font-size: clamp(2.5rem, 5vw, 4.2rem);

  line-height: 1.08;

  color: #ffffff;
}


.interior-section-heading > p:not(.interior-design-eyebrow) {
  max-width: 680px;

  margin: 0 auto;

  color: rgba(255, 255, 255, 0.84);

  line-height: 1.8;
}


/* ==========================================
   SERVICES
========================================== */

.interior-services-section {
  max-width: 1250px;

  margin: 0 auto 100px;
}


.interior-services-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 25px;
}


.interior-service-card {
  padding: 38px;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      #eef7fa
    );

  border-radius: 30px;

  border:
    2px solid rgba(255, 255, 255, 0.70);

  box-shadow:
    0 22px 55px rgba(8, 48, 73, 0.18);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.interior-service-card:hover {
  transform: translateY(-7px);

  box-shadow:
    0 30px 70px rgba(8, 48, 73, 0.24);
}


.interior-service-number {
  display: inline-flex;

  width: 48px;
  height: 48px;

  align-items: center;

  justify-content: center;

  margin-bottom: 35px;

  border-radius: 15px;

  background:
    linear-gradient(
      145deg,
      #184f78,
      #3484ad
    );

  color: #ffffff;

  font-size: 0.78rem;

  font-weight: 700;
}


.interior-service-card h3 {
  margin-bottom: 14px;

  font-family: "Playfair Display", serif;

  font-size: 1.75rem;

  color: #173d57;
}


.interior-service-card p {
  line-height: 1.75;

  color: #687a84;
}


/* ==========================================
   FEATURED PROJECT
========================================== */

.featured-interior-project {
  max-width: 1250px;

  margin: 0 auto 100px;

  display: grid;

  grid-template-columns:
    1.1fr 0.9fr;

  gap: 35px;
}


.featured-interior-image {
  min-height: 520px;

  position: relative;

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 36px;

  background:
    linear-gradient(
      145deg,
      #bcddec,
      #6ca9c7
    );

  color: #ffffff;

  box-shadow:
    0 30px 75px rgba(7, 46, 69, 0.24);
}


.featured-interior-content {
  padding: 55px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  background: #ffffff;

  border-radius: 36px;

  box-shadow:
    0 30px 75px rgba(7, 46, 69, 0.20);
}


.featured-interior-content h2 {
  margin-bottom: 22px;

  font-size: clamp(2.3rem, 4vw, 3.7rem);

  line-height: 1.08;
}


.featured-interior-content > p {
  margin-bottom: 18px;

  color: #637780;

  line-height: 1.8;
}


/* ==========================================
   PORTFOLIO
========================================== */

.interior-portfolio-section {
  max-width: 1250px;

  margin: 0 auto 100px;
}


.interior-portfolio-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  grid-auto-rows: 260px;

  gap: 22px;
}


.interior-portfolio-item {
  position: relative;

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 30px;

  background:
    linear-gradient(
      145deg,
      #d9edf5,
      #8abed5
    );

  color: #ffffff;

  font-weight: 600;

  box-shadow:
    0 22px 55px rgba(7, 46, 69, 0.20);
}


.interior-portfolio-large {
  grid-row: span 2;
}


/* ==========================================
   PROCESS
========================================== */

.interior-process-section {
  max-width: 1200px;

  margin: 0 auto 100px;
}


.interior-process-grid {
  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  gap: 20px;
}


.interior-process-card {
  padding: 35px;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      #edf6f9
    );

  border-radius: 28px;

  box-shadow:
    0 20px 50px rgba(8, 48, 73, 0.17);
}


.interior-process-card span {
  display: inline-block;

  margin-bottom: 35px;

  color: #c9a85f;

  font-size: 0.82rem;

  font-weight: 700;

  letter-spacing: 2px;
}


.interior-process-card h3 {
  margin-bottom: 14px;

  color: #173d57;

  font-family: "Playfair Display", serif;

  font-size: 1.65rem;
}


.interior-process-card p {
  color: #697b85;

  line-height: 1.75;
}


/* ==========================================
   PHILOSOPHY
========================================== */

.interior-philosophy-section {
  max-width: 1000px;

  margin: 0 auto 100px;

  padding: 70px 55px;

  text-align: center;

  background:
    linear-gradient(
      145deg,
      #f6fbfd,
      #deeff6
    );

  border-radius: 38px;

  box-shadow:
    0 28px 75px rgba(7, 46, 69, 0.20);
}


.interior-philosophy-section h2 {
  margin-bottom: 22px;

  font-size: clamp(2.6rem, 5vw, 4.2rem);
}


.interior-philosophy-section > p {
  max-width: 750px;

  margin: 0 auto;

  color: #627782;

  line-height: 1.85;
}


.interior-philosophy-section blockquote {
  margin-top: 35px;

  padding: 26px;

  border-radius: 22px;

  background:
    linear-gradient(
      135deg,
      #184f78,
      #3484ad
    );

  color: #ffffff;

  font-family: "Playfair Display", serif;

  font-size: clamp(1.8rem, 3vw, 2.5rem);

  font-style: italic;
}


/* ==========================================
   FINAL CTA
========================================== */

.interior-design-cta {
  max-width: 1000px;

  margin: 0 auto 80px;

  padding: 75px 45px;

  text-align: center;

  background:
    linear-gradient(
      145deg,
      #143f5b,
      #0d3046
    );

  border-radius: 38px;

  box-shadow:
    0 30px 80px rgba(5, 34, 51, 0.30);
}


.interior-design-cta h2 {
  margin-bottom: 18px;

  color: #ffffff;

  font-size: clamp(2.6rem, 5vw, 4.3rem);
}


.interior-design-cta > p:not(.interior-design-eyebrow) {
  max-width: 670px;

  margin: 0 auto 32px;

  color: rgba(255, 255, 255, 0.84);

  line-height: 1.8;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1000px) {

  .interior-design-hero,
  .featured-interior-project,
  .interior-intro-section {
    grid-template-columns: 1fr;
  }


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


  .interior-process-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }


  .interior-design-hero-image {
    min-height: 430px;
  }

}


@media (max-width: 700px) {

  .interior-design-page {
    padding: 35px 20px 70px;
  }


  .interior-design-hero-content,
  .interior-intro-section,
  .featured-interior-content,
  .interior-philosophy-section,
  .interior-design-cta {
    padding: 45px 27px;
  }


  .interior-services-grid,
  .interior-process-grid {
    grid-template-columns: 1fr;
  }


  .interior-portfolio-grid {
    grid-template-columns: 1fr;

    grid-auto-rows: 280px;
  }


  .interior-portfolio-large {
    grid-row: auto;
  }


  .interior-design-hero-image,
  .featured-interior-image {
    min-height: 350px;
  }

}

/* ==========================================
   GLOBAL SHARED FOOTER
========================================== */

.global-footer {
  width: calc(100% - 48px);
  margin: 90px auto 24px;

  /* DARKER VERSION OF EACH PAGE'S THEME */
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--nav-primary) 62%, #000000),
      color-mix(in srgb, var(--nav-secondary) 72%, #000000)
    );

  color: #ffffff;

  /* ROUNDED CARD */
  border-radius: 38px;

  border:
    1px solid rgba(255, 255, 255, 0.16);

  /* GLOW + DEPTH */
  box-shadow:
    0 0 30px
      color-mix(in srgb, var(--nav-accent) 20%, transparent),

    0 0 70px
      color-mix(in srgb, var(--nav-primary) 22%, transparent),

    0 24px 55px rgba(0, 0, 0, 0.20);

  overflow: hidden;
}

.global-footer {
  position: relative;
}

.global-footer::before {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  pointer-events: none;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}


/* ==========================================
   FOOTER INNER LAYOUT
========================================== */

.global-footer-inner {
  max-width: 1400px;

  margin: 0 auto;

  padding: 65px 28px 45px;

  display: grid;

  grid-template-columns:
    1.4fr 1fr 1fr 0.7fr;

  gap: 50px;
}


/* ==========================================
   FOOTER BRAND
========================================== */

.footer-brand {
  display: flex;

  align-items: flex-start;

  gap: 16px;
}


.footer-brand-mark {
  width: 54px;
  height: 54px;

  flex-shrink: 0;

  display: grid;

  place-items: center;

  border-radius: 50%;

  background:
    rgba(255, 255, 255, 0.96);

  color: var(--nav-primary);

  font-family: "Playfair Display", serif;

  font-size: 1.7rem;

  font-weight: 700;

  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.14);
}


.footer-brand-text h3 {
  margin-bottom: 8px;

  font-family: "Playfair Display", serif;

  font-size: 1.55rem;

  color: #ffffff;
}


.footer-tagline {
  margin-bottom: 12px;

  font-family: "Playfair Display", serif;

  font-style: italic;

  color: var(--nav-accent);

  font-size: 1rem;
}


.footer-description {
  max-width: 360px;

  line-height: 1.7;

  color: rgba(255, 255, 255, 0.78);

  font-size: 0.88rem;
}


/* ==========================================
   FOOTER COLUMNS
========================================== */

.footer-column h4 {
  margin-bottom: 20px;

  color: #ffffff;

  font-size: 0.82rem;

  font-weight: 700;

  letter-spacing: 1.4px;

  text-transform: uppercase;
}


.footer-links {
  display: flex;

  flex-direction: column;

  gap: 11px;
}


.footer-links a {
  width: fit-content;

  color: rgba(255, 255, 255, 0.78);

  text-decoration: none;

  font-size: 0.86rem;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}


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

  transform: translateX(3px);
}


/* ==========================================
   CONTACT
========================================== */

.footer-contact-links {
  display: flex;

  flex-direction: column;

  gap: 14px;
}


.footer-contact-link {
  display: flex;

  align-items: center;

  gap: 10px;

  width: fit-content;

  color: rgba(255, 255, 255, 0.88);

  text-decoration: none;

  font-size: 0.86rem;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}


.footer-contact-link:hover {
  color: var(--nav-accent);

  transform: translateX(3px);
}


.footer-contact-link i {
  width: 18px;

  text-align: center;

  color: var(--nav-accent);
}


.footer-location {
  color: rgba(255, 255, 255, 0.72);

  font-size: 0.86rem;
}


/* ==========================================
   SOCIAL ICONS
========================================== */

.footer-socials {
  display: flex;

  align-items: center;

  gap: 12px;
}


.footer-social-link {
  width: 44px;
  height: 44px;

  display: grid;

  place-items: center;

  border-radius: 50%;

  background:
    rgba(255, 255, 255, 0.10);

  border:
    1px solid rgba(255, 255, 255, 0.18);

  color: #ffffff;

  text-decoration: none;

  font-size: 1.15rem;

  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}


.footer-social-link:hover {
  transform: translateY(-3px);

  background: #ffffff;

  color: var(--nav-primary);

  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.16);
}


/* ==========================================
   FOOTER BOTTOM
========================================== */

.footer-bottom {
  max-width: 1400px;

  margin: 0 auto;

  padding: 22px 28px 28px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  border-top:
    1px solid rgba(255, 255, 255, 0.15);
}


.footer-bottom p {
  color: rgba(255, 255, 255, 0.65);

  font-size: 0.78rem;
}


.footer-bottom a {
  color: var(--nav-accent);

  text-decoration: none;

  font-size: 0.78rem;

  font-weight: 700;

  letter-spacing: 0.8px;

  text-transform: uppercase;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1000px) {

  .global-footer-inner {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 40px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

  .global-footer {
    margin-top: 60px;
  }


  .global-footer-inner {
    padding: 50px 22px 35px;

    grid-template-columns: 1fr;

    gap: 35px;
  }


  .footer-brand {
    flex-direction: column;
  }


  .footer-bottom {
    padding: 22px;

    flex-direction: column;

    align-items: flex-start;
  }

}