/* ============ TOKENS ============ */
:root {
  --cream: #fff9f2;
  --cream-2: #fdefe0;
  --peach: #f6d3ac;
  --peach-dark: #eab882;
  --wine: #7a2c2c;
  --wine-dark: #5c1f1f;
  --wine-light: #a9463f;
  --gold: #c99a4a;
  --gold-light: #e9c98a;
  --rose: #e8a9a0;
  --sage: #9cae8c;
  --blue: #9db6d8;
  --ink: #3a2a22;
  --ink-soft: #6b564a;
  --white: #ffffff;

  --font-display: "Playfair Display", serif;
  --font-body: "Poppins", sans-serif;

  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 4px 14px rgba(90, 50, 30, 0.08);
  --shadow-md: 0 14px 34px rgba(90, 50, 30, 0.12);
  --shadow-lg: 0 24px 60px rgba(90, 40, 25, 0.18);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: var(--font-display); margin: 0; color: var(--wine-dark); }
p { margin: 0; line-height: 1.7; color: var(--ink-soft); }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.grain-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 28px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.97rem;
  border: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  white-space: nowrap;
}
.btn .btn__icon { width: 19px; height: 19px; flex-shrink: 0; }
.btn--sm { padding: 10px 20px; font-size: 0.88rem; }
.icon-whatsapp { flex-shrink: 0; display: inline-block; }

.btn--primary {
  background: linear-gradient(135deg, var(--wine-light), var(--wine-dark));
  color: var(--white);
  box-shadow: var(--shadow-md);
}
.btn--primary:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

.btn--ghost {
  background: var(--white);
  color: var(--wine-dark);
  border: 1.5px solid var(--peach-dark);
}
.btn--ghost:hover { transform: translateY(-3px); border-color: var(--wine-light); box-shadow: var(--shadow-sm); }

/* ============ HEADER ============ */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  background: rgba(255, 249, 242, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(122, 44, 44, 0.08);
  transition: box-shadow 0.3s ease;
}
.header.is-scrolled { box-shadow: 0 6px 24px rgba(90, 50, 30, 0.08); }

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 20px;
}

.brand { display: flex; align-items: center; gap: 10px; }
.brand__logo {
  width: 42px; height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(122, 44, 44, 0.25));
}
.brand__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--wine-dark);
}
.brand__name em { color: var(--gold); font-style: normal; }

.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-weight: 500;
  font-size: 0.95rem;
}
.nav a { position: relative; color: var(--ink); padding: 4px 0; }
.nav a::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--wine-light);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.3s ease;
}
.nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.header__cta { margin-left: auto; }
.nav-toggle {
  display: none;
  background: none; border: none;
  color: var(--wine-dark);
  padding: 6px;
}

/* ============ HERO ============ */
.hero {
  position: relative;
  padding: 168px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 8%, rgba(233, 201, 138, 0.35), transparent 45%),
    radial-gradient(circle at 8% 92%, rgba(230, 169, 160, 0.3), transparent 45%),
    var(--cream);
}

.hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.55;
  z-index: 0;
}
.hero__blob--1 {
  width: 480px; height: 480px;
  top: -180px; right: -160px;
  background: radial-gradient(circle, var(--peach), transparent 70%);
}
.hero__blob--2 {
  width: 380px; height: 380px;
  bottom: -160px; left: -140px;
  background: radial-gradient(circle, var(--rose), transparent 70%);
}
.hero__blob--3 {
  width: 420px; height: 420px;
  top: -120px; left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, var(--gold-light), transparent 70%);
  opacity: 0.4;
}

.float-icon {
  position: absolute;
  color: var(--gold);
  opacity: 0.5;
  z-index: 0;
  animation: float 6s ease-in-out infinite;
}
.float-icon--1 { top: 22%; left: 6%; width: 30px; height: 30px; animation-delay: 0s; color: var(--wine-light); }
.float-icon--2 { top: 68%; left: 12%; width: 24px; height: 24px; animation-delay: 1.2s; color: var(--rose); }
.float-icon--3 { top: 15%; right: 8%; width: 34px; height: 34px; animation-delay: 0.6s; }
.float-icon--4 { top: 55%; right: 4%; width: 22px; height: 22px; animation-delay: 1.8s; }

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-16px) rotate(8deg); }
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 90px;
}

.hero__title {
  font-size: clamp(2.3rem, 4.2vw, 3.4rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.hero__title em { color: var(--wine-light); font-style: italic; }

.hero__subtitle {
  margin-top: 22px;
  font-size: 1.08rem;
  max-width: 520px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero__stats {
  display: flex;
  gap: 34px;
  margin-top: 52px;
  flex-wrap: wrap;
}
.hero__stat { display: flex; flex-direction: column; }
.hero__stat strong { font-family: var(--font-display); font-size: 1.6rem; color: var(--wine-dark); }
.hero__stat span { font-size: 0.82rem; color: var(--ink-soft); }

.hero__visual {
  position: relative;
  min-height: 420px;
}

.hero__card {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.hero__card--main {
  background: var(--wine-dark);
  color: var(--white);
  max-width: 340px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero__card-photo {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}
.hero__card-main-body {
  padding: 26px 30px 32px;
  background: linear-gradient(160deg, var(--wine-light), var(--wine-dark));
}
.hero__card--main h3 { color: var(--white); font-size: 1.4rem; margin-bottom: 8px; }
.hero__card--main p { color: rgba(255,255,255,0.82); font-size: 0.95rem; }

.tag {
  display: inline-block;
  margin-top: 18px;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 600;
}
.tag--gold { background: var(--gold-light); color: var(--wine-dark); }

.hero__card--float {
  position: absolute;
  background: var(--white);
  padding: 16px 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: float 7s ease-in-out infinite;
}
.float-card__icon { width: 26px; height: 26px; color: var(--wine-light); flex-shrink: 0; }
.hero__card--float strong { display: block; font-size: 0.92rem; color: var(--wine-dark); }
.hero__card--float span { font-size: 0.78rem; color: var(--ink-soft); }

.hero__card--top { top: -10px; right: 6%; animation-delay: 0.5s; }
.hero__card--bottom {
  bottom: -10px; left: 0;
  max-width: 260px;
  flex-direction: column;
  align-items: flex-start;
  animation-delay: 1s;
}
.hero__card--bottom p { font-size: 0.85rem; font-style: italic; color: var(--ink); margin-top: 6px; }
.hero__card--bottom .stars { margin-bottom: 2px; }

.hero__ribbon {
  position: absolute;
  width: 130px; height: 130px;
  border-radius: 50%;
  border: 2px dashed var(--peach-dark);
  top: 8%;
  left: -6%;
  opacity: 0.6;
  z-index: 0;
}

.stars { display: flex; gap: 3px; color: var(--gold); }
.star-icon { width: 15px; height: 15px; fill: currentColor; stroke: currentColor; }

/* Marquee */
.marquee {
  position: relative;
  z-index: 1;
  background: var(--wine-dark);
  padding: 16px 0;
  overflow: hidden;
}
.marquee__track {
  display: flex;
  gap: 46px;
  width: max-content;
  animation: scroll-left 26s linear infinite;
}
.marquee__track span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-light);
  font-weight: 500;
  font-size: 0.92rem;
  white-space: nowrap;
}
.marquee-icon { width: 17px; height: 17px; }
@keyframes scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ SECTION GENERIC ============ */
.section { padding: 110px 0; position: relative; }
.section--tinted { background: var(--cream-2); }

.section__head {
  max-width: 620px;
  margin: 0 auto 60px;
  text-align: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wine-light);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.eyebrow-icon { width: 16px; height: 16px; }
.section__head h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 14px; }
.section__head p { font-size: 1.02rem; }

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

/* ============ SOBRE ============ */
.about__wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}

.about__gallery {
  position: relative;
  min-height: 420px;
}
.about__blob {
  position: absolute;
  width: 320px; height: 320px;
  top: 10%; left: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--peach), transparent 70%);
  opacity: 0.6;
  z-index: 0;
}
.about__photo {
  position: absolute;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 6px solid var(--white);
  z-index: 1;
}
.about__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about__photo--1 {
  width: 78%;
  height: 340px;
  top: 0;
  left: 0;
  transform: rotate(-4deg);
}
.about__photo--2 {
  width: 55%;
  height: 220px;
  bottom: -30px;
  right: 0;
  transform: rotate(5deg);
  z-index: 2;
}
.about__stamp {
  position: absolute;
  top: -18px;
  right: 12%;
  z-index: 3;
  width: 92px; height: 92px;
  border-radius: 50%;
  background: var(--wine-dark);
  color: var(--gold-light);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 4px;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.25;
  border: 3px dashed var(--gold-light);
  box-shadow: var(--shadow-md);
}
.stamp-icon { width: 20px; height: 20px; }

.about__content .eyebrow { margin-bottom: 14px; }
.about__content h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 16px; }
.about__content > p { max-width: 480px; margin-bottom: 32px; font-size: 1.02rem; }

.about__list {
  display: flex;
  flex-direction: column;
}
.about__list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(122, 44, 44, 0.1);
}
.about__list li:first-child { padding-top: 0; }
.about__list li:last-child { border-bottom: none; }
.about__list-icon {
  flex-shrink: 0;
  width: 42px; height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--peach), var(--gold-light));
  display: flex; align-items: center; justify-content: center;
  color: var(--wine-dark);
}
.list-icon { width: 20px; height: 20px; }
.about__list li strong { display: block; font-size: 1rem; color: var(--wine-dark); margin-bottom: 3px; }
.about__list li span { font-size: 0.9rem; color: var(--ink-soft); }

.about__quote {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--cream-2);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  color: var(--peach-dark);
}
.quote-icon { width: 26px; height: 26px; flex-shrink: 0; }
.about__quote p { font-style: italic; color: var(--wine-dark); font-size: 0.98rem; margin: 0; }

/* ============ GALLERY ITEMS (Nossas cestas) ============ */
.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

.gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.07); }

.gallery-item::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(35, 20, 15, 0.88) 100%);
  z-index: 1;
}

.gallery-item__tag {
  position: absolute;
  top: 18px; left: 18px;
  z-index: 2;
  width: 44px; height: 44px;
  border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-sm);
}
.gallery-item__tag .tag-icon { width: 20px; height: 20px; color: var(--white); }
.gallery-item__tag--peach { background: linear-gradient(135deg, #f0b787, #e8956a); }
.gallery-item__tag--rose { background: linear-gradient(135deg, #e8a9a0, #d67f72); }
.gallery-item__tag--wine { background: linear-gradient(135deg, var(--wine-light), var(--wine-dark)); }
.gallery-item__tag--gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); }
.gallery-item__tag--sage { background: linear-gradient(135deg, #b7c6a6, var(--sage)); }
.gallery-item__tag--blue { background: linear-gradient(135deg, #c4d6ee, var(--blue)); }

.gallery-item__info {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 22px 22px 24px;
}
.gallery-item__info h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 6px; }
.gallery-item__info p { color: rgba(255, 255, 255, 0.82); font-size: 0.88rem; }

.cta-inline {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--white);
  border: 1.5px dashed var(--peach-dark);
  border-radius: var(--radius-md);
  padding: 26px 32px;
  flex-wrap: wrap;
}
.cta-inline p { font-weight: 500; color: var(--wine-dark); font-size: 1.02rem; }

/* ============ STEPS ============ */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
}
.step {
  position: relative;
  text-align: center;
  padding: 20px;
}
.step__number {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--peach-dark);
  opacity: 0.7;
  margin-bottom: -6px;
}
.step__icon {
  width: 64px; height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--peach-dark);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-sm);
  color: var(--wine-dark);
}
.step-icon,
.step__icon .icon-whatsapp { width: 26px; height: 26px; }
.step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.step p { font-size: 0.9rem; }

/* ============ TESTIMONIALS ============ */
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.testimonial-card__quote { width: 30px; height: 30px; color: var(--peach-dark); margin-bottom: 8px; }
.testimonial-card p { font-size: 0.98rem; color: var(--ink); font-style: italic; margin: 14px 0 22px; }
.testimonial-card__author { display: flex; align-items: center; gap: 12px; }
.testimonial-card__avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--cream-2);
  display: flex; align-items: center; justify-content: center;
  color: var(--wine-light);
}
.avatar-icon { width: 18px; height: 18px; }
.testimonial-card__author span { font-size: 0.88rem; font-weight: 500; color: var(--ink-soft); }

.instagram-banner {
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(120deg, var(--wine-dark), var(--wine-light));
  color: var(--white);
  padding: 26px 32px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  transition: transform 0.3s ease;
}
.instagram-banner:hover { transform: translateY(-4px); }
.instagram-banner__icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: rgba(255,255,255,0.16);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ig-icon { width: 26px; height: 26px; }
.instagram-banner__text { display: flex; flex-direction: column; gap: 4px; }
.instagram-banner__text strong { font-size: 1.05rem; }
.instagram-banner__text span { font-size: 0.86rem; color: rgba(255,255,255,0.82); }
.instagram-banner__arrow { margin-left: auto; width: 22px; height: 22px; flex-shrink: 0; }

/* ============ CONTACT ============ */
.contact { padding-top: 40px; }
.contact__box {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 48px 44px;
}
.contact__logo { width: 52px; height: 52px; object-fit: contain; margin: 0 auto 18px; }
.contact__box h2 { font-size: 1.7rem; margin-bottom: 12px; }
.contact__box > p { margin: 0 auto 26px; max-width: 420px; }

.contact__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  margin-bottom: 28px;
}
.contact__row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--cream-2);
  color: var(--ink);
  padding: 8px 14px;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 500;
}
.contact-icon { width: 15px; height: 15px; color: var(--wine-light); flex-shrink: 0; }

/* ============ FOOTER ============ */
.footer { background: var(--wine-dark); color: rgba(255,255,255,0.75); padding: 40px 0; }
.footer .brand__name { color: var(--white); }
.footer .brand__name em { color: var(--gold-light); }
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.footer p { color: rgba(255,255,255,0.65); font-size: 0.88rem; }
.footer__socials { display: flex; gap: 14px; }
.footer__socials a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  transition: background 0.25s ease;
}
.footer__socials a:hover { background: var(--gold); }
.footer-social-icon,
.footer__socials .icon-whatsapp { width: 17px; height: 17px; }

/* ============ WHATSAPP FAB ============ */
.whatsapp-fab {
  position: fixed;
  bottom: 26px; right: 26px;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wine-light), var(--wine-dark));
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg);
  z-index: 400;
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(122,44,44,0.35), var(--shadow-lg); }
  50% { box-shadow: 0 0 0 12px rgba(122,44,44,0), var(--shadow-lg); }
}

/* ============ SCROLL REVEAL ============ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .about__wrap { grid-template-columns: 1fr; gap: 32px; }
  .about__content { text-align: left; }

  .about__gallery {
    min-height: unset;
    max-width: 100%;
    margin: 0;
    padding: 8px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "main main"
      "small stamp";
    gap: 14px;
    align-items: center;
  }

  .about__blob { display: none; }

  .about__photo {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    border-width: 4px;
  }

  .about__photo--1 {
    grid-area: main;
    width: 100%;
    height: 240px;
  }

  .about__photo--2 {
    grid-area: small;
    width: 100%;
    height: 150px;
  }

  .about__stamp {
    grid-area: stamp;
    position: relative;
    top: auto;
    right: auto;
    width: 84px;
    height: 84px;
    margin: 0 auto;
  }

  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { min-height: 360px; margin-top: 20px; }
  .hero__stats { justify-content: center; text-align: center; }
  .hero__content { text-align: center; }
  .hero__actions { justify-content: center; }
  .hero__subtitle { margin-left: auto; margin-right: auto; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .nav { position: fixed; top: 74px; left: 16px; right: 16px; background: var(--white); flex-direction: column; align-items: flex-start; gap: 4px; padding: 14px 20px; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); transform: translateY(-14px); opacity: 0; pointer-events: none; transition: all 0.25s ease; }
  .nav a { width: 100%; padding: 10px 0; }
  .nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-toggle { display: flex; }
  .header__cta { display: none; }
  .grid--4 { grid-template-columns: 1fr 1fr; }
  .grid--3 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .cta-inline { flex-direction: column; text-align: center; }
  .hero { padding-top: 148px; }
  .hero__card--top { position: static; margin: 18px auto 0; max-width: 240px; }
  .hero__card--bottom { position: static; margin: 18px auto 0; max-width: 100%; }
  .hero__ribbon { display: none; }
  .contact__box { padding: 36px 26px; }
}

@media (max-width: 520px) {
  .grid--4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .brand__name { font-size: 1.05rem; }
  .hero__title { font-size: 2rem; }

  .about__photo--1 { height: 200px; }
  .about__photo--2 { height: 130px; }
  .about__stamp { width: 72px; height: 72px; font-size: 0.65rem; }
}
