@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #fff7ec;
  --cream-2: #f5eadb;
  --olive: #3f5f3b;
  --olive-dark: #263a24;
  --bordeaux: #7b2e3a;
  --terra: #c76f45;
  --wood: #5c3a24;
  --text: #241f1a;
  --muted: #6a5d50;
  --line: rgba(92, 58, 36, 0.2);
  --shadow: 0 18px 45px rgba(36, 31, 26, 0.13);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

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

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

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 20;
  padding: .7rem 1rem;
  background: var(--olive-dark);
  color: #fff;
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: space-between;
  padding: .85rem clamp(1rem, 4vw, 3rem);
  background: rgba(255, 247, 236, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-weight: 700;
  color: var(--olive-dark);
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--olive-dark);
  color: var(--cream);
  font-family: "Lora", Georgia, serif;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: .25rem;
  flex-wrap: wrap;
  justify-content: center;
}

.site-nav a {
  padding: .55rem .7rem;
  border-radius: 999px;
  color: #46392f;
  font-size: .94rem;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(63, 95, 59, .12);
  color: var(--olive-dark);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .78rem 1.05rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.header-cta,
.button-primary {
  background: var(--bordeaux);
  color: #fff;
  box-shadow: 0 10px 24px rgba(123, 46, 58, .22);
}

.button-secondary {
  background: rgba(255, 247, 236, .88);
  color: var(--olive-dark);
  border-color: rgba(255, 247, 236, .65);
}

.button-light {
  background: var(--cream);
  color: var(--olive-dark);
  border-color: var(--line);
}

.button:hover,
.header-cta:hover {
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--olive-dark);
  border-radius: 999px;
  min-height: 42px;
  padding: .55rem .8rem;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 72px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--olive-dark);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(38, 58, 36, .88), rgba(38, 58, 36, .5) 45%, rgba(38, 58, 36, .12));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 12vw, 8rem) 0 3rem;
  color: #fff;
}

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

.eyebrow,
.badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: .42rem .72rem;
  background: rgba(199, 111, 69, .14);
  color: var(--bordeaux);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.hero .badge {
  background: rgba(255, 247, 236, .16);
  color: #fff;
  border: 1px solid rgba(255, 247, 236, .25);
}

h1,
h2,
h3 {
  font-family: "Lora", Georgia, serif;
  line-height: 1.08;
  margin: 0;
}

h1 {
  margin-top: 1.1rem;
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  max-width: 12ch;
}

.page-hero h1 {
  max-width: 14ch;
}

.hero p,
.page-intro p {
  margin: 1.1rem 0 0;
  max-width: 660px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions,
.action-row {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(900px, 100%);
  margin-top: 3.5rem;
  background: rgba(255, 247, 236, .18);
  border: 1px solid rgba(255, 247, 236, .25);
  border-radius: var(--radius);
  overflow: hidden;
}

.hero-meta span {
  padding: 1rem;
  background: rgba(255, 247, 236, .1);
}

.section {
  padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1rem, 4vw, 3rem);
}

.section-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  gap: .75rem;
  max-width: 720px;
  margin-bottom: 2rem;
}

.section-heading .eyebrow,
.split .eyebrow {
  margin-bottom: .25rem;
}

.section-heading h2,
.page-intro h1 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  color: var(--olive-dark);
}

.section-heading p,
.lead,
.card p,
.product-card p {
  color: var(--muted);
}

.band {
  background: #f8eddf;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.split-image {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.split-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.info-grid,
.card-grid,
.product-grid,
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.card,
.info-card,
.product-card,
.offer-card,
.form-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 247, 236, .72);
  box-shadow: 0 8px 24px rgba(36, 31, 26, .06);
  overflow: hidden;
}

.info-card,
.card {
  padding: 1.25rem;
}

.info-card,
.product-card,
.offer-card {
  display: flex;
  flex-direction: column;
}

.info-card p {
  margin-bottom: 1rem;
}

.info-card strong,
.product-body .price,
.offer-body .price {
  margin-top: auto;
}

.info-card strong,
.price {
  color: var(--bordeaux);
  font-weight: 700;
}

.info-card h3,
.card h3,
.product-card h3,
.offer-card h3 {
  color: var(--olive-dark);
  font-size: 1.35rem;
  margin-bottom: .55rem;
}

.product-card img,
.offer-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-body,
.offer-body {
  display: grid;
  flex: 1;
  gap: .8rem;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  align-content: start;
  padding: 1rem;
}

.product-body > p,
.offer-body > p {
  margin-bottom: 0;
}

.product-body .action-row,
.offer-body .action-row {
  margin-top: .25rem;
  align-self: end;
}

.product-body > .price,
.offer-body > .price {
  align-self: end;
}

.product-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .15rem;
}

.pill {
  display: inline-flex;
  flex: 0 0 auto;
  border-radius: 999px;
  padding: .28rem .55rem;
  background: rgba(63, 95, 59, .12);
  color: var(--olive-dark);
  font-size: .78rem;
  font-weight: 700;
  white-space: nowrap;
}

.offer-body > .pill {
  margin-bottom: .15rem;
}

.list {
  display: grid;
  gap: .7rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(92, 58, 36, .14);
  padding-bottom: .65rem;
}

.page-hero {
  background: linear-gradient(135deg, #f7ebdc 0%, #fff7ec 58%, #efe1ce 100%);
  color: #fff;
  padding: clamp(2.7rem, 6vw, 4.6rem) clamp(1rem, 4vw, 3rem);
}

.page-intro {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.page-intro h1 {
  max-width: 760px;
  color: var(--olive-dark);
}

.page-intro p {
  max-width: 760px;
  color: var(--muted);
}

.page-intro .eyebrow {
  color: var(--bordeaux);
  background: rgba(123, 46, 58, .08);
}

.filters {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
  margin: 0 0 1.5rem;
}

.filter {
  border: 1px solid var(--line);
  background: #fffaf2;
  color: var(--olive-dark);
  border-radius: 999px;
  padding: .5rem .8rem;
  font-weight: 700;
}

.occasion-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .75rem;
}

.occasion-grid span,
.map-card,
.notice {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  background: #fffaf2;
}

.notice {
  border-left: 5px solid var(--terra);
  color: var(--wood);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-panel {
  padding: clamp(1rem, 3vw, 2rem);
}

label {
  display: grid;
  gap: .35rem;
  font-weight: 700;
  color: var(--olive-dark);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(92, 58, 36, .28);
  border-radius: var(--radius);
  background: #fffdf8;
  color: var(--text);
  padding: .82rem .9rem;
  font: inherit;
}

textarea {
  min-height: 128px;
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.check {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  font-weight: 500;
  color: var(--text);
}

.check input {
  appearance: none;
  display: grid;
  width: 1.15rem;
  height: 1.15rem;
  min-height: 0;
  margin: .22rem 0 0;
  place-content: center;
  border: 2px solid var(--olive);
  border-radius: .25rem;
  background: #fffdf8;
  padding: 0;
}

.check input::before {
  width: .55rem;
  height: .55rem;
  transform: scale(0);
  transform-origin: center;
  background: var(--bordeaux);
  border-radius: .12rem;
  content: "";
}

.check input:checked::before {
  transform: scale(1);
}

.form-grid + .button {
  margin-top: 1.35rem;
}

.form-panel .button[type="submit"] {
  font-size: 1.04rem;
}

.form-success {
  margin-top: 1rem;
  padding: .8rem 1rem;
  border-radius: var(--radius);
  background: rgba(63, 95, 59, .14);
  color: var(--olive-dark);
  font-weight: 700;
}

.hours {
  display: grid;
  gap: .6rem;
  margin: 0;
}

.hours div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(92, 58, 36, .14);
  padding-bottom: .55rem;
}

.site-footer {
  padding: 3rem clamp(1rem, 4vw, 3rem);
  background: var(--olive-dark);
  color: #f9efe2;
}

.footer-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr .9fr .9fr .8fr;
  gap: 2rem;
}

.site-footer h2,
.site-footer h3 {
  font-family: "Lora", Georgia, serif;
  color: #fff;
  margin: 0 0 .8rem;
}

.site-footer a {
  display: block;
  margin: .35rem 0;
  color: #f9efe2;
}

.mini-map {
  min-height: 280px;
  background:
    linear-gradient(90deg, rgba(63,95,59,.18) 1px, transparent 1px),
    linear-gradient(rgba(63,95,59,.18) 1px, transparent 1px),
    #fffaf2;
  background-size: 42px 42px;
  position: relative;
}

.mini-map::after {
  content: "Mareno";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: .7rem 1rem;
  border-radius: 999px;
  background: var(--bordeaux);
  color: #fff;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.split .card-grid {
  grid-template-columns: 1fr;
}

.split .card {
  overflow: visible;
}

.split .mini-map {
  height: 100%;
  min-height: 100%;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + .4rem);
    display: none;
    padding: .7rem;
    background: #fffaf2;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .header-cta {
    display: none;
  }

  .info-grid,
  .card-grid,
  .product-grid,
  .category-grid,
  .occasion-grid,
  .footer-grid,
  .split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: .75rem 1rem;
  }

  .brand span:last-child {
    max-width: 9rem;
    line-height: 1.15;
  }

  .hero {
    min-height: 690px;
  }

  .hero::after {
    background: linear-gradient(0deg, rgba(38, 58, 36, .92), rgba(38, 58, 36, .42));
  }

  .hero-meta,
  .info-grid,
  .card-grid,
  .product-grid,
  .category-grid,
  .occasion-grid,
  .footer-grid,
  .split,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-meta {
    margin-top: 2rem;
  }

  h1 {
    font-size: clamp(2.35rem, 16vw, 3.5rem);
  }
}
