@charset "UTF-8";

:root { color-scheme: light; --paper: #f5f3ed; --ink: #20211f; --muted: #65675f; --line: #d5d5ca; --blue: #243ddb; --serif: "Baskerville", "Times New Roman", serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
button, a, summary { touch-action: manipulation; }
button:not(:disabled), summary { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
button, a, summary { outline-offset: 6px; }
:focus-visible { outline: 2px solid var(--blue); }
::selection { background: var(--blue); color: white; }
h1, h2, h3, h4, p, figure { margin: 0; }
.shell { max-width: 1512px; margin-inline: auto; padding-inline: 64px; }
.eyebrow { font-size: 11px; line-height: 1.5; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 10; top: 12px; left: 12px; padding: 16px; background: var(--ink); color: white; }
.site-header { min-height: 126px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { width: 246px; flex-shrink: 0; }
.brand img, .footer-logo img { width: 100%; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 36px; font-size: 13px; }
.site-header nav a { padding-block: 12px; }
.site-header nav a:hover { color: var(--blue); }
.nav-contact { display: flex; gap: 34px; border-bottom: 1px solid var(--ink); }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1.03fr 1fr; align-items: center; gap: 28px; padding-block: 52px 56px; }
.hero-copy { padding-bottom: 12px; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 26px; }
.tiny-fold { width: 10px; height: 13px; background: var(--blue); clip-path: polygon(0 0, 100% 0, 100% 70%, 65% 100%, 0 100%); }
h1 { font-size: 170px; line-height: .84; font-weight: 500; letter-spacing: -.082em; margin-left: -8px; }
.full-stop { color: var(--blue); }
.hero-description { margin-top: 32px; font-size: 19px; line-height: 1.5; letter-spacing: -.025em; }
.round-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 26px; font-size: 12px; font-weight: 500; }
.arrow-disc { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid #a7a99e; border-radius: 50%; font-size: 20px; transition: background .2s, color .2s, transform .2s; }
.round-link:hover .arrow-disc { background: var(--ink); color: var(--paper); transform: translateY(3px); }
.fold-study { --tone-light: #6b86ff; --tone-main: #2345ec; --tone-dark: #101d76; align-self: stretch; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.fold-study[data-finish="orange"] { --tone-light: #ffb568; --tone-main: #ee601b; --tone-dark: #7f2a12; }
.fold-study[data-finish="ink"] { --tone-light: #969991; --tone-main: #4a4d47; --tone-dark: #171915; }
.study-topline { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-family: "SFMono-Regular", Consolas, monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }
.study-art { position: relative; }
.paper-art { width: 100%; height: auto; overflow: visible; }
.tone-light { stop-color: var(--tone-light); }
.tone-main { stop-color: var(--tone-main); }
.tone-dark { stop-color: var(--tone-dark); }
stop { transition: stop-color .45s ease; }
.crease { fill: none; stroke: white; stroke-width: 1; opacity: .5; }
.sculpture { transform-origin: 50% 50%; animation: arrive 1.1s cubic-bezier(.2,.7,.2,1) both; }
.sculpture path { transition: d .85s cubic-bezier(.22,.7,.2,1), fill .45s ease; }
.paper-shadow { transition: transform .8s, opacity .8s; transform-origin: center; }
.fold-study[data-folded="false"] .paper-shadow { transform: scaleX(.58); opacity: .55; }
.fold-study[data-folded="false"] .paper-middle, .fold-study[data-folded="false"] .paper-bottom path:not(.crease), .fold-study[data-folded="false"] .paper-upper path:not(.crease) { fill: var(--tone-main); }
.registration-marks { fill: none; stroke: #9b9f94; stroke-width: 1; }
.art-note { position: absolute; right: 0; top: 45%; font-size: 10px; line-height: 1.4; color: var(--muted); transform: translate(33px, 0) rotate(90deg); }
.study-caption { border-top: 1px solid var(--line); padding-top: 18px; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 14px; }
.study-label { font-size: 10px; color: var(--muted); }
.study-caption p { font-size: 12px; margin-top: 4px; }
.study-controls { display: flex; gap: 22px; align-items: center; }
[hidden] { display: none !important; }
.swatches { display: flex; gap: 3px; }
.swatch { position: relative; width: 30px; height: 36px; border: 0; background: none; padding: 0; }
.swatch::before { content: ""; position: absolute; inset: 10px 7px; border-radius: 50%; background: var(--swatch); }
.swatch[aria-pressed="true"]::after { content: ""; position: absolute; inset: 5px 2px; border: 1px solid var(--ink); border-radius: 50%; }
.swatch-blue { --swatch: #2345ec; }
.swatch-orange { --swatch: #ee601b; }
.swatch-ink { --swatch: #4a4d47; }
.fold-toggle { min-width: 76px; min-height: 36px; padding: 8px 0 8px 12px; border: 0; border-left: 1px solid var(--line); background: transparent; font-size: 11px; display: flex; gap: 14px; justify-content: space-between; }
.fold-toggle:hover { color: var(--blue); }
.intro-line { display: flex; align-items: center; gap: 16px; padding-block: 23px; font-size: 14px; border-block: 1px solid var(--line); }
.intro-line p:first-child { color: var(--muted); }
.intro-line p:nth-child(2) { margin-left: auto; }
.intro-line > span { font-size: 29px; margin-left: 50px; }
.services { display: grid; grid-template-columns: 1fr 1.32fr; gap: 100px; padding-block: 96px; }
.section-intro .eyebrow { margin-bottom: 27px; }
h2 { font-size: 58px; font-weight: 400; line-height: 1.03; letter-spacing: -.054em; }
.serif-line { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.04em; }
.section-intro > p:not(.eyebrow) { font-size: 15px; color: var(--muted); line-height: 1.6; max-width: 300px; margin-top: 27px; }
.underlined-link { display: inline-flex; align-items: center; gap: 35px; padding-block: 8px; margin-top: 20px; border-bottom: 1px solid var(--ink); font-size: 12px; }
.underlined-link:hover { color: var(--blue); border-color: var(--blue); }
.service-list details { border-top: 1px solid var(--line); }
.service-list details:last-child { border-bottom: 1px solid var(--line); }
.service-list summary { display: flex; align-items: center; gap: 23px; list-style: none; padding: 27px 0; }
.service-list summary::-webkit-details-marker { display: none; }
.service-list summary:hover h3 { color: var(--blue); }
.service-number { font-size: 10px; align-self: center; color: var(--muted); }
.service-list h3 { font-size: 27px; font-weight: 400; letter-spacing: -.045em; }
.plus { margin-left: auto; width: 18px; height: 18px; position: relative; flex-shrink: 0; }
.plus::before, .plus::after { content: ""; position: absolute; width: 15px; height: 1px; background: currentColor; left: 1px; top: 8px; transition: transform .2s; }
.plus::after { transform: rotate(90deg); }
details[open] .plus::after { transform: rotate(0); }
.service-body { padding: 0 34px 29px; }
.service-body > p { font-size: 14px; line-height: 1.6; max-width: 450px; }
.service-body ul { list-style: none; padding: 0; margin: 19px 0; display: flex; gap: 7px; flex-wrap: wrap; }
.service-body li { border: 1px solid #cbcdc2; padding: 6px 10px; font-size: 10px; border-radius: 2px; }
.service-body .deliverable { color: var(--muted); font-size: 12px; }
.studio { background: #e7e8df; padding-block: 74px; }
.studio-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 112px; }
.studio-copy .eyebrow { margin-bottom: 27px; }
.studio-copy h2 { font-size: 45px; }
.studio-copy > p:not(.eyebrow) { max-width: 455px; font-size: 14px; line-height: 1.65; margin-top: 23px; }
.studio-copy .studio-note { color: var(--muted); font-size: 12px !important; }
.process h3 { font-size: 19px; font-weight: 400; letter-spacing: -.025em; line-height: 1.3; }
.process ol { list-style: none; margin: 22px 0 0; padding: 0; }
.process li { border-top: 1px solid #c6c9bc; display: flex; gap: 19px; padding: 15px 0; }
.process li:last-child { padding-bottom: 0; }
.process li > span { font-size: 10px; padding-top: 3px; color: var(--muted); }
.process h4 { font-size: 13px; font-weight: 500; }
.process p { max-width: 390px; font-size: 12px; line-height: 1.6; color: #55594e; margin-top: 5px; }
.contact { padding-top: 48px; }
.contact-panel { position: relative; background: var(--blue); color: white; padding: 49px 48px 54px; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.contact-panel::after { content: ""; position: absolute; top: 0; right: 0; width: 38px; height: 38px; background: linear-gradient(45deg,#152896 50%,var(--paper) 50%); }
.contact .eyebrow { color: #d5daff; margin-bottom: 24px; }
.contact h2 { font-size: 67px; }
.contact-action { width: 240px; flex-shrink: 0; }
.contact-action > p { font-size: 14px; line-height: 1.5; color: #e1e5ff; }
.contact-button { display: flex; justify-content: space-between; align-items: center; background: var(--paper); color: var(--ink); padding: 15px 18px; margin-top: 22px; font-size: 16px; transition: background .2s, color .2s; }
.contact-button:hover { background: var(--ink); color: white; }
.contact-button:focus-visible { outline-color: white; }
.contact-button span { font-size: 22px; }
.email-address, .email-hint { display: block; font-size: 12px; margin-top: 15px; }
.email-hint { font-size: 10px; color: #d5daff; margin-top: 6px; }
.site-footer { min-height: 138px; display: flex; align-items: center; gap: 40px; font-size: 10px; color: var(--muted); }
.footer-logo { width: 183px; margin-right: auto; }
.site-footer > a:last-child { color: var(--ink); padding-block: 14px; }
.site-footer > a:last-child span { margin-left: 22px; }
@keyframes arrive { from { opacity: 0; transform: translateY(18px) rotate(-3deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }

@media (min-width: 1512px) { h1 { font-size: 184px; } }
@media (max-width: 1199px) {
  .shell { padding-inline: 40px; }
  .hero { gap: 30px; padding-top: 36px; }
  h1 { font-size: 138px; }
  .hero-description { font-size: 17px; }
  .services { gap: 60px; }
  h2 { font-size: 50px; }
  .service-list h3 { font-size: 23px; }
  .studio-grid { gap: 70px; }
  .studio-copy h2 { font-size: 39px; }
  .contact h2 { font-size: 55px; }
  .contact-panel { padding: 42px 36px; }
}
@media (max-width: 959px) {
  .shell { padding-inline: 30px; }
  .site-header { min-height: 110px; gap: 20px; }
  .brand { width: 208px; }
  .site-header nav { gap: 22px; font-size: 11px; }
  .nav-contact { gap: 20px; }
  h1 { font-size: 108px; margin-left: -5px; }
  .hero { gap: 20px; padding-block: 38px 42px; }
  .hero-description { font-size: 15px; }
  .hero .eyebrow { font-size: 9px; margin-bottom: 22px; }
  .round-link { font-size: 10px; gap: 9px; }
  .study-caption { gap: 10px; }
  .study-caption p { font-size: 11px; }
  .study-controls { gap: 13px; }
  .art-note { display: none; }
  .intro-line { font-size: 11px; }
  .intro-line > span { margin-left: 12px; }
  .services { padding-block: 72px; gap: 48px; grid-template-columns: .85fr 1.15fr; }
  h2 { font-size: 42px; }
  .service-list h3 { font-size: 21px; }
  .service-list summary { gap: 13px; padding-block: 24px; }
  .service-body { padding-inline: 0; }
  .studio { padding-block: 60px; }
  .studio-grid { gap: 40px; }
  .studio-copy h2 { font-size: 31px; }
  .contact-panel { gap: 25px; padding-inline: 30px; }
  .contact h2 { font-size: 44px; }
  .contact-action { width: 205px; }
}
@media (max-width: 699px) {
  .shell { padding-inline: 22px; }
  .site-header { min-height: 101px; position: relative; flex-wrap: wrap; gap: 0 16px; padding-top: 7px; padding-bottom: 7px; }
  .brand { width: 208px; }
  .menu-toggle { align-items: center; gap: 17px; min-height: 44px; padding: 10px 0 10px 10px; border: 0; background: transparent; font-size: 11px; }
  .menu-toggle span { font-size: 19px; }
  .has-js .menu-toggle { display: flex; }
  .site-header nav { width: 100%; gap: 20px; justify-content: space-between; padding-bottom: 12px; }
  .has-js .site-header nav { display: none; }
  .has-js .site-header nav.is-open { display: flex; }
  .nav-contact { gap: 10px; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-top: 35px; padding-bottom: 33px; }
  .hero-copy { padding-bottom: 0; }
  .hero .eyebrow { font-size: 9px; }
  h1 { font-size: 126px; }
  .hero-description { font-size: 17px; margin-top: 27px; }
  .round-link { margin-top: 21px; font-size: 11px; }
  .fold-study { max-width: 440px; width: 100%; justify-self: center; }
  .study-art { margin-block: -3px; }
  .study-caption { padding-top: 13px; }
  .study-caption p { font-size: 10px; }
  .study-label { font-size: 9px; }
  .study-controls { gap: 9px; }
  .fold-toggle { min-width: 70px; font-size: 10px; gap: 8px; }
  .swatches { gap: 0; }
  .intro-line { flex-wrap: wrap; gap: 6px 12px; padding-block: 23px; font-size: 12px; position: relative; }
  .intro-line p:first-child { width: 100%; max-width: 280px; line-height: 1.6; }
  .intro-line p:nth-child(2) { margin-left: 0; }
  .intro-line > span { position: absolute; right: 22px; bottom: 19px; }
  .services { grid-template-columns: 1fr; padding-block: 58px; gap: 39px; }
  .section-intro .eyebrow { margin-bottom: 23px; }
  h2 { font-size: 48px; }
  .section-intro > p:not(.eyebrow) { max-width: 330px; margin-top: 20px; font-size: 14px; }
  .underlined-link { margin-top: 14px; }
  .service-list h3 { font-size: 25px; }
  .service-list summary { gap: 15px; padding-block: 23px; }
  .service-body { padding-left: 28px; padding-right: 0; }
  .service-body > p { font-size: 13px; }
  .service-body .deliverable { font-size: 11px; }
  .studio-grid { grid-template-columns: 1fr; gap: 34px; }
  .studio { padding-block: 53px; }
  .studio-copy h2 { font-size: 38px; }
  .studio-copy .eyebrow { margin-bottom: 22px; }
  .studio-copy > p:not(.eyebrow) { font-size: 13px; }
  .process h3 { font-size: 20px; }
  .process h3 br { display: none; }
  .process p { max-width: 340px; }
  .contact { padding-top: 24px; }
  .contact-panel { display: block; padding: 35px 26px; }
  .contact .eyebrow { font-size: 9px; max-width: 180px; margin-bottom: 24px; }
  .contact h2 { font-size: 43px; }
  .contact-action { width: 100%; margin-top: 26px; }
  .contact-action > p { font-size: 13px; }
  .contact-button { margin-top: 18px; }
  .contact-panel::after { width: 28px; height: 28px; }
  .site-footer { min-height: 148px; flex-wrap: wrap; justify-content: space-between; gap: 0 20px; padding-block: 20px; }
  .footer-logo { width: 169px; }
  .site-footer > span { font-size: 9px; }
  .site-footer > a:last-child { width: 100%; border-top: 1px solid var(--line); margin-top: 8px; padding-top: 16px; }
}
@media (max-width: 379px) {
  h1 { font-size: 114px; }
}
@media (max-width: 359px) {
  .shell { padding-inline: 18px; }
  .brand { width: 183px; }
  .menu-toggle { gap: 10px; }
  h1 { font-size: 101px; }
  .hero-description { font-size: 15px; }
  .service-list h3 { font-size: 22px; }
  .study-caption { align-items: flex-start; }
  .study-controls { width: 100%; justify-content: space-between; }
  .intro-line p:first-child { max-width: 238px; }
  .studio-copy h2 { font-size: 33px; }
  .contact-panel { padding-inline: 21px; }
  .contact h2 { font-size: 37px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
