.latest-board{grid-template-rows:repeat(2,1fr);grid-template-columns:2fr 1fr 1fr;grid-template-areas:"hero s1 s3""hero s2 s4";gap:1.25rem;width:100%;min-height:600px;display:grid;overflow:hidden}.latest-board__item{background:#fff;width:100%;max-width:100%;min-height:0;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 14px 28px #0f172a0f}.latest-board__item:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0f172a1f}.latest-board__item--hero{grid-area:hero}.latest-board__item--slot{grid-area:var(--latest-board-area,auto);display:block}.latest-board__link{color:inherit;text-decoration:none;display:block;position:absolute;inset:0}.latest-board__thumb{position:absolute;inset:0}.latest-board__thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s}.latest-board__item:hover .latest-board__thumb img{transform:scale(1.05)}.latest-board__body{color:#fff;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;background:linear-gradient(#0000 0%,#000000b3 100%);flex-direction:column;gap:.5rem;max-width:100%;padding:1.1rem 1.2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.latest-board__item--hero .latest-board__body{gap:.75rem;padding:1.5rem 1.8rem}.latest-board__meta{color:#ffffffd9;text-transform:uppercase;letter-spacing:.05em;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;max-width:100%;font-size:.85rem;font-weight:500}.latest-board__body h3{color:#fff;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;margin:0;font-weight:700;line-height:1.35}.latest-board__item--hero .latest-board__body h3{font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.3}.latest-board__excerpt{color:#ffffffe6;word-wrap:break-word;overflow-wrap:break-word;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;max-width:100%;margin-top:.25rem;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}@media (max-width:768px){.latest-board{grid-template-rows:auto repeat(2,1fr);grid-template-columns:1fr 1fr;grid-template-areas:"hero hero""s1 s2""s3 s4";gap:1rem;width:100%;max-width:100%;min-height:auto;display:grid;overflow:visible}.latest-board__item{aspect-ratio:16/9;width:100%;max-width:100%;min-height:200px;margin:0;position:relative}.latest-board__item--hero{aspect-ratio:16/9;min-height:280px}.latest-board__body{padding:1rem}.latest-board__item--hero .latest-board__body{padding:1.25rem 1rem}.latest-board__body h3{max-width:100%;font-size:.95rem;line-height:1.3}.latest-board__item--hero .latest-board__body h3{font-size:1.1rem}.latest-board__excerpt{-webkit-line-clamp:2;font-size:.85rem}}
.post-layout-item{background:0 0}.post-layout{row-gap:var(--post-layout-grid-row-gap,var(--public-layout-gap));-moz-column-gap:var(--post-layout-grid-column-gap,var(--public-layout-gap));column-gap:var(--post-layout-grid-column-gap,var(--public-layout-gap));grid-template-columns:var(--post-layout-grid-template-columns,minmax(0, 1fr));grid-template-areas:var(--post-layout-grid-template-areas,"main");display:grid}.post-layout-area{grid-area:var(--post-layout-area,auto);min-width:0}.post-layout-item__link{color:inherit;flex-direction:column;text-decoration:none;display:flex}.post-layout-item__thumb{aspect-ratio:3/2.25;background:#f1f5f9;width:100%;overflow:hidden}.post-layout-item__thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.post-layout-item__body{padding:.85rem 0 0}.post-layout-item__category{color:#0098dc;text-transform:uppercase;margin:0 0 .35rem;font-size:.8rem;font-weight:700;line-height:1.35}.post-layout-item__title{color:var(--hau-dark);margin:0;font-weight:700;line-height:1.4}.post-layout-item__excerpt{color:var(--hau-muted);margin:.4rem 0 0;font-size:.82rem;line-height:1.5}.post-layout-item__meta{color:var(--hau-muted);margin:.4rem 0 0;font-size:.74rem;line-height:1.4}.post-list{grid-template-columns:repeat(var(--post-list-columns-mobile,2), minmax(0, 1fr));-moz-column-gap:1rem;gap:1rem;display:grid}.post-list__item{align-items:center}@media (min-width:769px){.post-list{grid-template-columns:repeat(var(--post-list-columns-desktop,2), minmax(0, 1fr));-moz-column-gap:var(--public-layout-gap);row-gap:1rem;column-gap:var(--public-layout-gap)}.post-list[data-desktop-style=grid] .post-list__item{border-bottom:1px solid #94a3b84d;flex-direction:column;gap:0;overflow:hidden}.post-list[data-desktop-style=grid] .post-list__thumb{aspect-ratio:3/2;width:100%;max-width:100%}.post-list[data-desktop-style=grid] .post-list__body{gap:.35rem;padding:.6rem .75rem}.post-list[data-desktop-style=grid] .post-list__title{font-size:.85rem;line-height:1.35}.post-list[data-desktop-style=grid] .post-list__excerpt{margin-top:0;font-size:.78rem;line-height:1.45}.post-list[data-desktop-style=grid] .post-list__meta{gap:.5rem;margin-top:0;font-size:.72rem;line-height:1.4}.post-layout-area[data-desktop-style=list] .post-layout-item__link{flex-direction:row;align-items:flex-start;gap:1rem}.post-layout-area[data-desktop-style=list] .post-layout-item__thumb{aspect-ratio:3/2;flex-shrink:0}.post-layout-area[data-desktop-style=list] .post-layout-item__body{flex:1;min-width:0;padding-top:0}.post-layout-area[data-desktop-style=grid] .post-layout-item__link{flex-direction:column}.post-layout-area[data-desktop-style=grid] .post-layout-item__thumb{width:100%}.post-layout-area[data-desktop-style=grid] .post-layout-item__body{padding-top:.85rem}}@media (max-width:768px){.post-layout{row-gap:var(--post-layout-grid-row-gap-mobile,var(--public-layout-gap));-moz-column-gap:var(--post-layout-grid-column-gap-mobile,var(--public-layout-gap));column-gap:var(--post-layout-grid-column-gap-mobile,var(--public-layout-gap));grid-template-columns:var(--post-layout-grid-template-columns-mobile,minmax(0, 1fr));grid-template-areas:var(--post-layout-grid-template-areas-mobile,"main");display:grid}.post-layout-area{grid-area:var(--post-layout-area-mobile,auto);width:100%}.post-layout-area--mobile-hidden{display:none}.post-layout-item__body{padding-top:.75rem}.post-layout-item__title{font-size:1rem}.post-layout-area[data-mobile-style=list] .post-layout-item__link{flex-direction:row;align-items:flex-start;gap:.85rem}.post-layout-area[data-mobile-style=list] .post-layout-item__thumb{aspect-ratio:4/3;flex-shrink:0;width:38%}.post-layout-area[data-mobile-style=list] .post-layout-item__body{flex:1;min-width:0;padding-top:0}.post-layout-area[data-mobile-style=grid] .post-layout-item__link{flex-direction:column}.post-layout-area[data-mobile-style=grid] .post-layout-item__thumb{width:100%}.post-layout-area[data-mobile-style=grid] .post-layout-item__body{padding-top:.75rem}.post-list[data-mobile-style=grid] .post-list__item{border-bottom:1px solid #94a3b84d;flex-direction:column;gap:0;overflow:hidden}.post-list[data-mobile-style=grid] .post-list__thumb{aspect-ratio:3/2;width:100%;max-width:100%}.post-list[data-mobile-style=grid] .post-list__body{gap:.35rem;padding:.5rem .6rem}.post-list[data-mobile-style=grid] .post-list__title{font-size:.8rem;line-height:1.35}.post-list[data-mobile-style=grid] .post-list__excerpt{margin-top:0;font-size:.76rem;line-height:1.4}.post-list[data-mobile-style=grid] .post-list__meta{gap:.45rem;margin-top:0;font-size:.7rem;line-height:1.35}}.post-field--image{aspect-ratio:var(--post-field-image-ratio-mobile,3 / 2)}.post-field--title,.post-field--excerpt,.post-field--date,.post-field--category,.post-field--content{font-size:var(--post-field-font-size-mobile,inherit);font-weight:var(--post-field-font-weight-mobile,inherit);color:var(--post-field-color-mobile,inherit)}.post-field--title,.post-field--excerpt{-webkit-line-clamp:var(--post-field-clamp-mobile,2);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (max-width:768px){.post-field-visibility[data-show-mobile=false]{display:none!important}}@media (min-width:769px){.post-field--image{aspect-ratio:var(--post-field-image-ratio-desktop,3 / 2)}.post-field--title,.post-field--excerpt,.post-field--date,.post-field--category,.post-field--content{font-size:var(--post-field-font-size-desktop,inherit);font-weight:var(--post-field-font-weight-desktop,inherit);color:var(--post-field-color-desktop,inherit)}.post-field--title,.post-field--excerpt{-webkit-line-clamp:var(--post-field-clamp-desktop,2)}.post-field-visibility[data-show-desktop=false]{display:none!important}}.section-title{font-size:var(--section-title-font-size-mobile,1.5rem);font-weight:var(--section-title-font-weight-mobile,600);color:var(--section-title-color-mobile,#152347);line-height:1.3}.section-title-link{color:inherit}@media (min-width:769px){.section-title{font-size:var(--section-title-font-size-desktop,1.5rem);font-weight:var(--section-title-font-weight-desktop,600);color:var(--section-title-color-desktop,#152347)}}
[data-section-layout-id="7"] .post-layout{--post-layout-grid-template-columns:1fr 33%;--post-layout-grid-template-columns-mobile:1fr 1fr}[data-section-layout-id="8"] .post-layout{--post-layout-grid-template-columns:1fr 1fr;--post-layout-grid-template-columns-mobile:1fr 1fr;row-gap:1rem}[data-section-layout-id="8"] .area-a .post-layout-item__thumb{aspect-ratio:1}[data-section-layout-id="8"] .post-layout .post-layout-area:not(:first-child) .post-layout-item__link{grid-template-columns:35% 1fr;align-items:center;gap:1rem;display:grid}@media (max-width:768px){[data-section-layout-id="8"] .post-layout .post-layout-area:not(:first-child) .post-layout-item__link{grid-template-columns:1fr}}[data-section-layout-id="9"] .post-layout{--post-layout-grid-template-columns:1fr 1fr 1fr;--post-layout-grid-template-columns-mobile:1fr}[data-section-layout-id="9"] .post-layout-item__thumb{aspect-ratio:1}@media (max-width:768px){[data-section-layout-id="9"] .post-layout-item__thumb{aspect-ratio:3/2}}
.post-field--content{color:var(--post-field-color-mobile,#243447);font-size:var(--post-field-font-size-mobile,1rem);font-weight:var(--post-field-font-weight-mobile,400);word-break:break-word;text-align:justify}.post-field--content h1,.post-field--content h2,.post-field--content h3,.post-field--content h4,.post-field--content h5,.post-field--content h6{color:#0f172a;letter-spacing:-.02em;margin:1.75rem 0 .4rem;font-weight:700;line-height:1.35}.post-field--content h1{font-size:clamp(1.5rem,2.1vw,1.8rem)}.post-field--content h2{font-size:clamp(1.18rem,1.7vw,1.4rem)}.post-field--content h3{font-size:clamp(1.05rem,1.45vw,1.2rem)}.post-field--content h4{font-size:.98rem}.post-field--content h5,.post-field--content h6{font-size:.9rem}.post-field--content p{margin-bottom:1rem}.post-field--content strong,.post-field--content b{color:var(--hau-dark);font-weight:700}.post-field--content em,.post-field--content i{font-style:italic}.post-field--content ul,.post-field--content ol{gap:.55rem;margin:.15rem 0 .35rem;padding-left:1.4rem;display:grid}.post-field--content li{padding-left:.15rem}.post-field--content hr{background:linear-gradient(90deg,#0000,#94a3b8a6,#0000);border:0;width:100%;height:1px;margin:1.25rem 0}.post-field--content blockquote{border-left:4px solid var(--hau-accent);color:#475569;background:linear-gradient(135deg,#f9731614,#0f172a05);border-radius:0 14px 14px 0;margin:.5rem 0;padding:1rem 1.25rem;font-style:italic}.post-field--content blockquote p{margin:0}.post-field--content img{width:100%;height:auto;display:block}.post-field--content .post-content-img{margin:1rem 0}.post-field--content .post-content-image{background:#f8fafc;border-radius:16px;margin:2rem 0 1.5rem;padding:0;overflow:hidden}.post-field--content .post-content-image img{border-radius:0;width:100%;height:auto;margin:0;display:block}.post-field--content figure{margin:1.75rem 0 1.25rem;padding:0}.post-field--content figure.image{text-align:center;margin:1.75rem 0 1.25rem}.post-field--content figure.image img{border-radius:16px;max-width:100%;height:auto;box-shadow:0 14px 38px #0f172a1f}.post-field--content figcaption{color:#64748b;text-align:center;margin-top:.75rem;font-size:.92rem;line-height:1.6}.post-field--content a{color:var(--hau-accent);text-underline-offset:.16em;font-weight:500;text-decoration:underline;text-decoration-thickness:1px}.post-field--content a:hover{color:#ea580c}.post-field--content table{border-collapse:collapse;background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:100%;margin:1.5rem 0;overflow:hidden}.post-field--content th,.post-field--content td{text-align:left;vertical-align:top;border:1px solid #e2e8f0;padding:.85rem 1rem}.post-field--content th{color:#0f172a;background:#f8fafc;font-weight:700}.post-field--content code{color:#0f172a;background:#f1f5f9;border-radius:.4rem;padding:.15rem .4rem;font-size:.92em}.post-field--content pre{color:#e2e8f0;background:#0f172a;border-radius:14px;margin:1.5rem 0;padding:1rem 1.15rem;overflow-x:auto}.post-field--content pre code{color:inherit;background:0 0;padding:0}.post-field--content .video-embed{border-radius:10px;width:100%;height:0;margin:1.5rem 0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.post-field--content .video-embed iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.post-field--content .pdf-embed{margin:1.5rem 0}.post-field--content .pdf-embed__frame{background:#fff;border:1px solid #e2e8f0;border-radius:0;width:100%;min-height:720px;display:block}.post-field--content .pdf-embed__actions{text-align:right;margin-top:.75rem}@media (max-width:768px){.post-field--content{gap:1rem;max-width:100%;line-height:1.75}.post-field--content h1{font-size:1.3rem}.post-field--content h2{font-size:1.14rem}.post-field--content h3{font-size:1.02rem}.post-field--content blockquote{padding:.9rem 1rem}.post-field--content th,.post-field--content td{padding:.7rem .8rem}.post-field--content .pdf-embed__frame{min-height:520px}}@media (min-width:769px){.post-field--content{color:var(--post-field-color-desktop,#243447);font-size:var(--post-field-font-size-desktop,1rem);font-weight:var(--post-field-font-weight-desktop,400)}}
#s993557330{position:relative}#s993557330 .post-detail--header{isolation:isolate;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:3rem;min-height:500px;padding:clamp(1.75rem,4vw,3.5rem);display:flex;position:relative;overflow:hidden}#s993557330 .post-detail--header:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(135deg,#0f172a8c 0%,#0f172a66 50%,#0f172abf 100%);position:absolute;inset:0}#s993557330 .post-field--image{z-index:0;aspect-ratio:auto;width:100%;height:100%;position:absolute;inset:0}#s993557330 .post-field--image img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:saturate(.96)brightness(.78);width:100%;height:100%}#s993557330 .post-field--category,#s993557330 .post-field--title,#s993557330 .post-field--date{z-index:2}#s993557330 .post-field--category{letter-spacing:.08em;text-transform:uppercase;background:#fffffff5;border-radius:.5rem;order:-3;width:auto;padding:.85rem 1.5rem;line-height:1.1;box-shadow:0 18px 45px #0f172a1f}#s993557330 .post-field--title{letter-spacing:-.02em;text-shadow:0 10px 30px #0f172a47;max-width:min(100%,890px);margin:0;line-height:1.25;color:#fff!important}#s993557330 .post-field--date{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff38;border:1px solid #ffffff24;border-radius:.5rem;align-self:flex-start;align-items:center;gap:.8rem;width:auto;padding:.95rem 1.35rem;line-height:1.2;display:inline-flex;box-shadow:0 20px 40px #0f172a2e}#s993557330 .post-field--date:before{content:"";opacity:.96;background-color:currentColor;flex:0 0 1.05rem;width:1.05rem;height:1.05rem;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") 50%/contain no-repeat}@media (max-width:768px){#s993557330 .post-detail--header{gap:1.5rem;min-height:260px}#s993557330 .post-field--category{border-radius:.5rem;margin-bottom:1.1rem;padding:.72rem 1rem}#s993557330 .post-field--title{line-height:1.06}#s993557330 .post-field--date{padding:.82rem 1rem}}
.faculty-footer{color:#fff;box-sizing:border-box;background-color:#152347;border:none;width:100vw;margin-top:clamp(1.25rem,2.5vw,2rem);margin-left:calc(50% - 50vw);padding:2rem clamp(1rem,3vw,2rem);position:relative}.faculty-footer__container{flex-direction:column;gap:1.5rem;width:100%;max-width:1600px;margin:0 auto;display:flex}.faculty-footer__header{border-bottom:1px solid #fff3;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;display:flex}.faculty-footer__logo{align-items:center;gap:1rem;display:flex}.faculty-footer__logo-icon{color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.faculty-footer__logo-icon img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.faculty-footer__logo-text{letter-spacing:.05em;text-transform:uppercase;flex-direction:column;gap:.1rem;font-size:.9rem;font-weight:700;line-height:1.3;display:flex}.faculty-footer__social{gap:.5rem;display:flex}.faculty-footer__social-icon{border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s;display:flex}.faculty-footer__social-icon:hover{opacity:.8}.faculty-footer__social-icon svg{width:18px;height:18px}.faculty-footer__nav{text-transform:uppercase;border-bottom:1px solid #fff3;flex-wrap:wrap;align-items:center;gap:0;width:100%;margin-top:.5rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.faculty-footer__nav-link{color:#fff;letter-spacing:.04em;opacity:.9;white-space:nowrap;align-items:center;padding:0 1.05rem .15rem;font-weight:500;line-height:1.2;text-decoration:none;transition:opacity .2s;display:inline-flex;position:relative}.faculty-footer__nav-link:first-child{padding-left:0}.faculty-footer__nav-link:after{content:"";background:#fff;width:0;height:2px;transition:width .2s;position:absolute;bottom:0;left:1.05rem}.faculty-footer__nav-link:first-child:after{left:0}.faculty-footer__nav-link:hover{opacity:1;text-decoration:none}.faculty-footer__nav-link:hover:after{width:calc(100% - 2.1rem)}.faculty-footer__nav-link:first-child:hover:after{width:calc(100% - 1.05rem)}.faculty-footer__content{border-bottom:1px solid #fff3;flex-direction:column;gap:1.5rem;margin-top:1.5rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.faculty-footer__copyright{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:0;padding-top:1rem;font-size:.9rem;display:flex}@media (min-width:768px){.faculty-footer{padding:2.5rem clamp(2rem,5vw,4rem)}.faculty-footer__container{gap:2rem}.faculty-footer__logo-icon{width:88px;height:88px}.faculty-footer__logo-text{font-size:1.1rem}.faculty-footer__logo{gap:1.25rem}.faculty-footer__social-icon{width:36px;height:36px}.faculty-footer__social-icon svg{width:20px;height:20px}.faculty-footer__nav{flex-wrap:nowrap;justify-content:flex-start;margin-top:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.faculty-footer__content{flex-direction:row;gap:4rem;margin-top:0;margin-bottom:1.5rem;padding-bottom:1.5rem}.faculty-footer__description{flex:1;font-size:1rem;line-height:1.8}.faculty-footer__contact{flex:0 0 320px;font-size:1rem;line-height:2}}@media (max-width:768px){.faculty-footer{margin-top:1.25rem;padding:1.5rem 1rem}.faculty-footer__container{gap:1.25rem}.faculty-footer__header{align-items:center}.faculty-footer__nav{flex-wrap:wrap;gap:.75rem 1rem;display:flex}.faculty-footer__nav-link{letter-spacing:normal;text-transform:none;padding:0}.faculty-footer__nav-link:after{display:none}.faculty-footer__content{gap:1.25rem}.faculty-footer__copyright{flex-direction:row;align-items:center;gap:0;margin-top:2rem;padding-top:1.25rem;font-size:.9rem}.faculty-footer__copyright-fit{margin-left:auto}}@media (max-width:480px){.faculty-footer{padding:1.25rem .75rem}.faculty-footer__logo-icon{width:56px;height:56px}.faculty-footer__logo-text{font-size:.75rem}.faculty-footer__social-icon{width:28px;height:28px}.faculty-footer__social-icon svg{width:16px;height:16px}.faculty-footer__nav{gap:.5rem}.faculty-footer__copyright{flex-direction:column;align-items:flex-start;gap:.4rem;font-size:.75rem}.faculty-footer__copyright-fit{margin-left:0}}

