html {
  box-sizing: border-box; }

body,
html {
  width: 100%;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: none;
  max-width: 100%;
  height: auto; }

embed,
iframe,
object {
  max-width: 100%; }

input,
select,
option,
textarea {
  font-family: inherit; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

p {
  margin: 0 0 1.5em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

input[type="search"],
input[type="submit"],
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

button {
  background: transparent;
  border: none; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #f7c948;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #111827; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.editor-styles-wrapper .wp-block {
  max-width: 100%; }

.iswh-hero-logo svg {
  width: 220px;
  height: 200px; }

@media (max-width: 600px) {
  .iswh-hero-logo svg {
    width: 180px;
    height: 150px; } }
.iswh-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box; }

.iswh-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e8f0;
  color: #64748b;
  font-size: 14px;
  width: 100%;
  height: 100%;
  min-height: 160px;
  border-radius: 4px; }

.iswh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  padding: 12px 26px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: 1px solid transparent; }
  .iswh-btn--primary {
    background-color: #f7c948;
    color: #111827;
    border-color: #f7c948; }
    .iswh-btn--primary:hover {
      background-color: #e5b32f;
      border-color: #e5b32f;
      color: #000; }
  .iswh-btn--outline {
    background-color: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.6); }
    .iswh-btn--outline:hover {
      border-color: #ffffff;
      background-color: rgba(255, 255, 255, 0.1);
      color: #ffffff; }
  .iswh-btn--submit {
    background-color: #f7c948;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    padding: 12px 32px;
    border: none;
    width: auto; }
    .iswh-btn--submit:hover {
      background-color: #e5b32f; }

.editor-styles-wrapper .wp-block {
  max-width: 100%;
  margin: 0px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }

.iswh-hero-banner {
  position: relative;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #1a202c;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 32px 48px 48px;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .iswh-hero-banner {
      padding: 24px 20px 32px;
      min-height: 80vh; } }
  .iswh-hero-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.45) 0%, rgba(15, 23, 42, 0.15) 40%, rgba(15, 23, 42, 0.75) 100%);
    z-index: 1;
    pointer-events: none; }
  .iswh-hero-banner__header, .iswh-hero-banner__play-wrapper, .iswh-hero-banner__content-wrapper {
    position: relative;
    z-index: 2; }
  .iswh-hero-banner__header .iswh-logo-badge {
    display: inline-flex;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.01em; }
    .iswh-hero-banner__header .iswh-logo-badge__light {
      color: #ffffff;
      margin-right: 6px; }
    .iswh-hero-banner__header .iswh-logo-badge__highlight {
      font-family: Georgia, serif;
      font-style: italic;
      font-weight: 700;
      color: #f7c948;
      font-size: 26px;
      margin-right: 6px; }
    .iswh-hero-banner__header .iswh-logo-badge__icon {
      display: inline-flex;
      align-items: center; }
  .iswh-hero-banner__play-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0; }
  .iswh-hero-banner__play-button {
    display: inline-flex;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease; }
    .iswh-hero-banner__play-button:hover {
      transform: scale(1.08);
      opacity: 0.95; }
    .iswh-hero-banner__play-button svg {
      filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4)); }
  .iswh-hero-banner__content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px; }
    @media (max-width: 900px) {
      .iswh-hero-banner__content-wrapper {
        flex-direction: column;
        align-items: flex-start; } }
  .iswh-hero-banner__left {
    max-width: 680px; }
  .iswh-hero-banner__handwriting-hint {
    font-size: 11px;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 6px; }
  .iswh-hero-banner__title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin: 0 0 16px; }
    @media (max-width: 768px) {
      .iswh-hero-banner__title {
        font-size: 38px; } }
  .iswh-hero-banner__subhead {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 28px; }
  .iswh-hero-banner__actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .has-mobile-buttons .iswh-hero-banner__actions {
        display: none; } }
    .iswh-hero-banner__actions--mobile {
      display: none; }
      @media (max-width: 768px) {
        .has-mobile-buttons .iswh-hero-banner__actions--mobile {
          display: flex;
          gap: 16px;
          flex-wrap: wrap; } }
  .iswh-hero-banner__right {
    max-width: 320px;
    text-align: right; }
    @media (max-width: 900px) {
      .iswh-hero-banner__right {
        text-align: left;
        max-width: 100%; } }
  .iswh-hero-banner__notice {
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.85);
    white-space: pre-line; }

.iswh-people-section {
  background-color: #f7c948;
  padding: 72px 0 96px;
  color: #1a1a1a; }
  .iswh-people-section__header {
    margin-bottom: 40px; }
  .iswh-people-section__title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.2; }
  .iswh-people-section__subtitle {
    font-size: 16px;
    color: #2d2d2d;
    margin: 0; }
  .iswh-people-section .iswh-people-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px; }
    @media (max-width: 900px) {
      .iswh-people-section .iswh-people-grid {
        grid-template-columns: 1fr;
        gap: 24px; } }
  .iswh-people-section .iswh-people-card {
    background-color: #fff2c2;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease; }
    .iswh-people-section .iswh-people-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }
    .iswh-people-section .iswh-people-card__image-wrap {
      position: relative;
      width: 100%;
      height: 250px;
      overflow: hidden;
      background-color: #e2cca0; }
    .iswh-people-section .iswh-people-card__image {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
    .iswh-people-section .iswh-people-card__body {
      padding: 24px 22px 22px;
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
    .iswh-people-section .iswh-people-card__meta {
      margin-bottom: 20px; }
    .iswh-people-section .iswh-people-card__role {
      font-size: 17px;
      font-weight: 700;
      color: #111;
      margin: 0 0 4px; }
    .iswh-people-section .iswh-people-card__location {
      font-size: 13px;
      color: #555;
      margin: 0; }
    .iswh-people-section .iswh-people-card__quote {
      margin-bottom: 18px; }
      .iswh-people-section .iswh-people-card__quote blockquote {
        font-size: 16px;
        color: #222;
        font-style: normal;
        margin: 0; }
    .iswh-people-section .iswh-people-card__outcome {
      margin-bottom: 24px;
      border-left: 2px solid #222;
      padding-left: 10px; }
      .iswh-people-section .iswh-people-card__outcome-text {
        font-size: 13.5px;
        color: #333; }
    .iswh-people-section .iswh-people-card__actions {
      margin-top: auto;
      display: flex;
      align-items: center;
      gap: 16px; }
    .iswh-people-section .iswh-people-card .iswh-watch-pill {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background-color: #2b333a;
      color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 8px 16px;
      border-radius: 4px;
      text-decoration: none;
      cursor: pointer;
      transition: background-color 0.2s ease; }
      .iswh-people-section .iswh-people-card .iswh-watch-pill:hover {
        background-color: #1f252a;
        color: #ffffff; }
      .iswh-people-section .iswh-people-card .iswh-watch-pill svg {
        fill: #ffffff; }
    .iswh-people-section .iswh-people-card .iswh-share-btn {
      font-size: 13.5px;
      color: #2b333a;
      font-weight: 600;
      text-decoration: none;
      cursor: pointer; }
      .iswh-people-section .iswh-people-card .iswh-share-btn:hover {
        text-decoration: underline; }

.iswh-about-section {
  background-color: #fff9e6;
  padding: 72px 0 80px;
  color: #1a1a1a; }
  .iswh-about-section__header {
    max-width: 820px;
    margin-bottom: 44px; }
  .iswh-about-section__title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.2; }
  .iswh-about-section__subtitle {
    font-size: 15.5px;
    color: #4a4a4a;
    line-height: 1.5;
    margin: 0; }
  .iswh-about-section .iswh-about-carousel {
    position: relative;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .iswh-about-section .iswh-about-carousel {
        margin-right: -24px; } }
  .iswh-about-section .iswh-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    padding: 8px;
    z-index: 5;
    transition: color 0.2s ease; }
    .iswh-about-section .iswh-carousel-arrow:hover {
      color: #111; }
    .iswh-about-section .iswh-carousel-arrow--prev {
      left: -36px; }
      @media (max-width: 1300px) {
        .iswh-about-section .iswh-carousel-arrow--prev {
          left: -12px; } }
    .iswh-about-section .iswh-carousel-arrow--next {
      right: -36px; }
      @media (max-width: 1300px) {
        .iswh-about-section .iswh-carousel-arrow--next {
          right: -12px; } }
  .iswh-about-section .iswh-about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    width: 100%; }
    @media (max-width: 900px) {
      .iswh-about-section .iswh-about-grid {
        grid-template-columns: 1fr;
        gap: 24px; } }
    .iswh-about-section .iswh-about-grid.slick-slider {
      display: block; }
    .iswh-about-section .iswh-about-grid .slick-list {
      padding: 4px 0 10px; }
      @media (max-width: 767px) {
        .iswh-about-section .iswh-about-grid .slick-list {
          padding-right: 14%; } }
    .iswh-about-section .iswh-about-grid .slick-slide .iswh-about-card {
      height: 100%; }
    .iswh-about-section .iswh-about-grid .slick-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      margin: 32px 0 0;
      padding: 0;
      list-style: none; }
      .iswh-about-section .iswh-about-grid .slick-dots li {
        margin: 0; }
      .iswh-about-section .iswh-about-grid .slick-dots li button {
        width: 7px;
        height: 7px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #d1d5db;
        text-indent: -9999px;
        cursor: pointer;
        transition: background-color 0.2s ease; }
      .iswh-about-section .iswh-about-grid .slick-dots li.slick-active button {
        background-color: #1f2937; }
  .iswh-about-section .iswh-about-card {
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: 0 7.5px; }
    .iswh-about-section .iswh-about-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06); }
    .iswh-about-section .iswh-about-card__image-wrap {
      padding: 16px 16px 0; }
    .iswh-about-section .iswh-about-card__image {
      width: 100%;
      height: 200px;
      border-radius: 4px;
      background-size: cover;
      background-position: center;
      background-color: #f1f1f1; }
    .iswh-about-section .iswh-about-card__body {
      padding: 18px 16px 20px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      min-height: 187px; }
    .iswh-about-section .iswh-about-card__tag-wrap {
      margin-bottom: 14px; }
    .iswh-about-section .iswh-about-card__tag {
      display: inline-block;
      border: 1px solid #777;
      border-radius: 4px;
      padding: 4px 12px;
      font-size: 13px;
      color: #333;
      width: 100%;
      text-align: center;
      box-sizing: border-box; }
    .iswh-about-section .iswh-about-card__quote-box {
      border: 1px dashed #777;
      border-radius: 4px;
      padding: 18px 12px;
      margin-bottom: 20px;
      text-align: center;
      background: #fafafa; }
      .iswh-about-section .iswh-about-card__quote-box p {
        margin: 0;
        font-size: 13.5px;
        color: #555; }
    .iswh-about-section .iswh-about-card__footer {
      margin-top: auto; }
    .iswh-about-section .iswh-about-card__link {
      font-size: 13.5px;
      font-weight: 600;
      color: #111;
      text-decoration: underline; }
      .iswh-about-section .iswh-about-card__link:hover {
        color: #555; }
  .iswh-about-section .iswh-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 32px 0 0; }
    .iswh-about-section .iswh-carousel-dots .iswh-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #d1d5db;
      display: inline-block;
      cursor: pointer;
      transition: background-color 0.2s ease; }
      .iswh-about-section .iswh-carousel-dots .iswh-dot--active {
        background-color: #1f2937; }

.iswh-newsletter-section {
  background-color: #2b3035;
  padding: 80px 24px 96px;
  color: #ffffff; }
  .iswh-newsletter-section .iswh-newsletter-container {
    max-width: 580px;
    margin: 0 auto;
    width: 100%; }
  .iswh-newsletter-section__header {
    margin-bottom: 32px; }
  .iswh-newsletter-section__heading {
    font-size: 32px;
    font-weight: 700;
    color: #f7c948;
    margin: 0 0 12px;
    line-height: 1.2; }
  .iswh-newsletter-section__subheading {
    font-size: 15px;
    color: #d1d5db;
    line-height: 1.5;
    margin: 0; }
  .iswh-newsletter-section .iswh-newsletter-form {
    margin-bottom: 28px; }
  .iswh-newsletter-section .iswh-form-group {
    margin-bottom: 18px; }
  .iswh-newsletter-section .iswh-form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #e5e7eb;
    margin-bottom: 6px; }
  .iswh-newsletter-section .iswh-form-input,
  .iswh-newsletter-section .iswh-form-select {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #111827;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease; }
    .iswh-newsletter-section .iswh-form-input:focus,
    .iswh-newsletter-section .iswh-form-select:focus {
      border-color: #f7c948;
      box-shadow: 0 0 0 2px rgba(247, 201, 72, 0.4); }
    .iswh-newsletter-section .iswh-form-input::-moz-placeholder, .iswh-newsletter-section .iswh-form-select::-moz-placeholder {
      color: #9ca3af; }
    .iswh-newsletter-section .iswh-form-input::placeholder,
    .iswh-newsletter-section .iswh-form-select::placeholder {
      color: #9ca3af; }
  .iswh-newsletter-section .iswh-form-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer; }
  .iswh-newsletter-section .iswh-form-actions {
    margin-top: 24px; }
  .iswh-newsletter-section__footer {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.5; }
  .iswh-newsletter-section__privacy {
    margin: 0 0 10px;
    color: #d1d5db; }
  .iswh-newsletter-section__fineprint {
    margin: 0;
    font-size: 11.5px;
    font-style: italic;
    color: #8b949e; }
