@font-face { font-family: "Coconat"; src: url("../assets/fonts/coconat-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Clash Display"; src: url("../assets/fonts/clash-display-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Clash Display"; src: url("../assets/fonts/clash-display-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Switzer"; src: url("../assets/fonts/switzer-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Switzer"; src: url("../assets/fonts/switzer-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Switzer"; src: url("../assets/fonts/switzer-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--f-body);
  font-size: var(--fs-body);
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
h1, h2, h3, h4, h5, h6, p { margin: 0; font-weight: 400; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
img, video { display: block; max-width: 100%; }
ul { list-style: none; margin: 0; padding: 0; }
input { font: inherit; }
::selection { background: var(--c-green); color: var(--c-black); }

/* ---------- typography ---------- */
.eyebrow, .label {
  font-family: var(--f-label);
  font-weight: 500;
  font-size: var(--fs-eyebrow);
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--c-text);
}
.label { font-size: var(--fs-label); }
.eyebrow--dark, .label--dark { color: var(--c-black); }
.eyebrow--muted { color: var(--c-text-2); }
.display {
  font-family: var(--f-display);
  font-size: var(--fs-h2);
  line-height: 1;
  letter-spacing: -.04em;
  color: var(--c-text);
  text-wrap: balance;
}
.display--lg { font-size: var(--fs-h2-lg); color: var(--c-black); }
.display--product { font-size: var(--fs-product); }
.body { font-family: var(--f-body); font-size: var(--fs-body); line-height: 1.1; color: var(--c-text); }
.body--lg { font-size: var(--fs-body-lg); line-height: 1.2; }
.body--muted { color: var(--c-text-2); }
.body--grey { color: var(--c-grey); }
.body--black { color: var(--c-black); }
.num { font-family: var(--f-body); font-size: 24px; line-height: 1; color: var(--c-text); }

/* ---------- buttons / chips ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--f-label); font-weight: 500; font-size: var(--fs-label);
  line-height: 1; letter-spacing: .02em; text-transform: uppercase;
  color: var(--c-text); background: var(--c-white);
  border-radius: var(--r-btn); padding: 0 20px; height: 56px; white-space: nowrap;
  transition: transform .35s var(--ease), background .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn--sm { height: 52px; padding: 0 18px; }
.btn--outline { background: transparent; border: 1px solid var(--c-beige-dark); border-radius: var(--r-sm); height: 40px; padding: 0 18px; color: var(--c-text-2); }
.btn--outline:hover { background: var(--c-white); transform: none; }
.btn--solid { background: var(--c-text); color: var(--c-white); border-radius: 20px; height: 40px; padding: 0 22px; }
.btn--solid:disabled { background: var(--c-muted); cursor: default; transform: none; }
.chip {
  display: inline-flex; align-items: center; height: 28px; padding: 0 12px;
  border: 1px solid var(--c-beige-dark); border-radius: var(--r-sm); background: var(--c-bg);
  font-family: var(--f-label); font-weight: 500; font-size: 12px; letter-spacing: .02em; text-transform: uppercase; color: var(--c-text);
}
.icon { display: inline-block; width: 24px; height: 24px; flex: none; color: currentColor; }
.icon svg { width: 100%; height: 100%; display: block; }
.circle-btn {
  width: 40px; height: 40px; border-radius: 50%; background: var(--c-card);
  display: inline-flex; align-items: center; justify-content: center; color: var(--c-text);
  transition: background .25s, opacity .25s;
}
.circle-btn:hover { background: var(--c-white); }
.circle-btn svg { width: 16px; height: 16px; }
.circle-btn--green { background: var(--c-green); color: var(--c-white); width: 24px; height: 24px; }
.circle-btn--green svg { width: 10px; height: 10px; }

/* ---------- layout helpers ---------- */
.section { position: relative; padding: 0 var(--pad-x); }
.inner { width: 100%; max-width: var(--max-inner); margin: 0 auto; }
.section-head { display: flex; flex-direction: column; gap: 12px; }
.section-head--center { align-items: center; text-align: center; }
.row { display: flex; align-items: center; justify-content: space-between; gap: var(--gap); }
.divider { height: 1px; background: var(--c-beige-dark); opacity: .6; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* scroll-appear */
/* only hidden when JS is running to reveal it (the <html class="js"> flag is set in each page's <head>) */
.js .appear { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .appear.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .appear { opacity: 1; transform: none; transition: none; } }
.circle-btn:disabled { opacity: .35; cursor: default; }
.circle-btn:disabled:hover { background: var(--c-card); }
.circle-btn:focus-visible { outline: 2px solid var(--c-text); outline-offset: 2px; }
