:root {
  color-scheme: light;
  --canvas: #f5f5f3;
  --paper: #ffffff;
  --text: #252728;
  --muted: #6d7273;
  --line: #e2e4e2;
  --blue: #176fd1;
  --blue-soft: #eaf3ff;
  --gold: #c98c22;
  --serif: 'Instrument Serif', Georgia, serif;
  --sans: 'Inter Tight', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body {
  min-height: 100vh;
  margin: 0;
  background: var(--canvas);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: absolute; top: 1rem; left: -10000px; z-index: 5; padding: .6rem 1rem; background: var(--text); color: var(--paper); }
.skip-link:focus { left: 1rem; }
.page-shell {
  width: min(100% - 96px, 1480px);
  min-height: 100vh;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: clamp(64px, 8vw, 132px);
}
.profile {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 720px;
  padding: 46px 0 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wordmark { display: inline-flex; gap: 9px; align-items: center; text-decoration: none; font-size: 14px; font-weight: 700; letter-spacing: -.035em; }
.brand-icon { width: 34px; height: 34px; display: block; flex: 0 0 auto; }
.profile-content { width: 100%; margin: 0; padding: 24px 0 16px; animation: fade-up .65s both; }
.avatar-wrap { position: relative; width: 210px; height: 210px; margin-bottom: 15px; display: grid; place-items: center; animation: fade-up .65s both; }
.avatar { position: relative; z-index: 1; width: 180px; height: 180px; display: block; border: 3px solid #fff; border-radius: 50%; object-fit: cover; object-position: 42% 48%; box-shadow: 0 3px 14px #30332c19; }
.avatar-orbit { position: absolute; inset: 2px; border: 1px solid #b7cde1aa; border-radius: 50%; animation: orbit-spin 18s linear infinite; }
.avatar-orbit::after { position: absolute; top: 13px; left: 21px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 10px #176fd166; content: ''; }
.avatar-orbit-two { inset: -2px 12px; transform: rotate(55deg); animation-duration: 25s; animation-direction: reverse; border-color: #e7d4adbb; }
.avatar-orbit-two::after { top: auto; right: 15px; bottom: 12px; left: auto; width: 6px; height: 6px; background: var(--gold); box-shadow: 0 0 9px #c98c2266; }
.eyebrow { margin: 0 0 9px; color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 700; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 3px; font-size: clamp(33px, 3.3vw, 43px); line-height: 1.1; letter-spacing: -.055em; font-weight: 700; }
.profile-location { margin-bottom: 20px; color: var(--muted); font-size: 14px; }
.intro-copy { max-width: 340px; margin-bottom: 17px; color: #555b5c; font-size: 15px; line-height: 1.65; }
.brand-story { max-width: 340px; margin: 0 0 20px; padding-left: 12px; border-left: 2px solid #dce8f4; }
.brand-story-heading { margin-bottom: 5px; display: flex; align-items: center; gap: 9px; }
.brand-story-heading .eyebrow { margin: 0; font-size: 9px; }
.story-logo { width: 28px; height: 28px; display: block; }
.brand-story p:last-child { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #e0e3e2; border-radius: 50%; background: #ffffffa8; color: #606768; transition: color .18s ease, border-color .18s ease, transform .18s ease, background .18s ease; }
.social-links a:hover { transform: translateY(-2px); border-color: #bfd8f3; background: #fff; color: var(--blue); }
.social-links svg { width: 17px; height: 17px; fill: currentColor; }
.social-links svg rect, .social-links svg circle:not(.icon-fill) { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-links svg .icon-fill { fill: currentColor; }
.newsletter { width: 100%; padding: 14px 0 14px; border-top: 1px solid var(--line); }
.newsletter .eyebrow { margin-bottom: 6px; }
.newsletter h2 { margin-bottom: 6px; font-size: 19px; line-height: 1.2; letter-spacing: -.035em; }
.newsletter > p:not(.eyebrow) { margin-bottom: 13px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.signup-state { display: flex; align-items: center; gap: 10px; padding: 11px 12px; border: 1px solid #e7d4ad; border-radius: 8px; background: #fffaf0; color: #706754; font-size: 11px; line-height: 1.45; }
.signup-state strong { color: #423a2d; font-size: 12px; }
.signup-icon { color: var(--gold); font-size: 20px; }
.profile-footer { width: 100%; display: flex; justify-content: space-between; gap: 12px; color: #858a89; font-size: 11px; }
.profile-footer a { text-decoration: none; transition: color .18s ease; }
.projects { min-width: 0; padding: 68px 0 60px; }
.projects-heading { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.projects-heading .eyebrow { margin-bottom: 3px; }
.projects-heading h2 { margin: 0; font-size: clamp(27px, 3vw, 36px); line-height: 1.15; letter-spacing: -.05em; }
.project-count { padding: 5px 10px; border-radius: 99px; background: #e9eae8; color: #757a78; font-size: 11px; white-space: nowrap; }
.project-list { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.project-card {
  position: relative;
  min-height: 260px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  border: 1px solid #e8e9e7;
  border-radius: 16px;
  background: var(--paper);
  box-shadow: 0 6px 24px #31351f08;
  text-decoration: none;
  animation: fade-up .55s both;
  isolation: isolate;
  transition: transform .28s cubic-bezier(.2,.75,.25,1), box-shadow .28s ease, border-color .28s ease, background-color .28s ease;
}
.project-card::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 12% 0%, #fff6e5 0, transparent 38%), linear-gradient(125deg, #f7fbff, #fff 58%); content: ''; opacity: 0; transition: opacity .3s ease; pointer-events: none; }
.project-card::after { position: absolute; z-index: -1; top: -74px; right: -50px; width: 210px; height: 210px; border: 1px solid #e7edf2; border-radius: 50%; content: ''; pointer-events: none; transition: transform .45s cubic-bezier(.2,.75,.25,1), border-color .3s ease; }
.project-card:hover, .project-card:focus-visible { transform: translateY(-7px) scale(1.012); border-color: #c7ddf1; box-shadow: 0 22px 42px #31351f16, 0 5px 13px #3980bd0d; }
.project-card:hover::before, .project-card:focus-visible::before { opacity: 1; }
.project-card:hover::after, .project-card:focus-visible::after { transform: scale(1.2) rotate(12deg); border-color: #d8e9f7; }
.project-card:focus-visible { outline: 3px solid #89b8e4; outline-offset: 4px; }
.project-card-top { width: 100%; margin-bottom: 29px; display: flex; justify-content: space-between; align-items: flex-start; }
.project-mark { position: relative; z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; background: #fff3dc; color: #a96d0b; font-family: var(--serif); font-size: 26px; box-shadow: inset 0 0 0 1px #f3e2c4; transform-origin: center; transition: transform .32s cubic-bezier(.2,.8,.25,1), box-shadow .32s ease; }
.project-card:hover .project-mark, .project-card:focus-visible .project-mark { transform: translateY(-7px) rotate(-8deg) scale(1.16); box-shadow: inset 0 0 0 1px #f3e2c4, 0 10px 18px #a96d0b26; }
.project-status { padding: 5px 10px; border-radius: 99px; background: #edf7f0; color: #3d8159; font-size: 11px; font-weight: 600; }
.project-title { margin: 0 0 7px; font-size: 21px; font-weight: 700; letter-spacing: -.035em; transition: color .25s ease, transform .25s ease; }
.project-card:hover .project-title, .project-card:focus-visible .project-title { color: #1769aa; transform: translateX(2px); }
.project-description { max-width: 450px; margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.project-visit { margin-top: auto; display: inline-flex; gap: 7px; align-items: center; color: var(--blue); font-size: 13px; font-weight: 600; }
.project-arrow { transition: transform .22s ease; }
.project-card:hover .project-arrow, .project-card:focus-visible .project-arrow { transform: translate(4px, -4px); }
.projects-note { margin: 22px 2px; color: #8b908f; font-size: 12px; }
@keyframes fade-up { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@media (max-width: 1000px) {
  .page-shell { width: min(100% - 56px, 760px); grid-template-columns: minmax(230px, .8fr) minmax(0, 1.4fr); gap: 46px; }
  .project-list { grid-template-columns: 1fr; gap: 15px; }
  .project-card { min-height: 220px; }
}
@media (max-width: 680px) {
  .page-shell { width: min(100% - 38px, 520px); min-height: 100svh; display: flex; flex-direction: column; gap: 0; }
  .profile { position: static; width: 100%; height: auto; min-height: 0; padding: 24px 0 0; }
  .profile-content { margin: 44px 0 10px; padding: 0 0 20px; }
  .avatar-wrap { width: 150px; height: 150px; margin-bottom: 17px; }
  .avatar { width: 118px; height: 118px; }
  .profile-location { margin-bottom: 12px; }
  .intro-copy { max-width: 480px; margin-bottom: 15px; }
  .newsletter { padding-top: 16px; }
  .profile-footer { padding: 4px 0 0; }
  .projects { padding: 38px 0 50px; }
  .project-list { grid-template-columns: 1fr; }
  .project-card { min-height: 220px; padding: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.privacy-page { width: min(100% - 48px, 720px); min-height: 100vh; margin-inline: auto; padding: 42px 0; display: flex; flex-direction: column; }
.privacy-page article { max-width: 650px; margin: auto 0; padding: 72px 0; }
.privacy-page h1 { margin: 12px 0 14px; font-family: var(--serif); font-size: clamp(48px, 8vw, 72px); font-weight: 400; letter-spacing: -.035em; }
.privacy-page h2 { margin: 30px 0 7px; font-size: 19px; letter-spacing: -.025em; }
.privacy-page article p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.7; }
.privacy-page article a { color: var(--blue); }
.privacy-lede { font-size: 17px !important; }
@media (max-width: 680px) {
  .privacy-page { width: min(100% - 38px, 520px); padding: 24px 0; }
  .privacy-page article { padding: 52px 0; }
}
