/* Isolated concept styles; the existing site's styles are not imported. */
@media (max-width: 450px) {
    .preview-bar .preview-label {
        display: none;
    }
    body .preview-bar {
        justify-content: center;
    }
}
:root {
    font-family: "DM Sans", Arial, sans-serif;
    font-synthesis: none;
    color: #202e28;
    background: #f5f3ed;
    font-weight: 400;
    --paper: #f5f3ed;
    --ink: #203b2e;
    --muted: #697068;
    --line: #d9dbd2;
    --accent: #d8e6c4;
    --container: 1280px;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 74px;
}
body {
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
button {
    font: inherit;
    color: inherit;
}
img {
    display: block;
    max-width: 100%;
    object-fit: cover;
}
figure,
p,
h1,
h2,
h3 {
    margin: 0;
}
button,
a {
    -webkit-tap-highlight-color: transparent;
}
button {
    cursor: pointer;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #008eac;
    outline-offset: 6px;
}
[hidden] {
    display: none !important;
}
.wrap {
    width: min(var(--container), calc(100% - 112px));
    margin-inline: auto;
}
.section {
    padding-block: 112px;
}
.eyebrow {
    font-size: 10px;
    font-weight: 650;
    letter-spacing: 1.8px;
    line-height: 1.6;
    text-transform: uppercase;
}
.skip-link {
    position: fixed;
    top: -100px;
    left: 12px;
    padding: 16px;
    background: white;
    color: #111;
    z-index: 100;
}
.skip-link:focus {
    top: 12px;
}
.preview-bar {
    height: 44px;
    background: #20372d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 28px;
    position: sticky;
    top: 0;
    z-index: 30;
    gap: 18px;
}
.preview-label {
    font-size: 9px;
    font-weight: 550;
    letter-spacing: 1.2px;
}
.preview-label > span {
    opacity: 0.4;
    padding: 0 12px;
}
.preview-bar nav {
    display: flex;
    height: 100%;
    gap: 4px;
    align-items: center;
}
.preview-bar nav a {
    padding: 7px 17px;
    font-size: 11px;
    line-height: 16px;
    color: #d1dbd3;
    border: 1px solid transparent;
}
.preview-bar nav a > span {
    margin-right: 7px;
    font-size: 9px;
    opacity: 0.6;
}
.preview-bar nav a[aria-current] {
    background: #f5f3ed;
    color: #23392e;
}
.preview-bar nav a:hover {
    border-color: #86958c;
}
.preview-note {
    font-size: 10px;
    color: #c4cfc7;
}
.preview-note a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.site-nav {
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid var(--line);
    gap: 32px;
}
.brand img {
    width: 150px;
    height: auto;
    object-fit: contain;
}
.desktop-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: 12px;
    font-weight: 500;
}
.desktop-nav a,
.text-link {
    transition: opacity 0.18s;
}
.desktop-nav a:hover,
.text-link:hover {
    opacity: 0.65;
}
.nav-contact {
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 28px;
    padding-block: 12px;
}
.nav-contact > span {
    font-size: 21px;
}
.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 0;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 10px;
}
.menu-toggle span {
    width: 24px;
    height: 1.5px;
    background: currentColor;
}
.mobile-nav {
    position: absolute;
    z-index: 25;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 20px;
    box-shadow: 0 15px 20px #0000000a;
}
.mobile-nav a {
    padding: 14px 8px;
    display: block;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    min-height: 54px;
    padding: 16px 24px;
    background: var(--ink);
    color: white;
    font-size: 12px;
    font-weight: 550;
    transition:
        background 0.2s,
        transform 0.2s;
}
.button:hover {
    background: #3d5748;
    transform: translateY(-2px);
}
.button > span {
    font-size: 20px;
    line-height: 1;
}
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    font-size: 12px;
    font-weight: 550;
    padding-block: 12px;
}
.text-link > span {
    font-size: 19px;
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 25px;
}
.swiss-cross {
    width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #bb4d3b;
    color: white;
    font-size: 23px;
    line-height: 1;
    font-family: Arial, sans-serif;
    font-weight: 700;
}
.little-line {
    width: 27px;
    height: 1px;
    background: currentColor;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}
em {
    font-family: "Lora", Georgia, serif;
    font-weight: 400;
}
h2 {
    font-size: 44px;
    line-height: 1.14;
    font-weight: 450;
    letter-spacing: -1.7px;
}
.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 52px;
}
.section-heading .eyebrow {
    margin-bottom: 23px;
}
.section-heading > p {
    font-size: 14px;
    line-height: 1.9;
    max-width: 315px;
    color: var(--muted);
    padding-bottom: 4px;
}
.section-heading > .text-link {
    flex-shrink: 0;
}
.atelier-hero {
    display: grid;
    grid-template-columns: 1.04fr 1fr;
    gap: 72px;
    padding-top: 52px;
    padding-bottom: 55px;
    align-items: center;
}
.atelier-hero-copy {
    padding-bottom: 28px;
}
.atelier-hero h1 {
    font-size: clamp(48px, 5.25vw, 77px);
    font-weight: 450;
    line-height: 1.07;
    letter-spacing: -3.5px;
    margin: 25px 0;
    color: var(--ink);
}
.atelier-hero h1 em {
    font-size: 0.89em;
    letter-spacing: -3px;
    white-space: nowrap;
}
.hero-description {
    font-size: 15px;
    line-height: 1.85;
    color: #6a7068;
    margin-bottom: 29px;
}
.hero-origin {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 42px;
    font-size: 10px;
    color: #75796f;
}
.hero-origin .swiss-cross {
    width: 16px;
    height: 16px;
    font-size: 18px;
}
.atelier-hero-photo {
    position: relative;
    align-self: start;
}
.atelier-hero-photo > img {
    width: 100%;
    height: 570px;
    object-position: 50% 48%;
    border-radius: 2px;
}
.photo-caption {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    padding: 90px 32px 29px;
    background: linear-gradient(transparent, #15261ec9);
    color: white;
}
.photo-caption > span {
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 1.6px;
}
.photo-caption > p {
    font-family: "Lora", Georgia, serif;
    font-style: italic;
    font-size: 26px;
    line-height: 1.3;
    margin-top: 13px;
}
.atelier-hero-photo > figcaption {
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 9px;
    color: #72786e;
    letter-spacing: 0.2px;
}
.sector-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 29px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    gap: 30px;
}
.sector-strip > span {
    font-size: 9px;
    letter-spacing: 1.4px;
    font-weight: 500;
    max-width: 170px;
    line-height: 1.8;
}
.sector-strip > div {
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: 21px;
    font-weight: 450;
    letter-spacing: -0.5px;
}
.sector-strip i {
    font-size: 19px;
    color: #a4ab9e;
    font-weight: 400;
}
.atelier-platform {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 94px;
    align-items: center;
}
.atelier-platform > figure > img {
    width: 100%;
    height: 470px;
    object-position: 50% 65%;
}
.atelier-platform figcaption {
    font-size: 10px;
    color: var(--muted);
    padding-top: 13px;
}
.feature-accordion details {
    border-bottom: 1px solid var(--line);
}
.feature-accordion details:first-child {
    border-top: 1px solid var(--line);
}
.feature-accordion summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 19px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.5px;
    padding-block: 27px;
}
.feature-accordion summary::-webkit-details-marker {
    display: none;
}
.item-number {
    font-size: 10px;
    color: #7a8276;
    font-weight: 400;
    letter-spacing: 0;
}
.details-symbol {
    margin-left: auto;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
}
.details-symbol:before,
.details-symbol:after {
    content: "";
    position: absolute;
    background: currentColor;
}
.details-symbol:before {
    width: 12px;
    height: 1px;
    top: 7px;
    left: 2px;
}
.details-symbol:after {
    width: 1px;
    height: 12px;
    left: 7px;
    top: 2px;
}
details[open] .details-symbol:after {
    display: none;
}
.feature-accordion details > div {
    padding: 0 30px 29px 33px;
}
.feature-accordion p {
    font-size: 13px;
    line-height: 1.9;
    color: var(--muted);
}
.feature-accordion ul,
.sector-panel ul {
    padding: 0;
    list-style: none;
    font-size: 11px;
    line-height: 1.8;
    margin: 20px 0 0;
}
.feature-accordion li {
    margin-top: 9px;
}
.feature-accordion li:before {
    content: "—";
    padding-right: 12px;
    color: #638059;
}
.atelier-industries {
    background: #ebece3;
}
.industry-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 28px;
}
.industry-image {
    overflow: hidden;
}
.industry-image img {
    width: 100%;
    height: 310px;
    transition: transform 0.5s;
    object-position: center;
}
.industry-card:nth-child(2) {
    padding-top: 50px;
}
.industry-card:nth-child(2) img {
    height: 330px;
    object-position: center 55%;
}
.industry-card:nth-child(3) {
    padding-top: 95px;
}
.industry-card:nth-child(3) img {
    height: 280px;
}
.industry-card:hover img {
    transform: scale(1.025);
}
.industry-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 19px;
    gap: 12px;
}
.industry-title h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.industry-title > span {
    font-size: 24px;
}
.industry-card > p {
    font-size: 8px;
    letter-spacing: 1.4px;
    margin-top: 8px;
    color: #686f62;
}
.approach {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 58px;
}
.approach > .eyebrow {
    padding-top: 8px;
}
.approach-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 37px;
    margin-top: 48px;
}
.approach-points article {
    border-top: 1px solid var(--line);
    padding-top: 22px;
}
.approach-points h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}
.approach-points p {
    font-size: 12px;
    line-height: 1.9;
    color: var(--muted);
}
.contact-section {
    background: #203b2e;
    color: #f3f2e9;
    padding: 83px 0 88px;
}
.contact-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 100px;
    align-items: center;
}
.contact-inner .eyebrow {
    font-size: 9px;
    color: #c2d0b4;
    margin-bottom: 23px;
}
.contact-inner h2 {
    font-size: 48px;
}
.contact-inner > div > p:not(.eyebrow) {
    font-size: 13px;
    color: #bfcbbd;
    line-height: 1.9;
    max-width: 290px;
    margin-bottom: 24px;
}
.button-light {
    background: #e1e8cd;
    color: #223c2b;
}
.button-light:hover {
    background: #f5f3ed;
}
.contact-email {
    display: block;
    font-size: 11px;
    margin-top: 18px;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #d0d9c9;
}
.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 118px;
    font-size: 10px;
    color: var(--muted);
}
.footer .brand img {
    width: 125px;
}
.footer > span:first-of-type {
    margin-right: auto;
}
.footer > a:last-child {
    font-size: 9px;
}
.footer > a:hover {
    text-decoration: underline;
}
/* Direction 02: compact Swiss grid, decisive typography, and restrained brand cyan. */
.swiss {
    --paper: #fff;
    --ink: #182324;
    --muted: #6a7070;
    --line: #dce0df;
    --accent: #c4edf0;
    background: #fff;
    color: var(--ink);
}
.swiss .preview-bar {
    background: #1b2729;
}
.swiss .preview-bar nav a[aria-current] {
    background: #c4edf0;
    color: #172a2c;
}
.swiss .site-nav {
    height: 96px;
}
.swiss .nav-contact {
    background: var(--ink);
    color: white;
    padding: 12px 18px;
    gap: 27px;
}
.swiss .button:hover {
    background: #334e52;
}
.swiss h2 {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 1.07;
}
.swiss-hero {
    padding-top: 36px;
}
.swiss-hero-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.status-square {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #46c0cb;
    margin-right: 9px;
}
.origin-label {
    font-size: 8px;
    letter-spacing: 1.3px;
    display: flex;
    align-items: center;
    gap: 9px;
}
.origin-label .swiss-cross {
    width: 15px;
    height: 15px;
    font-size: 16px;
}
.swiss-hero h1 {
    font-size: clamp(64px, 7.8vw, 112px);
    font-weight: 500;
    line-height: 0.97;
    letter-spacing: -6px;
    margin: 31px 0 30px;
}
.swiss-hero h1 > span {
    color: #7f9595;
}
.swiss-hero-bottom {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-bottom: 38px;
}
.swiss-hero-bottom > p {
    font-size: 13px;
    line-height: 1.8;
    color: var(--muted);
}
.swiss-hero-bottom .button {
    margin-left: 22px;
    min-width: 214px;
}
.scroll-label {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 8px;
    letter-spacing: 1.2px;
    margin-left: auto;
}
.scroll-label > span {
    font-size: 20px;
}
.swiss-hero-image {
    position: relative;
}
.swiss-hero-image > img {
    width: 100%;
    height: 420px;
    object-position: 50% 52%;
}
.swiss-hero-image > figcaption {
    position: absolute;
    inset: 0;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(transparent 35%, #101a1cbd);
    color: white;
}
.swiss-hero-image > figcaption > span {
    font-size: 8px;
    letter-spacing: 1.5px;
}
.swiss-hero-image > figcaption > p {
    font-size: 29px;
    line-height: 1.15;
    letter-spacing: -0.8px;
    margin-top: 14px;
}
.photo-explore {
    position: absolute;
    right: 32px;
    bottom: 32px;
    background: #c4edf0;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    font-size: 29px;
}
.photo-explore:hover {
    background: white;
}
.swiss-platform {
    padding-top: 94px;
}
.module-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-block: 1px solid var(--line);
}
.module-grid article {
    padding: 27px 29px 30px;
    border-right: 1px solid var(--line);
}
.module-grid article:first-child {
    padding-left: 0;
}
.module-grid article:last-child {
    border-right: 0;
    padding-right: 0;
}
.module-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    color: var(--muted);
    margin-bottom: 38px;
}
.module-number > span {
    font-size: 19px;
    color: #659598;
}
.module-grid h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}
.module-grid p {
    font-size: 12px;
    line-height: 1.9;
    color: var(--muted);
    min-height: 70px;
}
.module-tag {
    display: block;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 33px;
    color: #6a7777;
}
.swiss-solutions {
    background: #edf1f0;
}
.sector-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #bcc8c7;
    margin-bottom: 40px;
}
.sector-tabs button {
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    text-align: left;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding: 20px 22px;
    font-size: 13px;
    font-weight: 500;
    color: #74807f;
}
.sector-tabs button > span {
    font-size: 9px;
}
.sector-tabs button[aria-selected="true"] {
    border-color: #172b2c;
    color: #172b2c;
    background: #dfebea;
}
.sector-tabs button:hover {
    background: #e3ebe8;
}
.sector-panel {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 68px;
    align-items: center;
}
.sector-panel > img {
    width: 100%;
    height: 420px;
    object-position: 50% 56%;
}
.sector-panel-copy .eyebrow {
    font-size: 8px;
    color: #697a77;
}
.sector-panel-copy h3 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin: 23px 0;
}
.sector-panel-copy > p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.8;
    max-width: 340px;
}
.sector-panel ul {
    font-size: 11px;
    margin-block: 24px;
}
.sector-panel li {
    padding: 9px 0;
    border-bottom: 1px solid #d0d9d6;
}
.sector-panel li:before {
    content: "↗";
    margin-right: 13px;
    color: #526f6c;
}
.sector-panel .text-link {
    font-size: 11px;
}
.large-cross {
    font-size: 105px;
    line-height: 1;
    color: #7ac4c9;
    font-weight: 400;
    padding-right: 10px;
}
.principles {
    border-top: 1px solid var(--line);
}
.principles article {
    display: grid;
    grid-template-columns: 0.2fr 1.4fr 1fr;
    align-items: start;
    gap: 25px;
    border-bottom: 1px solid var(--line);
    padding-block: 30px;
}
.principles article > span {
    font-size: 10px;
    padding-top: 7px;
    color: #849391;
}
.principles h3 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.7px;
}
.principles p {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.8;
    max-width: 300px;
}
.swiss .contact-section {
    background: #c4edf0;
    color: #172a2c;
    padding-block: 78px;
}
.swiss .contact-inner {
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
}
.swiss .contact-inner h2 {
    font-size: 65px;
    letter-spacing: -3px;
}
.swiss .contact-inner .eyebrow {
    color: #4d6f70;
}
.swiss .contact-inner > div > p:not(.eyebrow) {
    color: #526a6b;
}
.swiss .contact-email {
    color: #526a6b;
}
.swiss .footer {
    min-height: 130px;
}
/* Photo source page. */
.sources-main {
    max-width: 780px;
    padding-block: 75px;
}
.sources-main h1 {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -1.8px;
    margin: 24px 0;
}
.sources-main > p {
    font-size: 15px;
    line-height: 1.9;
    color: var(--muted);
}
.source-list {
    list-style: none;
    padding: 0;
    margin: 35px 0;
}
.source-list li {
    padding: 24px 0;
    border-top: 1px solid var(--line);
}
.source-list a {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.source-list p {
    font-size: 12px;
    line-height: 1.8;
    color: var(--muted);
    margin-top: 8px;
}
@media (min-width: 1600px) {
    .atelier-hero {
        gap: 100px;
    }
    .atelier-hero-photo > img {
        height: 630px;
    }
    .atelier-hero h1 {
        font-size: 81px;
    }
    .atelier-hero {
        padding-top: 60px;
        padding-bottom: 66px;
    }
}
@media (max-width: 1150px) {
    .wrap {
        width: calc(100% - 72px);
    }
    .atelier-hero {
        gap: 42px;
    }
    .atelier-hero h1 {
        font-size: 58px;
        letter-spacing: -2.9px;
    }
    .atelier-hero h1 em {
        letter-spacing: -2px;
    }
    .atelier-hero-photo > img {
        height: 545px;
    }
    .hero-actions {
        gap: 18px;
    }
    .button {
        gap: 24px;
        padding-inline: 19px;
    }
    .atelier-platform {
        gap: 55px;
    }
    .section-heading {
        gap: 40px;
    }
    h2 {
        font-size: 39px;
    }
    .section-heading > p {
        max-width: 280px;
    }
    .sector-strip > div {
        gap: 22px;
        font-size: 19px;
    }
    .preview-note {
        display: none;
    }
    .preview-bar {
        padding-inline: 36px;
    }
    .industry-title h3 {
        font-size: 18px;
    }
    .contact-inner {
        gap: 55px;
    }
    .contact-inner h2 {
        font-size: 42px;
    }
    .swiss-hero h1 {
        font-size: 94px;
    }
    .swiss-hero-bottom {
        gap: 27px;
    }
    .swiss-hero-bottom .button {
        margin-left: 0;
    }
    .sector-panel {
        gap: 40px;
    }
    .sector-panel-copy h3 {
        font-size: 34px;
    }
    .swiss .contact-inner h2 {
        font-size: 53px;
    }
    .module-grid article {
        padding-inline: 20px;
    }
    .module-grid h3 {
        font-size: 18px;
    }
    .approach {
        grid-template-columns: 0.7fr 3fr;
        gap: 28px;
    }
}
@media (max-width: 900px) {
    .desktop-nav {
        gap: 22px;
        font-size: 11px;
    }
    .section {
        padding-block: 80px;
    }
    .atelier-hero h1 {
        font-size: 47px;
        letter-spacing: -2.2px;
    }
    .atelier-hero h1 em {
        letter-spacing: -1.8px;
    }
    .atelier-hero {
        gap: 30px;
    }
    .atelier-hero-photo > img {
        height: 505px;
    }
    .hero-description {
        font-size: 13px;
    }
    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
    .hero-origin {
        margin-top: 23px;
    }
    .photo-caption {
        padding-inline: 23px;
    }
    .section-heading > p {
        max-width: 250px;
        font-size: 12px;
    }
    h2 {
        font-size: 33px;
    }
    .atelier-platform {
        gap: 35px;
    }
    .atelier-platform > figure > img {
        height: 445px;
    }
    .feature-accordion summary {
        font-size: 18px;
        gap: 12px;
    }
    .feature-accordion details > div {
        padding-left: 25px;
        padding-right: 0;
    }
    .industry-grid {
        gap: 19px;
    }
    .industry-title h3 {
        font-size: 15px;
    }
    .industry-image img {
        height: 270px;
    }
    .industry-card:nth-child(2) img {
        height: 285px;
    }
    .industry-card:nth-child(3) img {
        height: 235px;
    }
    .approach {
        grid-template-columns: 1fr;
    }
    .approach-points {
        gap: 25px;
    }
    .contact-inner {
        gap: 35px;
    }
    .contact-inner h2 {
        font-size: 36px;
    }
    .contact-inner > div > p:not(.eyebrow) {
        font-size: 12px;
    }
    .footer > span:first-of-type {
        display: none;
    }
    .swiss-hero h1 {
        font-size: 83px;
        letter-spacing: -4.5px;
    }
    .scroll-label {
        display: none;
    }
    .swiss-hero-bottom {
        justify-content: space-between;
    }
    .swiss-hero-image > img {
        height: 360px;
    }
    .swiss h2 {
        font-size: 40px;
    }
    .module-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .module-grid article {
        padding: 26px;
    }
    .module-grid article:first-child {
        padding-left: 26px;
    }
    .module-grid article:nth-child(2) {
        border-right: 0;
    }
    .module-grid article:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }
    .module-grid article:last-child {
        padding-right: 26px;
    }
    .module-grid p {
        min-height: 45px;
    }
    .module-number {
        margin-bottom: 25px;
    }
    .sector-panel {
        gap: 30px;
    }
    .sector-panel > img {
        height: 405px;
    }
    .sector-panel-copy h3 {
        font-size: 30px;
    }
    .sector-tabs button {
        font-size: 11px;
        padding: 18px 15px;
    }
    .swiss .contact-inner h2 {
        font-size: 44px;
        letter-spacing: -2px;
    }
    .principles h3 {
        font-size: 20px;
    }
}
@media (max-width: 680px) {
    .wrap {
        width: calc(100% - 40px);
    }
    .preview-bar {
        height: 46px;
        padding-inline: 16px;
        gap: 9px;
    }
    .preview-label {
        font-size: 8px;
        letter-spacing: 0.7px;
    }
    .preview-label > span {
        display: none;
    }
    .preview-label {
        font-size: 0;
    }
    .preview-label:before {
        content: "TASARIMLAR";
        font-size: 8px;
        letter-spacing: 1px;
    }
    .preview-bar nav a {
        font-size: 10px;
        padding: 6px 12px;
    }
    .preview-bar nav a > span {
        font-size: 8px;
        margin-right: 4px;
    }
    .site-nav,
    .swiss .site-nav {
        height: 78px;
        gap: 12px;
    }
    .brand img {
        width: 128px;
    }
    .desktop-nav {
        display: none;
    }
    .nav-contact {
        margin-left: auto;
        font-size: 11px;
        gap: 12px;
    }
    .swiss .nav-contact {
        padding: 9px 11px;
        gap: 12px;
        font-size: 10px;
    }
    .nav-contact > span {
        font-size: 18px;
    }
    .menu-toggle {
        display: flex;
        flex-shrink: 0;
    }
    .atelier-hero {
        grid-template-columns: 1fr;
        padding-top: 37px;
        padding-bottom: 35px;
        gap: 25px;
    }
    .atelier-hero-copy {
        padding-bottom: 0;
    }
    .atelier-hero .eyebrow {
        font-size: 8px;
    }
    .atelier-hero h1 {
        font-size: 61px;
        letter-spacing: -3.4px;
        margin-top: 24px;
        margin-bottom: 23px;
        line-height: 1.04;
    }
    .atelier-hero h1 em {
        font-size: 0.83em;
        letter-spacing: -2.3px;
    }
    .hero-description {
        font-size: 13px;
        line-height: 1.85;
    }
    .hero-actions {
        flex-direction: row;
        align-items: center;
        gap: 18px;
    }
    .button {
        font-size: 11px;
        min-height: 51px;
        padding: 15px 18px;
        gap: 23px;
    }
    .text-link {
        font-size: 11px;
        gap: 13px;
    }
    .hero-origin {
        margin-top: 27px;
        font-size: 9px;
    }
    .atelier-hero-photo > img {
        height: 440px;
        object-position: 50% 49%;
    }
    .photo-caption {
        bottom: 32px;
        padding: 80px 25px 24px;
    }
    .photo-caption > p {
        font-size: 27px;
    }
    .atelier-hero-photo > figcaption {
        font-size: 8px;
    }
    .sector-strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding-block: 24px;
    }
    .sector-strip > span {
        font-size: 8px;
        max-width: none;
    }
    .sector-strip > div {
        gap: 19px;
        font-size: 17px;
        justify-content: space-between;
        width: 100%;
    }
    .sector-strip i {
        font-size: 14px;
    }
    .section {
        padding-block: 65px;
    }
    .section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }
    .section-heading .eyebrow {
        font-size: 8px;
        margin-bottom: 17px;
    }
    .section-heading > p {
        font-size: 13px;
        max-width: 360px;
    }
    .section-heading > .text-link {
        padding: 0;
    }
    h2 {
        font-size: 33px;
        letter-spacing: -1.4px;
    }
    .atelier-platform {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .atelier-platform > figure > img {
        height: 360px;
        object-position: center 65%;
    }
    .atelier-platform figcaption {
        font-size: 9px;
    }
    .feature-accordion summary {
        padding-block: 22px;
        font-size: 20px;
        gap: 17px;
    }
    .feature-accordion p {
        font-size: 13px;
    }
    .feature-accordion details > div {
        padding-left: 30px;
        padding-bottom: 25px;
    }
    .industry-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }
    .industry-card:nth-child(2),
    .industry-card:nth-child(3) {
        padding-top: 0;
    }
    .industry-image img,
    .industry-card:nth-child(2) img,
    .industry-card:nth-child(3) img {
        height: 300px;
    }
    .industry-card:nth-child(2) img {
        object-position: center 48%;
    }
    .industry-title {
        margin-top: 12px;
    }
    .industry-title h3 {
        font-size: 21px;
    }
    .industry-card > p {
        font-size: 9px;
    }
    .approach {
        gap: 20px;
    }
    .approach > .eyebrow {
        font-size: 8px;
    }
    .approach-points {
        grid-template-columns: 1fr;
        gap: 23px;
        margin-top: 30px;
    }
    .approach-points article {
        padding-top: 17px;
    }
    .approach-points h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .approach-points p {
        font-size: 13px;
        max-width: 350px;
    }
    .contact-section {
        padding-block: 57px;
    }
    .contact-inner,
    .swiss .contact-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .contact-inner h2 {
        font-size: 38px;
    }
    .contact-inner .eyebrow {
        font-size: 8px;
        margin-bottom: 18px;
    }
    .contact-inner > div > p:not(.eyebrow) {
        font-size: 13px;
        max-width: 345px;
        margin-bottom: 20px;
    }
    .footer {
        min-height: 136px;
        flex-wrap: wrap;
        gap: 20px;
        padding-block: 28px;
        justify-content: space-between;
    }
    .footer .brand img {
        width: 113px;
    }
    .footer > a:last-child {
        flex-basis: 100%;
        font-size: 10px;
    }
    .swiss-hero {
        padding-top: 30px;
    }
    .swiss-hero .eyebrow {
        font-size: 7px;
        letter-spacing: 1.2px;
    }
    .origin-label {
        font-size: 6px;
        letter-spacing: 0.7px;
        gap: 5px;
    }
    .origin-label .swiss-cross {
        width: 12px;
        height: 12px;
        font-size: 14px;
    }
    .swiss-hero h1 {
        font-size: clamp(54px, 11.7vw, 78px);
        line-height: 1;
        letter-spacing: -3px;
        margin-block: 32px 24px;
    }
    .swiss-hero-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 30px;
    }
    .swiss-hero-bottom > p {
        font-size: 13px;
    }
    .swiss-hero-bottom .button {
        min-width: 212px;
    }
    .swiss-hero-image > img {
        height: 375px;
        object-position: center;
    }
    .swiss-hero-image > figcaption {
        padding: 24px;
    }
    .swiss-hero-image > figcaption > p {
        font-size: 23px;
    }
    .swiss-hero-image > figcaption > span {
        font-size: 7px;
    }
    .photo-explore {
        right: 19px;
        bottom: 23px;
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    .swiss h2 {
        font-size: 37px;
        letter-spacing: -1.6px;
    }
    .swiss-platform {
        padding-top: 60px;
    }
    .module-grid article,
    .module-grid article:first-child,
    .module-grid article:last-child {
        padding: 21px 17px;
    }
    .module-grid article:nth-child(odd) {
        padding-left: 0;
    }
    .module-grid article:nth-child(even) {
        padding-right: 0;
    }
    .module-number {
        margin-bottom: 28px;
    }
    .module-grid h3 {
        font-size: 17px;
        margin-bottom: 13px;
    }
    .module-grid p {
        font-size: 11px;
        min-height: 78px;
    }
    .module-tag {
        font-size: 6px;
        letter-spacing: 0.5px;
        margin-top: 22px;
    }
    .sector-tabs {
        gap: 0;
        margin-bottom: 25px;
    }
    .sector-tabs button {
        font-size: 10px;
        line-height: 1.5;
        align-items: flex-start;
        padding: 13px 8px;
        gap: 7px;
        min-height: 59px;
    }
    .sector-tabs button > span {
        display: none;
    }
    .sector-panel {
        grid-template-columns: 1fr;
        gap: 29px;
    }
    .sector-panel > img {
        height: 290px;
    }
    .sector-panel-copy h3 {
        font-size: 35px;
        margin: 15px 0;
    }
    .sector-panel-copy > p {
        font-size: 13px;
    }
    .sector-panel ul {
        font-size: 12px;
        margin-block: 20px;
    }
    .sector-panel-copy .text-link {
        font-size: 12px;
    }
    .swiss-approach .section-heading {
        flex-direction: row;
        align-items: center;
        gap: 14px;
    }
    .large-cross {
        font-size: 65px;
        padding: 0;
    }
    .principles article {
        grid-template-columns: 24px 1fr;
        gap: 10px 18px;
        padding-block: 24px;
    }
    .principles h3 {
        font-size: 19px;
        line-height: 1.35;
        letter-spacing: -0.5px;
    }
    .principles p {
        grid-column: 2;
        font-size: 12px;
    }
    .swiss .contact-section {
        padding-block: 57px;
    }
    .swiss .contact-inner h2 {
        font-size: 43px;
        letter-spacing: -2px;
    }
    .sources-main {
        padding-block: 45px;
    }
    .sources-main h1 {
        font-size: 34px;
    }
    .sources-main > p {
        font-size: 13px;
    }
}
@media (max-width: 370px) {
    .wrap {
        width: calc(100% - 32px);
    }
    .nav-contact {
        font-size: 10px;
        gap: 8px;
    }
    .brand img {
        width: 110px;
    }
    .atelier-hero h1 {
        font-size: 52px;
        letter-spacing: -2.8px;
    }
    .atelier-hero h1 em {
        letter-spacing: -1.8px;
    }
    .hero-actions {
        gap: 13px;
    }
    .hero-actions .button {
        font-size: 10px;
        gap: 16px;
        padding-inline: 14px;
    }
    .hero-actions .text-link {
        font-size: 10px;
    }
    .sector-strip > div {
        font-size: 16px;
        gap: 12px;
    }
    .contact-inner h2 {
        font-size: 34px;
    }
    .swiss-hero h1 {
        font-size: 51px;
        letter-spacing: -2.8px;
    }
    .swiss .nav-contact {
        font-size: 9px;
        padding-inline: 10px;
    }
    .swiss .contact-inner h2 {
        font-size: 37px;
    }
}
@media (max-width: 680px) {
    .swiss-hero-image > figcaption {
        padding-right: 76px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        transition: none !important;
        animation: none !important;
    }
}
