:root {
  --ivory: #f8f3e8;
  --paper: #fffaf0;
  --green: #5fba89;
  --green-deep: #204436;
  --green-dark: #132b22;
  --ink: #18241f;
  --gray: #494949;
  --muted: #6f685f;
  --brass: #b49355;
  --clay: #8a5b42;
  --border: #ded4c2;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(24, 36, 31, 0.12);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration-color: rgba(95, 186, 137, 0.55);
  text-underline-offset: 0.2em;
}

a:hover {
  text-decoration-color: var(--green-deep);
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  color: var(--green-dark);
  overflow-wrap: anywhere;
}

h1 {
  font-size: clamp(3rem, 9vw, 6.8rem);
  max-width: 10ch;
}

h2 {
  font-size: clamp(2rem, 5vw, 4.25rem);
}

h3 {
  font-size: clamp(1.25rem, 2.4vw, 2rem);
}

p {
  margin: 0;
}

address {
  font-style: normal;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-200%);
  background: var(--green-dark);
  color: var(--white);
  padding: 0.7rem 1rem;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2rem);
  min-height: 82px;
  padding: 0.9rem clamp(1rem, 3vw, 2.4rem);
  background: rgba(248, 243, 232, 0.94);
  border-bottom: 1px solid rgba(222, 212, 194, 0.9);
  backdrop-filter: blur(14px);
}

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

.brand img {
  width: min(300px, 42vw);
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 1.7vw, 1.6rem);
  font-size: clamp(0.88rem, 0.9vw, 0.98rem);
  font-weight: 700;
}

.primary-nav a,
.header-action {
  text-decoration: none;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.header-action {
  min-height: 44px;
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  border-radius: 6px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.header-directions {
  color: var(--green-dark);
  border: 1px solid rgba(180, 147, 85, 0.7);
  background: rgba(255, 250, 240, 0.68);
}

.header-cta {
  min-width: 158px;
  background: var(--green-deep);
  color: var(--white);
}

.header-action span {
  position: relative;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.header-directions span::before {
  content: "";
  position: absolute;
  inset: 0.1rem 0.22rem 0.22rem;
  border: 2px solid var(--brass);
  border-radius: 999px 999px 999px 0;
  transform: rotate(-45deg);
}

.header-directions span::after {
  content: "";
  position: absolute;
  left: 0.42rem;
  top: 0.42rem;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 999px;
  background: var(--brass);
}

.header-cta span::before,
.header-cta span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.88);
}

.header-cta span::before {
  top: 0.25rem;
}

.header-cta span::after {
  top: 0.73rem;
  width: 0.66rem;
}

.nav-toggle {
  display: none;
  min-width: 76px;
  min-height: 44px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--paper);
  color: var(--green-dark);
  font-size: 0.92rem;
  font-weight: 800;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "copy"
    "panel"
    "quick";
  gap: clamp(0.85rem, 1.8vw, 1.35rem);
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(0.8rem, 1.8vw, 1.55rem) clamp(1rem, 4vw, 3rem) 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 18%;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(248, 243, 232, 0.76), rgba(248, 243, 232, 0.95)),
    url("/assets/cc-storefront-arrival.webp") center 38% / cover no-repeat;
  opacity: 0.3;
}

.hero-copy {
  grid-area: copy;
  align-self: end;
  text-align: center;
}

.hero-lede {
  max-width: 760px;
  margin: 0.85rem auto 0;
  color: var(--gray);
  font-size: clamp(1.04rem, 1.6vw, 1.28rem);
  line-height: 1.4;
}

.hero h1 {
  display: grid;
  gap: 0;
  max-width: none;
  margin: 0 auto;
  font-size: clamp(3rem, 5.25vw, 4.85rem);
  line-height: 0.98;
}

.hero h1 span {
  min-width: 0;
}

.hero-title-accent {
  color: #4f8967;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.hero-quicklinks {
  grid-area: quick;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 0.15rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  color: var(--green-deep);
  font-size: 0.96rem;
  font-weight: 800;
  background: var(--border);
}

.hero-quicklinks a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 74px;
  align-content: center;
  align-items: center;
  gap: 0.15rem 0.9rem;
  padding: 0.85rem 1.1rem;
  background: rgba(255, 250, 240, 0.78);
  text-decoration: none;
}

.quick-icon {
  grid-row: span 2;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(95, 137, 103, 0.55);
  border-radius: 999px;
  color: #4f8967;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-weight: 700;
}

.hero-quicklinks small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.hero-panel {
  grid-area: panel;
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.6vw, 1.15rem);
  min-width: 0;
}

.hero-panel article,
.store-facts,
.contact-panel,
.stat-panel,
.menu-card,
.mini-card,
.location-card {
  border: 1px solid rgba(222, 212, 194, 0.92);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.9);
  box-shadow: var(--shadow);
}

.hero-panel article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(285px, 30vw, 340px);
  padding: clamp(1.25rem, 2.4vw, 2rem);
  background-size: cover;
  background-position: center;
  color: rgba(255, 255, 255, 0.9);
  min-width: 0;
}

.hero-panel article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(19, 43, 34, 0.94), rgba(19, 43, 34, 0.74), rgba(19, 43, 34, 0.22));
}

.hero-panel .hero-store-trf {
  background-image: url("/assets/cc-community.webp");
  background-position: center 46%;
}

.hero-panel .hero-store-egf {
  background-image: url("/assets/cc-storefront-arrival.webp");
  background-position: center 44%;
}

@media (max-width: 640px) {
  .hero::before {
    background:
      linear-gradient(180deg, rgba(248, 243, 232, 0.76), rgba(248, 243, 232, 0.95)),
      url("/assets/cc-storefront-arrival-mobile.webp") center 38% / cover no-repeat;
  }

  .hero-panel .hero-store-trf {
    background-image: url("/assets/cc-community-mobile.webp");
  }

  .hero-panel .hero-store-egf {
    background-image: url("/assets/cc-storefront-arrival-mobile.webp");
  }
}

.hero-panel article h2,
.hero-panel article .label,
.hero-panel article a {
  color: var(--white);
}

.hero-panel article .button-light {
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.96);
}

.hero-panel article .button-outline-light {
  color: var(--white);
}

.hero-panel h2 {
  margin: 0.45rem 0 0.8rem;
  font-size: clamp(2.1rem, 4vw, 3.45rem);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
  overflow-wrap: normal;
}

.hero-panel a {
  margin-top: 1.2rem;
  font-weight: 800;
}

.hero-media {
  grid-area: media;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--green-dark);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.9) contrast(0.98);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.82rem 1.05rem;
  border-radius: 6px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--green-dark);
  color: var(--white);
}

.button-secondary {
  background: var(--paper);
  color: var(--green-dark);
  border-color: var(--border);
}

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

.button-light {
  background: var(--white);
  color: var(--green-dark);
}

.button-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.7);
}

.answer-block {
  display: grid;
  grid-template-columns: 1.05fr 1fr minmax(180px, 0.45fr);
  gap: clamp(1rem, 3vw, 2rem);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.answer-block h2 {
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(1.75rem, 3vw, 3.1rem);
}

.answer-action {
  align-self: center;
}

.label {
  color: var(--clay);
  font-size: 0.77rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6.5rem) clamp(1rem, 4vw, 1.5rem);
}

.narrow {
  max-width: 880px;
}

.section-intro {
  max-width: 780px;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.section-intro h2 {
  margin-top: 0.4rem;
}

.section-intro p:not(.label) {
  margin-top: 0.85rem;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.location-card {
  overflow: hidden;
}

.location-card-media {
  aspect-ratio: 16 / 10;
  background: var(--green-dark);
}

.location-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-card-body {
  padding: clamp(1.1rem, 2.5vw, 1.65rem);
}

.location-card h3,
.mini-card h3,
.menu-card h2,
.contact-panel h2,
.store-facts h2,
.stat-panel h3 {
  margin: 0.4rem 0 0.7rem;
}

.location-card p,
.mini-card p,
.menu-card p,
.contact-panel p,
.store-facts p,
.stat-panel p {
  color: var(--muted);
}

.location-card address {
  margin-top: 1rem;
  font-weight: 800;
  color: var(--green-dark);
}

.hours-note {
  margin-top: 0.55rem;
  font-size: 0.94rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.56fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: stretch;
}

.stat-panel,
.store-facts,
.contact-panel,
.menu-card {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.check-list {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.45rem;
  margin: 0.5rem 0;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--green);
}

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

.mini-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1rem, 2.5vw, 1.4rem);
  color: inherit;
  text-decoration: none;
}

.mini-card span {
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-card:hover {
  border-color: rgba(95, 186, 137, 0.75);
}

.photo-band {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(260px, 0.55fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: center;
  background: var(--green-dark);
  color: rgba(255, 255, 255, 0.9);
  max-width: none;
  padding-left: max(clamp(1rem, 4vw, 1.5rem), calc((100vw - var(--max)) / 2 + 1.5rem));
  padding-right: max(clamp(1rem, 4vw, 1.5rem), calc((100vw - var(--max)) / 2 + 1.5rem));
}

.photo-band h2,
.photo-band .label {
  color: var(--white);
}

.photo-band .section-intro p:not(.label) {
  color: rgba(255, 255, 255, 0.76);
}

.photo-band img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--paper);
  padding: 1rem 1.1rem;
}

.faq-list summary {
  cursor: pointer;
  color: var(--green-dark);
  font-weight: 900;
  line-height: 1.35;
}

.faq-list p {
  margin-top: 0.75rem;
  color: var(--muted);
}

.page-hero {
  background: var(--green-dark);
  color: rgba(255, 255, 255, 0.86);
}

.not-found-hero {
  min-height: 45vh;
  display: grid;
  align-items: end;
}

.page-hero .container {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3.5rem, 9vw, 7rem) clamp(1rem, 4vw, 1.5rem);
}

.page-hero h1 {
  color: var(--white);
  max-width: 13ch;
  width: 100%;
}

.page-hero p {
  max-width: 760px;
  margin-top: 1rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 800;
}

.breadcrumbs a {
  color: inherit;
}

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

.dark-card,
.cta-band {
  background: var(--green-dark);
  color: rgba(255, 255, 255, 0.88);
}

.dark-card h2,
.dark-card .label,
.cta-band h2 {
  color: var(--white);
}

.dark-card p {
  color: rgba(255, 255, 255, 0.88);
}

.prose {
  font-size: 1.06rem;
}

.prose > p {
  margin-top: 1rem;
  color: var(--gray);
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.related-links a,
.section-link a {
  font-weight: 900;
}

.store-facts {
  align-self: start;
}

.vertical {
  flex-direction: column;
}

.vertical .button {
  width: 100%;
}

.phone-link {
  color: var(--green-deep);
  font-size: clamp(1.6rem, 4vw, 2.3rem);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-weight: 700;
}

.compliance-note {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1rem clamp(1rem, 4vw, 1.5rem) 3rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  max-width: var(--max);
  margin: clamp(2rem, 5vw, 4rem) auto;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 8px;
}

.cta-band p {
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1rem, 4vw, 2rem);
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
}

.site-footer h2 {
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  line-height: 1.2;
}

.site-footer a {
  display: block;
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.footer-disclaimer {
  max-width: var(--max);
  margin: 2rem auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    position: fixed;
    right: auto;
    left: min(290px, calc(100vw - 92px));
    top: 0.85rem;
    z-index: 30;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--green-dark);
    border-color: var(--green-dark);
    color: var(--white);
    box-shadow: 0 10px 24px rgba(19, 43, 34, 0.18);
  }

  .primary-nav,
  .header-actions {
    display: none;
  }

  .nav-open .primary-nav {
    position: fixed;
    inset: 82px 0 auto 0;
    display: grid;
    gap: 0;
    padding: 1rem;
    background: var(--ivory);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
  }

  .nav-open .primary-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border);
  }

  .hero,
  .answer-block,
  .split-section,
  .photo-band,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-areas:
      "copy"
      "panel"
      "quick";
    min-height: auto;
  }

  .location-grid,
  .menu-chooser,
  .card-grid,
  .hero-panel,
  .hero-quicklinks,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel article {
    min-height: 0;
  }

  .photo-band {
    padding-left: clamp(1rem, 4vw, 1.5rem);
    padding-right: clamp(1rem, 4vw, 1.5rem);
  }

  .cta-band .button-row {
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: clamp(3rem, 17vw, 4.5rem);
  }

  .site-header {
    min-height: 72px;
    padding: 0.85rem 1rem;
  }

  .brand img {
    width: min(220px, 58vw);
  }

  .nav-open .primary-nav {
    inset: 72px 0 auto 0;
  }

  .hero {
    padding-top: 2.2rem;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 10.5vw, 3.3rem);
    max-width: min(100%, 9.5ch);
  }

  .hero-title-accent {
    max-width: 8.8ch;
    margin: 0 auto;
  }

  .hero-lede {
    font-size: 1.03rem;
    max-width: 30ch;
  }

  .hero-panel h2 {
    font-size: clamp(1.95rem, 8vw, 2.25rem);
    overflow-wrap: anywhere;
  }

  .hero-panel article p {
    max-width: 28ch;
  }

  .hero-actions .button,
  .button-row .button,
  .hero-quicklinks a {
    width: 100%;
  }

  .hero-quicklinks a {
    min-height: 64px;
  }

  .answer-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .location-card-body,
  .menu-card,
  .contact-panel,
  .store-facts,
  .stat-panel {
    padding: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
