/* Safik — editorial portfolio. No external font or animation dependencies. */
:root {
  --ink: #161916;
  --ink-soft: #20261f;
  --cream: #f3f0e7;
  --paper: #faf8f1;
  --gold: #e5c563;
  --muted: #b8beb2;
  --text-muted: #62685c;
  --line: rgba(243, 240, 231, .18);
  --line-light: rgba(22, 25, 22, .18);
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, button, input, textarea, select { font-family: var(--sans); }
::selection { background: var(--gold); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-size: 16px; }
button, input, select, textarea, summary, a { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { border-radius: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
em { font-family: var(--serif); font-weight: 400; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 6px; }
.light-section :focus-visible, .contact-form-panel :focus-visible { outline-color: #62632c; }
.wrap { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; background: var(--gold); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { font-size: 11px; font-weight: 650; letter-spacing: .16em; line-height: 1.6; text-transform: uppercase; }
.light-section { background: var(--cream); color: var(--ink); }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(22, 25, 22, .97); border-bottom: 1px solid var(--line); }
@supports (backdrop-filter: blur(12px)) { .site-header { background: rgba(22, 25, 22, .88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); } }
.header-inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 32px; }
.logo { display: inline-flex; align-items: center; min-height: 44px; font-size: 32px; font-weight: 750; letter-spacing: -.065em; line-height: 1; }
.logo span { color: var(--gold); }
.main-nav { display: flex; align-items: center; gap: 35px; font-size: 13px; font-weight: 500; }
.main-nav > a { display: inline-flex; min-height: 44px; align-items: center; transition: color .2s ease; }
.main-nav > a:hover { color: var(--gold); }
.main-nav .nav-cta { gap: 25px; padding: 8px 19px; border: 1px solid rgba(229, 197, 99, .65); color: var(--gold); }
.nav-cta span { font-size: 20px; }
.nav-toggle { display: none; }

.hero { display: grid; grid-template-columns: 1.12fr 1fr; gap: clamp(48px, 5vw, 80px); align-items: center; padding-top: 52px; padding-bottom: 61px; }
.hero-copy, .hero-visual { min-width: 0; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); margin-bottom: 25px; letter-spacing: .12em; }
.status-dot { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--gold); }
h1 { font-size: clamp(51px, 4.65vw, 70px); font-weight: 520; letter-spacing: -.062em; line-height: 1.02; }
h1 em { color: var(--gold); letter-spacing: -.07em; }
.hero-description { max-width: 490px; margin-top: 27px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 29px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 23px; min-height: 52px; padding: 13px 21px; font-size: 13px; font-weight: 650; line-height: 1.5; transition: background .2s ease, transform .2s ease; }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover { background: #f0d780; transform: translateY(-2px); }
.button span { font-size: 21px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; font-size: 13px; font-weight: 600; border-bottom: 1px solid currentColor; transition: color .2s ease; }
.text-link span { display: inline-block; font-size: 19px; transition: transform .2s ease; }
.text-link:hover { color: var(--gold); }
.text-link:hover span { transform: translate(2px, -2px); }
.hero-note { margin-top: 17px; color: #9ca392; font-size: 11px; letter-spacing: .015em; }
.hero-visual { position: relative; padding: 12px 12px 32px 0; }
.portrait-frame { position: relative; width: 100%; aspect-ratio: 1 / 1.08; border: 1px solid rgba(243,240,231,.3); background: #41493b; }
.portrait-frame::before { content: ""; position: absolute; z-index: -1; inset: -13px -13px 13px 13px; border: 1px solid rgba(229,197,99,.5); }
.portrait-frame::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(9,16,9,.72)); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.portrait-caption { position: absolute; z-index: 1; bottom: 23px; left: 25px; right: 25px; display: flex; justify-content: space-between; align-items: end; gap: 16px; font-size: 10px; color: #fffdf5; }
.portrait-caption span:first-child { font-weight: 650; letter-spacing: .21em; }
.portrait-caption span:last-child { font-size: 11px; }
.portrait-label { position: absolute; bottom: 6px; left: -34px; z-index: 2; display: flex; align-items: center; gap: 15px; padding: 19px 24px; color: var(--ink); background: var(--gold); font-size: 13px; line-height: 1.45; transform: rotate(-3deg); }
.label-star { font-size: 39px; line-height: 1; }
.portrait-label strong { font-weight: 650; }
.photo-coordinate { position: absolute; right: 13px; bottom: 2px; color: var(--muted); font-size: 9px; letter-spacing: .16em; }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr) 1.05fr; border-top: 1px solid var(--line); padding: 30px 0 36px; }
.proof-item { display: flex; align-items: center; gap: 17px; padding-right: 20px; }
.proof-item + .proof-item { padding-left: 25px; border-left: 1px solid var(--line); }
.proof-item strong { font-size: clamp(27px, 2.8vw, 38px); font-weight: 500; line-height: 1; letter-spacing: -.055em; white-space: nowrap; }
.proof-item strong span { font-size: .62em; color: var(--gold); vertical-align: top; padding-left: 3px; }
.proof-item p { color: var(--muted); font-size: 10px; line-height: 1.6; }
.proof-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 54px; border-left: 1px solid var(--line); padding-left: 29px; font-size: 12px; line-height: 1.6; }
.proof-link span { font-size: 29px; color: var(--gold); transition: transform .2s ease; }
.proof-link:hover span { transform: translate(3px, 3px); }

.work-section { padding: 93px 0 82px; }
.section-top > .eyebrow { margin-bottom: 28px; }
.section-intro { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
h2 { font-size: clamp(40px, 4.25vw, 62px); font-weight: 500; line-height: 1.04; letter-spacing: -.055em; }
h2 em { letter-spacing: -.055em; }
.section-intro > p { max-width: 350px; padding-bottom: 4px; font-size: 14px; line-height: 1.75; color: var(--muted); }
.light-section .section-intro > p { color: var(--text-muted); }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; margin-top: 44px; }
.work-card { display: flex; flex-direction: column; align-items: stretch; background: var(--paper); border: 1px solid var(--line-light); padding: 29px 32px 20px; min-width: 0; transition: border-color .25s ease, transform .25s ease; }
.work-card:hover { border-color: #8e956c; transform: translateY(-3px); }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.project-number { font-size: 12px; font-family: var(--serif); font-style: italic; }
.project-category { max-width: 85%; text-align: right; font-size: 9px; font-weight: 600; letter-spacing: .1em; line-height: 1.55; color: var(--text-muted); }
.experience-logo { display: flex; align-items: center; justify-content: flex-start; height: 86px; margin: -7px 0 24px; overflow: hidden; }
.experience-logo img { display: block; flex: none; }
.experience-logo-aimer img { width: 170px; max-width: 78%; height: auto; }
.experience-logo-bridgeon img { width: 210px; height: 210px; object-fit: contain; }
.experience-logo-brototype img { width: 220px; height: 220px; object-fit: contain; mix-blend-mode: screen; }
.work-card h3 { font-weight: 550; font-size: clamp(25px, 2.5vw, 35px); line-height: 1.15; letter-spacing: -.045em; }
.role { margin-top: 8px; font-size: 12px; color: var(--text-muted); }
.work-result { display: flex; align-items: baseline; flex-wrap: wrap; column-gap: 9px; row-gap: 3px; margin: 28px 0 17px; }
.work-result strong { font-size: clamp(32px, 3.4vw, 46px); line-height: 1; letter-spacing: -.06em; font-weight: 500; }
.work-result > span { font-size: 11px; color: var(--text-muted); }
.work-result .result-divider { height: 26px; width: 1px; background: var(--line-light); margin: 0 8px; align-self: center; }
.work-result-text strong { font-size: clamp(26px, 2.65vw, 35px); line-height: 1.12; }
.work-card > p:not(.role) { color: var(--text-muted); max-width: 460px; font-size: 13px; line-height: 1.75; margin-bottom: 27px; }
.work-card details { margin-top: auto; border-top: 1px solid var(--line-light); font-size: 13px; }
.work-card summary { display: flex; list-style: none; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 0 7px; min-height: 49px; font-size: 12px; font-weight: 600; }
.work-card summary::-webkit-details-marker { display: none; }
.work-card summary span { font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.work-card details[open] summary span { transform: rotate(45deg); }
.work-card details p { margin-top: 12px; color: var(--text-muted); font-size: 13px; line-height: 1.75; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: 19px 0 6px; }
.tags li { padding: 5px 8px; border: 1px solid var(--line-light); font-size: 10px; }
.work-card-featured { color: var(--cream); background: var(--ink-soft); border-color: var(--ink-soft); }
.work-card-featured .project-category, .work-card-featured .role, .work-card-featured > p:not(.role), .work-card-featured .work-result > span, .work-card-featured details p { color: var(--muted); }
.work-card-featured .work-result strong { color: var(--gold); }
.work-card-featured details, .work-card-featured .tags li { border-color: var(--line); }
.work-card-featured :focus-visible { outline-color: var(--gold); }
.results-note { margin-top: 22px; font-size: 10px; color: var(--text-muted); line-height: 1.6; }

.brands-section { padding: 55px 0 68px; border-bottom: 1px solid var(--line); }
.brands-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 26px; }
.brands-heading .eyebrow { color: var(--muted); font-size: 10px; }
.brands-heading > p:last-child { font-size: 11px; color: var(--muted); }
.brand-grid { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); gap: 1px; background: #e5e6df; border: 1px solid #e5e6df; }
.brand-logo { display: flex; align-items: center; justify-content: center; height: 98px; padding: 21px 15px; background: #fff; min-width: 0; }
.brand-logo img { width: auto; height: auto; max-width: 100%; max-height: 59px; object-fit: contain; }
.approach-section { padding-top: 86px; padding-bottom: 96px; }
.approach-section h2 em { color: var(--gold); }
.approach-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 29px; margin-top: 53px; }
.approach-card { border-top: 1px solid var(--line); padding-top: 19px; display: flex; flex-direction: column; align-items: stretch; }
.step-number { display: flex; justify-content: space-between; align-items: center; color: var(--gold); font-size: 11px; letter-spacing: .04em; }
.step-number span { font-size: 22px; transition: transform .2s ease; }
.approach-card:hover .step-number span { transform: translate(3px, -3px); }
.approach-card h3 { font-size: 24px; font-weight: 500; letter-spacing: -.035em; line-height: 1.18; margin-top: 27px; }
.approach-card > p { font-size: 12px; line-height: 1.8; margin-top: 18px; color: var(--muted); }
.capability { display: block; margin-top: auto; padding-top: 29px; font-size: 8px; font-weight: 600; letter-spacing: .115em; color: var(--muted); }
.about-section { padding: 91px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.about-title .eyebrow { margin-bottom: 26px; }
.about-mark { display: block; margin-top: 44px; font-family: var(--serif); font-style: italic; font-size: 95px; font-weight: 400; line-height: .8; letter-spacing: -.13em; color: #9b9f82; }
.about-copy { padding-top: 39px; }
.about-copy p { font-size: 14px; line-height: 1.9; color: var(--text-muted); margin-top: 19px; }
.about-copy .large-copy { margin-top: 0; font-size: 23px; letter-spacing: -.03em; line-height: 1.4; color: var(--ink); }
.about-copy .text-link { margin-top: 24px; }
.light-section .text-link:hover { color: #62632c; }

.contact-section { display: grid; grid-template-columns: 1fr 1.09fr; gap: clamp(45px, 6vw, 96px); padding-top: 97px; padding-bottom: 87px; align-items: start; }
.contact-copy { min-width: 0; }
.contact-copy > .eyebrow { margin-bottom: 30px; }
.contact-copy h2 { font-size: clamp(45px, 4.8vw, 69px); line-height: 1.02; }
.contact-copy h2 em { color: var(--gold); }
.contact-copy > p:not(.eyebrow) { max-width: 375px; margin-top: 26px; font-size: 14px; line-height: 1.8; color: var(--muted); }
.review-note { display: flex; align-items: start; gap: 20px; max-width: 375px; margin-top: 34px; padding-top: 23px; border-top: 1px solid var(--line); }
.review-note > span { color: var(--gold); font-size: 27px; line-height: 1.2; }
.review-note p { font-size: 11px; line-height: 1.8; color: var(--muted); }
.contact-form-panel { padding: 33px 32px 30px; background: var(--cream); color: var(--ink); min-width: 0; }
.contact-form-panel > .eyebrow { font-size: 9px; color: var(--text-muted); margin-bottom: 12px; }
.contact-form-panel h3 { font-size: 27px; font-weight: 500; line-height: 1.18; letter-spacing: -.04em; max-width: 350px; }
.lead-form { margin-top: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 15px; }
.form-field { display: flex; flex-direction: column; align-items: stretch; min-width: 0; }
.form-field label { margin-bottom: 7px; font-size: 11px; font-weight: 600; line-height: 1.45; }
.form-field label span { color: #6d6333; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-width: 0; max-width: 100%; min-height: 46px; border: 1px solid #bbbeb0; border-radius: 0; padding: 10px 11px; color: var(--ink); background: #faf8f1; font-size: 16px; line-height: 1.4; transition: border-color .2s ease, background .2s ease; }
.form-field select { padding-right: 26px; text-overflow: ellipsis; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: #71775f; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #4a563d; background: #fffdf6; }
.form-field input:focus-visible, .form-field select:focus-visible, .form-field textarea:focus-visible { outline: 2px solid #73794f; outline-offset: 2px; }
.form-field textarea { min-height: 108px; resize: vertical; font-size: 16px; }
.form-field textarea::placeholder { color: #727668; opacity: 1; font-size: 13px; }
.form-field [aria-invalid="true"] { border-color: #a02727; }
.form-field-full { margin-top: 20px; }
.lead-submit { width: 100%; min-height: 52px; margin-top: 21px; padding: 13px 15px; border: 1px solid var(--ink); background: var(--ink); color: var(--cream); font-size: 13px; font-weight: 600; line-height: 1.5; transition: background .2s ease, color .2s ease; }
.lead-submit:hover { background: #344030; }
.lead-submit:disabled { cursor: wait; opacity: .7; }
.form-field input:disabled, .form-field select:disabled, .form-field textarea:disabled { opacity: .65; cursor: wait; }
.form-status { margin-top: 13px; font-size: 12px; line-height: 1.65; }
.form-status:empty { display: none; }
.form-status.error { color: #9d2727; }
.form-status.success { color: #2f6135; }
.contact-reassurance { margin-top: 13px; font-size: 10px; color: var(--text-muted); line-height: 1.7; }
.site-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 30px; padding: 26px 0 30px; border-top: 1px solid var(--line); }
.site-footer .logo { font-size: 27px; }
.site-footer > p, .site-footer > span { color: var(--muted); font-size: 10px; }
.back-top { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; font-size: 11px; }
.back-top span { font-size: 19px; color: var(--gold); }

/* A single entrance, then quiet, functional motion. All content is visible without JS. */
@keyframes enter-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes enter-portrait { from { opacity: 0; transform: translateY(20px) rotate(1deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: enter-up .75s cubic-bezier(.2,.65,.3,1) both; }
  .hero-visual { animation: enter-portrait .85s .12s cubic-bezier(.2,.65,.3,1) both; }
  .js .reveal-on-scroll { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.65,.3,1); }
  .js .reveal-on-scroll.in-view { opacity: 1; transform: translateY(0); }
  .js .work-card.in-view:hover { transform: translateY(-3px); }
}

@media (min-width: 1440px) {
  .hero { padding-top: 64px; padding-bottom: 73px; }
  .hero-description { font-size: 17px; }
}
@media (max-width: 1199px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 44px; }
  h1 { font-size: clamp(54px, 5.55vw, 67px); }
  .hero-actions { gap: 16px; }
  .hero-actions .button { font-size: 12px; gap: 14px; padding-inline: 16px; }
  .hero-actions .text-link { font-size: 12px; gap: 9px; }
  .portrait-label { left: -23px; padding: 16px 20px; }
  .photo-coordinate { letter-spacing: .09em; font-size: 8px; }
  .proof-item { gap: 12px; padding-right: 16px; }
  .proof-item + .proof-item { padding-left: 18px; }
  .proof-item p { font-size: 9px; }
  .proof-link { padding-left: 21px; font-size: 11px; }
  .work-card { padding-inline: 26px; }
  .brand-logo { padding: 18px 11px; height: 84px; }
  .approach-grid { gap: 22px; }
  .approach-card h3 { font-size: 22px; }
  .about-grid { gap: 70px; }
  .contact-form-panel { padding: 30px 26px 27px; }
}
@media (max-width: 979px) {
  .header-inner { min-height: 78px; }
  .main-nav { gap: 24px; }
  .hero { grid-template-columns: 1.1fr 1fr; gap: 32px; padding-top: 42px; padding-bottom: 47px; }
  h1 { font-size: clamp(45px, 5.7vw, 57px); }
  .hero .eyebrow { font-size: 9px; letter-spacing: .075em; gap: 8px; margin-bottom: 23px; }
  .hero-description { font-size: 14px; margin-top: 23px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 9px; margin-top: 23px; }
  .hero-note { margin-top: 12px; font-size: 10px; }
  .portrait-frame { aspect-ratio: 1 / 1.18; }
  .portrait-caption { left: 18px; right: 18px; bottom: 20px; }
  .portrait-caption span:last-child { display: none; }
  .portrait-label { left: -14px; padding: 14px 17px; font-size: 11px; gap: 12px; }
  .label-star { font-size: 31px; }
  .photo-coordinate { display: none; }
  .proof-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .proof-item { display: block; }
  .proof-item p { margin-top: 10px; font-size: 10px; }
  .proof-link { align-items: center; }
  .section-intro { gap: 36px; }
  .section-intro > p { max-width: 310px; font-size: 13px; }
  .work-section, .about-section { padding-block: 72px; }
  .work-grid { gap: 18px; }
  .work-card { padding: 25px 23px 17px; }
  .work-result { column-gap: 7px; }
  .work-result strong { font-size: 34px; }
  .work-result .result-divider { margin-inline: 4px; }
  .work-result-text strong { font-size: 29px; }
  .brand-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .brand-logo { height: 97px; padding: 18px 28px; }
  .brand-logo img { max-width: 130px; max-height: 58px; }
  .approach-section { padding-block: 73px; }
  .approach-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 37px 32px; margin-top: 41px; }
  .approach-card h3 { font-size: 28px; margin-top: 22px; }
  .approach-card > p { font-size: 13px; max-width: 300px; }
  .capability { font-size: 9px; }
  .about-grid { gap: 42px; }
  .about-copy { padding-top: 35px; }
  .about-copy .large-copy { font-size: 21px; }
  .contact-section { grid-template-columns: .82fr 1.18fr; gap: 32px; padding-block: 75px; }
  .contact-copy h2 { font-size: 49px; }
  .contact-copy > p:not(.eyebrow) { font-size: 13px; }
  .contact-form-panel { padding: 27px 23px; }
  .form-grid { grid-template-columns: 1fr; gap: 17px; }
  .contact-form-panel h3 { font-size: 25px; }
}
@media (max-width: 719px) {
  html { scroll-padding-top: 91px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 72px; flex-wrap: wrap; gap: 0; }
  .logo { font-size: 29px; }
  .main-nav { width: 100%; flex-wrap: wrap; justify-content: space-between; gap: 4px 15px; padding-bottom: 13px; font-size: 12px; }
  .main-nav .nav-cta { padding: 7px 13px; gap: 18px; }
  .js .nav-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-width: 76px; min-height: 44px; padding: 9px 0 9px 12px; border: 0; background: transparent; font-size: 12px; }
  .menu-icon { width: 21px; display: flex; flex-direction: column; gap: 5px; }
  .menu-icon i { display: block; width: 21px; height: 1px; background: var(--cream); transition: transform .2s ease; }
  .nav-toggle[aria-expanded="true"] .menu-icon i:first-child { transform: translateY(3px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .menu-icon i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .js .main-nav { display: none; flex-direction: column; align-items: stretch; padding: 8px 0 18px; }
  .js .main-nav.is-open { display: flex; }
  .js .main-nav > a { padding: 10px 0; font-size: 15px; min-height: 48px; }
  .js .main-nav .nav-cta { padding-inline: 15px; margin-top: 7px; justify-content: space-between; }
  .hero { grid-template-columns: 1fr; gap: 32px; padding-top: 35px; padding-bottom: 34px; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .1em; margin-bottom: 23px; }
  h1 { font-size: clamp(39px, 9.2vw, 54px); line-height: 1.05; letter-spacing: -.058em; }
  .hero-description { max-width: 460px; font-size: 15px; line-height: 1.75; margin-top: 22px; }
  .hero-actions { flex-direction: row; align-items: center; gap: 14px 24px; margin-top: 24px; }
  .hero-actions .button { min-height: 52px; font-size: 12px; padding-inline: 17px; }
  .hero-actions .text-link { font-size: 12px; }
  .hero-note { margin-top: 13px; font-size: 10px; }
  .hero-visual { width: min(100%, 448px); justify-self: center; padding: 11px 11px 29px 11px; }
  .portrait-frame { height: auto; aspect-ratio: 1 / 1; max-height: 420px; }
  .portrait-frame::before { inset: -10px -10px 10px 10px; }
  .portrait-label { left: 0; bottom: 6px; padding: 14px 18px; font-size: 12px; }
  .portrait-caption { bottom: 26px; left: 20px; right: 20px; }
  .portrait-caption span:last-child { display: block; font-size: 10px; }
  .label-star { font-size: 34px; }
  .proof-strip { grid-template-columns: 1fr 1fr; padding: 25px 0 29px; gap: 25px 0; }
  .proof-item { padding: 0 15px 0 0; }
  .proof-item + .proof-item { padding-left: 22px; }
  .proof-item:nth-child(3) { border-left: 0; padding-left: 0; }
  .proof-item strong { font-size: 34px; }
  .proof-item p { font-size: 10px; margin-top: 8px; }
  .proof-link { padding-left: 22px; font-size: 11px; }
  .work-section { padding: 55px 0 49px; }
  .section-top > .eyebrow { margin-bottom: 21px; }
  .eyebrow { font-size: 10px; }
  .section-intro { display: block; }
  h2 { font-size: clamp(40px, 7.9vw, 55px); }
  .section-intro > p { max-width: 450px; margin-top: 22px; padding: 0; font-size: 13px; line-height: 1.8; }
  .work-grid { margin-top: 31px; grid-template-columns: 1fr; gap: 16px; }
  .work-card { padding: 26px 24px 18px; }
  .card-top { margin-bottom: 26px; }
  .work-card h3 { font-size: 29px; }
  .work-result { margin-top: 25px; margin-bottom: 17px; gap: 8px; }
  .work-result strong { font-size: 39px; }
  .work-result-text strong { font-size: 31px; }
  .work-card > p:not(.role) { margin-bottom: 25px; }
  .work-card summary { min-height: 51px; }
  .work-card details p { font-size: 13px; }
  .results-note { font-size: 10px; margin-top: 18px; }
  .brands-section { padding-top: 36px; padding-bottom: 43px; }
  .brands-heading { display: block; margin-bottom: 20px; }
  .brands-heading .eyebrow { font-size: 9px; }
  .brands-heading > p:last-child { margin-top: 8px; font-size: 11px; }
  .brand-logo { height: 83px; padding: 15px; }
  .brand-logo img { max-width: 100%; max-height: 49px; }
  .approach-section { padding-top: 51px; padding-bottom: 55px; }
  .approach-grid { gap: 32px 23px; margin-top: 33px; }
  .approach-card h3 { font-size: 23px; margin-top: 19px; }
  .approach-card > p { font-size: 12px; margin-top: 14px; }
  .capability { font-size: 8px; padding-top: 22px; letter-spacing: .075em; }
  .about-section { padding-block: 54px; }
  .about-grid { grid-template-columns: 1fr; gap: 29px; }
  .about-title .eyebrow { margin-bottom: 22px; }
  .about-mark { display: none; }
  .about-copy { padding: 0; }
  .about-copy .large-copy { font-size: 22px; max-width: 360px; }
  .about-copy p { font-size: 13px; margin-top: 17px; }
  .about-copy .text-link { margin-top: 19px; }
  .contact-section { grid-template-columns: 1fr; padding-top: 55px; padding-bottom: 43px; gap: 32px; }
  .contact-copy > .eyebrow { margin-bottom: 23px; }
  .contact-copy h2 { font-size: clamp(49px, 10vw, 66px); }
  .contact-copy > p:not(.eyebrow) { max-width: 440px; font-size: 14px; margin-top: 22px; }
  .review-note { margin-top: 24px; padding-top: 20px; max-width: 440px; }
  .contact-form-panel { padding: 29px 24px 25px; }
  .contact-form-panel h3 { font-size: 29px; }
  .lead-form { margin-top: 25px; }
  .form-grid { grid-template-columns: 1fr 1fr; gap: 19px 15px; }
  .form-field label { font-size: 11px; }
  .form-field input, .form-field select { min-height: 48px; }
  .lead-submit { min-height: 54px; font-size: 13px; }
  .contact-reassurance { font-size: 10px; }
  .site-footer { gap: 8px 20px; padding: 21px 0 23px; }
  .site-footer .logo { order: 0; }
  .site-footer > p { width: calc(100% - 100px); order: 1; text-align: right; }
  .site-footer > span { order: 2; }
  .site-footer .back-top { order: 3; }
}
@media (max-width: 399px) {
  .wrap { width: calc(100% - 36px); }
  .hero .eyebrow { font-size: 8px; letter-spacing: .07em; }
  h1 { font-size: 39px; }
  .hero-description { font-size: 14px; }
  .hero-actions { gap: 8px 20px; }
  .hero-actions .button { font-size: 12px; gap: 16px; }
  .hero-actions .text-link { font-size: 11px; }
  .hero-visual { margin-top: 2px; }
  .portrait-caption span:last-child { font-size: 8px; }
  .work-card { padding: 23px 20px 16px; }
  .work-card h3 { font-size: 27px; }
  .project-category { font-size: 8px; }
  .work-result strong { font-size: 35px; }
  .work-result-text strong { font-size: 29px; }
  .work-result > span { font-size: 10px; }
  .brand-logo { padding: 13px 10px; height: 76px; }
  .approach-grid { grid-template-columns: 1fr; gap: 27px; }
  .approach-card h3 { font-size: 27px; }
  .approach-card > p { font-size: 13px; }
  .capability { font-size: 9px; padding-top: 19px; }
  .contact-form-panel { padding: 26px 20px; }
  .contact-form-panel h3 { font-size: 27px; }
  .form-grid { grid-template-columns: 1fr; gap: 17px; }
  .site-footer > p { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal-on-scroll { opacity: 1; transform: none; }
  .work-card:hover, .js .work-card.in-view:hover, .button-primary:hover, .text-link:hover span, .proof-link:hover span, .approach-card:hover .step-number span { transform: none; }
}
@media print {
  body { background: #fff; color: #161916; font-size: 12px; }
  .site-header { position: static; background: #fff; color: #161916; }
  .nav-toggle, .contact-form-panel, .hero-actions, .back-top { display: none !important; }
  .wrap { width: 100%; }
  .hero, .work-section, .approach-section, .about-section, .contact-section { padding-block: 25px; }
  .hero, .about-grid { gap: 30px; }
  h1 { font-size: 47px; }
  h2 { font-size: 34px; }
  .hero-visual { max-width: 300px; }
  .work-card, .approach-card { break-inside: avoid; }
  .js .reveal-on-scroll { opacity: 1; transform: none; }
}

/* Hero text hierarchy - 2026-09-22 */
#hero-heading {
  font-weight: 400;
}

#hero-heading .hero-soft {
  font-weight: 400;
  color: rgba(245, 243, 235, 0.72);
}

#hero-heading strong {
  font-weight: 700;
  color: #f5f3eb;
}
