:root {
  --sesao-primary: #994700;
  --sesao-orange: #f47b20;
  --sesao-bg: #fff8f5;
  --sesao-surface: #ffffff;
  --sesao-soft: #ffeadf;
  --sesao-soft-2: #fff1ea;
  --sesao-text: #241913;
  --sesao-muted: #5f5e5e;
  --sesao-border: #dec1b1;
  --sesao-header-h: 92px;
}

.sesao-home,
.sesao-home * {
  box-sizing: border-box;
}

.sesao-home {
  background: var(--sesao-bg);
  color: var(--sesao-text);
  font-family: "Sarabun", "Tahoma", sans-serif;
  margin-inline: calc(50% - 50vw);
  opacity: 1 !important;
  overflow-x: hidden;
  transform: none !important;
  transition: none !important;
  width: 100vw;
}

.sesao-home :where(h1, h2, h3, h4, h5, h6, p, a, span, small, strong, button, input, textarea, label, time) {
  font-family: "Sarabun", "Tahoma", sans-serif;
}

.sesao-home :is(h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
  word-break: break-word;
}

body.sesao-hide-theme-active {
  margin: 0 !important;
}

.sesao-home a {
  color: inherit;
  text-decoration: none;
}

.sesao-home img {
  display: block;
  max-width: 100%;
}

.sesao-container {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.sesao-home .material-symbols-outlined {
  direction: ltr;
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}

.sesao-topbar {
  background: var(--sesao-orange);
  color: #582600;
  height: 40px;
  overflow: hidden;
}

.sesao-topbar__inner,
.sesao-topbar__left,
.sesao-topbar__icons {
  align-items: center;
  display: flex;
}

.sesao-topbar__inner {
  height: 100%;
  justify-content: space-between;
}

.sesao-topbar__left,
.sesao-topbar__icons {
  gap: 20px;
}

.sesao-topbar span {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 4px;
}

.sesao-topbar a {
  align-items: center;
  color: inherit;
  display: inline-flex;
}

.sesao-topbar__left a {
  font-size: 12px;
  font-weight: 600;
  gap: 4px;
}

.sesao-topbar .material-symbols-outlined {
  font-size: 16px;
}

.sesao-header {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #f0e3dc;
  box-shadow: 0 4px 20px rgba(36, 25, 19, 0.06);
  position: sticky;
  top: 0;
  z-index: 50;
}

.sesao-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(36, 25, 19, 0.12);
}

.sesao-header__inner {
  align-items: center;
  display: flex;
  height: 92px;
  gap: 24px;
  justify-content: space-between;
}

.sesao-brand {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 290px;
}

.sesao-brand img,
.sesao-brand__mark {
  flex: 0 0 auto;
  height: 72px;
  object-fit: contain;
  width: 72px;
}

.sesao-brand__mark {
  align-items: center;
  background: var(--sesao-orange);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-weight: 800;
  justify-content: center;
}

.sesao-brand strong {
  color: var(--sesao-orange);
  display: block;
  font-size: 22px;
  line-height: 1.1;
}

.sesao-brand small {
  color: var(--sesao-muted);
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.sesao-nav {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}

.sesao-menu,
.sesao-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sesao-menu {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: center;
}

.sesao-menu > li {
  position: relative;
}

.sesao-menu > li.has-children::after {
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}

.sesao-menu a {
  align-items: center;
  border-radius: 999px;
  color: #4c4640;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 6px;
  line-height: 1;
  padding: 12px 14px;
  white-space: nowrap;
}

.sesao-menu > li > a:hover,
.sesao-menu > li:hover > a,
.sesao-menu > li:first-child > a {
  background: rgba(244, 123, 32, 0.12);
  color: var(--sesao-orange);
}

.sesao-menu > li > a > .material-symbols-outlined {
  font-size: 19px;
}

.sesao-menu__chevron {
  color: #8b7265;
  font-size: 17px !important;
  margin-left: -2px;
}

.sesao-submenu {
  background: #fff;
  border: 1px solid rgba(222, 193, 177, 0.85);
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(36, 25, 19, 0.16);
  left: 50%;
  max-height: calc(100vh - 150px);
  min-width: 260px;
  opacity: 0;
  overflow-y: auto;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 80;
}

.sesao-submenu::before {
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  right: 0;
  top: -14px;
}

.sesao-menu > li:hover .sesao-submenu,
.sesao-menu > li:focus-within .sesao-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.sesao-submenu a {
  border-radius: 10px;
  color: #4c4640;
  display: flex;
  font-size: 13px;
  justify-content: flex-start;
  line-height: 1.35;
  padding: 10px 12px;
  width: 100%;
}

.sesao-submenu a:hover {
  background: var(--sesao-soft-2);
  color: var(--sesao-primary);
}

.sesao-header__actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.sesao-icon-button {
  align-items: center;
  background: var(--sesao-orange);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.sesao-icon-button:hover {
  background: var(--sesao-primary);
}

.sesao-mobile-toggle {
  align-items: center;
  background: #fff7ed;
  border: 1px solid rgba(244, 123, 32, 0.22);
  border-radius: 999px;
  cursor: pointer;
  display: none;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.sesao-mobile-toggle span {
  background: var(--sesao-orange);
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: transform 160ms ease, opacity 160ms ease;
  width: 18px;
}

.sesao-header.is-menu-open .sesao-mobile-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.sesao-header.is-menu-open .sesao-mobile-toggle span:nth-child(2) {
  opacity: 0;
}

.sesao-header.is-menu-open .sesao-mobile-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.sesao-search-form {
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid #f0e3dc;
  box-shadow: 0 18px 40px rgba(36, 25, 19, 0.12);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 44px 44px;
  left: 0;
  opacity: 0;
  padding: 16px max(24px, calc((100vw - 1280px) / 2 + 24px));
  pointer-events: none;
  position: fixed;
  right: 0;
  top: var(--sesao-header-h);
  transform: translateY(-8px);
  transition: opacity 160ms ease, transform 160ms ease;
  width: 100%;
  z-index: 200;
}

.sesao-search-form.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sesao-search-form__label {
  display: block;
  margin: 0;
}

.sesao-search-form input[type="search"] {
  border: 1px solid rgba(222, 193, 177, 0.9);
  border-radius: 999px;
  color: var(--sesao-text);
  min-height: 44px;
  padding: 10px 18px;
  width: 100%;
}

.sesao-search-form button {
  align-items: center;
  background: var(--sesao-orange);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.sesao-search-form__close {
  background: #fff7ed !important;
  color: var(--sesao-orange) !important;
}

.sesao-login,
.sesao-button {
  align-items: center;
  background: var(--sesao-orange);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  padding: 10px 22px;
}

.sesao-hero {
  background: #241913;
  height: 600px;
  position: relative;
}

.sesao-metaslider {
  background: #241913;
  line-height: 0;
  overflow: hidden;
  position: relative;
}

.sesao-metaslider .metaslider,
.sesao-metaslider .metaslider .slides,
.sesao-metaslider .metaslider .slides li {
  max-width: none !important;
  width: 100% !important;
}

.sesao-metaslider .metaslider img {
  height: auto;
  width: 100%;
}

.sesao-metaslider .flex-direction-nav a {
  line-height: 40px;
}

.sesao-hero__slide {
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 450ms ease;
}

.sesao-hero__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.sesao-hero__slide > img {
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
  width: 100%;
}

.sesao-hero__slide::before {
  background: linear-gradient(135deg, #3a2e27, #8a3600);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.sesao-hero__overlay {
  background: linear-gradient(90deg, rgba(36, 25, 19, 0.9), rgba(36, 25, 19, 0.42), transparent);
  inset: 0;
  position: absolute;
}

.sesao-hero__content {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.sesao-pill {
  align-self: flex-start;
  background: var(--sesao-orange);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 24px;
  padding: 10px 16px;
  text-transform: uppercase;
}

.sesao-hero h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
  max-width: 760px;
}

.sesao-hero p {
  color: #f4ded4;
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 620px;
}

.sesao-hero__actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.sesao-hero__actions button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.sesao-stats {
  background: var(--sesao-orange);
  border-radius: 24px;
  box-shadow: 0 24px 55px rgba(153, 71, 0, 0.25);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -64px;
  padding: 34px;
  position: relative;
  z-index: 3;
}

.sesao-stats div {
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  text-align: center;
}

.sesao-stats div:last-child {
  border-right: 0;
}

.sesao-stats strong {
  display: block;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
}

.sesao-stats span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.92;
  text-transform: uppercase;
}

.sesao-section {
  padding-bottom: 48px;
  padding-top: 72px;
}

.sesao-section__heading {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}

.sesao-section__heading h2 {
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.sesao-section__heading span:not(.material-symbols-outlined) {
  background: var(--sesao-orange);
  border-radius: 999px;
  display: block;
  height: 6px;
  width: 96px;
}

.sesao-section__heading a {
  align-items: center;
  color: var(--sesao-orange);
  display: inline-flex;
  font-weight: 800;
  gap: 4px;
}

.sesao-news-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}

.sesao-news-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(36, 25, 19, 0.06);
  overflow: hidden;
}

.sesao-news-card__image {
  background: linear-gradient(135deg, #ffd2b8, #994700);
  display: block;
  height: 192px;
  overflow: hidden;
  position: relative;
}

.sesao-news-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
  width: 100%;
}

.sesao-news-card:hover img {
  transform: scale(1.08);
}

.sesao-news-card__image span {
  background: #2563eb;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  left: 12px;
  padding: 4px 8px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
}

.sesao-news-card__body {
  padding: 20px;
}

.sesao-news-card time {
  align-items: center;
  color: var(--sesao-muted);
  display: flex;
  font-size: 12px;
  gap: 6px;
  margin-bottom: 12px;
}

.sesao-news-card time .material-symbols-outlined {
  font-size: 14px;
}

.sesao-news-card h3 {
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 10px;
}

.sesao-news-card h3 a:hover {
  color: var(--sesao-orange);
}

.sesao-news-card p {
  color: var(--sesao-muted);
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sesao-ita-section {
  background: linear-gradient(180deg, #fff8f5 0%, #f8fafc 100%);
  padding: 12px 0 64px;
}

.sesao-ita-head {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
}

.sesao-ita-head > .material-symbols-outlined {
  align-items: center;
  background: #e8f0ff;
  border-radius: 16px;
  color: #2147b7;
  display: inline-flex;
  font-size: 30px;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.sesao-ita-head p {
  color: var(--sesao-orange);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 4px;
}

.sesao-ita-head h2 {
  color: #132156;
  font-size: 30px;
  line-height: 1.25;
  margin: 0;
}

.sesao-ita-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
}

.sesao-ita-card,
.sesao-ita-accordion,
.sesao-ita-quick__item {
  background: #fff;
  border: 1px solid #dfe8f8;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(18, 33, 86, 0.08);
}

.sesao-ita-card--feature {
  background:
    radial-gradient(circle at 82% 18%, rgba(244, 123, 32, 0.2), transparent 28%),
    linear-gradient(135deg, #14256a 0%, #2147b7 58%, #f47b20 130%);
  color: #fff;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.sesao-ita-card--feature::after {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  content: "";
  height: 220px;
  position: absolute;
  right: -70px;
  top: -70px;
  width: 220px;
}

.sesao-ita-badge {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 56px;
  padding: 8px 14px;
  position: relative;
  z-index: 1;
}

.sesao-ita-card h3 {
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 14px;
  max-width: 420px;
  position: relative;
  z-index: 1;
}

.sesao-ita-card p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  max-width: 500px;
  position: relative;
  z-index: 1;
}

.sesao-ita-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  position: relative;
  z-index: 1;
}

.sesao-ita-actions a {
  background: #fff;
  border-radius: 999px;
  color: #17318b;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 15px;
}

.sesao-ita-actions a:last-child {
  background: #ffefe6;
  color: var(--sesao-primary);
}

.sesao-ita-accordion {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.sesao-ita-accordion details {
  background: #f8fbff;
  border: 1px solid #e4ecfb;
  border-radius: 16px;
  overflow: hidden;
}

.sesao-ita-accordion summary {
  align-items: center;
  color: #132156;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  gap: 12px;
  justify-content: space-between;
  list-style: none;
  padding: 16px 18px;
}

.sesao-ita-accordion summary::-webkit-details-marker {
  display: none;
}

.sesao-ita-accordion summary .material-symbols-outlined {
  color: var(--sesao-orange);
  transition: transform 180ms ease;
}

.sesao-ita-accordion details[open] summary .material-symbols-outlined {
  transform: rotate(180deg);
}

.sesao-ita-accordion details > div {
  border-top: 1px solid #e4ecfb;
  display: grid;
  gap: 8px;
  padding: 12px 14px 16px;
}

.sesao-ita-accordion a {
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  color: #23324f;
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  grid-template-columns: 1fr 18px;
  line-height: 1.45;
  padding: 11px 12px;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.sesao-ita-accordion a:hover {
  background: #fff3eb;
  color: var(--sesao-primary);
  transform: translateY(-1px);
}

.sesao-ita-accordion a .material-symbols-outlined {
  color: var(--sesao-orange);
  font-size: 17px;
  margin-top: 1px;
}

.sesao-ita-quick {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
}

.sesao-ita-quick__item {
  display: grid;
  grid-template-rows: 136px 1fr;
  overflow: hidden;
  transition: border-color 160ms ease, transform 160ms ease;
}

.sesao-ita-quick__item:hover {
  border-color: rgba(244, 123, 32, 0.45);
  transform: translateY(-2px);
}

.sesao-ita-quick__image {
  background: #f8fafc;
  display: block;
  overflow: hidden;
}

.sesao-ita-quick__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sesao-ita-quick__body {
  display: block;
  padding: 16px;
}

.sesao-ita-quick__body strong {
  color: #132156;
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 6px;
}

.sesao-ita-quick__body small {
  color: var(--sesao-muted);
  display: -webkit-box;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sesao-split {
  background: var(--sesao-soft-2);
  border-radius: 40px;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 48px;
  margin-top: 72px;
  padding-bottom: 48px;
  padding-top: 48px;
}

.sesao-panel-heading {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
}

.sesao-panel-heading > .material-symbols-outlined {
  background: rgba(244, 123, 32, 0.12);
  border-radius: 10px;
  color: var(--sesao-orange);
  padding: 8px;
}

.sesao-panel-heading h3 {
  flex: 1 1 auto;
  font-size: 24px;
  margin: 0;
}

.sesao-panel-heading a {
  background: rgba(244, 123, 32, 0.12);
  border-radius: 999px;
  color: var(--sesao-orange);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 12px;
}

.sesao-panel-heading a:hover {
  background: var(--sesao-orange);
  color: #fff;
}

.sesao-announcements {
  display: grid;
  gap: 16px;
}

.sesao-announcements a {
  align-items: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(36, 25, 19, 0.05);
  display: flex;
  gap: 16px;
  padding: 16px;
  transition: transform 180ms ease;
}

.sesao-announcements a:hover {
  transform: translateX(8px);
}

.sesao-announcements time {
  align-items: center;
  background: rgba(244, 123, 32, 0.12);
  border-radius: 12px;
  color: var(--sesao-orange);
  display: flex;
  flex: 0 0 64px;
  flex-direction: column;
  height: 64px;
  justify-content: center;
}

.sesao-announcements time strong {
  font-size: 20px;
  line-height: 1;
}

.sesao-announcements time span {
  font-size: 10px;
  font-weight: 800;
}

.sesao-announcements a > span strong {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 4px;
}

.sesao-announcements small {
  color: var(--sesao-muted);
  font-size: 12px;
}

.sesao-gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.sesao-gallery a {
  aspect-ratio: 1;
  background: linear-gradient(135deg, #ffd2b8, #994700);
  border-radius: 16px;
  display: block;
  overflow: hidden;
  position: relative;
}

.sesao-gallery__featured {
  grid-column: span 2;
  grid-row: span 2;
}

.sesao-gallery img {
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
  width: 100%;
}

.sesao-gallery a:hover img {
  transform: scale(1.06);
}

.sesao-gallery__featured .material-symbols-outlined {
  align-items: center;
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  display: flex;
  font-size: 36px;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: opacity 200ms ease;
}

.sesao-gallery__featured:hover .material-symbols-outlined {
  opacity: 1;
}

.sesao-gallery__more {
  align-items: center;
  background: var(--sesao-orange) !important;
  color: #fff !important;
  display: flex !important;
  flex-direction: column;
  font-size: 11px;
  font-weight: 800;
  justify-content: center;
  text-align: center;
}

.sesao-gallery__more .material-symbols-outlined {
  font-size: 32px;
  margin-bottom: 4px;
}

.sesao-executives {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sesao-executive-card {
  background: #fff;
  border: 1px solid rgba(222, 193, 177, 0.72);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(36, 25, 19, 0.06);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.sesao-executive-card.is-featured {
  grid-column: auto;
}

.sesao-executive-card:hover {
  box-shadow: 0 14px 34px rgba(36, 25, 19, 0.1);
  transform: translateY(-2px);
}

.sesao-executive-card__photo {
  aspect-ratio: 4 / 5;
  background: #eaf4fb;
  overflow: hidden;
}

.sesao-executive-card.is-featured .sesao-executive-card__photo {
  aspect-ratio: 4 / 5;
}

.sesao-executive-card__photo img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.sesao-executive-card__body {
  align-items: center;
  background:
    linear-gradient(180deg, #fff, #fff8f5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 96px;
  padding: 16px 12px;
  text-align: center;
}

.sesao-executive-card h4 {
  color: var(--sesao-primary);
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: 800;
  line-height: 1.28;
  margin: 0 0 4px;
  white-space: nowrap;
}

.sesao-executive-card.is-featured h4 {
  font-size: clamp(16px, 1.35vw, 18px);
}

.sesao-executive-card p {
  color: var(--sesao-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.sesao-info {
  background: #f1f5f9;
  padding: 32px 0 48px;
}

.sesao-category-blocks {
  background: #f1f5f9;
  padding: 56px 0 0;
}

.sesao-category-blocks__grid,
.sesao-info__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}

.sesao-widget,
.sesao-social,
.sesao-school-news-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.sesao-widget__body {
  padding: 24px;
}

.sesao-category-block .sesao-widget__body {
  padding: 20px;
}

.sesao-home .sesao-card-bar {
  align-items: center;
  background: var(--sesao-orange) !important;
  color: #fff !important;
  display: flex;
  justify-content: space-between;
  min-height: 64px;
  padding: 16px 20px;
}

.sesao-home .sesao-card-bar > span {
  align-items: center;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 8px;
  line-height: 1.35;
}

.sesao-home .sesao-card-bar a {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 9px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  padding: 7px 10px;
  white-space: nowrap;
}

.sesao-category-list {
  display: grid;
  gap: 12px;
}

.sesao-category-list a {
  align-items: flex-start;
  background: #f8fafc;
  border: 1px solid transparent;
  border-radius: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: 52px 1fr;
  min-height: 82px;
  padding: 12px;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.sesao-category-list a:hover {
  background: #fff7ed;
  border-color: rgba(244, 123, 32, 0.32);
  transform: translateY(-1px);
}

.sesao-category-list time {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(244, 123, 32, 0.42);
  border-radius: 12px;
  color: var(--sesao-orange);
  display: flex;
  flex-direction: column;
  height: 58px;
  justify-content: center;
  overflow: hidden;
}

.sesao-category-list time strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.sesao-category-list time span {
  background: rgba(244, 123, 32, 0.12);
  display: block;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 6px;
  padding: 4px 2px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.sesao-category-list a > span {
  min-width: 0;
}

.sesao-category-list a > span strong {
  color: var(--sesao-text);
  display: -webkit-box;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sesao-category-list a > span small {
  color: var(--sesao-muted);
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 6px;
}

.sesao-calendar__month {
  color: var(--sesao-orange);
  font-weight: 800;
  margin-bottom: 16px;
  text-align: center;
}

.sesao-calendar {
  display: grid;
  gap: 8px 4px;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.sesao-calendar strong {
  color: var(--sesao-muted);
  font-size: 11px;
  font-weight: 800;
}

.sesao-calendar span {
  align-items: center;
  border-radius: 999px;
  display: flex;
  font-size: 14px;
  height: 34px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 34px;
}

.sesao-calendar .has-event {
  background: linear-gradient(135deg, var(--sesao-orange), #ff9a4a);
  box-shadow: 0 8px 18px rgba(244, 123, 32, 0.25);
  color: #fff;
  font-weight: 800;
}

.sesao-calendar .has-event::after {
  background: #fff7ed;
  border-radius: 999px;
  bottom: 5px;
  content: "";
  height: 4px;
  position: absolute;
  width: 4px;
}

.sesao-event-list {
  border-top: 1px solid #f1f5f9;
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
}

.sesao-event-list a {
  align-items: flex-start;
  display: flex;
  font-size: 12px;
  gap: 10px;
  line-height: 1.45;
}

.sesao-event-list i {
  background: var(--sesao-orange);
  border-radius: 999px;
  flex: 0 0 8px;
  height: 8px;
  margin-top: 5px;
}

.sesao-downloads {
  display: grid;
  gap: 12px;
}

.sesao-downloads a {
  align-items: center;
  background: #f8fafc;
  border: 1px solid transparent;
  border-radius: 12px;
  display: grid;
  gap: 10px;
  grid-template-columns: 24px 1fr 24px;
  padding: 12px;
}

.sesao-downloads a:hover {
  border-color: rgba(244, 123, 32, 0.35);
}

.sesao-downloads strong {
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sesao-social__bar {
  align-items: center;
  background: #1877f2;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.sesao-social__bar span {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
}

.sesao-social__bar a {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 8px;
}

.sesao-social__body {
  align-items: center;
  background: rgba(248, 250, 252, 0.72);
  display: flex;
  flex-direction: column;
  min-height: 275px;
  padding: 32px;
  text-align: center;
}

.sesao-social__body > .material-symbols-outlined {
  align-items: center;
  background: rgba(24, 119, 242, 0.1);
  border-radius: 999px;
  color: #1877f2;
  display: flex;
  font-size: 36px;
  height: 64px;
  justify-content: center;
  margin-bottom: 16px;
  width: 64px;
}

.sesao-social h5 {
  font-size: 15px;
  margin: 0 0 8px;
}

.sesao-social p {
  color: var(--sesao-muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.sesao-school-news-card__body {
  height: 315px;
}

.sesao-school-news-card__body iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.sesao-skeleton {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  width: 100%;
}

.sesao-skeleton i {
  animation: sesaoPulse 1.4s ease-in-out infinite;
  background: #e2e8f0;
  border-radius: 8px;
  display: block;
  height: 16px;
}

.sesao-skeleton i:nth-child(2) {
  width: 75%;
}

.sesao-skeleton i:nth-child(3) {
  height: 100px;
}

@keyframes sesaoPulse {
  50% {
    opacity: 0.55;
  }
}

.sesao-service-banners {
  background:
    linear-gradient(180deg, #f1f5f9 0%, #fff8f5 100%);
  padding: 56px 0 20px;
}

.sesao-service-banners__heading {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
  text-align: center;
}

.sesao-service-banners__heading > .material-symbols-outlined {
  align-items: center;
  background: rgba(244, 123, 32, 0.12);
  border-radius: 12px;
  color: var(--sesao-orange);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.sesao-service-banners__heading h4 {
  color: var(--sesao-text);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.sesao-service-banners__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sesao-service-banner {
  align-items: center;
  background:
    radial-gradient(circle at right top, rgba(255, 255, 255, 0.95), transparent 36%),
    linear-gradient(135deg, #fffdfb 0%, #fff1ea 100%);
  border: 1px solid rgba(222, 193, 177, 0.92);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(36, 25, 19, 0.07);
  color: var(--sesao-text) !important;
  display: grid;
  gap: 14px;
  grid-template-columns: 58px 1fr 34px;
  min-height: 126px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: left;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.sesao-service-banner::before {
  background: linear-gradient(180deg, var(--sesao-orange), #f6b23b);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 5px;
}

.sesao-service-banner:hover {
  border-color: rgba(244, 123, 32, 0.62);
  box-shadow: 0 18px 38px rgba(153, 71, 0, 0.14);
  transform: translateY(-3px);
}

.sesao-service-banner__icon {
  align-items: center;
  background: linear-gradient(135deg, var(--sesao-orange), #ffad42);
  border-radius: 15px;
  box-shadow: 0 12px 24px rgba(244, 123, 32, 0.24);
  color: #fff;
  display: inline-flex !important;
  font-size: 30px !important;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.sesao-service-banner__body {
  display: block;
  min-width: 0;
}

.sesao-service-banner strong {
  color: var(--sesao-primary);
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 6px;
}

.sesao-service-banner small {
  color: var(--sesao-muted);
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.sesao-service-banner__arrow {
  align-items: center;
  align-self: center;
  background: #fff;
  border: 1px solid rgba(222, 193, 177, 0.74);
  border-radius: 999px;
  color: var(--sesao-orange);
  display: inline-flex !important;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.sesao-quick-links {
  padding-bottom: 64px;
  padding-top: 48px;
  text-align: center;
}

.sesao-quick-links h4 {
  color: var(--sesao-text);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: none;
}

.sesao-quick-links p {
  color: var(--sesao-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0 auto 32px;
  max-width: 900px;
}

.sesao-eservice-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sesao-eservice-card {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(244, 123, 32, 0.1), rgba(255, 246, 240, 0.96)),
    #fff;
  border: 1px solid rgba(222, 193, 177, 0.88);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(36, 25, 19, 0.06);
  color: var(--sesao-text) !important;
  display: grid;
  gap: 14px;
  grid-template-columns: 48px 1fr;
  min-height: 92px;
  padding: 16px;
  position: relative;
  text-align: left;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.sesao-eservice-card::before {
  background: var(--sesao-orange);
  border-radius: 999px;
  content: "";
  height: 34px;
  left: 23px;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  top: 23px;
  width: 34px;
}

.sesao-eservice-card:hover {
  border-color: rgba(244, 123, 32, 0.48);
  box-shadow: 0 14px 32px rgba(153, 71, 0, 0.12);
  transform: translateY(-2px);
}

.sesao-eservice-card img {
  align-self: center;
  height: 46px;
  object-fit: contain;
  position: relative;
  width: 46px;
  z-index: 1;
}

.sesao-eservice-card span {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.sesao-eservice-card strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.sesao-eservice-card small {
  color: var(--sesao-orange);
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 4px;
}


.sesao-footer {
  background: #2c2c2c;
  color: #fff;
  padding: 56px 0 28px;
}

.sesao-footer__grid {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.58fr);
}

.sesao-footer__logo {
  height: 96px;
  margin-bottom: 16px;
  object-fit: contain;
  width: 96px;
}

.sesao-footer h5 {
  border-left: 4px solid var(--sesao-orange);
  font-size: 15px;
  margin: 0 0 18px;
  padding-left: 12px;
}

.sesao-footer p,
.sesao-footer a {
  color: #cbd5e1;
  display: block;
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.sesao-footer a:hover {
  color: var(--sesao-orange);
}

.sesao-footer-brand p {
  max-width: 360px;
}

.sesao-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.sesao-footer-actions a,
.sesao-map-link {
  align-items: center;
  background: rgba(244, 123, 32, 0.16);
  border: 1px solid rgba(244, 123, 32, 0.22);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex !important;
  font-weight: 800;
  gap: 7px;
  line-height: 1.2;
  margin: 0 !important;
  padding: 9px 13px;
  width: fit-content;
}

.sesao-footer-actions a .material-symbols-outlined,
.sesao-map-link .material-symbols-outlined {
  font-size: 17px;
}

.sesao-footer-actions a:hover,
.sesao-map-link:hover {
  background: var(--sesao-orange);
  color: #fff !important;
}

.sesao-footer-contact__wrap {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  padding: 22px;
}

.sesao-footer-contact__text > p {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.sesao-footer-contact__text > p strong {
  color: #fff;
  font-size: 14px;
}

.sesao-footer-contact__text .material-symbols-outlined {
  color: var(--sesao-orange);
  flex: 0 0 auto;
  font-size: 17px;
  margin-top: 4px;
}

.sesao-footer-lines,
.sesao-footer-phones {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.sesao-footer-lines {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sesao-footer-lines span,
.sesao-footer-phones span {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: #d8e0ea;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  padding: 8px 10px;
}

.sesao-footer-phones {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sesao-footer-contact__map {
  min-width: 0;
}

.sesao-map-link {
  margin-bottom: 14px !important;
}

.sesao-footer-map {
  aspect-ratio: 16 / 11;
  background: #1f2937;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  width: 100%;
}

.sesao-footer-map iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.sesao-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #94a3b8;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  gap: 12px 24px;
  justify-content: space-between;
  letter-spacing: 0.08em;
  margin-top: 40px;
  padding-top: 24px;
  text-transform: uppercase;
}

.sesao-footer__dev-link {
  color: #94a3b8;
  text-decoration: none;
}

.sesao-footer__dev-link:hover {
  color: var(--sesao-orange);
}

@media (max-width: 1100px) {
  .sesao-nav {
    display: none;
  }

  .sesao-mobile-toggle {
    display: inline-flex;
  }

  .sesao-search-form {
    grid-template-columns: 1fr 42px 42px;
    padding: 12px 16px;
  }

  .sesao-header .sesao-nav.is-open {
    background: #fff;
    border-top: 1px solid #f0e3dc;
    box-shadow: 0 18px 38px rgba(36, 25, 19, 0.12);
    display: block;
    left: 0;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    padding: 12px 24px 18px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .sesao-header .sesao-menu {
    align-items: stretch;
    display: grid;
    gap: 4px;
    justify-content: stretch;
  }

  .sesao-header .sesao-menu a {
    border-radius: 12px;
    justify-content: flex-start;
    padding: 13px 14px;
    width: 100%;
  }

  .sesao-header .sesao-menu > li.has-children::after {
    display: none;
  }

  .sesao-header .sesao-submenu {
    border: 0;
    border-radius: 14px;
    box-shadow: none;
    display: none;
    left: auto !important;
    margin: 4px 0 8px 34px;
    min-width: 0;
    opacity: 1;
    padding: 6px;
    pointer-events: auto;
    position: static !important;
    transform: none !important;
  }

  .sesao-header .sesao-menu > li:hover .sesao-submenu,
  .sesao-header .sesao-menu > li:focus-within .sesao-submenu {
    left: auto !important;
    position: static !important;
    transform: none !important;
  }

  .sesao-header .has-children.is-open > .sesao-submenu {
    display: grid;
  }

  .sesao-header .sesao-submenu::before {
    display: none;
  }

  .sesao-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sesao-ita-layout {
    grid-template-columns: 1fr;
  }

  .sesao-ita-quick {
    grid-template-columns: repeat(2, 1fr);
  }

  .sesao-category-blocks__grid,
  .sesao-info__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sesao-footer__grid,
  .sesao-footer-contact__wrap {
    grid-template-columns: 1fr;
  }

  .sesao-footer-phones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sesao-split {
    grid-template-columns: 1fr;
  }

  .sesao-executives {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sesao-executive-card,
  .sesao-executive-card.is-featured {
    grid-column: auto;
  }

  .sesao-executive-card__photo,
  .sesao-executive-card.is-featured .sesao-executive-card__photo {
    aspect-ratio: 4 / 5;
  }

  .sesao-executive-card.is-featured h4 {
    font-size: 19px;
  }

  .sesao-eservice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sesao-service-banners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .sesao-eservice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sesao-executives {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sesao-executive-card,
  .sesao-executive-card.is-featured {
    grid-column: auto;
  }

  .sesao-executive-card.is-featured {
    grid-column: 1 / -1;
  }

  .sesao-executive-card__photo,
  .sesao-executive-card.is-featured .sesao-executive-card__photo {
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 760px) {
  .sesao-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sesao-home .sesao-hide-mobile {
    display: none !important;
  }

  .sesao-header__actions {
    gap: 8px;
  }

  .sesao-header__actions .sesao-login {
    display: none;
  }

  .sesao-mobile-toggle {
    display: inline-flex;
  }

  .sesao-header .sesao-nav.is-open {
    background: #fff;
    border-top: 1px solid #f0e3dc;
    box-shadow: 0 18px 38px rgba(36, 25, 19, 0.12);
    display: block;
    left: 0;
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    padding: 12px 16px 18px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .sesao-header .sesao-menu {
    align-items: stretch;
    display: grid;
    gap: 4px;
    justify-content: stretch;
  }

  .sesao-header .sesao-menu a {
    border-radius: 12px;
    justify-content: flex-start;
    padding: 13px 14px;
    width: 100%;
  }

  .sesao-header .sesao-menu > li.has-children::after {
    display: none;
  }

  .sesao-header .sesao-submenu {
    border: 0;
    border-radius: 14px;
    box-shadow: none;
    display: none;
    left: auto !important;
    margin: 4px 0 8px 34px;
    min-width: 0;
    opacity: 1;
    padding: 6px;
    pointer-events: auto;
    position: static !important;
    transform: none !important;
  }

  .sesao-header .sesao-menu > li:hover .sesao-submenu,
  .sesao-header .sesao-menu > li:focus-within .sesao-submenu {
    left: auto !important;
    position: static !important;
    transform: none !important;
  }

  .sesao-header .has-children.is-open > .sesao-submenu {
    display: grid;
  }

  .sesao-header .sesao-submenu::before {
    display: none;
  }

  .sesao-search-form {
    grid-template-columns: 1fr 42px 42px;
    padding: 12px 16px;
  }

  .sesao-topbar__icons {
    gap: 10px;
  }

  .sesao-topbar__left {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }

  .sesao-topbar__left a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :root {
    --sesao-header-h: 78px;
  }

  .sesao-header__inner {
    height: 78px;
  }

  .sesao-brand {
    min-width: 0;
  }

  .sesao-brand strong {
    font-size: 17px;
  }

  .sesao-brand img,
  .sesao-brand__mark {
    height: 56px;
    width: 56px;
  }

  .sesao-brand small {
    max-width: 230px;
  }

  .sesao-hero {
    height: 540px;
  }

  .sesao-hero h2 {
    font-size: 34px;
  }

  .sesao-hero p {
    font-size: 16px;
  }

  .sesao-hero__actions {
    flex-wrap: wrap;
  }

  .sesao-stats {
    border-radius: 18px;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 16px;
    margin-right: 16px;
    margin-top: -44px;
    padding: 14px 12px;
  }

  .sesao-stats div {
    border: 0;
    padding: 4px 0;
  }

  .sesao-stats strong {
    font-size: 20px;
  }

  .sesao-stats span {
    font-size: 11px;
  }

  .sesao-section__heading {
    align-items: flex-start;
    gap: 18px;
  }

  .sesao-news-grid,
  .sesao-ita-quick,
  .sesao-category-blocks__grid,
  .sesao-split,
  .sesao-info__grid,
  .sesao-footer__grid {
    grid-template-columns: 1fr;
  }

  .sesao-footer-lines,
  .sesao-footer-phones {
    grid-template-columns: 1fr;
  }

  .sesao-executives {
    grid-template-columns: 1fr;
  }

  .sesao-executive-card,
  .sesao-executive-card.is-featured {
    grid-column: auto;
  }

  .sesao-executive-card__photo,
  .sesao-executive-card.is-featured .sesao-executive-card__photo {
    aspect-ratio: 4 / 4.7;
  }

  .sesao-executive-card__body {
    padding: 16px;
  }

  .sesao-executive-card.is-featured h4,
  .sesao-executive-card h4 {
    font-size: 18px;
  }

  .sesao-split {
    border-radius: 24px;
  }

  .sesao-ita-section {
    padding: 0 0 48px;
  }

  .sesao-ita-head {
    align-items: flex-start;
  }

  .sesao-ita-head h2 {
    font-size: 24px;
  }

  .sesao-ita-card--feature {
    border-radius: 20px;
    padding: 24px;
  }

  .sesao-ita-badge {
    margin-bottom: 36px;
  }

  .sesao-ita-card h3 {
    font-size: 24px;
  }

  .sesao-ita-accordion {
    border-radius: 20px;
    padding: 10px;
  }

  .sesao-ita-accordion summary {
    font-size: 15px;
    padding: 14px;
  }

  .sesao-ita-quick__item {
    grid-template-rows: 150px 1fr;
  }

  .sesao-eservice-grid {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .sesao-quick-links h4 {
    font-size: 22px;
  }

  .sesao-quick-links p {
    font-size: 14px;
  }

  .sesao-service-banners {
    padding-top: 40px;
  }

  .sesao-service-banners__heading {
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
  }

  .sesao-service-banners__heading h4 {
    font-size: 22px;
  }

  .sesao-service-banners__grid {
    grid-template-columns: 1fr;
  }

  .sesao-service-banner {
    grid-template-columns: 50px 1fr 32px;
    min-height: 112px;
    padding: 16px;
  }

  .sesao-service-banner__icon {
    border-radius: 13px;
    font-size: 27px !important;
    height: 50px;
    width: 50px;
  }

  .sesao-service-banner strong {
    font-size: 16px;
  }

  .sesao-service-banner small {
    font-size: 12px;
  }

  .sesao-eservice-card {
    min-height: 82px;
    padding: 14px;
  }

  .sesao-school-news-card__body {
    height: 520px;
  }
}

/* ===== LANDSCAPE MOBILE ===== */
@media (orientation: landscape) and (max-height: 560px) {
  .sesao-header__inner {
    height: 62px;
  }

  .sesao-brand img,
  .sesao-brand__mark {
    height: 46px;
    width: 46px;
  }

  .sesao-hero {
    height: clamp(240px, 70vh, 400px);
  }

  .sesao-hero h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .sesao-hero p {
    display: none;
  }

  .sesao-pill {
    font-size: 12px;
    margin-bottom: 12px;
    padding: 7px 12px;
  }

  .sesao-stats {
    margin-top: -44px;
  }
}

/* ===== SMALL PHONES ≤ 540px ===== */
@media (max-width: 540px) {
  .sesao-section {
    padding-top: 52px;
  }

  .sesao-hero {
    height: 460px;
  }

  .sesao-hero h2 {
    font-size: 28px;
  }

  .sesao-stats {
    margin-top: -38px;
    padding: 10px 8px;
  }

  .sesao-stats strong {
    font-size: 18px;
  }

  .sesao-stats span {
    font-size: 10px;
  }

  .sesao-ita-card--feature {
    padding: 22px;
  }
}

/* ===== VERY SMALL PHONES ≤ 420px ===== */
@media (max-width: 420px) {
  :root {
    --sesao-header-h: 68px;
  }

  .sesao-header__inner {
    gap: 8px;
    height: 68px;
  }

  .sesao-brand img,
  .sesao-brand__mark {
    height: 48px;
    width: 48px;
  }

  .sesao-brand strong {
    font-size: 15px;
  }

  .sesao-brand small {
    font-size: 9px;
    max-width: 140px;
  }

  .sesao-hero {
    height: 400px;
  }

  .sesao-hero h2 {
    font-size: 24px;
  }

  .sesao-hero p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .sesao-pill {
    font-size: 11px;
    margin-bottom: 16px;
    padding: 7px 12px;
  }

  .sesao-stats {
    border-radius: 14px;
    margin-top: -36px;
    padding: 10px 8px;
  }

  .sesao-stats strong {
    font-size: 16px;
  }

  .sesao-stats span {
    font-size: 9px;
  }

  .sesao-section__heading h2 {
    font-size: 26px;
  }

  .sesao-ita-head h2 {
    font-size: 20px;
  }

  .sesao-service-banners__heading h4 {
    font-size: 20px;
  }

  .sesao-quick-links h4 {
    font-size: 20px;
  }
}

/* ===== EXTRA TINY PHONES ≤ 360px ===== */
@media (max-width: 360px) {
  .sesao-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sesao-brand small {
    display: none;
  }

  .sesao-brand img,
  .sesao-brand__mark {
    height: 42px;
    width: 42px;
  }

  .sesao-brand strong {
    font-size: 14px;
  }

  .sesao-hero {
    height: 360px;
  }

  .sesao-hero h2 {
    font-size: 21px;
  }

  .sesao-hero p {
    font-size: 13px;
  }

  .sesao-stats {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -36px;
    padding: 14px 8px;
  }

  .sesao-stats strong {
    font-size: 20px;
  }

  .sesao-split {
    border-radius: 20px;
    margin-top: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .sesao-announcements time {
    flex: 0 0 52px;
    height: 52px;
  }

  .sesao-footer-lines,
  .sesao-footer-phones {
    grid-template-columns: 1fr;
  }
}
