  :root {
      --bg: #fffaf6;
      --bg-2: #f8efe7;
      --surface: rgba(255, 255, 255, 0.72);
      --surface-strong: rgba(255, 255, 255, 0.9);
      --text: #4f2d29;
      --muted: #7d615c;
      --primary: #64302c;
      --primary-2: #8b4a3a;
      --accent: #e0a261;
      --accent-2: #f1c998;
      --line: rgba(100, 48, 44, 0.10);
      --white: #ffffff;
      --shadow: 0 18px 48px rgba(95, 47, 42, 0.12);
      --shadow-xl: 0 30px 80px rgba(95, 47, 42, 0.16);
      --radius-xl: 34px;
      --radius-lg: 24px;
      --radius-md: 18px;
      --max: 1200px;
  }

  * {
      box-sizing: border-box;
  }

  html {
      scroll-behavior: smooth;
  }

  body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background:
          radial-gradient(circle at top right, rgba(224, 162, 97, 0.18), transparent 18%),
          radial-gradient(circle at left top, rgba(100, 48, 44, 0.08), transparent 18%),
          linear-gradient(180deg, #fffdfa 0%, var(--bg) 48%, var(--bg-2) 100%);
  }

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

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

  .container {
      width: min(calc(100% - 32px), var(--max));
      margin: 0 auto;
  }

  .topbar {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(16px);
      background: rgba(255, 250, 246, 0.78);
      border-bottom: 1px solid rgba(100, 48, 44, 0.08);
  }

  .topbar-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 14px 0;
  }

  .brand {
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 0;
  }

  .brand-logo {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid rgba(100, 48, 44, 0.10);
      box-shadow: 0 10px 24px rgba(100, 48, 44, 0.10);
      background: var(--white);
  }

  .brand-text strong {
      display: block;
      font-size: 1rem;
      letter-spacing: -0.02em;
  }

  .brand-text span {
      display: block;
      color: var(--muted);
      font-size: 0.92rem;
  }

  .nav-cta {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
  }

  .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 14px 22px;
      border-radius: 999px;
      font-weight: 800;
      border: 1px solid transparent;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
      white-space: nowrap;
      cursor: pointer;
  }

  .btn:focus-visible,
  .carousel-btn:focus-visible,
  .delivery-menu a:focus-visible,
  .floating-wa:focus-visible {
      outline: 3px solid rgba(224, 162, 97, 0.45);
      outline-offset: 3px;
  }

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

  .btn-primary {
      background: linear-gradient(135deg, var(--primary), var(--primary-2));
      color: var(--white);
      box-shadow: 0 16px 30px rgba(100, 48, 44, 0.24);
  }

  .btn-secondary {
      background: rgba(255, 255, 255, 0.72);
      border-color: rgba(100, 48, 44, 0.12);
      color: var(--primary);
  }

  .hero {
      padding: 52px 0 36px;
  }

  .hero-grid {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 30px;
      align-items: center;
  }

  .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(224, 162, 97, 0.16);
      border: 1px solid rgba(224, 162, 97, 0.26);
      color: var(--primary);
      font-weight: 800;
      font-size: 0.92rem;
      margin-bottom: 18px;
  }

  h1 {
      margin: 0;
      font-size: clamp(2.5rem, 5vw, 5.2rem);
      line-height: 0.96;
      letter-spacing: -0.06em;
      max-width: 9ch;
  }

  .hero p {
      margin: 20px 0 0;
      max-width: 62ch;
      color: var(--muted);
      line-height: 1.8;
      font-size: 1.08rem;
  }

  .hero-actions,
  .trust-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 28px;
  }

  .trust-pill {
      background: rgba(255, 255, 255, 0.75);
      border: 1px solid var(--line);
      color: var(--primary);
      padding: 12px 14px;
      border-radius: 999px;
      font-weight: 700;
      box-shadow: 0 10px 24px rgba(95, 47, 42, 0.08);
  }

  .hero-visual {
      position: relative;
      min-height: 610px;
      border-radius: 36px;
      overflow: hidden;
      background: linear-gradient(160deg, rgba(100, 48, 44, 0.98), rgba(128, 68, 57, 0.96) 48%, rgba(224, 162, 97, 0.92) 100%);
      box-shadow: var(--shadow-xl);
      padding: 26px;
  }

  .hero-badge {
      position: absolute;
      top: 22px;
      right: 22px;
      background: rgba(255, 255, 255, 0.92);
      color: var(--primary);
      padding: 10px 14px;
      border-radius: 999px;
      font-weight: 800;
      font-size: .9rem;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
      z-index: 2;
  }

  .hero-main-photo {
      position: absolute;
      inset: 78px 20px 142px 20px;
      border-radius: 28px;
      overflow: hidden;
      box-shadow: 0 22px 44px rgba(0, 0, 0, 0.20);
      border: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hero-main-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .hero-bottom-cards {
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 20px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      z-index: 2;
  }

  .hero-mini-card {
      background: rgba(255, 255, 255, 0.92);
      border-radius: 18px;
      padding: 16px 14px;
      box-shadow: 0 14px 24px rgba(0, 0, 0, 0.12);
  }

  .hero-mini-card strong {
      display: block;
      font-size: 1rem;
      color: var(--primary);
      margin-bottom: 5px;
  }

  .hero-mini-card span {
      font-size: 0.88rem;
      line-height: 1.35;
      color: var(--muted);
  }

  section {
      padding: 42px 0;
  }

  .section-head {
      max-width: 760px;
      margin-bottom: 26px;
  }

  .section-head .label {
      display: inline-block;
      color: var(--primary);
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      font-size: .78rem;
      margin-bottom: 12px;
  }

  .section-head h2 {
      margin: 0;
      font-size: clamp(1.7rem, 3vw, 3rem);
      letter-spacing: -0.04em;
  }

  .section-head p {
      color: var(--muted);
      line-height: 1.8;
      margin: 12px 0 0;
      font-size: 1rem;
  }

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

  .card,
  .soft-panel,
  .product-card {
      background: rgba(255, 255, 255, 0.82);
      border: 1px solid rgba(110, 55, 50, 0.08);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
  }

  .card {
      padding: 24px;
  }

  .menu-card {
      min-height: 255px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 244, 235, 0.96));
  }

  .menu-icon {
      width: 56px;
      height: 56px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      font-size: 1.45rem;
      background: rgba(222, 161, 100, 0.18);
      color: var(--primary);
      margin-bottom: 18px;
  }

  .card h3,
  .product-card h3 {
      margin: 0 0 10px;
      font-size: 1.28rem;
      letter-spacing: -0.03em;
  }

  .card p,
  .product-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.7;
  }

  .pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      margin-top: 18px;
      border-radius: 999px;
      padding: 9px 12px;
      background: rgba(110, 55, 50, 0.07);
      color: var(--primary);
      font-weight: 700;
      font-size: .88rem;
  }

  .products-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
  }

  .product-card {
      overflow: hidden;
  }

  .product-card img {
      width: 100%;
      height: 280px;
      object-fit: cover;
  }

  .product-body {
      padding: 20px;
  }

  .product-tag {
      display: inline-flex;
      margin-bottom: 12px;
      padding: 8px 12px;
      border-radius: 999px;
      font-size: .8rem;
      font-weight: 800;
      color: var(--primary);
      background: rgba(224, 162, 97, 0.18);
  }

  .carousel-shell {
      position: relative;
      padding: 28px;
      border-radius: 34px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 246, 239, 0.95));
      border: 1px solid rgba(110, 55, 50, 0.08);
      box-shadow: var(--shadow-xl);
      overflow: hidden;
  }

  .carousel-shell::before {
      content: "";
      position: absolute;
      width: 240px;
      height: 240px;
      border-radius: 50%;
      background: rgba(224, 162, 97, 0.12);
      top: -90px;
      right: -60px;
      filter: blur(6px);
  }

  .carousel-meta {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 20px;
      margin-bottom: 20px;
      flex-wrap: wrap;
      position: relative;
      z-index: 2;
  }

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

  .carousel-copy span {
      display: inline-block;
      margin-bottom: 12px;
      color: var(--primary);
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .08em;
      font-size: .78rem;
  }

  .carousel-copy h2 {
      margin: 0;
      font-size: clamp(1.7rem, 3vw, 2.8rem);
      letter-spacing: -0.04em;
  }

  .carousel-copy p {
      margin: 12px 0 0;
      color: var(--muted);
      line-height: 1.8;
  }

  .carousel-controls {
      display: flex;
      gap: 10px;
      position: relative;
      z-index: 2;
  }

  .carousel-btn {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 1px solid rgba(100, 48, 44, 0.12);
      background: rgba(255, 255, 255, 0.92);
      color: var(--primary);
      font-size: 1.2rem;
      font-weight: 800;
      box-shadow: 0 12px 24px rgba(95, 47, 42, 0.1);
      cursor: pointer;
  }

  .carousel-viewport {
      overflow: hidden;
      border-radius: 28px;
      position: relative;
      z-index: 2;
  }

  .carousel-track {
      display: flex;
      transition: transform .55s ease;
      will-change: transform;
  }

  .carousel-slide {
      flex: 0 0 100%;
      min-width: 100%;
      display: grid;
      grid-template-columns: 1.08fr .92fr;
      align-items: stretch;
      gap: 0;
      background: rgba(255, 255, 255, 0.84);
  }

  .carousel-photo {
      min-height: 520px;
  }

  .carousel-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .carousel-content {
      padding: 34px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 18px;
  }

  .carousel-content .tag {
      display: inline-flex;
      width: fit-content;
      padding: 9px 13px;
      border-radius: 999px;
      background: rgba(224, 162, 97, 0.18);
      color: var(--primary);
      font-weight: 800;
      font-size: .82rem;
  }

  .carousel-content h3 {
      margin: 0;
      font-size: clamp(1.8rem, 3vw, 2.7rem);
      letter-spacing: -0.05em;
  }

  .carousel-content p {
      margin: 0;
      color: var(--muted);
      line-height: 1.8;
      font-size: 1rem;
  }

  .carousel-features {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-top: 20px;
  }

  .carousel-features div {
      display: block;
      font-size: 1rem;
      line-height: 1.7;
      color: #6b5a55;
  }

  .carousel-features strong {
      color: #4b2722;
      font-weight: 700;
      margin-right: 4px;
  }

  .carousel-dots {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 20px;
      position: relative;
      z-index: 2;
  }

  .carousel-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(100, 48, 44, 0.20);
      border: none;
      padding: 0;
      transition: transform .2s ease, background .2s ease;
      cursor: pointer;
  }

  .carousel-dot.active {
      background: var(--primary);
      transform: scale(1.25);
  }

  .highlights {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 22px;
      align-items: stretch;
  }

  .soft-panel {
      padding: 28px;
  }

  .list-clean {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 14px;
  }

  .list-clean li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      color: var(--text);
      line-height: 1.6;
  }

  .check {
      flex: 0 0 28px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: rgba(222, 161, 100, 0.18);
      color: var(--primary);
      font-weight: 800;
      margin-top: 2px;
  }

  .reviews-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
  }

  .review-card {
      padding: 24px;
      border-radius: 26px;
      background: rgba(255, 255, 255, 0.82);
      border: 1px solid rgba(110, 55, 50, 0.08);
      box-shadow: var(--shadow);
  }

  .review-stars {
      font-size: 1rem;
      letter-spacing: .15em;
      margin-bottom: 14px;
  }

  .review-card p {
      color: var(--muted);
      line-height: 1.8;
      margin: 0 0 16px;
  }

  .review-card strong {
      color: var(--primary);
      font-size: .96rem;
  }

  .steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
  }

  .step {
      position: relative;
      padding-top: 58px;
  }

  .step-number {
      position: absolute;
      top: 0;
      left: 0;
      width: 44px;
      height: 44px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: var(--primary);
      display: grid;
      place-items: center;
      font-weight: 900;
      box-shadow: 0 14px 24px rgba(222, 161, 100, 0.22);
  }

  .cta-band {
      margin-top: 18px;
      border-radius: 34px;
      background: linear-gradient(135deg, #5e2d2a 0%, #7a4036 45%, #d9a16d 100%);
      color: var(--white);
      padding: 34px;
      box-shadow: 0 24px 56px rgba(89, 46, 42, 0.24);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
  }

  .cta-band h3 {
      margin: 0 0 8px;
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      letter-spacing: -0.04em;
  }

  .cta-band p {
      margin: 0;
      color: rgba(255, 255, 255, 0.88);
      line-height: 1.7;
      max-width: 620px;
  }

  .footer {
      padding: 24px 0 42px;
      color: var(--muted);
      font-size: .95rem;
  }

  .footer-card {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      border-top: 1px solid rgba(110, 55, 50, 0.1);
      padding-top: 22px;
  }

  .floating-wa {
      position: fixed;
      right: 18px;
      bottom: 18px;
      z-index: 60;
      width: 62px;
      height: 62px;
      border-radius: 50%;
      background: linear-gradient(135deg, #25d366, #1faa53);
      color: white;
      display: grid;
      place-items: center;
      font-size: 1.7rem;
      box-shadow: 0 18px 30px rgba(37, 211, 102, 0.34);
  }

  .about-brand {
      padding: 96px 24px;
      background: linear-gradient(180deg, #fcf8f4 0%, #f7efe8 100%);
  }

  .about-brand__container {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 56px;
      align-items: center;
  }

  .about-brand__image img {
      width: 100%;
      display: block;
      border-radius: 28px;
      box-shadow: 0 20px 60px rgba(69, 33, 24, 0.14);
      object-fit: cover;
  }

  .about-brand__content {
      color: #4d2a24;
  }

  .about-brand__eyebrow {
      display: inline-block;
      margin-bottom: 18px;
      padding: 10px 16px;
      border-radius: 999px;
      background: #f2e5da;
      color: #8a5a4a;
      font-size: 0.92rem;
      font-weight: 700;
      letter-spacing: 0.02em;
  }

  .about-brand__title {
      margin: 0 0 20px;
      font-size: clamp(2rem, 4vw, 3.4rem);
      line-height: 1.05;
      font-weight: 800;
      color: #4b2722;
  }

  .about-brand__text {
      margin: 0 0 16px;
      font-size: 1.05rem;
      line-height: 1.8;
      color: #6e534d;
  }

  .about-brand__highlights {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
  }

  .about-brand__highlights span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 16px;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid #ead8ca;
      color: #5b342d;
      font-size: 0.95rem;
      font-weight: 600;
      box-shadow: 0 8px 24px rgba(69, 33, 24, 0.05);
  }

  .delivery-dropdown {
      position: relative;
      display: inline-block;
  }

  .delivery-menu {
      position: absolute;
      top: calc(100% + 10px);
      left: 0;
      min-width: 200px;
      background: #fff;
      border: 1px solid rgba(90, 46, 42, 0.12);
      border-radius: 18px;
      box-shadow: 0 18px 40px rgba(69, 33, 24, 0.12);
      padding: 10px;
      display: none;
      z-index: 30;
  }

  .delivery-menu a {
      display: block;
      padding: 12px 14px;
      border-radius: 12px;
      color: #4b2722;
      text-decoration: none;
      font-weight: 600;
  }

  .delivery-menu a:hover {
      background: #f8efe7;
  }

  .delivery-dropdown.open .delivery-menu {
      display: block;
  }

  .cta-band-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
  }

  @media (max-width: 560px) {
      #cardapio .product-card img {
          height: 280px;
          object-fit: cover;
          object-position: center;
      }
  }

  @media (max-width: 900px) {
      .about-brand {
          padding: 72px 20px;
      }

      .about-brand__container {
          grid-template-columns: 1fr;
          gap: 32px;
      }

      .about-brand__title {
          font-size: 2.2rem;
      }

      .about-brand__text {
          font-size: 1rem;
          line-height: 1.7;
      }
  }

  @media (max-width: 1080px) {

      .hero-grid,
      .highlights,
      .carousel-slide,
      .products-grid,
      .reviews-grid,
      .grid-3,
      .steps {
          grid-template-columns: 1fr;
      }

      .carousel-photo {
          min-height: 380px;
      }
  }

  @media (max-width: 760px) {
      .topbar-inner {
          flex-direction: column;
          align-items: stretch;
      }

      .nav-cta,
      .hero-actions,
      .trust-row {
          width: 100%;
      }

      .nav-cta .btn,
      .hero-actions .btn {
          width: 100%;
      }

      .hero {
          padding-top: 26px;
      }

      .hero-visual {
          min-height: auto;
          padding: 18px;
          display: flex;
          flex-direction: column;
          gap: 14px;
      }

      .hero-badge {
          position: static;
          align-self: flex-end;
          margin-bottom: 2px;
      }

      .hero-main-photo {
          position: static;
          inset: auto;
          height: 260px;
          border-radius: 22px;
      }

      .hero-bottom-cards {
          position: static;
          left: auto;
          right: auto;
          bottom: auto;
          display: grid;
          grid-template-columns: 1fr;
          gap: 12px;
      }

      .hero-mini-card {
          padding: 14px 14px;
          border-radius: 16px;
      }

      .hero-mini-card strong {
          font-size: 0.98rem;
          margin-bottom: 6px;
      }

      .hero-mini-card span {
          font-size: 0.92rem;
          line-height: 1.5;
      }

      .carousel-shell,
      .card,
      .soft-panel,
      .review-card,
      .cta-band {
          padding: 22px;
      }

      .carousel-content {
          padding: 24px;
      }

      .carousel-photo {
          min-height: 300px;
      }

      .product-card img {
          height: 220px;
      }

      .step {
          padding: 18px 20px 28px;
          display: flex;
          flex-direction: column;
          gap: 14px;
      }

      .step-number {
          position: static;
          width: 42px;
          height: 42px;
          margin-bottom: 2px;
      }

      .step h3 {
          margin-top: 0;
      }

      .delivery-dropdown {
          width: 100%;
      }

      .delivery-dropdown .btn {
          width: 100%;
      }

      .delivery-menu {
          left: 0;
          right: 0;
          width: 100%;
          min-width: auto;
      }

      .cta-band-actions {
          width: 100%;
          flex-direction: column;
      }

      .cta-band-actions .btn,
      .cta-band-actions .delivery-dropdown {
          width: 100%;
      }

      .cta-band-actions .delivery-dropdown .btn {
          width: 100%;
      }
  }