:root {
  color-scheme: light;
  --ink: #303936;
  --paper: #f8f9f6;
  --white: #ffffff;
  --sage: #e3ebdf;
  --lavender: #e4dff0;
  --peach: #f1e4d9;
  --sky: #e3edf0;
  --muted: #626e66;
  --focus: #536957;
  --line: #d6ddd4;
  --pad: clamp(1.25rem, 4.6vw, 4.5rem);
  --body: "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); font: 1rem/1.6 var(--body); -webkit-font-smoothing: antialiased; }
::selection { color: var(--ink); background: var(--lavender); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { outline-offset: 5px; }
:focus-visible { outline: 2px solid var(--focus); }
h1, h2, h3, p { overflow-wrap: break-word; }
section[id] { scroll-margin-top: 1.5rem; }
.page-shell { width: min(100%, 1560px); margin-inline: auto; }
.page-shell > *, main > *, section > *, article > *, form > * { min-width: 0; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .75rem 1rem; color: white; background: var(--ink); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

/* The wordmark stays in normal flow without cropping or animated transforms. */
.site-header { position: relative; z-index: 20; display: flex; align-items: center; gap: 2rem; margin-inline: var(--pad); padding-block: 1.5rem; border-bottom: 1px solid var(--line); }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 1.5rem; }
.brand-name { display: block; padding: .1em .08em .14em 0; font: 400 2.5rem/1.1 var(--serif); letter-spacing: -.06em; }
.brand-meta { padding-left: 1.5rem; border-left: 1px solid var(--line); color: var(--muted); font-size: .75rem; line-height: 1.5; }
.site-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; flex: 1; gap: clamp(1rem, 2vw, 2rem); }
.site-nav a { padding-block: .55rem; font-size: .875rem; transition: color 180ms ease; }
.site-nav a:hover { color: var(--focus); text-decoration: underline; text-underline-offset: .4rem; }
.header-cta { display: inline-flex; align-items: center; gap: 1.3rem; padding: .85rem 1.3rem; border-radius: 99px; background: var(--sage); font-size: .875rem; font-weight: 500; transition: background 180ms ease; }
.header-cta:hover { background: #d6e1d1; }
.menu-toggle { display: none; }

.hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 4rem clamp(2rem, 5vw, 5rem); padding: clamp(3.5rem, 7vw, 7rem) var(--pad) 2rem; }
.hero-copy { align-self: center; }
.eyebrow, .section-index, .statement-kicker { margin: 0; color: var(--muted); font-size: .75rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow { display: inline-block; padding: .55rem .9rem; border: 1px solid var(--line); border-radius: 99px; letter-spacing: .06em; }
.hero-title { margin: 1.8rem 0 1.6rem; font-size: clamp(2.65rem, 5.2vw, 5rem); font-weight: 500; line-height: 1.16; letter-spacing: -.055em; }
.title-line { display: block; white-space: normal; }
.hero-title em { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; color: #60735e; }
.hero-intro > p { max-width: 33rem; margin: 0; color: var(--muted); font-size: 1.0625rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 3.25rem; max-width: 100%; padding: .9rem 1.35rem; border: 1px solid transparent; border-radius: 99px; color: var(--white); background: var(--ink); font-size: .875rem; font-weight: 500; line-height: 1.4; cursor: pointer; transition: background 180ms ease, box-shadow 180ms ease; }
.button:hover { background: #48554d; box-shadow: 0 3px 10px #30393614; }
.button > span { flex-shrink: 0; }
.text-link { display: inline-flex; align-items: center; gap: .6rem; padding-block: .65rem; font-size: .875rem; text-decoration: underline; text-underline-offset: .3rem; text-decoration-color: #a7b2a4; }
.text-link:hover { text-decoration-color: var(--ink); }

/* A still, fully visible typographic signature replaces the rotating panel. */
.studio-panel { display: flex; flex-direction: column; justify-content: space-between; container-type: inline-size; min-width: 0; align-self: stretch; padding: clamp(1.35rem, 2.8vw, 2.75rem); border-radius: 26px; background: var(--sage); }
.panel-note { margin: 0; color: #52634f; font-size: .8125rem; }
.panel-wordmark { align-self: center; max-width: 100%; padding: .4em .05em .5em; font: 400 clamp(3rem, 6.8vw, 6.5rem)/1.2 var(--serif); letter-spacing: -.055em; white-space: nowrap; }
.panel-wordmark > span { color: #7e8979; }
.panel-disciplines { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.panel-disciplines > div { display: flex; align-items: center; gap: .85rem; min-width: 0; padding: 1rem .85rem; border-radius: 12px; background: #f8f9f699; font-size: .875rem; line-height: 1.6; overflow-wrap: anywhere; }
.panel-disciplines > div:last-child { background: var(--lavender); }
.panel-initial { flex: 0 0 1.8rem; text-align: center; font: 400 2rem/1.2 var(--serif); }
.panel-disciplines small { color: var(--muted); font-size: .75rem; }
.panel-caption { margin: 1.25rem 0 0; color: #52634f; font-size: .75rem; text-align: center; }
.hero-footer { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.hero-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.hero-tags li { padding: .3rem .7rem; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: .75rem; }
.hero-footer > p { margin: 0; color: var(--muted); font-size: .75rem; }

.statement { display: grid; grid-template-columns: minmax(0, .35fr) minmax(0, 1fr); gap: 3rem; padding: clamp(4rem, 7vw, 7rem) var(--pad); }
.statement-kicker { padding-top: .65rem; }
.statement-text { max-width: 55rem; margin: 0; font-size: clamp(1.65rem, 2.75vw, 2.8rem); font-weight: 400; line-height: 1.4; letter-spacing: -.035em; }
.statement-text > span { color: var(--muted); }
.disciplines-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 var(--pad); padding: 1.65rem 0; border-block: 1px solid var(--line); list-style: none; text-align: center; }
.disciplines-strip li { padding: .35rem 1rem; border-right: 1px solid var(--line); font: 400 clamp(1rem, 1.5vw, 1.4rem)/1.4 var(--serif); }
.disciplines-strip li:last-child { border: 0; }

.section { padding: clamp(4rem, 8vw, 8rem) var(--pad); }
.section-heading { display: grid; grid-template-columns: minmax(0, .35fr) minmax(0, .65fr) minmax(0, .35fr); gap: 2rem; align-items: end; margin-bottom: 3rem; }
.section-heading .section-index { align-self: start; padding-top: .6rem; }
.section-heading h2, .experience-intro h2, .process-heading h2, .contact-lead h2 { margin: 0; font-size: clamp(2.1rem, 3.5vw, 3.7rem); font-weight: 450; line-height: 1.16; letter-spacing: -.045em; }
.section-heading h2 em, .contact-lead h2 em { font-family: var(--serif); font-weight: 400; color: #60735e; }
.section-heading > p:last-child:not(.section-index) { margin: 0; color: var(--muted); }
.service-list { border-top: 1px solid var(--line); }
.service { display: grid; grid-template-columns: 3rem minmax(0, 1fr) minmax(0, .85fr); gap: 2rem; padding: 2.5rem 0; border-bottom: 1px solid var(--line); }
.service-number { width: 2.4rem; height: 2.4rem; display: grid; place-items: center; border-radius: 50%; background: var(--sage); font-size: .75rem; }
.service:nth-child(2) .service-number { background: var(--lavender); }
.service:nth-child(3) .service-number { background: var(--peach); }
.service-main h3 { margin: .1rem 0 .7rem; font-size: clamp(1.5rem, 2.2vw, 2.15rem); font-weight: 450; line-height: 1.25; letter-spacing: -.035em; }
.service-main p { max-width: 29rem; margin: 0; color: var(--muted); }
.service-details { display: grid; align-content: start; gap: .6rem; margin: 0; padding: .25rem 0 0; list-style: none; color: var(--muted); }
.service-details li { position: relative; padding-left: 1rem; }
.service-details li::before { position: absolute; left: 0; content: "·"; }

.experience { background: #f0f3ed; border-radius: 30px; }
.experience-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .6fr); gap: 1.5rem 4rem; align-items: end; margin-bottom: 3rem; }
.experience-intro .section-index { grid-column: 1 / -1; }
.experience-intro > p:last-child { margin: 0; max-width: 32rem; color: var(--muted); }
.experience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.experience-card { display: flex; flex-direction: column; min-width: 0; padding: clamp(1.5rem, 3vw, 3rem); border-radius: 20px; background: var(--sage); }
.experience-card:nth-child(2) { background: var(--lavender); }
.experience-card:nth-child(3) { background: var(--peach); }
.experience-card:nth-child(4) { background: var(--sky); }
.card-topline { display: flex; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid #30393624; color: #57635c; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.experience-card h3 { max-width: 25rem; margin: 2.7rem 0 1rem; font-size: clamp(1.5rem, 2.2vw, 2rem); font-weight: 450; line-height: 1.25; letter-spacing: -.035em; }
.experience-card p { margin: 0 0 1.8rem; color: #536056; }
.card-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: auto; }
.card-tags span { padding: .3rem .65rem; border: 1px solid #30393630; border-radius: 99px; font-size: .75rem; }

.section-heading--studio { grid-template-columns: minmax(0, .35fr) minmax(0, 1fr); }
.people { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 2rem; }
.person { min-width: 0; }
/* Both initials share one box, one baseline and identical sizing rules. */
.person-poster { display: grid; grid-template-rows: minmax(0, 1fr) 3rem; align-items: center; justify-items: center; aspect-ratio: 16 / 10; min-height: 12rem; padding: clamp(1.25rem, 2.5vw, 2.5rem); border-radius: 20px; background: var(--sage); }
.person--design .person-poster { background: var(--lavender); }
.person-letter { display: block; font: 400 clamp(6rem, 11vw, 10rem)/1 var(--serif); letter-spacing: 0; text-align: center; }
.person-role { display: block; color: #54604f; font-size: .75rem; line-height: 1.4; letter-spacing: .09em; text-transform: uppercase; text-align: center; }
.person-copy { padding: 1.75rem .25rem 0; }
.person-label { margin: 0; font-size: .875rem; font-weight: 500; }
.person-copy h3 { max-width: 32rem; margin: 1rem 0; font-size: clamp(1.6rem, 2.4vw, 2.2rem); font-weight: 450; line-height: 1.3; letter-spacing: -.035em; }
.person-copy > p:not(.person-label) { max-width: 33rem; margin: 0; color: var(--muted); }
.certifications { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.certifications span { max-width: 100%; padding: .4rem .75rem; border: 1px solid var(--line); border-radius: 99px; font-size: .75rem; overflow-wrap: anywhere; }

.process { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); border-top: 1px solid var(--line); }
.process-heading h2 { margin: 1.5rem 0; }
.process-heading > p:last-child { max-width: 31rem; margin: 0; color: var(--muted); }
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps li { display: grid; grid-template-columns: 2rem 1fr; gap: .6rem 1.25rem; padding-block: 1.5rem; border-bottom: 1px solid var(--line); }
.process-steps li:first-child { padding-top: 0; }
.process-steps li > span { padding-top: .2rem; color: var(--muted); font-size: .75rem; }
.process-steps h3 { margin: 0; font-size: 1.25rem; font-weight: 500; line-height: 1.4; letter-spacing: -.02em; }
.process-steps p { grid-column: 2; margin: 0; color: var(--muted); }

.contact { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; border-radius: 30px; background: #eae6ef; }
.contact-lead h2 { margin: 1.5rem 0; }
.contact-lead h2 em { color: #726781; }
.contact-lead > p:not(.section-index) { max-width: 30rem; margin: 0; color: #625e6b; }
.contact-email { display: flex; align-items: center; justify-content: space-between; gap: .5rem; width: fit-content; max-width: 100%; margin-top: 2rem; padding-bottom: .35rem; border-bottom: 1px solid #81778e; font-size: clamp(.875rem, 1.3vw, 1.125rem); overflow-wrap: anywhere; }
.contact-email > span { flex-shrink: 0; }
.contact-form { min-width: 0; padding: clamp(1.3rem, 2.8vw, 2.6rem); border-radius: 20px; background: #ffffffd9; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.field { display: grid; gap: .6rem; min-width: 0; margin-bottom: 1.25rem; }
.field > span { font-size: .875rem; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; max-width: 100%; min-height: 3rem; padding: .7rem .85rem; border: 1px solid #ccd3c9; border-radius: 8px; color: var(--ink); background: #fff; font-size: 1rem; line-height: 1.5; transition: border-color 180ms ease; }
.field select { padding-right: 1.75rem; text-overflow: ellipsis; }
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--focus); outline: 2px solid var(--focus); outline-offset: 2px; }
.field input::placeholder, .field textarea::placeholder { color: #6c766e; opacity: 1; }
.form-footer { display: flex; flex-direction: column; align-items: flex-start; gap: 1.25rem; }
.form-footer p { max-width: 30rem; margin: 0; color: var(--muted); font-size: .75rem; }
.form-status { margin: .85rem 0 0; color: #54674f; font-size: .875rem; }
.form-status:empty { display: none; }
.form-status[data-state="error"] { color: #903b43; }
.form-status[data-state="success"] { color: #37563f; }
.contact-form button:disabled { opacity: .65; cursor: wait; }
.contact-form [data-challenge] { margin-bottom: 1rem; min-height: 0; }
.contact-form .form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-footer a, .privacy-page a { text-decoration: underline; text-underline-offset: .2em; }
.privacy-page { max-width: 52rem; margin: 0 auto; padding: 3rem 1.5rem 5rem; }
.privacy-page h1 { margin: 3rem 0 1.5rem; font-size: clamp(2rem, 6vw, 3.5rem); line-height: 1.15; letter-spacing: -.04em; }
.privacy-page h2 { margin: 2rem 0 .6rem; font-size: 1.3rem; letter-spacing: -.02em; }
.privacy-page p, .privacy-page li { color: var(--muted); }
.site-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem 2rem; margin: 0 var(--pad); padding-block: 2.5rem; }
.site-footer p, .site-footer > a:last-child { margin: 0; color: var(--muted); font-size: .75rem; }
.site-footer > a:last-child { text-decoration: underline; text-underline-offset: .3rem; }

/* Keep content visible if JavaScript or the optional animation API is unavailable. */
.reveal { opacity: 1; }

@media (min-width: 1041px) and (max-width: 1250px) {
  .brand-meta { display: none; }
  .site-header { gap: 1.5rem; }
  .panel-disciplines > div { flex-direction: column; align-items: flex-start; gap: .5rem; }
  .panel-initial { flex-basis: auto; }
}

@media (max-width: 1040px) {
  .site-header { flex-wrap: wrap; justify-content: space-between; gap: 1rem; }
  .header-cta { display: none; }
  .site-nav { flex-basis: 100%; justify-content: flex-start; }
  .has-menu-js .menu-toggle { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 2.75rem; padding: .6rem 1rem; border: 1px solid var(--line); border-radius: 99px; color: var(--ink); background: transparent; font-size: .875rem; cursor: pointer; }
  .menu-icon { position: relative; display: block; width: 1rem; height: .55rem; border-block: 1px solid currentColor; }
  .menu-toggle[aria-expanded="true"] .menu-icon { height: 1px; border-bottom: 0; }
  .has-menu-js .site-nav { position: absolute; top: calc(100% + .75rem); left: 0; right: 0; display: grid; gap: 0; padding: .6rem; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: 0 10px 30px #30393614; visibility: hidden; opacity: 0; }
  .has-menu-js .site-nav.is-open { visibility: visible; opacity: 1; }
  .has-menu-js .site-nav a { padding: .85rem 1rem; border-radius: 8px; }
  .has-menu-js .site-nav a:hover { background: var(--sage); }
  .hero { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 2.5rem 2rem; }
  .hero-title { font-size: clamp(2.15rem, 4.6vw, 3.6rem); }
  .panel-disciplines > div { display: grid; gap: .4rem; padding: .9rem; }
  .panel-initial { text-align: left; }
  .hero-footer { flex-wrap: wrap; }
  .section-heading { grid-template-columns: 1fr 1fr; }
  .section-heading .section-index { grid-column: 1 / -1; }
  .section-heading--studio { grid-template-columns: 1fr; }
  .service { grid-template-columns: 2.5rem minmax(0, 1fr) minmax(0, .85fr); gap: 1.5rem; }
  .contact { gap: 2rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 760px) {
  .hero { grid-template-columns: minmax(0, 1fr); padding-top: 2.75rem; gap: 2.5rem; }
  .hero-title { font-size: clamp(2.45rem, 8vw, 4rem); }
  .hero-intro > p { max-width: 34rem; }
  .studio-panel { padding: 1.75rem; }
  .panel-wordmark { padding-block: .35em; font-size: clamp(3.5rem, 15vw, 6.5rem); }
  .panel-disciplines > div { display: flex; flex-direction: row; align-items: center; gap: .85rem; }
  .panel-initial { flex-basis: 1.8rem; text-align: center; }
  .statement { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading, .experience-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading h2, .experience-intro h2, .process-heading h2, .contact-lead h2 { font-size: clamp(2rem, 6.7vw, 3rem); }
  .service { grid-template-columns: 2.5rem minmax(0, 1fr); gap: .9rem 1rem; }
  .service-details { grid-column: 2; }
  .service-main h3 { font-size: 1.65rem; }
  .experience, .contact { border-radius: 20px; }
  .experience-grid { gap: 1rem; }
  .experience-card { padding: 1.25rem; }
  .experience-card h3 { font-size: 1.5rem; }
  .people { gap: 1.5rem; }
  .person-poster { aspect-ratio: 1; padding: 1.25rem; }
  .person-letter { font-size: clamp(5rem, 13vw, 7.5rem); }
  .person-role { font-size: .75rem; letter-spacing: .02em; }
  .person-copy h3 { font-size: 1.6rem; }
  .process, .contact { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .field-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
}

@media (max-width: 520px) {
  .brand-meta { display: none; }
  .site-header { padding-block: 1rem; }
  .brand-name { font-size: 2.2rem; }
  .eyebrow { font-size: .75rem; letter-spacing: .025em; }
  .hero-title { font-size: clamp(2.3rem, 8.8vw, 2.9rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: .75rem; }
  .hero-footer { align-items: flex-start; flex-direction: column; }
  .studio-panel { padding: 1.25rem; }
  .panel-disciplines { gap: .5rem; }
  .panel-disciplines > div { display: grid; gap: .25rem; padding: .85rem; }
  .panel-initial { text-align: left; }
  .disciplines-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 0; }
  .disciplines-strip li:nth-child(even) { border-right: 0; }
  .section-heading { margin-bottom: 2rem; }
  .service { padding-block: 2rem; }
  .experience-grid, .people { grid-template-columns: minmax(0, 1fr); }
  .experience-card { padding: 1.5rem; }
  .experience-card h3 { margin-top: 2rem; }
  .people { gap: 3rem; }
  .person-poster { aspect-ratio: 16 / 10; }
  .person-letter { font-size: 6rem; }
  .field-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .contact-form { padding: 1.25rem; }
  .contact-email { font-size: .875rem; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: .9rem; }
}

/* Scale the large wordmark to its actual panel, including at increased text sizes. */
@supports (font-size: 1cqw) {
  .panel-wordmark { font-size: min(6.5rem, 24cqw); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
