:root {
        --yellow: #f3d11e;
        --cream: #fff8df;
        --ink: #1d0902;
        --red: #cf2b1e;
        --green: #18aa6a;
        --muted: #7b6f5f;
        --line: 4px solid var(--ink);
        --shadow: 9px 9px 0 var(--ink);
        --radius: 8px;
        --max: 1580px;
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        color: var(--ink);
        background: var(--yellow);
        font-family: Arial Black, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
      }

      body::before {
        content: "";
        position: fixed;
        inset: 0;
        pointer-events: none;
        z-index: 10;
        opacity: 0.42;
        background:
          linear-gradient(90deg, rgba(29, 9, 2, 0.035) 1px, transparent 1px) 0 0 / 32px 32px,
          linear-gradient(rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
        mix-blend-mode: multiply;
      }

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

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

      .nav {
        position: sticky;
        top: 0;
        z-index: 20;
        border-top: var(--line);
        border-bottom: var(--line);
        background: var(--yellow);
      }

      .nav__inner {
        width: min(100% - 40px, var(--max));
        min-height: 124px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 32px;
        align-items: center;
      }

      .brand {
        display: inline-flex;
        align-items: center;
        line-height: 1;
      }

      .brand__logo {
        width: clamp(190px, 22vw, 360px);
        height: clamp(74px, 7.2vw, 116px);
        object-fit: cover;
        object-position: center;
        border-radius: 4px;
      }

      .nav__links {
        justify-self: end;
        display: flex;
        gap: clamp(26px, 3.5vw, 62px);
        font-size: clamp(0.95rem, 1.2vw, 1.3rem);
      }

      .mobile-menu {
        display: none;
      }

      .button,
      .nav__links a {
        transition: transform 160ms ease, box-shadow 160ms ease;
      }

      .button:hover,
      .nav__links a:hover {
        transform: translate(-2px, -2px);
      }

      .button {
        min-height: 64px;
        padding: 0 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: var(--line);
        border-radius: 999px;
        background: var(--cream);
        box-shadow: 7px 7px 0 var(--ink);
        font-size: 1.05rem;
        text-transform: uppercase;
        white-space: nowrap;
      }

      .button--dark {
        color: var(--cream);
        background: var(--ink);
      }

      .section {
        border-bottom: var(--line);
        scroll-margin-top: 150px;
      }

      .section__inner {
        width: min(100% - 40px, var(--max));
        margin: 0 auto;
      }

      .hero {
        min-height: calc(100vh - 146px);
        display: grid;
        align-items: center;
        padding: clamp(64px, 8vw, 132px) 0 70px;
      }

      .hero__grid,
      .about__grid,
      .visit__grid {
        display: grid;
        gap: clamp(48px, 7vw, 110px);
        align-items: center;
      }

      .hero__grid {
        grid-template-columns: 0.95fr 1.15fr;
      }

      .about__grid {
        grid-template-columns: minmax(520px, 1fr) minmax(0, 1fr);
      }

      .visit__grid {
        grid-template-columns: 0.95fr 1.05fr;
        align-items: start;
      }

      .eyebrow,
      .card__label {
        color: var(--red);
        font-size: clamp(0.9rem, 1.1vw, 1.2rem);
        text-transform: uppercase;
      }

      .hero__badge {
        display: inline-block;
        margin-bottom: 42px;
        padding: 10px 28px;
        border: var(--line);
        border-radius: 999px;
        color: var(--cream);
        background: var(--red);
        box-shadow: 4px 4px 0 var(--ink);
        transform: rotate(-1.5deg);
        font-size: clamp(0.78rem, 1vw, 1rem);
        text-transform: uppercase;
      }

      h1,
      h2 {
        margin: 0;
        font-size: clamp(4.4rem, 10vw, 12rem);
        line-height: 0.86;
        text-transform: uppercase;
      }

      h2 {
        margin-top: 36px;
        font-size: clamp(3.8rem, 7vw, 8rem);
        line-height: 1.04;
      }

      .script {
        font-family: Georgia, "Times New Roman", serif;
        font-style: italic;
        font-weight: 900;
        text-transform: none;
      }

      .hero p,
      .about p,
      .visit p {
        max-width: 700px;
        margin: 42px 0 0;
        color: #4b3f33;
        font-family: Arial, Helvetica, sans-serif;
        font-size: clamp(1.1rem, 1.8vw, 1.75rem);
        font-weight: 800;
        line-height: 1.45;
      }

      .hero__actions {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        margin-top: 58px;
      }

      .photo,
      .map {
        position: relative;
        overflow: hidden;
        border: var(--line);
        border-radius: var(--radius);
        background: var(--cream);
        box-shadow: var(--shadow);
      }

      .photo {
        transform: rotate(1deg);
      }

      .photo img {
        width: 100%;
        height: clamp(420px, 45vw, 720px);
        object-fit: cover;
      }

      .hero .photo img {
        object-position: center;
      }

      .price-tag,
      .forever-tag {
        position: absolute;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: var(--line);
        color: var(--cream);
        font-size: clamp(1.1rem, 2vw, 2.25rem);
        text-transform: uppercase;
        box-shadow: 5px 5px 0 var(--ink);
      }

      .price-tag {
        top: 38px;
        left: -28px;
        width: 178px;
        height: 98px;
        background: var(--green);
        transform: rotate(-11deg);
      }

      .forever-tag {
        right: -6px;
        bottom: -12px;
        padding: 20px 44px;
        border-radius: 999px;
        background: var(--red);
        transform: rotate(5deg);
      }

      .marquee {
        overflow: hidden;
        border-bottom: var(--line);
        color: var(--cream);
        background: var(--ink);
      }

      .marquee__track {
        display: flex;
        width: max-content;
        gap: 54px;
        padding: 32px 0;
        animation: slide 28s linear infinite;
        font-size: clamp(1.35rem, 2.3vw, 2.55rem);
        text-transform: uppercase;
        white-space: nowrap;
      }

      .marquee span:nth-child(even) {
        color: var(--yellow);
      }

      @keyframes slide {
        to {
          transform: translateX(-50%);
        }
      }

      .about {
        background: var(--cream);
        padding: clamp(76px, 9vw, 150px) 0;
      }

      .about .photo {
        transform: rotate(-1.4deg);
      }

      .about .photo img {
        height: clamp(380px, 43vw, 720px);
        object-position: center;
      }

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

      .stat {
        min-height: 132px;
        display: grid;
        place-items: center;
        padding: 20px;
        border: var(--line);
        border-radius: var(--radius);
        background: var(--yellow);
        box-shadow: 7px 7px 0 var(--ink);
        text-align: center;
      }

      .stat strong {
        display: block;
        font-size: clamp(2.1rem, 3vw, 4rem);
        line-height: 1;
      }

      .stat span {
        display: block;
        margin-top: 6px;
        font-size: clamp(0.8rem, 1vw, 1.05rem);
        text-transform: uppercase;
      }

      .reviews {
        padding: clamp(78px, 8vw, 145px) 0;
        color: var(--cream);
        background: var(--red);
      }

      .reviews .eyebrow {
        color: var(--yellow);
      }

      .reviews__header {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 28px;
        align-items: end;
      }

      .review-stars {
        color: var(--ink);
        font-size: clamp(1.4rem, 2vw, 2.5rem);
      }

      .reviews__cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: clamp(28px, 3vw, 48px);
        margin-top: 72px;
      }

      .review-card {
        min-height: 520px;
        padding: clamp(30px, 3vw, 56px);
        display: flex;
        flex-direction: column;
        border: var(--line);
        border-radius: var(--radius);
        color: var(--ink);
        background: var(--cream);
        box-shadow: 9px 9px 0 var(--ink);
      }

      .review-card:nth-child(1) {
        transform: rotate(-1.8deg);
      }

      .review-card:nth-child(2) {
        transform: rotate(0.6deg);
      }

      .review-card:nth-child(3) {
        transform: rotate(-0.6deg);
      }

      .review-card__stars {
        margin-bottom: 28px;
        font-size: 1.8rem;
      }

      .review-card blockquote {
        margin: 0;
        flex: 1;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(1.45rem, 1.75vw, 2.15rem);
        font-weight: 900;
        line-height: 1.24;
      }

      .review-card__rule {
        margin: 40px 0 28px;
        border-top: 4px dashed var(--ink);
      }

      .review-card__meta {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        color: var(--muted);
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 900;
        text-transform: uppercase;
      }

      .review-card__meta strong {
        color: var(--ink);
      }

      .visit {
        padding: clamp(78px, 8vw, 140px) 0;
      }

      .shop-hero {
        padding: clamp(76px, 9vw, 142px) 0 clamp(58px, 7vw, 112px);
        background: var(--yellow);
      }

      .shop-hero h1 {
        margin-top: 34px;
        max-width: 1240px;
      }

      .shop-hero p {
        max-width: 850px;
        margin: 42px 0 0;
        color: #4b3f33;
        font-family: Arial, Helvetica, sans-serif;
        font-size: clamp(1.1rem, 1.8vw, 1.75rem);
        font-weight: 800;
        line-height: 1.45;
      }

      .fresh-finds {
        padding: clamp(78px, 8vw, 145px) 0;
        background: var(--red);
      }

      .fresh-finds .eyebrow {
        color: var(--yellow);
      }

      .fresh-finds h2 {
        color: var(--cream);
      }

      .fresh-finds__header {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 28px;
        align-items: end;
      }

      .carousel__controls {
        display: flex;
        gap: 18px;
      }

      .fresh-finds__button {
        margin-top: 42px;
        transform: rotate(-1deg);
      }

      .carousel__button {
        width: 70px;
        height: 70px;
        display: inline-grid;
        place-items: center;
        border: var(--line);
        border-radius: 999px;
        color: var(--ink);
        background: var(--cream);
        box-shadow: 6px 6px 0 var(--ink);
        cursor: pointer;
        font: inherit;
        font-size: 1.6rem;
        line-height: 1;
        transition: transform 160ms ease, box-shadow 160ms ease;
      }

      .carousel__button:hover {
        transform: translate(-2px, -2px);
        box-shadow: 8px 8px 0 var(--ink);
      }

      .product-carousel {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 280px;
        gap: 32px;
        margin-top: 72px;
        padding: 0 12px 18px 0;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-color: var(--yellow) var(--ink);
        cursor: grab;
        touch-action: pan-x;
      }

      .product-carousel.is-dragging {
        cursor: grabbing;
        scroll-snap-type: none;
        user-select: none;
      }

      .product-card {
        width: 280px;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border: var(--line);
        border-radius: var(--radius);
        color: var(--ink);
        background: var(--cream);
        box-shadow: 9px 9px 0 var(--ink);
        scroll-snap-align: start;
      }

      .product-card:nth-child(odd) {
        transform: rotate(-0.8deg);
      }

      .product-card:nth-child(even) {
        transform: rotate(0.7deg);
      }

      .product-card__image {
        width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        border-bottom: var(--line);
        background: var(--yellow);
        pointer-events: none;
      }

      .product-card__body {
        display: flex;
        flex: 1;
        flex-direction: column;
        padding: 24px;
      }

      .product-card h3 {
        margin: 0;
        font-size: 1.45rem;
        line-height: 1.05;
        text-transform: uppercase;
      }

      .product-card p {
        margin: 18px 0 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.05rem;
        font-weight: 900;
        line-height: 1.35;
      }

      .product-card strong {
        display: inline-block;
        margin-left: 6px;
        color: var(--red);
        font-family: Arial Black, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
        font-size: 1.15rem;
        white-space: nowrap;
      }

      .visit h2 {
        font-size: clamp(4rem, 6.8vw, 8rem);
      }

      .info-stack {
        display: grid;
        gap: 28px;
        margin-top: 62px;
      }

      .info-card {
        padding: 34px 42px;
        border: var(--line);
        border-radius: var(--radius);
        background: var(--cream);
        box-shadow: 7px 7px 0 var(--ink);
      }

      .info-card p,
      .hours {
        margin: 12px 0 0;
        color: var(--ink);
        font-family: Arial, Helvetica, sans-serif;
        font-size: clamp(1.15rem, 1.55vw, 1.7rem);
        font-weight: 900;
        line-height: 1.45;
      }

      .hours {
        display: grid;
        gap: 6px;
      }

      .hours div {
        display: flex;
        justify-content: space-between;
        gap: 24px;
      }

      .map-wrap {
        display: grid;
        gap: clamp(40px, 12vw, 230px);
      }

      .map {
        transform: rotate(0.7deg);
      }

      .map iframe {
        display: block;
        width: 100%;
        height: clamp(360px, 44vw, 690px);
        border: 0;
      }

      .map-wrap .button {
        justify-self: end;
        transform: rotate(-2deg);
      }

      .footer {
        color: var(--cream);
        background: #000;
      }

      .footer__inner {
        min-height: 220px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 28px;
        font-size: clamp(1rem, 2vw, 2.2rem);
      }

      .footer small {
        color: #b8a994;
        font-family: Arial, Helvetica, sans-serif;
        font-size: clamp(0.95rem, 1.2vw, 1.25rem);
        font-weight: 900;
      }

      @media (max-width: 1100px) {
        .nav__inner {
          min-height: 104px;
          grid-template-columns: auto auto;
          justify-content: space-between;
          position: relative;
        }

        .nav__links {
          display: none;
        }

        .mobile-menu {
          display: block;
          justify-self: end;
          position: relative;
          z-index: 25;
        }

        .mobile-menu__button {
          width: 64px;
          height: 58px;
          display: grid;
          place-content: center;
          gap: 7px;
          border: var(--line);
          border-radius: var(--radius);
          background: var(--cream);
          box-shadow: 6px 6px 0 var(--ink);
          cursor: pointer;
          list-style: none;
          transition: transform 160ms ease, box-shadow 160ms ease;
        }

        .mobile-menu__button::-webkit-details-marker {
          display: none;
        }

        .mobile-menu__button:hover {
          transform: translate(-2px, -2px);
          box-shadow: 8px 8px 0 var(--ink);
        }

        .mobile-menu__button span {
          width: 28px;
          height: 4px;
          display: block;
          background: var(--ink);
        }

        .mobile-menu__links {
          position: absolute;
          top: calc(100% + 18px);
          right: 0;
          width: min(72vw, 290px);
          display: grid;
          border: var(--line);
          border-radius: var(--radius);
          background: var(--cream);
          box-shadow: var(--shadow);
          overflow: hidden;
        }

        .mobile-menu__links a {
          padding: 20px 24px;
          border-bottom: var(--line);
          font-size: 1.08rem;
          text-transform: uppercase;
        }

        .mobile-menu__links a:last-child {
          border-bottom: 0;
        }

        .mobile-menu__links a:hover {
          color: var(--cream);
          background: var(--red);
        }

        .hero__grid,
        .about__grid,
        .visit__grid {
          grid-template-columns: 1fr;
        }

        .hero {
          min-height: auto;
        }

        .reviews__cards,
        .stats {
          grid-template-columns: 1fr;
        }

        .review-card {
          min-height: auto;
        }

        .map-wrap {
          gap: 36px;
        }

        .map-wrap .button {
          justify-self: start;
        }
      }

      @media (min-width: 1101px) {
        .hero {
          min-height: calc(100vh - 132px);
          padding: clamp(42px, 4.2vw, 72px) 0 clamp(48px, 5vw, 78px);
        }

        .hero__grid {
          grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
          gap: clamp(36px, 4.6vw, 78px);
        }

        .hero h1 {
          font-size: clamp(4.8rem, 7.2vw, 9rem);
          line-height: 0.9;
        }

        .hero__badge {
          margin-bottom: 28px;
        }

        .hero p {
          max-width: 620px;
          margin-top: 30px;
          font-size: clamp(1.05rem, 1.25vw, 1.38rem);
        }

        .hero__actions {
          gap: 16px;
          margin-top: 36px;
        }

        .hero .button {
          min-height: 56px;
          padding: 0 26px;
          font-size: 0.95rem;
        }

        .hero .photo img {
          height: min(56vh, 600px);
          min-height: 430px;
        }
      }

      @media (max-width: 680px) {
        :root {
          --shadow: 6px 6px 0 var(--ink);
        }

        .nav__inner,
        .section__inner {
          width: min(100% - 26px, var(--max));
        }

        .nav__inner {
          min-height: 88px;
          gap: 12px;
        }

        .brand__logo {
          width: 150px;
          height: 58px;
        }

        .mobile-menu__button {
          width: 54px;
          height: 50px;
          gap: 6px;
          border-width: 3px;
          box-shadow: 4px 4px 0 var(--ink);
        }

        .mobile-menu__button span {
          width: 24px;
          height: 3px;
        }

        .mobile-menu__links {
          top: calc(100% + 14px);
          width: min(78vw, 260px);
        }

        .mobile-menu__links a {
          padding: 17px 20px;
          font-size: 1rem;
        }

        .nav .button {
          min-height: 44px;
          padding: 0 13px;
          border-width: 3px;
          box-shadow: 4px 4px 0 var(--ink);
          font-size: 0.68rem;
        }

        .hero__badge {
          margin-bottom: 28px;
          padding: 8px 18px;
        }

        h1 {
          font-size: clamp(4rem, 18vw, 6.5rem);
        }

        h2,
        .visit h2 {
          font-size: clamp(3rem, 13vw, 4.9rem);
        }

        .hero p,
        .about p,
        .visit p {
          margin-top: 30px;
        }

        .hero__actions {
          display: grid;
          gap: 16px;
          margin-top: 36px;
        }

        .button {
          width: 100%;
          min-height: 58px;
          padding: 0 22px;
          font-size: 0.95rem;
        }

        .photo img,
        .about .photo img,
        .map iframe {
          height: 340px;
        }

        .price-tag {
          left: -18px;
          width: 118px;
          height: 70px;
        }

        .forever-tag {
          padding: 14px 24px;
        }

        .marquee__track {
          gap: 32px;
          padding: 22px 0;
        }

        .reviews__header,
        .fresh-finds__header,
        .footer__inner {
          display: grid;
        }

        .review-stars {
          justify-self: start;
        }

        .carousel__controls {
          justify-self: start;
        }

        .carousel__button {
          width: 58px;
          height: 58px;
          box-shadow: 4px 4px 0 var(--ink);
        }

        .product-carousel {
          grid-auto-columns: 280px;
          gap: 22px;
          margin-top: 46px;
          padding-bottom: 14px;
        }

        .review-card {
          padding: 28px;
        }

        .review-card__meta {
          display: grid;
          gap: 8px;
        }

        .info-card {
          padding: 26px 24px;
        }

        .hours div {
          display: grid;
          gap: 2px;
        }

        .footer__inner {
          min-height: 160px;
          align-content: center;
        }
      }
