:root {
  --paper:#f7f6f2;
  --ink:#252720;
  --muted:#65665c;
  --line:#d7d8ce;
  --accent:#c8492b;
  --soft:#eeeee6;
  --serif:'Instrument Serif',Georgia,serif;
  --sans:'Geist',Arial,sans-serif;
  font-family:var(--sans);
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none;
  scroll-behavior:smooth;
  scroll-padding-top:24px
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
a {
  color:inherit;
  text-decoration:none
}
button,input,textarea {
  font:inherit
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible {
  outline:2px solid var(--accent);
  outline-offset:6px
}
::selection {
  background:#c8492b;
  color:#fff
}
.wrap {
  width:calc(100% - 112px);
  max-width:1488px;
  margin-inline:auto
}
.site-header {
  height:112px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  gap:32px
}
.wordmark {
  font-size:38px;
  font-weight:650;
  letter-spacing:-2.2px;
  display:inline-flex;
  align-items:center;
  gap:8px
}
.brand-mark {
  color:var(--accent);
  font-size:38px;
  font-weight:400;
  transform:translateY(-2px)
}
.site-header nav {
  display:flex;
  gap:36px;
  font-size:14px
}
.site-header a:hover {
  color:var(--accent)
}
.contact-link {
  font-size:14px;
  display:flex;
  gap:28px;
  align-items:center
}
.contact-link span {
  font-size:21px
}
.hero {
  padding:44px 0 67px
}
.hero-overline {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px
}
.eyebrow,.edition,.band-note,.label {
  font-size:11px;
  font-weight:500;
  letter-spacing:1.4px;
  text-transform:uppercase;
  line-height:1.6
}
.eyebrow {
  margin:0
}
.edition {
  color:var(--muted);
  font-size:10px
}
.hero h1 {
  font-size:clamp(70px,8.2vw,132px);
  font-weight:450;
  letter-spacing:-.075em;
  line-height:1.02;
  margin:66px 0 55px
}
.hero h1 em {
  font-family:var(--serif);
  font-weight:400;
  letter-spacing:-.045em;
  color:var(--accent);
  white-space:nowrap
}
.hero-bottom {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:end;
  gap:40px
}
.origin-note {
  display:flex;
  align-items:center;
  gap:18px
}
.small-cross {
  font-size:43px;
  line-height:1;
  color:var(--accent)
}
.origin-note p {
  font-size:14px;
  line-height:1.65;
  margin:0
}
.hero-description {
  max-width:440px;
  justify-self:end;
  width:100%
}
.hero-description p {
  font-size:17px;
  line-height:1.65;
  margin:0 0 15px;
  color:#51544a
}
.text-link {
  display:inline-flex;
  gap:37px;
  align-items:center;
  padding:10px 0 8px;
  border-bottom:1px solid var(--ink);
  font-size:14px;
  font-weight:500
}
.text-link:hover {
  color:var(--accent);
  border-color:var(--accent)
}
.text-link span {
  font-size:20px
}
.intro-band {
  background:var(--ink);
  color:var(--paper);
  padding:32px 0
}
.intro-band>.wrap {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}
.intro-band p {
  font-size:25px;
  font-weight:400;
  line-height:1.4;
  letter-spacing:-.6px;
  margin:0
}
.intro-band p span {
  color:#aaafa0
}
.band-note {
  color:#c4c8bb;
  font-size:10px
}
.skip-link {
  position:fixed;
  top:-100px;
  left:12px;
  padding:15px 20px;
  background:var(--ink);
  color:white;
  z-index:100
}
.skip-link:focus {
  top:12px
}
@media(min-width:1600px) {
  .hero {
    padding-block:50px 76px
  }
  .hero h1 {
    margin-block:84px 65px
  }
}
@media(max-width:1000px) {
  .wrap {
    width:calc(100% - 64px)
  }
  .site-header {
    height:96px
  }
  .site-header nav {
    gap:22px
  }
  .hero h1 {
    font-size:8.5vw
  }
  .hero-description p {
    font-size:16px
  }
  .band-note {
    max-width:150px;
    line-height:1.9
  }
  .edition {
    display:none
  }
}
@media(max-width:700px) {
  .wrap {
    width:calc(100% - 40px)
  }
  .site-header {
    height:85px;
    gap:20px
  }
  .wordmark {
    font-size:33px
  }
  .brand-mark {
    font-size:30px
  }
  .site-header nav {
    display:none
  }
  .contact-link {
    font-size:12px;
    gap:10px
  }
  .contact-link span {
    font-size:18px
  }
  .hero {
    padding:30px 0 40px
  }
  .eyebrow {
    font-size:10px;
    letter-spacing:1px
  }
  .hero h1 {
    font-size:clamp(44px,9.7vw,68px);
    letter-spacing:-.065em;
    line-height:1.06;
    margin:43px 0 36px
  }
  .hero h1 br {
    display:none
  }
  .hero h1 em {
    display:block;
    margin-top:5px
  }
  .hero-bottom {
    grid-template-columns:1fr;
    gap:32px
  }
  .hero-description {
    justify-self:start;
    max-width:none;
    grid-row:1
  }
  .hero-description p {
    font-size:16px
  }
  .origin-note {
    border-top:1px solid var(--line);
    padding-top:23px;
    gap:13px
  }
  .origin-note p {
    font-size:12px
  }
  .small-cross {
    font-size:33px
  }
  .intro-band {
    padding:25px 0
  }
  .intro-band p {
    font-size:20px
  }
  .band-note {
    font-size:9px;
    max-width:120px
  }
  .text-link {
    font-size:14px
  }
  .desktop-br {
    display:none
  }
}
.work-section {
  padding-block:108px 100px
}
h2 {
  font-size:clamp(40px,4.3vw,68px);
  font-weight:450;
  line-height:1.06;
  letter-spacing:-.055em;
  margin:0
}
h2 em {
  font-family:var(--serif);
  font-weight:400;
  letter-spacing:-.025em
}
.section-intro {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:27px 70px;
  align-items:end;
  margin-bottom:55px
}
.section-intro>.eyebrow {
  grid-column:1/-1;
  color:var(--accent)
}
.section-description {
  font-size:16px;
  line-height:1.7;
  max-width:410px;
  color:var(--muted);
  margin:0;
  justify-self:end
}
.service-row {
  border-top:1px solid var(--line);
  padding:37px 0 40px;
  display:grid;
  grid-template-columns:.18fr 1fr 1fr;
  gap:30px
}
.service-row:last-child {
  border-bottom:1px solid var(--line)
}
.service-index {
  font-family:var(--serif);
  font-size:24px;
  color:var(--muted)
}
.service-row .label {
  margin:0 0 17px;
  color:var(--muted);
  font-size:10px
}
.service-row h3 {
  font-size:30px;
  line-height:1.15;
  letter-spacing:-1px;
  font-weight:450;
  margin:0
}
.service-detail {
  max-width:410px;
  justify-self:end;
  padding-top:25px
}
.service-detail>p:first-child {
  font-size:16px;
  color:#56594f;
  line-height:1.75;
  margin:0 0 24px
}
.service-scope {
  font-size:12px;
  line-height:1.7;
  margin:0;
  color:var(--muted)
}
.proof-section {
  background:var(--soft);
  padding:85px 0 72px
}
.proof-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:45px;
  margin-bottom:43px
}
.proof-heading .eyebrow {
  color:var(--accent);
  margin-bottom:27px
}
.proof-heading>p {
  font-size:16px;
  line-height:1.7;
  color:var(--muted);
  max-width:370px;
  margin:0
}
.demo-feature {
  display:block
}
.demo-preview {
  background:#dfe2d6;
  padding:24px 40px 20px;
  overflow:hidden;
  transition:background .25s
}
.demo-feature:hover .demo-preview {
  background:#d7ddce
}
.preview-top,.preview-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.preview-top>span:last-child,.preview-bottom {
  font-size:10px;
  letter-spacing:1px;
  color:#535d4e
}
.preview-brand {
  font-size:19px;
  letter-spacing:-.7px;
  font-weight:500
}
.preview-brand>span {
  color:#7d8b71;
  margin-left:4px
}
.preview-content {
  display:grid;
  grid-template-columns:1fr 60px 1.05fr;
  align-items:center;
  gap:20px;
  padding:47px 24px 49px
}
.preview-message {
  background:#f4f4ed;
  padding:25px 28px;
  transform:rotate(-3deg);
  box-shadow:0 8px 24px #25272008
}
.preview-message>.label {
  font-size:9px;
  color:#65715c
}
.preview-message>p {
  font-family:var(--serif);
  font-size:29px;
  line-height:1.2;
  margin:24px 0
}
.message-meta {
  font-size:11px;
  color:var(--muted)
}
.preview-arrow {
  font-size:42px;
  font-family:var(--serif);
  color:#687461;
  text-align:center
}
.preview-order {
  background:#fff;
  padding:22px;
  box-shadow:0 6px 30px #25272006
}
.order-title {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-size:13px;
  font-weight:500
}
.review-label {
  font-size:10px;
  padding:5px 8px;
  background:#f1eee4;
  color:#746140;
  white-space:nowrap
}
.preview-order dl {
  margin:23px 0 16px
}
.preview-order dl>div {
  display:flex;
  justify-content:space-between;
  gap:15px;
  border-top:1px solid #e8e9e2;
  padding:12px 0;
  font-size:12px
}
.preview-order dt {
  color:var(--muted)
}
.preview-order dd {
  margin:0;
  text-align:right
}
.draft-note {
  background:#eff3e9;
  color:#4b5b3e;
  padding:11px 9px;
  font-size:10px
}
.draft-note>span {
  margin-right:7px
}
.preview-bottom {
  border-top:1px solid #bdc7b5;
  padding-top:17px
}
.demo-caption {
  display:flex;
  justify-content:space-between;
  align-items:start;
  gap:30px;
  margin-top:24px
}
.demo-caption h3 {
  font-size:24px;
  font-weight:500;
  letter-spacing:-.7px;
  margin:0 0 8px
}
.demo-caption p {
  font-size:14px;
  color:var(--muted);
  line-height:1.65;
  margin:0
}
.demo-open {
  display:inline-flex;
  gap:32px;
  align-items:center;
  font-size:14px;
  white-space:nowrap;
  border-bottom:1px solid;
  padding-bottom:8px
}
.demo-open>span {
  font-size:23px
}
.concept-note {
  font-size:11px;
  line-height:1.6;
  color:var(--muted);
  margin:29px 0 0
}
.approach-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  padding-block:106px
}
.approach-title>.eyebrow {
  color:var(--accent);
  margin-bottom:28px
}
.large-copy {
  font-size:25px;
  line-height:1.45;
  letter-spacing:-.7px;
  margin:43px 0 30px
}
.principles>div {
  padding:23px 0;
  border-top:1px solid var(--line)
}
.principles h3 {
  font-size:16px;
  font-weight:500;
  margin:0 0 10px
}
.principles p {
  font-size:15px;
  color:var(--muted);
  line-height:1.7;
  max-width:450px;
  margin:0
}
.name-section {
  padding:35px 0 100px;
  border-top:1px solid var(--line)
}
.name-section>.eyebrow {
  color:var(--accent);
  margin-bottom:33px
}
.name-story {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px
}
.name-story h2 {
  font-size:clamp(35px,3.5vw,55px)
}
.name-story p {
  font-size:16px;
  line-height:1.75;
  color:var(--muted);
  margin:0 0 18px;
  max-width:450px
}
.contact-section {
  padding:37px 0 75px;
  background:var(--accent);
  color:var(--paper)
}
.contact-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:38px
}
.contact-top>span {
  font-size:45px;
  line-height:1
}
.contact-body {
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:65px;
  align-items:end
}
.contact-body h2 {
  font-size:clamp(44px,5.2vw,78px)
}
.contact-body>div {
  max-width:330px;
  justify-self:end
}
.contact-body p {
  font-size:17px;
  line-height:1.6;
  margin:0 0 23px
}
.contact-button {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:17px 23px;
  background:var(--paper);
  color:var(--ink);
  font-size:15px;
  transition:background .2s
}
.contact-button:hover {
  background:#fff
}
.contact-button>span {
  font-size:21px
}
.contact-hint {
  display:block;
  font-size:11px;
  line-height:1.6;
  margin-top:12px
}
.contact-section :focus-visible {
  outline-color:var(--paper)
}
.site-footer {
  padding-block:44px 25px
}
.footer-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  margin-bottom:35px
}
.footer-top p {
  font-size:14px;
  color:var(--muted)
}
.back-top {
  font-size:12px
}
.footer-bottom {
  border-top:1px solid var(--line);
  padding-top:22px;
  display:flex;
  justify-content:space-between;
  gap:25px;
  font-size:11px;
  color:var(--muted);
  line-height:1.6
}
@media(max-width:1000px) {
  .service-row {
    grid-template-columns:30px 1fr 1fr;
    gap:22px
  }
  .service-row h3 {
    font-size:26px
  }
  .preview-content {
    padding:35px 0;
    gap:12px;
    grid-template-columns:1fr 38px 1.1fr
  }
  .demo-preview {
    padding:24px
  }
  .preview-message {
    padding:22px
  }
  .preview-message>p {
    font-size:26px
  }
  .preview-order {
    padding:18px
  }
  .approach-section,.name-story {
    gap:45px
  }
  .large-copy {
    font-size:21px
  }
  .contact-body {
    gap:40px;
    grid-template-columns:1.2fr 1fr
  }
  .contact-body h2 {
    font-size:5vw
  }
}
@media(max-width:700px) {
  .work-section {
    padding-block:65px 60px
  }
  h2 {
    font-size:42px
  }
  .section-intro {
    grid-template-columns:1fr;
    gap:22px;
    margin-bottom:35px
  }
  .section-description {
    justify-self:start;
    font-size:15px
  }
  .service-row {
    grid-template-columns:27px 1fr;
    gap:18px 15px;
    padding:29px 0
  }
  .service-row h3 {
    font-size:28px
  }
  .service-row .label {
    font-size:10px;
    margin-bottom:12px
  }
  .service-detail {
    grid-column:2;
    justify-self:start;
    padding:0;
    max-width:none
  }
  .service-detail>p:first-child {
    font-size:15px;
    margin-bottom:17px
  }
  .service-scope {
    font-size:11px
  }
  .proof-section {
    padding:60px 0 45px
  }
  .proof-heading {
    flex-direction:column;
    align-items:start;
    gap:25px;
    margin-bottom:30px
  }
  .proof-heading>p {
    font-size:15px
  }
  .proof-heading .eyebrow {
    margin-bottom:22px
  }
  .demo-preview {
    padding:20px 16px 17px
  }
  .preview-top>span:last-child {
    font-size:9px;
    letter-spacing:0
  }
  .preview-brand {
    font-size:17px
  }
  .preview-content {
    grid-template-columns:1fr;
    padding:30px 15px;
    gap:18px
  }
  .preview-message {
    transform:rotate(-2deg);
    padding:20px 22px
  }
  .preview-message>p {
    font-size:28px;
    margin-block:18px
  }
  .preview-arrow {
    font-size:29px;
    transform:rotate(90deg);
    line-height:1
  }
  .preview-order {
    padding:22px
  }
  .preview-order dl>div {
    font-size:13px
  }
  .order-title {
    font-size:14px
  }
  .draft-note {
    font-size:11px
  }
  .preview-bottom {
    font-size:9px;
    letter-spacing:0
  }
  .preview-bottom>span:last-child {
    max-width:100px;
    text-align:right
  }
  .demo-caption {
    flex-direction:column;
    gap:22px
  }
  .demo-caption h3 {
    font-size:23px
  }
  .demo-caption p {
    font-size:14px
  }
  .concept-note {
    font-size:11px;
    margin-top:22px
  }
  .approach-section {
    grid-template-columns:1fr;
    gap:25px;
    padding-block:65px
  }
  .large-copy {
    font-size:22px;
    margin:0 0 26px
  }
  .principles p {
    font-size:15px
  }
  .name-section {
    padding:28px 0 58px
  }
  .name-story {
    grid-template-columns:1fr;
    gap:28px
  }
  .name-story h2 {
    font-size:37px
  }
  .name-story p {
    font-size:15px
  }
  .contact-section {
    padding:27px 0 45px
  }
  .contact-top {
    gap:20px;
    padding-bottom:28px
  }
  .contact-top .eyebrow {
    max-width:230px;
    font-size:10px
  }
  .contact-top>span {
    font-size:37px
  }
  .contact-body {
    grid-template-columns:1fr;
    gap:28px
  }
  .contact-body h2 {
    font-size:45px
  }
  .contact-body>div {
    justify-self:start;
    width:100%;
    max-width:none
  }
  .contact-body p {
    font-size:16px;
    max-width:320px
  }
  .contact-button {
    max-width:330px
  }
  .footer-top {
    flex-wrap:wrap;
    gap:17px
  }
  .footer-top p {
    order:3;
    width:100%;
    font-size:13px;
    margin:0
  }
  .footer-bottom {
    flex-wrap:wrap;
    gap:16px;
    font-size:10px
  }
  .footer-bottom>span:last-child {
    display:none
  }
  .site-footer {
    padding-block:30px 24px
  }
}
/* Keep secondary type readable even in compact layouts. */ .eyebrow,.edition,.band-note,.label,.service-row .label,.preview-top>span:last-child,.preview-bottom,.preview-message>.label,.message-meta,.review-label,.draft-note,.concept-note,.contact-hint,.footer-bottom,.contact-top .eyebrow {
  font-size:12px
}
.service-scope {
  font-size:13px
}
.hero-description p,.section-description,.service-detail>p:first-child,.proof-heading>p,.principles p,.name-story p {
  font-size:16px
}
.contact-link,.back-top {
  font-size:14px
}
.preview-top>span:last-child,.preview-bottom {
  letter-spacing:.5px
}
.band-note {
  max-width:none
}
@media(max-width:700px) {
  .site-header {
    gap:15px
  }
  .contact-link {
    max-width:148px;
    font-size:13px
  }
  .hero .eyebrow {
    max-width:280px;
    font-size:11px;
    letter-spacing:.8px
  }
  .intro-band>.wrap {
    align-items:start;
    flex-direction:column;
    gap:17px
  }
  .intro-band p {
    font-size:23px
  }
  .band-note {
    font-size:10px;
    max-width:none
  }
  .preview-bottom>span:last-child {
    max-width:140px
  }
  .contact-top .eyebrow {
    font-size:12px
  }
  .footer-bottom {
    font-size:12px
  }
  .origin-note p {
    font-size:14px
  }
}
@media(prefers-reduced-motion:reduce) {
  :root {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
}
