/* Font-face imports (unchanged, included for completeness) */
@font-face {
    font-family: 'Noto Serif Display';
    src: url('/fonts/NotoSerifDisplay-Regular.eot');
    src: url('/fonts/NotoSerifDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/NotoSerifDisplay-Regular.woff2') format('woff2'),
        url('/fonts/NotoSerifDisplay-Regular.woff') format('woff'),
        url('/fonts/NotoSerifDisplay-Regular.ttf') format('truetype'),
        url('/fonts/NotoSerifDisplay-Regular.svg#NotoSerifDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('/fonts/SofiaPro-Light.eot');
    src: url('/fonts/SofiaPro-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SofiaPro-Light.woff2') format('woff2'),
        url('/fonts/SofiaPro-Light.woff') format('woff'),
        url('/fonts/SofiaPro-Light.ttf') format('truetype'),
        url('/fonts/SofiaPro-Light.svg#SofiaPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('/fonts/SofiaPro-SemiBold.eot');
    src: url('/fonts/SofiaPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SofiaPro-SemiBold.woff2') format('woff2'),
        url('/fonts/SofiaPro-SemiBold.woff') format('woff'),
        url('/fonts/SofiaPro-SemiBold.ttf') format('truetype'),
        url('/fonts/SofiaPro-SemiBold.svg#SofiaPro-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Domaine Display';
    src: url('/fonts/DomaineDisplay-Semibold.eot');
    src: url('/fonts/DomaineDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/DomaineDisplay-Semibold.woff2') format('woff2'),
        url('/fonts/DomaineDisplay-Semibold.woff') format('woff'),
        url('/fonts/DomaineDisplay-Semibold.ttf') format('truetype'),
        url('/fonts/DomaineDisplay-Semibold.svg#DomaineDisplay-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Domaine Display';
    src: url('/fonts/DomaineDisplay-Regular.eot');
    src: url('/fonts/DomaineDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/DomaineDisplay-Regular.woff2') format('woff2'),
        url('/fonts/DomaineDisplay-Regular.woff') format('woff'),
        url('/fonts/DomaineDisplay-Regular.ttf') format('truetype'),
        url('/fonts/DomaineDisplay-Regular.svg#DomaineDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('/fonts/Outfit-Bold.eot');
    src: url('/fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Outfit-Bold.woff2') format('woff2'),
        url('/fonts/Outfit-Bold.woff') format('woff'),
        url('/fonts/Outfit-Bold.ttf') format('truetype'),
        url('/fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('/fonts/Outfit-Medium.eot');
    src: url('/fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Outfit-Medium.woff2') format('woff2'),
        url('/fonts/Outfit-Medium.woff') format('woff'),
        url('/fonts/Outfit-Medium.ttf') format('truetype'),
        url('/fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('/fonts/Outfit-Thin.eot');
    src: url('/fonts/Outfit-Thin.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Outfit-Thin.woff2') format('woff2'),
        url('/fonts/Outfit-Thin.woff') format('woff'),
        url('/fonts/Outfit-Thin.ttf') format('truetype'),
        url('/fonts/Outfit-Thin.svg#Outfit-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('/fonts/Outfit-Regular.eot');
    src: url('/fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Outfit-Regular.woff2') format('woff2'),
        url('/fonts/Outfit-Regular.woff') format('woff'),
        url('/fonts/Outfit-Regular.ttf') format('truetype'),
        url('/fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('/fonts/Outfit-Light.eot');
    src: url('/fonts/Outfit-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Outfit-Light.woff2') format('woff2'),
        url('/fonts/Outfit-Light.woff') format('woff'),
        url('/fonts/Outfit-Light.ttf') format('truetype'),
        url('/fonts/Outfit-Light.svg#Outfit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Banner divider styling */
.banner-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  line-height: 0;
}

/* Section divider base style */
.section-divider {
  overflow: hidden;
  line-height: 0;
}

/* Body and container */
body {
  font-family: 'Sofia Pro', Arial, sans-serif;
  color: #333;
  background-color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Hero Section styling */
.robes-hero.has-background-image.banner-parallax {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 480px;
  display: flex;
  align-items: flex-start;
  color: #fff;
  overflow: hidden;
}
@media (max-width:900px) {
  .robes-hero.has-background-image.banner-parallax {
    background-attachment: scroll;
  }
}
.robes-hero-logo {
  margin-top: 40px;
}
.robes-hero-logo img {
  width: 133px;
  height: 133px;
}
.robes-hero-content {
  padding-left: 0;
  max-width: 520px;
  margin-bottom: 350px;
  margin-top: 54px;
  position: relative;
  z-index: 1;
}
.robes-hero-content h1 {
  font-family: 'Domaine Display', serif;
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0;
}
.robes-hero-description p {
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0;
}
.robes-hero-description strong {
  font-weight: bold;
}
.robes-hero-description {
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 300;
  font-size: 1.08rem;
  color: #fff;
  margin-bottom: 28px;
  line-height: 1.5;
  max-width: 600px;
}
.robes-hero-brands {
  margin-bottom: 18px;
}
.robes-hero-brands span {
  display: inline-block;
  background: rgba(255,255,255,0.85);
  color: #AAAFA7;
  border-radius: 10px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  padding: 4px 14px;
  margin-right: 8px;
  margin-bottom: 4px;
}
/* Button styles */
.btn {
 border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  text-shadow: none;
  position: relative;
  min-height: 43px;
  min-width: 72px;
  padding: 0px 21px;
  background: transparent;
  border-radius: 10000px;
  font-size: 1.125rem;
  overflow: hidden;
  transition: color 0.4s linear;
  text-decoration: none;
}
.btn-primary::before {
 content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 0;
  background: #fff;
  border-radius: 10000px;
  z-index: -1;
  transition: width 0.4s ease;
}
.btn-primary:hover {
   background-color: rgb(255, 255, 255);
    color: rgb(170, 175, 167);
}
.btn-primary:hover::before {
  width: 100%;
}

/* Gallery Arc Divider (white curved overlay) */
.gallery-arc-divider {
  width: 100vw;
  min-width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
  background: transparent;
  line-height: 0;
  margin-bottom: -340px; /* Pull up gallery to overlap arc */
}

/* Gallery section */

.svg-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 0.2px);
  height: 48px;
}

.svg-divider-top {
  margin-top: -48px;
}

.robes-gallery {
  position: relative;
  background-color: #AAAFA7; /* fallback color */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0;
  text-align: center;
}


.robes-gallery h2 {
  font-family: 'Domaine Display', serif;
  font-size: 2.1rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
      text-align: center;
}

.robes-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 80px;
  justify-items: center;
  margin: 0 auto;
  max-width: 900px;
}
.robes-gallery-card {
    border-radius: 24px;
    width: 463px;
    text-align: center;
    cursor: pointer;
    transition: box-shadow 0.22s;
}
.robes-gallery-card:hover {
  box-shadow: 0 6px 28px rgba(48, 51, 48, 0.16);
}
.robes-gallery-card img {
     width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 16px;
}
.robes-gallery-title {
  font-family: 'Domaine Display', serif;
  font-size: 1.75rem;
  color: #fff;
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* Intro Section */
.robes-intro {
  width: 100%;
  background: #fff;
  padding: 70px 0 100px 0;
  box-sizing: border-box;
}
.robes-intro-inner {
  max-width: 1060px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto;
}
.robes-intro-img {
  flex: 0 0 380px;
  display: flex;
  justify-content: flex-end;
}
.robes-intro-img img {
     width: 650px;
    max-width: 100vw;
    height: auto;
    border-radius: 0;
    object-fit: cover;
    display: block;
    box-shadow: 0 4px 24px rgba(50, 50, 50, 0.10);
}
.robes-intro-box {
    flex: 1 1 0;
    max-width: 420px;
    background: #AAAFA7;
    color: #fff;
    border-radius: 22px;
    padding: 34px 34px 32px 34px;
    display: flex;
    align-items: center;
    box-shadow: 0 6px 32px rgba(50, 50, 50, 0.07);
    position: relative;
    right: 100px;
}
.robes-intro-text {
  font-family: 'Sofia Pro', sans-serif;
  font-size: 1.13rem;
  line-height: 1.64;
  color: #fff;
}



/* What to Know Section */
.robes-what-to-know.section-bg {
  background-color: #fff; /* fallback color */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 54px 0 46px 0;
  position: relative;
}

/* Optional: Add overlay if background image affects text readability */
.robes-what-to-know.section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9); /* white overlay for text readability */
  z-index: 1;
  display: none; /* only enable if background image is too busy */
}

.robes-what-to-know .container {
  position: relative;
  z-index: 2; /* ensure content appears above overlay */
}

.robes-what-to-know h2 {
     font-family: 'Domaine Display', serif;
    font-size: 3rem;
    color: rgb(74, 69, 63);
    text-align: center;
    font-weight: 400;
    margin-bottom: 48px;
}

.robes-what-columns {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.robes-what-col {
  flex: 1 1 30%;
  min-width: 240px;
  box-sizing: border-box;
}

.robes-what-col h3 {
  font-family: 'Domaine Display', serif;
    font-weight: bold;
    font-size: 1.25rem;
    color: rgb(0, 0, 0);
    margin-bottom: 13px;
}

.robes-what-col div {
  font-family: 'Sofia Pro', sans-serif;
  font-size: 1.125rem;
  color: rgb(0, 0, 0);
  margin-bottom: 0;
}
.robes-what-col div strong {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-family: 'Sofia Pro';
    font-size: 1.125rem;
}
.robes-what-col div p {
       line-height: 1.25;
    min-height: 1em;
    white-space: pre-wrap;
}

/* Consultation Section */
/* SVG Divider for Consultation */
.svg-divider-consultation {
  overflow: hidden;
  line-height: 0;
  width: 100%;
  margin-bottom: -2px; /* removes unwanted gap */
}

/* Consultation Section */
.robes-consultation {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #AAAFA7;
  padding: 130px 0;
  text-align: center;
  color: #fff;
}

/* Dark overlay for text readability */
.consultation-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); /* Dark overlay - adjust opacity as needed */
  z-index: 1;
}
.banner-consultation-overlay{
  position: absolute;
  top: 0;
  left: 31%;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* Content above overlay */
.consultation-content {
  position: relative;
  z-index: 2;
}

.robes-consultation h2 {
  font-family: 'Domaine Display', serif;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
}

.robes-consultation p {
  font-family: 'Sofia Pro', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 32px;
  color: #fff;
  opacity: 0.9;
}

/* Footer */
.robes-footer {
  background: #e4e5e2;
  text-align: center;
  padding: 32px 0;
  color: #363c32;
  font-size: 1rem;
}
.robes-footer-logo {
  width: 78px;
  height: auto;
  margin-bottom: 14px;
}
.robes-footer a {
  color: #787878;
  text-decoration: underline;
  font-size: 0.98rem;
  margin-top: 12px;
  display: inline-block;
}

/* Form States */
.form-success {
  text-align: center;
  padding: 20px;
}

.form-success h3 {
  font-family: 'Domaine Display', serif;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 12px;
}

.form-success p {
  font-family: 'Sofia Pro', sans-serif;
  color: #666;
  margin-bottom: 20px;
}

.form-errors {
  background: #fee;
  border: 1px solid #fcc;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 20px;
}

.form-errors .error {
  color: #c33;
  font-size: 0.9rem;
  margin: 0 0 4px 0;
}

.btn-consultation-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}


/* Responsive */
/* =====================================
   TABLET AND MOBILE RESPONSIVE STYLES
   ===================================== */

/* Tablet Styles - 769px to 1024px */
@media (max-width: 1200px){
  .robes-hero-logo,.robes-hero-content {
      padding-left: 15px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  
  /* Hero Section */
  .robes-hero-content h1 {
    font-size: 2.5rem;
  }
  
  .robes-hero-description {
    font-size: 1.1rem;
    max-width: 500px;
  }
  
  /* Gallery */
  .robes-gallery-card {
    width: 380px;
  }
  
  .robes-gallery-card img {
    height: 220px;
  }
  
  .robes-gallery-title {
    font-size: 1.5rem;
  }
  
  /* Intro Section */
  .robes-intro-inner {
    gap: 24px;
    max-width: 95%;
  }
  
  .robes-intro-img img {
    width: 500px;
  }
  
  .robes-intro-box {
    right: 60px;
    max-width: 380px;
  }
  
  /* What to Know */
  .robes-what-to-know h2 {
    font-size: 2.5rem;
  }
  
  .robes-what-col h3 {
    font-size: 1.2rem;
  }
  
  .robes-what-col div {
    font-size: 1.1rem;
  }
  
  /* Consultation */
  .robes-consultation h2 {
    font-size: 2.5rem;
  }
  
  .robes-consultation p {
    font-size: 1.15rem;
  }
}

/* Small Tablet Styles - 601px to 768px */
@media (max-width: 768px) and (min-width: 601px) {
  
  /* Hero Section */
  .robes-hero.has-background-image.banner-parallax {
    min-height: 400px;
  }
  
  .robes-hero-content {
    margin-top: 30px;
    margin-bottom: 200px;
    padding: 0 20px;
  }
  
  .robes-hero-content h1 {
    font-size: 2.2rem;
  }
  
  .robes-hero-description {
    font-size: 1.05rem;
    max-width: 450px;
  }
  
  .robes-hero-logo img {
    width: 110px;
    height: 110px;
  }
  
  /* Gallery */
  .robes-gallery-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 60px;
    max-width: 90%;
  }
  
  .robes-gallery-card {
    width: 320px;
  }
  
  .robes-gallery-card img {
    height: 200px;
  }
  
  .robes-gallery-title {
    font-size: 1.4rem;
  }
  
  /* Intro Section */
  .robes-intro {
    padding: 50px 0 80px 0;
  }
  
  .robes-intro-inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0 20px;
  }
  
  .robes-intro-img {
    flex: none;
  }
  
  .robes-intro-img img {
    width: 100%;
    max-width: 450px;
  }
  
  .robes-intro-box {
    right: 0;
    max-width: 90%;
    width: 100%;
  }
  
  /* What to Know */
  .robes-what-to-know h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  
  .robes-what-columns {
    gap: 35px;
    padding: 0 20px;
  }
  
  /* Consultation */
  .robes-consultation {
    padding: 70px 20px;
  }
  
  .robes-consultation h2 {
    font-size: 2.2rem;
  }
  
  .robes-consultation p {
    font-size: 1.1rem;
  }
}

/* Mobile Landscape - 481px to 600px */
@media (max-width: 600px) and (min-width: 481px) {
  
  /* Hero Section */
  .robes-hero.has-background-image.banner-parallax {
    min-height: 350px;
  }
  
  .robes-hero-content {
    margin-bottom: 150px;
    padding: 0 15px;
  }
  
  .robes-hero-content h1 {
    font-size: 1.9rem;
  }
  
  .robes-hero-description {
    font-size: 1rem;
  }
  
  .robes-hero-logo img {
    width: 100px;
    height: 100px;
  }
  
  /* Gallery */
  .robes-gallery {
    padding: 50px 0;
  }
  
  .robes-gallery h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  
  .robes-gallery-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 0 15px;
  }
  
  .robes-gallery-card {
    width: 100%;
    max-width: 400px;
  }
  
  .robes-gallery-card img {
    height: 180px;
  }
  
  .robes-gallery-title {
    font-size: 1.3rem;
  }
  
  /* Intro Section */
  .robes-intro {
    padding: 40px 0 60px 0;
  }
  
  .robes-intro-inner {
     display: block;
    padding: 0 15px;
    gap: 25px;
  }
  .robes-intro-img img {
    max-width: 100%;
  }
  .robes-intro-box{
    margin-top: 20px;
    right: 0;
    max-width: 100%;
  }
  .robes-intro-text {
    font-size: 1.1rem;
  }
  
  /* What to Know */
  .robes-what-to-know {
    padding: 40px 0 35px 0;
  }
  
  .robes-what-to-know h2 {
    font-size: 2rem;
    margin-bottom: 35px;
  }
  
  .robes-what-columns {
    padding: 0 15px;
    gap: 30px;
  }
  
  .robes-what-col h3 {
    font-size: 1.15rem;
  }
  
  .robes-what-col div {
    font-size: 1.05rem;
  }
  
  /* Consultation */
  .robes-consultation {
    padding: 60px 15px;
  }
  
  .robes-consultation h2 {
    font-size: 2rem;
  }
  
  .robes-consultation p {
    font-size: 1.05rem;
  }
  
  .btn {
    font-size: 1.05rem;
    padding: 0 18px;
    min-height: 40px;
  }
}

/* Mobile Portrait - 320px to 480px */
@media (max-width: 480px) {
  
  /* Hero Section */
  .robes-hero.has-background-image.banner-parallax {
    min-height: 320px;
  }
  
  .robes-hero-content {
    margin-top: 20px;
    margin-bottom: 120px;
    padding: 0 12px;
  }
  
  .robes-hero-content h1 {
    font-size: 1.7rem;
    line-height: 1.2;
  }
  
  .robes-hero-description {
    font-size: 0.95rem;
    line-height: 1.4;
  }
  
  .robes-hero-logo {
    margin-top: 25px;
  }
  
  .robes-hero-logo img {
    width: 85px;
    height: 85px;
  }
  
  .robes-hero-brands span {
    font-size: 0.9rem;
    padding: 3px 12px;
    margin-right: 6px;
  }
  
  /* Gallery */
  .robes-gallery {
    padding: 40px 0;
  }
  
  .robes-gallery h2 {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  
  .robes-gallery-grid {
        grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    padding: 0 12px;
  }

  .robes-gallery-card img {
    height: 160px;
    border-radius: 15px;
  }
  
  .robes-gallery-card {
    border-radius: 20px;
        width: 100%;
  }
  
  .robes-gallery-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  
  /* Intro Section */
  .robes-intro {
    padding: 35px 0 50px 0;
  }
  

  
  
    .robes-intro-inner {
     display: block;
    padding: 0 15px;
    gap: 25px;
  }
  .robes-intro-img img {
    max-width: 100%;
  }
  .robes-intro-box{
    margin-top: 20px;
    right: 0;
    max-width: 100%;
  }

  
  .robes-intro-text {
    font-size: 1.05rem;
    line-height: 1.5;
  }
  
  /* What to Know */
  .robes-what-to-know {
    padding: 35px 0 30px 0;
  }
  
  .robes-what-to-know h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  
  .robes-what-columns {
    padding: 0 12px;
    gap: 25px;
  }
  
  .robes-what-col h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .robes-what-col div {
    font-size: 1rem;
  }
  
  .robes-what-col div p {
    line-height: 1.3;
  }
  
  /* Consultation */
  .robes-consultation {
    padding: 50px 12px;
  }
  
  .robes-consultation h2 {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  
  .robes-consultation p {
    font-size: 1rem;
    margin-bottom: 28px;
  }
  
  .btn {
    font-size: 1rem;
    padding: 0 16px;
    min-height: 38px;
  }
  
  /* Footer */
  .robes-footer {
    padding: 25px 12px;
  }
  
  .robes-footer-logo {
    width: 65px;
  }
  
  .robes-footer a {
    font-size: 0.9rem;
    margin-top: 10px;
  }
}

/* Extra Small Mobile - 320px and below */
@media (max-width: 320px) {
  
  .robes-hero-content h1 {
    font-size: 1.5rem;
  }
  
  .robes-hero-description {
    font-size: 0.9rem;
  }
  
  .robes-gallery h2 {
    font-size: 1.4rem;
  }
  
  .robes-gallery-title {
    font-size: 1.1rem;
  }
  
  .robes-what-to-know h2 {
    font-size: 1.6rem;
  }
  
  .robes-consultation h2 {
    font-size: 1.6rem;
  }
  
  .robes-consultation p {
    font-size: 0.95rem;
  }
  
  .btn {
    font-size: 0.95rem;
    padding: 0 14px;
    min-height: 36px;
  }
}
