:root {
  --paper: #f7f8f4;
  --ink: #1d302b;
  --muted: #606d65;
  --green: #376952;
  --line: #dce1d9;
  --body: "DM Sans", system-ui, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
::selection { background: #cee1cd; color: var(--ink); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 6px; border-radius: 2px; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 500; }
ul { margin: 0; padding: 0; list-style: none; }
[hidden] { display: none !important; }
.container { width: min(1200px, calc(100% - 112px)); margin-inline: auto; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { display: inline-block; flex-shrink: 0; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; padding: 10px 18px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: baseline; font-size: 25px; font-weight: 700; letter-spacing: -1.25px; line-height: 1.3; }
.wordmark > span:first-child { font-weight: 400; color: var(--muted); }
.brand-dot { display: inline-block; width: 6px; height: 6px; margin-left: 5px; border-radius: 50%; background: var(--green); }
.main-nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 500; }
.main-nav > a { padding-block: 12px; }
.main-nav > a:hover, .text-link:hover, .footer-top:hover { color: var(--green); }
.main-nav .nav-contact { display: inline-flex; align-items: center; gap: 15px; margin-left: 6px; }
.nav-contact .icon { width: 17px; height: 17px; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 1.65px; text-transform: uppercase; }
.hero { padding-top: 75px; }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; color: var(--muted); }
.small-line { width: 24px; height: 1px; background: var(--green); }
.eyebrow-divider { color: #829182; margin-inline: 3px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 64px; padding: 31px 0 70px; }
h1 { font-size: clamp(54px, 6.2vw, 84px); line-height: 1.09; letter-spacing: -4px; }
h1 em { font-family: var(--serif); font-weight: 400; color: var(--green); letter-spacing: -2.3px; font-size: 1.12em; }
.hero-description { max-width: 510px; margin-top: 27px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 14px 23px; border-radius: 4px; font-size: 13px; font-weight: 500; transition: background .18s, transform .18s; }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover { background: var(--green); transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-block: 12px; font-size: 13px; font-weight: 500; }
.text-link .icon { width: 17px; height: 17px; }
.hero-note { padding-left: 30px; border-left: 1px solid var(--line); }
.craft-mark { width: 55px; height: 55px; stroke: #548167; stroke-width: 1; margin-bottom: 17px; }
.note-title { font-size: 20px; font-weight: 500; line-height: 1.4; letter-spacing: -.4px; }
.note-copy { font-size: 13px; color: var(--muted); margin-top: 12px; line-height: 1.7; }
.focus-list { margin-top: 24px; }
.focus-list li { display: flex; gap: 14px; align-items: baseline; margin-top: 10px; font-size: 12px; }
.focus-list li span { font-size: 10px; color: var(--muted); font-variant-numeric: tabular-nums; }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; padding-block: 21px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.hero-bottom a { display: flex; align-items: center; gap: 12px; }
.hero-bottom .icon { width: 14px; height: 14px; }
.work-section { padding-top: 76px; padding-bottom: 96px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 34px; }
.section-heading .eyebrow, .about-section .eyebrow { color: var(--green); margin-bottom: 14px; }
h2 { font-size: 34px; letter-spacing: -1.2px; line-height: 1.25; }
.section-heading > p { font-size: 13px; color: var(--muted); padding-bottom: 3px; }
.mobile-break { display: none; }
.featured-grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 28px; }
.featured-project { min-width: 0; }
.project-visual { display: block; position: relative; height: 356px; overflow: hidden; border-radius: 6px; isolation: isolate; }
.frontdesk-visual { background: #e6e9df; padding: 28px 30px 0; }
.visual-topline { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.visual-brand { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; letter-spacing: -.4px; }
.fd-mark { display: grid; place-items: center; width: 26px; height: 26px; background: var(--ink); color: #fff; font-size: 10px; font-family: var(--serif); letter-spacing: 0; }
.visual-category { color: #52614f; font-size: 10px; }
.browser-preview { width: 112%; margin-top: 29px; background: #f8f7f3; border: 1px solid #c9cec0; border-radius: 7px 7px 0 0; overflow: hidden; box-shadow: 0 18px 36px #27382b1c; transform: rotate(-3deg); transform-origin: top left; transition: transform .35s; }
.browser-toolbar { height: 26px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; font-size: 8px; color: #6e756d; border-bottom: 1px solid #dfdfd5; }
.browser-dots { display: flex; gap: 4px; }
.browser-dots i { width: 4px; height: 4px; border-radius: 50%; background: #c5c9bf; }
.browser-preview img { width: 100%; height: auto; }
.visual-open { position: absolute; right: 18px; bottom: 18px; z-index: 3; display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; background: #fff; color: var(--ink); box-shadow: 0 2px 12px #0000000a; transition: transform .2s; }
.project-visual:hover .visual-open { transform: translate(2px, -2px); }
.project-visual:hover .browser-preview { transform: translateY(-5px) rotate(-2deg); }
.ear-visual { background: #203d43; color: #f6f7ee; padding: 28px; }
.ear-icon { width: 26px; height: 26px; border-radius: 7px; }
.app-store-label { font-size: 9px; color: #d4e5dd; padding: 4px 8px; border: 1px solid #6c8985; border-radius: 3px; white-space: nowrap; }
.ear-visual-copy { position: absolute; left: 28px; top: 112px; z-index: 1; }
.ear-visual-copy .eyebrow { font-size: 8px; letter-spacing: 1.3px; color: #b2cdc5; }
.ear-visual-copy > p { margin-top: 15px; font-family: var(--serif); font-size: 34px; line-height: 1.15; letter-spacing: -.4px; }
.ear-visual-copy em { color: #c2dfcd; }
.device-label { display: block; margin-top: 24px; font-size: 10px; color: #bfd2cc; }
.phone-preview { width: 177px; position: absolute; right: 22px; top: 88px; padding: 5px; background: #101b21; border: 1px solid #748688; border-radius: 26px; box-shadow: -10px 15px 40px #061c2355; transform: rotate(9deg); transition: transform .35s; }
.phone-preview img { border-radius: 21px; width: 100%; height: auto; }
.ear-visual:hover .phone-preview { transform: translateY(-5px) rotate(7deg); }
.project-heading { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; }
.project-heading h3 { font-size: 23px; letter-spacing: -.7px; }
.project-heading h3 a { display: inline-flex; align-items: center; gap: 11px; }
.project-heading h3 .icon { width: 18px; height: 18px; color: var(--green); }
.project-heading a:hover { color: var(--green); }
.project-index { font-size: 10px; font-variant-numeric: tabular-nums; color: var(--muted); }
.project-description { color: var(--muted); font-size: 14px; line-height: 1.75; margin-top: 9px; max-width: 510px; }
.project-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.project-tags li { border: 1px solid var(--line); border-radius: 3px; padding: 4px 9px; font-size: 10px; color: #57685a; }
.more-work-heading { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; margin-bottom: 17px; }
.more-work-heading h3 { font-size: 14px; font-weight: 500; }
.more-work-heading > span { font-size: 11px; color: var(--muted); }
.project-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 42px; }
.project-row { display: flex; gap: 19px; padding: 29px 2px; border-top: 1px solid var(--line); transition: background .18s; }
.project-row:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
.project-row:hover { background: #ecf0e8; }
.project-symbol { width: 49px; height: 49px; border: 1px solid #dbe3d7; background: #edf1e8; color: #436447; display: grid; place-items: center; flex-shrink: 0; border-radius: 10px; margin-top: 2px; }
.project-symbol svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.symbol-arc { background: #eaf0f5; border-color: #dbe4ec; color: #526c81; }
.symbol-sensavista { background: #e9efeb; border-color: #dae4df; color: #4d7662; }
.symbol-aether { background: #f0ece1; border-color: #e5dfd0; color: #85703a; }
.project-row-copy { flex: 1; }
.row-category { display: block; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.project-row h3 { font-size: 20px; letter-spacing: -.5px; }
.project-row p { font-size: 12px; line-height: 1.8; color: var(--muted); margin-top: 7px; max-width: 350px; }
.row-arrow { width: 17px; height: 17px; margin-top: 4px; color: var(--green); }
.about-section { background: #ecf0e8; border-top: 1px solid #e1e6dd; border-bottom: 1px solid #e1e6dd; padding-block: 80px; }
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 90px; }
.about-grid h2 { font-size: 39px; line-height: 1.25; letter-spacing: -1.2px; }
.about-grid h2 em { font-family: var(--serif); font-size: 1.14em; font-weight: 400; color: var(--green); }
.about-copy { padding-top: 32px; color: #56665b; font-size: 14px; line-height: 1.9; }
.about-copy p + p { margin-top: 15px; }
.principles { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 56px; padding-top: 31px; border-top: 1px solid #d1dacb; }
.principle-number { color: var(--green); font-size: 11px; }
.principle h3 { font-size: 16px; letter-spacing: -.3px; margin-top: 11px; margin-bottom: 8px; }
.principle p { font-size: 12px; line-height: 1.9; color: #59695e; max-width: 290px; }
.contact-section { padding-block: 82px 45px; }
.contact-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 45px; padding: 55px 60px; border-radius: 6px; background: #213d32; color: #f5f7ed; }
.contact-panel .eyebrow { color: #b7cbb8; margin-bottom: 24px; }
.contact-panel h2 { font-size: 50px; line-height: 1.1; letter-spacing: -1.8px; }
.contact-panel h2 em { font-family: var(--serif); font-weight: 400; color: #c3ddba; font-size: 1.16em; }
.contact-copy > p:last-child { font-size: 13px; line-height: 1.8; color: #c4d1c5; margin-top: 23px; }
.contact-action { justify-self: end; width: 100%; max-width: 350px; }
.contact-email { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 26px; letter-spacing: -.8px; padding-bottom: 20px; border-bottom: 1px solid #617a68; transition: color .18s; }
.contact-email:hover { color: #c3ddba; }
.contact-email .icon { width: 28px; height: 28px; }
.copy-row { min-height: 53px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; padding-top: 12px; }
.copy-email { display: inline-flex; align-items: center; gap: 9px; background: none; border: 0; padding: 9px 0; color: #c4d1c5; font-size: 11px; cursor: pointer; }
.copy-email:hover { color: white; }
.copy-email .icon { width: 13px; height: 13px; }
.copy-status { font-size: 11px; color: #d4e9cc; }
.contact-panel :focus-visible { outline-color: #d0e5c6; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 0 35px; }
.site-footer .wordmark { font-size: 20px; }
.site-footer p, .footer-top { font-size: 11px; color: var(--muted); }
.footer-top { display: inline-flex; gap: 12px; align-items: center; }
.footer-top .icon { width: 14px; height: 14px; }
@media (min-width: 1600px) { .hero { padding-top: 95px; } .hero-grid { padding-bottom: 85px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 72px); }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 220px; gap: 30px; }
  h1 { font-size: clamp(51px, 6.6vw, 72px); letter-spacing: -3px; }
  .hero-note { padding-left: 24px; }
  .featured-grid { gap: 23px; grid-template-columns: 1fr 1fr; }
  .project-visual { height: 315px; }
  .frontdesk-visual, .ear-visual { padding: 23px; }
  .visual-category { display: none; }
  .ear-visual-copy { left: 23px; top: 110px; }
  .ear-visual-copy > p { font-size: 29px; }
  .phone-preview { width: 146px; right: 10px; top: 96px; }
  .app-store-label { font-size: 8px; }
  .about-grid { gap: 40px; }
  .about-grid h2 { font-size: 34px; }
  .contact-panel { padding: 45px; }
  .contact-email { font-size: 23px; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 48px); }
  .site-header { height: 83px; }
  .hero { padding-top: 51px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 26px; padding-bottom: 48px; }
  h1 { font-size: clamp(49px, 8.5vw, 68px); letter-spacing: -2.8px; }
  .hero-description { max-width: 475px; font-size: 16px; }
  .hero-note { display: none; }
  .hero-bottom { font-size: 10px; }
  .work-section { padding-top: 51px; padding-bottom: 60px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 27px; }
  h2 { font-size: 31px; }
  .desktop-break { display: none; }
  .featured-grid { grid-template-columns: 1fr; gap: 40px; }
  .project-visual { height: 370px; }
  .frontdesk-visual, .ear-visual { padding: 28px; }
  .visual-category { display: block; }
  .browser-preview { margin-top: 35px; width: 105%; }
  .ear-visual-copy { left: 36px; top: 128px; }
  .ear-visual-copy > p { font-size: clamp(31px, 5.3vw, 43px); }
  .ear-visual-copy .eyebrow { font-size: 9px; }
  .phone-preview { width: 34%; max-width: 208px; right: 5%; top: 88px; }
  .app-store-label { font-size: 10px; }
  .project-description { max-width: 100%; }
  .more-work-heading { margin-top: 49px; }
  .more-work-heading > span { display: none; }
  .project-list { column-gap: 26px; }
  .project-row { gap: 12px; }
  .project-symbol { width: 36px; height: 36px; border-radius: 8px; }
  .project-symbol svg { width: 21px; height: 21px; }
  .project-row h3 { font-size: 19px; }
  .row-category { font-size: 8px; }
  .about-section { padding-block: 55px; }
  .about-grid { grid-template-columns: 1fr; gap: 0; }
  .about-grid h2 { font-size: 37px; }
  .about-copy { padding-top: 26px; max-width: 560px; }
  .principles { gap: 24px; margin-top: 35px; }
  .contact-section { padding-block: 50px 32px; }
  .contact-panel { padding: 40px; grid-template-columns: 1fr; gap: 34px; }
  .contact-panel h2 { font-size: 49px; }
  .contact-action { justify-self: start; max-width: 100%; }
  .contact-email { max-width: 100%; font-size: 26px; }
}
@media (max-width: 500px) {
  .container { width: calc(100% - 40px); }
  .site-header { height: 76px; }
  .wordmark { font-size: 22px; }
  .main-nav { gap: 20px; font-size: 12px; }
  .main-nav .nav-contact { gap: 5px; margin-left: 0; }
  .nav-contact .icon { width: 13px; height: 13px; }
  .hero { padding-top: 40px; }
  .hero-eyebrow { font-size: 8px; letter-spacing: 1.1px; gap: 7px; }
  .small-line { width: 17px; }
  .eyebrow-divider { margin-inline: 0; }
  h1 { font-size: clamp(39px, 10.3vw, 52px); letter-spacing: -1.9px; }
  h1 em { letter-spacing: -1.3px; }
  .hero-description { font-size: 14px; margin-top: 22px; line-height: 1.85; }
  .hero-actions { gap: 20px; margin-top: 25px; }
  .button { font-size: 12px; padding: 13px 17px; gap: 15px; }
  .text-link { font-size: 12px; gap: 8px; }
  .hero-grid { padding-bottom: 37px; }
  .hero-bottom { padding-block: 18px; font-size: 9px; }
  .hero-bottom a { font-size: 0; gap: 0; }
  .hero-bottom a .icon { width: 16px; height: 16px; }
  .work-section { padding-top: 39px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.3px; }
  h2 { font-size: 28px; letter-spacing: -.9px; }
  .mobile-break { display: block; }
  .section-heading > p { font-size: 12px; max-width: 310px; }
  .project-visual { height: 287px; }
  .frontdesk-visual, .ear-visual { padding: 21px; }
  .visual-brand { font-size: 12px; }
  .visual-category { font-size: 8px; }
  .browser-preview { width: 118%; margin-top: 30px; }
  .ear-visual-copy { left: 22px; top: 105px; }
  .ear-visual-copy > p { font-size: 29px; }
  .ear-visual-copy .eyebrow { font-size: 7px; letter-spacing: 1px; }
  .device-label { font-size: 8px; margin-top: 21px; }
  .phone-preview { width: 38%; right: 15px; top: 85px; border-radius: 21px; }
  .phone-preview img { border-radius: 16px; }
  .app-store-label { font-size: 8px; }
  .visual-open { width: 31px; height: 31px; right: 14px; bottom: 14px; }
  .visual-open .icon { width: 17px; height: 17px; }
  .project-heading { margin-top: 17px; }
  .project-heading h3 { font-size: 22px; }
  .project-description { font-size: 13px; }
  .project-tags { margin-top: 14px; }
  .project-tags li { font-size: 9px; }
  .project-list { grid-template-columns: 1fr; }
  .project-row { padding-block: 24px; gap: 17px; }
  .project-row:nth-last-child(2) { border-bottom: 0; }
  .project-symbol { width: 43px; height: 43px; }
  .project-row p { font-size: 12px; }
  .row-category { font-size: 8px; }
  .about-grid h2 { font-size: 30px; }
  .about-copy { font-size: 13px; }
  .principles { grid-template-columns: 1fr; gap: 25px; }
  .principle { display: grid; grid-template-columns: 25px 1fr; gap: 0 14px; }
  .principle-number { padding-top: 3px; }
  .principle h3 { margin-top: 0; }
  .principle p { grid-column: 2; max-width: 100%; }
  .contact-panel { padding: 32px 25px 22px; gap: 30px; }
  .contact-panel h2 { font-size: 42px; }
  .contact-copy > p:last-child { font-size: 12px; }
  .contact-email { font-size: 23px; }
  .contact-email .icon { width: 23px; height: 23px; }
  .site-footer { gap: 16px; flex-wrap: wrap; padding-bottom: 25px; }
  .site-footer .wordmark { font-size: 19px; }
  .site-footer p { font-size: 10px; }
  .footer-top { font-size: 10px; gap: 5px; }
}
@media (max-width: 359px) {
  .main-nav { gap: 13px; font-size: 11px; }
  .main-nav .icon { display: none; }
  h1 { font-size: 35px; }
  .hero-eyebrow { font-size: 7px; }
  .hero-actions { gap: 13px; }
  .button { gap: 9px; padding-inline: 13px; }
  .ear-visual-copy > p { font-size: 25px; }
  .phone-preview { width: 35%; right: 10px; }
  .visual-category { display: none; }
  .contact-panel { padding-inline: 20px; }
  .contact-email { font-size: 20px; }
  .copy-status { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
