    :root {
      --peanut: #8b4f27;
      --peanut-dark: #633419;
      --cream: #fff9e9;
      --yellow: #ffd84d;
      --orange: #f59b45;
      --orange-dark: #dc7431;
      --teal: #52c8bd;
      --teal-dark: #24978d;
      --pink: #f58ca6;
      --ink: #3d3029;
      --white: #ffffff;
      --shadow: 0 14px 35px rgba(82, 51, 31, .13);
      --radius: 28px;
    }

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

    body {
      margin: 0;
      color: var(--ink);
      background: var(--cream);
      font-family: "Nunito", sans-serif;
      line-height: 1.6;
    }

    h1, h2, h3, .logo, .nav-cta {
      font-family: "Baloo 2", cursive;
      line-height: 1.05;
      margin: 0;
    }

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

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

    /* Decorative paw prints */
    .paw {
      position: absolute;
      opacity: .13;
      font-size: 42px;
      transform: rotate(-18deg);
      pointer-events: none;
    }

    /* Header */
    header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 249, 233, .94);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(99, 52, 25, .08);
    }

    nav {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .logo {
      color: var(--peanut);
      font-size: 1.65rem;
      display: flex;
      align-items: center;
      gap: 9px;
      white-space: nowrap;
    }

    .logo-paw {
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: var(--yellow);
      transform: rotate(-8deg);
      font-size: 22px;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 28px;
      font-weight: 800;
      color: var(--peanut-dark);
    }

    .nav-links a:hover { color: var(--orange-dark); }

    .nav-cta {
      background: var(--peanut);
      color: white;
      padding: 11px 20px;
      border-radius: 999px;
      font-size: 1.05rem;
      box-shadow: 0 5px 0 var(--peanut-dark);
      transition: transform .15s, box-shadow .15s;
    }

    .nav-cta:hover {
      transform: translateY(2px);
      box-shadow: 0 3px 0 var(--peanut-dark);
    }

    .menu-btn {
      display: none;
      border: 0;
      background: var(--yellow);
      border-radius: 12px;
      padding: 9px 12px;
      font-size: 22px;
      cursor: pointer;
    }

    /* Hero */
    .hero {
      position: relative;
      overflow: hidden;
      padding: 90px 0 105px;
      background:
        radial-gradient(circle at 87% 18%, rgba(255,216,77,.65) 0 95px, transparent 96px),
        radial-gradient(circle at 10% 80%, rgba(82,200,189,.2) 0 140px, transparent 141px),
        var(--cream);
    }

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

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--yellow);
      color: var(--peanut-dark);
      padding: 7px 15px;
      border-radius: 999px;
      font-weight: 900;
      margin-bottom: 18px;
      transform: rotate(-1deg);
    }

    .hero h1 {
      color: var(--peanut);
      font-size: clamp(3.4rem, 7vw, 6.1rem);
      letter-spacing: -2px;
    }

    .hero h1 span { color: var(--teal-dark); }

    .hero-copy {
      font-size: 1.2rem;
      max-width: 590px;
      margin: 22px 0 30px;
    }

    .hero-buttons {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 14px 23px;
      border-radius: 999px;
      font-weight: 900;
      font-size: 1.05rem;
      border: 2px solid transparent;
      transition: transform .15s, box-shadow .15s;
    }

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

    .btn-primary {
      background: var(--orange);
      color: white;
      box-shadow: 0 6px 0 var(--orange-dark);
    }

    .btn-secondary {
      border-color: var(--peanut);
      color: var(--peanut);
      background: white;
    }

    .hero-art {
      position: relative;
      min-height: 390px;
    }

    .treat-circle {
      position: absolute;
      width: min(390px, 90vw);
      height: min(390px, 90vw);
      right: 0;
      top: 0;
      border-radius: 50%;
      background: var(--yellow);
      border: 9px solid white;
      box-shadow: var(--shadow);
      display: grid;
      place-items: center;
      transform: rotate(3deg);
    }

    .treat-stack {
      text-align: center;
      transform: rotate(-3deg);
    }

    .cookie {
      display: inline-grid;
      place-items: center;
      width: 130px;
      height: 130px;
      border-radius: 43% 57% 55% 45%;
      background: #c87b3d;
      border: 9px solid #a85e2c;
      color: #70401f;
      font-size: 48px;
      box-shadow: inset 0 8px 0 rgba(255,255,255,.18), 0 12px 0 rgba(99,52,25,.12);
    }

    .treat-stack h2 {
      color: var(--peanut);
      font-size: 2.3rem;
      margin-top: 14px;
    }

    .treat-stack p {
      font-weight: 800;
      margin: 4px 0 0;
    }

    .floating-tag {
      position: absolute;
      background: white;
      padding: 11px 17px;
      border-radius: 18px;
      box-shadow: var(--shadow);
      font-weight: 900;
    }

    .tag-one { top: 24px; left: 0; transform: rotate(-7deg); }
    .tag-two { bottom: 35px; right: 8px; transform: rotate(5deg); background: var(--teal); color: white; }

    /* Section common */
    section { padding: 95px 0; }

    .section-heading {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 48px;
    }

    .section-heading .eyebrow { margin-bottom: 13px; }

    .section-heading h2 {
      color: var(--peanut);
      font-size: clamp(2.7rem, 5vw, 4rem);
    }

    .section-heading p {
      font-size: 1.1rem;
      margin: 15px auto 0;
    }

    /* About */
    .about {
      background: white;
      position: relative;
      overflow: hidden;
    }

    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 70px;
      align-items: center;
    }

    .polaroids {
      min-height: 530px;
      position: relative;
    }

    .polaroid {
      position: absolute;
      width: 255px;
      padding: 10px 10px 22px;
      background: white;
      box-shadow: 0 16px 35px rgba(62,40,27,.3);
      border-radius: 2px;
    }

    .polaroid .photo {
      width: 100%;
      height: 270px;
      display: block;
      overflow: hidden;
      background: linear-gradient(135deg, #bceee7, #ffd976);
    }

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

    .polaroid .caption {
      font-family: "Baloo 2", cursive;
      font-size: 1.2rem;
      margin-top: 9px;
      color: var(--peanut);
      text-align: center;
    }

    .polaroid:nth-child(1) { left: 0%; top: 75px; transform: rotate(-7deg); }
    .polaroid:nth-child(2) { right: 5%; top: 0px; transform: rotate(8deg); z-index: 2; }
    .polaroid:nth-child(3) { left: 27%; bottom: 0; transform: rotate(-2deg); z-index: 3; }

    .about-copy h2 {
      color: var(--peanut);
      font-size: clamp(2.6rem, 5vw, 4rem);
    }

    .about-copy .lead {
      font-size: 1.3rem;
      font-weight: 800;
      color: var(--teal-dark);
      margin: 18px 0;
    }

    .about-note {
      margin-top: 25px;
      padding: 18px 20px;
      border-left: 6px solid var(--yellow);
      background: var(--cream);
      border-radius: 0 16px 16px 0;
      font-weight: 700;
    }

    /* Treats */
    .treats {
      background: var(--teal);
      position: relative;
      overflow: hidden;
    }

    .treats .section-heading h2 { color: white; }
    .treats .section-heading p { color: #164f4a; }

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

    .treat-card {
      background: white;
      border-radius: var(--radius);
      padding: 30px;
      box-shadow: var(--shadow);
      transition: transform .2s;
    }

    .treat-card:hover { transform: translateY(-5px) rotate(-.3deg); }

    .treat-card-top {
      display: flex;
      align-items: center;
      gap: 18px;
      margin-bottom: 18px;
    }

    .treat-icon {
      width: 74px;
      height: 74px;
      flex: 0 0 74px;
      border-radius: 22px;
      display: grid;
      place-items: center;
      font-size: 38px;
      background: var(--yellow);
      transform: rotate(-4deg);
    }

    .treat-card:nth-child(2) .treat-icon {
      background: #ffd0a5;
      transform: rotate(5deg);
    }

    .treat-card h3 {
      color: var(--peanut);
      font-size: 2rem;
    }

    .treat-card .tagline {
      font-weight: 900;
      color: var(--teal-dark);
    }

    .ingredients {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 20px 0;
    }

    .ingredient {
      background: var(--cream);
      border: 1px solid #eadfca;
      padding: 6px 11px;
      border-radius: 999px;
      font-size: .88rem;
      font-weight: 800;
    }

    /* Ingredients philosophy */
    .simple {
      background: var(--cream);
    }

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

    .simple-card {
      text-align: center;
      padding: 32px 24px;
      background: white;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    .simple-icon {
      width: 66px;
      height: 66px;
      margin: 0 auto 16px;
      display: grid;
      place-items: center;
      border-radius: 20px;
      background: var(--yellow);
      font-size: 30px;
    }

    .simple-card:nth-child(2) .simple-icon { background: #ffd0a5; }
    .simple-card:nth-child(3) .simple-icon { background: #bceee7; }

    .simple-card h3 {
      color: var(--peanut);
      font-size: 1.55rem;
    }

    /* CTA */
    .cta {
      padding: 75px 0;
      background: var(--peanut);
      color: white;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .cta h2 {
      font-size: clamp(2.7rem, 5vw, 4.2rem);
      color: var(--yellow);
    }

    .cta p {
      max-width: 650px;
      margin: 15px auto 27px;
      font-size: 1.15rem;
    }

    .cta .btn-primary {
      background: var(--yellow);
      color: var(--peanut-dark);
      box-shadow: 0 6px 0 #d7a900;
    }

    /* Footer */
    footer {
      background: #3a2418;
      color: #f7ead8;
      padding: 42px 0;
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
    }

    footer .logo { color: var(--yellow); }
    footer p { margin: 5px 0 0; font-size: .92rem; }
    .footer-paw { font-size: 42px; }

    /* Responsive */
    @media (max-width: 850px) {
      .nav-links {
        display: none;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        background: var(--cream);
        padding: 20px;
        flex-direction: column;
        border-bottom: 1px solid rgba(99,52,25,.1);
      }

      .nav-links.open { display: flex; }
      .menu-btn { display: block; }
      .nav-cta { display: none; }

      .hero { padding-top: 55px; }
      .hero-grid, .about-grid { grid-template-columns: 1fr; }
      .hero-art { min-height: 390px; max-width: 520px; width: 100%; margin: auto; }
      .about-grid { gap: 40px; }
      .about-copy { text-align: center; }
      .about-note { text-align: left; }

      .polaroids { min-height: 480px; max-width: 500px; margin: auto; width: 100%; }
    }

    @media (max-width: 650px) {
      .container { width: min(100% - 28px, 1120px); }
      section { padding: 70px 0; }
      .hero h1 { letter-spacing: -1px; }
      .hero-art { transform: scale(.9); transform-origin: center top; margin-bottom: -35px; }
      .treat-grid, .simple-grid { grid-template-columns: 1fr; }

      .polaroids { min-height: 430px; transform: scale(.86); transform-origin: center top; margin-bottom: -55px; }
      .polaroid { width: 210px; }
      .polaroid .photo { height: 225px; }
      .polaroid:nth-child(1) { left: 0; }
      .polaroid:nth-child(2) { right: 0; }
      .polaroid:nth-child(3) { left: 20%; }

      .footer-inner { flex-direction: column; text-align: center; }
    }