:root {
  --sage: #7b765a;
  --blush: #c8a99f;
  --espresso: #43281c;
  --olive: #362d15;
  --foil: #c8a368;
  --linen: #f5efe9;
  --pearl: #fffaf6;
  --shadow: 0 28px 60px rgba(67, 40, 28, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Cormorant Infant", Georgia, serif;
  line-height: 1.6;
  color: var(--olive);
  background:
    radial-gradient(circle at top left, rgba(200, 169, 159, 0.22), transparent 32%),
    radial-gradient(circle at bottom right, rgba(123, 118, 90, 0.16), transparent 28%),
    var(--pearl);
}

img {
  max-width: 100%;
  display: block;
}

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

button,
input {
  font: inherit;
}

.shell {
  width: min(1160px, calc(100% - 3rem));
  margin: 0 auto;
}

.page-glow {
  position: fixed;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
  opacity: 0.25;
  z-index: 0;
}

.page-glow-left {
  top: 8rem;
  left: -8rem;
  background: rgba(200, 169, 159, 0.65);
}

.page-glow-right {
  right: -8rem;
  bottom: 10rem;
  background: rgba(123, 118, 90, 0.45);
}

.site-header,
.section,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  padding-bottom: 4rem;
  background:
    linear-gradient(180deg, rgba(245, 239, 233, 0.08), rgba(245, 239, 233, 0.9)),
    url("assets/Fondo1.jpg") center top / cover no-repeat,
    linear-gradient(180deg, rgba(245, 239, 233, 0.12), rgba(245, 239, 233, 0.95)),
    url("assets/tata-co-pattern.svg") center top / cover no-repeat;
}

.header-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(245, 239, 233, 0.14) 0%, rgba(245, 239, 233, 0.84) 74%),
    linear-gradient(110deg, rgba(54, 45, 21, 0.22), transparent 36%);
}

.announcement-bar {
  position: relative;
  padding: 0.95rem 1rem;
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 250, 246, 0.95);
  background: linear-gradient(90deg, rgba(54, 45, 21, 0.92), rgba(67, 40, 28, 0.88));
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.6rem 0 0;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: flex-start;
}

.brand-logo {
  display: block;
  width: auto;
  max-width: min(280px, 42vw);
  height: clamp(2.6rem, 5vw, 4.9rem);
  object-fit: contain;
}

.brand-logo.is-hidden,
.brand-fallback {
  display: none;
}

[data-logo-wrap].show-fallback .brand-logo {
  display: none;
}

[data-logo-wrap].show-fallback .brand-fallback {
  display: block;
}

.brand-mark {
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: clamp(2.2rem, 2vw + 1.5rem, 4.1rem);
  line-height: 0.9;
  letter-spacing: 0.01em;
  color: var(--espresso);
}

.brand-caption {
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(67, 40, 28, 0.72);
}

.brand-logo-footer {
  height: clamp(2.2rem, 4vw, 3.7rem);
  max-width: 220px;
}

.nav-panel {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  padding: 0.95rem 1.4rem;
  border: 1px solid rgba(67, 40, 28, 0.1);
  border-radius: 999px;
  background: rgba(255, 250, 246, 0.68);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(54, 45, 21, 0.06);
}

.nav-panel a {
  position: relative;
  font-size: 0.94rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(54, 45, 21, 0.9);
}

.nav-panel a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, var(--foil), transparent);
  transition: transform 180ms ease;
}

.nav-panel a:hover::after,
.nav-panel a:focus-visible::after {
  transform: scaleX(1);
}

.cart-button,
.menu-toggle {
  border: 0;
  border-radius: 999px;
  background: rgba(255, 250, 246, 0.78);
  color: var(--olive);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(67, 40, 28, 0.08);
}

.cart-button {
  width: 3.25rem;
  height: 3.25rem;
  display: inline-grid;
  place-items: center;
  position: relative;
}

.cart-button svg {
  width: 1.25rem;
  height: 1.25rem;
}

.cart-button span {
  position: absolute;
  right: -0.15rem;
  top: -0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--pearl);
  background: linear-gradient(135deg, var(--foil), #a47b41);
}

.menu-toggle {
  display: none;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 1.15rem;
  height: 1.5px;
  margin: 0.3rem auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-toggle.is-open span:first-child {
  transform: translateY(0.35rem) rotate(45deg);
}

.menu-toggle.is-open span:last-child {
  transform: translateY(-0.35rem) rotate(-45deg);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.96fr);
  gap: 3rem;
  align-items: center;
  padding: 4rem 0 2rem;
}

.eyebrow,
.detail-kicker,
.note-label {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
}

.hero h1,
.section-heading h2,
.about-story h2,
.cta-copy h2,
.product-intro-card h3 {
  margin: 0;
  font-family: "Cormorant Infant", Georgia, serif;
  font-weight: 600;
  line-height: 0.98;
  color: var(--espresso);
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(4rem, 7vw, 7.2rem);
}

.hero-text,
.section-heading p,
.about-story p,
.cta-copy p,
.product-intro-card p,
.detail-card p,
.lifestyle-card p,
.value-card p,
.testimonial-card p,
.footer-brand p {
  color: rgba(54, 45, 21, 0.82);
}

.hero-text {
  max-width: 38rem;
  margin: 1.4rem 0 0;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2rem 0 2.2rem;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.35rem;
  padding: 0 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--pearl);
  background: linear-gradient(135deg, var(--espresso), var(--olive));
  box-shadow: 0 18px 34px rgba(67, 40, 28, 0.18);
}

.button-secondary {
  color: var(--olive);
  background: rgba(255, 250, 246, 0.68);
  border-color: rgba(67, 40, 28, 0.12);
}

.button-inline {
  width: fit-content;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hero-metrics article,
.detail-card,
.value-card {
  padding: 1.3rem 1.2rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(67, 40, 28, 0.08);
  background: rgba(255, 250, 246, 0.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 34px rgba(67, 40, 28, 0.05);
}

.hero-metrics strong,
.detail-card h4,
.lifestyle-card h3,
.value-card h3,
.footer-column h3 {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--espresso);
}

.hero-metrics span {
  font-size: 0.92rem;
  color: rgba(54, 45, 21, 0.76);
}

.hero-visual {
  position: relative;
  padding-left: 1.5rem;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(155deg, rgba(255, 250, 246, 0.52), rgba(255, 250, 246, 0.14)),
    linear-gradient(180deg, rgba(200, 169, 159, 0.52), rgba(123, 118, 90, 0.2));
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 250, 246, 0.4);
  border-radius: 24px;
  pointer-events: none;
}

.floating-note {
  position: absolute;
  left: -0.5rem;
  bottom: 2rem;
  width: min(18rem, 80%);
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 246, 0.82);
  box-shadow: 0 24px 44px rgba(67, 40, 28, 0.1);
  backdrop-filter: blur(14px);
}

.floating-note strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.2rem;
  color: var(--espresso);
}

.floating-note p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(54, 45, 21, 0.75);
}

.section {
  padding: 6rem 0;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(200, 169, 159, 0.12), rgba(255, 250, 246, 0.58)),
    radial-gradient(circle at top right, rgba(123, 118, 90, 0.14), transparent 24%);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 210px) minmax(0, 1fr);
  gap: 2rem;
  margin-bottom: 2.6rem;
}

.section-heading h2,
.about-story h2,
.cta-copy h2 {
  font-size: clamp(2.7rem, 4.5vw, 4.8rem);
}

.section-heading p,
.about-story p,
.cta-copy p {
  max-width: 42rem;
  margin: 1rem 0 0;
  font-size: 1rem;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 2rem;
  align-items: start;
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-item {
  margin: 0;
  padding: 1rem;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 250, 246, 0.9), rgba(245, 239, 233, 0.78));
  border: 1px solid rgba(67, 40, 28, 0.08);
  box-shadow: 0 18px 38px rgba(67, 40, 28, 0.06);
}

.gallery-main {
  grid-column: 1 / -1;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
  border-radius: 14px;
}

.gallery-item figcaption {
  padding: 0.9rem 0.2rem 0;
  color: rgba(67, 40, 28, 0.68);
  font-size: 0.92rem;
}

.product-copy {
  display: grid;
  gap: 1.3rem;
}

.product-intro-card {
  padding: 2rem;
  border-radius: var(--radius-xl);
  color: var(--pearl);
  background:
    linear-gradient(135deg, rgba(67, 40, 28, 0.98), rgba(54, 45, 21, 0.94)),
    url("assets/tata-co-pattern.svg") center / cover no-repeat;
  box-shadow: 0 24px 42px rgba(67, 40, 28, 0.16);
}

.product-intro-card .detail-kicker,
.product-intro-card h3,
.product-intro-card p {
  color: rgba(255, 250, 246, 0.94);
}

.product-intro-card h3 {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
}

.details-grid {
  display: grid;
  gap: 1rem;
}

.benefits-band {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 1.2rem 0;
}

.benefits-band span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: rgba(200, 169, 159, 0.18);
  border: 1px solid rgba(123, 118, 90, 0.22);
  color: var(--olive);
  font-weight: 600;
}

.benefits-band span::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--foil), #9a7b44);
}

.lifestyle-grid,
.testimonials-grid,
.values-grid {
  display: grid;
  gap: 1rem;
}

.lifestyle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lifestyle-card,
.testimonial-card {
  margin: 0;
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(67, 40, 28, 0.08);
  background: rgba(255, 250, 246, 0.78);
  box-shadow: 0 18px 38px rgba(67, 40, 28, 0.06);
}

.lifestyle-card img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 1rem;
}

.lifestyle-card p,
.testimonial-card footer span,
.footer-column a {
  color: rgba(54, 45, 21, 0.76);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.95fr);
  gap: 2rem;
  align-items: start;
}

.about-values {
  padding: 2rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 250, 246, 0.92), rgba(245, 239, 233, 0.8)),
    url("assets/tata-co-pattern.svg") center / cover no-repeat;
  border: 1px solid rgba(67, 40, 28, 0.08);
  box-shadow: 0 18px 38px rgba(67, 40, 28, 0.05);
}

.values-intro {
  margin-bottom: 1.5rem;
}

.values-intro p {
  margin: 0.5rem 0 0;
}

.values-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.value-card {
  background: rgba(255, 250, 246, 0.88);
}

.testimonials-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-card {
  padding: 1.6rem;
}

.testimonial-card p {
  margin: 0 0 1.5rem;
  font-size: 1.02rem;
}

.testimonial-card footer strong {
  display: block;
  color: var(--espresso);
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 1.5rem;
  align-items: center;
  padding: 2rem;
  border-radius: var(--radius-xl);
  color: var(--pearl);
  background:
    linear-gradient(130deg, rgba(54, 45, 21, 0.98), rgba(67, 40, 28, 0.88)),
    url("assets/tata-co-pattern.svg") center / cover no-repeat;
  box-shadow: 0 24px 52px rgba(67, 40, 28, 0.16);
}

.cta-copy .eyebrow,
.cta-copy h2,
.cta-copy p {
  color: rgba(255, 250, 246, 0.94);
}

.newsletter-form {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 246, 0.12);
  backdrop-filter: blur(10px);
}

.newsletter-form input {
  width: 100%;
  min-height: 3.4rem;
  padding: 0 1rem;
  border: 1px solid rgba(255, 250, 246, 0.24);
  border-radius: 999px;
  color: var(--pearl);
  background: rgba(255, 250, 246, 0.08);
}

.newsletter-form input::placeholder {
  color: rgba(255, 250, 246, 0.72);
}

.newsletter-form .button-primary {
  width: 100%;
  background: linear-gradient(135deg, var(--foil), #9f7d46);
  color: var(--olive);
}

.site-footer {
  padding: 1rem 0 3rem;
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(140px, 1fr));
  gap: 1.6rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(67, 40, 28, 0.08);
}

.footer-column,
.footer-brand {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.footer-column a {
  transition: color 180ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--espresso);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1100px) {
  .hero,
  .product-layout,
  .about-layout,
  .cta-panel,
  .footer-layout,
  .section-heading,
  .lifestyle-grid,
  .testimonials-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-visual {
    padding-left: 0;
    max-width: 42rem;
  }

  .floating-note {
    left: 1rem;
  }

  .footer-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .shell {
    width: min(100% - 1.5rem, 1160px);
  }

  .nav {
    grid-template-columns: auto auto auto;
    position: relative;
  }

  .menu-toggle {
    display: inline-block;
    justify-self: end;
  }

  .nav-panel {
    position: absolute;
    top: calc(100% + 0.8rem);
    left: 0.75rem;
    right: 0.75rem;
    display: grid;
    gap: 0.9rem;
    justify-items: center;
    padding: 1.3rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      visibility 180ms ease,
      transform 180ms ease;
  }

  .nav-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .cart-button {
    justify-self: end;
  }

  .hero {
    gap: 2rem;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-metrics,
  .product-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-main {
    grid-column: auto;
  }

  .benefits-band {
    padding-top: 0.5rem;
  }
}

@media (max-width: 620px) {
  .announcement-bar {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .nav {
    gap: 0.75rem;
  }

  .brand-caption {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .section {
    padding: 4.5rem 0;
  }

  .hero {
    padding-top: 2.2rem;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 15vw, 4.7rem);
  }

  .section-heading h2,
  .about-story h2,
  .cta-copy h2,
  .product-intro-card h3 {
    font-size: clamp(2.3rem, 11vw, 3.2rem);
  }

  .hero-actions,
  .button-inline,
  .button,
  .newsletter-form .button-primary {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  .floating-note {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }

  .footer-layout {
    grid-template-columns: 1fr;
  }

  .page-glow {
    display: none;
  }
}
