@font-face {
  font-family: "Brittany Signature";
  src: url("../fonts/brittany_signature/BrittanySignature.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/roboto-slab/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/roboto-slab/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/roboto-slab/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --petit-rose: #f1d6d3;
  --petit-blush: #f7ebe6;
  --petit-cream: #fbf6ef;
  --petit-sand: #e8c7ae;
  --petit-mocha: #7c6057;
  --petit-brown: #5c433c; 
  --petit-white: #fffdf9;
  --petit-line: rgba(124, 96, 87, 0.18);
  --shadow-soft: 0 22px 60px rgba(139, 105, 95, 0.12);
}

html {
  scroll-behavior: smooth;
}

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

body {
  font-family: "Nunito", sans-serif;
  color: var(--petit-brown);
  background:
    radial-gradient(circle at top left, rgba(241, 214, 211, 0.55), transparent 28%),
    radial-gradient(circle at bottom right, rgba(232, 199, 174, 0.35), transparent 20%),
    var(--petit-white);
  padding-top: 88px;
}

h1,
h2,
h3,
.brand-name {
  font-family: "Roboto Slab", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.section-shell {
  position: relative;
  padding: 3rem 0;
}

.section-cream {
  background: linear-gradient(180deg, rgba(251, 246, 239, 0.95), rgba(247, 235, 230, 0.9));
}

.section-light {
  background-color: #efe9e9;
}

.script-kicker {
  display: inline-block;
  font-family: "Brittany Signature", cursive;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #c9959f;
  line-height: 0.9;
  margin-bottom: 0.75rem;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 2.75rem;
}

.section-heading h2 {
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  line-height: 0.95;
  margin-bottom: 0.75rem;
}

.section-heading p {
  max-width: 620px;
  margin: 0.75rem auto 0;
  color: rgba(92, 67, 60, 0.78);
}

.petit-navbar {
  background: rgba(255, 251, 246, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(201, 149, 159, 0.16);
}

.nav-link {
  position: relative;
  padding: 0.9rem 0.85rem !important;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: #cba6a6; 
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.55rem;
  height: 1px;
  background: #c9959f;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.nav-link.active {
  font-weight: 700;
}

.social-nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  padding: 0;
  border: 1px solid rgba(201, 149, 159, 0.35);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.72);
  color: #b67d88;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.social-link i {
  font-size: 1rem;
  line-height: 1;
}

.social-link:hover {
  background: #c9959f;
  border-color: #c9959f;
  color: #fff;
}

.hero-section {

  padding-bottom: 4rem;
}

.hero-grid,
.cta-grid,
.band-grid,
.feature-split {
  display: grid;
  
  align-items: center;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
}

.hero-copy {
  max-width: 470px;
}

.hero-floral {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 1.75rem;
  background:
    linear-gradient(rgba(255, 249, 245, 0.28), rgba(255, 249, 245, 0.28)),
    url("../img/flor.jpg") center center / cover no-repeat;
}

#bienvenidoscaja {
  width: 100%;
}

#bienvenidos {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; 
  z-index: 1;
  width: 100%;

  padding: 2.5rem 2rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

#bienvenidos > img {
  display: block;
  margin: 0 auto;
}

.hero-copy h1 {
  font-size: clamp(3.2rem, 7vw, 5.6rem);
  line-height: 0.92;
  margin-bottom: 1.25rem;
  font-weight: 300;
}

.hero-copy p,
.feature-copy p,
.band-quote p,
.cta-copy p {
  color: rgba(92, 67, 60, 0.8);
  line-height: 1.85;
}

.btn-petit {
  background: linear-gradient(135deg, #d7aab3, #c9959f);
  border: 0;
  color: #fff;
  padding: 0.9rem 1.65rem;
  border-radius: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0 30px;
  font-size: 0.78rem;
}

.btn-petit:hover {
  background: linear-gradient(135deg, #c9959f, #bc858f);
  color: #fff;
}

.hero-collage {
  position: relative;
  height: 100%;
}

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

.placeholder-photo,
.placeholder-card,
.step-card,
.product-card,
.band-quote,
.cta-copy {
  border-radius: 1.65rem;
}

.placeholder-photo,
.placeholder-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(92, 67, 60, 0.52);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(124, 96, 87, 0.09);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.placeholder-photo {
  background:
    linear-gradient(140deg, rgba(255,255,255,0.78), rgba(241, 214, 211, 0.86)),
    repeating-linear-gradient(-45deg, rgba(255,255,255,0.35), rgba(255,255,255,0.35) 12px, rgba(201,149,159,0.12) 12px, rgba(201,149,159,0.12) 24px);
}

.placeholder-photo.ratio {
  display: grid;
  place-items: center;
  isolation: isolate;
}

.placeholder-photo.ratio::before {
  grid-area: 1 / 1;
}

.placeholder-card {
  background: rgba(255, 250, 245, 0.84);
  border-style: solid;
}

.collage-note {
  position: absolute;
  inset: 6% 39% auto 0;
  min-height: 16rem;
  padding: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.portrait-photo {
  position: absolute; 
  inset: 0 0 auto auto;
  width: min(100%, 23rem);
  aspect-ratio: 0.84;
}

.accent-photo {
  position: absolute;
  left: 10%;
  right: 8%;
  bottom: 0;
  min-height: 12rem;
}

.product-card {
  height: 100%;
  padding: 1rem;
  text-align: center;
  }

  .precio {
  color: #dfb6ae;
  }
.product-card img {
  border-radius: 30px;
  border: 5px solid #fff;
}

.cards-carousel {
  width: 100%;
  margin: 0 auto;
}

.petit-carousel-control {
  width: 3.5rem;
  opacity: 1;
}

.petit-carousel-control.carousel-control-prev {
  justify-content: flex-start;
  left: 0.75rem;
}
 
.petit-carousel-control.carousel-control-next {
  justify-content: flex-end;
  right: 0.75rem;
}

.petit-carousel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #5c433c;
  box-shadow: 0 10px 24px rgba(92, 67, 60, 0.18);
  font-size: 1.25rem;
}

.petit-carousel-control:hover .petit-carousel-icon,
.petit-carousel-control:focus .petit-carousel-icon {
  background: #ffffff;
  color: #c9959f;
}

.cards-carousel-card {
  margin: 0 auto;
}

.cards-carousel .carousel-item {
  padding: 0 0.25rem;
}

.cards-carousel-group {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(var(--cards-per-view, 1), minmax(0, 1fr));
}

.cards-carousel .product-card {
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .cards-carousel {
    --cards-per-view: 2;
  }
}

@media (min-width: 1200px) {
  .cards-carousel {
    --cards-per-view: 4;
  }
}

.product-card h3,
.step-card h3 {
  font-size: 1.5rem;
  margin: 1rem 0 0.55rem;
  font-weight: 400;
}

.product-card p {
  margin: 0;
  color: rgba(92, 67, 60, 0.75);

  font-size: 0.92rem;
}
 
.feature-split {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  margin-top: 3.5rem;
}

#favoritos {
  padding-top: 2rem;
}

.favoritos-title {
  width: 300px;
}

.favoritos-grid {
  min-height: 340px;
  background: #fff;
  overflow: hidden;
}

.favoritos-grid .carousel-inner, 
.favoritos-grid .carousel-item {
  height: 100%;
}

.favoritos-slide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 340px;
}

.favoritos-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
    url("../img/fav1.jpg") center center / cover no-repeat;
}

.favoritos-copy-inner {
  width: min(100%, 420px);
}

.favoritos-copy h2 {
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1.02;
  margin-bottom: 1.2rem;
  font-weight: 700;
}

.favoritos-copy p {
  margin: 0;
  color: rgba(92, 67, 60, 0.82);
  line-height: 1.75;
  max-width: 34ch;
}

.favoritos-btn {
  min-width: 300px;
  margin-top: 3rem;
  padding: 1rem 2rem;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: #e6cfd1;
  box-shadow: none;
}

.favoritos-media {
  min-height: 340px;
}

.favoritos-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#panques {
  position: relative;
}

#quiches {
  position: relative;
}


#fin {
  position: relative;
}

#panques img {
  display: block;
  width: 100%;
}
 
#txtpanques {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  width: min(400px, calc(100% - 2rem));
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.82);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

#txtquiches {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: min(400px, calc(100% - 2rem));
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.82);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

#txtfin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: min(400px, calc(100% - 2rem));
  padding: 20px;
  text-align: center;
color: #FFFFFF;
}


.feature-reverse {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.feature-copy h2,
.cta-copy h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 0.95;
  margin-bottom: 1rem;
  font-weight: 300;
}

.wide-pan {
  min-height: 19rem;
}

.band-section {
  background: linear-gradient(180deg, rgba(238, 208, 190, 0.55), rgba(255, 253, 249, 0.92));
}

.band-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

#fotone, 
#ne {
  height: 100%;
}

#ne {
  display: flex;
  padding: 50px ;
}

#fotone .band-photo,
#ne .band-quote {
  height: 100%;
}

.band-photo {
  min-height: 26rem;
}

.band-quote {
  background: rgba(255, 251, 247, 0.82);
  padding: 2.2rem;
  border: 1px solid var(--petit-line);
  box-shadow: var(--shadow-soft);
}

.compact-card h3 {
  font-size: 1.32rem;
}

.quiche-banner {
  background: linear-gradient(180deg, rgba(231, 187, 135, 0.54), rgba(244, 228, 213, 0.92));
}

.warm-pan {
  background:
    linear-gradient(150deg, rgba(255, 244, 230, 0.7), rgba(221, 164, 92, 0.62)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.3), rgba(255,255,255,0.3) 12px, rgba(236,192,128,0.12) 12px, rgba(236,192,128,0.12) 24px);
} 

.cheesecake-section {
 background-image: url(img/fondo3.jpg);
  background-size: cover;
}

.steps-section {
  background: linear-gradient(180deg, rgba(255, 253, 249, 1), rgba(244, 232, 228, 0.7));
}

.step-card {
  height: 100%;
  padding: 2rem;
  background: rgba(255, 250, 246, 0.9);
  border: 1px solid var(--petit-line);
  box-shadow: var(--shadow-soft);
}

.step-number {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  color: #c9959f;
  text-transform: uppercase;
}

.step-card p {
  margin: 0;
  color: rgba(92, 67, 60, 0.75);
  line-height: 1.8;
}

.cta-section {
  background: linear-gradient(180deg, rgba(210, 177, 160, 0.38), rgba(255, 251, 246, 0.96));
}
.blanco {
  background-color: #FFFFFF;
}


.cta-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
}

.cta-photo {
  min-height: 26rem;
}

.cta-copy {
  padding: 2.6rem;
  background: rgba(255, 250, 246, 0.8);
  border: 1px solid var(--petit-line);
  box-shadow: var(--shadow-soft);
}

.petit-footer {
  padding: 1.5rem 0 2.25rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  color: rgba(92, 67, 60, 0.68);
}

@media (max-width: 1199.98px) {
  .hero-grid,
  .band-grid,
  .cta-grid,
  .feature-split,
  .feature-reverse,
  .favoritos-slide {
    grid-template-columns: 1fr;
  }

  .hero-collage {
    min-height: 34rem;
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 78px;
  }

  .section-shell {
    padding: 4.25rem 0;
  }

  .navbar-collapse {
    margin-top: 0.8rem;
    padding: 0.8rem 0;
    border-top: 1px solid rgba(201, 149, 159, 0.16);
  }

  .social-nav {
    justify-content: center;
    margin-top: 0.8rem;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-floral {
    min-height: 34rem;
  }
}

@media (max-width: 767.98px) {
  .favoritos-title {
    width: 250px;
  }

  .hero-section {
    padding-top: 2.5rem;
  }

  #bienvenidos {
    padding: 2rem 1.25rem;
  }

  .hero-collage {
    min-height: 29rem;
  }

  .hero-floral {
    min-height: 29rem;
    padding: 1rem;
  }

  .collage-note {
    inset: 4% 22% auto 0;
    min-height: 12rem;
    padding: 1.5rem;
  }

  .portrait-photo {
    width: 15rem;
  }

  .accent-photo {
    left: 0;
    right: 0;
    min-height: 10rem;
  }

  .band-quote,
  .cta-copy,
  .step-card {
    padding: 1.6rem;
  }

  .favoritos-copy {
    min-height: 24rem;
    padding: 2rem 1.5rem;
    text-align: center;
  }

  .favoritos-copy-inner {
    width: min(100%, 34rem);
  }

  .favoritos-copy p {
    max-width: none;
  }

  .favoritos-btn {
    min-width: min(100%, 300px);
  }

  .petit-carousel-control {
    width: 3rem;
  }

  .petit-carousel-control.carousel-control-prev {
    left: 0.35rem;
  }

  .petit-carousel-control.carousel-control-next {
    right: 0.35rem;
  }

  .petit-carousel-icon {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1rem;
  }

  .favoritos-media {
    min-height: 18rem;
  }

  .placeholder-photo,
  .placeholder-card,
  .product-card,
  .band-quote,
  .cta-copy,
  .step-card {
    border-radius: 1.2rem;
  }
}
