:root {
    --ink: #121821;
    --ink-soft: #26313c;
    --night: #06101a;
    --night-2: #0b1520;
    --gold: #c99a43;
    --gold-bright: #e2b762;
    --paper: #f6f7f8;
    --muted: #e8ebee;
    --line: rgba(18, 24, 33, 0.14);
    --white: #fff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
}

body {
    min-width: 320px;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

.mica-site {
    overflow-x: hidden;
    background: var(--paper);
}

.content-wrap {
    width: min(100% - 56px, 1500px);
    margin: 0 auto;
}

.section-dark {
    background: var(--night);
    color: var(--white);
}

.section-light {
    background: linear-gradient(90deg, #fbfbfc 0%, #f1f3f5 100%);
}

.section-muted {
    background: #eceff1;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--gold-bright);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.section-title h2,
.hero h1 {
    margin: 0;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.section-title h2 {
    max-width: 360px;
    color: var(--ink);
    font-size: clamp(28px, 2.5vw, 42px);
    line-height: 1.04;
}

.section-title::after {
    display: block;
    width: 62px;
    height: 2px;
    margin: 20px 0 26px;
    background: var(--gold);
    content: "";
}

.section-title.inverse h2 {
    color: var(--white);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn span {
    margin-left: 12px;
}

.btn-gold {
    background: var(--gold-bright);
    color: #111820;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.7);
    color: var(--white);
}

.btn-outline-dark {
    border-color: rgba(18, 24, 33, 0.45);
    color: var(--ink);
}

.btn-outline-gold {
    border-color: var(--gold);
    color: var(--white);
}

.image-placeholder {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(201, 154, 67, 0.2), transparent 38%),
        linear-gradient(160deg, rgba(11, 21, 32, 0.9), rgba(45, 56, 64, 0.5)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 42px);
    color: rgba(255, 255, 255, 0.76);
    isolation: isolate;
}

.image-placeholder::before {
    position: absolute;
    inset: 10%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    content: "";
}

.image-placeholder::after {
    position: absolute;
    inset: auto 0 0;
    height: 44%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.52), transparent);
    content: "";
}

.image-placeholder span {
    z-index: 1;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.34);
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.hero {
    position: relative;
    min-height: 700px;
    overflow: hidden;
}

.hero-media {
    position: absolute;
    inset: 0;
}

.hero-image {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.5) 36%, rgba(0, 0, 0, 0.22) 63%, rgba(0, 0, 0, 0.74) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.28)),
        url("/images/bandeau-mica.png") center / cover no-repeat;
}

.site-header {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 42px;
    width: min(100% - 56px, 1500px);
    margin: 0 auto;
    padding: 32px 0 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
    text-transform: uppercase;
}

.brand-mark {
    display: grid;
    width: 54px;
    height: 42px;
    place-items: center;
    background: linear-gradient(135deg, #f2d18a 0%, #9b6c25 44%, #fff1c6 45%, #b7822e 100%);
    clip-path: polygon(0 100%, 18% 28%, 37% 55%, 54% 0, 100% 100%, 75% 100%, 55% 42%, 35% 100%);
    color: transparent;
}

.brand small,
.brand em {
    display: block;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.brand strong {
    display: inline-block;
    font-size: 36px;
    line-height: 0.82;
}

.brand em {
    display: inline-block;
    margin-left: 3px;
}

.main-nav {
    display: flex;
    justify-content: center;
    gap: clamp(16px, 2vw, 34px);
}

.main-nav a {
    position: relative;
    color: var(--white);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.main-nav a.active::after {
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    height: 2px;
    background: var(--gold);
    content: "";
}

.social {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--gold-bright);
    color: #0a1118;
    font-size: 24px;
    font-weight: 900;
}

.hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 610px;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.hero-copy {
    max-width: 620px;
}

.hero h1 {
    font-size: clamp(48px, 5.4vw, 82px);
    line-height: 1.02;
}

.hero h1 span {
    color: var(--gold-bright);
}

.hero-copy > p:not(.eyebrow) {
    max-width: 540px;
    margin: 22px 0 34px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.52;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.play {
    display: inline-grid;
    width: 24px;
    height: 24px;
    margin-left: 12px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    font-size: 10px;
}

.experience-ring {
    display: grid;
    width: 210px;
    height: 210px;
    place-items: center;
    border: 3px solid rgba(201, 154, 67, 0.8);
    border-radius: 50%;
    box-shadow: 0 0 0 18px rgba(201, 154, 67, 0.08);
    color: var(--gold-bright);
    text-align: center;
}

.experience-ring strong {
    display: block;
    font-size: 62px;
    line-height: 0.9;
}

.experience-ring span {
    display: block;
    max-width: 120px;
    color: var(--white);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.slider-dots {
    position: absolute;
    z-index: 2;
    right: 42px;
    top: 44%;
    display: grid;
    gap: 14px;
}

.slider-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--white);
}

.slider-dots .active {
    background: var(--gold-bright);
}

.expertise {
    padding: 42px 0 52px;
}

.split-heading {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 52px;
    align-items: start;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.service-card {
    position: relative;
    background: var(--white);
    box-shadow: 0 14px 34px rgba(15, 24, 34, 0.08);
}

.card-image {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.service-card h3,
.project-card h3,
.land-card h3 {
    margin: 18px 18px 10px;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.service-card p {
    margin: 0 18px 22px;
    min-height: 82px;
    color: #3d4651;
    font-size: 13px;
    line-height: 1.5;
}

.service-card a {
    display: inline-block;
    margin: 0 18px 24px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.service-icon {
    position: absolute;
    top: -16px;
    left: 50%;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    transform: translateX(-50%);
    border-radius: 50%;
    background: var(--gold);
    color: var(--white);
    font-size: 28px;
    box-shadow: 0 6px 20px rgba(201, 154, 67, 0.35);
}

.about {
    padding: 70px 0 18px;
    background:
        linear-gradient(90deg, rgba(6, 16, 26, 1) 0%, rgba(6, 16, 26, 0.92) 48%, rgba(6, 16, 26, 0.72) 100%),
        #07111b;
}

.about-grid {
    display: grid;
    grid-template-columns: 285px 1fr 520px;
    gap: 48px;
    align-items: center;
}

.about-copy {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.65;
}

.gold-text {
    color: var(--gold-bright);
    font-weight: 800;
}

.about-image {
    display: block;
    width: 100%;
    min-height: 330px;
    object-fit: cover;
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 44px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.stats div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 22px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.stats div:last-child {
    border-right: 0;
}

.stats strong {
    color: var(--gold-bright);
    font-size: 36px;
    line-height: 1;
}

.stats span {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.projects {
    padding: 42px 0 24px;
}

.projects-layout {
    display: grid;
    grid-template-columns: 270px repeat(4, 1fr) 160px;
    gap: 18px;
    align-items: stretch;
}

.project-card {
    background: var(--white);
    border: 1px solid var(--line);
}

.project-image {
    display: block;
    width: 100%;
    height: 145px;
    object-fit: cover;
}

.project-card h3,
.land-card h3 {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.18;
}

.project-card p,
.land-card p {
    margin: 0 18px 16px;
    color: #48515a;
    font-size: 12px;
    line-height: 1.38;
}

.land-card h3,
.land-card p {
    overflow-wrap: anywhere;
}

.arrows {
    display: flex;
    gap: 8px;
}

.arrows button,
.award-arrow,
.next-land {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 0;
    background: #dce0e3;
    color: var(--ink);
    cursor: pointer;
}

.all-projects {
    display: grid;
    place-items: center;
    padding: 24px;
    background: #101820;
    color: var(--gold-bright);
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.all-projects span {
    display: block;
    margin-bottom: 18px;
    font-size: 34px;
}

.awards {
    padding: 34px 0;
    background:
        linear-gradient(90deg, rgba(6, 16, 26, 0.98), rgba(6, 16, 26, 0.82)),
        #0b1118;
}

.awards-layout {
    display: grid;
    grid-template-columns: 270px 36px 1fr 36px;
    gap: 22px;
    align-items: center;
}

.award-arrow {
    background: transparent;
    color: var(--gold-bright);
    font-size: 42px;
}

.award-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.award-strip article {
    min-height: 150px;
    padding: 18px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.award-strip .featured {
    border: 1px solid var(--gold);
    box-shadow: inset 0 0 26px rgba(201, 154, 67, 0.24);
}

.trophy {
    float: left;
    margin-right: 16px;
    color: var(--gold-bright);
    font-size: 42px;
}

.award-strip span,
.award-strip strong {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.award-strip strong {
    color: var(--white);
    font-size: 16px;
}

.award-strip p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.35;
}

.lands {
    padding: 44px 0 46px;
}

.land-layout {
    display: grid;
    grid-template-columns: minmax(240px, 270px) repeat(4, minmax(180px, 1fr)) 34px;
    gap: 34px 28px;
    align-items: center;
}

.land-card {
    min-width: 0;
    background: var(--white);
    border: 1px solid var(--line);
}

.land-image {
    display: block;
    width: 100%;
    aspect-ratio: 1.9 / 1;
    height: auto;
    object-fit: cover;
}

.next-land {
    width: 34px;
    height: 60px;
    background: transparent;
    font-size: 48px;
}

.partners {
    padding: 24px 0;
}

.partner-layout {
    display: grid;
    grid-template-columns: 270px repeat(4, 1fr);
    gap: 30px;
    align-items: center;
}

.partner-layout h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.partner-logo {
    display: grid;
    min-height: 62px;
    place-items: center;
    border-left: 1px solid rgba(18, 24, 33, 0.16);
    padding: 4px 30px;
    text-decoration: none;
}

.partner-logo img {
    display: block;
    width: auto;
    max-width: 170px;
    max-height: 54px;
    object-fit: contain;
}

.partner-logo-canac img {
    max-height: 44px;
}

.partner-logo-apchq img {
    max-width: 190px;
    max-height: 48px;
}

.partner-license {
    color: #111820;
    gap: 2px;
    line-height: 1;
    text-align: center;
}

.partner-license span {
    display: block;
    color: #5b626b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.partner-license strong {
    display: block;
    font-size: 22px;
    font-weight: 900;
}

.site-footer {
    padding: 50px 0 18px;
    background:
        radial-gradient(circle at 86% 48%, rgba(201, 154, 67, 0.14), transparent 21%),
        linear-gradient(90deg, #111820, #071017);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1.1fr 0.8fr 1.6fr 1.2fr;
    gap: 42px;
    align-items: start;
}

.footer-brand {
    margin-bottom: 18px;
}

.site-footer p,
.site-footer a {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    line-height: 1.55;
}

.site-footer h3 {
    margin: 0 0 16px;
    color: var(--white);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 0;
    background: #f2f3f4;
    padding: 12px;
    color: var(--ink);
    font-size: 13px;
}

.contact-form textarea {
    min-height: 86px;
    resize: vertical;
}

.contact-form button {
    float: right;
    min-width: 150px;
    margin-top: 8px;
    border: 0;
}

.footer-promise {
    display: grid;
    min-height: 170px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent),
        rgba(255, 255, 255, 0.02);
}

.footer-promise span {
    color: var(--gold-bright);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.12;
    text-transform: uppercase;
}

.copyright {
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 12px;
    text-align: center;
}

.project-index-hero,
.project-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 92px 0 82px;
}

.project-index-hero {
    background:
        linear-gradient(90deg, rgba(6, 16, 26, 0.98), rgba(6, 16, 26, 0.78)),
        url("/images/bandeau-mica.png") center / cover no-repeat;
}

.project-index-hero h1,
.project-detail-hero h1 {
    max-width: 780px;
    margin: 0;
    color: var(--white);
    font-size: clamp(44px, 5vw, 74px);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.project-index-hero p:not(.eyebrow),
.project-detail-hero p:not(.eyebrow) {
    max-width: 640px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.55;
}

.back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: var(--gold-bright);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.project-index {
    padding: 62px 0 82px;
}

.loading-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 800;
}

.project-list-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.project-list-card {
    display: block;
    min-height: 100%;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 16px 36px rgba(15, 24, 34, 0.08);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.project-list-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 46px rgba(15, 24, 34, 0.12);
}

.project-list-card img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.project-list-card span {
    display: block;
    margin: 22px 22px 10px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.project-list-card h2 {
    margin: 0 22px 12px;
    color: var(--ink);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.08;
    text-transform: uppercase;
}

.project-list-card p {
    margin: 0 22px 18px;
    color: #48515a;
    font-size: 14px;
    line-height: 1.5;
}

.project-list-card dl,
.project-facts dl {
    margin: 0;
}

.project-list-card dl {
    display: grid;
    gap: 10px;
    padding: 18px 22px 24px;
    border-top: 1px solid var(--line);
}

.project-list-card div,
.project-facts div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.project-list-card dt,
.project-facts dt {
    color: #6d747c;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.project-list-card dd,
.project-facts dd {
    margin: 0;
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
    text-align: right;
}

.project-detail-hero {
    min-height: 570px;
    display: flex;
    align-items: end;
}

.project-detail-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-detail-hero::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.34) 54%, rgba(0, 0, 0, 0.72));
    content: "";
}

.project-detail-hero .content-wrap {
    position: relative;
    z-index: 1;
}

.project-detail-body {
    padding: 70px 0 42px;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 72px;
    align-items: start;
}

.project-story h2,
.project-gallery h2,
.project-facts h2 {
    margin: 0 0 22px;
    color: var(--ink);
    font-size: 34px;
    font-weight: 900;
    line-height: 1.08;
    text-transform: uppercase;
}

.project-story p:not(.eyebrow) {
    max-width: 760px;
    margin: 0;
    color: #37414c;
    font-size: 17px;
    line-height: 1.72;
}

.project-facts {
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 16px 36px rgba(15, 24, 34, 0.08);
}

.project-facts dl {
    display: grid;
    gap: 16px;
}

.project-gallery {
    padding: 34px 0 86px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.gallery-grid figure {
    margin: 0;
    background: var(--white);
    border: 1px solid var(--line);
}

.gallery-grid img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.gallery-grid figcaption {
    padding: 14px 16px 16px;
    color: #48515a;
    font-size: 13px;
    font-weight: 800;
}

.admin-hero {
    padding: 74px 0 64px;
    background:
        linear-gradient(90deg, rgba(6, 16, 26, 0.98), rgba(6, 16, 26, 0.82)),
        url("/images/bandeau-mica.png") center / cover no-repeat;
}

.admin-hero h1 {
    margin: 0;
    color: var(--white);
    font-size: clamp(42px, 4.5vw, 68px);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.admin-hero p:not(.eyebrow) {
    max-width: 720px;
    margin: 18px 0 26px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.55;
}

.admin-section {
    padding: 54px 0 84px;
}

.admin-message {
    margin: 0 0 22px;
    padding: 14px 18px;
    background: rgba(201, 154, 67, 0.14);
    border-left: 4px solid var(--gold);
    color: var(--ink);
    font-weight: 800;
}

.admin-table {
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 16px 36px rgba(15, 24, 34, 0.08);
}

.admin-table-head,
.admin-row {
    display: grid;
    grid-template-columns: 1.7fr 1fr 0.7fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 16px 20px;
}

.admin-table-head {
    background: #111820;
    color: var(--white);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-row {
    border-top: 1px solid var(--line);
}

.admin-project-cell {
    display: flex;
    gap: 16px;
    align-items: center;
}

.admin-project-cell img {
    width: 88px;
    height: 62px;
    object-fit: cover;
}

.admin-project-cell strong,
.admin-project-cell small {
    display: block;
}

.admin-project-cell strong {
    font-weight: 900;
    text-transform: uppercase;
}

.admin-project-cell small {
    color: #6a737d;
    font-size: 12px;
}

.admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-actions a,
.admin-actions button {
    border: 1px solid rgba(18, 24, 33, 0.25);
    background: transparent;
    color: var(--ink);
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.admin-editor {
    background: var(--white);
    border: 1px solid var(--line);
    padding: 34px;
    box-shadow: 0 16px 36px rgba(15, 24, 34, 0.08);
}

.admin-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.admin-form-grid label,
.admin-wide-label,
.admin-image-row label {
    display: grid;
    gap: 8px;
    color: #303943;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-form-grid input,
.admin-wide-label textarea,
.admin-image-row input {
    width: 100%;
    border: 1px solid rgba(18, 24, 33, 0.18);
    background: #f7f8f9;
    color: var(--ink);
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}

.admin-wide-label {
    margin-top: 18px;
}

.admin-wide-label textarea {
    min-height: 92px;
    resize: vertical;
}

.admin-wide-label textarea.large {
    min-height: 170px;
}

.admin-images-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 34px 0 18px;
}

.admin-images-header h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-media-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.admin-media-actions input,
.admin-file-button input {
    display: none;
}

.admin-image-list {
    display: grid;
    gap: 14px;
}

.admin-image-row {
    display: grid;
    grid-template-columns: 100px 76px minmax(180px, 1.5fr) minmax(140px, 0.9fr) minmax(140px, 0.9fr) 70px 76px 92px 86px;
    gap: 12px;
    align-items: end;
    padding: 14px;
    border: 1px solid var(--line);
    background: #fbfbfc;
}

.admin-image-row img {
    width: 100px;
    height: 76px;
    object-fit: cover;
    background: #dfe3e7;
}

.admin-file-button {
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(18, 24, 33, 0.25);
    background: transparent;
    cursor: pointer;
}

.admin-check {
    align-items: center;
    display: flex;
    gap: 8px;
    min-height: 44px;
}

.admin-check input {
    width: auto;
}

.admin-order-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}

.admin-image-row button {
    min-height: 44px;
    border: 1px solid rgba(18, 24, 33, 0.25);
    background: transparent;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.admin-savebar {
    display: flex;
    gap: 14px;
    justify-content: flex-end;
    margin-top: 28px;
}

.status-page {
    min-height: 72vh;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(6, 16, 26, 0.98), rgba(6, 16, 26, 0.74)),
        url("/images/bandeau-mica.png") center / cover no-repeat;
}

.status-page h1 {
    max-width: 820px;
    margin: 0;
    color: var(--white);
    font-size: clamp(44px, 5vw, 76px);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.status-page p:not(.eyebrow) {
    max-width: 620px;
    margin: 22px 0 30px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.55;
}

.request-id {
    padding: 14px 18px;
    border-left: 4px solid var(--gold);
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1180px) {
    .main-nav {
        display: none;
    }

    .site-header {
        grid-template-columns: 1fr auto;
    }

    .split-heading,
    .about-grid,
    .projects-layout,
    .awards-layout,
    .land-layout,
    .partner-layout,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .section-title h2 {
        max-width: 720px;
    }

    .expertise-grid,
    .award-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .projects-layout,
    .land-layout {
        align-items: stretch;
    }

    .land-layout {
        gap: 28px;
    }

    .all-projects,
    .next-land,
    .award-arrow {
        display: none;
    }

    .about-image {
        min-height: 280px;
    }

    .footer-grid {
        gap: 28px;
    }

    .project-list-grid,
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .detail-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .admin-table-head {
        display: none;
    }

    .admin-row,
    .admin-form-grid,
    .admin-image-row {
        grid-template-columns: 1fr;
    }

    .admin-project-cell img,
    .admin-image-row img {
        width: 100%;
        height: 180px;
    }
}

@media (max-width: 760px) {
    .content-wrap,
    .site-header {
        width: min(100% - 28px, 1500px);
    }

    .hero {
        min-height: 660px;
    }

    .site-header {
        padding-top: 18px;
    }

    .brand strong {
        font-size: 28px;
    }

    .brand-mark {
        width: 44px;
        height: 34px;
    }

    .hero-content {
        min-height: 560px;
        align-items: end;
        padding-bottom: 50px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-copy > p:not(.eyebrow) {
        font-size: 15px;
    }

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

    .btn {
        width: 100%;
        padding: 0 16px;
        white-space: normal;
    }

    .experience-ring,
    .slider-dots {
        display: none;
    }

    .expertise-grid,
    .award-strip,
    .stats {
        grid-template-columns: 1fr;
    }

    .stats div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        padding-left: 0;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .project-index-hero,
    .project-detail-hero {
        padding: 54px 0;
    }

    .project-detail-hero {
        min-height: 520px;
    }

    .project-list-grid,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid img {
        height: 230px;
    }
}
