.senat-brand {
    display: inline-flex;
    flex-direction: column;
    color: #fff;
    line-height: 1.05;
    text-decoration: none;
}

body.senat-site a.btn-main,
body.senat-site .btn-main {
    background-color: #f3bd42;
    color: #141414;
}

body.senat-site a.btn-main:hover,
body.senat-site .btn-main:hover {
    background-color: #123d31;
    color: #fff;
    box-shadow: 0 12px 24px rgba(243, 189, 66, .28) !important;
}

body.senat-site a.btn-line:hover {
    background-color: #f3bd42;
    border-color: #f3bd42;
    color: #141414;
    box-shadow: 0 10px 22px rgba(243, 189, 66, .24);
}

.senat-brand strong {
    font-size: 22px;
    letter-spacing: 0;
}

.senat-brand span {
    font-size: 11px;
    letter-spacing: 0;
    opacity: .86;
}

header:not(.transparent) .senat-brand,
header.smaller .senat-brand {
    color: #152318;
}

.senat-content {
    font-size: 17px;
    line-height: 1.8;
}

.senat-footer-title {
    color: #fff;
    font-weight: 700;
}

.senat-doc-link {
    display: inline-block;
    margin-top: 10px;
}

.senat-document-page-lead {
    max-width: 760px;
    color: #626a66;
    font-size: 18px;
    line-height: 1.7;
}

.senat-document-accordion {
    margin-top: 28px;
}

.senat-document-page {
    overflow: visible;
}

.senat-document-container {
    width: min(100%, 1500px);
    margin-inline: auto;
    padding-inline: clamp(20px, 4vw, 64px);
}

.senat-document-page .senat-document-category {
    scroll-margin-top: calc(var(--senat-header-height, 96px) + 28px);
}

.senat-document-category {
    border: 1px solid rgba(20, 20, 20, .12);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.senat-document-category + .senat-document-category {
    margin-top: 18px;
}

.senat-document-category summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 86px;
    padding: 22px 34px;
    color: #173f34;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
    overflow-wrap: anywhere;
}

.senat-document-category summary::-webkit-details-marker {
    display: none;
}

.senat-document-category summary::after {
    content: "+";
    display: grid;
    place-items: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #173f34;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
}

.senat-document-category[open] summary::after {
    content: "-";
}

.senat-document-category summary small {
    margin-left: auto;
    color: #6b726f;
    font-size: 14px;
    font-weight: 700;
}

.senat-document-category-body {
    padding: 4px 34px 30px;
}

.senat-document-category-excerpt {
    max-width: 780px;
    color: #68706c;
    line-height: 1.65;
}

.senat-document-files {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.senat-document-file {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid rgba(20, 20, 20, .1);
}

.senat-document-file-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: rgba(243, 189, 66, .18);
    color: #e5a900;
    font-size: 20px;
}

.senat-document-file-body h4 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #152318;
    overflow-wrap: anywhere;
}

.senat-document-file-body p {
    margin: 8px 0 0;
    color: #69716d;
}

.senat-document-file-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #6b726f;
    font-size: 14px;
}

.senat-document-file-meta span {
    display: inline-flex;
    align-items: center;
    padding: 4px 9px;
    border-radius: 6px;
    background: rgba(20, 20, 20, .05);
}

.senat-document-file-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.senat-document-file-actions .btn-main,
.senat-document-file-actions .btn-line {
    margin: 0;
    white-space: nowrap;
}

.senat-doc-disabled {
    opacity: .55;
    cursor: not-allowed;
}

.senat-document-file-empty {
    display: block;
    color: #6b726f;
}

.senat-document-detail-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.senat-document-detail-list {
    margin-top: 24px;
}

body.senat-inner-template {
    background: #fff;
    color: #1a1b20;
    overflow-x: clip;
}

html.senat-home-page,
body.senat-home-template,
body.senat-inner-template {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

html.senat-home-page::-webkit-scrollbar,
body.senat-home-template::-webkit-scrollbar,
body.senat-inner-template::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

body.senat-home-template,
body.senat-inner-template {
    overflow-x: clip !important;
    overflow-y: visible !important;
}

body.senat-inner-template #de-loader {
    display: none !important;
}

body.senat-inner-template #wrapper,
body.senat-inner-template #content {
    width: 100%;
    max-width: 100vw;
    overflow-x: clip !important;
    overflow-y: visible !important;
}

body.senat-inner-template section {
    position: relative;
}

body.senat-inner-template header.header-full.transparent:not(.smaller):not(.header-mobile) {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

body.senat-inner-template header.header-full.transparent.smaller:not(.header-mobile),
body.senat-inner-template header.header-full.transparent.header-mobile.smaller {
    background: linear-gradient(180deg, #f2b81f 0%, #dea005 100%);
}

body.senat-inner-template header.header-full.transparent.header-mobile:not(.smaller) {
    background: transparent;
    box-shadow: none;
}

body.senat-inner-template header.header-full.transparent:not(.smaller) #mainmenu > li > a {
    color: #fff;
}

body.senat-inner-template header.header-full.transparent:not(.smaller) #mainmenu > li > a::before {
    color: #f3bd42;
}

body.senat-inner-template header.header-full.transparent.smaller #mainmenu > li > a {
    color: #241f12;
}

body.senat-inner-template .senat-header-main .de-flex {
    min-height: 102px;
}

@media (max-width: 991.98px) {
    body.senat-inner-template .senat-header-main,
    body.senat-inner-template .senat-header-main .de-flex {
        min-height: var(--senat-header-height);
    }

    body.senat-inner-template header.header-full.transparent.header-mobile:not(.smaller) {
        background: rgba(8, 12, 18, 0.82);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}

#subheader.senat-inner-hero,
.senat-inner-hero {
    min-height: clamp(470px, 62vh, 680px);
    display: flex;
    align-items: center;
    padding: 168px 0 88px;
    overflow: hidden;
    background: #101115;
}

.senat-inner-video,
.senat-inner-video iframe,
.senat-inner-hero-overlay {
    position: absolute;
    inset: 0;
}

.senat-inner-video {
    overflow: hidden;
    pointer-events: none;
}

.senat-inner-video iframe {
    left: 50%;
    top: 50%;
    width: 177.78vh;
    min-width: 100%;
    height: 56.25vw;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
}

.senat-inner-hero-overlay {
    background:
        linear-gradient(180deg, rgba(15, 17, 22, .58), rgba(15, 17, 22, .76)),
        linear-gradient(90deg, rgba(15, 17, 22, .88), rgba(15, 17, 22, .52) 52%, rgba(15, 17, 22, .78));
    z-index: 1;
}

.senat-inner-hero .container {
    position: relative;
    z-index: 2;
}

.senat-inner-hero .subtitle {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 18px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .12);
    color: #f3bd42;
    font-weight: 800;
    letter-spacing: 0;
}

#subheader.senat-inner-hero h1,
.senat-inner-hero h1 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: clamp(42px, 6vw, 82px);
    line-height: .98;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

#subheader.senat-inner-hero p,
.senat-inner-hero p {
    max-width: 760px;
    margin: 0 auto 26px;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.senat-inner-crumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, .72);
}

.senat-inner-crumb li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .72);
}

.senat-inner-crumb li + li::before {
    content: "/";
    color: rgba(255, 255, 255, .45);
}

.senat-inner-crumb a,
.senat-inner-crumb .active {
    color: #fff;
    font-weight: 700;
}

.senat-inner-crumb a:hover {
    color: #f3bd42;
}

.senat-inner-content-section {
    padding: 96px 0;
}

.senat-inner-content-section h2 {
    font-size: clamp(40px, 5vw, 72px);
    line-height: 1;
    letter-spacing: 0;
    max-width: 100%;
}

.senat-inner-lead {
    max-width: 780px;
    color: #686d70;
    font-size: 20px;
    line-height: 1.75;
}

.senat-profile-copy {
    color: #41464b;
}

.senat-profile-copy p {
    margin-bottom: 22px;
}

.senat-profile-copy h1,
.senat-profile-copy h2,
.senat-profile-copy h3,
.senat-profile-copy h4 {
    color: #121418;
}

.senat-work-program-page {
    background: #fff;
}

.senat-work-head {
    max-width: 920px;
    margin-bottom: 42px;
}

.senat-work-table-stack {
    display: grid;
    gap: 28px;
}

.senat-work-commission-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(18, 20, 24, .1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(18, 20, 24, .08);
}

.senat-work-commission-head {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-end;
    padding: 28px 32px;
    border-bottom: 1px solid rgba(18, 20, 24, .08);
    background: #f6cf5c;
}

.senat-work-commission-head::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 42px;
    width: 260px;
    height: 260px;
    background: url("/senat/logo/unmul-20260408145731-e033c2.png") center / contain no-repeat;
    opacity: .18;
    transform: translateY(-50%) rotate(-13deg);
    pointer-events: none;
}

.senat-work-commission-head > * {
    position: relative;
    z-index: 1;
}

.senat-work-commission-head h3 {
    margin: 0;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
    color: #121418;
}

.senat-work-commission-head p {
    max-width: 420px;
    margin: 0;
    color: #686d70;
    font-size: 16px;
    line-height: 1.65;
    text-align: right;
}

.senat-work-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.senat-work-table th,
.senat-work-table td {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(18, 20, 24, .08);
    color: #30363a;
    vertical-align: top;
}

.senat-work-table th {
    background: #fffaf0;
    color: #163c30;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.senat-work-table th:first-child,
.senat-work-table td:first-child {
    width: 72px;
    text-align: center;
}

.senat-work-table th:nth-child(2) {
    width: 30%;
}

.senat-work-table th:nth-child(3),
.senat-work-table th:nth-child(4) {
    width: 150px;
}

.senat-work-table tbody tr:last-child td {
    border-bottom: 0;
}

.senat-work-table strong {
    display: block;
    color: #121418;
    font-size: 17px;
    line-height: 1.4;
}

.senat-work-status {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 7px;
    background: rgba(243, 189, 66, .22);
    color: #163c30;
    font-weight: 800;
    line-height: 1;
}

.senat-work-table-empty td {
    padding: 32px;
    color: #7a7f84;
    font-size: 17px;
    text-align: center;
}

.senat-profile-aside {
    position: sticky;
    top: 128px;
    padding: 34px;
    border-radius: 8px;
    background: #17181c;
    color: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .14);
}

.senat-profile-aside-label {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 6px;
    background: rgba(243, 189, 66, .16);
    color: #f3bd42;
    font-weight: 800;
}

.senat-profile-aside h3 {
    margin: 20px 0 14px;
    color: #fff;
    font-size: 28px;
    line-height: 1.1;
}

.senat-profile-aside p {
    color: rgba(255, 255, 255, .76);
}

.senat-profile-note {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 54px;
}

.senat-profile-note div {
    padding: 24px;
    border-radius: 8px;
    background: #f6f6f4;
}

.senat-profile-note span {
    display: block;
    margin-bottom: 10px;
    color: #8a7a3c;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.senat-profile-note strong {
    display: block;
    color: #14201b;
    font-size: 18px;
    line-height: 1.35;
}

.senat-inner-document-accordion {
    width: 100%;
    max-width: 1360px;
    margin-inline: auto;
}

.senat-document-category {
    border-color: rgba(20, 20, 20, .1);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(19, 20, 24, .05);
}

.senat-document-category[open] {
    border-color: rgba(243, 189, 66, .38);
}

.senat-document-file-actions .btn-line,
.senat-document-file-actions .btn-main {
    min-width: 86px;
    padding: 10px 18px;
    border-radius: 6px;
}

.senat-contact-copy {
    color: #535a60;
}

.senat-contact-info {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.senat-contact-info-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 18px;
    border-radius: 8px;
    background: #f6f6f4;
}

.senat-contact-info-item span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(243, 189, 66, .22);
    color: #d69a00;
}

.senat-contact-info-item h4 {
    margin: 0 0 5px;
    font-size: 18px;
}

.senat-contact-info-item p {
    margin: 0;
    color: #5d6266;
    overflow-wrap: anywhere;
}

.senat-contact-panel {
    padding: 34px;
    border-radius: 8px;
    background: #f6f6f4;
}

.senat-contact-panel .form-control {
    min-height: 54px;
    border: 1px solid rgba(20, 20, 20, .1);
    border-radius: 7px;
    background: #fff;
}

.senat-contact-panel textarea.form-control {
    min-height: 170px;
}

.senat-contact-map-large {
    height: 380px;
    margin-top: 52px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .1);
}

.senat-contact-map-large iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.senat-members-page {
    background: #191a1e !important;
}

.senat-members-page .subtitle {
    background: rgba(255, 255, 255, .09);
    color: #f3bd42;
}

.senat-members-page .senat-inner-lead {
    color: rgba(255, 255, 255, .72) !important;
}

.senat-members-page .bg-dark-3 {
    overflow: hidden;
    border-radius: 8px !important;
    background: #f3c64b !important;
}

.senat-members-page .senat-member-photo {
    aspect-ratio: 1 / 1;
}

.senat-members-page .bg-dark-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.senat-member-photo-empty {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background:
        radial-gradient(circle at 25% 18%, rgba(255, 255, 255, .28), transparent 28%),
        linear-gradient(145deg, #f6cf54 0%, #eab62f 100%);
}

.senat-org-card .senat-member-photo-empty {
    aspect-ratio: 4 / 4.15;
}

.senat-officer-portrait .senat-member-photo-empty {
    min-height: 420px;
    border-radius: inherit;
}

.senat-members-page h4 {
    color: #fff;
}

.senat-members-page .senat-member-meta,
.senat-members-page .small {
    color: rgba(255, 255, 255, .7);
}

.senat-members-page .senat-member-meta {
    margin-top: 6px;
    min-height: 1.45em;
    font-size: .95rem;
    line-height: 1.45;
}

.senat-commission-chart-page {
    overflow: hidden;
}

.senat-commission-chart {
    --commission-line: rgba(243, 189, 66, .82);
    --commission-card-size: 230px;
    --commission-member-card-size: 230px;
    --commission-member-gap: 32px;
    --commission-node-drop: 34px;
    --commission-row-gap: 54px;
    position: relative;
    padding-bottom: 12px;
}

.senat-commission-officers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, var(--commission-card-size)));
    justify-content: center;
    gap: clamp(42px, 8vw, 120px);
}

.senat-commission-chart-card {
    width: min(100%, var(--commission-card-size));
    margin-inline: auto;
    text-align: center;
}

.senat-commission-chart-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
    background: #f3c64b;
    box-shadow: 0 20px 44px rgba(0, 0, 0, .2);
}

.senat-commission-chart-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.senat-commission-chart-card h4 {
    margin: 0 auto;
    color: #fff;
    font-size: clamp(1rem, 1.35vw, 1.22rem);
    line-height: 1.22;
    max-width: 18ch;
}

.senat-commission-officer-card h4 {
    max-width: 20ch;
}

.senat-commission-role-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    margin: 0 auto 10px;
    padding: 5px 12px;
    border: 1px solid rgba(243, 189, 66, .42);
    border-radius: 6px;
    background: rgba(243, 189, 66, .14);
    color: #f3d46a;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.senat-commission-chart-card .senat-member-meta {
    display: block;
    margin: 8px auto 0;
    max-width: 25ch;
    min-height: 2.8em;
}

.senat-commission-connector {
    position: relative;
    height: 88px;
    margin: 34px auto 0;
    width: min(100%, calc((var(--commission-card-size) * 2) + clamp(42px, 8vw, 120px)));
}

.senat-commission-connector::before,
.senat-commission-connector::after,
.senat-commission-connector span:first-child,
.senat-commission-connector span:last-child {
    content: "";
    position: absolute;
    background: var(--commission-line);
}

.senat-commission-connector::before {
    top: 0;
    left: calc(var(--commission-card-size) / 2);
    width: calc(100% - var(--commission-card-size));
    height: 2px;
}

.senat-commission-connector::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
}

.senat-commission-connector span:first-child,
.senat-commission-connector span:last-child {
    top: -18px;
    width: 2px;
    height: 18px;
}

.senat-commission-connector span:first-child {
    left: calc(var(--commission-card-size) / 2);
}

.senat-commission-connector span:last-child {
    right: calc(var(--commission-card-size) / 2);
}

.senat-commission-member-rows {
    display: grid;
    row-gap: var(--commission-row-gap);
    justify-items: center;
}

.senat-commission-member-row {
    --commission-row-count: 4;
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--commission-row-count), minmax(0, var(--commission-member-card-size)));
    column-gap: var(--commission-member-gap);
    width: max-content;
    max-width: 100%;
    padding-top: var(--commission-node-drop);
}

.senat-commission-member-row-1 {
    --commission-row-count: 1;
}

.senat-commission-member-row-2 {
    --commission-row-count: 2;
}

.senat-commission-member-row-3 {
    --commission-row-count: 3;
}

.senat-commission-member-row-4 {
    --commission-row-count: 4;
}

.senat-commission-member-row::before,
.senat-commission-member-row:not(:first-child)::after,
.senat-commission-member-node > span {
    content: "";
    position: absolute;
    background: var(--commission-line);
    pointer-events: none;
}

.senat-commission-member-row::before {
    top: 0;
    left: calc(var(--commission-member-card-size) / 2);
    right: calc(var(--commission-member-card-size) / 2);
    height: 2px;
}

.senat-commission-member-row-1::before {
    display: none;
}

.senat-commission-member-row:not(:first-child)::after {
    top: calc((var(--commission-row-gap) * -1) - var(--commission-node-drop));
    left: 50%;
    width: 2px;
    height: calc(var(--commission-row-gap) + var(--commission-node-drop));
    transform: translateX(-50%);
}

.senat-commission-member-node {
    position: relative;
    padding-top: 0;
}

.senat-commission-member-node > span {
    top: calc(var(--commission-node-drop) * -1);
    left: 50%;
    width: 2px;
    height: var(--commission-node-drop);
    transform: translateX(-50%);
}

.senat-commission-member-card {
    --commission-card-size: 100%;
    position: relative;
    z-index: 1;
}

.senat-commission-member-card .senat-commission-chart-photo {
    max-width: 230px;
    margin-inline: auto;
}

.senat-commission-member-card h4 {
    max-width: 19ch;
}

@media (max-width: 1199.98px) {
    .senat-commission-chart {
        --commission-card-size: 210px;
        --commission-member-card-size: 210px;
        --commission-member-gap: 28px;
    }
}

@media (max-width: 991.98px) {
    .senat-work-head {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 34px;
    }

    .senat-work-commission-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .senat-work-commission-head p {
        max-width: 100%;
        text-align: left;
    }

    .senat-commission-chart {
        --commission-card-size: 196px;
        --commission-member-card-size: 196px;
        --commission-member-gap: 24px;
    }

    .senat-commission-member-row::before,
    .senat-commission-member-row::after,
    .senat-commission-member-node > span {
        display: none;
    }

    .senat-commission-member-rows {
        row-gap: 42px;
        margin-top: 48px;
    }

    .senat-commission-member-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 42px var(--commission-member-gap);
        width: 100%;
        padding-top: 0;
    }

    .senat-commission-member-node {
        width: min(100%, var(--commission-member-card-size));
    }
}

@media (max-width: 575.98px) {
    .senat-commission-chart {
        --commission-card-size: 170px;
    }

    .senat-commission-officers {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .senat-commission-connector,
    .senat-commission-member-row::before,
    .senat-commission-member-row::after,
    .senat-commission-member-node > span {
        display: none;
    }

    .senat-commission-member-rows {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 42px;
    }

    .senat-commission-member-row {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 32px;
        width: 100%;
        padding-top: 0;
    }
}

.senat-officer-profile {
    padding: 86px 0 110px;
    background:
        radial-gradient(circle at 10% 8%, rgba(243, 189, 66, .28), transparent 30%),
        linear-gradient(135deg, #f7f0df 0%, #ffffff 46%, #edf5ef 100%);
    color: #173d33;
}

.senat-officer-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
    gap: 54px;
    align-items: center;
}

.senat-officer-copy .subtitle,
.senat-officer-section-head .subtitle {
    width: fit-content;
    background: rgba(23, 61, 51, .08);
    color: #173d33;
}

.senat-officer-copy h2 {
    max-width: 820px;
    margin: 24px 0 10px;
    color: #143c32;
    font-size: clamp(54px, 6vw, 96px);
    line-height: .96;
    letter-spacing: 0;
}

.senat-officer-name {
    max-width: 780px;
    margin-bottom: 16px;
    color: #173d33;
    font-size: clamp(22px, 2vw, 32px);
    font-weight: 800;
    line-height: 1.25;
}

.senat-officer-role {
    display: inline-flex;
    margin-bottom: 28px;
    padding: 9px 14px;
    border-radius: 7px;
    background: #f3bd42;
    color: #15161a;
    font-weight: 900;
}

.senat-officer-copy p {
    max-width: 760px;
    color: #4c5b58;
    font-size: 20px;
    line-height: 1.75;
}

.senat-officer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.senat-officer-actions .btn-main,
.senat-officer-actions .btn-line {
    border-radius: 7px;
}

.senat-officer-portrait-wrap {
    position: relative;
}

.senat-officer-portrait-wrap::before {
    content: "";
    position: absolute;
    inset: 34px -22px -24px 42px;
    border-radius: 8px;
    background: #f3bd42;
    z-index: 0;
}

.senat-officer-portrait {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
    background: #f2c64d;
    box-shadow: 0 32px 80px rgba(20, 35, 32, .18);
}

.senat-officer-portrait img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
}

.senat-officer-meta {
    position: relative;
    z-index: 2;
    width: calc(100% - 40px);
    margin: -42px auto 0;
    padding: 22px;
    border-radius: 8px;
    background: #173d33;
    box-shadow: 0 18px 44px rgba(20, 35, 32, .16);
}

.senat-officer-meta span,
.senat-officer-meta a {
    display: block;
    color: #fff;
}

.senat-officer-meta span {
    margin-bottom: 6px;
    color: rgba(255, 255, 255, .72);
}

.senat-officer-meta a {
    font-weight: 900;
}

.senat-officer-quote {
    margin: 84px 0 34px;
    padding: clamp(34px, 4.2vw, 56px);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(20, 21, 24, .96), rgba(39, 42, 47, .94)),
        radial-gradient(circle at 88% 12%, rgba(243, 189, 66, .2), transparent 28%);
    color: #fff;
}

.senat-officer-quote p {
    max-width: 1180px;
    margin: 0 0 18px;
    font-size: clamp(25px, 2.6vw, 42px);
    line-height: 1.24;
    color: #fff;
}

.senat-officer-quote span {
    color: #f3bd42;
    font-weight: 900;
}

.senat-officer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
}

.senat-officer-card,
.senat-officer-work article {
    border-radius: 8px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 24px 70px rgba(20, 35, 32, .08);
}

.senat-officer-card {
    padding: clamp(34px, 4vw, 58px);
}

.senat-officer-bio-card {
    width: 100%;
    max-width: none;
}

.senat-officer-card span,
.senat-officer-work span {
    display: inline-flex;
    margin-bottom: 18px;
    color: #be8a16;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.senat-officer-card h3,
.senat-officer-work h3 {
    margin-bottom: 16px;
    color: #143c32;
}

.senat-officer-card p,
.senat-officer-work p,
.senat-officer-contact-card dd {
    color: #5a6663;
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.82;
}

.senat-officer-contact-card dl,
.senat-officer-contact-card dd {
    margin: 0;
}

.senat-officer-contact-card div + div {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(23, 61, 51, .12);
}

.senat-officer-contact-card dt {
    margin-bottom: 6px;
    color: #143c32;
    font-weight: 900;
}

.senat-officer-contact-card a {
    color: #143c32;
    font-weight: 900;
}

.senat-officer-mandate {
    margin-top: 72px;
}

.senat-officer-section-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.senat-officer-section-head h2 {
    color: #143c32;
    font-size: clamp(42px, 4.4vw, 68px);
    line-height: 1;
}

.senat-officer-mandate-item {
    min-height: 250px;
    padding: 34px;
    border-radius: 8px;
    background: #f3bd42;
    color: #15161a;
}

.senat-officer-mandate-item div {
    margin-bottom: 46px;
    font-size: 64px;
    line-height: .9;
    font-weight: 900;
}

.senat-officer-mandate-item p {
    margin: 0;
    color: rgba(20, 20, 20, .82);
    font-size: 18px;
    line-height: 1.55;
}

.senat-officer-work {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
}

.senat-officer-work article {
    padding: 30px;
    border-top: 5px solid #173d33;
}

.senat-detail-article {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 70px rgba(16, 18, 24, .08);
}

.senat-detail-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 0;
}

.senat-detail-copy {
    padding: 38px;
}

.senat-detail-sidebar {
    position: sticky;
    top: 128px;
    padding: 30px;
    border-radius: 8px;
    background: #f6f6f4;
}

.senat-detail-sidebar h5 {
    display: inline-flex;
    margin-bottom: 24px;
    padding: 8px 12px;
    border-radius: 6px;
    background: rgba(243, 189, 66, .22);
    color: #141414;
}

.senat-detail-sidebar h4 {
    margin-bottom: 8px;
    font-size: 20px;
}

.senat-detail-sidebar p {
    color: #5d6266;
}

.senat-detail-sidebar .btn-line {
    margin-top: 14px;
}

.bloglist.item,
.bloglist.item .post-content {
    height: 100%;
}

.bloglist.item .post-content {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(17, 19, 25, .06);
}

.bloglist.item .post-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.bloglist.item .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bloglist.item .post-text {
    padding: 28px;
}

.bloglist.item .post-text .d-date {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #fff3d7;
    color: #141414;
    font-weight: 800;
}

.bloglist.item .post-text h4 a {
    color: #111318;
}

.bloglist.item .post-text h4 a:hover {
    color: #d69a00;
}

.bloglist.item .post-text p {
    color: #666d72;
}

.de-item {
    border-radius: 8px;
    overflow: hidden;
}

.de-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.de-item .d-overlay {
    background: linear-gradient(180deg, rgba(17, 18, 24, .08), rgba(17, 18, 24, .64));
}

.de-item .d-overlay .d-text {
    bottom: 0;
}

.de-item .d-label {
    background: rgba(255, 255, 255, .16);
    color: #fff;
    backdrop-filter: blur(8px);
}

.de-item .d-text h4,
.de-item .d-text p {
    color: #fff;
}

.senat-site-footer {
    overflow: hidden;
}

.senat-site-footer .container > .row {
    align-items: stretch !important;
}

.senat-site-footer .senat-footer-brand {
    max-width: 400px;
}

.senat-site-footer .de-icon-text {
    align-items: flex-start;
}

.senat-site-footer .de-icon-text img {
    position: static !important;
    flex: 0 0 32px;
    width: 32px !important;
    height: 32px !important;
    margin-right: 14px;
    object-fit: contain;
}

.senat-site-footer .de-icon-text .d-text {
    padding-left: 0 !important;
}

.senat-footer-map {
    max-width: 100%;
}

body.senat-inner-template .fc .fc-toolbar-title,
body.senat-inner-template .fc .fc-col-header-cell-cushion,
body.senat-inner-template .fc .fc-daygrid-day-number {
    color: #16171c;
}

body.senat-inner-template .senat-calendar-panel {
    margin-top: 28px;
}

body.senat-inner-template .senat-calendar-view-toggle button.active,
body.senat-inner-template .senat-calendar-picker-group button {
    background: #f3bd42;
    color: #151515;
}

body.senat-inner-template .senat-calendar-event em,
body.senat-inner-template .senat-calendar-legend i {
    background: #f3bd42;
}

@media (max-width: 767.98px) {
    body.senat-inner-template .senat-header-main .de-flex {
        min-height: 78px;
    }

    #subheader.senat-inner-hero,
    .senat-inner-hero {
        min-height: 430px;
        padding: 124px 0 66px;
    }

    #subheader.senat-inner-hero h1,
    .senat-inner-hero h1 {
        max-width: calc(100vw - 48px);
        font-size: clamp(32px, 9.2vw, 38px);
        line-height: 1.04;
    }

    #subheader.senat-inner-hero p,
    .senat-inner-hero p {
        max-width: min(310px, calc(100vw - 56px));
        font-size: 15px;
        line-height: 1.55;
    }

    .senat-inner-content-section {
        padding: 66px 0;
    }

    .senat-inner-content-section h2 {
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.08;
    }

    .senat-inner-lead {
        font-size: 17px;
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .senat-work-commission-panel {
        border-radius: 14px;
    }

    .senat-work-commission-head {
        padding: 24px;
    }

    .senat-work-table,
    .senat-work-table thead,
    .senat-work-table tbody,
    .senat-work-table tr,
    .senat-work-table th,
    .senat-work-table td {
        display: block;
        width: 100%;
    }

    .senat-work-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .senat-work-table tbody {
        padding: 10px 16px 16px;
    }

    .senat-work-table tr {
        margin-bottom: 14px;
        border: 1px solid rgba(18, 20, 24, .08);
        border-radius: 12px;
        background: #fff;
    }

    .senat-work-table tr:last-child {
        margin-bottom: 0;
    }

    .senat-work-table td {
        display: grid;
        grid-template-columns: 116px minmax(0, 1fr);
        gap: 14px;
        padding: 14px 16px;
        border-bottom: 1px solid rgba(18, 20, 24, .07);
        text-align: left;
    }

    .senat-work-table td:first-child {
        width: 100%;
        text-align: left;
    }

    .senat-work-table td::before {
        content: attr(data-label);
        color: #163c30;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .03em;
        text-transform: uppercase;
    }

    .senat-work-table-empty td {
        display: block;
        padding: 24px;
        text-align: left;
    }

    .senat-work-table-empty td::before {
        content: none;
    }

    .senat-profile-note {
        grid-template-columns: 1fr;
        margin-top: 32px;
    }

    .senat-profile-aside,
    .senat-detail-sidebar {
        position: static;
    }

    .senat-contact-panel,
    .senat-detail-copy,
    .senat-profile-aside {
        padding: 24px;
    }

    .senat-contact-map-large {
        height: 300px;
    }

    .bloglist.item .post-image {
        height: 220px;
    }

    .senat-document-category summary {
        align-items: flex-start;
        flex-direction: column;
        min-height: auto;
        padding: 20px;
    }

    .senat-document-category summary small {
        margin-left: 0;
    }

    .senat-document-category summary::after {
        position: absolute;
        right: 18px;
    }

    .senat-document-category-body {
        padding: 0 20px 22px;
    }

    .senat-document-file {
        grid-template-columns: auto 1fr;
        align-items: flex-start;
    }

    .senat-document-file-actions {
        grid-column: 1 / -1;
        padding-left: 58px;
    }

    .senat-document-container {
        padding-inline: 18px;
    }

    .senat-document-detail-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .senat-site-footer .row .row {
        row-gap: 30px;
    }

    .senat-officer-profile {
        padding: 56px 0 76px;
    }

    .senat-officer-hero,
    .senat-officer-grid,
    .senat-officer-work {
        grid-template-columns: 1fr;
    }

    .senat-officer-hero {
        gap: 36px;
    }

    .senat-officer-copy h2 {
        font-size: clamp(38px, 11vw, 56px);
        line-height: 1;
        overflow-wrap: anywhere;
    }

    .senat-officer-copy p {
        font-size: 17px;
        line-height: 1.68;
    }

    .senat-officer-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .senat-officer-actions .btn-main,
    .senat-officer-actions .btn-line {
        width: 100%;
        text-align: center;
    }

    .senat-officer-portrait-wrap {
        max-width: 430px;
    }

    .senat-officer-portrait-wrap::before {
        inset: 24px -12px -16px 24px;
    }

    .senat-officer-meta {
        width: calc(100% - 24px);
        padding: 18px;
    }

    .senat-officer-quote {
        margin: 56px 0 26px;
        padding: 28px;
    }

    .senat-officer-card,
    .senat-officer-work article {
        padding: 26px;
    }

    .senat-officer-mandate {
        margin-top: 54px;
    }

    .senat-officer-section-head h2 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .senat-officer-mandate-item {
        min-height: 220px;
        padding: 28px;
    }

    .senat-officer-mandate-item div {
        margin-bottom: 32px;
        font-size: 54px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .senat-inner-content-section {
        padding: 78px 0;
    }

    .senat-profile-note {
        grid-template-columns: 1fr;
    }

    .senat-profile-aside,
    .senat-detail-sidebar {
        position: static;
    }

    .senat-officer-profile {
        padding: 74px 0 92px;
    }

    .senat-officer-hero,
    .senat-officer-grid {
        grid-template-columns: 1fr;
    }

    .senat-officer-copy h2 {
        font-size: clamp(54px, 8vw, 72px);
    }

    .senat-officer-portrait-wrap {
        max-width: 520px;
    }

    .senat-officer-work {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .senat-inner-crumb {
        flex-wrap: wrap;
    }

    .senat-inner-content-section h2,
    .senat-inner-lead,
    .senat-content,
    .senat-contact-copy {
        max-width: calc(100vw - 60px);
    }

    .senat-document-file-actions {
        padding-left: 0;
    }

    .senat-document-file-actions .btn-line,
    .senat-document-file-actions .btn-main {
        flex: 1 1 auto;
        text-align: center;
    }

    .senat-contact-info-item {
        grid-template-columns: 1fr;
    }

    .senat-site-footer .senat-footer-brand {
        max-width: none;
    }

    .senat-officer-copy h2,
    .senat-officer-section-head h2 {
        font-size: 36px;
    }

    .senat-officer-role {
        font-size: 14px;
    }
}
