@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/newsreader-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/newsreader-latin-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/assets/fonts/outfit-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; }

:root {
  --bone: #f3efe7;
  --paper: #faf7f1;
  --ink: #0a2e30;
  --teal: #0d5c63;
  --brand-copper: #b8734f;
  --action: #995638;
  --action-hover: #7f432c;
  --copper-on-ink: #d9a17d;
  --copper-on-teal: #f6c3a4;
  --muted: #5f6d6c;
  --line: rgba(8, 47, 50, .18);
  --line-light: rgba(243, 239, 231, .22);
  --white: #fff;
  --display: "Newsreader", Georgia, serif;
  --body: "Outfit", "Helvetica Neue", sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --shell: min(1240px, calc(100vw - 80px));
  --radius: 2px;
}

html { scroll-behavior: smooth; background: var(--bone); color: var(--ink); }

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--bone);
  color: var(--ink);
  font: 300 17px/1.62 var(--body);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.02em; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.cc-skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  padding: 14px 20px; background: var(--ink); color: var(--bone);
  font: 500 14px/1 var(--body); text-decoration: none;
}
.cc-skip:focus { left: 16px; top: 16px; }

.cc-shell { width: var(--shell); margin: 0 auto; }

.cc-eyebrow {
  display: flex; align-items: center; gap: 14px; margin: 0 0 18px;
  font: 600 11px/1 var(--body); letter-spacing: .2em; text-transform: uppercase;
  color: var(--action);
}
.cc-eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; flex: none; }
.cc-eyebrow--light { color: var(--copper-on-ink); }
.cc-eyebrow--teal { color: var(--copper-on-teal); }

.cc-section { padding: 120px 0; }
.cc-section--paper { background: var(--paper); }
.cc-section--ink { background: var(--ink); color: var(--bone); }
.cc-section--teal { background: var(--teal); color: var(--bone); }

.cc-section-head {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 40px 64px; align-items: end; margin-bottom: 64px;
}
.cc-section-head h2 { font-size: clamp(30px, 3.6vw, 48px); line-height: 1.12; }
.cc-section-head p { color: var(--muted); max-width: 50ch; }
.cc-section--ink .cc-section-head p, .cc-section--teal .cc-section-head p { color: rgba(243, 239, 231, .78); }
.cc-section h2 em, .cc-hero h1 em { font-style: italic; color: var(--brand-copper); }
.cc-section--ink h2 em, .cc-section--teal h2 em { color: var(--copper-on-ink); }

/* buttons */
.cc-actions { display: flex; flex-wrap: wrap; gap: 14px 20px; align-items: center; }
.cc-button {
  display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 28px;
  border-radius: var(--radius); background: var(--action); color: var(--white);
  font: 500 15px/1 var(--body); text-decoration: none;
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.cc-button:hover { background: var(--action-hover); transform: translateY(-2px); }
.cc-button--ghost { background: transparent; color: inherit; border: 1px solid currentColor; }
.cc-button--ghost:hover { background: rgba(243, 239, 231, .12); }
.cc-text-link {
  display: inline-flex; align-items: center; min-height: 44px; color: inherit;
  font: 500 15px/1 var(--body); text-decoration: none;
  border-bottom: 1px solid currentColor; padding-bottom: 2px;
}
.cc-text-link:hover { opacity: .72; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--action); outline-offset: 3px; }
.cc-section--ink a:focus-visible, .cc-section--teal a:focus-visible, .cc-hero a:focus-visible { outline-color: var(--copper-on-ink); }

/* hero */
.cc-hero { position: relative; background: var(--bone); color: var(--ink); overflow: hidden; }
.cc-hero__inner { width: var(--shell); margin: 0 auto; padding: 168px 0 0; }
.cc-hero__copy { max-width: 56ch; }
.cc-hero h1 { font-size: clamp(34px, 4.8vw, 66px); line-height: 1.06; margin-bottom: 24px; }
.cc-hero__lead {
  font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55;
  color: var(--ink); margin-bottom: 32px; max-width: 54ch;
}
.cc-hero__meta {
  margin-top: 30px; font: 500 12px/1.6 var(--body); letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted);
}
.cc-hero__strip {
  margin-top: 72px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px; padding-bottom: 8px;
}
.cc-hero__strip img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center;
  border: 1px solid var(--line); background: var(--paper);
}

/* stat strip */
.cc-strip { background: var(--ink); color: var(--bone); }
.cc-strip__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line-light); }
.cc-strip__grid > div { padding: 36px 32px 40px; border-right: 1px solid var(--line-light); }
.cc-strip__grid > div:last-child { border-right: 0; }
.cc-strip strong {
  display: block; font-family: var(--display); font-weight: 400;
  font-size: clamp(24px, 2.6vw, 34px); line-height: 1;
  color: var(--copper-on-ink); margin-bottom: 10px;
}
.cc-strip span { display: block; font-size: 14px; color: rgba(243, 239, 231, .72); max-width: 28ch; }

/* thesis */
.cc-thesis__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: start; }
.cc-thesis h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.08; margin-bottom: 28px; }
.cc-thesis p + p { margin-top: 18px; }
.cc-thesis p { color: rgba(243, 239, 231, .84); }
.cc-answers { display: grid; gap: 1px; background: var(--line-light); border: 1px solid var(--line-light); }
.cc-answers article { background: var(--ink); padding: 26px 28px 30px; }
.cc-answers h3 { font-size: 19px; margin-bottom: 8px; color: var(--copper-on-ink); }
.cc-answers p { font-size: 15px; color: rgba(243, 239, 231, .8); }
.cc-thesis__pull {
  margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line-light);
  font-family: var(--display); font-size: clamp(19px, 2vw, 26px); line-height: 1.36;
  color: var(--bone); max-width: 60ch;
}

/* material cards */
.cc-materials { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.cc-materials article {
  display: flex; flex-direction: column; background: var(--white);
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
}
.cc-materials article.is-new { border-color: var(--action); box-shadow: 0 24px 60px -40px rgba(10,46,48,.5); }
.cc-materials__media { aspect-ratio: 1 / 1; background: var(--bone); }
.cc-materials__media img { width: 100%; height: 100%; object-fit: cover; }
.cc-materials__body { padding: 24px 22px 28px; flex: 1; display: flex; flex-direction: column; }
.cc-tag {
  align-self: flex-start; margin-bottom: 14px; padding: 5px 10px;
  background: var(--bone); font: 600 10px/1 var(--body); letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted);
}
.cc-materials article.is-new .cc-tag { background: var(--action); color: var(--white); }
.cc-materials h3 { font-size: 22px; margin-bottom: 10px; }
.cc-materials p { font-size: 15px; color: var(--muted); }
.cc-materials dl { margin: 18px 0 0; display: grid; gap: 12px; }
.cc-materials dt {
  font: 600 10px/1 var(--body); letter-spacing: .16em; text-transform: uppercase;
  color: var(--action); margin-bottom: 5px;
}
.cc-materials dd { margin: 0; font-size: 14px; color: var(--ink); }
.cc-materials .cc-text-link { margin-top: auto; padding-top: 22px; font-size: 14px; }

/* comparison table */
.cc-table-wrap { overflow-x: auto; }
.cc-table { width: 100%; border-collapse: collapse; min-width: 780px; }
.cc-table caption { text-align: left; font-size: 14px; color: var(--muted); padding-bottom: 16px; }
.cc-table th, .cc-table td {
  text-align: left; padding: 18px 20px; border-bottom: 1px solid var(--line);
  font-size: 15px; vertical-align: top;
}
.cc-table thead th {
  font: 600 11px/1.4 var(--body); letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted); border-bottom-color: var(--ink);
}
.cc-table tbody th { font: 500 16px/1.4 var(--body); }
.cc-table tbody th small { display: block; font-weight: 300; font-size: 13px; color: var(--muted); margin-top: 4px; }
.cc-table tr.is-new th, .cc-table tr.is-new td { background: rgba(153, 86, 56, .06); }
.cc-verdict { font-weight: 500; color: var(--action); }

/* ladder */
.cc-ladder { display: grid; gap: 1px; background: var(--line-light); border: 1px solid var(--line-light); }
.cc-ladder li {
  background: var(--teal); padding: 26px 30px 30px;
  display: grid; grid-template-columns: 68px minmax(0, 1fr) minmax(0, 1.3fr); gap: 26px; align-items: baseline;
}
.cc-ladder span {
  font-family: var(--display); font-size: 30px; line-height: 1; color: var(--copper-on-teal);
}
.cc-ladder h3 { font-size: 20px; }
.cc-ladder p { font-size: 15px; color: rgba(243, 239, 231, .84); }

/* products */
.cc-products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.cc-product { background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; }
.cc-product img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--bone); }
.cc-product__body { padding: 20px 20px 24px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.cc-product h3 { font-size: 17px; line-height: 1.3; }
.cc-product .cc-meta { font-size: 13px; color: var(--muted); }
.cc-product .cc-price { margin-top: auto; padding-top: 10px; font: 500 15px/1 var(--body); color: var(--action); }
.cc-product a.cc-product__link { text-decoration: none; color: inherit; display: contents; }
.cc-group-head {
  margin: 56px 0 24px; padding-bottom: 14px; border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: baseline; gap: 20px; flex-wrap: wrap;
}
.cc-group-head h3 { font-size: 22px; }
.cc-group-head p { font-size: 14px; color: var(--muted); }
.cc-group-head:first-of-type { margin-top: 0; }

/* sizes */
.cc-sizes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.cc-sizes article { background: var(--paper); border: 1px solid var(--line); padding: 30px 28px 34px; }
.cc-sizes strong {
  display: block; font-family: var(--display); font-weight: 400; font-size: 30px;
  line-height: 1; margin-bottom: 12px;
}
.cc-sizes em { display: block; font-style: normal; font-size: 13px; color: var(--action); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.cc-sizes p { font-size: 15px; color: var(--muted); }

/* timeline */
.cc-timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.cc-timeline article { background: var(--paper); padding: 32px 26px 36px; }
.cc-timeline span { display: block; font: 600 11px/1 var(--body); letter-spacing: .18em; text-transform: uppercase; color: var(--action); margin-bottom: 16px; }
.cc-timeline h3 { font-size: 21px; margin-bottom: 10px; }
.cc-timeline p { font-size: 14px; color: var(--muted); }
.cc-timeline article.is-now { background: var(--ink); }
.cc-timeline article.is-now span { color: var(--copper-on-ink); }
.cc-timeline article.is-now h3 { color: var(--bone); }
.cc-timeline article.is-now p { color: rgba(243, 239, 231, .78); }

/* faq */
.cc-faq { display: grid; border-top: 1px solid var(--line); }
.cc-faq details { border-bottom: 1px solid var(--line); }
.cc-faq summary {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  min-height: 68px; padding: 20px 0; cursor: pointer; list-style: none;
  font-family: var(--display); font-size: clamp(18px, 1.8vw, 22px); line-height: 1.3;
}
.cc-faq summary::-webkit-details-marker { display: none; }
.cc-faq summary::after { content: "+"; flex: none; font-family: var(--body); font-size: 22px; color: var(--action); transition: transform .3s var(--ease); }
.cc-faq details[open] summary::after { transform: rotate(45deg); }
.cc-faq details p { padding: 0 0 26px; max-width: 78ch; color: var(--muted); }
.cc-faq details p + p { padding-top: 0; margin-top: -12px; padding-bottom: 26px; }

/* cta */
.cc-cta { background: var(--ink); color: var(--bone); padding: 124px 0; }
.cc-cta__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); gap: 64px; align-items: center; }
.cc-cta h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.08; margin-bottom: 20px; }
.cc-cta p { color: rgba(243, 239, 231, .8); max-width: 46ch; }
.cc-cta .cc-actions { margin-top: 34px; }
.cc-cta__aside { border-left: 1px solid var(--line-light); padding-left: 40px; }
.cc-cta__aside dl { display: grid; gap: 18px; margin: 0; }
.cc-cta__aside dt { font: 600 11px/1 var(--body); letter-spacing: .18em; text-transform: uppercase; color: var(--copper-on-ink); margin-bottom: 6px; }
.cc-cta__aside dd { margin: 0; font-size: 15px; color: rgba(243, 239, 231, .84); }

/* reveal */
.cc-motion .cc-reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.cc-motion .cc-reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cc-reveal { opacity: 1 !important; transform: none !important; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

@media (max-width: 1080px) {
  :root { --shell: min(1240px, calc(100vw - 56px)); }
  .cc-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cc-strip__grid > div:nth-child(2n) { border-right: 0; }
  .cc-strip__grid > div:nth-child(n+3) { border-top: 1px solid var(--line-light); }
  .cc-materials, .cc-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cc-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .cc-section { padding: 88px 0; }
  .cc-section-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 44px; }
  .cc-thesis__grid, .cc-cta__grid { grid-template-columns: 1fr; gap: 40px; }
  .cc-sizes { grid-template-columns: 1fr; }
  .cc-ladder li { grid-template-columns: 44px 1fr; gap: 16px 18px; }
  .cc-ladder p { grid-column: 2; }
  .cc-cta__aside { border-left: 0; border-top: 1px solid var(--line-light); padding-left: 0; padding-top: 32px; }
}

@media (max-width: 640px) {
  :root { --shell: min(1240px, calc(100vw - 40px)); }
  body { font-size: 16px; }
  .cc-section { padding: 72px 0; }
  .cc-hero__inner { padding: 132px 0 0; }
  .cc-hero__strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 48px; }
  .cc-materials, .cc-products { grid-template-columns: 1fr; }
  .cc-timeline { grid-template-columns: 1fr; }
  .cc-actions { flex-direction: column; align-items: stretch; }
  .cc-button, .cc-text-link { justify-content: center; }
}
