:root {
  color-scheme: dark;
  --bg: #2b2b2b;
  --ink: #e6e1dc;
  --muted: #b7a99a;
  --line: #5d534b;
  --surface: #353535;
  --accent: #ffc66d;
  --accent-ink: #252525;
  --soft: #242424;
  --contact-bg: #a5c261;
  --contact-ink: #21291c;
  --heading-font: "Instrument Serif", Georgia, serif;
  --card-radius: 5px;
  --button-radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--accent); color: var(--accent-ink); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.wrap { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.site-shell { overflow: hidden; }
.skip-link { position: absolute; z-index: 50; top: -100px; left: 24px; padding: 12px 18px; background: var(--ink); color: var(--bg); }
.skip-link:focus { top: 16px; }

/* Header */
.site-header { min-height: 94px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 12px; align-items: center; font-size: 17px; font-weight: 700; letter-spacing: -.045em; white-space: nowrap; }
.brand-mark { color: var(--accent); font-size: 28px; font-weight: 400; line-height: 1; transition: transform .4s ease; }
.brand:hover .brand-mark { transform: rotate(45deg); }
.brand-period { color: var(--accent); }
.main-nav { display: flex; align-items: center; gap: 39px; font-size: 13px; font-weight: 600; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--accent); }
.main-nav a:last-child { border: 1px solid var(--line); border-radius: 50px; padding: 10px 16px; }
.main-nav a:last-child span { color: var(--accent); margin-left: 9px; font-size: 16px; }
.main-nav a:last-child:hover { border-color: var(--accent); }

/* Introduction */
.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: 32px; align-items: center; padding-block: 70px 80px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker, .visual-label, .hero-footnote, .portrait-caption, .portrait-sticker, .contact-top, .site-footer, .about-signoff, .project-meta, .all-work-link, .dotfiles-stamp {
  font-family: "DM Mono", monospace;
}
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 30px; font-size: 10px; letter-spacing: .09em; font-weight: 500; }
.eyebrow-line { width: 28px; height: 1px; background: var(--accent); }
.eyebrow-spark { color: var(--accent); font-size: 14px; }
h1, h2, h3, p { margin-top: 0; }
.hero h1, .section-heading h2, .about-section h2, .contact-card h2 { font-family: var(--heading-font); font-weight: 400; letter-spacing: -.058em; }
.hero h1 { margin: 0 0 27px; font-size: clamp(68px, 7.9vw, 112px); line-height: .91; white-space: nowrap; }
.hero h1 em, .section-heading h2 em, .contact-card h2 em { font-weight: 400; color: var(--accent); }
.hero-intro { max-width: 550px; margin-bottom: 29px; color: var(--muted); font-size: 17px; line-height: 1.75; letter-spacing: -.018em; }
.hero-actions { display: flex; align-items: center; gap: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 50px; padding: 0 19px; font-size: 13px; font-weight: 700; border-radius: var(--button-radius); transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--ink); color: var(--bg); }
.button-primary:hover { background: var(--accent); color: var(--accent-ink); }
.button span { font-size: 17px; font-weight: 400; }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-block: 8px; }
.text-link span { display: inline-block; margin-left: 11px; color: var(--accent); transition: transform .2s ease; }
.text-link:hover span { transform: translateY(4px); }
.hero-footnote { margin: 45px 0 0; color: var(--muted); font-size: 10px; letter-spacing: .035em; }
.tiny-asterisk { margin-right: 6px; color: var(--accent); font-size: 14px; }
.hero-art { height: 475px; position: relative; display: flex; align-items: center; justify-content: center; }
.hero-art-grid { position: absolute; width: 360px; height: 390px; right: -4px; top: 5px; opacity: .65; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(135deg, transparent 4%, black 60%); }
.portrait-frame { position: relative; width: min(335px, 90%); padding: 11px 11px 0; background: #fffdf7; border: 1px solid #202620; box-shadow: 17px 17px 0 var(--soft); transform: rotate(3deg); }
.portrait-frame img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; background: #fff; filter: contrast(1.09); }
.portrait-caption { color: #272e29; padding: 13px 4px 14px; display: flex; justify-content: space-between; align-items: center; font-size: 9px; letter-spacing: .035em; }
.portrait-caption span:last-child { font-size: 17px; }
.portrait-sticker { position: absolute; z-index: 2; right: -13px; top: 24px; width: 99px; height: 99px; border-radius: 50%; background: var(--accent); color: var(--accent-ink); transform: rotate(12deg); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; font-size: 10px; font-weight: 500; line-height: 1.25; letter-spacing: .045em; box-shadow: 0 0 0 6px var(--bg); }
.portrait-sticker span { font-size: 17px; margin-top: 2px; }

.section-kicker { margin: 0 0 24px; color: var(--accent); font-size: 10px; font-weight: 500; letter-spacing: .1em; }
.section-kicker .section-number { color: var(--muted); margin-right: 10px; }
/* Projects */
.work-section { padding-block: 82px 105px; scroll-margin-top: 20px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 43px; }
.section-heading h2 { margin: 0; font-size: clamp(56px, 6.3vw, 88px); line-height: .96; }
.section-heading > p { max-width: 275px; margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; }
.project-card { min-width: 0; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--card-radius); overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .35s ease; }
.project-card:hover { transform: translateY(-5px); border-color: var(--accent); box-shadow: 0 11px 25px rgba(0,0,0,.055); }
.project-visual { position: relative; height: 258px; overflow: hidden; border-bottom: 1px solid var(--line); }
.visual-label { position: absolute; z-index: 3; top: 19px; left: 20px; font-size: 9px; font-weight: 500; letter-spacing: .11em; }
.project-info { padding: 24px 25px 20px; display: flex; flex-direction: column; flex: 1; }
.project-heading { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.project-heading h3 { margin: 0 0 11px; font-size: 26px; font-weight: 600; letter-spacing: -.055em; line-height: 1.18; }
.project-arrow { font-size: 22px; line-height: 1; color: var(--accent); transition: transform .25s ease; }
.project-card:hover .project-arrow { transform: translate(3px, -3px); }
.project-info > p { max-width: 450px; margin-bottom: 22px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.project-meta { margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 10px; letter-spacing: .025em; }
.all-work-link { display: flex; justify-content: space-between; width: fit-content; gap: 45px; border-bottom: 1px solid var(--ink); margin: 36px 0 0 auto; padding-bottom: 9px; font-size: 12px; font-weight: 500; }
.all-work-link span { color: var(--accent); font-size: 16px; }
.all-work-link:hover { color: var(--accent); border-color: var(--accent); }

/* Project artwork */
.visual-deer { background: #dbe9da; color: #29443b; }
.visual-deer::before { content: ""; position: absolute; width: 310px; height: 310px; border: 1px solid rgba(41,68,59,.18); border-radius: 50%; top: 45px; left: calc(50% - 155px); }
.visual-deer::after { content: ""; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(41,68,59,.13); border-radius: 50%; top: 5px; left: calc(50% - 195px); }
.visual-deer img { position: absolute; width: 188px; height: 188px; top: 39px; left: calc(50% - 94px); border-radius: 25px; transform: rotate(-5deg); box-shadow: 13px 15px 0 rgba(41,68,59,.16); transition: transform .25s ease; }
.project-card:hover .visual-deer img { transform: rotate(0deg) translateY(-4px); }
.visual-side-note { position: absolute; right: 20px; bottom: 18px; font: 9px/1.5 "DM Mono", monospace; text-align: right; letter-spacing: .055em; }
.visual-manager { background: #b8c9bc; color: #234438; }
.visual-manager::before { content: ""; position: absolute; inset: 30px 45px -60px; border: 1px solid rgba(32,67,56,.24); transform: rotate(-6deg); }
.device-window { position: absolute; width: min(385px, calc(100% - 90px)); top: 49px; left: 50%; transform: translateX(-50%) rotate(3deg); background: #f0f3e9; border: 1px solid #375b4a; box-shadow: 12px 12px 0 rgba(24,61,48,.22); font-family: "DM Mono", monospace; font-size: 10px; }
.device-window-top { height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 0 13px; border-bottom: 1px solid #aabbb0; }
.device-window-top span:first-child { display: flex; gap: 4px; }
.device-window-top i { width: 5px; height: 5px; border-radius: 50%; border: 1px solid #375b4a; }
.device-window-top b { font-weight: 500; letter-spacing: -.03em; }
.device-row { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-bottom: 1px solid #cad6ca; }
.device-icon { font-size: 19px; }
.device-row > span:nth-child(2) { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.device-row b { font-weight: 500; white-space: nowrap; }
.device-row small { font-size: 8px; color: #728779; }
.device-status { color: #38825f; font-size: 9px; white-space: nowrap; }
.device-window-bottom { display: flex; justify-content: space-between; padding: 12px 14px; color: #6c8271; font-size: 9px; }
.visual-dotpkg { background: #e3d7ba; color: #ecf0e4; }
.terminal-preview { position: absolute; top: 49px; left: 50%; width: min(408px, calc(100% - 62px)); height: 230px; padding: 0 19px 17px; transform: translateX(-50%) rotate(-3deg); background: #24342e; border: 1px solid #192c25; box-shadow: 12px 12px 0 rgba(68,56,33,.18); font: 11px/1.8 "DM Mono", monospace; }
.terminal-dots { height: 40px; display: flex; align-items: center; gap: 5px; margin-bottom: 8px; border-bottom: 1px solid #4d6556; }
.terminal-dots i { width: 6px; height: 6px; border-radius: 50%; background: #728879; }
.terminal-dots span { margin-left: auto; color: #88a392; font-size: 9px; }
.terminal-prompt, .terminal-add { color: #b4d57c; margin-right: 5px; }
.terminal-muted { margin: 5px 0; color: #91a395; }
.terminal-summary { margin-top: 5px; color: #b4d57c; }
.terminal-summary span:not(.terminal-cursor) { color: #708576; }
.terminal-cursor { color: #e8b77a; }
.visual-railscasts { background: #b3a694; color: #f3e9dc; }
.editor-preview { position: absolute; top: 50px; left: 50%; width: min(410px, calc(100% - 72px)); height: 226px; transform: translateX(-50%) rotate(2deg); background: #2b2b2b; border: 1px solid #171717; box-shadow: 12px 12px 0 rgba(55,42,33,.18); font: 11px/1.8 "DM Mono", monospace; overflow: hidden; }
.editor-tab { height: 37px; padding: 8px 15px; background: #393837; border-bottom: 1px solid #4c4945; color: #dfad69; }
.editor-tab span { float: right; color: #857d76; }
.code-line { display: flex; gap: 15px; white-space: nowrap; }
.code-line:first-of-type { margin-top: 10px; }
.code-line > span { width: 26px; text-align: right; color: #776e64; }
.code-line code { font-family: inherit; color: #e6e1dc; }
.code-line b { color: #cc7833; font-weight: 400; }.code-line em { color: #ffc66d; font-style: normal; }.code-line i { color: #ffc66d; font-style: normal; }.code-line strong { color: #a5c261; font-weight: 400; }
.editor-status { position: absolute; bottom: 0; left: 0; right: 0; padding: 2px 10px; background: #87af5f; color: #20251c; font-size: 9px; }
.editor-status span { float: right; }
.visual-dotfiles { background: #232631; color: white; }
.visual-dotfiles > img { width: 100%; height: 100%; object-fit: cover; object-position: center 4%; transition: transform .4s ease; }
.project-card:hover .visual-dotfiles > img { transform: scale(1.04); }
.visual-dotfiles::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to bottom, rgba(0,0,0,.42), transparent 37%, transparent 62%, rgba(0,0,0,.35)); }
.dotfiles-stamp { position: absolute; z-index: 2; right: 19px; bottom: 18px; font-size: 9px; line-height: 1.5; text-align: right; letter-spacing: .07em; }
.visual-hunk { background: #c3cdd2; color: #253238; }
.diff-preview { position: absolute; width: min(428px, calc(100% - 62px)); top: 55px; left: 50%; transform: translateX(-50%) rotate(-2deg); background: #252d2e; color: #bcbfbd; box-shadow: 12px 12px 0 rgba(31,54,61,.18); padding: 17px 18px 24px; font: 10px/2.1 "DM Mono", monospace; white-space: nowrap; overflow: hidden; }
.diff-file { color: #ffc66d; font-size: 12px; border-bottom: 1px solid #505858; margin-bottom: 10px; padding-bottom: 6px; font-weight: 500; }.diff-file span { float: right; }
.diff-context { color: #76aec3; }.diff-remove { color: #e99181; }.diff-add { color: #a5c261; }
.project-card-radar { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
.project-card-radar .project-visual { height: 310px; border-bottom: 0; border-right: 1px solid var(--line); }
.project-card-radar .project-info { padding: 36px 39px 29px; }
.project-card-radar .project-heading h3 { font-size: 34px; }
.project-card-radar .project-info > p { font-size: 16px; line-height: 1.65; }
.visual-radar { background: #dcddf2; color: #352d78; }
.visual-radar::before { content: ""; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(99,91,223,.2); border-radius: 50%; top: -70px; left: calc(50% - 195px); }
.visual-radar > img { position: absolute; width: calc(100% - 76px); max-width: none; height: auto; left: 38px; top: 48px; border: 1px solid #a9aed1; box-shadow: 13px 13px 0 rgba(53,45,120,.16); transform: rotate(-2deg); transition: transform .3s ease; }
.project-card-radar:hover .visual-radar > img { transform: rotate(0deg) translateY(-4px); }
.visual-rulendar { background: #d9e4d8; color: #294b3d; }
.visual-rulendar > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.project-card-rulendar:hover .visual-rulendar > img { transform: scale(1.03); }
.project-card-rulendar { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
.project-card-rulendar .project-visual { height: 310px; border-bottom: 0; border-right: 1px solid var(--line); }
.project-card-rulendar .project-info { padding: 36px 39px 29px; }
.project-card-rulendar .project-heading h3 { font-size: 34px; }
.project-card-rulendar .project-info > p { font-size: 16px; line-height: 1.65; }

/* About */
.about-section { background: var(--soft); border-block: 1px solid var(--line); transition: background .35s ease; scroll-margin-top: 20px; }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 110px 120px; }
.about-section h2 { margin: 0; font-size: clamp(70px, 7.8vw, 108px); line-height: .9; }
.accent-dot { color: var(--accent); }
.about-doodle { width: 245px; margin-top: 47px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--accent); font-size: 49px; line-height: 1.4; }
.about-doodle span:last-child { font-family: "DM Mono", monospace; font-size: 27px; line-height: 2.4; transform: rotate(-15deg); }
.about-copy { padding-top: 42px; }
.about-lead { margin-bottom: 19px; font-family: var(--heading-font); font-size: 37px !important; line-height: 1.12 !important; color: var(--ink) !important; letter-spacing: -.035em; }
.about-copy > p:not(.about-lead) { max-width: 520px; margin-bottom: 18px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.about-signoff { border-top: 1px solid var(--line); margin-top: 37px; padding-top: 17px; display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 10px; }
.about-signoff span span { color: var(--accent); font-size: 15px; margin-left: 5px; }

/* Contact & footer */
.contact-section { padding-block: 105px; scroll-margin-top: 20px; }
.contact-card { position: relative; padding: 45px 55px 55px; overflow: hidden; background: var(--contact-bg); color: var(--contact-ink); border-radius: var(--card-radius); transition: background .35s ease; }
.contact-card::after { content: "✳"; position: absolute; right: -19px; bottom: -130px; font-family: Georgia, serif; font-size: 450px; font-weight: normal; line-height: 1; opacity: .075; pointer-events: none; }
.contact-top { display: flex; justify-content: space-between; align-items: start; font-size: 10px; letter-spacing: .08em; }
.contact-star { font-size: 31px; line-height: .8; }
.contact-card h2 { margin: 62px 0 22px; font-size: clamp(68px, 8vw, 111px); line-height: .9; position: relative; z-index: 1; }
.contact-card h2 em { color: #e9b989; }
.contact-card > p { max-width: 455px; margin-bottom: 23px; color: var(--contact-ink); opacity: .78; font-size: 16px; line-height: 1.65; position: relative; z-index: 1; }
.contact-email { display: inline-flex; align-items: baseline; gap: 13px; max-width: 100%; padding-bottom: 4px; border-bottom: 1px solid currentColor; margin-bottom: 34px; color: var(--contact-ink); font-size: clamp(21px, 3vw, 32px); font-weight: 600; letter-spacing: -.05em; overflow-wrap: anywhere; position: relative; z-index: 1; transition: opacity .2s ease; }
.contact-email:hover { opacity: .68; }
.contact-email span { font-size: .7em; font-weight: 400; flex: none; }
.contact-links { display: flex; flex-wrap: wrap; gap: 10px; position: relative; z-index: 1; }
.contact-links a { display: inline-flex; align-items: center; justify-content: space-between; width: 150px; padding: 13px 14px; border: 1px solid currentColor; font-size: 12px; font-weight: 600; transition: background .2s ease, color .2s ease, transform .2s ease; }
.contact-links a:hover { background: var(--contact-ink); color: var(--contact-bg); transform: translateY(-3px); }
.contact-links span { font-size: 16px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 15px; border-top: 1px solid var(--line); padding-block: 23px 33px; color: var(--muted); font-size: 10px; }
.site-footer p { margin: 0; }.site-footer p span { color: var(--accent); }
.site-footer a:hover { color: var(--accent); }

.hero-art-grid { opacity: .25; }
.eyebrow-spark { color: #a5c261; }
.portrait-frame { box-shadow: 17px 17px 0 #574739; }
.visual-deer, .visual-manager, .visual-dotpkg, .visual-railscasts, .visual-hunk { filter: saturate(.8) brightness(.8); }
.contact-card h2 em { color: #283420; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr); gap: 18px; }
  .hero h1 { font-size: clamp(62px, 7.6vw, 83px); }
  .hero-art { height: 400px; }.hero-art-grid { width: 280px; height: 320px; }
  .portrait-sticker { right: -2px; }
  .about-inner { gap: 50px; }
}

@media (max-width: 700px) {
  .wrap { width: min(100% - 36px, 540px); }
  .site-header { min-height: 74px; }.brand { font-size: 15px; gap: 8px; }.brand-mark { font-size: 24px; }
  .main-nav { gap: 18px; font-size: 12px; }.main-nav a:last-child { display: none; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 18px; padding-block: 67px 60px; min-height: 0; }
  .eyebrow { flex-wrap: wrap; gap: 7px; font-size: 9px; margin-bottom: 24px; }
  .eyebrow-line { width: 17px; }
  .hero h1 { font-size: clamp(58px, 11.5vw, 80px); white-space: normal; }
  .hero-intro { font-size: 15px; line-height: 1.65; max-width: 470px; }
  .hero-actions { gap: 22px; flex-wrap: wrap; }.hero-footnote { margin-top: 28px; }
  .hero-art { height: 365px; max-width: 430px; width: 100%; margin: 2px auto 0; }
  .hero-art-grid { right: 12px; }.portrait-frame { width: 268px; }
  .portrait-sticker { right: 8px; top: 18px; width: 77px; height: 77px; font-size: 8px; }.portrait-sticker span { font-size: 13px; }
  .work-section { padding-block: 58px 75px; }.section-heading { align-items: start; flex-direction: column; gap: 17px; margin-bottom: 32px; }.section-heading h2 { font-size: clamp(54px, 11vw, 76px); }.section-heading > p { max-width: 400px; }
  .project-grid { grid-template-columns: 1fr; gap: 18px; }.project-visual { height: 238px; }.project-info { padding: 21px; }
  .project-card-radar { grid-column: auto; display: flex; }.project-card-radar .project-visual { height: 238px; border-right: 0; border-bottom: 1px solid var(--line); }.project-card-radar .project-info { padding: 21px; }.project-card-radar .project-heading h3 { font-size: 26px; }.project-card-radar .project-info > p { font-size: 14px; line-height: 1.55; }
  .project-card-rulendar { grid-column: auto; display: flex; }.project-card-rulendar .project-visual { height: 238px; border-right: 0; border-bottom: 1px solid var(--line); }.project-card-rulendar .project-info { padding: 21px; }.project-card-rulendar .project-heading h3 { font-size: 26px; }.project-card-rulendar .project-info > p { font-size: 14px; line-height: 1.55; }
  .visual-radar > img { width: calc(100% - 46px); left: 23px; top: 44px; }
  .about-inner { grid-template-columns: 1fr; gap: 4px; padding-block: 75px 82px; }.about-section h2 { font-size: clamp(70px, 13vw, 95px); }.about-doodle { display: none; }.about-copy { padding-top: 23px; }.about-lead { font-size: 33px !important; }
  .contact-section { padding-block: 70px; }.contact-card { padding: 28px 25px 33px; }.contact-card h2 { margin-top: 64px; font-size: clamp(56px, 10vw, 80px); }.contact-card > p { font-size: 14px; }.contact-email { font-size: clamp(18px, 5.7vw, 25px); }.contact-card::after { font-size: 350px; bottom: -90px; right: -70px; }
  .contact-links a { width: calc(50% - 5px); }.site-footer { flex-wrap: wrap; line-height: 1.5; }.site-footer p:nth-child(2) { order: 3; width: 100%; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 54px; }
  .hero-art { height: 335px; }.portrait-frame { width: 245px; }
  .device-window { width: calc(100% - 50px); }.device-status { font-size: 8px; }
}

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