:root {
  --ink: #173b3d;
  --ink-deep: #102f31;
  --mint: #d9ede5;
  --mint-soft: #eff8f2;
  --coral: #f5846c;
  --coral-deep: #db655b;
  --gold: #f3c75f;
  --paper: #fbfaf5;
  --white: #ffffff;
  --line: rgba(23, 59, 61, .17);
  --display: "Trebuchet MS", "Avenir Next", Avenir, sans-serif;
  --body: "Open Sans", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 20; padding: .65rem 1rem; background: var(--gold); color: var(--ink-deep); font-weight: 700; }
.skip-link:focus { top: 1rem; }

.section-shell { width: min(1160px, calc(100% - 3rem)); margin-inline: auto; }
.site-header { position: relative; z-index: 10; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { width: min(1220px, calc(100% - 3rem)); min-height: 104px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { position: relative; display: inline-flex; align-items: center; width: 214px; min-height: 78px; text-decoration: none; }
.brand img { width: 214px; height: auto; max-height: 92px; object-fit: contain; object-position: left center; }
.brand-fallback { display: none; font-family: var(--display); font-size: 1.55rem; font-weight: 800; letter-spacing: -.06em; }
.brand img[src=""] + .brand-fallback, .brand img:not([src]) + .brand-fallback { display: inline; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.4rem); font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-nav a { position: relative; padding: .5rem 0; text-decoration: none; }
.site-nav a:not(.nav-button)::after { position: absolute; left: 0; right: 100%; bottom: .15rem; height: 2px; content: ""; background: var(--coral); transition: right .2s ease; }
.site-nav a:not(.nav-button):hover::after, .site-nav a.active::after { right: 0; }
.nav-button { padding: .8rem 1.15rem !important; color: var(--white); background: var(--ink); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font: inherit; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.menu-icon { display: inline-flex; flex-direction: column; gap: 4px; margin-right: .5rem; vertical-align: middle; }
.menu-icon i { display: block; width: 20px; height: 2px; background: currentColor; }

.hero { position: relative; min-height: 660px; overflow: hidden; background: var(--mint); }
.hero-inner { position: relative; z-index: 1; width: min(1220px, calc(100% - 3rem)); min-height: 660px; margin-inline: auto; display: grid; grid-template-columns: minmax(0, .92fr) minmax(450px, 1.08fr); align-items: center; gap: clamp(2rem, 6vw, 6.5rem); padding: 5.25rem 0 6rem; }
.hero-copy { position: relative; z-index: 2; max-width: 570px; }
.eyebrow, .section-kicker { margin: 0 0 1.1rem; color: var(--coral-deep); font-family: var(--display); font-size: .73rem; font-weight: 800; letter-spacing: .2em; line-height: 1.2; text-transform: uppercase; }
.hero h1 { max-width: 600px; margin: 0; color: var(--ink-deep); font-family: var(--display); font-size: clamp(3.1rem, 6.2vw, 6rem); font-weight: 800; letter-spacing: -.075em; line-height: .93; }
.hero h1 span { color: var(--coral); font-size: .64em; letter-spacing: -.08em; }
.hero-lede { max-width: 500px; margin: 2rem 0 2.1rem; font-size: 1.06rem; line-height: 1.75; }
.button { display: inline-flex; align-items: center; gap: 1rem; padding: .96rem 1.4rem; border-radius: 999px; font-family: var(--display); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--coral-deep); }
.button-primary:hover { background: var(--ink); }
.hero-shape { position: absolute; border-radius: 50%; opacity: .72; }
.hero-shape-one { top: -12rem; right: -7rem; width: 34rem; height: 34rem; background: rgba(243, 199, 95, .52); }
.hero-shape-two { bottom: -20rem; left: -12rem; width: 36rem; height: 36rem; border: 2rem solid rgba(255,255,255,.28); }
.hero-collage { position: relative; width: min(100%, 625px); height: 500px; justify-self: end; }
.photo { position: absolute; margin: 0; overflow: hidden; background: #c3d6ce; box-shadow: 0 18px 40px rgba(16, 47, 49, .17); }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-main { top: 34px; left: 3%; width: 72%; height: 400px; border: 12px solid var(--white); transform: rotate(-4deg); }
.photo-small { width: 43%; height: 190px; border: 8px solid var(--white); }
.photo-small-top { top: 0; right: 0; transform: rotate(6deg); }
.photo-small-bottom { right: 1%; bottom: 8px; transform: rotate(-3deg); }
.collage-sticker { position: absolute; bottom: 34px; left: 48%; display: grid; place-items: center; width: 102px; height: 102px; padding: 1rem; color: var(--ink-deep); background: var(--gold); border-radius: 50%; font-family: var(--display); font-size: .68rem; font-weight: 800; letter-spacing: .09em; line-height: 1.2; text-align: center; transform: rotate(10deg); }
.scroll-cue { position: absolute; z-index: 2; bottom: 1.25rem; left: 50%; display: grid; place-items: center; width: 2.4rem; height: 2.4rem; color: var(--ink); border: 1px solid var(--ink); border-radius: 50%; font-size: 1.3rem; text-decoration: none; transform: translateX(-50%); }

.purpose { padding-top: 8.5rem; padding-bottom: 8.5rem; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: end; }
.purpose h2, .visit h2 { max-width: 570px; margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 4.4vw, 4.3rem); font-weight: 800; letter-spacing: -.07em; line-height: .98; }
.purpose-copy { max-width: 510px; padding-bottom: .15rem; }
.purpose-copy p { margin: 0 0 1.1rem; font-size: 1.06rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 5.5rem; background: var(--line); border: 1px solid var(--line); }
.value-card { min-height: 235px; padding: 2rem; background: var(--paper); }
.value-number { display: block; margin-bottom: 2.9rem; color: var(--coral-deep); font-family: var(--display); font-size: .77rem; font-weight: 800; letter-spacing: .1em; }
.value-card h3 { margin: 0 0 .55rem; font-family: var(--display); font-size: 1.65rem; letter-spacing: -.04em; }
.value-card p { max-width: 240px; margin: 0; color: rgba(23,59,61,.8); font-size: .94rem; line-height: 1.55; }

.store-banner { position: relative; overflow: hidden; color: var(--white); background: var(--coral-deep); }
.store-pattern { position: absolute; inset: 0; opacity: .26; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.8) 1px, transparent 1.5px); background-size: 22px 22px; }
.store-content { position: relative; min-height: 410px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 2rem; padding-top: 4.4rem; padding-bottom: 4.4rem; }
.eyebrow-light { color: var(--gold); }
.store-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 5.5vw, 5.2rem); font-weight: 800; letter-spacing: -.075em; line-height: .95; }
.store-copy h2 em { color: var(--gold); font-style: normal; }
.store-hours { margin: 2rem 0 .5rem; font-family: var(--display); font-size: 1.15rem; letter-spacing: .05em; text-transform: uppercase; }
.store-hours strong { margin-left: .8rem; color: var(--gold); }
.store-note { max-width: 360px; margin: 0; color: rgba(255,255,255,.87); }
.store-mark { justify-self: center; display: grid; place-items: center; width: min(30vw, 310px); height: min(30vw, 310px); border: 2px solid var(--gold); border-radius: 50%; transform: rotate(-8deg); }
.store-mark-word { display: block; margin-bottom: -1.4rem; color: var(--gold); font-family: var(--display); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 900; letter-spacing: -.1em; line-height: .9; }
.store-mark-outline { color: transparent; -webkit-text-stroke: 2px var(--white); }
.store-mark-small { margin-top: 1.3rem; font-family: var(--display); font-size: .7rem; font-weight: 800; letter-spacing: .28em; }

.visit { padding-top: 7.5rem; padding-bottom: 7.5rem; }
.visit-card { display: grid; grid-template-columns: auto 1fr minmax(230px, 330px); align-items: center; gap: 2.2rem; padding: 3.5rem clamp(1.5rem, 5vw, 5rem); background: var(--mint); }
.visit-icon { display: grid; place-items: center; width: 3.2rem; height: 3.2rem; color: var(--coral-deep); border: 2px solid var(--coral-deep); border-radius: 50%; font-size: 1.65rem; line-height: 1; }
.visit h2 { margin-bottom: .85rem; font-size: clamp(2.1rem, 4vw, 3.8rem); }
.visit address { font-style: normal; font-size: 1.05rem; line-height: 1.5; }
.visit-aside { padding-left: 2rem; border-left: 1px solid var(--line); }
.visit-aside p { margin: 0 0 1rem; font-size: .95rem; }
.text-link { font-family: var(--display); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--coral-deep); font-size: 1.15rem; }

.site-footer { color: var(--mint); background: var(--ink-deep); }
.footer-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-name { display: block; font-family: var(--display); font-size: 1.3rem; font-weight: 800; letter-spacing: -.06em; }
.footer-tagline { color: rgba(217,237,229,.65); font-size: .82rem; }
.footer-inner p { margin: 0; color: rgba(217,237,229,.7); font-size: .8rem; }

@media (max-width: 900px) {
  .header-inner { min-height: 86px; }
  .brand, .brand img { width: 170px; }
  .menu-toggle { display: inline-flex; align-items: center; }
  .site-nav { position: absolute; top: 100%; left: 1.5rem; right: 1.5rem; display: none; flex-direction: column; align-items: stretch; gap: .25rem; padding: 1rem 1.25rem 1.3rem; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 15px 30px rgba(16,47,49,.1); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .65rem 0; }
  .site-nav .nav-button { margin-top: .35rem; text-align: center; }
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; padding-top: 5rem; }
  .hero-copy { max-width: 680px; }
  .hero-collage { justify-self: center; }
  .purpose-grid { gap: 2.5rem; }
  .visit-card { grid-template-columns: auto 1fr; }
  .visit-aside { grid-column: 2; padding-left: 0; border-left: 0; }
}

@media (max-width: 600px) {
  .section-shell, .header-inner, .hero-inner { width: min(100% - 2rem, 1220px); }
  .hero { min-height: auto; }
  .hero-inner { min-height: auto; padding-top: 4rem; padding-bottom: 5rem; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4.1rem); }
  .hero h1 span { font-size: .58em; }
  .hero-lede { font-size: .98rem; }
  .hero-collage { height: 320px; }
  .photo-main { top: 30px; height: 255px; border-width: 8px; }
  .photo-small { height: 120px; border-width: 5px; }
  .collage-sticker { bottom: 6px; left: 44%; width: 78px; height: 78px; font-size: .52rem; }
  .scroll-cue { display: none; }
  .purpose { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .purpose-grid, .store-content { grid-template-columns: 1fr; }
  .purpose h2 { font-size: 2.8rem; }
  .values { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .value-card { min-height: auto; padding: 1.5rem; }
  .value-number { margin-bottom: 1.4rem; }
  .store-content { padding-top: 4rem; padding-bottom: 4rem; }
  .store-copy h2 { font-size: 3.25rem; }
  .store-mark { width: 230px; height: 230px; margin-top: 1.5rem; }
  .visit { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .visit-card { grid-template-columns: auto 1fr; gap: 1.2rem; padding: 2rem 1.35rem; }
  .visit h2 { font-size: 2.8rem; }
  .visit-aside { grid-column: 1 / -1; }
  .footer-inner { min-height: 145px; align-items: flex-start; justify-content: center; flex-direction: column; gap: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
