html {
    scroll-padding-top: 80px;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #333;
}

/* Prevent horizontal scrollbar from full-bleed negative margins */
html {
    overflow-x: hidden;
}

body {
    line-height: 1;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    background-color: #222;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Editorial serif for sentence-case content headings.
   Letterspaced uppercase labels keep Inter via inheritance. */
.page-hero h1,
.cs-hero h1,
.cs-heading,
.work-content h3,
.work-card h3,
.case-study-hero h3,
.cs-related-card h3,
.pull-quote,
.currently h2,
.nda-close h3,
.cs-outcome h3 {
    font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
    font-feature-settings: 'ss01', 'ss02';
}

/* Override the uppercase letter-spacing on .currently h2 since it now uses serif */
.currently h2 {
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    color: #EA7457;
    transition: color 0.2s ease;
}

a:hover {
    color: #333;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

.page-content {
    max-width: 1062px;
    padding: 85px 168px 0 168px;
    margin: auto;
    background-color: #fff;
    padding-bottom: 70px;
    position: relative;
}

/* When a page-hero or cs-hero is the first element, remove top padding */
.page-content > .page-hero:first-child,
.page-content > .cs-hero:first-child {
    margin-top: -85px;
}

.navigation-bar {
    position: sticky;
    background: #222;
    padding-bottom: 17px;
    padding-top: 17px;
    top: 0;
    max-width: 1420px;
    margin: auto;
    z-index: 20;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: auto; */
    padding: 0px 190px 0 168px;
}

.navigation-bar .logo-name {
    display: flex;
    font-weight: 300;
    font-size: 23px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-link {
    display: flex;
    font-weight: 400;
}

.nav-link li {
    margin-right: 27px;
}

.nav-link li:last-child {
    margin-right: 47px;
}

.nav-link li a {
    font-size: 12px;
    letter-spacing: 2.4px;
    color: #fff;
    transition: color 0.2s ease;
    position: relative;
    padding-bottom: 4px;
}

.nav-link li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #EA7457;
    transition: width 0.3s ease;
}

.nav-link li a:hover::after,
.nav-link li a.selected::after {
    width: 100%;
}

.nav-link li a:hover {
    color: #EA7457;
}

.nav-link li a.selected {
    color: #fff;
    font-weight: 600;
}

.banner-wrapper {
    display: flex;
    border-bottom: 1px solid #BBBBBB;
    max-width: 1054px;
    margin: auto;
    margin-top: 0;
}

.banner-wrapper h1.home-page-title {
    font-size: 56px;
    font-weight: 400;
    color: #333;
    line-height: 56.25px;
    letter-spacing: 0.56px;
    flex-basis: 100%;
}

.banner-wrapper h1.home-page-title .tag {
}

.banner-wrapper h1.home-page-title .tag.tag-line-1 {
    margin-bottom: 36px;
}

.banner-wrapper h1.home-page-title .tag.tag-line-2 {
    margin-bottom: 76px;
    width: 100%;
}

.skills-wrapper {
    display: flex;
    margin-top: 41px;
}

.skills-wrapper .skills-wrapper-list {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.skills-wrapper .skills-wrapper-list li {
    flex-basis: 45%;
    margin-bottom: 25px;
    padding-right: 38px;
}

.skills-wrapper .skills-wrapper-list li h2 {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.skills-wrapper .skills-wrapper-list li p {
    line-height: 24px;
    letter-spacing: 0.16px;
}

.skills-wrapper .skills-wrapper-list li p>strong {
    font-weight: 500;
}

.brand-wrapper {
    flex-direction: column;
    display: flex;
    margin-top: 23px;
    align-items: center;
    border-top: 1px solid #BBBBBB;
    padding-top: 41px;
}

.is-mobile {
    display: none;
}

.is-desktop {
    display: flex;
}

.brand-wrapper h2 {
    font-weight: 600;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: 2.34px;
    margin-bottom: 14px;
}

.brand-wrapper p {
    line-height: 28.5px;
    letter-spacing: 0.19px;
    font-size: 16px;
}

.brand-wrapper ul {
    display: flex;
    list-style: none;
    margin-top: 11px;
}

.brand-wrapper ul li {
    margin-right: 14px;
}

.brand-wrapper ul li img {
    width: 102px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.brand-wrapper ul li img:hover {
    opacity: 1;
}

q {
    width: 108px;
}

.work-wrapper {
    margin-top: 41px;
    border-top: 1px solid #BBBBBB;
    padding-top: 41px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work-wrapper h2 {
    font-weight: 600;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: 2.34px;
    margin-bottom: 36px;
}

.work-wrapper .work-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.work-wrapper li {
    display: flex;
    position: relative;
    margin-bottom: 34px;
    width: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}

.work-wrapper li:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(26, 24, 22, 0.10);
}

.work-wrapper li.left {
}

.work-wrapper li.right {
    flex-direction: row-reverse;
}

.work-wrapper li .work-image {
    min-width: 540px;
    height: 675.24px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.work-wrapper li .work-content {
    /* transform: translateX(-122px); */
    background-color: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-self: baseline;
    padding: 48px 82px 28px 48px;
    position: relative;
    /* max-width: 557px; */
    top: 80px;
    z-index: 1;
}

.work-wrapper li.left .work-content {
    margin-left: -108px;
}

.work-wrapper li.left.atnt .work-content {
    top: 54px;
}

.work-wrapper li.right .work-content {
    margin-right: -108px;
    top: 54px;
}

.work-wrapper li .work-image.blue-shield-img {
    background-image: url('../images/BCBS_titlepage.png');
}

.work-wrapper li .work-image.visa-employee-img {
    background-image: url('../images/visa_tl 1.png');
}

.work-wrapper li .work-image.atnt-img {
    background-image: url('../images/image 1.png');
}

.work-wrapper li .work-content h3 {
    font-weight: 300;
    font-size: 21px;
    margin-bottom: 26px;
    line-height: 26.4px;
}

.work-wrapper li .work-content p {
    line-height: 24px;
    letter-spacing: 0.16px;
}

.work-wrapper li .work-content a {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.16px;
    display: inline-block;
    font-weight: 500;
    color: #EA7457;
}

.work-wrapper li .work-content .link-wrapper {
    margin-top: 24px;
    display: inline-flex;
    flex-direction: column;
}

.work-wrapper li .work-content a:hover {
    color: #333;
}

.chat-wrapper {
    border-top: 1px solid #BBBBBB;
    margin-top: 30px;
    padding-top: 41px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chat-wrapper h2 {
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: 2.34px;
    margin-bottom: 23px;
}

.chat-wrapper p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.chat-wrapper a {
    color: #EA7457;
}

.chat-wrapper a:hover {
    color: #333;
}

.chat-wrapper .quote-content strong {
    font-weight: 600;
    display: block;
}

.chat-wrapper .quote-content {
    text-align: center;
    margin-top: 29px;
}

.footer-wrapper {
    color: #fff;
    display: flex;
    min-height: 69px;
    align-items: center;
    background-color: #222;
    justify-content: center;
}

.quote-content {
    padding-top: 24px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.16px;
    text-align: center;
    margin-top: 62px;
    border-top: 1px solid #BBBBBB;
    padding-bottom: 36px;
}

.profile-banner {
    display: flex;
}

.profile-img {
    background-color: #1a1816;
    background-image: none;
    min-width: 280px;
    width: 280px;
    height: 360px;
    margin: 10px 32px 10px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.profile-img::before {
    content: 'T';
    font-family: 'Fraunces', Georgia, serif;
    font-size: 200px;
    font-weight: 600;
    color: #fbbf24;
    line-height: 1;
}

.profile-img::after {
    content: 'TOMMY WILLIAMS';
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: rgba(248, 245, 240, 0.7);
    letter-spacing: 0.24em;
    white-space: nowrap;
}

.profile-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
}

.profile-content h1 {
    font-size: 18px;
    line-height: 28.5px;
    letter-spacing: 0.19px;
    font-weight: 400;
    margin-bottom: 27px;
}

.profile-content p {
    font-size: 16px;
    line-height: 28px;
    /* or 178% */
    letter-spacing: 0.19px;
}

.margin-bottom {
    margin-bottom: 27px;
}

.teams-wrapper {
    display: flex;
    margin-top: 41px;
    flex-direction: column;
}

.teams-wrapper h2 {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    /* identical to box height, or 140% */
    letter-spacing: 2.34px;
    text-transform: uppercase;
}

.leadership-wrapper {
    display: flex;
    margin-top: 41px;
    flex-direction: column;
}

.leadership-wrapper h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 23.4px;
    letter-spacing: 2.6px;
    text-align: center;
    margin-bottom: 26px;
}

.leadership-wrapper h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 23.4px;
    /* identical to box height, or 140% */
    letter-spacing: 2.6px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 26px;
}

.leadership-wrapper p {
    font-weight: 400;
    line-height: 28.8px;
    font-size: 14px;
}

.leadership-wrapper p.spacer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-core-leadership-value-wrapper {
    display: flex;
    margin-top: 100px;
    flex-direction: column;
}

.my-core-leadership-value-wrapper h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 23.4px;
    letter-spacing: 2.6px;
    text-align: center;
    margin-bottom: 26px;
}

.my-core-leadership-value-wrapper p {
    font-weight: 400;
    line-height: 28.8px;
    font-size: 14px;
}

.values-wrapper {
    display: flex;
    margin-top: 55px;
    flex-direction: column;
    padding-bottom: 73px;
}

.values-wrapper hr {
    border-top: 1px solid #BBBBBB;
    margin: 30px 0 40px 0;
}

.values-wrapper h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2.34px;
    margin-bottom: 26px;
}

ul.value-container {
    display: flex;
    margin: 0 -15px 0 -15px;
}

ul.value-container li {
    list-style: none;
    min-width: 216px;
    padding-right: 15px;
    padding-left: 15px;
}

ul.value-container li h3 {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.34px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #646464;
}

ul.value-container li p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.teams-wrapper .teams-logo {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 60px;
}

.teams-wrapper .teams-logo li {
    padding: 1px;
    margin-top: -65px;
}

.teams-wrapper .teams-logo li img {
    width: 162px;
    /* height: 162px; */
}

.connect-btn-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.connect-btn-wrapper .btn {
    border: 0.5px solid #000000;
    background: #FFFDFD;
    color: #333333;
    line-height: 18px;
    letter-spacing: 2.34px;
    padding: 17px 12px;
    outline: none;
    border-radius: 5px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.connect-btn-wrapper .btn:hover {
    background: #000000;
    color: #FFFDFD;
}

.work-exp-wrapper {
    border-top: 1px solid #BBBBBB;
    padding-top: 31px;
}

.work-exp-wrapper h2 {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    /* identical to box height, or 140% */
    letter-spacing: 2.34px;
    margin-bottom: 24px;
}

.work-exp-wrapper .details {
    line-height: 24px;
    /* or 171% */
    letter-spacing: 0.16px;
}

.work-exp-wrapper dl {
    display: flex;
    margin-bottom: 64px;
    flex-wrap: wrap;
}

.work-exp-wrapper dl.margin-bottom {
    margin-bottom: 30px;
}

.work-exp-wrapper dt {
    min-width: 177px;
    margin-right: 81px;
    padding: 10px 10px 10px 1px;
}

.work-exp-wrapper.volunteer dt {
    max-width: 141px;
    margin-right: 51px;
    min-width: unset;
}

.work-exp-wrapper.education dt {
    max-width: 423px;
    margin-right: 115px;
    min-width: unset;
}

.work-exp-wrapper dd {
    line-height: 24px;
    /* or 171% */
    letter-spacing: 0.16px;
    padding: 10px;
}

.no-wrap {
    flex-wrap: nowrap !important;
}

.case-study-banner {
    background-image: url('../images/case-study-header.png');
    width: 100%;
    max-width: 1054px;
    height: 696px;
    background-size: cover;
    background-position: center;
}

.case-study-banner-visa {
    background-image: url('../images/1-Visa-Cover.png');
    width: 100%;
    max-width: 1054px;
    height: 500px;
    background-size: cover;
    background-position: center;
}

.case-study-banner-att {
    background-image: url('../images/21-ATT-cover_1.png');
    width: 100%;
    max-width: 1054px;
    height: 500px;
    background-size: cover;
    background-position: center;
}

.case-study-wrapper {
    margin-top: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.case-study-wrapper h2 {
    font-weight: 600;
    font-size: 16px;
    /* line-height: 23px; */
    /* identical to box height, or 146% */
    text-align: center;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.case-study-wrapper .heading-large {
    font-size: 32px;
}

.case-study-wrapper p {
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    max-width: 779px;
}

.case-study-wrapper .link-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0;
}

.margin-bottom-100px {
    margin-bottom: 100px !important;
}

.margin-bottom-34px {
    margin-bottom: 34px
}

.case-study-wrapper .case-study-img {
    text-align: center;
}

.case-study-wrapper .case-study-img img {
    width: 100%;
}

.contact-wrapper {
    max-width: 709px;
    margin: 70px auto 125px auto;
}

.contact-wrapper h2 {
    /* identical to box height, or 140% */
    margin-bottom: 20px;
    font-family: 'Inter', system-ui, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    /* identical to box height, or 140% */
    letter-spacing: 2.34px;
    text-transform: uppercase;
}

.contact-wrapper form {
}

.contact-wrapper .contact-wrapper-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    letter-spacing: 0.16px;
    color: #333333;
    margin-bottom: 35px;
}

.label-s-text {
    margin-bottom: 8px;
}

.input-container {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.input-container.error input, .input-container.error select {
    border-color: #a94442
}

input.form-control, select.form-control, textarea.form-control {
    background: #FAFAFA;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    margin-bottom: 8px;
    min-height: 40px;
    padding: 6px 12px;
    transition: border-color 0.2s ease, outline-color 0.2s ease;
}

textarea.form-control {
    min-height: 100px;
}

.form-control:focus {
    border: 1px solid #EA7457;
    outline: 1px solid #EA7457;
}

label {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.16px;
    color: #333333;
}

.two-col {
    display: flex;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
}

.two-col .input-container {
    margin-right: 15px;
    margin-left: 15px;
}

.two-col .form-control {
    flex-basis: 100%;
}

.input-label {
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    letter-spacing: 0.16px;
}

.btn-container {
}

button.btn {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2.66px;
    padding: 12px 30px 13px 30px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

button.btn-primary {
    background: #EA7457;
}

button.btn-primary:hover {
    background: #333;
}

button.btn-secondary {
    background: #333;
}

button.btn-secondary:hover {
    background: #EA7457;
}

/* ==============================================
   CASE STUDY DESIGN SYSTEM
   Inspired by johnsexton.net
   ============================================== */

/* Case Study Hero */
.cs-hero {
    background-color: #1a1a2e;
    margin: 0 -168px;
    padding: 100px 168px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cs-hero h1 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.2;
    text-transform: none;
}

.cs-hero .cs-hero-subtitle {
    font-size: 16px;
    line-height: 28px;
    color: rgba(255,255,255,0.6);
    max-width: 600px;
    margin: 0 auto;
    font-weight: 300;
}

/* Executive Summary Block */
.exec-summary {
    background-color: #FAFAFA;
    padding: 48px 48px 40px;
    margin: -40px auto 0;
    max-width: 860px;
    width: 100%;
    position: relative;
    z-index: 2;
    border-bottom: 3px solid #EA7457;
}

.exec-summary .exec-meta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E0E0E0;
}

.exec-summary .exec-meta-item {
    min-width: 0;
}

.exec-summary .exec-meta-item h4 {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #EA7457;
    margin-bottom: 10px;
}

.exec-summary .exec-meta-item p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    max-width: none;
    color: #333;
}

.exec-summary h3 {
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
    margin-top: 0;
}

.exec-summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.exec-summary ul li {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.16px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.exec-summary ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 2px;
    background-color: #EA7457;
}

/* Full-bleed image sections */
.cs-image-full {
    background-color: #F5F5F5;
    margin: 0 -168px;
    padding: 60px 168px;
    text-align: center;
}

.cs-image-full img {
    width: 100%;
    max-width: 1054px;
    display: block;
    margin: 0 auto;
}

.cs-image-full.dark {
    background-color: #1a1a2e;
}

.cs-image-full.light {
    background-color: #F5F5F5;
}

.cs-image-full.white {
    background-color: #fff;
}

/* Outcome callout box */
.cs-outcome {
    background-color: #1a1a2e;
    margin: 0 -168px;
    padding: 60px 168px;
    text-align: center;
}

.cs-outcome h3 {
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #EA7457;
    margin-bottom: 20px;
}

.cs-outcome p {
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 300;
}

/* Related work section */
.cs-related {
    border-top: 1px solid #E0E0E0;
    margin-top: 80px;
    padding-top: 60px;
    text-align: center;
}

.cs-related h2 {
    font-size: 13px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
}

.cs-related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 860px;
    margin: 0 auto;
}

.cs-related-card {
    background-color: #FAFAFA;
    padding: 32px;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    display: block;
}

.cs-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.cs-related-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.cs-related-card p {
    font-size: 13px;
    line-height: 22px;
    color: #666;
    margin-bottom: 16px;
}

.cs-related-card .cs-related-link {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #EA7457;
    text-transform: uppercase;
}

/* Section label refinement for case studies */
.case-study-wrapper h2.section-label {
    font-size: 11px;
    letter-spacing: 2.5px;
    color: #EA7457;
    margin-bottom: 12px;
    font-weight: 600;
}

/* Larger case study section headings */
.case-study-wrapper h2.cs-heading {
    font-size: 28px;
    letter-spacing: 0.5px;
    text-transform: none;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 24px;
}

/* Case study body text */
.case-study-wrapper p.cs-body {
    font-size: 16px;
    line-height: 30px;
    color: #444;
    max-width: 700px;
}

/* Prototype links styled as buttons */
.cs-links {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 60px;
}

.cs-links a {
    display: inline-block;
    border: 1px solid #EA7457;
    padding: 12px 24px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    color: #EA7457;
    transition: all 0.2s ease;
}

.cs-links a:hover {
    background: #EA7457;
    color: #fff;
}

/* White variant for links inside dark sections */
.cs-outcome .cs-links a {
    border-color: rgba(255,255,255,0.4);
    color: #fff;
}

.cs-outcome .cs-links a:hover {
    border-color: #EA7457;
    background: #EA7457;
    color: #fff;
}

/* ==============================================
   PAGE-LEVEL HERO SYSTEM
   Shared dark hero pattern for all pages
   ============================================== */

/* Generic page hero (non-case-study pages) */
.page-hero {
    background-color: #1a1a2e;
    margin: 0 -168px;
    padding: 80px 168px 60px;
    text-align: center;
    position: relative;
}

.page-hero h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.3;
    text-transform: none;
}

.page-hero .page-hero-subtitle {
    font-size: 15px;
    line-height: 26px;
    color: rgba(255,255,255,0.55);
    max-width: 540px;
    margin: 0 auto;
    font-weight: 300;
}

/* Full-bleed accent section (shared across pages) */
.section-band {
    margin: 0 -168px;
    padding: 60px 168px;
}

.section-band.dark {
    background-color: #1a1a2e;
}

.section-band.light {
    background-color: #F5F5F5;
}

.section-band.white {
    background-color: #fff;
}

/* Suppress inner borders/margins when inside section bands */
.section-band .brand-wrapper {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.section-band .impact-summary {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.section-band .teams-wrapper {
    margin-top: 0;
}

/* Dark band content overrides */
.section-band.dark .impact-summary h2 {
    color: #EA7457;
}

.section-band.dark .impact-summary ul li {
    color: rgba(255,255,255,0.85);
}

.section-band.dark .impact-summary ul li::before {
    background-color: #EA7457;
}

/* Unified section label (coral uppercase micro-label) */
.section-label-inline {
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #EA7457;
    margin-bottom: 12px;
    display: block;
}

/* Impact bullets on homepage */
.impact-summary {
    border-top: 1px solid #BBBBBB;
    margin-top: 23px;
    padding-top: 41px;
    padding-bottom: 20px;
}

.impact-summary h2 {
    font-weight: 600;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: 2.34px;
    margin-bottom: 20px;
    text-align: center;
}

.impact-summary ul {
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

.impact-summary ul li {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.16px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.impact-summary ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 2px;
    background-color: #EA7457;
}

/* Case study section labels */
.case-study-wrapper h2.section-label {
    font-size: 11px;
    letter-spacing: 2.5px;
    color: #EA7457;
    margin-bottom: 16px;
    font-weight: 600;
}

/* Bio bullet lists */
.work-exp-wrapper dd ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-exp-wrapper dd ul li {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.16px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px;
}

.work-exp-wrapper dd ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 2px;
    background-color: #EA7457;
}

/* Executive bio section */
.exec-bio {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.19px;
    margin-bottom: 27px;
}

/* Download CV button */
.cv-download {
    display: inline-block;
    border: 1px solid #333;
    padding: 12px 24px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    transition: all 0.2s ease;
    margin-top: 16px;
    margin-bottom: 40px;
}

.cv-download:hover {
    background: #333;
    color: #fff;
}

/* NDA work categories */
.nda-categories {
    max-width: 709px;
    margin: 0 auto 40px auto;
}

.nda-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nda-categories ul li {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.16px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.nda-categories ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 2px;
    background-color: #EA7457;
}

.nda-categories h3 {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {

    /* ---- Hero negative margin reset for mobile ---- */
    .page-content > .page-hero:first-child,
    .page-content > .cs-hero:first-child {
        margin-top: 0;
    }

    /* ---- Page hero ---- */
    .page-hero {
        margin: 0 -19px;
        padding: 40px 19px 32px;
    }
    .page-hero h1 {
        font-size: 24px;
        letter-spacing: 0.5px;
    }
    .page-hero .page-hero-subtitle {
        font-size: 13px;
        line-height: 22px;
    }

    /* ---- Section bands ---- */
    .section-band {
        margin: 0 -19px;
        padding: 30px 19px;
    }

    /* ---- Case study hero ---- */
    .cs-hero {
        margin: 0 -19px;
        padding: 50px 19px 40px;
    }
    .cs-hero h1 {
        font-size: 24px;
        letter-spacing: 0.5px;
    }
    .cs-hero .cs-hero-subtitle {
        font-size: 13px;
        line-height: 22px;
    }

    /* ---- Exec summary ---- */
    .exec-summary {
        padding: 20px 16px;
        margin-top: -16px;
        border-bottom-width: 2px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .exec-summary .exec-meta {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .exec-summary .exec-meta-item h4 {
        font-size: 9px;
        letter-spacing: 2px;
        margin-bottom: 6px;
    }
    .exec-summary .exec-meta-item p {
        font-size: 13px;
        line-height: 20px;
    }
    .exec-summary h3 {
        font-size: 11px;
        margin-bottom: 12px;
    }
    .exec-summary ul li {
        font-size: 13px;
        line-height: 22px;
        padding-left: 16px;
        margin-bottom: 8px;
    }
    .exec-summary ul li::before {
        top: 9px;
        width: 6px;
    }

    /* ---- Full-bleed images ---- */
    .cs-image-full {
        margin: 0 -19px;
        padding: 20px 19px;
    }

    /* ---- Outcome callout ---- */
    .cs-outcome {
        margin: 0 -19px;
        padding: 36px 19px;
    }
    .cs-outcome p {
        font-size: 16px;
        line-height: 26px;
    }
    .cs-outcome .cs-links {
        margin-top: 8px;
    }

    /* ---- Related work ---- */
    .cs-related {
        margin-top: 50px;
        padding-top: 40px;
    }
    .cs-related-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .cs-related-card {
        padding: 24px;
    }

    /* ---- CS links / buttons ---- */
    .cs-links {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .cs-links a {
        width: 100%;
        max-width: 280px;
        text-align: center;
        padding: 12px 16px;
        font-size: 11px;
        box-sizing: border-box;
    }

    /* ---- Case study wrapper spacing ---- */
    .case-study-wrapper {
        margin-top: 40px;
    }

    /* ---- Case study text ---- */
    .case-study-wrapper h2.cs-heading {
        font-size: 20px;
        padding: 0 4px;
    }
    .case-study-wrapper p.cs-body {
        font-size: 14px;
        line-height: 26px;
        padding: 0 4px;
        max-width: 100%;
    }
    .case-study-wrapper h2.section-label {
        font-size: 10px;
    }

    /* ---- Impact summary ---- */
    .impact-summary ul {
        padding: 0 4px;
    }
    .impact-summary ul li {
        font-size: 13px;
        line-height: 22px;
    }

    /* ---- NDA categories inside band ---- */
    .section-band .nda-categories {
        max-width: 100%;
    }
    .nda-categories ul li {
        font-size: 13px;
        line-height: 24px;
    }

    /* ---- Contact form ---- */
    .contact-wrapper {
        margin: 40px auto 60px auto;
        padding: 0 4px;
    }

    /* ---- CV download ---- */
    .cv-download {
        font-size: 11px;
        padding: 10px 20px;
        text-align: center;
    }

    /* ---- Teams logo grid ---- */
    .teams-wrapper .teams-logo {
        margin-top: 20px;
        justify-content: center;
    }
    .teams-wrapper .teams-logo li {
        margin-top: 0;
        padding: 4px;
    }
    .teams-wrapper .teams-logo li img {
        width: 80px;
    }

    /* ---- Work experience no-wrap fix ---- */
    .no-wrap {
        flex-wrap: wrap !important;
    }
    .work-exp-wrapper dt {
        min-width: 100%;
        margin-right: 0;
    }

    /* ---- Reduce large spacing utility on mobile ---- */
    .margin-bottom-100px {
        margin-bottom: 40px !important;
    }

    /* ---- Work wrapper inside page (remove border when follows band) ---- */
    .work-wrapper {
        border-top: none;
        margin-top: 20px;
        padding-top: 20px;
    }

    /* ---- Brand wrapper inside section-band ---- */
    .section-band .brand-wrapper {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }

    /* ---- Page content bottom padding ---- */
    .page-content {
        padding-bottom: 0;
    }

    /* ---- Footer spacing ---- */
    .footer-wrapper {
        min-height: 56px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    /* ---- Hero negative margin reset for tablet ---- */
    .page-content > .page-hero:first-child,
    .page-content > .cs-hero:first-child {
        margin-top: 0;
    }

    /* ---- Page hero ---- */
    .page-hero {
        margin: 0 -19px;
        padding: 60px 19px 46px;
    }
    .page-hero h1 {
        font-size: 30px;
    }

    /* ---- Section bands ---- */
    .section-band {
        margin: 0 -19px;
        padding: 40px 19px;
    }

    /* ---- Case study hero ---- */
    .cs-hero {
        margin: 0 -19px;
        padding: 70px 19px 50px;
    }
    .cs-hero h1 {
        font-size: 32px;
    }

    /* ---- Full-bleed images ---- */
    .cs-image-full {
        margin: 0 -19px;
        padding: 36px 19px;
    }

    /* ---- Outcome callout ---- */
    .cs-outcome {
        margin: 0 -19px;
        padding: 50px 19px;
    }

    /* ---- Exec summary ---- */
    .exec-summary {
        padding: 32px 28px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .exec-summary .exec-meta {
        grid-template-columns: repeat(2, 1fr);
    }

    /* ---- Case study wrapper spacing ---- */
    .case-study-wrapper {
        margin-top: 60px;
    }

    /* ---- Case study text ---- */
    .case-study-wrapper h2.cs-heading {
        font-size: 24px;
    }
    .case-study-wrapper p.cs-body {
        font-size: 15px;
        line-height: 28px;
    }

    /* ---- Case study banners ---- */
    .case-study-banner,
    .case-study-banner-visa,
    .case-study-banner-att {
        height: 350px;
    }

    /* ---- Contact wrapper ---- */
    .contact-wrapper {
        margin: 50px auto 80px auto;
    }

    /* ---- Teams logo ---- */
    .teams-wrapper .teams-logo {
        margin-top: 20px;
        justify-content: center;
    }
    .teams-wrapper .teams-logo li {
        margin-top: 0;
        padding: 4px;
    }
    .teams-wrapper .teams-logo li img {
        width: 110px;
    }

    /* ---- Work experience no-wrap fix ---- */
    .no-wrap {
        flex-wrap: wrap !important;
    }

    /* ---- Related work ---- */
    .cs-related-card {
        padding: 28px;
    }

    /* ---- Reduce large spacing utility on tablet ---- */
    .margin-bottom-100px {
        margin-bottom: 60px !important;
    }

    /* ---- Work wrapper spacing ---- */
    .work-wrapper {
        border-top: none;
        margin-top: 20px;
    }

    /* ---- Brand wrapper inside section-band ---- */
    .section-band .brand-wrapper {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }
}

.v-hidden {
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .is-mobile {
        display: flex;
    }

    .is-desktop {
        display: none;
    }

    #buttonScrollToTop {
        display: none !important;
    }

    /* ---- Page content ---- */
    .page-content {
        padding: 0 19px;
        padding-bottom: 0;
    }

    /* ---- Navigation ---- */
    .navigation-bar {
        flex-direction: column;
        position: sticky;
    }

    .nav-wrapper {
        text-align: center;
        padding: 0 19px;
        position: relative;
    }

    .nav-link li, .nav-link li:last-child {
        margin-right: 0;
    }

    .navigation-bar .logo-name {
        margin-bottom: 0;
    }

    .nav-link {
        flex-direction: column;
    }

    /* ---- Homepage banner (legacy, no longer primary) ---- */
    .banner-wrapper {
        margin-top: 16px;
    }

    .banner-wrapper h1.home-page-title {
        flex-basis: 100%;
        font-size: 25px;
        line-height: 32.8px;
    }

    .banner-wrapper h1.home-page-title .tag.tag-line-2 {
        margin-bottom: 22px;
    }

    /* ---- Skills grid ---- */
    .skills-wrapper {
        margin-top: 27px;
        padding: 0 4px;
    }

    .skills-wrapper .skills-wrapper-list li {
        flex-basis: 100%;
        padding-right: 0;
    }

    /* ---- Brand logos ---- */
    .brand-wrapper ul {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        border-bottom: none;
        padding-bottom: 0;
    }

    .brand-wrapper ul li {
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .brand-wrapper ul li img {
        width: 68px;
    }

    .brand-wrapper p {
        text-align: center;
        font-size: 14px;
    }

    /* ---- Work cards: stack vertically on mobile ---- */
    .work-wrapper li {
        flex-direction: column !important;
    }

    .work-wrapper li .work-image {
        min-width: 100%;
        width: 100%;
        height: 260px;
        background-size: cover;
        background-position: center top;
    }

    .work-wrapper li .work-content {
        padding: 24px 20px;
        align-self: stretch;
        position: static;
        top: 0;
    }

    .work-wrapper li.left .work-content {
        margin: 0;
        margin-left: 0;
        margin-top: 0;
    }

    .work-wrapper li.right .work-content {
        margin: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .work-wrapper li .work-content h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .work-wrapper li .work-content p {
        font-size: 13px;
        line-height: 22px;
    }

    /* ---- Case study banners ---- */
    .case-study-banner,
    .case-study-banner-visa,
    .case-study-banner-att {
        min-height: 200px;
        min-width: auto;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .case-study-wrapper {
        margin-top: 40px;
    }

    .case-study-wrapper .case-study-img img {
        width: 100%;
    }

    /* ---- Leadership ---- */
    .banner-leadership img {
        width: 100%;
    }

    .banner-leadership {
        margin-top: 20px !important;
    }

    .leadership-wrapper {
        margin-top: 24px;
    }

    .my-core-leadership-value-wrapper {
        margin-top: 50px;
    }

    .values-wrapper {
        padding-bottom: 20px;
    }

    /* ---- Work experience ---- */
    .work-exp-wrapper dl {
        flex-direction: column;
        margin-bottom: 36px;
    }

    .work-exp-wrapper dd {
        padding: 0;
        margin-top: 8px;
    }

    /* ---- Form ---- */
    .two-col {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

    .two-col .input-container {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Leadership */
.banner-leadership {
    margin: auto;
    display: flex;
    justify-content: center;
}

.banner-leadership img {
    /* width: 100%; */
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Scroll to top */
#buttonScrollToTop {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffffd9;
    position: fixed;
    padding: 5px;
    top: 70px;
    right: 5px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

@media screen and (min-width: 1400px) {
    #buttonScrollToTop {
        right: 265px;
    }
}

#buttonScrollToTop::before {
    content: "\f0d8";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.7em;
    line-height: 0;
    position: relative;
    top: 3px;
    color: initial;
}

#buttonScrollToTop .label {
    text-transform: uppercase;
    color: #2D2D2D;
    font-size: 10px;
    letter-spacing: 2.4px;
    margin-left: 5px;
}

#buttonScrollToTop:hover::before {
    color: #fff;
}

#buttonScrollToTop.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */
@media (min-width: 500px) {
    #buttonScrollToTop {
        margin: 0;
    }
}

#hamburger-icon {
    margin: auto 0;
    display: none;
    cursor: pointer;
}

#hamburger-icon div {
    width: 24px;
    height: 1px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-2px, 4px);
}

.open .bar2 {
    opacity: 0;
}

.open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: inherit;
    background-color: #1a1a2e;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 20px;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
}

.mobile-menu li {
    margin-bottom: 45px;
}

.mobile-menu li a {
    color: #fff;
    font-size: 28px;
}

.mobile-menu li a.selected {
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    .navigation-bar .nav-link {
        display: none;
    }

    #hamburger-icon {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .is-mobile {
        display: flex;
    }

    .is-desktop {
        display: none;
    }

    /* ---- Page content ---- */
    .page-content {
        padding: 0 19px;
        padding-bottom: 0;
    }

    .nav-wrapper {
        padding: 0 19px;
    }

    /* ---- Banner ---- */
    .banner-wrapper h1.home-page-title .tag.tag-line-2 {
        margin-bottom: 52px;
    }

    .banner-wrapper h1.home-page-title {
        font-size: 48px;
    }

    /* ---- Skills ---- */
    .skills-wrapper .skills-wrapper-list li {
        padding-right: 0;
    }

    .skills-wrapper .skills-wrapper-list {
        justify-content: space-between;
    }

    /* ---- Work cards ---- */
    .work-wrapper li {
        flex-direction: column !important;
    }

    .work-wrapper li .work-image {
        height: 380px;
        min-width: 100%;
        width: 100%;
        background-size: cover;
        background-position: center top;
    }

    .work-wrapper li .work-content {
        position: static;
        top: 0;
        padding: 32px;
        align-self: stretch;
    }

    .work-wrapper li.left .work-content {
        margin: 0;
        margin-left: 0;
    }

    .work-wrapper li.right .work-content {
        margin: 0;
        margin-right: 0;
    }

    /* ---- Brand logos ---- */
    .brand-wrapper ul li {
        margin-right: 4px;
    }

    .brand-wrapper ul li img {
        width: 69px;
    }

    .brand-wrapper p {
        text-align: center;
    }

    .brand-wrapper ul {
        margin-bottom: 20px;
        border-bottom: none;
        padding-bottom: 0;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .navigation-bar .logo-name {
        font-size: 20px;
    }

    .navigation-bar.active {
        background-color: #1a1a2e;
    }

    .navigation-bar .mobile-menu {
        background-color: #1a1a2e;
        border: none;
        top: 44px;
        z-index: 2;
        height: 100vh;
        align-items: center;
        padding-top: 100px;
    }

    /* ---- Leadership values stack vertically ---- */
    ul.value-container {
        flex-direction: column;
        margin: 0;
    }

    ul.value-container li {
        margin-bottom: 20px;
        min-width: 0;
    }

    /* ---- Leadership banner ---- */
    .banner-leadership img {
        width: 100%;
    }

    /* ---- Profile banner ---- */
    .profile-banner {
        flex-direction: column;
        justify-content: center;
    }

    .profile-img {
        min-height: 280px;
        min-width: auto;
        height: auto;
        background-size: contain;
        display: flex;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 0 16px 0;
    }

    /* ---- Footer ---- */
    .footer-wrapper {
        font-size: 12px;
    }
}

/* ── COOKIE CONSENT BANNER ─────────────────────────────────────────────── */
#consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1816;
    color: #f8f5f0;
    padding: 18px 28px;
    z-index: 9999;
    border-top: 1px solid #2a2522;
    font-family: 'Inter', system-ui, sans-serif;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.18);
    animation: consent-rise 0.3s ease-out;
}
@keyframes consent-rise {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.consent-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.consent-text {
    font-size: 13px;
    line-height: 1.6;
    color: #d4d2cc;
    margin: 0;
    flex: 1 1 60%;
    min-width: 240px;
}
.consent-text a {
    color: #fbbf24;
    text-decoration: none;
    border-bottom: 1px solid rgba(251, 191, 36, 0.4);
}
.consent-text a:hover {
    border-bottom-color: #fbbf24;
}
.consent-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.consent-btn {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 18px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.18s ease;
    white-space: nowrap;
}
.consent-btn-primary {
    background: #b85718;
    color: #fff;
    border-color: #b85718;
}
.consent-btn-primary:hover {
    background: #8f4413;
    border-color: #8f4413;
}
.consent-btn-text {
    background: transparent;
    color: rgba(248, 245, 240, 0.75);
    border-color: rgba(248, 245, 240, 0.25);
}
.consent-btn-text:hover {
    color: #f8f5f0;
    border-color: #f8f5f0;
}
@media (max-width: 640px) {
    #consent-banner { padding: 16px 20px; }
    .consent-inner { flex-direction: column; align-items: stretch; }
    .consent-actions { width: 100%; justify-content: flex-end; }
}
