:root {
    --paper: #f3f3f3;
    --panel: #ffffff;
    --ink: #080808;
    --muted: #696969;
    --line: #dcdcdc;
    --dark: #0d0d0d;
    --dark-line: #242424;
    --qatar-maroon: #8a1538;
    --page-pad: clamp(18px, 3vw, 56px);
    --shell: 1520px;
    --footer-logo-gap: clamp(28px, 3vw, 42px);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Instrument Sans", Arial, sans-serif;
    letter-spacing: 0;
}

body:not(.is-loaded) {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
}

input,
textarea,
select,
button {
    font: inherit;
    letter-spacing: 0;
}

.shell {
    width: min(var(--shell), calc(100% - (var(--page-pad) * 2)));
    margin: 0 auto;
}

.section-theme-light {
    background: var(--paper);
    color: var(--ink);
}

.section-theme-dark {
    background: var(--dark);
    color: #ffffff;
}

.shell.section-theme-light,
.shell.section-theme-dark {
    box-shadow: 0 0 0 100vmax currentColor;
    clip-path: inset(0 -100vmax);
}

.shell.section-theme-light {
    box-shadow: 0 0 0 100vmax var(--paper);
}

.shell.section-theme-dark {
    box-shadow: 0 0 0 100vmax var(--dark);
}

.section-theme-dark .kicker,
.section-theme-dark p,
.section-theme-dark span,
.section-theme-dark figcaption,
.section-theme-dark small {
    color: #c7c7c7;
}

.section-theme-dark h1,
.section-theme-dark h2,
.section-theme-dark h3,
.section-theme-dark h4,
.section-theme-dark strong {
    color: #ffffff;
}

.section-theme-dark .service-row,
.section-theme-dark .feature-card,
.section-theme-dark .member-card,
.section-theme-dark .team-counts,
.section-theme-dark .awards article,
.section-theme-dark .awards a,
.section-theme-dark .services-visual-break,
.section-theme-dark .faq-list details,
.section-theme-dark .contact-form {
    background: #141414;
    border-color: #2a2a2a;
    color: #ffffff;
}

.section-theme-dark .upload-card,
.section-theme-dark .upload-file-list span {
    background: #1d1d1d;
    border-color: #333333;
    color: #ffffff;
}

.section-theme-dark .contact-form .upload-card-title {
    color: #ffffff;
}

.section-theme-dark .upload-card:hover,
.section-theme-dark .upload-card:focus-within,
.section-theme-dark .upload-card.has-files {
    background: #232323;
    border-color: #f2f2f2;
}

.section-theme-dark .service-row:hover,
.section-theme-dark .service-row.is-hovered,
.section-theme-dark .service-row:focus-within,
.section-theme-dark .faq-list details:hover,
.section-theme-dark .faq-list details[open] {
    background: #1a1a1a;
    border-color: #ffffff;
}

.section-theme-dark .service-row p,
.section-theme-dark .feature-card p,
.section-theme-dark .faq-list p,
.section-theme-dark .about-stats p,
.section-theme-dark .member-card p,
.section-theme-dark .services-visual-break p {
    color: #cfcfcf;
}

.section-theme-dark .pricing-statement {
    color: #ffffff;
}

.section-theme-dark .partner-cta-copy {
    background: #141414;
    border-color: #2a2a2a;
}

.section-theme-dark .partner-cta-copy p {
    color: #cfcfcf;
}

.section-theme-dark .partner-cta-copy p strong {
    color: #ffffff;
}

.section-theme-dark .button,
.section-theme-dark .service-row summary::after {
    background: #ffffff;
    color: #0a0a0a;
}

.section-theme-dark input,
.section-theme-dark textarea,
.section-theme-dark select {
    background: #202020;
    border-color: #3a3a3a;
    color: #ffffff;
}

.site-loader {
    align-items: center;
    background: #0d0d0d;
    color: #ffffff;
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    transition: opacity 700ms ease, visibility 700ms ease;
    z-index: 100;
}

.loader-logo {
    animation: loaderPulse 900ms ease-in-out infinite alternate;
    height: auto;
    max-height: 48vh;
    max-width: min(520px, 72vw);
    width: clamp(230px, 34vw, 460px);
}

.is-loaded .site-loader {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.site-nav {
    align-items: center;
    animation: navDrop 700ms cubic-bezier(0.19, 1, 0.22, 1) 300ms both;
    backdrop-filter: blur(18px);
    display: flex;
    font-size: clamp(14px, 0.95vw, 16px);
    font-weight: 700;
    justify-content: space-between;
    left: 0;
    padding: 26px var(--page-pad);
    position: fixed;
    top: 0;
    transform: none;
    width: 100%;
    z-index: 20;
    transition: background 320ms ease, border-color 320ms ease, box-shadow 320ms ease, padding 320ms ease;
}

.is-scrolled .site-nav {
    background: rgba(243, 243, 243, 0.92);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
    font-size: clamp(12px, 0.78vw, 14px);
    padding: 10px var(--page-pad);
}

.site-nav nav {
    align-items: center;
    display: flex;
    gap: clamp(12px, 1.25vw, 20px);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
}

.site-nav nav a {
    position: relative;
}

.site-nav nav a::after,
.footer-links a::after {
    background: currentColor;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 260ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}

.site-nav nav a:hover::after,
.site-nav nav a:focus-visible::after,
.footer-links a:hover::after,
.footer-links a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-dot {
    background: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 5px;
    opacity: 0.35;
    width: 5px;
}

.brand {
    align-items: center;
    display: inline-flex;
    height: clamp(80px, 8.3vw, 120px);
    transition: height 320ms ease;
    width: auto;
}

.brand img {
    height: 100%;
    width: auto;
}

.is-scrolled .brand {
    height: clamp(48px, 5vw, 72px);
}

.is-scrolled .pill {
    font-size: clamp(12px, 0.78vw, 13px);
    padding: 10px 19px;
}

.pill {
    border: 1px solid currentColor;
    border-radius: 999px;
    display: inline-flex;
    font-size: clamp(13px, 0.95vw, 15px);
    font-weight: 800;
    padding: 13px 24px;
}

.dark-pill {
    background: #000;
    color: #fff;
}

.mobile-menu-toggle,
.mobile-menu {
    display: none;
}

.mobile-menu-toggle {
    align-items: center;
    background: #000000;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    height: 48px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 58px;
    z-index: 32;
}

.mobile-menu-toggle span {
    background: #ffffff;
    border-radius: 999px;
    display: block;
    height: 2px;
    transform-origin: center;
    transition: transform 260ms cubic-bezier(0.19, 1, 0.22, 1), opacity 220ms ease;
    width: 22px;
}

.mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
    background: rgba(10, 10, 10, 0.98);
    color: #ffffff;
    flex-direction: column;
    height: 100dvh;
    overflow-y: auto;
    padding: 30px 24px 30px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 420ms cubic-bezier(0.19, 1, 0.22, 1), visibility 420ms ease;
    visibility: hidden;
    width: min(420px, 88vw);
    z-index: 30;
}

.mobile-menu::before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 1px;
    left: 24px;
    position: absolute;
    right: 24px;
    top: 116px;
}

.mobile-menu-brand {
    display: inline-flex;
    margin-bottom: 54px;
    max-width: 68%;
    width: clamp(160px, 50vw, 230px);
}

.mobile-menu-brand img {
    display: block;
    height: auto;
    width: 100%;
}

.mobile-menu nav {
    align-items: stretch;
    display: grid;
    flex: 0 0 auto;
    gap: 0;
    left: auto;
    margin-bottom: 34px;
    position: static;
    transform: none;
    white-space: normal;
}

.mobile-menu nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: clamp(34px, 10vw, 54px);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 0.95;
    padding: 18px 0;
}

.mobile-menu nav a:hover,
.mobile-menu nav a:focus-visible {
    color: #d8d8d8;
}

.mobile-menu-cta {
    align-items: center;
    background: #ffffff;
    border-radius: 999px;
    color: #000000;
    display: flex;
    font-size: 15px;
    font-weight: 900;
    flex: 0 0 auto;
    justify-content: center;
    margin-top: auto;
    padding: 17px 20px;
    text-transform: uppercase;
}

.mobile-menu-open {
    overflow: hidden;
}

.mobile-menu-open .mobile-menu {
    transform: translateX(0);
    visibility: visible;
}

.hero {
    padding: clamp(190px, 16vw, 270px) 0 44px;
}

.hero h1 {
    animation: heroRise 950ms cubic-bezier(0.19, 1, 0.22, 1) 420ms both;
    font-size: clamp(82px, 13vw, 220px);
    letter-spacing: -0.07em;
    line-height: 0.82;
    margin: 0;
    text-align: center;
}

.hero-meta {
    align-items: end;
    animation: fadeRise 700ms ease 780ms both;
    display: grid;
    gap: clamp(90px, 14vw, 240px);
    grid-template-columns: 1fr 1.05fr;
    margin-top: 42px;
}

.stats,
.about-stats {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.stats strong,
.about-stats strong {
    display: block;
    font-size: 21px;
    line-height: 1;
}

.stats span,
.about-stats span {
    color: var(--muted);
    display: block;
    font-size: 10px;
    font-weight: 700;
    margin-top: 7px;
}

.hero-meta p {
    color: var(--muted);
    font-size: clamp(16px, 1.15vw, 21px);
    line-height: 1.5;
    margin: 0;
}

.location-signal {
    align-items: center;
    animation: fadeRise 700ms ease 920ms both;
    border-top: 1px solid var(--line);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.14fr);
    margin-top: clamp(36px, 5vw, 72px);
    padding-top: clamp(22px, 3vw, 38px);
}

.location-signal > div:first-child span {
    color: var(--qatar-maroon);
    display: block;
    font-size: clamp(16px, 1.12vw, 20px);
    font-weight: 900;
    margin-bottom: 8px;
}

.location-signal p {
    color: var(--muted);
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.46;
    margin: 0;
    max-width: 760px;
}

.market-chips {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.market-chip {
    align-items: center;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid var(--line);
    border-radius: 999px;
    display: grid;
    gap: 4px 10px;
    grid-template-columns: 44px 1fr;
    grid-template-rows: auto auto;
    min-width: 0;
    padding: 10px 14px 10px 12px;
    transition: border-color 220ms ease, transform 220ms ease, background 220ms ease;
}

.market-chip-single {
    grid-template-rows: 1fr;
}

.market-chip:hover {
    background: #ffffff;
    border-color: var(--qatar-maroon);
    transform: translateY(-2px);
}

.market-chip strong {
    align-self: end;
    display: block;
    font-size: clamp(13px, 0.95vw, 16px);
    line-height: 1.08;
}

.market-chip-single strong {
    align-self: center;
}

.market-chip small {
    align-self: start;
    color: var(--muted);
    display: block;
    font-size: clamp(11px, 0.78vw, 13px);
    font-weight: 800;
    grid-column: 2;
    line-height: 1.1;
}

.market-icon {
    align-self: center;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(18, 18, 18, 0.12);
    display: block;
    grid-row: 1 / span 2;
    height: 32px;
    overflow: hidden;
    width: 44px;
}

.market-chip-single .market-icon {
    grid-row: 1;
}

.market-icon-global {
    background: #111111;
    color: #ffffff;
    fill: none;
    padding: 7px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.1;
}

.work-strip {
    display: flex;
    height: clamp(240px, 24vw, 360px);
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    scroll-snap-type: x mandatory;
}

.work-strip::-webkit-scrollbar {
    display: none;
}

.work-tile {
    animation: imageReveal 850ms cubic-bezier(0.19, 1, 0.22, 1) both;
    flex: 0 0 33.333%;
    scroll-snap-align: start;
}

.work-tile:only-of-type {
    flex-basis: 100%;
}

.work-tile:nth-child(2) {
    animation-delay: 120ms;
}

.work-tile:nth-child(3) {
    animation-delay: 240ms;
}

.work-tile img {
    filter: grayscale(1);
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    transition: filter 450ms ease, transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.work-tile:hover img {
    filter: grayscale(0.25);
    transform: scale(1.08);
}

.work-overlay {
    color: #fff;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

.work-overlay h2 {
    font-size: 26px;
    margin: 0 0 8px;
}

.work-overlay span {
    font-size: 11px;
    font-weight: 700;
}

.visual-break {
    display: grid;
    gap: clamp(24px, 3vw, 48px);
    overflow: hidden;
    padding: clamp(64px, 7vw, 112px) var(--page-pad);
    position: relative;
}

.visual-break-copy {
    align-items: end;
    display: grid;
    gap: clamp(20px, 3vw, 54px);
    grid-template-columns: minmax(320px, 0.8fr) minmax(380px, 1fr);
    margin: 0 auto;
    max-width: var(--shell);
    width: 100%;
}

.visual-break-copy h2 {
    max-width: 940px;
}

.visual-break-copy p {
    color: var(--muted);
    font-size: clamp(16px, 1.2vw, 21px);
    line-height: 1.48;
    margin: 0;
    max-width: 560px;
}

.visual-break-gallery {
    margin: 0 auto;
    max-width: var(--shell);
    width: 100%;
}

.visual-break figure {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.visual-break img {
    filter: grayscale(1);
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: filter 500ms ease, transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.visual-break figure:hover img {
    filter: grayscale(0.18);
    transform: scale(1.07);
}

.visual-break figcaption {
    background: rgba(0, 0, 0, 0.78);
    border-radius: 999px;
    bottom: 18px;
    color: #ffffff;
    font-size: clamp(12px, 0.9vw, 15px);
    font-weight: 800;
    left: 18px;
    max-width: calc(100% - 36px);
    padding: 9px 13px;
    position: absolute;
}

.visual-break-strip .visual-break-gallery {
    display: grid;
    gap: 10px;
    grid-template-columns: 1.25fr 0.85fr 0.9fr;
}

.visual-break-strip figure {
    height: clamp(260px, 28vw, 470px);
}

.visual-break-strip figure:nth-child(2) {
    margin-top: clamp(28px, 5vw, 84px);
}

.visual-break-strip figure:nth-child(3) {
    margin-top: clamp(12px, 2.5vw, 40px);
}

.visual-break-banner {
    padding-left: 0;
    padding-right: 0;
}

.visual-break-banner .visual-break-copy {
    padding: 0 var(--page-pad);
}

.visual-break-banner .visual-break-gallery {
    max-width: none;
}

.visual-break-banner figure {
    height: clamp(420px, 44vw, 720px);
}

.visual-break-banner figure:not(:first-child) {
    display: none;
}

.visual-break-banner figcaption {
    bottom: clamp(24px, 4vw, 58px);
    left: var(--page-pad);
}

.visual-break-mosaic .visual-break-gallery {
    display: grid;
    gap: 12px;
    grid-template-columns: 1.05fr 0.95fr;
}

.visual-break-mosaic figure {
    height: clamp(230px, 24vw, 430px);
}

.visual-break-mosaic figure:first-child {
    grid-row: span 2;
    height: auto;
    min-height: clamp(480px, 49vw, 872px);
}

.split-section,
.faq-grid {
    display: grid;
    gap: clamp(48px, 6vw, 96px);
    grid-template-columns: minmax(420px, 0.85fr) minmax(620px, 1.15fr);
    padding: 112px 0;
}

.kicker {
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 18px;
}

h2 {
    font-size: clamp(36px, 4.7vw, 64px);
    letter-spacing: -0.055em;
    line-height: 0.98;
    margin: 0;
}

.services-intro-panel {
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 3.2vw, 48px);
    position: sticky;
    top: clamp(104px, 9vw, 146px);
}

.services-visual-break {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: clamp(22px, 2.4vw, 34px);
}

.services-visual-break h3 {
    font-size: clamp(26px, 3vw, 42px);
    letter-spacing: -0.045em;
    line-height: 1;
    margin: 0;
}

.services-visual-break p {
    color: var(--muted);
    font-size: clamp(16px, 1.1vw, 19px);
    font-weight: 700;
    line-height: 1.45;
    margin: 18px 0 0;
}

.services-visual-gallery {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

.services-visual-gallery figure {
    aspect-ratio: 4 / 5;
    border-radius: 6px;
    margin: 0;
    overflow: hidden;
}

.services-visual-gallery img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}

.services-visual-gallery figure:hover img {
    transform: scale(1.06);
}

.service-list {
    border-radius: 8px;
    overflow: visible;
    perspective: 1200px;
}

.service-row {
    background: var(--panel);
    border: 1px solid transparent;
    border-bottom-color: var(--line);
    display: block;
    min-height: 0;
    padding: 0;
    position: relative;
    transform-origin: center;
    transition: background 260ms ease, border-color 260ms ease, box-shadow 260ms ease, transform 360ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}

.service-row summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    list-style: none;
    min-height: 64px;
    padding: 17px 64px 17px 22px;
}

.service-row summary::-webkit-details-marker {
    display: none;
}

.service-row summary::after {
    align-items: center;
    background: #0a0a0a;
    border-radius: 999px;
    color: #ffffff;
    content: "+";
    display: flex;
    font-size: 18px;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 15px;
    transform: rotate(0deg);
    transition: transform 360ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 34px;
}

.service-row[open] summary::after {
    transform: rotate(45deg);
}

.service-row:hover,
.service-row.is-hovered,
.service-row:focus-within {
    background: #ffffff;
    border-color: #0a0a0a;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
    transform: translateX(-10px) scale(1.035);
    z-index: 5;
}

.service-row p {
    color: var(--muted);
    font-size: clamp(14px, 1vw, 17px);
    line-height: 1.5;
    margin: -2px 22px 18px;
    max-width: 760px;
    transition: color 260ms ease, font-size 260ms ease;
}

.service-row:hover p,
.service-row.is-hovered p,
.service-row:focus-within p {
    color: #2e2e2e;
}

.service-row h3 {
    padding-right: 16px;
    transition: transform 300ms cubic-bezier(0.19, 1, 0.22, 1);
}

.service-row:hover h3,
.service-row.is-hovered h3,
.service-row:focus-within h3 {
    transform: translateX(8px) scale(1.05);
}

.service-row h3,
.feature-card h3 {
    font-size: 18px;
    letter-spacing: -0.035em;
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

.service-cta {
    align-items: center;
    background: #080808;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 23px 24px;
}

.centered-section {
    padding: 112px 0;
    text-align: center;
}

.feature-section {
    padding-top: 78px;
}

.centered-section h2 {
    margin: 0 auto 44px;
    max-width: 820px;
}

.feature-board {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: 1180px;
    min-height: 500px;
}

.feature-card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 190px;
    min-width: 0;
    padding: 22px;
    text-align: left;
    overflow: hidden;
    position: relative;
    transition: border-color 260ms ease, transform 360ms cubic-bezier(0.19, 1, 0.22, 1), box-shadow 360ms ease;
}

.feature-card::before {
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.82) 45%, transparent 75%);
    content: "";
    height: 160%;
    left: -90%;
    opacity: 0;
    position: absolute;
    top: -30%;
    transform: rotate(12deg);
    transition: left 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 260ms ease;
    width: 42%;
}

.feature-card:hover::before {
    left: 120%;
    opacity: 1;
}

.feature-card:hover {
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px) rotate(-0.45deg);
}

.feature-card:hover {
    border-color: #0a0a0a;
}

.feature-card:hover strong {
    transform: translateY(-2px);
}

.feature-card p {
    color: var(--muted);
    font-size: clamp(14px, 1vw, 17px);
    line-height: 1.5;
    min-width: 0;
    overflow-wrap: anywhere;
}

.feature-card strong {
    display: block;
    font-size: clamp(30px, 4.3vw, 36px);
    letter-spacing: -0.06em;
    line-height: 0.95;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    transition: transform 300ms cubic-bezier(0.19, 1, 0.22, 1);
}

.feature-1 {
    grid-row: span 2;
}

.feature-2 {
    background: #101010;
    color: #fff;
}

.feature-3 {
    align-self: end;
}

.feature-4 {
    grid-column: span 2;
}

.about-panel {
    border-radius: 0;
    margin: 0;
    padding: 96px 0;
    width: 100%;
}

.about-panel .shell {
    width: min(1380px, calc(100% - (var(--page-pad) * 2)));
}

.team-photo {
    border-radius: 2px;
    filter: grayscale(1);
    height: clamp(460px, 38vw, 620px);
    margin: 40px 0 34px;
    object-fit: cover;
    transform: translateZ(0) scale(1);
    transition: filter 500ms ease, transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.team-photo:hover {
    filter: grayscale(0.2);
    transform: translateZ(0) scale(1.025);
}

.about-stats {
    align-items: end;
    grid-template-columns: repeat(3, 120px) 1fr;
}

.about-stats p {
    color: #a7a7a7;
    font-size: clamp(18px, 1.25vw, 22px);
    line-height: 1.62;
    margin: 0;
}

.team-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: 1.7fr 1fr;
    margin-top: 74px;
}

.member-card,
.team-counts,
.awards article,
.awards a {
    border: 1px solid var(--dark-line);
    border-radius: 6px;
    transition: border-color 260ms ease, transform 260ms ease, background 260ms ease;
}

.member-card:hover,
.team-counts:hover,
.awards article:hover,
.awards a:hover {
    background: #141414;
    border-color: #5b5b5b;
    transform: translateY(-6px);
}

.member-card {
    display: grid;
    gap: 24px;
    grid-template-columns: 190px 1fr;
    padding: 18px;
}

.member-card img {
    filter: grayscale(1);
    height: 210px;
    object-fit: cover;
}

.member-card span,
.member-card p,
.awards span,
.awards small {
    color: #a3a3a3;
    font-size: clamp(12px, 0.9vw, 14px);
}

.member-card p {
    line-height: 1.62;
    margin-top: 42px;
}

.member-card img.member-logo {
    background: transparent;
    filter: none;
    object-fit: contain;
    padding: 18px;
}

.team-counts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
}

.team-counts span {
    font-size: 32px;
    margin-bottom: 48px;
}

.team-counts strong {
    font-size: 15px;
    line-height: 1.8;
}

.awards {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 70px;
}

.awards article,
.awards a {
    min-height: 132px;
    padding: 20px;
}

.awards h3 {
    font-size: 17px;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.awards a {
    align-items: center;
    display: flex;
    font-weight: 800;
}

.button {
    background: #000;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    padding: 12px 24px;
    transition: background 220ms ease, transform 220ms ease;
}

.button:hover {
    background: #262626;
    transform: translateY(-2px);
}

.pricing-statement {
    color: var(--ink);
    font-size: clamp(24px, 2.4vw, 38px);
    font-weight: 800;
    line-height: 1.18;
    margin: 0 auto;
    max-width: 1020px;
}

.pricing-statement-section h2 {
    margin-bottom: 24px;
}

.pricing-statement-section .pricing-statement {
    color: var(--muted);
    font-size: clamp(24px, 3vw, 44px);
    line-height: 1.08;
}

.partner-cta {
    padding: clamp(84px, 9vw, 142px) 0;
}

.partner-cta-inner {
    align-items: center;
    display: grid;
    gap: clamp(36px, 5vw, 92px);
    grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
}

.partner-cta h2 {
    max-width: 760px;
}

.partner-cta-copy {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: clamp(28px, 3.4vw, 54px);
}

.partner-cta-copy p {
    color: var(--muted);
    font-size: clamp(17px, 1.2vw, 21px);
    line-height: 1.5;
    margin: 0 0 18px;
}

.partner-cta-copy p strong {
    color: var(--ink);
    font-size: clamp(24px, 2.1vw, 36px);
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.partner-cta-button {
    margin-top: clamp(10px, 1.4vw, 22px);
}

.faq-list details {
    background: var(--panel);
    border-bottom: 1px solid var(--line);
    font-size: 15px;
    font-weight: 800;
    padding: 22px 24px;
    transition: background 240ms ease, border-radius 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.faq-list details:hover,
.faq-list details[open] {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
    transform: translateX(-8px);
}

.faq-list summary {
    cursor: pointer;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    content: "+";
    float: right;
    transition: transform 220ms ease;
}

.faq-list details[open] summary::after {
    transform: rotate(45deg);
}

.faq-list details:first-child {
    border-radius: 8px 8px 0 0;
}

.faq-list details:last-child {
    border-radius: 0 0 8px 8px;
}

.faq-list p {
    color: var(--muted);
    font-size: clamp(14px, 1vw, 17px);
    font-weight: 500;
    line-height: 1.5;
}

.contact-hero {
    display: grid;
    gap: clamp(54px, 7vw, 110px);
    grid-template-columns: minmax(380px, 0.85fr) minmax(520px, 1.15fr);
    min-height: calc(100vh - 88px);
    padding: 150px 0 90px;
}

.contact-hero h1 {
    font-size: clamp(58px, 8vw, 128px);
    letter-spacing: -0.07em;
    line-height: 0.88;
    margin: 0;
}

.faq-page-section h1 {
    font-size: clamp(46px, 6vw, 92px);
    letter-spacing: 0;
    line-height: 1;
    max-width: 820px;
    overflow-wrap: anywhere;
}

.terms-page-section h1 {
    font-size: clamp(46px, 6vw, 92px);
    letter-spacing: 0;
    line-height: 1;
    max-width: 1120px;
    overflow-wrap: normal;
    text-wrap: balance;
    word-break: normal;
}

.terms-page-section {
    grid-template-columns: 1fr;
}

.terms-page-section > div:first-child {
    max-width: 1120px;
}

.terms-list {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.terms-list article {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: clamp(22px, 2.2vw, 34px);
}

.terms-list h2 {
    font-size: clamp(22px, 2.2vw, 34px);
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 12px;
}

.terms-list p {
    color: var(--muted);
    font-size: clamp(16px, 1.1vw, 19px);
    line-height: 1.58;
    margin: 0;
}

.contact-hero p {
    color: var(--muted);
    font-size: clamp(17px, 1.4vw, 22px);
    line-height: 1.35;
    margin-top: 28px;
    max-width: 620px;
}

.contact-form {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    display: grid;
    gap: 22px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: clamp(24px, 4vw, 54px);
}

.contact-form label {
    align-content: start;
    display: grid;
    gap: 10px;
}

.contact-form span,
.service-choice-group legend {
    display: block;
    font-size: clamp(13px, 0.95vw, 15px);
    font-weight: 900;
    line-height: 1.1;
    padding-left: 2px;
    text-transform: uppercase;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    color: var(--ink);
    font-size: clamp(16px, 1.05vw, 18px);
    line-height: 1.35;
    padding: 17px 18px;
    transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
    width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    background: #ffffff;
    border-color: #0a0a0a;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
    outline: none;
}

.upload-fieldset {
    display: grid;
    gap: 16px;
    grid-column: 1 / -1;
}

.upload-fieldset > div:first-child {
    display: grid;
    gap: 6px;
}

.upload-fieldset small,
.upload-card small {
    color: var(--muted);
    font-size: clamp(13px, 0.9vw, 15px);
    line-height: 1.45;
}

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

.upload-card {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    cursor: pointer;
    display: grid;
    gap: 12px;
    min-height: 178px;
    padding: 18px;
    position: relative;
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-form .upload-card input[type="file"] {
    block-size: 1px;
    inline-size: 1px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.contact-form .upload-card-title {
    color: var(--ink);
    font-size: clamp(16px, 1.05vw, 19px);
    line-height: 1.2;
    padding: 0;
    text-transform: none;
}

.contact-form .upload-card-action {
    align-items: center;
    background: #111111;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    justify-self: start;
    letter-spacing: 0;
    line-height: 1;
    padding: 11px 14px;
    text-transform: uppercase;
}

.upload-card:hover,
.upload-card:focus-within,
.upload-card.has-files {
    background: #ffffff;
    border-color: #111111;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.09);
    transform: translateY(-2px);
}

.upload-file-list {
    display: grid;
    gap: 6px;
    margin: 0;
}

.upload-file-list span {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 999px;
    color: #333333;
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    overflow: hidden;
    padding: 7px 9px;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}

.service-choice-group {
    border: 0;
    display: grid;
    gap: 12px;
    grid-column: 1 / -1;
    margin: 0;
    padding: 0;
}

.service-choice-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-choice {
    cursor: pointer;
    display: block;
    min-width: 0;
    position: relative;
}

.service-choice input {
    inline-size: 1px;
    block-size: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

.service-choice span {
    align-items: center;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    color: var(--ink);
    display: flex;
    font-size: clamp(15px, 1.05vw, 18px);
    font-weight: 800;
    gap: 10px;
    justify-content: space-between;
    line-height: 1.25;
    min-height: 58px;
    padding: 16px 18px;
    text-transform: none;
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-choice span::after {
    align-items: center;
    border: 1px solid #b8b8b8;
    border-radius: 50%;
    content: "+";
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 900;
    height: 26px;
    justify-content: center;
    line-height: 1;
    width: 26px;
}

.service-choice:hover span {
    background: #ffffff;
    border-color: #111111;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.service-choice input:focus-visible + span {
    border-color: #0a0a0a;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
}

.service-choice input:checked + span {
    background: #0a0a0a;
    border-color: #0a0a0a;
    color: #ffffff;
}

.service-choice input:checked + span::after {
    border-color: rgba(255, 255, 255, 0.55);
    content: "\2713";
}

.contact-message,
.form-notice,
.form-errors,
.contact-submit {
    grid-column: 1 / -1;
}

.form-notice,
.form-errors {
    border-radius: 8px;
    font-weight: 800;
    padding: 16px;
}

.form-notice {
    background: #101010;
    color: #ffffff;
}

.form-errors {
    background: #fff0f0;
    color: #821313;
}

.form-errors p {
    margin: 0;
}

.contact-submit {
    align-items: center;
    border: 0;
    cursor: pointer;
    font-size: clamp(16px, 1.05vw, 18px);
    justify-content: center;
    justify-self: start;
    line-height: 1;
    min-height: 54px;
    padding: 18px 34px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

.site-footer {
    background: var(--dark);
    border-radius: 0;
    color: #fff;
    margin: 0;
    padding: 32px var(--page-pad);
    width: 100%;
}

.site-footer.section-theme-light {
    background: var(--paper);
    color: var(--ink);
}

.site-footer.section-theme-light .footer-bottom span {
    color: var(--muted);
}

.site-footer.section-theme-dark {
    background: var(--dark);
    color: #ffffff;
}

.footer-links {
    align-items: center;
    display: flex;
    font-size: clamp(14px, 1.05vw, 17px);
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
}

.footer-links a {
    margin: 0 clamp(14px, 1.25vw, 22px);
    position: relative;
}

.footer-links a + a::before {
    background: currentColor;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: -17px;
    opacity: 0.35;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
}

.site-footer .footer-heading {
    display: block;
    font-size: clamp(36px, 4.7vw, 64px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
    margin: clamp(70px, 8vw, 110px) auto clamp(44px, 5vw, 72px);
    max-width: 1040px;
    text-align: center;
}

.footer-bottom {
    align-items: end;
    display: grid;
    font-size: clamp(14px, 1.05vw, 17px);
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    margin-top: var(--footer-logo-gap);
    width: 100%;
}

.footer-brand-center {
    align-items: center;
    display: grid;
    gap: var(--footer-logo-gap);
    justify-items: center;
    text-align: center;
}

.footer-contact-email {
    justify-self: start;
}

.footer-contact-phone {
    justify-self: end;
    text-align: right;
}

.footer-logo {
    height: auto;
    width: clamp(170px, 15vw, 250px);
}

.footer-logo-link {
    display: block;
    line-height: 0;
    transition: opacity 220ms ease;
}

.footer-logo-link:hover,
.footer-logo-link:focus-visible {
    opacity: 0.82;
}

.footer-bottom span {
    color: #9d9d9d;
    display: block;
    font-size: clamp(12px, 0.9vw, 14px);
    margin-bottom: 8px;
}

.footer-brand-center span {
    margin-bottom: 0;
}

.footer-bottom strong {
    font-size: clamp(15px, 1.05vw, 18px);
}

@media (min-width: 781px) {
    :root {
        --page-pad: clamp(22px, 3.4vw, 68px);
        --shell: 1700px;
    }

    .site-body {
        font-size: 18px;
    }

    .site-nav {
        font-size: clamp(17px, 1.14vw, 19px);
        padding: 31px var(--page-pad);
    }

    .is-scrolled .site-nav {
        font-size: clamp(14px, 0.94vw, 17px);
        padding: 12px var(--page-pad);
    }

    .brand {
        height: clamp(96px, 10vw, 144px);
    }

    .is-scrolled .brand {
        height: clamp(58px, 6vw, 86px);
    }

    .pill {
        font-size: clamp(16px, 1.14vw, 18px);
        padding: 16px 29px;
    }

    .is-scrolled .pill {
        font-size: clamp(14px, 0.94vw, 16px);
        padding: 12px 23px;
    }

    .hero {
        padding: clamp(230px, 19vw, 324px) 0 54px;
    }

    .hero h1 {
        font-size: clamp(98px, 15.6vw, 264px);
    }

    .hero-meta p {
        font-size: clamp(19px, 1.38vw, 25px);
    }

    .location-signal p {
        font-size: clamp(17px, 1.2vw, 22px);
    }

    .stats strong,
    .about-stats strong {
        font-size: 25px;
    }

    .stats span,
    .about-stats span {
        font-size: 12px;
    }

    .work-strip {
        height: clamp(288px, 28vw, 432px);
    }

    .work-overlay h2 {
        font-size: 31px;
    }

    .work-overlay span {
        font-size: 12px;
    }

    .visual-break-copy p {
        font-size: clamp(19px, 1.38vw, 25px);
    }

    .kicker {
        font-size: 16px;
    }

    .split-section,
    .faq-grid {
        gap: clamp(86px, 9.6vw, 154px);
        grid-template-columns: minmax(420px, 0.75fr) minmax(0, 1.25fr);
        padding: 134px 0;
    }

    h2 {
        font-size: clamp(43px, 5.65vw, 77px);
    }

    .service-row summary {
        min-height: 76px;
        padding: 22px 78px 22px 28px;
    }

    .service-row:hover,
    .service-row.is-hovered,
    .service-row:focus-within {
        transform: translateX(-10px) scale(1.035);
    }

    .service-row p,
    .feature-card p,
    .faq-list p {
        font-size: clamp(17px, 1.2vw, 20px);
    }

    .about-stats p {
        font-size: clamp(20px, 1.45vw, 25px);
    }

    .service-row h3,
    .feature-card h3 {
        font-size: clamp(20px, 1.45vw, 25px);
    }

    .service-cta {
        padding: 28px 30px;
    }

    .centered-section {
        padding: 134px 0;
    }

    .feature-section {
        padding-top: 94px;
    }

    .feature-board {
        max-width: 1420px;
        min-height: 600px;
    }

    .feature-card {
        min-height: 228px;
        padding: 26px;
    }

    .feature-card strong {
        font-size: clamp(34px, 5vw, 41px);
    }


.about-panel {
        padding: 116px 0;
    }

    .about-panel .shell {
        width: min(1580px, calc(100% - (var(--page-pad) * 2)));
    }

    .team-photo {
        height: clamp(552px, 45vw, 744px);
    }

    .about-stats {
        grid-template-columns: repeat(3, 144px) 1fr;
    }

    .member-card {
        grid-template-columns: 228px 1fr;
        padding: 22px;
    }

    .member-card img {
        height: 252px;
    }

    .member-card span,
    .awards span,
    .awards small {
        font-size: clamp(14px, 1.05vw, 17px);
    }

    .member-card p {
        font-size: clamp(16px, 1.15vw, 20px);
    }

    .team-counts strong {
        font-size: 18px;
    }

    .awards h3 {
        font-size: 20px;
    }

    .button {
        font-size: 14px;
        padding: 14px 29px;
    }
.faq-list details {
        font-size: 18px;
        padding: 26px 29px;
    }

.contact-hero {
        grid-template-columns: minmax(380px, 0.85fr) minmax(0, 1.15fr);
        padding: clamp(224px, 17vw, 268px) 0 108px;
    }

    .contact-hero h1 {
        font-size: clamp(70px, 9.6vw, 154px);
    }

    .faq-page-section h1 {
        font-size: clamp(55px, 7.2vw, 110px);
    }

    .terms-page-section {
        grid-template-columns: 1fr;
    }

    .terms-page-section h1 {
        font-size: clamp(60px, 7vw, 104px);
        max-width: 1120px;
    }

    .contact-hero p {
        font-size: clamp(20px, 1.68vw, 26px);
    }

    .contact-form {
        gap: 26px 22px;
        padding: clamp(29px, 4.8vw, 65px);
    }

    .contact-form span,
    .service-choice-group legend {
        font-size: clamp(16px, 1.14vw, 18px);
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        font-size: clamp(18px, 1.26vw, 22px);
        padding: 20px 22px;
    }

    .upload-card {
        min-height: 205px;
        padding: 22px;
    }

    .contact-submit {
        font-size: clamp(18px, 1.26vw, 22px);
        min-height: 65px;
        padding: 22px 41px;
    }

    .footer-links,
    .footer-bottom {
        font-size: clamp(17px, 1.26vw, 20px);
    }

    .footer-logo {
        width: clamp(204px, 18vw, 300px);
    }

    .footer-bottom span {
        font-size: clamp(14px, 1.05vw, 17px);
    }

    .footer-bottom strong {
        font-size: clamp(18px, 1.26vw, 22px);
    }
}

@media (min-width: 1500px) {
    .split-section,
    .faq-grid {
        grid-template-columns: minmax(480px, 0.75fr) minmax(780px, 1.25fr);
    }

    .contact-hero {
        grid-template-columns: minmax(456px, 0.85fr) minmax(624px, 1.15fr);
    }
}

[data-reveal] {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 720ms ease var(--reveal-delay, 0ms), transform 720ms cubic-bezier(0.19, 1, 0.22, 1) var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes loaderPulse {
    from {
        opacity: 0.72;
        transform: scale(0.98);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes heroRise {
    from {
        opacity: 0;
        transform: translateY(34px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes fadeRise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes imageReveal {
    from {
        opacity: 0;
        transform: translateY(42px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes navDrop {
    from {
        opacity: 0;
        transform: translateY(-18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1180px) and (min-width: 781px) {
    .split-section,
    .faq-grid,
    .partner-cta-inner,
    .contact-hero {
        grid-template-columns: 1fr;
    }

    .services-intro-panel {
        position: static;
    }

    .services-visual-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .terms-list {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        align-items: center;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .footer-contact-email,
    .footer-contact-phone {
        justify-self: center;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

@media (max-width: 780px) {
    .site-nav {
        gap: 14px;
        padding: 18px 16px;
        position: fixed;
    }

    .site-nav .primary-nav,
    .site-nav > .pill {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .mobile-menu {
        display: flex;
    }

    .hero-meta,
    .location-signal,
    .split-section,
    .faq-grid,
    .partner-cta-inner,
    .team-grid,
    .contact-hero,
    .contact-form,
    .terms-list {
        grid-template-columns: 1fr;
    }

    .market-chips {
        grid-template-columns: 1fr;
    }

    .upload-grid {
        grid-template-columns: 1fr;
    }

    .service-choice-grid {
        grid-template-columns: 1fr;
    }

    .services-intro-panel {
        position: static;
    }

    .services-visual-gallery {
        grid-template-columns: 1fr;
    }

    .services-visual-gallery figure {
        aspect-ratio: 16 / 10;
    }

    .work-strip {
        height: 420px;
    }

    .visual-break {
        padding: 64px 18px;
    }

    .visual-break-copy,
    .visual-break-strip .visual-break-gallery,
    .visual-break-mosaic .visual-break-gallery {
        grid-template-columns: 1fr;
    }

    .visual-break-copy {
        align-items: start;
    }

    .visual-break-strip figure,
    .visual-break-mosaic figure,
    .visual-break-mosaic figure:first-child {
        height: 320px;
        margin-top: 0;
        min-height: 0;
    }

    .visual-break-banner {
        padding-left: 0;
        padding-right: 0;
    }

    .visual-break-banner .visual-break-copy {
        padding: 0 18px;
    }

    .visual-break-banner figure {
        height: 420px;
    }

    .work-tile {
        flex-basis: 86%;
    }

    .service-row,
    .about-stats,
    .member-card,
    .feature-board,
    .awards {
        grid-template-columns: 1fr;
    }

    .service-row summary {
        min-height: 64px;
        padding: 18px 64px 18px 20px;
    }

    .service-row p {
        margin: -2px 20px 18px;
    }




    .feature-1,
    .feature-4 {
        grid-column: auto;
        grid-row: auto;
    }

    .team-photo {
        height: 300px;
    }

    .site-footer {
        padding: 28px 18px;
    }

    .footer-links {
        align-items: center;
        flex-direction: column;
        gap: 14px;
    }

    .footer-links a {
        margin: 0;
    }

    .footer-links a + a::before {
        display: none;
    }

    .footer-bottom {
        align-items: center;
        gap: var(--footer-logo-gap);
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .footer-contact-email,
    .footer-contact-phone {
        justify-self: center;
        width: 100%;
        text-align: center;
    }

    .footer-contact-email {
        order: 1;
    }

    .footer-contact-phone {
        order: 2;
    }

    .footer-brand-center {
        gap: var(--footer-logo-gap);
        order: 3;
        width: 100%;
    }

    .footer-brand-center span {
        max-width: 320px;
    }



}
