@media (min-width: 1600px) {
  .hero-visual {
    height: 510px;
  }
  .hero h1 {
    font-size: 110px;
  }
}
@media (max-width: 1100px) {
  :root {
    --gutter: 32px;
  }
  .site-header {
    padding: 0 24px;
  }
  .section-space {
    padding-block: 78px;
  }
  .hero h1 {
    font-size: 8vw;
  }
  .hero-visual {
    height: 380px;
  }
  .asterisk {
    font-size: 80px;
    margin-right: 15px;
  }
  .hero-actions {
    gap: 20px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card summary p {
    min-height: 40px;
  }
  .service-top {
    margin-bottom: 30px;
  }
  .about,
  .contact-grid {
    gap: 48px;
  }
  .project-image {
    height: 420px;
  }
  .project-card:nth-of-type(2) {
    margin-top: 75px;
  }
  .steps {
    gap: 22px;
  }
  .orbit-mark {
    margin-right: 0;
  }
  .about-visual {
    min-height: 600px;
  }
}
@media (max-width: 760px) {
  :root {
    --gutter: 20px;
    --radius: 15px;
  }
  .site-header {
    height: 64px;
    margin-top: 14px;
    padding: 0 20px;
    gap: 15px;
  }
  .wordmark {
    font-size: 30px;
  }
  .desktop-nav {
    display: none;
  }
  .header-cta {
    margin-left: auto;
    font-size: 10px;
    gap: 12px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 38px;
    height: 44px;
    background: transparent;
    padding: 8px;
  }
  .menu-toggle span {
    width: 21px;
    height: 1px;
    background: var(--chocolate);
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }
  .hero {
    padding-top: 32px;
  }
  .hero-edition {
    display: none;
  }
  .hero-top .eyebrow {
    font-size: 8px;
  }
  .hero-heading {
    margin-top: 28px;
  }
  .hero h1 {
    font-size: clamp(41px, 8.8vw, 65px);
    line-height: 1.08;
  }
  .hero h1 em {
    font-size: 1.08em;
  }
  .asterisk {
    display: none;
  }
  .hero-bottom {
    display: block;
    margin: 22px 0 25px;
  }
  .hero-bottom > p {
    font-size: 12px;
    max-width: 350px;
  }
  .hero-actions {
    margin-top: 22px;
    gap: 24px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    padding: 14px 20px;
    min-height: 50px;
    gap: 20px;
    font-size: 11px;
  }
  .text-link {
    font-size: 11px;
    gap: 12px;
  }
  .hero-visual {
    height: 360px;
  }
  .hero-visual > img {
    object-position: 54% 60%;
  }
  .visual-topline {
    inset: 17px 18px auto;
    font-size: 7px;
  }
  .glass-caption {
    left: 15px;
    bottom: 15px;
    padding: 12px;
    gap: 12px;
    max-width: calc(100% - 30px);
    font-size: 10px;
  }
  .caption-mark {
    font-size: 30px;
  }
  .round-arrow {
    margin-left: 0;
  }
  .visual-index {
    display: none;
  }
  .hero-footnote {
    font-size: 8px;
    gap: 15px;
  }
  .section-space {
    padding-block: 62px;
  }
  .intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .intro > .eyebrow {
    padding: 0;
  }
  .intro h2 {
    font-size: clamp(31px, 6vw, 43px);
  }
  .intro-copy {
    font-size: 12px;
    margin-top: 22px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading .eyebrow {
    margin-bottom: 20px;
  }
  .section-aside {
    margin-top: 22px;
    max-width: 390px;
    font-size: 12px;
  }
  h2 {
    font-size: 40px;
  }
  .project-toolbar {
    margin-bottom: 22px;
  }
  .filters {
    gap: 6px;
  }
  .filter {
    font-size: 10px;
    padding: 9px 12px;
    min-height: 40px;
  }
  .project-grid {
    gap: 34px 16px;
  }
  .project-image {
    height: 310px;
  }
  .project-card:nth-of-type(2) {
    margin-top: 50px;
  }
  .project-card.project-2 .project-image {
    height: 270px;
  }
  .project-0 .project-brand {
    font-size: 63px;
  }
  .project-brand {
    font-size: 44px;
  }
  .project-tag {
    top: 12px;
    left: 12px;
    font-size: 7px;
    padding: 5px 8px;
  }
  .project-visit {
    width: 34px;
    height: 34px;
    bottom: 12px;
    right: 12px;
    font-size: 20px;
  }
  .project-caption {
    display: block;
    margin-top: 14px;
  }
  .project-caption h3 {
    font-size: 20px;
  }
  .project-caption p {
    font-size: 10px;
    margin-top: 7px;
  }
  .project-caption > span {
    font-size: 8px;
    margin-top: 7px;
    display: block;
  }
  .projects-disclaimer {
    font-size: 9px;
  }
  .service-grid {
    gap: 12px;
  }
  .service-card {
    padding: 23px 18px;
  }
  .service-card h3 {
    font-size: 23px;
  }
  .service-card summary p {
    font-size: 11px;
    min-height: 90px;
  }
  .service-top {
    margin-bottom: 34px;
  }
  .glass-icon {
    width: 48px;
    height: 52px;
  }
  .approach h2 {
    font-size: 39px;
  }
  .orbit-mark {
    display: none;
  }
  .approach-copy {
    font-size: 12px;
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 42px;
    gap: 32px 24px;
  }
  .step h3 {
    font-size: 21px;
    margin-top: 16px;
  }
  .approach-bottom {
    margin-top: 40px;
    font-size: 8px;
  }
  .about {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-visual {
    min-height: 430px;
    order: 2;
  }
  .about-content > p:not(.eyebrow) {
    font-size: 12px;
  }
  .about-content blockquote {
    font-size: 32px;
    max-width: 340px;
  }
  .team-roles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .team-roles h3 {
    font-size: 12px;
    line-height: 1.4;
  }
  .team-roles p {
    font-size: 10px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .contact h2 {
    font-size: 67px;
  }
  .contact h2 > span {
    right: 5px;
    font-size: 65px;
  }
  .contact-copy {
    font-size: 12px;
  }
  .contact-form-box {
    max-width: 100%;
  }
  .form-field input,
  .form-field textarea {
    font-size: 16px;
  }
  .consent {
    font-size: 10px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 25px;
  }
  .footer-top p {
    font-size: 9px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 8px;
  }
  .footer-bottom > span:last-child {
    display: none;
  }
  .dialog-body {
    padding: 25px;
  }
  .dialog-body h2 {
    font-size: 36px;
  }
  .project-dialog > img {
    height: 250px;
  }
}
@media (max-width: 430px) {
  :root {
    --gutter: 16px;
  }
  .header-cta {
    font-size: 9px;
    gap: 8px;
  }
  .header-cta svg {
    width: 15px;
  }
  .site-header {
    gap: 10px;
    padding: 0 16px;
  }
  .hero h1 {
    font-size: 9.5vw;
  }
  .hero-visual {
    height: 320px;
  }
  .hero-visual img {
    object-position: 51% 50%;
  }
  .hero-footnote span {
    max-width: 170px;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .project-card:nth-of-type(2) {
    margin-top: 0;
  }
  .project-image {
    height: 390px;
  }
  .project-brand {
    font-size: 80px;
  }
  .project-0 .project-brand {
    font-size: 110px;
  }
  .project-card.project-2 .project-image {
    height: 300px;
  }
  .service-card {
    padding: 22px 14px;
  }
  .service-card h3 {
    font-size: 20px;
  }
  .service-card summary p {
    font-size: 10px;
    min-height: 110px;
  }
  .service-card ul {
    font-size: 10px;
  }
  .steps {
    gap: 30px 20px;
  }
  .step h3 {
    font-size: 19px;
  }
  .step p {
    font-size: 10px;
  }
  .team-roles {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact h2 {
    font-size: 62px;
  }
  .footer-top p {
    order: 3;
    width: 100%;
  }
  .footer-top .back-top {
    margin-left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .project-open:hover img,
  .button-dark:hover {
    transform: none;
  }
}
@media print {
  .site-header,
  .hero-actions,
  .filters,
  .project-visit,
  .contact-form-box,
  .back-top {
    display: none;
  }
  .section-space {
    padding-block: 30px;
  }
  .wrap {
    width: 100%;
  }
  .approach {
    background: white;
    color: black;
  }
  .approach p,
  .step p {
    color: #333;
  }
  .project-image {
    height: 260px;
  }
  .project-card {
    break-inside: avoid;
  }
  .site-footer {
    padding: 15px;
  }
  .about-visual {
    min-height: 300px;
  }
}
