/* Approved white Film room: real footage, condensed sports typography, quiet surfaces. */
@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/barlow-condensed-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/barlow-condensed-700-italic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

:root {
	color-scheme: light;
	--ink: #14271c;
	--muted: #52665a;
	--brand: #07894c;
	--brand-hover: #066f3e;
	--surface: #fff;
	--surface-alt: #f1f6f2;
	--line: #d7e4db;
	--line-soft: #ecf0ec;
	--display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--surface); color: var(--ink); font: 16px/1.55 'Segoe UI', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; }
h2 { font-size: clamp(34px, 4.25vw, 54px); line-height: 1.02; letter-spacing: -.01em; }
h3 { font-size: 30px; line-height: 1.08; }
p { color: var(--muted); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: 600 14px/1.3 'Segoe UI', Arial, sans-serif; cursor: pointer; }
button, a, summary { touch-action: manipulation; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #a65a00; outline-offset: 5px; }
.page-width { width: min(90%, 1200px); margin-inline: auto; }
.section-tint { background: var(--surface-alt); }
.skip-link { position: absolute; top: 8px; left: 8px; z-index: 5; padding: 12px 20px; background: var(--ink); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

/* Navigation and actions */
.site-header { border-bottom: 1px solid var(--line); }
.cic-nav { display: flex; align-items: center; gap: 22px; padding-block: 22px; }
.cic-brand { display: inline-flex; align-items: center; gap: 9px; font: 700 27px/1 var(--display); white-space: nowrap; }
.cic-brand img { flex-shrink: 0; }
.cic-navlinks { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: 13px; font-weight: 600; }
.cic-navlinks a { padding-block: 10px; }
.cic-navlinks a:hover, .cic-footer a:hover { color: var(--brand); }
.cic-button { display: inline-flex; justify-content: center; align-items: center; min-height: 47px; padding: 12px 23px; border: 1px solid var(--brand); border-radius: 7px; background: var(--brand); color: #fff; font-size: 14px; font-weight: 600; line-height: 1.3; white-space: nowrap; }
.cic-button:hover { background: var(--brand-hover); border-color: var(--brand-hover); }
.cic-small { min-height: 40px; padding: 7px 12px; font-size: 13px; }
.cic-outline { background: transparent; border-color: var(--line); color: var(--ink); }
.cic-outline:hover { background: var(--surface-alt); border-color: var(--brand); }
.cic-textbutton { padding: 12px 0; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 600; line-height: 1.3; }
.cic-textbutton:hover { color: var(--brand); border-color: var(--brand); }
.cic-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 28px; }

/* Hero retains the existing product-overview player. */
.cic-hero { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; align-items: center; padding-block: 74px 66px; }
.cic-hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, #000 10%, transparent 75%); mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, #000 10%, transparent 75%); }
.cic-hero > * { position: relative; z-index: 1; }
.cic-hero h1 { font-size: clamp(52px, 6.1vw, 78px); font-style: italic; text-transform: uppercase; line-height: .99; letter-spacing: -.015em; }
.text-accent { color: var(--brand); }
.cic-hero-copy > p { margin-top: 23px; max-width: 64ch; line-height: 1.65; }
.cic-hero-film { min-width: 0; }
.hero-video { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #071a12; border-radius: 11px; }
.hero-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
figcaption { padding-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.cic-hero-film figcaption { font-size: 13px; }
.cic-hero-film figcaption strong, .cic-hero-film figcaption span { display: block; }
.cic-hero-film figcaption strong { color: var(--ink); }

/* Feature footage keeps its original framing and real interface overlays. */
.cic-features { padding-block: 30px 55px; border-top: 1px solid var(--line); }
.cic-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; margin-bottom: 38px; }
.cic-section-heading > p { max-width: 35ch; font-size: 15px; }
.cic-feature-row { display: grid; grid-template-columns: .72fr 1.28fr; gap: 50px; align-items: center; padding-block: 36px 55px; }
.cic-feature-row > *, .cic-devices-inner > * { min-width: 0; }
.cic-feature-copy p { margin: 15px 0 18px; font-size: 15px; }
.cic-feature-name { color: var(--brand); font-size: 13px; }
.cic-feature-row figure > img:first-child { width: 100%; border-radius: 9px; }
.cic-reverse { grid-template-columns: 1.28fr .72fr; }
.cic-reverse .cic-feature-copy { order: 2; }
.cic-tracking-media { position: relative; }
.cic-tracking video { display: block; width: 100%; height: auto; aspect-ratio: 1100 / 620; object-fit: contain; border-radius: 9px; background: #071a12; }
.cic-tracking-ui { position: absolute; right: 12px; bottom: 16px; width: 23%; border-radius: 7px; box-shadow: 0 6px 18px #0003; pointer-events: none; }
.cic-tracking:has(video[controls]) .cic-tracking-ui { bottom: 55px; }
.cic-motion { display: block; margin-top: 20px; min-height: 44px; padding: 8px 0; background: transparent; border: 0; border-bottom: 1px solid #bfd3c7; color: var(--muted); font-size: 12px; }
.cic-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; padding-bottom: 38px; }
.cic-pair article > img { width: 100%; height: 240px; object-fit: contain; background: #09170f; border-radius: 9px; margin-bottom: 22px; }
.cic-pair p { margin-top: 10px; font-size: 15px; }
.cic-with-setup { position: relative; padding-bottom: 37px; }
.cic-with-setup .cic-setup { width: 25%; position: absolute; right: 12px; bottom: 0; border-radius: 6px; box-shadow: 0 8px 18px #0003; }
.cic-highlight-strip { width: 400px; border-radius: 5px; margin-top: 22px; }

/* The actual desktop player and phone, shown together. */
.cic-devices { padding-block: 70px; }
.cic-devices-inner { display: grid; grid-template-columns: .72fr 1.28fr; gap: 40px; align-items: center; }
.cic-device-copy p { margin-top: 22px; font-size: 15px; }
.cic-device-footnote { font-weight: 600; }
.cic-device-pair { display: flex; align-items: center; position: relative; padding: 25px 10% 25px 0; min-width: 0; }
.cic-laptop { width: 100%; min-width: 0; }
.cic-laptop-screen { background: #101614; border: 7px solid #26332d; border-radius: 13px 13px 3px 3px; padding: 3px; }
.cic-laptop-screen img { width: 100%; }
.cic-laptop-base { height: 12px; background: linear-gradient(#9eaca3, #55685c); border-radius: 2px 2px 50% 50%; width: 108%; margin-left: -4%; }
.cic-phone { width: 23%; border: 5px solid #17241c; border-radius: 17px; overflow: hidden; position: absolute; right: 0; top: 0; box-shadow: 0 16px 28px #14291c33; background: #17241c; }
.cic-phone img { width: 100%; }

/* Roadmap: titles first, with the status below. */
.cic-roadmap { padding-block: 58px 62px; }
.cic-roadmap .cic-section-heading { margin-bottom: 32px; }
.cic-roadmap h2 { font-size: 42px; }
.cic-release-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.cic-release-list article { display: flex; flex-direction: column; align-items: flex-start; border-top: 2px solid var(--line); padding-top: 24px; }
.cic-release-list .cic-release-live { border-top-color: var(--brand); }
.cic-release-list h3 { font-size: 30px; line-height: 1.12; max-width: 260px; min-height: 68px; margin-bottom: 18px; }
.cic-status { margin-top: auto; padding: 5px 10px; border-radius: 5px; font-size: 13px; line-height: 1.4; font-weight: 500; background: #e2ebe5; color: var(--muted); }
.cic-released { background: #e9f7ee; color: #087a44; }
.cic-next { background: transparent; padding-left: 0; }

/* The original Free and Coach entitlements and prices. */
.cic-pricing { padding-block: 65px; }
.cic-billing { display: flex; justify-content: center; margin: 0 auto 25px; gap: 4px; }
.cic-billing button { min-height: 44px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); }
.cic-billing button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.cic-price-grid { display: grid; grid-template-columns: 1fr 1fr; max-width: 960px; gap: 30px; margin: auto; }
.cic-price-card { display: flex; flex-direction: column; position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.cic-price-card > h3 { margin-bottom: 10px; }
.cic-price { font: 700 62px/1.1 var(--display); margin: 15px 0 10px; }
.cic-price small { display: block; font: 14px/1.5 'Segoe UI', Arial, sans-serif; color: var(--muted); }
#coachBilled:not(:empty) { margin-top: 10px; }
.cic-price-card p { font-size: 14px; }
.cic-price-card ul { padding-left: 20px; margin: 20px 0 25px; font-size: 14px; line-height: 1.75; }
.cic-price-card li { padding-bottom: 8px; }
.cic-price-card > .cic-button { width: 100%; margin-top: auto; }
.cic-coach { border: 2px solid var(--brand); }
.cic-free-summary { font-size: 15px; line-height: 1.7; margin: 20px 0 32px; }
.cic-free-summary p { margin-top: 18px; }
.cic-free-summary a { text-decoration: underline; color: var(--brand-hover); }
.cic-popular { position: absolute; top: -15px; right: 24px; padding: 5px 13px; background: var(--brand); color: #fff; border-radius: 5px; font-size: 12px; }
.cic-storage-note { display: block; font-size: 12px; color: var(--muted); }
.cic-pricing-note { max-width: 740px; margin: 25px auto 0; text-align: center; font-size: 13px; }
.cic-pricing-note a { color: var(--brand-hover); text-decoration: underline; }

.cic-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 45px; padding-block: 65px; }
.cic-questions details { border-bottom: 1px solid var(--line); padding-block: 17px; }
.cic-questions summary { cursor: pointer; font-weight: 600; font-size: 15px; min-height: 28px; }
.cic-questions p { margin-top: 13px; font-size: 14px; }
.site-footer { border-top: 1px solid var(--line); }
.cic-footer { display: flex; justify-content: space-between; gap: 30px; padding-block: 35px; font-size: 13px; }
.cic-footer p { margin-top: 15px; }
.cic-footer small { font-size: 12px; color: var(--muted); }
.cic-footer-links { display: flex; gap: 20px; margin-block: 15px; }

@media (max-width: 900px) {
	.cic-hero { gap: 30px; }
	.cic-feature-row { gap: 30px; }
	.cic-navlinks { gap: 18px; }
	.cic-section-heading > p { max-width: 30ch; }
}

@media (max-width: 720px) {
	.page-width { width: 88%; }
	.cic-nav { display: grid; grid-template-columns: 1fr auto auto; width: 100%; gap: 18px 14px; padding: 18px 6% 0; }
	.cic-nav > .cic-button { min-height: 44px; }
	.cic-navlinks { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; gap: 12px; margin-inline: -6vw; padding-inline: calc(6vw + 12px); border-top: 1px solid var(--line); background: var(--surface-alt); }
	.cic-navlinks a { display: inline-flex; align-items: center; min-height: 44px; }
	.cic-hero { grid-template-columns: 1fr; gap: 32px; padding-block: 38px; }
	.cic-hero h1 { font-size: 64px; }
	.cic-hero-copy > p { max-width: 64ch; }
	/* The hero player goes edge to edge on phones; the caption keeps the page gutter. */
	body { overflow-x: clip; }
	.cic-hero-film { width: 100vw; margin-inline: calc(50% - 50vw); }
	.cic-hero-film .hero-video { border-radius: 0; }
	.cic-hero-film figcaption { padding-inline: 6vw; }
	.cic-section-heading { display: block; }
	.cic-section-heading > p { margin-top: 18px; max-width: 52ch; }
	.cic-feature-row, .cic-reverse, .cic-devices-inner, .cic-faq { grid-template-columns: 1fr; gap: 28px; }
	.cic-reverse .cic-feature-copy { order: 0; }
	.cic-pair { gap: 25px; }
	.cic-pair article > img { height: 155px; }
	.cic-device-pair { max-width: 560px; margin-top: 12px; }
	.cic-devices, .cic-roadmap, .cic-pricing, .cic-faq { padding-block: 45px; }
}

@media (max-width: 600px) {
	.cic-price-grid, .cic-release-list { grid-template-columns: 1fr; }
	.cic-release-list { gap: 26px; }
	.cic-release-list article { padding-top: 20px; }
	.cic-release-list h3 { min-height: 0; max-width: 100%; font-size: 28px; margin-bottom: 13px; }
	.cic-roadmap h2 { font-size: 36px; }
}

@media (max-width: 470px) {
	.cic-brand { font-size: 24px; gap: 7px; }
	.cic-brand img { width: 28px; height: 28px; }
	.cic-nav { column-gap: 10px; }
	.cic-small { padding: 7px 10px; }
	.cic-hero h1 { font-size: 56px; }
	.cic-hero-copy > p { font-size: 15px; }
	.cic-actions { gap: 17px; }
	.cic-pair { grid-template-columns: 1fr; }
	.cic-pair article > img { height: auto; max-height: 250px; }
	.cic-feature-row { padding-top: 18px; }
	.cic-footer { flex-direction: column; }
	.cic-price-card { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
}

/* ---------------------------------------------------------------
   Dedicated /features and /pricing pages. The shell above (nav,
   buttons, feature rows, price cards, FAQ, footer) is shared; only
   the blocks those two pages add live below.
   --------------------------------------------------------------- */
.cic-pagehero { padding-block: 58px 54px; border-bottom: 1px solid var(--line); }
.cic-pagehero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 45px; align-items: center; }
.cic-pagehero-inner > * { min-width: 0; }
.cic-pagehero-narrow .cic-pagehero-inner { display: block; max-width: 760px; }
.cic-pagehero h1 { font-size: clamp(44px, 5.3vw, 68px); font-style: italic; text-transform: uppercase; line-height: 1; letter-spacing: -.015em; }
.cic-crumb { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; font-size: 12px; color: var(--muted); }
.cic-crumb a:hover { color: var(--brand); }
.cic-crumb [aria-current] { color: var(--ink); font-weight: 600; }
.cic-kicker { display: inline-block; margin-bottom: 14px; color: var(--brand); font: 700 13px/1 var(--display); letter-spacing: .16em; text-transform: uppercase; }
.cic-lede { margin-top: 22px; max-width: 60ch; font-size: 17px; line-height: 1.65; }
.cic-trust { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 26px; font-size: 13px; color: var(--muted); }
.cic-trust span::before { content: '\2713'; margin-right: 8px; color: var(--brand); font-weight: 700; }
.cic-cta-band .cic-trust { justify-content: center; color: #b9c9be; }

/* Shared section rhythm for the stacked blocks on both pages. */
.cic-block { padding-block: 62px; }
.cic-block + .cic-block { border-top: 1px solid var(--line); }
.section-tint + .cic-block, .cic-block.section-tint { border-top: 0; }

/* Three-step "how it works" strip. */
.cic-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.cic-step { border-top: 2px solid var(--line); padding-top: 22px; }
.cic-step:first-child { border-top-color: var(--brand); }
.cic-step-num { color: var(--brand); font: 700 13px/1 var(--display); letter-spacing: .16em; }
.cic-step h3 { margin: 13px 0 11px; font-size: 27px; }
.cic-step p { font-size: 15px; }

/* Capability cards used for the non-footage features. */
.cic-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cic-card { padding: 28px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); }
.cic-card h3 { font-size: 24px; }
.cic-card p { margin-top: 11px; font-size: 14px; line-height: 1.7; }
.cic-card-note { display: block; margin-top: 14px; color: var(--brand); font-size: 12px; font-weight: 600; }

/* Free vs Coach entitlement table. */
.cic-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); }
.cic-table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 14px; }
/* The surrounding section heading carries this text visually. */
.cic-table caption { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.cic-table th, .cic-table td { padding: 13px 20px; text-align: left; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.cic-table thead th { background: var(--surface-alt); border-bottom: 1px solid var(--line); font: 700 20px/1.1 var(--display); text-transform: uppercase; letter-spacing: .02em; }
.cic-table thead th:first-child { font: 600 12px/1.4 'Segoe UI', Arial, sans-serif; letter-spacing: .12em; color: var(--muted); }
.cic-table tbody th { width: 38%; font-weight: 600; }
.cic-table td { color: var(--muted); }
.cic-table .cic-table-group th { background: var(--surface-alt); font: 600 11px/1.4 'Segoe UI', Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.cic-table tbody tr:last-child th, .cic-table tbody tr:last-child td { border-bottom: 0; }
.cic-table .cic-col-coach { background: #f4faf6; }
.cic-yes { color: #08703f; font-weight: 600; }
.cic-yes::before { content: '\2713\00a0'; }
.cic-no { color: #9aa9a0; }
.cic-no::before { content: '\2014\00a0'; }

/* Closing call to action, dark so it reads as the end of the page. */
.cic-cta-band { padding-block: 66px; background: var(--ink); color: #fff; text-align: center; }
.cic-cta-band h2 { font-size: clamp(34px, 4.1vw, 52px); font-style: italic; text-transform: uppercase; line-height: 1.02; }
.cic-cta-band p { max-width: 58ch; margin: 20px auto 0; color: #b9c9be; font-size: 15px; }
.cic-cta-band .cic-actions { justify-content: center; }
.cic-cta-band .cic-outline { border-color: #3d5548; color: #fff; }
.cic-cta-band .cic-outline:hover { background: #1d3327; border-color: #fff; }

@media (max-width: 900px) {
	.cic-cards, .cic-steps { grid-template-columns: repeat(2, 1fr); }
	.cic-pagehero-inner { gap: 32px; }
}

@media (max-width: 720px) {
	.cic-pagehero { padding-block: 38px 42px; }
	.cic-pagehero-inner { grid-template-columns: 1fr; }
	.cic-pagehero h1 { font-size: 52px; }
	.cic-lede { font-size: 16px; }
	.cic-block, .cic-cta-band { padding-block: 45px; }
	.cic-steps { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 600px) {
	.cic-cards { grid-template-columns: 1fr; }
	.cic-card { padding: 24px; }
}

/* Narrow phones: compress the plan table so both columns stay on screen
   instead of hiding Coach behind a horizontal scroll. */
@media (max-width: 620px) {
	.cic-table { min-width: 0; font-size: 12px; line-height: 1.5; }
	.cic-table th, .cic-table td { padding: 11px 10px; }
	.cic-table tbody th { width: 40%; }
	.cic-table thead th { font-size: 17px; }
	.cic-table thead th:first-child { font-size: 10px; letter-spacing: .1em; }
	.cic-table .cic-table-group th { width: auto; padding-block: 8px; font-size: 10px; }
}

@media (max-width: 470px) {
	.cic-pagehero h1 { font-size: 44px; }
}
