@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --ttt-gold: #d5ac61;
  --ttt-gold-dark: #c38d2f;
  --ttt-orange: #d88928;
  --ttt-green: #777c33;
  --ttt-green-ui: #9da15a;
  --ttt-cream: #fffbed;
  --ttt-copy: #696969;
  --ttt-light: #f1f2f5;
  --ttt-focus: #173e8f;
  --ttt-panel-shadow: 0 18px 55px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
html[data-text-size="large"] { font-size: 18px; }
html[data-text-size="larger"] { font-size: 20px; }
body {
  margin: 0;
  background: #fff;
  color: var(--ttt-copy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.625;
}
body,
button,
a { -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--ttt-focus);
  outline-offset: 3px;
}
.ttt-site { overflow: hidden; }
.ttt-inner { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.ttt-skip {
  position: fixed;
  left: 16px;
  top: -90px;
  z-index: 10001;
  padding: 10px 16px;
  border-radius: 0 0 8px 8px;
  background: #000;
  color: #fff;
  font-weight: 700;
}
.ttt-skip:focus { top: 0; }

.ttt-topbar {
  min-height: 41px;
  background: var(--ttt-gold);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: .875rem;
}
.ttt-topbar .ttt-inner {
  min-height: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.ttt-email-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.ttt-email-link::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2Zm18 2-10 7L2 6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2Zm18 2-10 7L2 6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.ttt-mainbar { height: 126px; background: var(--ttt-cream); }
.ttt-mainbar .ttt-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.ttt-logo img { display: block; width: 318px; height: auto; }
.ttt-nav { height: 100%; display: flex; align-items: flex-end; gap: 15px; }
.ttt-nav a {
  min-width: 138px;
  height: 41px;
  padding: 0 18px;
  border-radius: 10px 10px 0 0;
  background: var(--ttt-gold);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: .875rem;
  transition: filter .2s ease, background-color .2s ease;
}
.ttt-nav a:hover,
.ttt-nav a:focus-visible { filter: brightness(.94); }
.ttt-nav a.is-active { background: var(--ttt-green-ui); }

.ttt-main { background: #fff; }
.ttt-page-hero {
  height: 163px;
  background: var(--ttt-light);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}
.ttt-page-hero h1 {
  margin: 0;
  color: var(--ttt-gold-dark);
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
}
.ttt-section { padding: 50px 0; }
.ttt-heading {
  margin: 0 0 16px;
  color: var(--ttt-orange);
  font-size: 1.9375rem;
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
}
.ttt-heading.ttt-upper { text-transform: uppercase; }
.ttt-separator { display: block; width: 112px; height: 23px; object-fit: contain; margin: 0 auto 34px; }
.ttt-copy { color: var(--ttt-copy); font-size: 1rem; line-height: 1.625; }
.ttt-copy p { margin: 0 0 14px; }
.ttt-image { display: block; height: auto; }
.ttt-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.ttt-rule { border: 0; border-top: 1px solid #e6e6e6; margin: 42px 0 32px; }

.ttt-home-hero {
  height: 600px;
  background: url("/wp-content/uploads/2026/08/ted-office-cartoon.jpg") center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.ttt-home-overlay {
  width: min(940px, 100%);
  padding: 42px 34px 26px;
  background: rgba(44, 44, 44, .66);
  color: #fff;
  text-align: center;
}
.ttt-home-overlay h1 { margin: 0 0 26px; font-size: 3.75rem; line-height: 1; font-weight: 700; }
.ttt-home-overlay p { max-width: 760px; margin: 0 auto; font-size: 1.4375rem; line-height: 1.15; font-weight: 700; }
.ttt-intro { padding: 48px 0 42px; text-align: center; }
.ttt-intro .ttt-copy { max-width: 1020px; margin: 0 auto; }
.ttt-help { background: #f7f7f7; padding: 54px 0 92px; }
.ttt-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 38px; }
.ttt-card { min-height: 327px; overflow: hidden; border: 5px solid var(--ttt-gold); border-radius: 10px; background: #fff; }
.ttt-card h3 { margin: 0; padding: 14px 10px 17px; background: var(--ttt-gold); color: #fff; font-size: 1.9375rem; line-height: 1.2; text-align: center; }
.ttt-card-body { padding: 34px 30px; color: #707070; font-size: .9375rem; }
.ttt-card-body h4 { margin: 0 0 10px; font-size: 1rem; }
.ttt-card-body ul { margin: 0 0 0 10px; padding: 0; list-style: none; }
.ttt-card-body li { margin: 5px 0; }
.ttt-card-body li::before { content: "➜"; display: inline-block; margin-right: 7px; color: #696d70; }
.ttt-card-note { margin-top: 2px; line-height: 1.55; text-align: center; }
.ttt-office-photo { height: 596px; background: url("/wp-content/uploads/2026/08/ted-office-background.webp") center / cover no-repeat; }

.ttt-subpage-copy { padding: 48px 0 40px; }
.ttt-subpage-copy .ttt-copy { max-width: 1140px; margin: 0 auto; }
.ttt-callout h2 { margin: 0 0 12px; color: var(--ttt-orange); font-size: 1.8125rem; line-height: 1.15; text-transform: uppercase; }
.ttt-callout h3 { margin: 0; color: var(--ttt-green); font-size: 1.375rem; }
.ttt-portrait { width: 100%; box-shadow: 0 1px 5px rgba(0, 0, 0, .35); }
.ttt-talk-image { width: min(625px, 100%); margin: 0 auto 42px; box-shadow: 0 1px 5px rgba(0, 0, 0, .4); }
.ttt-testimonial { margin: 0 0 26px; text-align: left; }
.ttt-testimonial blockquote { margin: 0 0 8px; color: var(--ttt-copy); font-size: 1rem; line-height: 1.65; }
.ttt-testimonial cite { display: block; color: #000; font-size: 1.25rem; font-style: normal; font-weight: 700; line-height: 1.25; text-align: center; }
.ttt-testimonial .ttt-separator { margin-top: 28px; margin-bottom: 34px; }
.ttt-book-grid { display: grid; grid-template-columns: minmax(0, 46fr) minmax(0, 54fr); gap: 58px; align-items: center; }
.ttt-book-cover { width: min(457px, 100%); margin: 0 auto; box-shadow: 0 1px 5px rgba(0, 0, 0, .2); }
.ttt-book-copy { color: var(--ttt-green); font-size: 1.25rem; font-style: italic; font-weight: 700; line-height: 1.2; text-align: justify; }
.ttt-book-copy p { margin: 0 0 12px; }
.ttt-book-available { padding: 0 0 62px; color: var(--ttt-green); font-size: 1.25rem; font-weight: 700; line-height: 1.45; text-align: center; }
.ttt-book-available h2 { margin: 0 0 8px; color: var(--ttt-orange); font-size: 1.9375rem; }
.ttt-book-available p { margin: 0 0 10px; }
.ttt-book-available ul { margin: 8px 0 34px; padding: 0; list-style: none; }
.ttt-book-available a { color: var(--ttt-gold-dark); text-decoration: underline; text-underline-offset: 3px; }

.ttt-error {
  min-height: 540px;
  padding: 70px 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(rgba(27, 27, 27, .68), rgba(27, 27, 27, .68)), url("/wp-content/uploads/2026/08/ted-office-cartoon.jpg") center / cover no-repeat;
  text-align: center;
}
.ttt-error-card { width: min(760px, 100%); padding: 46px 42px 44px; border: 5px solid var(--ttt-gold); border-radius: 12px; background: rgba(255, 255, 255, .96); box-shadow: var(--ttt-panel-shadow); }
.ttt-error-code { margin: 0; color: var(--ttt-gold-dark); font-size: clamp(4.75rem, 14vw, 8.625rem); font-weight: 800; line-height: .82; letter-spacing: -.06em; }
.ttt-error h1 { margin: 30px 0 12px; color: var(--ttt-orange); font-size: clamp(1.75rem, 5vw, 2.625rem); line-height: 1.15; }
.ttt-error-copy { max-width: 570px; margin: 0 auto 28px; font-size: 1.125rem; }
.ttt-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.ttt-button { min-width: 174px; padding: 12px 22px; border: 2px solid var(--ttt-gold-dark); border-radius: 8px; background: var(--ttt-gold-dark); color: #fff; font-weight: 700; transition: transform .2s ease, background-color .2s ease; }
.ttt-button:hover,
.ttt-button:focus-visible { background: #a97421; transform: translateY(-2px); }
.ttt-button-secondary { background: #fff; color: var(--ttt-green); border-color: var(--ttt-green); }
.ttt-button-secondary:hover,
.ttt-button-secondary:focus-visible { background: var(--ttt-green); color: #fff; }

.ttt-footer { background: #000; color: #fff; padding: 78px 0 0; }
.ttt-footer-grid { min-height: 340px; display: grid; grid-template-columns: 2fr 1fr; gap: 90px; }
.ttt-footer h2 { margin: 0 0 28px; color: #fff; font-family: Arial, sans-serif; font-size: 1.4375rem; font-weight: 400; }
.ttt-footer-logo { width: 274px; height: auto; margin-bottom: 22px; }
.ttt-contact-list,
.ttt-footer-nav { margin: 0; padding: 0; list-style: none; }
.ttt-contact-list li,
.ttt-footer-nav li { margin: 9px 0; font-family: Arial, sans-serif; font-size: .8125rem; }
.ttt-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ttt-contact-list li::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-top: 2px;
  flex: 0 0 15px;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.ttt-contact-address::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5' fill='%23000'/%3E%3C/svg%3E");
}
.ttt-contact-phone::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.69 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.33 1.84.56 2.8.69A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.69 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.33 1.84.56 2.8.69A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}
.ttt-contact-email::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2Zm18 2-10 7L2 6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2Zm18 2-10 7L2 6'/%3E%3C/svg%3E");
}
.ttt-footer-nav a::before { content: "➜"; display: inline-block; margin-right: 12px; }
.ttt-footer a:hover,
.ttt-footer a:focus-visible { color: var(--ttt-gold); }
.ttt-copyright { padding: 14px 20px 18px; border-top: 1px solid #fff; font-family: Arial, sans-serif; font-size: .8125rem; text-align: center; }

/* Native accessibility controller */
.ttt-a11y-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10000;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--ttt-green-ui);
  color: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .32);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform .2s ease, background-color .2s ease;
}
.ttt-a11y-toggle:hover,
.ttt-a11y-toggle:focus-visible { background: var(--ttt-gold-dark); transform: translateY(-2px); }
.ttt-a11y-toggle svg { width: 34px; height: 34px; }
.ttt-a11y-panel {
  position: fixed;
  right: 18px;
  bottom: 88px;
  z-index: 9999;
  width: min(360px, calc(100vw - 36px));
  overflow: hidden;
  border: 2px solid var(--ttt-gold-dark);
  border-radius: 14px;
  background: #fff;
  color: #242424;
  box-shadow: var(--ttt-panel-shadow);
}
.ttt-a11y-panel[hidden] { display: none; }
.ttt-a11y-header { padding: 16px 18px; background: var(--ttt-gold-dark); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.ttt-a11y-header h2 { margin: 0; color: #fff; font-size: 1.125rem; }
.ttt-a11y-close { width: 34px; height: 34px; padding: 0; border: 1px solid rgba(255, 255, 255, .75); border-radius: 50%; background: transparent; color: #fff; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.ttt-a11y-body { padding: 16px; }
.ttt-a11y-size { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 10px; }
.ttt-a11y-option {
  width: 100%;
  min-height: 46px;
  padding: 9px 10px;
  border: 2px solid #d0d0d0;
  border-radius: 8px;
  background: #fff;
  color: #242424;
  font: 700 .9375rem/1.2 Arial, sans-serif;
  cursor: pointer;
}
.ttt-a11y-option:hover,
.ttt-a11y-option:focus-visible { border-color: var(--ttt-gold-dark); }
.ttt-a11y-body > .ttt-a11y-option { margin-top: 8px; }
.ttt-a11y-option[aria-pressed="true"] { border-color: var(--ttt-green); background: #eef0d8; color: #353811; }
.ttt-a11y-reset { margin-top: 4px; border-color: var(--ttt-gold-dark); background: var(--ttt-gold-dark); color: #fff; }
.ttt-a11y-note { margin: 12px 2px 0; color: #5d5d5d; font-size: .75rem; line-height: 1.4; }

html.ttt-readable-font body,
html.ttt-readable-font body * { font-family: Arial, Helvetica, sans-serif !important; }
html.ttt-link-emphasis main a:not(.ttt-button) { text-decoration: underline !important; text-decoration-thickness: 3px !important; text-underline-offset: 4px !important; }
html.ttt-grayscale body { filter: grayscale(1); }
html.ttt-high-contrast body { background: #000; color: #fff; }
html.ttt-high-contrast .ttt-main,
html.ttt-high-contrast .ttt-section,
html.ttt-high-contrast .ttt-intro,
html.ttt-high-contrast .ttt-subpage-copy,
html.ttt-high-contrast .ttt-book-available,
html.ttt-high-contrast .ttt-help,
html.ttt-high-contrast .ttt-page-hero { background: #000; color: #fff; }
html.ttt-high-contrast .ttt-copy,
html.ttt-high-contrast .ttt-book-copy,
html.ttt-high-contrast .ttt-book-available,
html.ttt-high-contrast .ttt-page-hero h1,
html.ttt-high-contrast .ttt-heading,
html.ttt-high-contrast .ttt-callout h2,
html.ttt-high-contrast .ttt-callout h3 { color: #fff; }
html.ttt-high-contrast .ttt-card,
html.ttt-high-contrast .ttt-error-card { background: #000; color: #fff; border-color: #ffdb73; }
html.ttt-high-contrast .ttt-card-body,
html.ttt-high-contrast .ttt-testimonial blockquote,
html.ttt-high-contrast .ttt-testimonial cite,
html.ttt-high-contrast .ttt-error-card { color: #fff; }
html.ttt-high-contrast .ttt-a11y-panel { border-color: #fff; background: #000; color: #fff; }
html.ttt-high-contrast .ttt-a11y-body,
html.ttt-high-contrast .ttt-a11y-option { background: #000; color: #fff; }
html.ttt-high-contrast .ttt-a11y-note { color: #fff; }
html.ttt-reduce-motion,
html.ttt-reduce-motion * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }

@media (max-width: 900px) {
  .ttt-nav { gap: 8px; }
  .ttt-nav a { min-width: 95px; }
  .ttt-two-col,
  .ttt-book-grid { grid-template-columns: 1fr; }
  .ttt-cards { grid-template-columns: 1fr; }
  .ttt-card { min-height: 0; }
  .ttt-book-copy { text-align: left; }
  .ttt-footer-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 700px) {
  .ttt-topbar .ttt-inner { padding: 9px 0; flex-direction: column; gap: 2px; }
  .ttt-mainbar { height: auto; }
  .ttt-mainbar .ttt-inner { padding-top: 14px; flex-direction: column; gap: 12px; }
  .ttt-logo img { width: 260px; }
  .ttt-nav { width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
  .ttt-nav a { min-width: 0; height: 39px; padding: 0 5px; font-size: .75rem; }
  .ttt-home-hero { height: 470px; }
  .ttt-home-overlay { padding: 32px 18px; }
  .ttt-home-overlay h1 { font-size: 2.4375rem; }
  .ttt-home-overlay p { font-size: 1.1875rem; line-height: 1.2; }
  .ttt-page-hero { height: 130px; }
  .ttt-page-hero h1 { font-size: 1.6875rem; }
  .ttt-heading { font-size: 1.6875rem; }
  .ttt-section { padding: 38px 0; }
  .ttt-help { padding-bottom: 60px; }
  .ttt-office-photo { height: 390px; }
  .ttt-book-copy,
  .ttt-book-available { font-size: 1.125rem; }
  .ttt-error { min-height: 470px; padding: 44px 16px; }
  .ttt-error-card { padding: 38px 22px 34px; }
  .ttt-error-copy { font-size: 1rem; }
  .ttt-actions { flex-direction: column; align-items: stretch; }
  .ttt-button { width: 100%; }
  .ttt-footer { padding-top: 55px; }
  .ttt-footer-grid { min-height: 0; padding-bottom: 50px; }
  .ttt-a11y-toggle { right: 12px; bottom: 12px; }
  .ttt-a11y-panel { right: 12px; bottom: 80px; width: calc(100vw - 24px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
