/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Darulaman University
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
body {
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #5c5c77; }

p, .paragraph {
  font-weight: 400;
  color: #5c5c77;
  font-size: 15px;
  line-height: 1.9;
  font-family: "Poppins", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #1e1e4b;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2; }

h1, .h1 {
  font-size: 60px; }
  @media (max-width: 575px) {
    h1, .h1 {
      font-size: 45px; } }
h2, .h2 {
  font-size: 40px; }
  @media (max-width: 575px) {
    h2, .h2 {
      font-size: 30px; } }
h3, .h3 {
  font-size: 25px; }
  @media (max-width: 575px) {
    h3, .h3 {
      font-size: 20px; } }
h4, .h4 {
  font-size: 20px; }
  @media (max-width: 575px) {
    h4, .h4 {
      font-size: 18px; } }
h5, .h5 {
  font-size: 18px; }
  @media (max-width: 575px) {
    h5, .h5 {
      font-size: 16px; } }
h6, .h6 {
  font-size: 16px; }
  @media (max-width: 575px) {
    h6, .h6 {
      font-size: 14px; } }
/* Button style */
.btn {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  padding: 15px 40px;
  border-radius: 0;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  overflow: hidden;
  white-space: nowrap; }
  .btn::before {
    position: absolute;
    content: "";
    height: 80%;
    width: 100%;
    left: 0;
    bottom: 10%;
    z-index: -1;
    transition: transform .2s ease-in-out;
    transform-origin: top;
    transform: scaleY(0); }
  .btn:active, .btn:hover, .btn.focus, .btn:focus, .btn.active {
    outline: 0;
    box-shadow: none !important; }
    .btn:active::before, .btn:hover::before, .btn.focus::before, .btn:focus::before, .btn.active::before {
      transform: scaleY(1);
      transform-origin: bottom; }

.btn-sm {
  font-size: 14px;
  padding: 10px 35px; }

.btn-xs {
  font-size: 12px;
  padding: 5px 15px; }

.btn-primary {
  color: #fff;
  background-color: #ffbc3b; }
  .btn-primary::before {
    background-color: #fff; }
  .btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active {
    color: #ffbc3b !important;
    background-color: #ffab08 !important;
    border-color: #ffab08 !important; }

.btn-outline-primary {
  color: #ffbc3b;
  background-color: transparent;
  border: 1px solid #ffbc3b; }
  .btn-outline-primary::before {
    background-color: #fff; }
  .btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary.active {
    color: #ffbc3b !important;
    background-color: #ffbc3b !important;
    border-color: #ffbc3b !important; }

.btn-light {
  color: #ffbc3b;
  background-color: #fff;
  border: 1px solid #fff; }
  .btn-light::before {
    background-color: #ffbc3b; }
  .btn-light:active, .btn-light:hover, .btn-light.focus, .btn-light:focus, .btn-light.active {
    color: #fff !important;
    background-color: #fff !important;
    border: 1px solid #fff !important; }

body {
  background-color: #fff;
  overflow-x: hidden; }

::selection {
  background: #ffcd6e;
  color: #fff; }

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFDC11;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center; }

ol,
ul {
  list-style-type: none;
  margin: 0px; }

img {
  vertical-align: middle;
  border: 0; }

a,
a:hover,
a:focus {
  text-decoration: none; }

a {
  color: inherit; }

a,
button,
select {
  cursor: pointer;
  transition: .2s ease; }
  a:focus,
  button:focus,
  select:focus {
    outline: 0; }

a:hover {
  color: #ffbc3b; }

a.text-primary:hover {
  color: #ffbc3b !important; }

a.text-light:hover {
  color: #ffbc3b !important; }

h4 {
  transition: .2s ease; }

a h4:hover {
  color: #ffbc3b; }

.slick-slide {
  outline: 0; }

.section {
  padding-top: 90px;
  padding-bottom: 90px; }
  .section-sm {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-title {
    margin-bottom: 30px; }

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.border-primary {
  border-color: #ededf1 !important; }

/* overlay */
.overlay {
  position: relative; }
  .overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #1a1a37;
    opacity: .8; }

.outline-0 {
  outline: 0 !important; }

.d-unset {
  display: unset !important; }

.bg-primary {
  background: #ffbc3b !important; }

.bg-secondary {
  background: #1a1a37 !important; }

.bg-gray {
  background: #f8f8f8; }

.text-primary {
  color: #ffbc3b !important; }

.text-color {
  color: #5c5c77; }

.text-light {
  color: #8585a4 !important; }

.text-lighten {
  color: #d6d6e0 !important; }

.text-muted {
  color: #b5b5b7 !important; }

.text-dark {
  color: #1e1e4b !important; }

.font-secondary {
  font-family: "Montserrat", sans-serif; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.pl-150 {
  padding-left: 150px; }

.zindex-1 {
  z-index: 1; }

@media (max-width: 991px) {
  .overflow-md-hidden {
    overflow: hidden; } }

.vertical-align-middle {
  vertical-align: middle; }

.icon-md {
  font-size: 36px; }

/* page title */
.page-title-section {
  padding: 200px 0 80px; }

.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px; }
  .custom-breadcrumb li.nasted::before {
    position: absolute;
    font-family: "themify";
    content: "\e649";
    font-size: 20px;
    top: 50%;
    left: -5px;
    color: #fff;
    transform: translateY(-50%); }

/* /page title */
.list-styled {
  padding-left: 25px; }
  .list-styled li {
    position: relative;
    margin-bottom: 15px; }
    .list-styled li::before {
      position: absolute;
      content: "";
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background: #ffbc3b;
      left: -25px;
      top: 5px; }

textarea.form-control {
  height: 200px;
  padding: 20px; }

#map_canvas {
  height: 500px; }

.post-thumb-sm {
  max-width: 100px;
  max-height: 100px;
  object-fit: cover; }

/* pagination */
.pagination {
  justify-content: center; }
  .pagination .page-item {
    margin: 0 10px; }
    .pagination .page-item.active .page-link {
      background: #ffbc3b;
      color: #fff;
      border-color: #ffbc3b; }
    .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
      border-radius: 0; }
    .pagination .page-item .page-link {
      color: #5c5c77; }

.content * {
  margin-bottom: 20px; }

.content a {
  text-decoration: underline; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 10px; }

.content ol {
  padding-left: 20px; }

.content ul {
  padding-left: 0; }
  .content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    list-style-type: none; }
    .content ul li::before {
      position: absolute;
      content: "\e65d";
      font-family: "themify";
      font-size: 14px;
      left: 0;
      top: 1px;
      color: #ffbc3b;
      transition: .3s ease; }

.content table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6; }
  .content table th,
  .content table td {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6; }
  .content table thead {
    background: #eff1fd; }
  .content table tbody {
    background: #f8f9fe; }
    .content table tbody td {
      text-align: left !important; }

.content blockquote p {
  margin-bottom: 0;
  color: #5c5c77;
  font-style: italic !important; }

.content pre {
  padding: 10px 20px;
  background: #f8f9fe; }

.teacher-thumb-sm {
  height: 85px;
  width: 85px;
  object-fit: cover; }

.top-header {
  font-size: 12px;
  transition: transform .2s ease;
  transform-origin: top;
  font-weight: 600; }
  .top-header.hide {
    transform: scaleY(0);
    transform-origin: top; }

.navigation {
  background: linear-gradient(to right, transparent 50%, #ffbc3b 50%);
  transition: .2s ease; }
  @media (max-width: 991px) {
    .navigation {
      background: #1a1a37; }
      .navigation .navbar-brand {
        padding: 12px 0; } }
@media (max-width: 991px) {
  .navbar-collapse {
    background: #1a1a37; } }

.navbar-nav {
  padding-left: 50px;
  background: #ffbc3b; }
  @media (max-width: 991px) {
    .navbar-nav {
      padding-left: 0;
      background: #1a1a37; } }
.nav-bg {
  background-color: #1a1a37; }

.nav-item {
  margin: 0 15px;
  position: relative; }
  .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 600; }
  .nav-item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    content: "";
    background: #fff;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .3s ease; }
  .nav-item:hover::before, .nav-item.active::before {
    transform: scaleY(1);
    transform-origin: bottom; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }

link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff; }

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 40px 0px; }
  @media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 20px; } }
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d; }

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #ffbc3b;
  padding: 15px;
  top: 96px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  transform: translateY(20px);
  background: #fff; }
  @media (max-width: 991px) {
    .navbar .dropdown-menu {
      display: none;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transform-origin: unset; } }
  .navbar .dropdown-menu.show {
    visibility: hidden; }
    @media (max-width: 991px) {
      .navbar .dropdown-menu.show {
        visibility: visible;
        display: block; } }
.navbar .dropdown-item {
  position: relative;
  color: #1e1e4b;
  transition: .2s ease;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif; }
  @media (max-width: 991px) {
    .navbar .dropdown-item {
      text-align: center; } }
  .navbar .dropdown-item:not(:last-child) {
    margin-bottom: 10px; }
  .navbar .dropdown-item:hover {
    color: #ffbc3b;
    background: transparent; }

.hero-section {
  padding: 250px 0 290px; }

.hero-slider .prevArrow,
.hero-slider .nextArrow {
  position: absolute;
  bottom: -123px;
  z-index: 9;
  padding: 15px;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  font-size: 30px;
  transition: all linear .2s;
  background: transparent; }
  .hero-slider .prevArrow:focus,
  .hero-slider .nextArrow:focus {
    outline: 0; }
  .hero-slider .prevArrow:hover,
  .hero-slider .nextArrow:hover {
    color: #ffbc3b; }

.hero-slider .prevArrow {
  right: 60px; }

.hero-slider .nextArrow {
  right: 0; }

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -100px;
  padding-left: 0; }
  .hero-slider .slick-dots li {
    display: inline-block;
    margin: 0 6px; }
    .hero-slider .slick-dots li.slick-active button {
      background: #ffbc3b; }
    .hero-slider .slick-dots li button {
      color: transparent;
      padding: 0;
      overflow: hidden;
      height: 10px;
      width: 10px;
      background: rgba(255, 255, 255, 0.5);
      border: 0;
      outline: 0; }

/* banner feature */
.feature-icon {
  font-size: 50px;
  color: #ffbc3b;
  display: inline-block; }

.feature-blocks {
  margin-top: -100px;
  padding-left: 70px;
  padding-top: 80px;
  padding-right: 30%; }
  @media (max-width: 1400px) {
    .feature-blocks {
      padding-right: 10%; } }
  @media (max-width: 1200px) {
    .feature-blocks {
      padding-right: 50px;
      padding-left: 50px;
      padding-top: 30px; }
      .feature-blocks h3 {
        font-size: 20px; } }
  @media (max-width: 991px) {
    .feature-blocks {
      margin-top: 0;
      padding: 50px; }
      .feature-blocks h3 {
        font-size: 25px; } }
/* /banner feature */
/* course */
.card-btn {
  font-size: 12px;
  padding: 5px 10px; }

.flex-basis-33 {
  flex-basis: 33.3333%; }

.hover-shadow {
  transition: .3s ease; }
  .hover-shadow:hover {
    box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15); }

/* /course */
/* success story */
.success-video {
  min-height: 300px; }
  .success-video .play-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .success-video .play-btn {
        left: 50%;
        transform: translate(-50%, -50%); } }
.play-btn {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #ffbc3b;
  color: #fff;
  font-size: 20px;
  text-align: center; }
  .play-btn i {
    line-height: 80px; }
  .play-btn::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: -2;
    transition: .3s ease;
    transition-delay: .2s; }
  .play-btn::after {
    position: absolute;
    content: "";
    height: 80%;
    width: 80%;
    transform: translate(-50%, -50%);
    background: #ffbc3b;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: .3s ease; }
  .play-btn:hover::before {
    height: 80%;
    width: 80%;
    transition-delay: 0s; }
  .play-btn:hover::after {
    height: 0;
    width: 0;
    transition: 0s ease; }

/* /success story */
/* events */
.card-date {
  position: absolute;
  background: #ffbc3b;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 10px;
  color: #fff;
  top: 0;
  left: 0;
  text-transform: uppercase; }
  .card-date span {
    font-size: 40px; }

/* /events */
/* teacher */
.teacher-info {
  width: 70%;
  bottom: 0;
  right: 0; }

/* /teacher */
/* footer */
.newsletter {
  background-image: linear-gradient(to right, transparent 50%, #ffbc3b 50%);
  margin-bottom: -170px;
  position: relative;
  z-index: 1; }
  .newsletter-block {
    padding-left: 50px; }
    @media (max-width: 575px) {
      .newsletter-block {
        padding-left: 15px; } }
.input-wrapper {
  position: relative; }
  .input-wrapper button {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 575px) {
      .input-wrapper button {
        position: static;
        transform: translateY(-10px);
        width: 100%;
        outline: 5px solid #fff;
        outline-offset: -5px; } }
.form-control {
  height: 60px;
  background: #fff;
  border-radius: 0;
  padding-left: 25px; }
  .form-control:focus {
    border-color: #ffbc3b;
    box-shadow: none; }

.newsletter-block .form-control {
  height: 80px;
  padding-right: 160px; }
  @media (max-width: 575px) {
    .newsletter-block .form-control {
      padding-right: 25px; } }
.bg-footer {
  background-color: #182b45; }

.logo-footer {
  margin-top: -20px;
  display: inline-block; }

.footer {
  border-color: #494a43 !important;
  padding-top: 275px;
  color: #8996a7; }
  .footer a {
    color: #8996a7;
    text-transform: capitalize; }
    .footer a:hover {
      text-decoration: underline;
      color: #fff; }

.copyright p {
  color: #8996a7;
  text-transform: capitalize; }

/* /footer */
.filter-controls li {
  cursor: pointer;
  transition: .1s ease; }
  .filter-controls li.active {
    font-weight: 600;
    color: #ffbc3b; }
  .filter-controls li:hover {
    color: #ffbc3b; }

.tag-list a {
  display: block;
  padding: 5px 10px;
  background: #f8f9fe;
  color: #5c5c77; }
  .tag-list a:hover {
    background-color: #ffbc3b;
    color: #fff; }

.media a:hover h5 {
  color: #ffbc3b;
  transition: 0.3s; }

@font-face {
  font-family: 'Archivo';
  src: url("/fonts/archivo-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 75% 125%;
  font-display: swap; }

:root {
  color-scheme: light;
  --tu-bg: #f4efe6;
  --tu-surface: #fbf7f0;
  --tu-surface-soft: #ebe1d0;
  --tu-surface-gold: #e8c4a8;
  --tu-ink: #132033;
  --tu-copy: #3a3f4a;
  --tu-muted: #66707c;
  --tu-green: #1b365d;
  --tu-green-strong: #132033;
  --tu-gold: #b4532a;
  --tu-line: #d4c7b4;
  --tu-focus: #d97845;
  --tu-white: #fffdf8;
  --tu-radius: 14px;
  --tu-radius-small: 9px;
  --tu-container: 1320px;
  --tu-shadow: 0 18px 48px rgba(19, 32, 51, 0.16); }

* {
  scrollbar-color: var(--tu-gold) var(--tu-surface-soft);
  scrollbar-width: thin; }

*::-webkit-scrollbar {
  width: 11px; }

*::-webkit-scrollbar-track {
  background: var(--tu-surface-soft); }

*::-webkit-scrollbar-thumb {
  background: var(--tu-gold);
  border: 3px solid var(--tu-surface-soft);
  border-radius: 99px; }

::selection {
  background: var(--tu-surface-gold);
  color: var(--tu-green-strong); }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--tu-bg);
  color: var(--tu-copy);
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased; }

body,
button,
input,
textarea,
select {
  font-family: 'Archivo', sans-serif; }

body p,
.paragraph {
  color: var(--tu-copy);
  font-family: 'Archivo', sans-serif;
  font-size: 1rem;
  line-height: 1.7; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--tu-ink);
  font-family: 'Archivo', sans-serif;
  font-weight: 690;
  letter-spacing: -0.025em;
  line-height: 1.08; }

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em; }

a:hover {
  color: var(--tu-green); }

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--tu-focus);
  outline-offset: 4px; }

button {
  color: inherit; }

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

.container {
  width: calc(100% - 48px);
  max-width: var(--tu-container);
  padding-right: 0;
  padding-left: 0; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1100;
  padding: 12px 18px;
  border-radius: var(--tu-radius-small);
  background: var(--tu-ink);
  color: var(--tu-bg);
  transform: translateY(-160%); }

.skip-link:focus {
  color: var(--tu-bg);
  transform: translateY(0); }

.button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 48px;
  padding: 0.78rem 1.35rem;
  border: 0;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease; }

.button::before,
.btn::before {
  display: none; }

.button:hover,
.btn:hover {
  text-decoration: none;
  transform: translateY(-1px); }

.button:active,
.btn:active {
  transform: translateY(1px) scale(0.99); }

.button--primary,
.btn-primary {
  background: var(--tu-green-strong);
  color: var(--tu-white); }

.button--primary:hover,
.button--primary:focus,
.btn-primary:hover,
.btn-primary:focus {
  border-color: transparent !important;
  background: var(--tu-gold) !important;
  color: #14241f !important; }

.button--quiet {
  background: var(--tu-surface-gold);
  color: #183129; }

.button--small {
  min-height: 40px;
  padding: 0.65rem 1rem;
  font-size: 0.86rem; }

.text-link {
  display: inline-block;
  color: var(--tu-green-strong);
  font-weight: 650;
  text-decoration: underline; }

.section-heading {
  max-width: 720px; }

.section-heading--narrow {
  max-width: 640px; }

.section-heading h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(2.25rem, 4.2vw, 4.75rem);
  font-stretch: 92%;
  text-wrap: balance; }

.section-heading p {
  max-width: 62ch;
  margin: 0;
  font-size: 1.08rem; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--tu-surface) 94%, transparent);
  border-bottom: 1px solid var(--tu-line); }

@supports (backdrop-filter: blur(12px)) {
  .site-header {
    background: color-mix(in srgb, var(--tu-surface) 84%, transparent);
    backdrop-filter: blur(16px); } }

.utility-bar {
  border-bottom: 1px solid var(--tu-line);
  background: var(--tu-surface-soft); }

.utility-bar__inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem; }

.utility-bar p,
.utility-bar a {
  margin: 0;
  color: var(--tu-muted);
  font-size: 0.76rem;
  font-weight: 570;
  letter-spacing: 0.015em;
  line-height: 1.2; }

.utility-bar__contact {
  display: flex;
  gap: 1.5rem; }

.utility-bar a:hover {
  color: var(--tu-ink); }

.navigation {
  background: transparent; }

.navigation__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem; }

.brand-mark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.72rem;
  color: var(--tu-ink); }

.brand-mark__image {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain; }

.brand-mark__wordmark {
  display: grid;
  gap: 0.08rem;
  line-height: 1; }

.brand-mark__name {
  font-size: 1.4rem;
  font-stretch: 92%;
  font-weight: 720;
  letter-spacing: -0.035em; }

.brand-mark__descriptor {
  color: var(--tu-muted);
  font-size: 0.72rem;
  font-weight: 570;
  letter-spacing: 0.045em; }

.primary-navigation {
  margin-left: auto; }

.primary-navigation__list {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin: 0;
  padding: 0;
  list-style: none; }

.primary-navigation__item {
  position: relative;
  margin: 0; }

.primary-navigation__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 0.88rem;
  border: 0;
  border-radius: var(--tu-radius-small);
  background: transparent;
  color: var(--tu-copy);
  font-size: 0.89rem;
  font-weight: 600;
  text-transform: none; }

.primary-navigation__link:hover,
.primary-navigation__link.is-active,
.primary-navigation__link[aria-expanded='true'] {
  background: var(--tu-surface-soft);
  color: var(--tu-ink); }

.submenu-toggle__indicator {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease; }

.submenu-toggle[aria-expanded='true'] .submenu-toggle__indicator {
  transform: translateY(2px) rotate(225deg); }

.submenu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: 220px;
  gap: 0.25rem;
  margin: 0;
  padding: 0.65rem;
  border: 0;
  border-radius: var(--tu-radius);
  background: var(--tu-surface);
  box-shadow: var(--tu-shadow);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease; }

.submenu[hidden] {
  display: none; }

.submenu-toggle[aria-expanded='true'] + .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0); }

.submenu a {
  display: block;
  padding: 0.68rem 0.8rem;
  border-radius: 8px;
  color: var(--tu-copy);
  font-size: 0.9rem;
  font-weight: 560; }

.submenu a:hover {
  background: var(--tu-surface-soft);
  color: var(--tu-ink); }

.menu-toggle {
  display: none;
  min-height: 44px;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--tu-line);
  border-radius: var(--tu-radius-small);
  background: transparent;
  color: var(--tu-ink);
  font-weight: 620; }

.menu-toggle__lines {
  display: grid;
  width: 20px;
  gap: 5px; }

.menu-toggle__lines span {
  display: block;
  height: 1.5px;
  background: currentColor;
  transition: transform 180ms ease; }

.menu-toggle[aria-expanded='true'] .menu-toggle__lines span:first-child {
  transform: translateY(3.25px) rotate(45deg); }

.menu-toggle[aria-expanded='true'] .menu-toggle__lines span:last-child {
  transform: translateY(-3.25px) rotate(-45deg); }

/* Homepage */
.home-hero {
  padding: 24px 0 0; }

.home-hero__grid {
  display: grid;
  min-height: calc(100dvh - 134px);
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  grid-template-rows: minmax(500px, 1fr) auto;
  overflow: hidden;
  border-radius: var(--tu-radius);
  background: var(--tu-surface); }

.home-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(3rem, 6vw, 6rem); }

.home-hero h1 {
  max-width: 760px;
  margin: 0 0 1.5rem;
  font-size: clamp(3.55rem, 5.6vw, 5.05rem);
  font-stretch: 86%;
  font-weight: 720;
  letter-spacing: -0.038em;
  line-height: 0.96;
  text-wrap: pretty; }

.home-hero__intro {
  max-width: 50ch;
  margin: 0 0 2rem;
  color: var(--tu-copy);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.55; }

.home-hero__media {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
  margin: 0;
  overflow: hidden; }

.home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%; }

.admissions-panel {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 1.6rem clamp(2rem, 5vw, 5rem);
  background: var(--tu-surface-gold);
  color: #183129; }

.admissions-panel h2 {
  margin: 0 0 0.35rem;
  color: #183129;
  font-size: 1.22rem;
  letter-spacing: -0.01em; }

.admissions-panel p {
  margin: 0;
  color: #29473d;
  font-size: 0.94rem; }

.admissions-panel__date {
  font-variant-numeric: tabular-nums;
  font-weight: 690;
  white-space: nowrap; }

@media (prefers-reduced-motion: no-preference) {
  .home-hero__copy > * {
    animation: hero-rise 720ms cubic-bezier(0.16, 1, 0.3, 1) both; }
  .home-hero__copy > :nth-child(2) {
    animation-delay: 70ms; }
  .home-hero__copy > :nth-child(3) {
    animation-delay: 130ms; }
  .home-hero__media img {
    animation: hero-image 900ms cubic-bezier(0.16, 1, 0.3, 1) both; } }

@keyframes hero-rise {
  from {
    transform: translateY(14px); }
  to {
    transform: translateY(0); } }

@keyframes hero-image {
  from {
    clip-path: inset(0 0 0 12%);
    filter: saturate(0.82);
    transform: scale(1.035); }
  to {
    clip-path: inset(0 0 0 0);
    transform: scale(1); } }

.pathways {
  padding: 28px 0 0; }

.pathways__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--tu-line);
  border-bottom: 1px solid var(--tu-line); }

.pathways a {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  padding: 1.4rem;
  border-right: 1px solid var(--tu-line);
  transition: background-color 180ms ease; }

.pathways a:last-child {
  border-right: 0; }

.pathways a:hover {
  background: var(--tu-surface-soft);
  text-decoration: none; }

.pathways span {
  color: var(--tu-muted);
  font-size: 0.78rem; }

.pathways strong {
  color: var(--tu-ink);
  font-size: 1.08rem;
  font-weight: 650; }

.programmes-section,
.community-section,
.current-section,
.news-section,
.admissions-cta {
  padding: clamp(5rem, 9vw, 9rem) 0; }

.programmes-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start; }

.programmes-section__intro {
  position: sticky;
  top: 140px; }

.editorial-media {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 3rem 0 0;
  overflow: hidden;
  border-radius: var(--tu-radius); }

.editorial-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.editorial-media--workshop {
  aspect-ratio: 3 / 2; }

.programme-directory {
  border-top: 1px solid var(--tu-line); }

.programme-entry {
  border-bottom: 1px solid var(--tu-line); }

.programme-entry summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(110px, 0.38fr) minmax(0, 1fr) 20px;
  align-items: center;
  gap: 1.25rem;
  min-height: 94px;
  padding: 1rem 0;
  color: var(--tu-ink);
  cursor: pointer;
  list-style: none; }

.programme-entry summary::-webkit-details-marker {
  display: none; }

.programme-entry summary > span {
  color: var(--tu-muted);
  font-size: 0.78rem;
  line-height: 1.4; }

.programme-entry summary strong {
  font-size: clamp(1.12rem, 1.8vw, 1.45rem);
  font-weight: 640;
  letter-spacing: -0.015em; }

.programme-entry summary i,
.programme-entry summary i::after {
  display: block;
  width: 14px;
  height: 1.5px;
  background: currentColor; }

.programme-entry summary i {
  position: relative; }

.programme-entry summary i::after {
  position: absolute;
  content: '';
  transform: rotate(90deg);
  transition: transform 180ms ease; }

.programme-entry[open] summary i::after {
  transform: rotate(0); }

.programme-entry__content {
  max-width: 62ch;
  padding: 0 2.2rem 1.8rem calc(38% + 0.3rem); }

.programme-entry__content p {
  margin: 0 0 1rem; }

.directory-footer-link {
  display: inline-block;
  margin-top: 1.5rem;
  color: var(--tu-green-strong);
  font-weight: 650;
  text-decoration: underline; }

/* Programme catalogue */
.programme-catalog {
  border-top: 1px solid var(--tu-line); }

.programme-catalog__row {
  margin: 0;
  border-bottom: 1px solid var(--tu-line); }

.programme-catalog__row > a {
  display: grid;
  min-height: 190px;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: 2rem 0;
  transition: background-color 180ms ease, padding 180ms ease; }

.programme-catalog__row > a:hover {
  padding-inline: 1.25rem;
  background: var(--tu-surface-soft);
  color: inherit;
  text-decoration: none; }

.programme-catalog__number,
.programme-catalog__meta {
  color: var(--tu-muted);
  font-size: 0.76rem;
  font-variant-numeric: tabular-nums; }

.programme-catalog__number {
  align-self: start;
  padding-top: 0.45rem; }

.programme-catalog__meta {
  margin: 0 0 0.65rem; }

.programme-catalog__meta span {
  margin: 0 0.4rem; }

.programme-catalog__body h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.65rem, 3vw, 3rem);
  font-stretch: 92%; }

.programme-catalog__body > p:last-child {
  max-width: 68ch;
  margin: 0; }

.programme-catalog__action {
  align-self: end;
  color: var(--tu-green-strong);
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: underline; }

.community-section {
  padding-top: 0; }

.community-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(340px, 0.64fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: var(--tu-radius);
  background: var(--tu-surface-soft); }

.community-section__grid .editorial-media {
  min-height: 560px;
  margin: 0;
  border-radius: 0; }

.community-section__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2.5rem, 5vw, 5rem); }

.community-section__copy h2 {
  margin: 0 0 1.4rem;
  font-size: clamp(2.25rem, 4vw, 4.35rem);
  font-stretch: 92%;
  text-wrap: balance; }

.community-section__copy p {
  max-width: 42ch;
  margin-bottom: 1.6rem;
  font-size: 1.08rem; }

.current-section {
  border-top: 1px solid var(--tu-line); }

.current-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: 4rem; }

.event-board {
  padding: clamp(2rem, 4vw, 3.5rem);
  border-radius: var(--tu-radius);
  background: var(--tu-surface-gold);
  color: #183129; }

.event-board h3,
.event-board h4,
.event-board p,
.event-board a {
  color: #183129; }

.event-board__header,
.notice-board__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem; }

.event-board__header h3,
.notice-board__header h3 {
  margin: 0;
  font-size: 1.5rem; }

.event-board__header a,
.notice-board__header a {
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: underline; }

.event-row {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 1.25rem;
  align-items: start;
  padding: 1.45rem 0;
  border-top: 1px solid rgba(24, 49, 41, 0.26); }

.event-row time {
  display: grid;
  font-variant-numeric: tabular-nums; }

.event-row time strong {
  font-size: 2.35rem;
  font-weight: 690;
  line-height: 1; }

.event-row time span {
  font-size: 0.78rem;
  font-weight: 620; }

.event-row h4,
.notice-row h4 {
  margin: 0 0 0.55rem;
  font-size: 1.14rem;
  line-height: 1.25; }

.event-row p {
  margin: 0;
  color: #355248;
  font-size: 0.86rem;
  line-height: 1.5; }

.notice-board {
  padding: 1rem 0; }

.notice-row {
  padding: 1.3rem 0;
  border-top: 1px solid var(--tu-line); }

.notice-row time,
.news-row time {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--tu-muted);
  font-size: 0.76rem;
  font-variant-numeric: tabular-nums; }

.notice-row h4 {
  margin: 0; }

.news-section {
  background: var(--tu-surface); }

.news-section__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(3rem, 9vw, 9rem); }

.news-section .text-link {
  margin-top: 1.8rem; }

.news-list {
  border-top: 1px solid var(--tu-line); }

.news-row {
  display: grid;
  grid-template-columns: 120px minmax(220px, 0.75fr) minmax(240px, 1fr);
  gap: 1.5rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--tu-line); }

.news-row time {
  margin: 0; }

.news-row h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.3; }

.news-row p {
  margin: 0;
  font-size: 0.92rem; }

.admissions-cta {
  padding-top: clamp(4rem, 7vw, 7rem);
  padding-bottom: clamp(4rem, 7vw, 7rem); }

.admissions-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2.5rem, 5vw, 5rem);
  border-radius: var(--tu-radius);
  background: var(--tu-surface-gold); }

.admissions-cta h2 {
  margin: 0 0 0.8rem;
  color: #183129;
  font-size: clamp(2.15rem, 4vw, 4rem);
  font-stretch: 92%; }

.admissions-cta p {
  max-width: 58ch;
  margin: 0;
  color: #29473d; }

/* Inner pages */
.page-intro {
  padding: clamp(4rem, 8vw, 8rem) 0 clamp(3.5rem, 7vw, 6.5rem);
  border-bottom: 1px solid var(--tu-line); }

.page-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 2rem 5rem; }

.breadcrumbs {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 0.7rem;
  color: var(--tu-muted);
  font-size: 0.8rem; }

.breadcrumbs span[aria-hidden='true'] {
  width: 22px;
  height: 1px;
  background: var(--tu-line); }

.breadcrumbs a {
  text-decoration: underline; }

.page-intro h1 {
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 5.8rem);
  font-stretch: 86%;
  letter-spacing: -0.038em;
  line-height: 0.98;
  text-wrap: balance; }

.page-intro p {
  align-self: end;
  max-width: 48ch;
  margin: 0;
  font-size: 1.05rem; }

.inner-section {
  padding: clamp(4.5rem, 8vw, 8rem) 0; }

.inner-section--compact {
  padding-top: 2rem; }

.collection-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem) clamp(1.5rem, 3vw, 3rem); }

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

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

.content-card {
  min-width: 0;
  padding-top: 1rem;
  border-top: 1px solid var(--tu-line); }

.content-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: var(--tu-radius);
  background: var(--tu-surface-soft); }

.content-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1); }

.content-card__media:hover .content-card__image {
  transform: scale(1.025); }

.content-card__body {
  padding-top: 1.35rem; }

.content-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0 0 0.8rem;
  color: var(--tu-muted);
  font-size: 0.76rem; }

.content-card__title {
  margin: 0 0 0.9rem;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.2; }

.content-card__body > p:not(.content-card__meta) {
  margin: 0 0 1rem;
  font-size: 0.94rem; }

.content-card--profile .content-card__media {
  aspect-ratio: 4 / 5; }

.staff-directory {
  border-top: 1px solid var(--tu-line); }

.staff-directory .content-card--profile {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  padding: 1.4rem 0;
  border-top: 0;
  border-bottom: 1px solid var(--tu-line); }

.staff-directory .content-card__media {
  aspect-ratio: 4 / 5;
  border-radius: var(--tu-radius-small); }

.staff-directory .content-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.4rem 2rem;
  align-items: end;
  padding: 0; }

.staff-directory .content-card__meta,
.staff-directory .content-card__title {
  grid-column: 1; }

.staff-directory .content-card__title {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 3rem); }

.staff-directory .text-link {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: end; }

.content-card__date {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--tu-muted);
  font-size: 0.76rem;
  font-variant-numeric: tabular-nums; }

.about-layout {
  display: grid;
  grid-template-columns: minmax(380px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start; }

.about-layout__media {
  position: sticky;
  top: 140px;
  min-height: 620px;
  margin: 0; }

.about-layout__media img {
  min-height: 620px; }

.prose {
  max-width: 74ch;
  color: var(--tu-copy); }

.prose > :first-child {
  margin-top: 0; }

.prose h2,
.prose h3,
.prose h4 {
  margin-top: 2.8em;
  margin-bottom: 0.75em; }

.prose h2 {
  font-size: clamp(2rem, 3vw, 3rem); }

.prose h3 {
  font-size: clamp(1.4rem, 2vw, 1.8rem); }

.prose p,
.prose li {
  font-size: 1.02rem;
  line-height: 1.75; }

.prose ul,
.prose ol {
  margin: 1.3rem 0;
  padding-left: 1.35rem; }

.prose ul {
  list-style: disc; }

.prose ol {
  list-style: decimal; }

.prose li {
  margin-bottom: 0.65rem; }

.prose a {
  color: var(--tu-green-strong);
  font-weight: 610;
  text-decoration: underline; }

.contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(3rem, 9vw, 9rem); }

.contact-layout__intro {
  align-self: start; }

.contact-layout__intro h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  font-stretch: 90%; }

.contact-layout__intro p {
  max-width: 46ch;
  margin-bottom: 2rem; }

.contact-directory {
  border-top: 1px solid var(--tu-line); }

.contact-directory section {
  display: grid;
  grid-template-columns: minmax(160px, 0.48fr) minmax(0, 1fr);
  gap: 0.5rem 2rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--tu-line); }

.contact-directory h2 {
  grid-row: 1 / span 3;
  margin: 0;
  font-size: 1rem;
  letter-spacing: -0.01em; }

.contact-directory a,
.contact-directory address,
.contact-directory p {
  margin: 0;
  font-size: 0.96rem;
  font-style: normal; }

.detail-page,
.profile-page,
.article-page {
  padding: clamp(4rem, 8vw, 8rem) 0; }

.detail-page__media {
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border-radius: var(--tu-radius);
  background: var(--tu-surface-soft); }

.detail-page__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.detail-page__summary {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(420px, 1.3fr) auto;
  gap: 2rem;
  align-items: center;
  padding: 2.4rem 0;
  border-bottom: 1px solid var(--tu-line); }

.detail-page__summary h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(2rem, 3.4vw, 3.2rem); }

.detail-page__summary p {
  margin: 0;
  color: var(--tu-muted); }

.detail-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0; }

.detail-facts div {
  min-width: 0; }

.detail-facts dt {
  margin-bottom: 0.35rem;
  color: var(--tu-muted);
  font-size: 0.75rem;
  font-weight: 520; }

.detail-facts dd {
  margin: 0;
  color: var(--tu-ink);
  font-size: 0.95rem;
  font-weight: 650;
  font-variant-numeric: tabular-nums; }

.detail-page__content {
  margin: clamp(3.5rem, 7vw, 7rem) auto 0; }

.teacher-reference {
  display: grid;
  max-width: 740px;
  grid-template-columns: 100px 1fr;
  gap: 1.5rem;
  align-items: center;
  margin: 4rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--tu-line); }

.teacher-reference__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover; }

.teacher-reference p,
.teacher-reference h2 {
  margin: 0.25rem 0; }

.speaker-list {
  max-width: 740px;
  margin: 4rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid var(--tu-line); }

.speaker-list > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem; }

.speaker-list article {
  padding: 1.3rem;
  border-radius: var(--tu-radius);
  background: var(--tu-surface-soft); }

.speaker-list h3,
.speaker-list p {
  margin: 0.25rem 0; }

.profile-page__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.56fr) minmax(0, 1.44fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start; }

.profile-page__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--tu-radius);
  object-fit: cover; }

.profile-page__summary > p:first-child {
  color: var(--tu-muted);
  font-size: 0.82rem; }

.profile-page__summary h2 {
  margin: 0.5rem 0 1.4rem;
  font-size: clamp(3rem, 5vw, 5rem);
  font-stretch: 90%; }

.profile-interests {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--tu-line); }

.profile-interests h3 {
  font-size: 1rem; }

.profile-interests ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0;
  list-style: none; }

.profile-interests li {
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: var(--tu-surface-soft);
  font-size: 0.82rem; }

.profile-page__content {
  grid-column: 2; }

.article-page__layout {
  display: grid;
  grid-template-columns: 200px minmax(0, 740px);
  gap: clamp(3rem, 8vw, 8rem);
  justify-content: center; }

.article-page__meta {
  color: var(--tu-muted);
  font-size: 0.82rem; }

.article-page__meta p,
.article-page__meta time {
  display: block;
  margin: 0 0 0.7rem; }

.article-page__image {
  width: 100%;
  max-height: 520px;
  margin-bottom: 3rem;
  border-radius: var(--tu-radius);
  object-fit: cover; }

.notice-list-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--tu-line); }

.notice-list-item time {
  display: grid;
  font-variant-numeric: tabular-nums; }

.notice-list-item time strong {
  color: var(--tu-ink);
  font-size: 2.2rem;
  line-height: 1; }

.notice-list-item time span {
  color: var(--tu-muted);
  font-size: 0.78rem; }

.notice-list-item h2 {
  margin: 0 0 0.45rem;
  font-size: 1.35rem; }

.notice-list-item p {
  margin: 0;
  font-size: 0.92rem; }

.scholarship-intro {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  margin-bottom: 5rem; }

.scholarship-intro__image {
  width: 100%;
  border-radius: var(--tu-radius); }

.pagination-wrap {
  margin-top: 4rem; }

.pagination {
  gap: 0.4rem; }

.page-link {
  border: 0;
  border-radius: 8px;
  background: var(--tu-surface-soft);
  color: var(--tu-ink); }

.page-item.active .page-link {
  background: var(--tu-green-strong);
  color: var(--tu-white); }

/* Footer and privacy */
.site-footer {
  padding: clamp(4rem, 7vw, 7rem) 0 1.5rem;
  border-top: 1px solid var(--tu-line);
  background: var(--tu-surface-soft); }

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(140px, 0.6fr));
  gap: 2rem 4rem; }

.site-footer__identity p {
  max-width: 42ch;
  margin-top: 1.5rem;
  color: var(--tu-copy);
  font-size: 0.92rem; }

.brand-mark--footer .brand-mark__image {
  width: 48px;
  height: 48px; }

.site-footer__column h2 {
  margin: 0 0 1.2rem;
  font-size: 0.88rem;
  letter-spacing: 0; }

.site-footer__column ul {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none; }

.site-footer__column a,
.site-footer__column address {
  display: block;
  color: var(--tu-copy);
  font-size: 0.86rem;
  font-style: normal; }

.site-footer__contact {
  display: grid;
  align-content: start;
  gap: 0.75rem; }

.site-footer__contact h2 {
  margin-bottom: 0.45rem; }

.site-footer__base {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--tu-line); }

.site-footer__base p {
  margin: 0;
  color: var(--tu-muted);
  font-size: 0.72rem; }

.cookie-notice {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  max-width: 440px;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: var(--tu-radius);
  background: var(--tu-surface);
  box-shadow: var(--tu-shadow); }

.cookie-notice[hidden] {
  display: none; }

.cookie-notice p {
  margin: 0;
  color: var(--tu-copy);
  font-size: 0.8rem;
  line-height: 1.45; }

/* Bootstrap-era templates still in use */
.section,
.section-sm {
  padding: clamp(4rem, 8vw, 8rem) 0; }

.section-title {
  margin-bottom: 2.2rem;
  color: var(--tu-ink); }

.bg-gray,
.bg-white,
.bg-footer {
  background: var(--tu-surface) !important; }

.bg-primary {
  background: var(--tu-surface-gold) !important; }

.text-primary {
  color: var(--tu-green-strong) !important; }

.text-color,
.text-light,
.text-muted {
  color: var(--tu-copy) !important; }

.border-primary {
  border-color: var(--tu-line) !important; }

@media (max-width: 1199.98px) {
  .primary-navigation__link {
    padding-inline: 0.62rem;
    font-size: 0.84rem; }
  .home-hero h1 {
    font-size: clamp(3.3rem, 6.2vw, 4.8rem); }
  .news-row {
    grid-template-columns: 100px minmax(0, 0.8fr) minmax(220px, 1fr); } }

@media (max-width: 991.98px) {
  .utility-bar__place {
    display: none; }
  .utility-bar__inner {
    justify-content: flex-end; }
  .navigation__inner {
    position: relative;
    min-height: 72px; }
  .brand-mark__image {
    width: 46px;
    height: 46px; }
  .menu-toggle {
    display: inline-flex; }
  .primary-navigation {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100dvh - 108px);
    overflow-y: auto;
    padding: 0.8rem;
    border-radius: 0 0 var(--tu-radius) var(--tu-radius);
    background: var(--tu-surface);
    box-shadow: var(--tu-shadow); }
  .primary-navigation.is-open {
    display: block; }
  .primary-navigation__list {
    display: grid;
    align-items: stretch; }
  .primary-navigation__link {
    width: 100%;
    justify-content: space-between;
    padding: 0.8rem 0.9rem;
    text-align: left; }
  .submenu {
    position: static;
    display: none;
    width: auto;
    margin: 0.2rem 0 0.5rem 1rem;
    padding: 0.3rem;
    border-left: 1px solid var(--tu-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none; }
  .submenu-toggle[aria-expanded='true'] + .submenu {
    display: grid; }
  .home-hero__grid {
    min-height: auto;
    grid-template-columns: 1fr 0.82fr;
    grid-template-rows: minmax(560px, auto) auto; }
  .home-hero__copy {
    padding: 3rem; }
  .programmes-section__layout,
  .news-section__layout,
  .about-layout,
  .contact-layout {
    grid-template-columns: 1fr; }
  .programmes-section__intro,
  .about-layout__media {
    position: static; }
  .programmes-section__intro {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 2rem;
    align-items: end; }
  .programmes-section__intro .editorial-media {
    margin: 0; }
  .community-section__grid {
    grid-template-columns: 1fr; }
  .community-section__grid .editorial-media {
    min-height: 460px; }
  .current-section__grid {
    grid-template-columns: 1fr; }
  .news-section__layout {
    gap: 3rem; }
  .detail-page__summary {
    grid-template-columns: 1fr;
    align-items: start; }
  .profile-page__grid {
    gap: 3rem; }
  .site-footer__grid {
    grid-template-columns: 1.4fr repeat(2, 0.7fr); }
  .site-footer__identity {
    grid-row: span 2; } }

@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 104px; }
  .container {
    width: calc(100% - 32px); }
  .utility-bar__contact {
    width: 100%;
    justify-content: space-between;
    gap: 0.6rem; }
  .utility-bar p,
  .utility-bar a {
    font-size: 0.7rem; }
  .brand-mark__image {
    width: 42px;
    height: 42px; }
  .brand-mark {
    gap: 0.58rem; }
  .brand-mark__name {
    font-size: 1.16rem; }
  .brand-mark__descriptor {
    font-size: 0.64rem; }
  .menu-toggle__label {
    display: none; }
  .home-hero {
    padding-top: 12px; }
  .home-hero__grid {
    display: flex;
    min-height: auto;
    flex-direction: column; }
  .home-hero__copy {
    min-height: 430px;
    order: 1;
    padding: 2.25rem 1.5rem; }
  .home-hero h1 {
    max-width: 10ch;
    margin-bottom: 1.2rem;
    font-size: clamp(3.2rem, 15vw, 4.25rem); }
  .home-hero__intro {
    margin-bottom: 1.5rem;
    font-size: 1rem; }
  .home-hero__media {
    min-height: 440px;
    order: 3; }
  .admissions-panel {
    order: 2;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.4rem 1.5rem; }
  .admissions-panel__date {
    white-space: normal; }
  .pathways__grid {
    grid-template-columns: repeat(2, 1fr); }
  .pathways a {
    min-height: 96px;
    padding: 1rem; }
  .pathways a:nth-child(2) {
    border-right: 0; }
  .pathways a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--tu-line); }
  .programmes-section__intro {
    display: block; }
  .programmes-section__intro .editorial-media {
    margin-top: 2.5rem; }
  .programme-entry summary {
    grid-template-columns: 1fr 18px;
    gap: 0.35rem 1rem;
    min-height: 86px; }
  .programme-entry summary > span {
    grid-column: 1; }
  .programme-entry summary strong {
    grid-column: 1; }
  .programme-entry summary i {
    grid-row: 1 / span 2;
    grid-column: 2; }
  .programme-entry__content {
    padding: 0 2rem 1.5rem 0; }
  .programme-catalog__row > a {
    min-height: 0;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 1rem;
    padding: 1.6rem 0; }
  .programme-catalog__row > a:hover {
    padding-inline: 0.75rem; }
  .programme-catalog__action {
    grid-column: 2;
    justify-self: start; }
  .staff-directory .content-card--profile {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem 0; }
  .staff-directory .content-card__body {
    display: block; }
  .staff-directory .content-card__title {
    margin-bottom: 0.55rem;
    font-size: 1.25rem; }
  .community-section__grid .editorial-media {
    min-height: 360px; }
  .current-section__grid {
    margin-top: 2.5rem; }
  .news-row {
    grid-template-columns: 1fr;
    gap: 0.65rem; }
  .admissions-cta__inner {
    display: grid; }
  .admissions-cta__inner .button {
    justify-self: start; }
  .page-intro__inner {
    grid-template-columns: 1fr; }
  .page-intro h1 {
    font-size: clamp(3rem, 14vw, 4.5rem); }
  .collection-grid--two,
  .collection-grid--three,
  .about-layout,
  .contact-layout,
  .scholarship-intro,
  .profile-page__grid,
  .article-page__layout {
    grid-template-columns: 1fr; }
  .about-layout__media,
  .about-layout__media img {
    min-height: 420px; }
  .contact-directory section {
    grid-template-columns: 1fr;
    gap: 0.7rem; }
  .contact-directory h2 {
    grid-row: auto; }
  .detail-page__media {
    aspect-ratio: 4 / 3; }
  .detail-facts {
    grid-template-columns: 1fr; }
  .detail-facts div {
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--tu-line); }
  .profile-page__summary h2 {
    font-size: clamp(2.8rem, 14vw, 4rem); }
  .profile-page__content {
    grid-column: 1; }
  .speaker-list > div {
    grid-template-columns: 1fr; }
  .notice-list-item {
    grid-template-columns: 74px 1fr;
    gap: 1rem; }
  .notice-list-item > .text-link {
    grid-column: 2; }
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr); }
  .site-footer__identity {
    grid-row: auto;
    grid-column: 1 / -1; }
  .site-footer__contact {
    grid-column: 1 / -1; }
  .site-footer__base {
    display: grid; }
  .cookie-notice {
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    max-width: none;
    padding: 0.85rem; }
  .cookie-notice .button {
    flex: 0 0 auto; }
  .cookie-notice p {
    font-size: 0.72rem; } }

@media (max-width: 479.98px) {
  .utility-bar__contact a:first-child {
    display: none; }
  .utility-bar__contact {
    justify-content: flex-end; }
  .home-hero__copy {
    min-height: 410px; }
  .home-hero__media {
    min-height: 390px; }
  .event-board {
    padding: 1.5rem; }
  .event-row {
    grid-template-columns: 56px 1fr; }
  .cookie-notice {
    align-items: stretch;
    flex-direction: column; }
  .cookie-notice .button {
    align-self: flex-start; }
  .site-footer__grid {
    grid-template-columns: 1fr; }
  .site-footer__identity,
  .site-footer__contact {
    grid-column: 1; } }

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