:root {
  --olive: #6f7d58;
  --lime: #c9dfaa;
  --ink: #11130f;
  --cream: #f5f4ef;
  --orange: #ff5a36;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Roboto Condensed", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.hero { min-height: 100svh; padding: 24px 32px 32px; background: var(--lime); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.nav { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; position: relative; z-index: 2; }
.wordmark { font-size: clamp(1.45rem, 2.5vw, 2.25rem); font-weight: 800; letter-spacing: -.09em; line-height: 1; }
.nav-links { display: flex; gap: 28px; font-size: .73rem; font-weight: 700; letter-spacing: .02em; }
.nav-links a, .nav-contact { transition: opacity .2s ease; }
.nav-links a:hover, .nav-contact:hover { opacity: .5; }
.nav-links .is-active, .nav-contact.is-active { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.nav-contact { justify-self: end; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.nav-contact span { margin-left: 5px; }
.hero-content { align-self: center; display: flex; flex: 1; flex-direction: column; justify-content: center; max-width: 1260px; padding: 110px 0 50px; position: relative; width: 100%; z-index: 1; }
.eyebrow, .section-number { font-family: "DM Mono", monospace; font-size: .68rem; letter-spacing: .06em; margin: 0; text-transform: uppercase; }
.hero h1 { font-size: clamp(3.6rem, 8.7vw, 9.7rem); font-weight: 800; letter-spacing: -.09em; line-height: .84; margin: 24px 0 54px; max-width: 1120px; position: relative; z-index: 1; }
.hero-bottom { align-items: end; display: flex; justify-content: space-between; position: relative; z-index: 1; }
.hero-bottom p { font-size: clamp(1rem, 1.5vw, 1.34rem); font-weight: 600; line-height: 1.3; margin: 0; max-width: 415px; }
.round-link { align-items: center; background: var(--ink); border-radius: 50%; color: var(--cream); display: flex; font-size: 1.35rem; height: 64px; justify-content: center; transition: transform .25s ease; width: 64px; }
.round-link:hover { transform: translateY(7px); }
.hero-orbit { border: 1px solid rgba(17,19,15,.25); border-radius: 50%; height: min(51vw, 660px); position: absolute; right: -12vw; top: 13%; width: min(51vw, 660px); }
.hero-orbit span { font-family: "DM Mono", monospace; font-size: .65rem; left: 50%; letter-spacing: .2em; position: absolute; top: 9%; transform: translateX(-50%); }

.section-pad { padding: clamp(90px, 12vw, 180px) 32px; }
.statement { background: var(--olive); color: var(--cream); min-height: 75svh; position: relative; }
.statement h2 { font-size: clamp(2.25rem, 4.2vw, 4.7rem); font-weight: 700; letter-spacing: -.07em; line-height: .96; margin: 72px 0 30px; max-width: 900px; }
.statement-copy { font-size: clamp(1.2rem, 2vw, 1.8rem); font-weight: 500; line-height: 1.25; margin: 0 0 0 auto; max-width: 510px; }

.work { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; }
.section-heading h2 { margin: 0; }
.work-grid { display: grid; gap: 22px; margin-top: 85px; }
.project { display: block; }
.project-art { height: clamp(360px, 53vw, 760px); overflow: hidden; position: relative; transition: transform .35s ease; }
.project:hover .project-art { transform: scale(.985); }
.project-meta { align-items: start; display: flex; justify-content: space-between; padding: 13px 3px 0; }
.project-meta p { font-family: "DM Mono", monospace; font-size: .63rem; letter-spacing: .02em; margin: 0 0 5px; }
.project-meta h3 { font-size: clamp(1.2rem, 2vw, 1.85rem); letter-spacing: -.06em; line-height: 1; margin: 0; }
.project-meta > span { font-size: 1.4rem; }
.tengo-art { background: #d6dbca; color: #37442d; display: flex; align-items: flex-end; padding: 42px; }
.tengo-word { font-size: clamp(4.8rem, 14vw, 15rem); font-weight: 800; letter-spacing: -.11em; line-height: .71; }
.tengo-orbit { border: 1px solid #526044; border-radius: 50%; font-family: "DM Mono", monospace; font-size: .6rem; height: min(26vw, 300px); letter-spacing: .05em; padding: 15px; position: absolute; right: 9%; top: 14%; width: min(26vw, 300px); }
.project-offbrand, .project-travel { display: inline-block; vertical-align: top; width: calc(50% - 14px); }
.project-offbrand { margin-right: 22px; }
.offbrand-art { background: var(--ink); color: #e9ffdc; padding: 35px; }
.offbrand-art > span { font-size: clamp(3rem, 7vw, 7.5rem); font-weight: 800; letter-spacing: -.1em; line-height: .78; position: relative; z-index: 1; }
.offbrand-art i { background: var(--orange); border-radius: 50%; display: block; height: 38%; position: absolute; right: -4%; top: -9%; transform: rotate(14deg); width: 54%; }
.offbrand-art i:nth-of-type(2) { background: #75a8ff; right: 8%; top: 35%; width: 30%; }
.offbrand-art i:nth-of-type(3) { background: #fff5c2; height: 16%; right: 41%; top: 72%; width: 22%; }
.travel-art { background: #ff6c45; color: #f9e2bf; padding: 35px; }
.travel-art span { font-size: clamp(2.3rem, 5vw, 5.4rem); font-weight: 800; letter-spacing: -.1em; line-height: .75; position: relative; z-index: 1; }
.travel-art b { bottom: -7%; color: #ffb84d; font-size: clamp(10rem, 27vw, 24rem); letter-spacing: -.15em; line-height: .8; position: absolute; right: 1%; }

.services { background: var(--ink); color: var(--cream); }
.service-list { margin-left: 33.33%; margin-top: 75px; }
.service-list article { border-top: 1px solid rgba(245,244,239,.35); display: grid; gap: 24px; grid-template-columns: 42px 1.5fr 1fr; padding: 22px 0 42px; }
.service-list span { font-family: "DM Mono", monospace; font-size: .7rem; }
.service-list h3 { font-size: clamp(1.45rem, 2.35vw, 2.55rem); font-weight: 600; letter-spacing: -.07em; line-height: .98; margin: 0; }
.service-list p { font-size: .92rem; line-height: 1.45; margin: 4px 0; max-width: 260px; }

.contact { background: var(--lime); min-height: 80svh; padding: clamp(90px, 12vw, 180px) 32px 40px; display: flex; flex-direction: column; }
.home-intro { align-items: end; background: var(--olive); color: var(--cream); display: flex; font-size: clamp(2rem, 4vw, 4.2rem); font-weight: 600; justify-content: space-between; letter-spacing: -.065em; line-height: .96; min-height: 48svh; padding: clamp(70px, 10vw, 140px) 32px 32px; }
.home-intro p { margin: 0; max-width: 760px; }
.home-intro span { font-family: "DM Mono", monospace; font-size: 1.2rem; }
.site-footer { background: var(--ink); color: var(--cream); display: flex; font-family: "DM Mono", monospace; font-size: .67rem; justify-content: space-between; padding: 20px 32px; }

/* Home designed in Figma */
.figma-home-hero { background: var(--olive); color: #fff; min-height: 679px; padding: 22px 24px; position: relative; }
.figma-home-hero::before { background: var(--olive); content: ""; height: 82px; inset: 0 0 auto; position: absolute; z-index: 1; }
.figma-hero-video { height: 100%; inset: 0; object-fit: cover; object-position: center; pointer-events: none; position: absolute; width: 100%; z-index: 0; }
.figma-nav { align-items: start; display: grid; grid-template-columns: 1fr auto 1fr; position: relative; z-index: 2; }
.brand-lockup { display: flex; flex-direction: column; gap: 8px; }
.figma-wordmark { font-size: 2rem; font-weight: 700; letter-spacing: -.085em; line-height: .8; }
.figma-wordmark img { display: block; height: auto; width: 128px; }
.brand-lockup span { align-self: flex-start; color: var(--lime); display: block; font-size: .73rem; letter-spacing: .01em; margin-left: 1.92px; text-align: justify; text-align-last: justify; width: 124.16px; }
.figma-nav-links { align-items: center; display: flex; gap: clamp(20px, 3.5vw, 45px); font-size: clamp(.9rem, 1.45vw, 1.15rem); }
.figma-menu-toggle { display: none; }
.figma-nav-links a { color: #fff; }
.figma-nav-links .is-active { background: var(--lime); border-radius: 4px; color: var(--olive); font-weight: 700; padding: 3px 10px; }
.figma-contact { border: 2px solid var(--lime); border-radius: 4px; color: #fff; font-size: clamp(.9rem, 1.45vw, 1.15rem); justify-self: end; padding: 1px 8px 3px; }
.figma-hero-copy { bottom: 48px; color: var(--lime); left: 56%; max-width: 860px; position: absolute; right: 24px; z-index: 2; }
.figma-hero-copy h1, .figma-contact-cta h2 { font-size: clamp(2rem, 2.6vw, 2.8rem); font-weight: 700; line-height: .94; margin: 0; }
.figma-hero-copy p { font-size: clamp(1.05rem, 1.85vw, 1.55rem); line-height: 1.1; margin: 11px 0 0; max-width: 790px; }
.figma-intro { padding: 0 24px 30px; }
.figma-intro h2 { color: #4c4c4c; font-size: clamp(2rem, 2.6vw, 2.8rem); font-weight: 700; line-height: .95; margin: 0; padding-top: 28px; text-transform: uppercase; }
.figma-intro p { color: #4c4c4c; font-size: clamp(1.05rem, 1.45vw, 1.25rem); line-height: 1.15; margin: 21px 0 0 25px; max-width: 900px; width: 50vw; }
.figma-work { padding: 0 24px 80px; position: relative; }
.figma-work::before { background: linear-gradient(to bottom, var(--lime) 0%, var(--lime) 96%, transparent 100%); content: ""; left: 24px; position: absolute; top: 20px; bottom: 62px; width: 4px; }
.figma-project { padding: 0 0 72px 25px; position: relative; }
.figma-project::before { background: var(--olive); border-radius: 50%; content: ""; height: 8px; left: -2px; position: absolute; top: 17px; width: 8px; z-index: 1; }
.figma-project-copy { margin: 0 0 18px; padding-top: 8px; }
.figma-project-copy > div { align-items: baseline; display: flex; flex-wrap: wrap; gap: 4px; }
.figma-kicker { color: #4c4c4c; font-size: .72rem; margin: 0; order: 2; text-transform: none; }
.figma-project h2 { color: var(--olive); font-size: clamp(2.2rem, 3.2vw, 3.5rem); font-weight: 700; line-height: .85; margin: 0; text-transform: uppercase; }
.figma-project-copy > p { color: #4c4c4c; font-size: clamp(1.05rem, 1.45vw, 1.25rem); line-height: 1.12; margin: 8px 0 0; max-width: 940px; }
.figma-media { align-items: center; background: var(--lime); color: var(--olive); display: flex; font-size: clamp(2.5rem, 7.5vw, 7rem); font-weight: 700; justify-content: center; min-height: 367px; position: relative; text-transform: uppercase; }
.figma-media > span { opacity: .72; }
.figma-media-tengo { min-height: 367px; }
.figma-media-pair { display: grid; gap: 28px; grid-template-columns: 1fr 2fr; }
.figma-media-pair-reverse { grid-template-columns: 2fr 1fr; }
.figma-media-image { background: #d7e7bd; }
.figma-media-video { background: var(--lime); }
.figma-media-tengo-primary { background: #d7e7bd; }
.figma-media-tengo-secondary { background: var(--olive); color: var(--lime); }
.figma-media-travel { margin-left: 0; }
.figma-contact-cta { background: var(--olive); color: #fff; padding: 24px; }
.figma-contact-form-intro { align-items: center; display: flex; flex-direction: column; margin-bottom: 26px; text-align: center; }
.figma-contact-cta h2 { font-size: clamp(1.55rem, 2.25vw, 2.35rem); margin: 0; max-width: none; text-align: center; white-space: nowrap; }
.figma-contact-form-intro p { font-size: clamp(1.05rem, 1.8vw, 1.5rem); margin: 8px 0 0; }
.creorde-form { background: var(--lime); color: var(--olive); padding: clamp(24px, 3vw, 44px); }
.creorde-form--home { margin-left: 25px; }
.creorde-form label, .creorde-form legend { display: block; font-size: clamp(1.05rem, 1.45vw, 1.25rem); font-weight: 700; }
.creorde-form input[type="text"], .creorde-form input[type="email"], .creorde-form textarea { appearance: none; background: transparent; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; color: var(--olive); font: inherit; font-size: 1.15rem; margin-top: 11px; outline-offset: 4px; padding: 0 0 9px; width: 100%; }
.creorde-select-field { display: block; font-size: clamp(1.05rem, 1.45vw, 1.25rem); font-weight: 700; }
.creorde-select { margin-top: 11px; position: relative; }
.creorde-select select { height: 1px; opacity: 0; pointer-events: none; position: absolute; width: 1px; }
.creorde-select-button { align-items: center; background: var(--lime); border: 0; color: var(--olive); cursor: pointer; display: flex; font: inherit; font-size: 1.15rem !important; font-weight: 400 !important; justify-content: space-between; padding: 10px 12px !important; text-align: left; width: 100%; }
.creorde-select-button span { margin-left: 0 !important; }
.creorde-select-button:hover, .creorde-select-button:focus-visible { background: #d7e7bd !important; color: var(--olive) !important; outline: 2px solid var(--olive) !important; }
.creorde-select-button b { font-size: 1.35rem; line-height: .6; }
.creorde-select-menu { background: var(--olive); box-shadow: 0 10px 24px rgba(17,19,15,.2); display: none; left: 0; padding: 5px; position: absolute; right: 0; top: calc(100% + 3px); z-index: 10; }
.creorde-select.is-open .creorde-select-menu { display: block; }
.creorde-select-menu button { background: transparent; border: 0; color: var(--lime); display: block; font-size: 1.05rem !important; font-weight: 400 !important; padding: 10px 8px !important; text-align: left; width: 100%; }
.creorde-select-menu button:hover, .creorde-select-menu button:focus-visible { background: #1e1e1e; color: var(--lime); outline: 0; }
.creorde-form textarea { border: 1px solid rgba(111,125,88,.55); min-height: 120px; padding: 12px; resize: vertical; }
.creorde-form input:focus, .creorde-form textarea:focus { outline: 2px solid var(--olive); }
.creorde-form small { font-size: .75em; font-weight: 400; }
.creorde-form-top { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.creorde-message { border-top: 1px solid rgba(111,125,88,.55); margin-top: 32px; padding-top: 22px; }
.creorde-form-submit { align-items: end; border-top: 1px solid rgba(111,125,88,.55); display: flex; justify-content: space-between; margin-top: 32px; padding-top: 16px; }
.creorde-form-submit p { font-size: .95rem; margin: 0; }
.creorde-form button { background: var(--olive); border: 1px solid var(--olive); color: var(--lime); cursor: pointer; font: inherit; font-size: clamp(1.25rem, 2vw, 1.7rem); font-weight: 700; padding: 11px 16px; transition: background .2s ease, color .2s ease; }
.creorde-form button:hover, .creorde-form button:focus-visible { background: transparent; color: var(--olive); outline: none; }
.creorde-form button span { margin-left: 12px; }
.creorde-honeypot { display: none; }
.figma-footer { align-items: end; background: #1e1e1e; color: #fff; display: grid; font-size: clamp(1rem, 1.8vw, 1.5rem); grid-template-columns: 1fr auto 1fr; min-height: 220px; padding: 24px; }
.figma-footer .figma-wordmark { align-self: start; }
.figma-footer a:nth-child(2) { color: var(--lime); justify-self: center; }
.figma-footer span { font-size: .8rem; justify-self: end; }

/* Inner pages share the same visual language as the home. */
.figma-subpage { background: var(--cream); min-height: 100svh; }
.figma-page-masthead { background: var(--olive); color: #fff; min-height: 679px; padding: 22px 24px; position: relative; }
.figma-subpage-dark .figma-page-masthead { min-height: 252px; }
.figma-page-title { bottom: 34px; display: grid; grid-template-columns: 1fr 2fr auto; left: 24px; position: absolute; right: 24px; }
.figma-page-title p { align-self: end; color: var(--lime); font-size: .75rem; margin: 0 0 7px; }
.figma-page-title h1 { font-size: clamp(4rem, 10vw, 10rem); font-weight: 700; letter-spacing: -.055em; line-height: .75; margin: 0; text-transform: lowercase; }
.figma-page-title span { align-self: end; color: var(--lime); font-size: 1rem; padding-bottom: 6px; }
.figma-inner-hero-copy { left: 24px; max-width: none; right: 24px; }
.figma-inner-hero-copy h1 { font-size: clamp(1.25rem, 2.35vw, 2.4rem); white-space: nowrap; }
.figma-inner-label { color: var(--lime); font-size: .75rem !important; letter-spacing: .03em; margin-bottom: 9px !important; }
.figma-page-content { padding: clamp(60px, 10vw, 150px) 24px 100px; }
.figma-subpage-dark .figma-page-content { padding-top: 14px; }
.figma-page-lead { color: #4c4c4c; font-size: clamp(1.7rem, 3.4vw, 3.5rem); line-height: .93; margin: 0 0 clamp(85px, 12vw, 170px) 33.33%; max-width: 720px; }
.figma-service-list { border-top: 2px solid var(--olive); margin-left: 0; max-width: none; width: 100%; }
.figma-service-list article { border-bottom: 1px solid rgba(111,125,88,.45); display: grid; gap: 18px 24px; grid-template-columns: 20px minmax(0, 1fr) minmax(0, 1fr); padding: 30px 0 38px; }
.figma-service-list > article > span { color: var(--olive); font-size: .85rem; }
.figma-service-list h2 { color: var(--olive); font-size: clamp(2rem, 3.3vw, 3.6rem); line-height: .85; margin: 0; }
.figma-service-list p { color: #4c4c4c; font-size: 1.1rem; line-height: 1.1; margin: 14px 0 0; max-width: none; }
.figma-service-media { align-self: stretch; background: var(--olive); grid-column: 3; grid-row: 1 / span 2; height: clamp(155px, 14vw, 235px); width: 100%; }
.figma-service-note { align-self: start; color: var(--olive) !important; font-size: .95rem !important; grid-column: 2; grid-row: 2; margin: 0 !important; }
.figma-mini-footer { background: #1e1e1e; color: var(--lime); display: flex; font-size: 1rem; justify-content: space-between; padding: 22px 24px; }
.figma-mini-footer span { color: #fff; font-size: .8rem; }
.figma-work-list { margin: 0 24px; max-width: 1180px; }
.figma-work-list article { border-top: 2px solid var(--olive); display: grid; gap: 22px; grid-template-columns: 35px minmax(0, 1fr) auto; padding: 24px 0 40px; }
.figma-work-list article:last-child { border-bottom: 2px solid var(--olive); }
.figma-work-list > article > span { color: var(--olive); font-size: .85rem; }
.figma-work-title { align-items: baseline; display: flex; flex-wrap: wrap; gap: 7px; }
.figma-work-title h2 { color: var(--olive); font-size: clamp(2rem, 3.3vw, 3.6rem); line-height: .85; margin: 0; }
.figma-work-title p { color: #4c4c4c; font-size: .8rem; margin: 0; }
.figma-work-list article > div > p { color: #4c4c4c; font-size: clamp(1.05rem, 1.45vw, 1.25rem); line-height: 1.12; margin: 10px 0 0; max-width: 820px; }
.figma-work-list a { align-self: start; color: var(--olive); font-size: 2rem; line-height: .8; }
.creorde-work-main { padding: clamp(75px, 11vw, 150px) 24px 120px; }
.creorde-work-list { border-top: 2px solid var(--olive); max-width: 1180px; }
.creorde-work-intro { align-items: baseline; display: flex; gap: 20px; padding: 20px 0 clamp(70px, 10vw, 130px); }
.creorde-work-intro span, .creorde-work-index { color: var(--olive); font-size: .85rem; margin: 0; }
.creorde-work-intro h2 { color: var(--olive); font-size: clamp(2rem, 3vw, 3.2rem); line-height: .88; margin: 0; }
.creorde-work-list article { border-top: 1px solid rgba(111,125,88,.55); display: grid; gap: 36px; grid-template-columns: minmax(190px, .8fr) minmax(0, 2.2fr); padding: 25px 0 46px; }
.creorde-work-list article:last-child { border-bottom: 1px solid rgba(111,125,88,.55); }
.creorde-work-list h3 { color: var(--olive); font-size: clamp(2.5rem, 5vw, 5.5rem); letter-spacing: -.04em; line-height: .78; margin: 0; }
.creorde-work-list article div > p { color: #4c4c4c; font-size: clamp(1.1rem, 1.6vw, 1.45rem); line-height: 1.08; margin: 18px 0 24px; max-width: 680px; }
.creorde-work-link { color: var(--olive); font-size: 1rem; }
.work-explorer { background: var(--cream); display: grid; grid-template-columns: 25% 75%; min-height: 100svh; width: 100%; }
.work-sidebar { border-right: 1px solid rgba(17,19,15,.14); padding: 42px 30px; }
.work-sidebar-heading { margin-bottom: 58px; }
.work-sidebar-heading > span { display: block; font-size: clamp(3rem, 5.8vw, 6.4rem); font-weight: 700; line-height: .72; }
.work-sidebar-heading h2 { color: #4c4c4c; font-size: clamp(1.6rem, 2.6vw, 3rem); font-weight: 400; line-height: .9; margin: 24px 0 0; }
.work-selector { border-top: 1px solid rgba(17,19,15,.1); }
.work-selector-item { align-items: center; background: transparent; border: 0; border-bottom: 1px solid rgba(17,19,15,.1); color: var(--ink); cursor: pointer; display: grid; font-family: inherit; gap: 14px; grid-template-columns: 54px 1fr; padding: 18px 0; text-align: left; transition: opacity .2s ease; width: 100%; }
.work-selector-item:not(.is-active) { opacity: .58; }
.work-selector-item:hover, .work-selector-item:focus-visible { opacity: 1; outline: none; }
.work-swatch { background: var(--olive); border-radius: 4px; display: block; height: 44px; }
.work-selector-item:nth-child(2) .work-swatch { background: var(--cream); border: 1px solid rgba(17,19,15,.18); }
.work-selector-item:nth-child(3) .work-swatch { background: var(--lime); }
.work-selector-item:nth-child(4) .work-swatch { background: var(--ink); }
.work-selector-item small { color: #4c4c4c; display: block; font-size: .74rem; margin-bottom: 4px; }
.work-selector-item strong { display: block; font-size: clamp(1.1rem, 1.7vw, 1.8rem); line-height: .9; }
.work-preview { align-items: flex-end; background: var(--olive); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100%; padding: 42px; position: relative; transition: background-color .35s ease, color .35s ease; }
.work-preview::before { border: 1px solid currentColor; border-radius: 50%; content: ""; height: min(32vw, 480px); opacity: .18; position: absolute; right: 11%; top: 12%; width: min(32vw, 480px); }
.work-preview > * { position: relative; }
.work-preview-meta { font-size: .8rem; margin: 0 0 9px; }
.work-preview h2 { font-size: clamp(4rem, 10vw, 12rem); letter-spacing: -.065em; line-height: .72; margin: 0; max-width: 100%; text-align: right; }
.work-preview-description { font-size: clamp(1.1rem, 1.8vw, 1.65rem); line-height: 1.08; margin: 24px 0 35px; max-width: 620px; text-align: right; }
.work-preview-state { font-size: .8rem; opacity: .72; text-transform: uppercase; }
.work-preview.tone-lime { background: var(--lime); color: var(--olive); }
.work-preview.tone-ink { background: var(--ink); color: var(--lime); }
.work-preview.tone-cream { background: var(--cream); color: var(--olive); }
.figma-subpage-light .figma-page-masthead { background: var(--cream); color: var(--olive); }
.figma-subpage-light .figma-page-masthead .figma-nav-links a { color: var(--olive); }
.figma-subpage-light .figma-page-masthead .figma-contact { border-color: var(--olive); color: var(--olive); }
.figma-subpage-light .figma-page-masthead .brand-lockup span, .figma-subpage-light .figma-page-title p, .figma-subpage-light .figma-page-title span { color: var(--olive); }
.figma-subpage-light .figma-page-title h1 { color: var(--olive); }
.figma-subpage-light .figma-nav-links .is-active { background: var(--olive); color: var(--lime) !important; }
.figma-subpage-light .figma-page-masthead { background: #1e1e1e; color: #fff; min-height: 252px; }
.figma-subpage-light .figma-page-masthead .figma-nav-links a, .figma-subpage-light .figma-page-masthead .figma-contact { color: #fff; }
.figma-subpage-light .figma-page-masthead .figma-contact { border-color: var(--lime); }
.figma-subpage-light .figma-page-masthead .brand-lockup span, .figma-subpage-light .figma-page-title p, .figma-subpage-light .figma-page-title span { color: var(--lime); }
.figma-subpage-light .figma-page-masthead .figma-inner-label { color: var(--lime); }
.figma-subpage-light .figma-page-masthead .figma-inner-hero-copy h1 { color: #fff; }
.figma-subpage-light .figma-nav-links .is-active { background: var(--lime); color: var(--olive) !important; }
.figma-subpage-light .figma-page-masthead { background: var(--olive); }
.work-nav-bar { background: var(--olive); color: #fff; padding: 22px 24px; }
.work-nav-bar .figma-nav-links a, .work-nav-bar .figma-contact { color: #fff; }
.work-nav-bar .figma-contact { border-color: var(--lime); }
.work-nav-bar .brand-lockup span { color: var(--lime); }
.work-nav-bar .figma-nav-links .is-active { background: var(--lime); color: var(--olive) !important; }
.figma-subpage-olive { background: var(--olive); color: #fff; }
.sr-only { clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }
.about-page { background: var(--cream); color: var(--ink); }
.about-hero { background: var(--lime); min-height: 679px; padding: 22px 24px; position: relative; }
.about-hero .figma-nav-links a, .about-hero .figma-contact { color: var(--olive); }
.about-hero .figma-contact { border-color: var(--olive); }
.about-hero .brand-lockup span { color: var(--olive); }
.about-hero .figma-nav-links .is-active { background: var(--olive); color: var(--lime); }
.about-hero-copy { bottom: 44px; left: 24px; position: absolute; right: 24px; }
.about-hero-copy p { color: var(--olive); font-size: .78rem; margin: 0 0 14px; }
.about-hero-copy h1 { color: var(--olive); font-size: clamp(4.15rem, 10vw, 11.25rem); letter-spacing: -.075em; line-height: .73; margin: 0; max-width: 1450px; }
.about-intro-full { background: var(--olive); color: #fff; display: flex; flex-direction: column; justify-content: space-between; min-height: 245px; padding: 30px 24px 34px; }
.about-label { color: var(--lime); font-size: clamp(1rem, 1.7vw, 1.45rem); margin: 0; }
.about-main-copy { font-size: clamp(1.35rem, 2.5vw, 2.45rem); line-height: .98; margin: 12px 0 0; max-width: none; width: 100%; }
.about-principles { display: grid; grid-template-columns: repeat(3, 1fr); }
.about-principles article { border-right: 1px solid rgba(111,125,88,.45); min-height: 315px; padding: 22px 24px 28px; }
.about-principles article:last-child { border-right: 0; }
.about-principles span { color: var(--olive); font-size: .85rem; }
.about-principles h2 { color: var(--olive); font-size: clamp(2.3rem, 3.8vw, 4.4rem); line-height: .8; margin: clamp(52px, 7vw, 88px) 0 16px; }
.about-principles p { color: #4c4c4c; font-size: clamp(1.1rem, 1.5vw, 1.45rem); line-height: 1.1; margin: 0; max-width: 390px; }
.about-closing { background: #1e1e1e; color: #fff; display: flex; flex-direction: column; justify-content: space-between; min-height: 245px; padding: 34px 24px; }
.about-closing p { font-size: clamp(1.35rem, 2.5vw, 2.45rem); line-height: .98; margin: 0; max-width: none; width: 100%; }
.about-closing a { align-self: center; color: var(--lime); font-size: 1.55rem; margin-top: 28px; }
.figma-subpage-olive .figma-page-masthead { background: var(--lime); color: var(--olive); }
.figma-subpage-olive .figma-page-masthead .figma-nav-links a, .figma-subpage-olive .figma-page-masthead .figma-contact { color: var(--olive); }
.figma-subpage-olive .figma-page-masthead .figma-contact { border-color: var(--olive); }
.figma-subpage-olive .figma-page-masthead .brand-lockup span, .figma-subpage-olive .figma-page-title p, .figma-subpage-olive .figma-page-title span { color: var(--olive); }
.figma-subpage-olive .figma-page-title h1 { color: var(--olive); }
.figma-subpage-olive .figma-nav-links .is-active { background: var(--olive); color: var(--lime) !important; }
.figma-about { min-height: 690px; padding: 72px 24px 120px; }
.figma-about-statement { font-size: clamp(2.1rem, 4.5vw, 5.3rem); line-height: .87; margin: 0 0 130px 33.33%; max-width: 720px; }
.figma-about-copy { border-top: 2px solid var(--lime); margin-left: 33.33%; max-width: 950px; padding-top: 20px; }
.figma-about-copy p { font-size: clamp(1.25rem, 2vw, 2.05rem); line-height: 1.03; margin: 0 0 30px; max-width: 760px; }
.figma-subpage-contact { background: var(--olive); color: #fff; }
.figma-subpage-contact .figma-page-masthead { min-height: 104px; }
.figma-contact-page { padding: 28px 24px 80px; }
.figma-contact-heading { align-items: center; display: flex; flex-direction: column; text-align: center; }
.figma-contact-heading > p { color: var(--lime); font-size: clamp(1.05rem, 1.8vw, 1.5rem); margin: 0 0 8px; }
.figma-contact-page h2 { font-size: clamp(1.55rem, 2.25vw, 2.35rem); line-height: .9; margin: 0; max-width: none; text-align: center; white-space: nowrap; }
.figma-contact-page > p { font-size: clamp(1.1rem, 1.8vw, 1.5rem); margin: 8px 0 35px; text-align: center; }
.creorde-form--contact { margin-top: 38px; }
.creorde-form--contact .creorde-form-top { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.figma-contact-email { color: var(--lime); display: block; font-size: clamp(1.1rem, 1.8vw, 1.5rem); margin: 28px 0 0; }
.figma-contact-email span { border-bottom: 1px solid currentColor; }
.thanks-page { background: var(--olive); color: #fff; }
.thanks-main { display: flex; flex-direction: column; justify-content: space-between; min-height: 100svh; padding: 24px; }
.thanks-main > section { align-self: center; margin: auto 0; max-width: 860px; width: 100%; }
.thanks-main section > p:first-child { color: var(--lime); font-size: 1rem; margin: 0 0 18px; }
.thanks-main h1 { font-size: clamp(2rem, 4.2vw, 4.5rem); letter-spacing: -.065em; line-height: .88; margin: 0; white-space: nowrap; }
.thanks-main h1 + p { font-size: clamp(1.2rem, 2vw, 1.8rem); line-height: 1.1; margin: 32px 0; max-width: 490px; }
.thanks-main section a { border: 1px solid var(--lime); color: var(--lime); display: inline-block; font-size: clamp(1.15rem, 1.7vw, 1.5rem); padding: 10px 14px; }
.thanks-main section a span { margin-left: 12px; }

.page { min-height: 100svh; }
.page-dark { background: var(--ink); color: var(--cream); }
.page-olive { background: var(--olive); color: var(--cream); }
.page-lime { background: var(--lime); }
.page-nav { padding: 24px 32px; }
.page-main { padding: clamp(50px, 8vw, 130px) 32px 100px; }
.page-header { display: grid; grid-template-columns: 1fr 2fr; }
.page-header h1 { font-size: clamp(4.5rem, 12vw, 13rem); font-weight: 700; grid-column: 2; letter-spacing: -.1em; line-height: .76; margin: 0; text-transform: lowercase; }
.page-header > p:last-child { font-size: clamp(1rem, 1.6vw, 1.35rem); font-weight: 500; grid-column: 2; line-height: 1.3; margin: 42px 0 0; max-width: 440px; }
.page-main .service-list { margin-left: 33.33%; margin-top: clamp(100px, 16vw, 220px); }
.page-main .work-grid { margin-top: clamp(100px, 16vw, 220px); }
.about-copy { font-size: clamp(1.4rem, 3.1vw, 3.65rem); font-weight: 500; letter-spacing: -.07em; line-height: .98; margin: clamp(110px, 18vw, 260px) 0 0 33.33%; max-width: 950px; }
.about-copy p { margin: 0 0 42px; }
.contact-main { display: flex; flex-direction: column; min-height: calc(100svh - 88px); }
.contact-email { align-self: flex-start; border-bottom: 2px solid var(--ink); font-size: clamp(1.4rem, 3.6vw, 3.4rem); font-weight: 700; letter-spacing: -.065em; margin: auto 0 0 33.33%; padding-bottom: 8px; }
.contact-email span { font-family: "DM Mono", monospace; font-size: .75em; margin-left: 20px; }
.contact > a { align-self: flex-start; border-bottom: 2px solid var(--ink); font-size: clamp(1.4rem, 3vw, 2.8rem); font-weight: 700; letter-spacing: -.06em; padding-bottom: 8px; }
.contact > a span { font-family: "DM Mono", monospace; font-size: .75em; margin-left: 20px; }

@media (max-width: 900px) {
  .hero, .section-pad, .contact, .home-intro, .page-nav, .page-main { padding-left: 18px; padding-right: 18px; }
  .nav { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero-content { padding-top: 80px; }
  .hero h1 { letter-spacing: -.085em; }
  .hero-orbit { height: 70vw; right: -27vw; top: 16%; width: 70vw; }
  .work-grid { margin-top: 55px; }
  .project-art { height: 88vw; }
  .project-offbrand, .project-travel { display: block; margin: 22px 0 0; width: 100%; }
  .tengo-art { padding: 20px; }
  .tengo-orbit { height: 41vw; right: 8%; width: 41vw; }
  .service-list, .page-main .service-list { margin-left: 0; margin-top: 55px; }
  .service-list article { gap: 14px; grid-template-columns: 28px 1fr; }
  .service-list p { grid-column: 2; margin-top: 0; }
  .page-header { display: block; }
  .page-header h1 { font-size: clamp(4.2rem, 21vw, 7rem); margin-top: 64px; }
  .page-header > p:last-child { margin-top: 32px; }
  .page-main .work-grid { margin-top: 80px; }
  .about-copy { margin: 90px 0 0; }
  .contact-email { margin-left: 0; }
  .figma-home-hero { min-height: 600px; padding: 20px 18px; }
  .figma-home-hero::before { height: 120px; }
  .figma-hero-video { display: block; height: auto; inset: 120px 0 auto; object-fit: contain; width: 100%; }
  .figma-nav { grid-template-columns: 1fr auto; }
  .figma-nav-links { display: flex; grid-column: 1 / -1; grid-row: 2; justify-content: space-between; margin-top: 22px; width: 100%; }
  .figma-contact { font-size: .95rem; }
  .figma-hero-copy { bottom: 32px; left: 18px; right: 18px; }
  .figma-hero-copy h1, .figma-intro h2, .figma-contact-cta h2 { font-size: 2rem; }
  .figma-inner-hero-copy h1 { font-size: 2rem; white-space: normal; }
  .figma-intro, .figma-work { padding-left: 18px; padding-right: 18px; }
  .figma-intro { padding-bottom: 25px; }
  .figma-intro p { max-width: none; width: auto; }
  .figma-project-copy { display: block; margin-left: 0; }
  .figma-project-copy > div { display: flex; }
  .figma-project-copy > p { margin-top: 14px; }
  .figma-media, .figma-media-tengo, .figma-media-travel { margin-left: 0; min-height: 56vw; }
  .figma-media-pair { gap: 12px; grid-template-columns: 1fr; margin-left: 0; }
  .figma-contact-cta { min-height: 420px; padding: 18px; }
  .figma-contact-form-intro { align-items: flex-start; margin-bottom: 20px; text-align: left; }
  .figma-contact-cta h2 { margin-left: 0; text-align: left; white-space: normal; }
  .figma-contact-form-intro p { margin-top: 10px; }
  .creorde-form--home { margin-left: 0; }
  .creorde-form-top, .creorde-form--contact .creorde-form-top { grid-template-columns: 1fr; }
  .creorde-form-submit { align-items: start; flex-direction: column; gap: 18px; }
  .figma-footer { grid-template-columns: 1fr; gap: 24px; min-height: 260px; padding: 18px; }
  .figma-footer a:nth-child(2), .figma-footer span { justify-self: start; }
  .figma-page-masthead { min-height: 600px; }
  .figma-subpage-dark .figma-page-masthead { min-height: 390px; }
  .figma-subpage-light .figma-page-masthead { min-height: 390px; }
  .figma-subpage-contact .figma-page-masthead { min-height: 170px; }
  .figma-page-title { display: block; }
  .figma-page-title p { margin-bottom: 16px; }
  .figma-page-title h1 { font-size: clamp(4.2rem, 18vw, 8rem); }
  .figma-page-title span { display: none; }
  .figma-page-content { padding: 45px 18px 70px; }
  .figma-subpage-dark .figma-page-content { padding-top: 12px; }
  .figma-page-lead, .figma-service-list, .figma-about-statement, .figma-about-copy, .figma-contact-page h2 { margin-left: 0; }
  .figma-page-lead { margin-bottom: 65px; }
  .figma-service-list article { grid-template-columns: 26px 1fr; }
  .figma-service-media { grid-column: 2; grid-row: 3; height: 42vw; max-height: 230px; }
  .figma-service-note { grid-column: 2; grid-row: 2; }
  .figma-service-note { grid-column: 2; margin-top: 5px !important; }
  .figma-work-list { margin-left: 18px; margin-right: 18px; }
  .figma-work-list article { grid-template-columns: 26px minmax(0, 1fr) auto; }
  .creorde-work-main { padding: 65px 18px 80px; }
  .creorde-work-list article { display: block; padding: 22px 0 36px; }
  .creorde-work-index { margin-bottom: 24px; }
  .work-explorer { display: flex; flex-direction: column-reverse; }
  .work-preview { min-height: 62svh; padding: 24px 18px; }
  .work-preview::before { height: 65vw; right: -14vw; top: 10%; width: 65vw; }
  .work-preview h2 { font-size: clamp(3.3rem, 14vw, 5.5rem); }
  .work-sidebar { border-right: 0; padding: 42px 18px; }
  .work-sidebar-heading { margin-bottom: 32px; }
  .work-selector-item { grid-template-columns: 48px 1fr; }
  .figma-about { min-height: 0; padding: 55px 18px 75px; }
  .figma-about-statement { margin-bottom: 75px; }
  .figma-contact-page { padding: 24px 18px 55px; }
  .figma-contact-heading { align-items: flex-start; text-align: left; }
  .figma-contact-heading > p { margin: 0 0 14px; }
  .figma-contact-page h2 { text-align: left; white-space: normal; }
  .figma-contact-page > p { text-align: left; }
  .creorde-form--contact { margin-top: 28px; }
  .about-hero { min-height: 600px; padding: 20px 18px; }
  .about-hero-copy { bottom: 32px; left: 18px; right: 18px; }
  .about-hero-copy h1 { font-size: clamp(3.4rem, 16vw, 6rem); }
  .about-intro-full, .about-closing { display: flex; min-height: 300px; padding: 42px 18px; }
  .about-label { margin-bottom: 36px; }
  .about-main-copy, .about-closing p { font-size: clamp(1.45rem, 6vw, 2.2rem); }
  .about-principles { display: block; }
  .about-principles article { border-bottom: 1px solid rgba(111,125,88,.45); border-right: 0; min-height: 0; padding: 30px 18px 48px; }
  .about-principles h2 { margin: 60px 0 20px; }
  .about-closing a { display: inline-block; margin-top: 38px; }
}

@media (max-width: 600px) {
  .figma-menu-toggle { display: none; }
  .figma-nav-links { align-items: center; background: var(--lime); border-radius: 999px; display: flex; flex-direction: row; gap: 0; grid-column: 1 / -1; grid-row: 2; justify-content: center; justify-self: center; margin-top: 18px; max-width: 100%; padding: 8px; width: auto; }
  .figma-nav.is-nav-stuck { z-index: 100; }
  .figma-nav.is-nav-stuck .figma-nav-links { box-shadow: 0 8px 18px rgba(17,19,15,.2); left: 50%; margin-top: 0; max-width: calc(100% - 36px); position: fixed; right: auto; top: 22px; transform: translateX(-50%); width: max-content; z-index: 100; }
  .figma-nav-links a { color: var(--olive); font-size: .92rem; padding: 5px 7px; text-align: center; white-space: nowrap; }
  .figma-nav-links .is-active { background: var(--olive); border-radius: 999px; color: var(--lime); }
  .figma-home-hero { min-height: 0; padding-bottom: 32px; }
  .figma-hero-copy { bottom: auto; left: auto; margin-top: 18px; position: relative; right: auto; }
  .figma-page-masthead, .figma-subpage-dark .figma-page-masthead, .figma-subpage-contact .figma-page-masthead { min-height: 0; padding: 20px 18px 18px; }
  .figma-inner-hero-copy { bottom: auto; left: auto; margin-top: 18px; position: relative; right: auto; }
  .about-hero { min-height: 0; padding-bottom: 32px; }
  .about-hero-copy { bottom: auto; left: auto; margin-top: 18px; position: relative; right: auto; }
  .figma-contact-page { padding-top: 18px; }
  .figma-hero-video { display: none; }
  .figma-media-tengo { min-height: 72vw; }
}
