:root {
  --td-ink: #11110f;
  --td-deep: #171714;
  --td-panel: #1f201c;
  --td-ivory: #f4efe6;
  --td-muted: #b7b1a8;
  --td-copper: #cf8a42;
  --td-sage: #97aa8b;
  --td-coral: #dd7f68;
  --td-line: rgba(244, 239, 230, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.td-body {
  margin: 0;
  background: var(--td-ink);
  color: var(--td-ivory);
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
}
a { color: inherit; }

.td-nav {
  position: relative;
  z-index: 20;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 4vw;
  border-bottom: 1px solid var(--td-line);
  background: rgba(17, 17, 15, .96);
}
.td-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.td-brand-mark { color: var(--td-copper); font-weight: 700; }
.td-nav-links { display: flex; align-items: center; gap: 22px; }
.td-nav-links a {
  color: var(--td-muted);
  text-decoration: none;
  font-size: 14px;
}
.td-nav-links a:hover, .td-nav-links a:focus-visible { color: var(--td-ivory); }
.td-nav-links .td-nav-primary { color: var(--td-copper); font-weight: 700; }

.td-hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border-bottom: 1px solid var(--td-line);
}
.td-hero-images { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.td-hero-images img { width: 100%; height: 100%; object-fit: cover; opacity: .5; filter: saturate(.8) contrast(1.06); }
.td-hero-images::after { content: ""; position: absolute; inset: 0; background: rgba(17, 17, 15, .7); }
.td-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1060px;
  min-height: 660px;
  margin: 0 auto;
  padding: 72px 36px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.td-breadcrumbs { margin: 0 0 32px; font-size: 13px; color: var(--td-muted); }
.td-breadcrumbs a { text-decoration: none; }
.td-eyebrow {
  margin: 0 0 20px;
  color: var(--td-copper);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.td-hero h1 {
  max-width: 950px;
  margin: 0;
  font-family: "Instrument Serif", serif;
  font-size: 78px;
  line-height: .98;
  font-weight: 400;
  letter-spacing: 0;
  text-wrap: balance;
}
.td-deck {
  max-width: 780px;
  margin: 28px 0 0;
  color: #ddd7ce;
  font-size: 21px;
  line-height: 1.55;
}
.td-answer {
  max-width: 820px;
  margin: 28px 0 0;
  padding-left: 20px;
  border-left: 3px solid var(--td-sage);
  color: var(--td-ivory);
  font-size: 17px;
  line-height: 1.65;
}
.td-preset { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.td-preset-label {
  padding: 9px 12px;
  border: 1px solid rgba(151, 170, 139, .62);
  color: #cbd6c5;
  font-size: 13px;
}
.td-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--td-copper);
  border-radius: 6px;
  background: var(--td-copper);
  color: var(--td-ink);
  text-decoration: none;
  font-weight: 700;
  transition: transform .18s ease, background .18s ease;
}
.td-cta:hover, .td-cta:focus-visible { transform: translateY(-2px); background: #dda15e; }

.td-section { padding: 76px 4vw; border-bottom: 1px solid var(--td-line); }
.td-section-inner { max-width: 1240px; margin: 0 auto; }
.td-section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: end; margin-bottom: 36px; }
.td-kicker { margin: 0 0 12px; color: var(--td-sage); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.td-section h2 {
  margin: 0;
  font-family: "Instrument Serif", serif;
  font-size: 52px;
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: 0;
}
.td-section-intro { margin: 0; color: var(--td-muted); font-size: 17px; line-height: 1.65; }

.td-starters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--td-line); }
.td-starter { min-width: 0; background: var(--td-deep); border-right: 1px solid var(--td-line); }
.td-starter:last-child { border-right: 0; }
.td-starter-image { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid var(--td-line); }
.td-starter-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.td-starter:hover .td-starter-image img { transform: scale(1.025); }
.td-score {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--td-copper);
  border-radius: 6px;
  background: rgba(17, 17, 15, .92);
  color: var(--td-copper);
  font-family: "Instrument Serif", serif;
  font-size: 27px;
}
.td-starter-copy { padding: 24px; }
.td-starter-tag { color: var(--td-coral); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.td-starter h3 { margin: 11px 0 10px; font-family: "Instrument Serif", serif; font-size: 31px; font-weight: 400; line-height: 1.08; }
.td-starter p { min-height: 78px; margin: 0; color: var(--td-muted); line-height: 1.55; }
.td-starter-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; color: #d8d2c8; font-size: 13px; }
.td-starter-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 20px; }
.td-starter-actions a { color: var(--td-ivory); font-size: 13px; font-weight: 700; text-underline-offset: 5px; }
.td-starter-actions a:first-child { color: var(--td-copper); }

.td-guide { background: var(--td-panel); }
.td-guide-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.td-guide-lead p { color: var(--td-muted); font-size: 16px; line-height: 1.7; }
.td-guide-points { border-top: 1px solid var(--td-line); }
.td-guide-point { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--td-line); }
.td-guide-num { color: var(--td-copper); font-family: "Instrument Serif", serif; font-size: 28px; }
.td-guide-point h3 { margin: 0 0 7px; font-size: 17px; }
.td-guide-point p { margin: 0; color: var(--td-muted); line-height: 1.62; }

.td-method { background: #242a22; }
.td-method-inner { max-width: 980px; margin: 0 auto; text-align: center; }
.td-method h2 { max-width: 820px; margin: 0 auto; }
.td-method p { max-width: 780px; margin: 24px auto 0; color: #c7d0c1; font-size: 18px; line-height: 1.7; }
.td-method-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; margin-top: 28px; }
.td-method-links a { color: var(--td-ivory); font-weight: 700; text-underline-offset: 5px; }

.td-more-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--td-line); }
.td-more-link { display: block; padding: 24px 24px 26px 0; border-bottom: 1px solid var(--td-line); text-decoration: none; }
.td-more-link:nth-child(3n + 2), .td-more-link:nth-child(3n + 3) { padding-left: 24px; border-left: 1px solid var(--td-line); }
.td-more-link small { display: block; color: var(--td-coral); font-size: 11px; text-transform: uppercase; font-weight: 700; }
.td-more-link strong { display: block; margin-top: 8px; font-family: "Instrument Serif", serif; font-size: 26px; font-weight: 400; line-height: 1.15; }
.td-more-link:hover strong, .td-more-link:focus-visible strong { color: var(--td-copper); }

.td-footer { display: flex; justify-content: space-between; gap: 24px; padding: 32px 4vw; color: #8f8b84; font-size: 13px; }
.td-footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.td-footer a { color: inherit; }

@media (max-width: 920px) {
  .td-hero h1 { font-size: 58px; }
  .td-section-head, .td-guide-grid { grid-template-columns: 1fr; gap: 24px; }
  .td-starters { grid-template-columns: 1fr; }
  .td-starter { border-right: 0; border-bottom: 1px solid var(--td-line); }
  .td-starter:last-child { border-bottom: 0; }
  .td-starter p { min-height: 0; }
}

@media (max-width: 680px) {
  .td-nav { align-items: flex-start; padding: 13px 18px; }
  .td-nav-links a:not(.td-nav-primary) { display: none; }
  .td-hero { min-height: 700px; }
  .td-hero-images { grid-template-columns: 1fr; }
  .td-hero-images img:nth-child(n + 2) { display: none; }
  .td-hero-inner { min-height: 700px; padding: 54px 22px 48px; }
  .td-breadcrumbs { margin-bottom: 26px; }
  .td-hero h1 { font-size: 46px; line-height: 1; }
  .td-deck { font-size: 18px; }
  .td-answer { font-size: 15px; }
  .td-preset { align-items: stretch; }
  .td-preset-label, .td-cta { width: 100%; justify-content: center; text-align: center; }
  .td-section { padding: 58px 22px; }
  .td-section h2 { font-size: 41px; }
  .td-section-head { margin-bottom: 28px; }
  .td-starter-copy { padding: 21px; }
  .td-guide-point { grid-template-columns: 36px 1fr; gap: 14px; }
  .td-more-grid { grid-template-columns: 1fr; }
  .td-more-link, .td-more-link:nth-child(3n + 2), .td-more-link:nth-child(3n + 3) { padding: 20px 0; border-left: 0; }
  .td-footer { flex-direction: column; padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .td-cta, .td-starter-image img { transition: none; }
}
