.featured-story {
background-color: var(--siga-bg-warm, #fff8f0);
padding: 64px 64px 48px;
font-family: var(--siga-font, "Montserrat", sans-serif);
}
.featured-story__inner {
display: flex;
gap: 40px;
align-items: center;
max-width: 1400px;
margin: 0 auto;
}
.featured-story__image {
flex: 0 0 55%;
border-radius: 16px;
overflow: hidden;
}
.featured-story__image img {
display: block;
width: 100%;
height: 360px;
object-fit: cover;
}
.featured-story__content {
flex: 1 1 0;
min-width: 0;
display: flex;
flex-direction: column;
gap: 16px;
}
.featured-story__meta {
display: flex;
align-items: center;
gap: 16px;
font-size: 13px;
font-weight: 500;
color: rgba(35, 62, 85, 0.55);
}
.featured-story__meta span {
display: inline-flex;
align-items: center;
gap: 5px;
}
.featured-story__meta svg {
width: 14px;
height: 14px;
flex-shrink: 0;
}
.featured-story__heading {
font-size: 28px;
font-weight: 600;
line-height: 38px;
color: var(--siga-navy, #233e55);
margin: 0;
}
.featured-story__heading a {
color: inherit;
text-decoration: none;
}
.featured-story__heading a:hover {
color: var(--siga-gold, #a96f00);
}
.featured-story__excerpt {
font-size: 16px;
font-weight: 400;
line-height: 26px;
color: rgba(35, 62, 85, 0.8);
margin: 0;
}
.featured-story__link {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 15px;
font-weight: 600;
color: var(--siga-gold, #a96f00);
text-decoration: none;
transition: gap 0.2s ease;
}
.featured-story__link:hover {
gap: 10px;
}
.featured-story__link svg {
width: 16px;
height: 16px;
} .news-filters { padding: 0 64px 48px;
font-family: var(--siga-font, "Montserrat", sans-serif);
}
.news-filters__inner {
max-width: 1400px;
margin: 0 auto;
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.news-filters__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 20px;
font-family: var(--siga-font, "Montserrat", sans-serif);
font-size: 14px;
font-weight: 600;
color: var(--siga-navy, #233e55);
background-color: #ffffff;
border: 1px solid rgba(35, 62, 85, 0.15);
border-radius: 1000px;
text-decoration: none;
white-space: nowrap;
transition: all 0.2s ease;
}
.news-filters__btn:hover {
border-color: var(--siga-gold, #a96f00);
color: var(--siga-gold, #a96f00);
}
.news-filters__btn.is-active {
background-color: var(--siga-navy, #233e55);
color: #ffffff;
border-color: var(--siga-navy, #233e55);
} .news-grid { padding: 0 64px 64px;
font-family: var(--siga-font, "Montserrat", sans-serif);
}
.news-grid__inner {
max-width: 1400px;
margin: 0 auto;
}
.news-grid__list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
} .news-card {
display: flex;
flex-direction: column;
background-color: transparent;
}
.news-card__image {
display: block;
width: 100%;
height: 220px;
object-fit: cover;
border-radius: 12px;
}
.news-card__body {
display: flex;
flex-direction: column;
gap: 8px;
padding: 14px 0 0;
}
.news-card__meta {
display: flex;
align-items: center;
gap: 14px;
font-size: 13px;
font-weight: 500;
color: rgba(35, 62, 85, 0.5);
}
.news-card__meta span {
display: inline-flex;
align-items: center;
gap: 5px;
}
.news-card__meta svg {
width: 14px;
height: 14px;
flex-shrink: 0;
opacity: 0.5;
}
.news-card__cat {
text-transform: uppercase;
letter-spacing: 0.3px;
}
.news-card__title {
font-size: 16px;
font-weight: 600;
line-height: 24px;
color: var(--siga-navy, #233e55);
margin: 0;
}
.news-card__title a {
color: inherit;
text-decoration: none;
}
.news-card__title a:hover {
color: var(--siga-gold, #a96f00);
} .news-pagination {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
padding-top: 56px;
}
.news-pagination a,
.news-pagination span {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 42px;
height: 42px;
padding: 0 14px;
font-family: var(--siga-font, "Montserrat", sans-serif);
font-size: 15px;
font-weight: 600;
color: var(--siga-navy, #233e55);
background-color: #ffffff;
border: 1px solid rgba(35, 62, 85, 0.15);
border-radius: 10px;
text-decoration: none;
transition: all 0.2s ease;
}
.news-pagination a:hover {
border-color: var(--siga-gold, #a96f00);
color: var(--siga-gold, #a96f00);
}
.news-pagination .current {
background-color: var(--siga-navy, #233e55);
color: #ffffff;
border-color: var(--siga-navy, #233e55);
} .newsletter-cta {
background-color: var(--siga-navy, #233e55);
padding: 64px;
font-family: var(--siga-font, "Montserrat", sans-serif);
}
.newsletter-cta__inner {
max-width: 900px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
text-align: center;
}
.newsletter-cta__heading {
font-size: 32px;
font-weight: 600;
line-height: 42px;
color: #fdf1d5;
margin: 0;
}
.newsletter-cta__text {
font-size: 18px;
font-weight: 400;
line-height: 28px;
color: rgba(253, 241, 213, 0.8);
margin: 0;
}
.newsletter-cta__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 32px;
background-color: #fa0400;
color: #ffffff;
font-family: var(--siga-font, "Montserrat", sans-serif);
font-size: 16px;
font-weight: 600;
text-decoration: none;
border-radius: 1000px;
transition: background-color 0.2s ease, transform 0.15s ease;
}
.newsletter-cta__btn:hover {
background-color: #d80300;
transform: translateY(-1px);
} @media (max-width: 1100px) {
.featured-story {
padding: 48px 48px 40px;
}
.news-filters,
.news-grid {
padding-left: 48px;
padding-right: 48px;
}
.newsletter-cta {
padding: 48px;
}
.news-grid__list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 860px) {
.featured-story {
padding: 40px 32px;
}
.featured-story__inner {
flex-direction: column;
gap: 24px;
}
.featured-story__image {
flex: none;
width: 100%;
}
.featured-story__image img {
height: 280px;
}
.news-filters,
.news-grid {
padding-left: 32px;
padding-right: 32px;
}
.newsletter-cta {
padding: 40px 32px;
}
.featured-story__heading {
font-size: 24px;
line-height: 34px;
}
}
@media (max-width: 520px) {
.featured-story {
padding: 32px 20px;
}
.featured-story__image img {
height: 220px;
}
.news-filters,
.news-grid {
padding-left: 20px;
padding-right: 20px;
}
.news-grid__list {
grid-template-columns: 1fr;
gap: 24px;
}
.newsletter-cta {
padding: 32px 20px;
}
.newsletter-cta__heading {
font-size: 24px;
line-height: 34px;
}
.news-filters__btn {
padding: 7px 14px;
font-size: 13px;
}
}