@font-face { font-family: 'Cormorant Garamond'; src: url('/assets/fonts/cormorant-garamond-latin-400-normal.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'Work Sans'; src: url('/assets/fonts/work-sans-latin-variable-normal.woff2') format('woff2'); font-style: normal; font-weight: 100 900; font-display: swap; }
:root {
  --paper: #EFEAE0;
  --ink: #2A251E;
  --muted: #655E52;
  --line: #C9BEA5;
  --accent: #6C7057;
  --sans: "Work Sans", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --gutter: clamp(24px, 5.2vw, 88px);
  --space: clamp(72px, 8.5vw, 140px);
}
* { box-sizing: border-box; }
html { scroll-behavior: auto; scroll-padding-top: 28px; scrollbar-gutter: stable; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.55 var(--sans); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
::selection { background: #dce0d4; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
img, video { display: block; max-width: 100%; height: auto; }
h1,h2,h3,p,figure { margin: 0; }
h1,h2 { font-family: var(--serif); font-weight: 400; }
h3 { font-weight: 400; }
h1,h2 { line-height: 1.02; letter-spacing: -.035em; }
h1 { font-size: clamp(64px, 7.7vw, 116px); }
h2 { font-size: clamp(40px, 4.6vw, 70px); }
h3 { font-size: 22px; letter-spacing: -.025em; line-height: 1.3; }
ol,ul { margin: 0; padding: 0; list-style: none; }
.wrap { max-width: 1680px; margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--space); }
.eyebrow { font-size: 12px; line-height: 1.4; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.arrow { display: inline-block; font-weight: 400; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; padding-block: 11px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 500; line-height: 1.4; }
.text-link:hover { color: var(--accent); }
.skip-link { position: fixed; top: -80px; left: 18px; z-index: 30; background: var(--ink); color: var(--paper); padding: 10px 18px; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 112px; position: relative; display: flex; align-items: center; gap: 70px; }
.site-header::after { content: ''; position: absolute; left: var(--gutter); right: var(--gutter); bottom: 0; height: 1px; background: var(--line); }
.brand { display: inline-block; flex: none; }
.logo-window { position: relative; display: block; width: 148px; height: 31px; overflow: hidden; mix-blend-mode: darken; }
.logo-window img { width: 324px; max-width: none; height: 324px; position: absolute; left: -87.9px; top: -146.7px;  }
.header-note { font-size: 12px; line-height: 1.35; }
.nav { display: flex; gap: 38px; margin-left: auto; font-size: 14px; font-weight: 500; }
.nav a { padding-block: 10px; position: relative; }
.nav a::after { content: ''; height: 1px; background: currentColor; position: absolute; left: 0; right: 0; bottom: 4px; transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.nav a:hover::after,.nav a[aria-current]::after { transform: scaleX(1); }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 6%; padding-top: 76px; padding-bottom: 70px; }
.hero-copy h1 { margin-top: 27px; }
.hero-copy h1 span { display: block; }
.hero-description { font-size: clamp(17px,1.4vw,21px); color: var(--muted); max-width: 390px; margin-top: 34px; line-height: 1.55; }
.hero-copy .text-link { margin-top: 25px; min-width: 170px; }
.hero-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.hero-visual figure:nth-child(2) { margin-top: 60px; }
.hero-image { display: block; overflow: hidden; }
.hero-image img { width: 100%; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
figcaption { display: flex; justify-content: space-between; gap: 12px; margin-top: 13px; font-size: 12px; line-height: 1.45; }
figcaption span:last-child { color: var(--muted); }
.hero-baseline { display: flex; align-items: center; justify-content: space-between; padding-bottom: 26px; font-size: 12px; }
.hero-baseline a { display: flex; gap: 30px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 55px; }
.section-heading h2 { display: flex; align-items: start; gap: 18px; }
.count { font-size: 11px; letter-spacing: .02em; margin-top: 8px; white-space: nowrap; }
#selected-work { position: relative; }
#selected-work::before { content: ''; position: absolute; left: var(--gutter); right: var(--gutter); top: 0; height: 1px; background: var(--line); }
.projects-grid { display: grid; grid-template-columns: 1.08fr .92fr; column-gap: 9%; row-gap: 86px; align-items: start; }
.project-card:nth-child(even) { margin-top: 100px; }
.project-card { display: block; min-width: 0; }
.project-image { overflow: hidden; }
.project-image img { width: 100%; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.project-meta { display: grid; grid-template-columns: 1fr 22px; gap: 9px; align-items: start; padding-top: 19px; }
.project-number { font-size: 10px; line-height: 27px; }
.project-meta h3 { font-size: clamp(23px,2.2vw,34px); font-family: var(--serif); }
.project-meta p { color: var(--muted); font-size: 12px; margin-top: 7px; }
.project-meta>.arrow { font-size: 22px; line-height: 1; }
.films-section { padding-top: 0; }
.films-section .section-heading { border-top: 1px solid var(--line); padding-top: 55px; }
.film-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 44px; }
.film-card:nth-child(3n+2) { padding-top: 65px; }
.film-trigger { display: block; position: relative; background: #dedfd4; overflow: hidden; }
.film-trigger>img { width: 100%; aspect-ratio: 9/16; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.film-play { position: absolute; left: 18px; bottom: 18px; background: var(--paper); padding: 10px 14px; display: flex; gap: 24px; align-items: center; font-size: 12px; font-weight: 500; transition: transform .3s ease; }
.film-play>span { font-size: 18px; }
.film-card figcaption { font-size: 13px; }
.film-card figcaption a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-footer { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 12px; border-top: 1px solid var(--line); }
.site-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.page-intro { padding-block: 75px 64px; }
.page-intro h1 { margin-top: 22px; }
.work-nav { display: flex; gap: 45px; padding-block: 21px; border-block: 1px solid var(--line); font-size: 14px; }
.work-nav a { display: inline-flex; gap: 30px; align-items: start; }
.work-nav span { font-size: 10px; color: var(--muted); }
.work-nav a:hover { color: var(--accent); }
.work-gallery { padding-block: 60px var(--space); }
.work-films { border-top: 1px solid var(--line); }
.project-top { padding-top: 29px; }
.back-link { display: inline-block; padding: 12px 0; font-size: 12px; }
.back-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.project-title { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; margin-block: 49px 65px; }
.project-title h1 { max-width: 17ch; overflow-wrap: break-word; }
.project-title>div,.project-title>p { font-size: 13px; line-height: 1.5; padding-bottom: 9px; }
.project-title span { display: block; color: var(--muted); margin-top: 5px; }
.project-opener { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 9%; padding-bottom: var(--space); }
.project-opener .secondary-image { width: 92%; margin-left: auto; }
.image-open { display: block; cursor: zoom-in; }
.image-open img { width: 100%; }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px 7%; padding-bottom: var(--space); }
.photo-grid .wide { grid-column: span 2; width: 84%; margin-inline: auto; }
.photo-grid .portrait:nth-child(odd) { width: 88%; margin-inline: auto; }
.project-film { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 15%; border-top: 1px solid var(--line); padding-block: 60px var(--space); }
.project-film h2 { margin-top: 25px; }
.project-film .film-trigger { max-width: 360px; width: 100%; margin-inline: auto; }
.next-project { display: grid; grid-template-columns: 1fr 50px 180px; align-items: center; gap: 35px; border-top: 1px solid var(--line); padding-block: 48px; }
.next-project h2 { font-size: clamp(32px,4vw,60px); margin-top: 15px; }
.next-project>.arrow { font-size: 40px; }
.next-project>img { max-height: 180px; width: 100%; object-fit: contain; object-position: right; }
.film-project { padding-bottom: 65px; }
.film-features { display: flex; justify-content: center; align-items: start; gap: 8%; padding-block: 10px 75px; }
.film-features figure { width: min(44%,430px); }
.film-features figure:nth-child(2) { margin-top: 90px; }
.contact-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10%; padding-block: 84px 100px; min-height: 73vh; }
.contact-hero h1 { margin-top: 30px; }
.contact-description { font-size: 19px; color: var(--muted); margin-top: 35px; }
.email-link { display: inline-flex; align-items: center; gap: 28px; font-size: clamp(25px,3.2vw,48px); letter-spacing: -.055em; border-bottom: 1px solid var(--line); padding-bottom: 12px; margin-block: 46px 55px; white-space: nowrap; }
.email-link>.arrow { font-size: .65em; }
.contact-details { display: flex; justify-content: space-between; align-items: start; gap: 24px; font-size: 12px; }
.contact-details>a { text-decoration: underline; text-underline-offset: 5px; }
.contact-photo { max-width: 440px; margin-left: auto; }
.contact-photo img { width: 100%; }
.not-found { padding-block: 100px 160px; }
.not-found h1 { margin-block: 25px 40px; }
.media-dialog { padding: 0; border: 0; background: var(--ink); color: var(--paper); max-width: min(95vw,1320px); max-height: 94dvh; overflow: visible; }
.media-dialog::backdrop { background: #201d17f5; }
.dialog-close { position: absolute; right: 0; top: -42px; height: 34px; padding: 2px 0; border: 0; background: transparent; color: var(--paper); font-size: 14px; z-index: 3; }
.media-dialog .dialog-image { max-height: calc(100dvh - 140px); max-width: 93vw; width: min(93vw, calc((100dvh - 140px) * var(--image-ratio, 1))); height: auto; aspect-ratio: var(--image-ratio, 1); object-fit: contain; }
.media-dialog video { width: min(86vw, calc((100dvh - 140px) * .5625), 460px); height: auto; aspect-ratio: 9 / 16; object-fit: contain; background: #000; }
.media-caption { padding: 10px 15px; font-size: 12px; max-width: 95vw; }
.dialog-inner { position: relative; }
.image-dialog { background: transparent; }
@media (min-width: 1700px) { .hero { padding-top: 95px; } }
@media (max-width: 1100px) {
  .site-header { gap: 40px; }
  .hero { gap: 4%; }
  .hero-copy h1 { font-size: 7.4vw; }
  .hero-visual { gap: 14px; }
  .hero-visual figure:nth-child(2) { margin-top: 42px; }
  .hero-description { font-size: 17px; max-width: 290px; }
  .film-grid { gap: 26px; }
  .project-title { grid-template-columns: 1fr; gap: 25px; }
  .project-title h1 { max-width: 15ch; }
  .project-title>div { display: flex; gap: 22px; align-items: center; }
  .project-title span { margin-top: 0; }
  .contact-hero { gap: 7%; }
  .contact-details { flex-direction: column; }
}
@media (max-width: 760px) {
  :root { --gutter: 24px; --space: 76px; }
  body { font-size: 16px; }
  .site-header { min-height: 88px; }
  .header-note { display: none; }
  .logo-window { width: 130px; height: 27px; }
  .logo-window img { width: 286px; height: 286px; left: -77.59px; top: -129.50px; }
  .menu-toggle { display: block; margin-left: auto; padding: 12px 0 12px 18px; border: 0; background: transparent; font-size: 13px; }
  .nav { display: none; position: absolute; z-index: 10; top: calc(100% - 1px); left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 20px var(--gutter) 28px; gap: 20px; }
  .nav.is-open { display: flex; }
  .nav a { flex: 1; }
  .hero { grid-template-columns: 1fr; gap: 44px; padding-top: 44px; padding-bottom: 35px; }
  .hero-copy h1 { font-size: clamp(60px,11.4vw,86px); margin-top: 23px; }
  .hero-description { max-width: 360px; margin-top: 25px; font-size: 17px; }
  .hero-copy .text-link { margin-top: 17px; }
  .hero-visual { gap: 15px; }
  .hero-visual figure:nth-child(2) { margin-top: 38px; }
  figcaption { font-size: 11px; margin-top: 10px; }
  .hero-baseline { font-size: 10px; padding-bottom: 25px; gap: 15px; }
  .hero-baseline a { gap: 16px; }
  .section-heading { margin-bottom: 35px; gap: 20px; }
  .section-heading h2 { font-size: clamp(35px,6.5vw,47px); gap: 12px; }
  .section-heading .text-link { font-size: 12px; gap: 20px; }
  .count { display: none; }
  .projects-grid { column-gap: 6%; row-gap: 48px; }
  .project-card:nth-child(even) { margin-top: 55px; }
  .project-meta { grid-template-columns: 1fr 15px; gap: 8px; padding-top: 14px; }
  .project-number { display: none; }
  .project-meta h3 { font-size: 21px; }
  .project-meta p { font-size: 11px; margin-top: 5px; }
  .project-meta>.arrow { font-size: 18px; }
  .film-grid { gap: 30px 18px; }
  .film-card:nth-child(3n+2) { padding-top: 35px; }
  .film-play { left: 10px; bottom: 10px; padding: 7px 9px; gap: 9px; font-size: 10px; }
  .film-play>span { font-size: 14px; }
  .film-card figcaption { font-size: 11px; }
  .film-card figcaption>span { display: none; }
  .site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-block: 25px; font-size: 10px; }
  .site-footer>*:nth-child(even) { text-align: right; }
  .page-intro { padding-block: 48px 40px; }
  .page-intro h1 { font-size: clamp(50px,9.5vw,76px); }
  .work-nav { gap: 40px; }
  .work-gallery { padding-top: 38px; }
  .project-top { padding-top: 16px; }
  .project-title { margin-block: 28px 35px; gap: 23px; }
  .project-title h1 { font-size: clamp(48px,9.5vw,78px); max-width: 14ch; }
  .project-title>div,.project-title>p { font-size: 12px; }
  .project-opener { gap: 5%; }
  .project-opener .secondary-image { width: 100%; }
  .photo-grid { gap: 40px 6%; }
  .photo-grid .wide { width: 100%; }
  .photo-grid .portrait:nth-child(odd) { width: 100%; }
  .project-film { gap: 8%; padding-top: 40px; }
  .project-film h2 { font-size: clamp(28px,5vw,46px); }
  .project-film .eyebrow { font-size: 9px; }
  .next-project { grid-template-columns: 1fr 20px 95px; gap: 18px; padding-block: 32px; }
  .next-project h2 { font-size: 29px; }
  .next-project>.arrow { font-size: 25px; }
  .next-project>img { max-height: 120px; }
  .film-features { gap: 20px; padding-bottom: 40px; }
  .film-features figure { width: min(65%,370px); }
  .film-features figure:nth-child(2) { margin-top: 50px; }
  .contact-hero { grid-template-columns: 1fr; gap: 50px; padding-block: 52px 70px; }
  .contact-hero h1 { font-size: 76px; }
  .contact-description { margin-top: 25px; font-size: 17px; }
  .email-link { font-size: clamp(26px,6.9vw,46px); gap: 24px; margin-block: 35px 34px; }
  .contact-details { flex-direction: row; }
  .contact-photo { width: 80%; margin-left: auto; }
}
@media (max-width: 500px) {
  :root { --gutter: 22px; }
  .projects-grid { grid-template-columns: 1fr; row-gap: 42px; }
  .project-card:nth-child(even) { margin-top: 0; width: 90%; margin-left: auto; }
  .project-meta h3 { font-size: 24px; }
  .film-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px 16px; }
  .film-card:nth-child(3n+2) { padding-top: 0; }
  .film-card:nth-child(even) { padding-top: 32px; }
  .film-card:last-child:nth-child(odd) { grid-column: span 2; width: 64%; margin: 0 auto; }
  .section-heading h2 { font-size: 35px; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-grid .wide { grid-column: auto; }
  .photo-grid .portrait:nth-child(even) { width: 90%; margin-left: auto; }
  .project-opener { grid-template-columns: 1fr; gap: 36px; }
  .project-opener .secondary-image { width: 90%; }
  .project-film { grid-template-columns: 1fr; gap: 32px; }
  .project-film h2 { font-size: 38px; }
  .project-film .film-trigger { width: 75%; }
  .next-project { grid-template-columns: 1fr 28px; }
  .next-project>img { display: none; }
  .film-features { flex-direction: column; align-items: center; gap: 38px; }
  .film-features figure { width: 85%; }
  .film-features figure:nth-child(2) { margin-top: 0; }
}
@media (max-width: 360px) {
  :root { --gutter: 18px; }
  .hero-copy h1 { font-size: 55px; }
  .hero-copy .eyebrow { font-size: 10px; }
  .hero-baseline a { gap: 9px; }
  .section-heading h2 { font-size: 31px; }
  .section-heading .text-link { gap: 12px; font-size: 11px; }
  .email-link { font-size: 25px; gap: 18px; }
}
@media (hover: hover) and (pointer: fine) {
  .text-link:hover .arrow { transform: translate(4px,-4px); }
  .hero-image:hover img { transform: scale(1.025); }
  .project-card:hover .project-image img { transform: scale(1.025); }
  .project-card:hover .arrow { transform: translate(4px,-4px); }
  .film-trigger:hover>img { transform: scale(1.025); }
  .film-trigger:hover .film-play { transform: translateY(-4px); }
  .next-project:hover>.arrow { transform: translate(5px,-5px); }
  .email-link:hover>.arrow { transform: translate(5px,-5px); }
}
@media (hover: none), (pointer: coarse) {
  .hero-image img,.project-image img,.film-trigger>img,.film-play,.arrow { transition: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
  a:hover img,.film-trigger:hover>img,.project-card:hover .project-image img,.film-trigger:hover .film-play,a:hover .arrow { transform: none; }
}
/* Direction 03: the supplied brand type system and six concise content sections. */
.hero-copy h1 { font-size: clamp(68px,7.5vw,112px); margin-top: 22px; }
.hero-description { max-width: 440px; font-size: clamp(16px,1.35vw,19px); line-height: 1.6; }
.hero-copy .text-link { min-width: 216px; }
.hero-visual figcaption { font-size: 11px; }
.about-section { border-top: 1px solid var(--line); }
.about-layout { display: grid; grid-template-columns: .85fr 1.25fr; gap: 12%; }
.about-layout h2 { margin-top: 24px; }
.positioning { font-size: clamp(20px,1.8vw,26px); line-height: 1.5; letter-spacing: -.025em; }
.about-beliefs { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 35px; }
.about-beliefs p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.process-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7%; margin-top: 74px; }
.process-grid li { border-top: 1px solid var(--line); padding-top: 24px; }
.process-grid .eyebrow,.why-grid .eyebrow { color: var(--muted); font-size: 10px; }
.process-grid h3 { margin-top: 20px; }
.process-grid p { font-size: 14px; line-height: 1.65; color: var(--muted); margin-top: 13px; max-width: 355px; }
.services-section { border-top: 1px solid var(--line); display: grid; grid-template-columns: .85fr 1.25fr; gap: 12%; }
.services-intro h2 { margin-top: 24px; }
.services-intro figure { margin-top: 44px; width: 75%; max-width: 270px; }
.services-intro img { width: 100%; }
.services-list li { display: grid; grid-template-columns: 26px 1fr; gap: 14px; padding: 24px 0 26px; border-top: 1px solid var(--line); }
.services-list li:first-child { padding-top: 0; border-top: 0; }
.service-number { font-size: 10px; color: var(--muted); padding-top: 7px; }
.services-list h3 { font-size: 23px; }
.services-list p { color: var(--muted); font-size: 14px; line-height: 1.65; margin-top: 11px; max-width: 470px; }
.why-section { border-top: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7%; }
.why-grid article { border-top: 1px solid var(--line); padding-top: 24px; }
.why-grid h3 { font-family: var(--serif); font-size: 38px; letter-spacing: -.03em; margin-top: 18px; }
.why-grid p { font-size: 14px; line-height: 1.7; color: var(--muted); margin-top: 17px; max-width: 360px; }
.portfolio-heading { display: grid; grid-template-columns: .85fr 1.25fr; gap: 12%; align-items: end; margin-bottom: 66px; }
.portfolio-heading h2 { margin-top: 22px; }
.portfolio-heading>div>p:not(.eyebrow) { max-width: 495px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.portfolio-heading .text-link { margin-top: 20px; }
.study-label { padding-left: 18px; }
.work-motion { margin-top: var(--space); border-top: 1px solid var(--line); padding-top: 52px; }
.work-motion .section-heading h3 { font-family: var(--serif); font-size: 40px; letter-spacing: -.03em; }
.work-description { max-width: 670px; font-size: 17px; line-height: 1.7; color: var(--muted); margin-top: 28px; }
.closing { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 12%; border-top: 1px solid var(--line); padding-block: 70px 80px; }
.closing h2 { font-size: clamp(62px,7.5vw,108px); margin-top: 24px; }
.closing-copy { padding-bottom: 9px; }
.closing-copy p { max-width: 395px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.closing .text-link { min-width: 220px; margin-top: 24px; }
.project-title>div:first-child { display: block; }
.project-title h1 { margin-top: 18px; }
.next-project h2 { font-family: var(--serif); }
.contact-hero h1 { font-size: clamp(62px,7.3vw,106px); }
.contact-description { line-height: 1.65; font-size: 17px; }
.email-link { font-size: clamp(24px,2.5vw,36px); letter-spacing: -.035em; }
@media (max-width: 1100px) and (min-width: 761px) {
  .hero-copy h1 { font-size: 7.7vw; }
  .hero-description { font-size: 16px; }
  .about-layout,.services-section,.portfolio-heading { gap: 7%; grid-template-columns: .9fr 1.1fr; }
  .about-beliefs { grid-template-columns: 1fr; gap: 18px; }
  .process-grid,.why-grid { gap: 5%; }
  .services-list h3 { font-size: 20px; }
  .process-grid h3 { font-size: 20px; }
  .why-grid h3 { font-size: 32px; }
  .contact-hero h1 { font-size: 7.7vw; }
  .desktop-break { display: none; }
}
@media (max-width: 760px) {
  .hero-copy h1 { font-size: clamp(66px,12.6vw,94px); }
  .hero-description { font-size: 16px; max-width: 415px; }
  .hero { padding-top: 42px; }
  .about-layout,.services-section,.portfolio-heading { grid-template-columns: 1fr; gap: 35px; }
  .about-layout h2,.services-intro h2 { font-size: 53px; }
  .positioning { font-size: 21px; }
  .about-beliefs { grid-template-columns: 1fr; gap: 18px; margin-top: 26px; }
  .process-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 44px; }
  .process-grid li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; padding-top: 24px; }
  .process-grid .eyebrow { padding-top: 7px; }
  .process-grid h3 { margin-top: 0; }
  .process-grid p { grid-column: 2; margin-top: 0; max-width: 100%; }
  .services-section { gap: 38px; }
  .services-intro { display: grid; grid-template-columns: 1fr 110px; align-items: center; column-gap: 20px; }
  .services-intro .eyebrow { align-self: end; }
  .services-intro h2 { grid-row: 2; align-self: start; margin-top: 12px; }
  .services-intro figure { grid-column: 2; grid-row: 1 / span 2; width: 100%; margin-top: 0; }
  .services-list h3 { font-size: 20px; }
  .services-list p { font-size: 14px; }
  .services-list li { padding-block: 22px; }
  .why-grid { grid-template-columns: 1fr; gap: 30px; }
  .why-grid article { display: grid; grid-template-columns: 24px 1fr; gap: 12px; }
  .why-grid .eyebrow { padding-top: 10px; }
  .why-grid h3 { margin-top: 0; font-size: 33px; }
  .why-grid p { grid-column: 2; margin-top: 0; max-width: 100%; }
  .portfolio-heading { gap: 27px; margin-bottom: 40px; }
  .portfolio-heading h2 { font-size: 53px; }
  .portfolio-heading .eyebrow { font-size: 10px; }
  .portfolio-heading>div>p:not(.eyebrow) { font-size: 15px; }
  .project-meta h3 { font-size: 30px; }
  .project-meta p { font-size: 11px; }
  .work-motion .section-heading h3 { font-size: 30px; }
  .closing { grid-template-columns: 1fr; gap: 30px; padding-block: 46px 52px; }
  .closing h2 { font-size: 67px; }
  .closing-copy p { max-width: 420px; font-size: 15px; }
  .work-description { font-size: 15px; margin-top: 22px; }
  .project-title h1 { font-size: 67px; }
  .contact-hero h1 { font-size: clamp(60px,11vw,84px); }
  .contact-description { font-size: 16px; }
  .desktop-break { display: none; }
  .email-link { font-size: clamp(24px,5.5vw,34px); gap: 20px; }
}
@media (max-width: 360px) {
  .hero-copy h1 { font-size: 62px; }
  .hero-description { font-size: 15px; }
  .hero-visual figcaption { font-size: 10px; }
  .services-intro { grid-template-columns: 1fr 90px; }
  .services-list h3 { font-size: 18px; }
  .closing h2 { font-size: 59px; }
  .contact-hero h1 { font-size: 60px; }
  .email-link { font-size: 22px; gap: 17px; }
  .work-motion .section-heading { align-items: start; }
  .work-motion .section-heading h3 { font-size: 27px; }
}
