@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --font-manrope: "Manrope";
  --purple-950: #1f1238;
  --purple-900: #2d184d;
  --purple-800: #3e226d;
  --purple-700: #56309a;
  --purple-600: #6b42b4;
  --purple-100: #eee7fa;
  --cream: #fbf8f3;
  --white: #ffffff;
  --ink: #221c29;
  --muted: #6f6877;
  --yellow: #f6c746;
  --yellow-soft: #fff2bd;
  --green: #159447;
  --green-dark: #0d7536;
  --line: #e9e1ef;
  --shadow: 0 24px 70px rgba(45, 24, 77, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-manrope), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 20;
  background: var(--purple-800);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-link {
  display: flex;
  align-items: center;
  width: 158px;
  height: 68px;
  overflow: hidden;
}

.brand-link img {
  width: 150px;
  height: 70px;
  max-width: none;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-left: auto;
}

.main-nav a {
  position: relative;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 700;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--yellow);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover {
  color: var(--white);
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--white);
  line-height: 1.15;
}

.header-phone-label {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-phone strong {
  font-size: 0.95rem;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 0 22px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.button--whatsapp {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 12px 24px rgba(21, 148, 71, 0.22);
}

.button--whatsapp:hover {
  background: var(--green-dark);
  box-shadow: 0 16px 28px rgba(21, 148, 71, 0.28);
}

.button--compact {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 0.82rem;
}

.button--large {
  min-height: 58px;
  padding: 0 25px;
}

.button--secondary {
  color: var(--purple-800);
  background: rgba(255, 255, 255, 0.72);
  border-color: #ded4e8;
}

.button--secondary:hover {
  border-color: var(--purple-600);
  background: var(--white);
}

.button-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.button-icon--small {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 80px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(251, 248, 243, 0.7)),
    var(--cream);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.hero-glow--one {
  top: -180px;
  left: -170px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(107, 66, 180, 0.14), transparent 68%);
}

.hero-glow--two {
  right: -210px;
  bottom: -280px;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(246, 199, 70, 0.16), transparent 67%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(450px, 0.97fr);
  align-items: center;
  gap: 76px;
}

.hero-copy {
  padding-bottom: 4px;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 25px;
  border: 1px solid #e5d4a2;
  border-radius: 999px;
  padding: 9px 13px 9px 10px;
  color: var(--purple-800);
  background: var(--yellow-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--purple-600);
  box-shadow: 0 0 0 4px rgba(107, 66, 180, 0.12);
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--purple-950);
  font-size: clamp(3.2rem, 5.4vw, 5.35rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.hero h1 em {
  display: block;
  color: var(--purple-600);
  font-style: normal;
}

.hero-lead {
  max-width: 620px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.proof-item {
  display: flex;
  align-items: center;
  gap: 11px;
}

.proof-check {
  width: 29px;
  height: 29px;
  display: grid;
  flex: 0 0 29px;
  place-items: center;
  border-radius: 50%;
  color: var(--purple-800);
  background: var(--purple-100);
  font-size: 0.82rem;
  font-weight: 900;
}

.proof-item span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.proof-item strong {
  color: var(--purple-950);
  font-size: 0.83rem;
}

.proof-item small {
  color: var(--muted);
  font-size: 0.72rem;
}

.hero-visual {
  position: relative;
  min-width: 0;
  padding: 16px 13px 20px 16px;
}

.hero-visual::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  z-index: -1;
  border-radius: 34px;
  background: var(--purple-800);
  content: "";
  transform: rotate(2.5deg);
}

.hero-visual::after {
  position: absolute;
  top: -18px;
  right: -15px;
  z-index: -2;
  width: 112px;
  height: 112px;
  border-radius: 29px;
  background: var(--yellow);
  content: "";
  transform: rotate(15deg);
}

.hero-image-frame {
  overflow: hidden;
  min-height: 430px;
  border: 6px solid var(--white);
  border-radius: 26px;
  background: #e8e0ed;
  box-shadow: var(--shadow);
}

.hero-image-frame img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: 52% center;
}

.hours-card,
.location-card {
  position: absolute;
  display: flex;
  align-items: center;
  border: 1px solid rgba(62, 34, 109, 0.1);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(31, 18, 56, 0.18);
  backdrop-filter: blur(14px);
}

.hours-card {
  top: 52px;
  left: -42px;
  gap: 13px;
  border-radius: 17px;
  padding: 14px 17px 14px 13px;
}

.hours-icon {
  width: 46px;
  height: 46px;
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 13px;
  color: var(--white);
  background: var(--purple-700);
  font-size: 0.8rem;
  font-weight: 900;
}

.hours-card > div,
.location-card > span:last-child {
  display: flex;
  flex-direction: column;
}

.hours-card span:not(.hours-icon) {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hours-card strong {
  margin: 2px 0;
  color: var(--purple-950);
  font-size: 0.86rem;
}

.hours-card small,
.location-card small {
  color: var(--muted);
  font-size: 0.66rem;
}

.location-card {
  right: -18px;
  bottom: -18px;
  gap: 11px;
  border-radius: 16px;
  padding: 14px 18px;
  color: var(--purple-950);
  font-size: 0.78rem;
  font-weight: 800;
}

.location-pin {
  width: 31px;
  height: 31px;
  display: grid;
  flex: 0 0 31px;
  place-items: center;
  border-radius: 50%;
  color: var(--yellow);
  background: var(--purple-800);
  font-size: 0.6rem;
}

.location-card small {
  margin-top: 3px;
  font-weight: 500;
}

.trust-strip {
  padding: 34px 0;
  color: var(--white);
  background: var(--purple-900);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-grid > div {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 5px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.trust-grid > div:first-child {
  padding-left: 0;
}

.trust-grid > div:last-child {
  border-right: 0;
}

.trust-grid > div > span {
  color: var(--yellow);
  font-size: 1.15rem;
  font-weight: 800;
}

.trust-grid p {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

.trust-grid strong {
  font-size: 0.88rem;
}

.trust-grid small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.71rem;
  line-height: 1.4;
}

.section {
  padding: 110px 0;
}

.section-heading {
  max-width: 680px;
}

.section-heading--center {
  margin: 0 auto 52px;
  text-align: center;
}

.section-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--purple-600);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-kicker--light {
  color: var(--yellow);
}

.section-heading h2,
.store-copy h2,
.location-copy h2,
.faq-heading h2,
.final-cta h2 {
  margin: 0;
  color: var(--purple-950);
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.section-heading p,
.store-copy > p,
.location-copy > p,
.faq-heading > p {
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.assortment {
  background: var(--white);
}

.assortment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.assortment-card {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 23px;
  padding: 27px 25px 24px;
  background: #fcfafc;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.assortment-card:hover {
  border-color: #d6c5e7;
  box-shadow: 0 18px 45px rgba(45, 24, 77, 0.09);
  transform: translateY(-5px);
}

.assortment-card--highlight {
  color: var(--white);
  border-color: var(--purple-800);
  background:
    radial-gradient(circle at 100% 0, rgba(246, 199, 70, 0.2), transparent 40%),
    var(--purple-800);
}

.card-number {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  margin-bottom: 36px;
  border-radius: 13px;
  color: var(--purple-800);
  background: var(--purple-100);
  font-size: 0.7rem;
  font-weight: 900;
}

.assortment-card--highlight .card-number {
  color: var(--purple-950);
  background: var(--yellow);
}

.assortment-card h3 {
  margin: 0 0 12px;
  color: var(--purple-950);
  font-size: 1.13rem;
  line-height: 1.25;
}

.assortment-card--highlight h3 {
  color: var(--white);
}

.assortment-card p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.assortment-card--highlight p {
  color: rgba(255, 255, 255, 0.68);
}

.assortment-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--purple-700);
  font-size: 0.76rem;
  font-weight: 900;
}

.assortment-card--highlight a {
  color: var(--yellow);
}

.assortment-card a .button-icon {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
  transition: transform 180ms ease;
}

.assortment-card a:hover .button-icon {
  transform: translateX(4px);
}

.availability-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  text-align: center;
}

.store-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 70%, rgba(107, 66, 180, 0.09), transparent 28%),
    var(--cream);
}

.store-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 85px;
}

.store-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1.45fr 0.95fr;
  grid-template-rows: 1fr 0.54fr;
  gap: 14px;
}

.store-gallery figure {
  overflow: hidden;
  min-height: 210px;
  margin: 0;
  border: 5px solid var(--white);
  border-radius: 23px;
  box-shadow: 0 22px 56px rgba(45, 24, 77, 0.12);
}

.store-gallery .gallery-main {
  grid-row: 1 / 3;
  min-height: 520px;
}

.store-gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-gallery .gallery-main img {
  object-position: 63% center;
}

.gallery-brand {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  border-radius: 23px;
  padding: 23px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0, rgba(246, 199, 70, 0.22), transparent 45%),
    var(--purple-800);
}

.gallery-heart {
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 2.2rem;
  line-height: 1;
}

.gallery-brand strong {
  font-size: 1rem;
}

.gallery-brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
}

.store-copy {
  max-width: 510px;
}

.check-list {
  display: grid;
  gap: 15px;
  margin: 30px 0 31px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--purple-950);
  font-size: 0.85rem;
  font-weight: 800;
}

.check-list li span {
  width: 27px;
  height: 27px;
  display: grid;
  flex: 0 0 27px;
  place-items: center;
  border-radius: 50%;
  color: var(--purple-800);
  background: var(--yellow-soft);
  font-size: 0.75rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--purple-700);
  font-size: 0.82rem;
  font-weight: 900;
}

.text-link .button-icon {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
}

.order-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 15%, rgba(246, 199, 70, 0.12), transparent 27%),
    radial-gradient(circle at 7% 100%, rgba(107, 66, 180, 0.48), transparent 31%),
    var(--purple-950);
}

.order-section::after {
  position: absolute;
  top: 70px;
  right: 5%;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(246, 199, 70, 0.18);
  border-radius: 42px;
  content: "";
  transform: rotate(18deg);
}

.order-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 52px;
}

.order-heading h2 {
  color: var(--white);
}

.order-heading p {
  color: rgba(255, 255, 255, 0.62);
}

.steps-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.steps-grid article {
  min-height: 230px;
  padding: 33px 40px 26px 0;
}

.steps-grid article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding-left: 40px;
}

.steps-grid article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 11px;
  color: var(--purple-950);
  background: var(--yellow);
  font-size: 0.8rem;
  font-weight: 900;
}

.steps-grid h3 {
  margin: 0 0 11px;
  font-size: 1.05rem;
}

.steps-grid p {
  max-width: 290px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  line-height: 1.65;
}

.order-cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.order-cta small {
  max-width: 220px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.67rem;
  line-height: 1.45;
}

.location-section {
  background: var(--white);
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.74fr);
  align-items: center;
  gap: 100px;
}

.location-copy {
  max-width: 630px;
}

.address-box {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 31px;
  border: 1px solid var(--line);
  border-radius: 19px;
  padding: 20px;
  background: #fcfafc;
}

.address-mark {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 15px;
  color: var(--yellow);
  background: var(--purple-800);
  font-size: 0.62rem;
}

.address-box > div {
  display: flex;
  flex-direction: column;
}

.address-box small {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.address-box strong {
  color: var(--purple-950);
  font-size: 0.94rem;
}

.address-box div > span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
}

.location-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}

.button--purple {
  color: var(--white);
  background: var(--purple-700);
  box-shadow: 0 13px 28px rgba(86, 48, 154, 0.2);
}

.button--purple:hover {
  background: var(--purple-800);
}

.phone-link {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.phone-link small {
  color: var(--muted);
  font-size: 0.66rem;
}

.phone-link strong {
  color: var(--purple-800);
  font-size: 0.9rem;
}

.schedule-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 27px;
  padding: 29px;
  background: var(--cream);
  box-shadow: 0 25px 65px rgba(45, 24, 77, 0.1);
}

.schedule-top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--line);
}

.schedule-clock {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 14px;
  color: var(--white);
  background: var(--purple-700);
  font-size: 0.82rem;
  font-weight: 900;
}

.schedule-top > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.schedule-top small {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.schedule-top strong {
  color: var(--purple-950);
  font-size: 0.92rem;
}

.schedule-list {
  margin: 16px 0 0;
}

.schedule-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 4px;
}

.schedule-list dt,
.schedule-list dd {
  margin: 0;
  font-size: 0.74rem;
}

.schedule-list dt {
  color: var(--muted);
}

.schedule-list dd {
  color: var(--purple-950);
  font-weight: 800;
}

.schedule-list .schedule-closed dd {
  color: #a94747;
}

.faq-section {
  background: var(--cream);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 95px;
}

.faq-heading {
  position: sticky;
  top: 40px;
}

.faq-list {
  border-top: 1px solid #dcd2e4;
}

.faq-list details {
  border-bottom: 1px solid #dcd2e4;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 2px;
  color: var(--purple-950);
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  width: 30px;
  height: 30px;
  display: grid;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--purple-700);
  background: var(--purple-100);
  font-size: 1.15rem;
  font-weight: 500;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 660px;
  margin: -8px 0 25px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.final-cta {
  padding: 78px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 0, rgba(246, 199, 70, 0.2), transparent 31%),
    var(--purple-700);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.final-cta-inner > div {
  max-width: 700px;
}

.final-cta h2 {
  color: var(--white);
}

.final-cta p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.65;
}

.final-cta .button {
  flex: 0 0 auto;
}

.site-footer {
  padding: 62px 0 23px;
  color: rgba(255, 255, 255, 0.62);
  background: #170d2a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 50px;
  padding-bottom: 45px;
}

.footer-grid > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
}

.footer-brand img {
  width: 142px;
  height: auto;
  max-width: none;
  margin: -4px 0 4px;
  object-fit: contain;
}

.footer-brand p {
  margin: 0;
  font-size: 0.74rem;
}

.footer-grid strong {
  margin-bottom: 7px;
  color: var(--white);
  font-size: 0.76rem;
}

.footer-grid a,
.footer-grid p {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.6;
}

.footer-grid a:hover {
  color: var(--yellow);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.61rem;
  line-height: 1.5;
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 0 20px 0 16px;
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 38px rgba(13, 117, 54, 0.32);
  font-size: 0.77rem;
  font-weight: 900;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.floating-whatsapp:hover {
  background: var(--green-dark);
  transform: translateY(-3px);
}

.floating-whatsapp:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.floating-whatsapp .button-icon {
  width: 21px;
  height: 21px;
  flex-basis: 21px;
}

@media (max-width: 1160px) {
  .main-nav {
    display: none;
  }
}

@media (max-width: 1080px) {
  .assortment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .assortment-card {
    min-height: 280px;
  }

  .store-grid {
    gap: 55px;
  }
}

@media (max-width: 920px) {
  .section {
    padding: 85px 0;
  }

  .store-grid,
  .location-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .store-copy,
  .location-copy,
  .faq-heading {
    max-width: 680px;
  }

  .faq-heading {
    position: static;
  }

  .steps-grid article,
  .steps-grid article + article {
    padding-right: 25px;
    padding-left: 25px;
  }

  .steps-grid article:first-child {
    padding-left: 0;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

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

@media (max-width: 1040px) {
  .hero {
    padding-top: 68px;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.85fr;
    gap: 46px;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 6vw, 4.45rem);
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    gap: 18px;
  }

  .hours-card {
    left: -22px;
  }
}

@media (max-width: 820px) {
  .header-phone {
    display: none;
  }

  .hero {
    padding: 58px 0 74px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

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

  .hero-visual {
    width: min(620px, 100%);
    margin: 0 auto;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .trust-grid > div,
  .trust-grid > div:first-child {
    padding: 19px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .trust-grid > div:last-child {
    border-bottom: 0;
  }

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

  .steps-grid article,
  .steps-grid article:first-child,
  .steps-grid article + article {
    min-height: auto;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 28px 0;
  }

  .steps-grid article:last-child {
    border-bottom: 0;
  }

  .steps-grid article > span {
    margin-bottom: 20px;
  }
}

@media (max-width: 580px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .header-inner {
    min-height: 70px;
  }

  .brand-link {
    width: 126px;
    height: 62px;
  }

  .brand-link img {
    width: 122px;
    height: auto;
  }

  .button--compact {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.76rem;
  }

  .button--compact .button-icon {
    display: none;
  }

  .hero {
    padding-top: 45px;
  }

  .eyebrow {
    margin-bottom: 20px;
    padding-right: 11px;
    font-size: 0.62rem;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13.5vw, 3.55rem);
    letter-spacing: -0.06em;
  }

  .hero-lead {
    margin-top: 21px;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .hero-actions {
    margin-top: 26px;
  }

  .hero-actions .button {
    min-height: 55px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 0.83rem;
  }

  .hero-proof {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-top: 27px;
    padding-top: 22px;
  }

  .hero-visual {
    padding: 10px 7px 12px 10px;
  }

  .hero-image-frame {
    min-height: 360px;
    border-width: 4px;
    border-radius: 22px;
  }

  .hero-image-frame img {
    min-height: 360px;
  }

  .hero-visual::before {
    border-radius: 25px;
  }

  .hours-card {
    top: 28px;
    left: -5px;
    transform: scale(0.88);
    transform-origin: left center;
  }

  .location-card {
    right: -3px;
    bottom: -25px;
    max-width: 270px;
    transform: scale(0.9);
    transform-origin: right center;
  }

  .section {
    padding: 72px 0;
  }

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

  .section-heading h2,
  .store-copy h2,
  .location-copy h2,
  .faq-heading h2,
  .final-cta h2 {
    font-size: 2.18rem;
  }

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

  .assortment-card {
    min-height: 270px;
  }

  .store-gallery {
    grid-template-columns: 1.3fr 0.9fr;
    grid-template-rows: 1fr 0.72fr;
    gap: 8px;
  }

  .store-gallery figure {
    min-height: 145px;
    border-width: 3px;
    border-radius: 16px;
  }

  .store-gallery .gallery-main {
    min-height: 390px;
  }

  .gallery-brand {
    border-radius: 16px;
    padding: 15px;
  }

  .gallery-heart {
    font-size: 1.7rem;
  }

  .gallery-brand strong {
    font-size: 0.76rem;
  }

  .location-actions,
  .order-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .location-actions .button,
  .order-cta .button,
  .final-cta .button {
    width: 100%;
  }

  .schedule-card {
    border-radius: 21px;
    padding: 22px 18px;
  }

  .faq-list summary {
    font-size: 0.84rem;
  }

  .final-cta {
    padding: 65px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 50px;
    padding: 0 18px 0 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
