@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url("/assets/fonts/archivo-400.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url("/assets/fonts/archivo-500.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url("/assets/fonts/archivo-600.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url("/assets/fonts/archivo-700.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/barlow-condensed-500.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/barlow-condensed-600.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/barlow-condensed-700.woff2") format("woff2");
}
/* Tamara Bell Skating microsite — "First Ice" tokens. TBS-MICROSITE-VERSION: v1.0 */
:root {
  --rink: #f2f6f7;
  --boards: #ffffff;
  --ink: #10222e;
  --muted: #40596e;
  --edge: #1e7a9c;
  --edge-ink: #176180;
  --gold: #d8992b;
  --gold-ink: #7a5510;
  --frost: #dce7eb;
  --card-line: #e5edf0;
  --shadow: 0 1px 2px rgba(16, 34, 46, 0.05), 0 5px 16px rgba(16, 34, 46, 0.05);
  --wrap: 1080px;
  --measure: 760px;
  --display:
    "Barlow Condensed", Archivo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body: Archivo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--rink);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}
a {
  color: var(--edge-ink);
}
a:hover {
  color: var(--ink);
}
:focus-visible {
  outline: 2px solid var(--edge);
  outline-offset: 3px;
}
::selection {
  background: rgba(216, 153, 43, 0.22);
}
img,
svg {
  max-width: 100%;
}
.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.skip {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.skip:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  display: inline-block;
  margin: 12px;
  padding: 10px 16px;
  background: var(--boards);
  border: 1px solid var(--frost);
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
}

/* header + footer */
.site-header {
  background: var(--boards);
  border-bottom: 1px solid var(--frost);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 16px;
  padding-bottom: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--ink);
}
.brand-mark {
  display: block;
  height: 40px;
  width: auto;
  flex: 0 0 auto;
  mix-blend-mode: multiply;
}
.brand-name {
  font-family: var(--display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1;
}
.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  letter-spacing: 0.01em;
}
.btn-primary {
  background: var(--edge);
  color: #fff;
  font-size: 15px;
  padding: 11px 20px;
}
.btn-primary:hover {
  background: var(--edge-ink);
  color: #fff;
}
.btn-lg {
  font-size: 16px;
  padding: 14px 26px;
}
.btn-ghost {
  background: var(--boards);
  color: var(--edge-ink);
  border: 1px solid var(--frost);
}
.btn-ghost:hover {
  border-color: var(--edge);
  color: var(--edge-ink);
}
.site-footer {
  background: var(--boards);
  border-top: 1px solid var(--frost);
  padding: 44px 0;
}
.site-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  align-items: center;
  justify-content: space-between;
}
.site-footer p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-size: 14px;
  font-weight: 500;
}
/* Legal entity line — quieter than the copyright, still legible (AA on boards). */
.footer-legal {
  margin-top: 6px !important;
  font-size: 13px !important;
  color: var(--muted-3) !important;
}

/* type */
.eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-ink);
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 600;
  color: var(--ink);
}
.h1 {
  margin: 0;
  font-size: clamp(46px, 8.5vw, 80px);
  line-height: 1.02;
  letter-spacing: 0.005em;
}
.h2 {
  margin: 0;
  font-size: clamp(30px, 4.4vw, 44px);
  line-height: 1.12;
}
.rule {
  width: 64px;
  height: 2px;
  background: var(--gold);
  margin: 28px 0;
}
.lede {
  margin: 0 0 32px;
  font-size: clamp(18px, 2.2vw, 21px);
  line-height: 1.6;
  color: var(--muted);
  max-width: 34em;
}
p {
  color: var(--muted);
}
strong {
  color: var(--ink);
  font-weight: 600;
}

/* home */
main {
  flex: 1 0 auto;
}
.section {
  padding: clamp(56px, 8vw, 96px) 0;
}
.band {
  background: var(--boards);
  border-top: 1px solid var(--frost);
  border-bottom: 1px solid var(--frost);
}
.cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(32px, 5vw, 64px);
}
.cols--hero {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
  gap: clamp(36px, 5vw, 64px);
}
.cols--top {
  align-items: start;
}
.hero {
  padding: clamp(48px, 8vw, 96px) 0 clamp(40px, 6vw, 72px);
}
.doors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(232px, 1fr));
  gap: 16px;
  max-width: 37em;
}
.door {
  border: 1px solid var(--frost);
  border-radius: 6px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.door--new {
  background: var(--boards);
  border-color: var(--card-line);
  box-shadow: var(--shadow);
}
.door-label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.door--new .door-label {
  color: var(--gold-ink);
}
.door p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  flex: 1 0 auto;
}
.btn-block {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 13px 20px;
}
.contact .btn {
  margin-bottom: 28px;
}
.prose {
  max-width: 60ch;
}
.prose p {
  margin: 0 0 20px;
}
.prose p:last-child {
  margin-bottom: 0;
}
.photo {
  background: var(--boards);
  border: 1px solid var(--card-line);
  border-radius: 6px;
  box-shadow: var(--shadow);
  overflow: hidden;
  aspect-ratio: 4/5;
}
.photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 16%;
}
.photo-cap {
  margin: 14px 0 0;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.mini-label {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.chips {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chips li {
  background: var(--rink);
  border: 1px solid var(--frost);
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}
.rink {
  padding-top: 26px;
  border-top: 1px solid var(--frost);
}
.rink .mini-label {
  margin-bottom: 12px;
}
.rink-venue {
  margin: 0 0 8px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: var(--ink);
}
.rink-addr {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.55;
}
.rink-links {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  font-size: 15px;
  font-weight: 600;
}
.rink-fine {
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.55;
}
.creds {
  background: var(--rink);
  border: 1px solid var(--frost);
  border-radius: 6px;
  padding: clamp(24px, 3vw, 32px);
}
.creds h3 {
  margin: 0 0 20px;
  font-size: 22px;
  letter-spacing: 0.02em;
}
.creds ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
}
.creds li {
  padding: 14px 0;
  border-top: 1px solid var(--frost);
}
.creds li:first-child {
  padding-top: 0;
  border-top: 0;
}
.creds li:last-child {
  padding-bottom: 0;
}
.creds-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 22px;
}
.creds-head img {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--frost);
  flex: 0 0 auto;
}
.creds-head h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.creds-head p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.4;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-brand img {
  display: block;
  width: 96px;
  height: auto;
  mix-blend-mode: multiply;
}
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.card {
  background: var(--boards);
  border: 1px solid var(--card-line);
  border-radius: 6px;
  box-shadow: var(--shadow);
  padding: 28px;
}
.step-num {
  display: block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: var(--gold-ink);
}
.h3 {
  margin: 16px 0 10px;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.card p {
  margin: 0;
  font-size: 16px;
}
.note {
  background: var(--rink);
  border: 1px solid var(--frost);
  border-radius: 6px;
  padding: 28px;
}
.note h3 {
  margin: 0 0 12px;
  font-size: 22px;
  letter-spacing: 0.02em;
}
.note p {
  margin: 0 0 14px;
  font-size: 16px;
}
.contact {
  text-align: center;
}
.contact .h2 {
  margin-bottom: 24px;
}
.contact-lede {
  margin: 0 auto 28px;
  max-width: 46ch;
}
.email-link {
  display: inline-block;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(26px, 4.6vw, 42px);
  letter-spacing: 0.02em;
  color: var(--edge-ink);
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 4px;
}
.email-link:hover {
  color: var(--ink);
}
.section-head {
  margin-bottom: clamp(28px, 4vw, 44px);
}

/* policy pages */
.doc-wrap {
  max-width: var(--measure);
  margin: 0 auto;
  padding: clamp(36px, 6vw, 72px) 24px clamp(56px, 8vw, 96px);
}
.back-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  margin-bottom: 28px;
}
.doc-title {
  margin: 0;
  font-size: clamp(36px, 6.5vw, 56px);
  line-height: 1.06;
  letter-spacing: 0.01em;
}
.doc-meta {
  margin: 14px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-ink);
}
.doc {
  background: var(--boards);
  border: 1px solid var(--card-line);
  border-radius: 6px;
  box-shadow: var(--shadow);
  padding: clamp(28px, 5vw, 52px);
  margin-top: 32px;
}
.doc > :first-child {
  margin-top: 0;
}
.doc h2 {
  margin: 44px 0 16px;
  padding-top: 36px;
  border-top: 1px solid var(--frost);
  font-size: clamp(23px, 3.2vw, 30px);
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.doc h2.first {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.doc p {
  margin: 0 0 20px;
}
/* Quoted scripts (SMS consent) — semantic blockquote, no UA indent. */
.doc blockquote {
  margin: 0 0 20px;
}
.doc > p:last-child {
  margin-bottom: 0;
}
.doc ul,
.doc ol {
  margin: 0;
  padding-left: 22px;
}
.doc li {
  margin-bottom: 14px;
  padding-left: 4px;
}
.doc li:last-child {
  margin-bottom: 0;
}
.callout {
  background: var(--rink);
  border: 1px solid var(--frost);
  border-radius: 6px;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 600;
}
