:root {
    --paper: #f7f5ed;
    --ink: #272c29;
    --muted: #676b60;
    --line: #dcded1;
    --yellow: #f4d477;
    --orange: #ae4930;
    --peach: #f1e2d4;
    --blue: #253f48;
    --ease: cubic-bezier(.2, .7, .2, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; line-height: 1.65; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
button, a { touch-action: manipulation; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--orange); outline-offset: 6px; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin: 0; }
[hidden] { display: none !important; }
.shell { width: min(1160px, calc(100% - 88px)); margin-inline: auto; }
.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; top: -100px; left: 20px; padding: 12px 20px; background: var(--ink); color: #fff; z-index: 100; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247, 245, 237, .95); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 86px; }
.brand { display: inline-flex; align-items: center; gap: 6px; font-size: 30px; font-weight: 850; letter-spacing: -1.6px; line-height: 1; }
.brand-dot { width: 9px; height: 9px; background: var(--orange); border-radius: 50%; align-self: flex-end; margin-bottom: 3px; }
.brand-sub { font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: 10px; font-weight: 500; letter-spacing: 1.4px; writing-mode: vertical-rl; margin-left: 4px; }
.main-nav { display: flex; gap: 33px; font-size: 14px; }
.main-nav a, .site-footer nav a { transition: color .2s; position: relative; padding-block: 12px; }
.main-nav a::after { content: ""; position: absolute; bottom: 6px; left: 0; width: 100%; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav a:hover::after { transform: scaleX(1); }
.main-nav a:hover, .site-footer a:hover { color: var(--orange); }
.header-note { font-size: 13px; border-bottom: 1px solid var(--ink); padding: 7px 0; }
.header-note span { display: inline-block; margin-left: 15px; font-size: 19px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; align-items: center; padding-block: 96px 106px; min-height: 665px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: 11px; font-weight: 600; letter-spacing: 1.6px; line-height: 1.8; }
.small-star { font-size: 25px; color: var(--orange); line-height: 1; }
h1 { font-size: clamp(45px, 5.5vw, 72px); line-height: 1.26; letter-spacing: -3px; font-weight: 800; margin: 22px 0 23px; }
h1 em { font-style: normal; color: var(--orange); position: relative; white-space: nowrap; }
h1 em::after { content: ""; position: absolute; width: 88%; height: 9px; border-radius: 50%; border-top: 3px solid var(--orange); bottom: -8px; left: 0; transform: rotate(-4deg); }
.hero-description { color: var(--muted); font-size: 16px; line-height: 1.95; margin-bottom: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 49px; padding: 12px 21px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 600; line-height: 1.4; transition: background .2s, box-shadow .2s, transform .2s; cursor: pointer; }
.button > span:last-child { margin-left: 8px; }
.button:hover { transform: translateY(-2px); box-shadow: 0 5px 0 rgba(39,44,41,.12); }
.button:active { transform: translateY(0); box-shadow: none; }
.button-yellow { color: var(--ink); background: var(--yellow); border-color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.button-yellow:hover { background: #fadd8c; box-shadow: 4px 5px 0 var(--ink); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: #41483e; }
.button-cream { color: var(--ink); background: var(--paper); }
.button-cream:hover { background: var(--yellow); }
.hero-footnote { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; margin-top: 24px; }
.tiny-dot { flex: 0 0 6px; width: 6px; height: 6px; border-radius: 50%; background: #687f5d; }
.hero-art { position: relative; min-width: 0; height: 410px; padding-top: 38px; }
.art-caption { position: absolute; top: 0; left: 14px; font-size: 9px; font-family: ui-monospace, monospace; letter-spacing: 1px; color: var(--muted); transform: rotate(-4deg); }
.studio-postcard { position: relative; height: 306px; width: 100%; background: #fffdf6; border: 1px solid #d6d4c9; box-shadow: 5px 7px 0 #e7e3d9; border-radius: 4px; transform: rotate(3deg); overflow: hidden; transition: transform .4s var(--ease); }
.studio-postcard img { width: 120%; height: auto; max-width: none; position: absolute; left: -10%; top: 50%; transform: translateY(-50%); mix-blend-mode: multiply; }
.postcard-number { position: absolute; z-index: 1; top: 17px; left: 20px; font-size: 9px; font-family: ui-monospace, monospace; letter-spacing: 1px; color: #666b60; }
.postcard-bottom { position: absolute; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; gap: 10px; margin: 0 20px; padding: 12px 0; border-top: 1px solid #e8e5dc; font-size: 10px; background: #fffdf6; }
.postcard-bottom span:last-child { font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: 1px; }
.round-sticker { position: absolute; z-index: 2; top: 6px; right: -22px; width: 96px; height: 96px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; background: var(--yellow); border: 1px solid var(--ink); outline: 1px dashed rgba(39,44,41,.55); outline-offset: -7px; font-size: 10px; transform: rotate(14deg); }
.sticker-star { font-size: 28px; line-height: 1.2; }
.cat-note { position: absolute; z-index: 3; left: -21px; bottom: 10px; width: 235px; padding: 16px 18px; background: #e6eadc; border: 1px solid #cbd1bd; box-shadow: 3px 4px 0 rgba(90,99,64,.08); transform: rotate(-5deg); }
.cat-note::before { content: ""; position: absolute; width: 60px; height: 20px; top: -12px; left: 75px; background: rgba(230,197,120,.6); transform: rotate(4deg); }
.cat-note p { font-size: 12px; min-height: 40px; }
.cat-greeting { padding: 9px 0 0; border: 0; border-bottom: 1px solid #9da58b; background: none; color: #424d39; font-size: 11px; }
.cat-greeting:hover { color: var(--orange); }
.handwritten-note { position: absolute; bottom: 2px; right: 26px; font-family: Georgia, "Times New Roman", serif; font-style: italic; color: #797865; font-size: 18px; line-height: 1.4; transform: rotate(-7deg); }
.hero-art.say-hello .studio-postcard { animation: hello .55s var(--ease); }
@keyframes hello { 0%,100% { transform: rotate(3deg); } 30% { transform: rotate(-2deg) translateY(-5px); } 65% { transform: rotate(5deg); } }
.page-divider { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 14px; color: var(--muted); font-size: 10px; letter-spacing: 1px; }
.page-divider span:nth-child(2) { font-family: ui-monospace, monospace; font-size: 9px; }
.page-divider span:last-child { font-size: 19px; }
.products-section { padding-block: 82px 90px; }
.section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; margin-bottom: 27px; }
h2 { font-size: clamp(27px, 3vw, 38px); font-weight: 750; line-height: 1.4; letter-spacing: -1.3px; }
.section-heading h2 { margin-top: 12px; }
.section-intro { font-size: 13px; color: var(--muted); line-height: 1.9; padding-bottom: 3px; }
.product-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.product-filters button { min-height: 44px; border: 1px solid var(--line); border-radius: 24px; background: transparent; padding: 9px 17px; font-size: 12px; color: #626859; transition: color .2s, background .2s, border-color .2s; }
.product-filters button span { margin-left: 13px; font-family: ui-monospace, monospace; font-size: 11px; }
.product-filters button[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.product-filters button:hover { border-color: var(--ink); }
.apps-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.apps-grid.is-single { grid-template-columns: minmax(0, 660px); justify-content: center; }
.app-card { border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; min-width: 0; }
.app-companion { background: var(--peach); color: #493c32; }
.app-focus { background: var(--blue); color: #f4f0e5; }
.app-copy { padding: 32px 35px 0; }
.app-kicker { display: flex; align-items: center; justify-content: space-between; font-size: 11px; letter-spacing: 1px; margin-bottom: 20px; }
.app-symbol { font-size: 30px; line-height: 1; }
.app-copy h3 { font-size: 43px; line-height: 1.25; font-weight: 700; letter-spacing: -2px; }
.app-copy h3 span { display: block; font-size: 17px; letter-spacing: .5px; margin-top: 8px; font-weight: 500; }
.app-copy > p { margin-top: 18px; font-size: 14px; line-height: 1.9; }
.app-companion .app-copy > p { color: #6b594b; }
.app-focus .app-copy > p { color: #c4d1d1; }
.feature-list { display: flex; gap: 0; padding: 0; margin: 18px 0 0; list-style: none; font-size: 10px; }
.feature-list li + li::before { content: "/"; opacity: .45; margin: 0 12px; }
.app-visual { height: 475px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; padding-bottom: 18px; }
.sun-disc { position: absolute; width: 334px; height: 334px; border-radius: 50%; background: #e8be83; top: 54px; left: calc(50% - 167px); }
.sun-disc::after { content: ""; position: absolute; inset: -19px; border-radius: inherit; border: 1px dashed #c6ac91; }
.moon-disc { position: absolute; width: 330px; height: 330px; border: 1px solid #7e918e; border-radius: 50%; top: 47px; left: calc(50% - 165px); background: #3c5b60; }
.moon-disc::after { content: ""; position: absolute; inset: 20px -30px -20px 30px; border: 1px solid #72938f; border-radius: 50%; opacity: .35; }
.rain-lines { position: absolute; width: 360px; height: 320px; background: repeating-linear-gradient(113deg, transparent 0 41px, rgba(171,194,191,.11) 41px 42px, transparent 42px 72px); top: 60px; left: calc(50% - 180px); transform: rotate(-5deg); }
.phone-preview { z-index: 2; position: relative; flex: 0 0 190px; width: 190px; padding: 6px; background: #252523; border: 1px solid #595650; border-radius: 28px; box-shadow: 10px 18px 25px rgba(34,28,22,.24); transition: transform .35s var(--ease), box-shadow .35s; cursor: zoom-in; }
.phone-preview img { width: 100%; height: auto; border-radius: 22px; }
.companion-phone { transform: rotate(-7deg); }
.focus-phone { transform: rotate(7deg); }
@media (hover: hover) { .phone-preview:hover { transform: rotate(0) translateY(-5px); box-shadow: 12px 24px 30px rgba(34,28,22,.3); } }
.visual-note { position: absolute; z-index: 3; font-family: "Songti SC", "STSong", Georgia, serif; font-size: 14px; padding: 12px 16px; line-height: 1.7; }
.companion-note { right: 21px; bottom: 79px; transform: rotate(7deg); background: #fff4d9; box-shadow: 3px 4px 0 rgba(102,62,34,.07); }
.focus-note { left: 21px; top: 68px; transform: rotate(-9deg); background: #dce6de; color: #364c45; box-shadow: 3px 4px 0 rgba(0,0,0,.05); }
.preview-hint { display: flex; align-items: center; gap: 7px; position: absolute; bottom: 13px; font-size: 10px; opacity: .85; }
.preview-hint svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.app-footer { margin: auto 30px 0; padding: 20px 0 25px; border-top: 1px solid rgba(83,63,45,.16); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.app-focus .app-footer { border-color: rgba(213,231,220,.2); }
.platform-label { font-size: 11px; }
.app-footer .button { font-size: 12px; min-height: 46px; padding: 10px 15px; gap: 7px; }
.apple-icon { width: 17px; height: 17px; fill: currentColor; flex: 0 0 17px; }
.focus-section { padding-bottom: 106px; }
.focus-room { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 36px; background: #e6e9dd; border-radius: 15px; align-items: center; }
.focus-room-copy { padding: 15px 12px; }
.focus-room-copy h2 { margin: 19px 0 18px; font-size: clamp(28px, 3vw, 39px); }
.focus-room-copy > p:not(.eyebrow) { color: #65715d; font-size: 14px; line-height: 1.9; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 11px; margin-top: 27px; border-bottom: 1px solid #8c9684; padding-bottom: 6px; transition: color .2s; }
.text-link:hover { color: var(--orange); }
.focus-window { position: relative; isolation: isolate; overflow: hidden; min-width: 0; background: #203e49; color: #fff8e9; border: 7px solid #faf9f2; border-radius: 12px; box-shadow: 0 7px 16px rgba(34,53,40,.09); padding: 25px 30px 30px; text-align: center; }
.focus-window::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url('./screenshot2-preview.webp') 50% 37% / cover; }
.focus-window::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(14,35,49,.5), rgba(13,30,40,.9)); }
.window-caption { display: flex; gap: 7px; justify-content: center; align-items: center; font-size: 10px; letter-spacing: 2px; }
.window-caption .tiny-dot { background: #e1cb80; }
.timer-display { font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: clamp(55px, 5.5vw, 77px); font-weight: 300; line-height: 1.3; margin: 19px 0 12px; letter-spacing: -4px; font-variant-numeric: tabular-nums; }
.timer-progress { height: 2px; background: rgba(255,255,255,.22); max-width: 215px; margin-inline: auto; overflow: hidden; }
.timer-progress span { display: block; width: var(--progress, 0%); background: var(--yellow); height: 100%; transition: width .3s linear; }
.timer-status { font-size: 11px; margin: 15px 0 18px; min-height: 20px; color: #e0e6e4; }
.timer-controls { display: flex; justify-content: center; align-items: center; gap: 16px; }
.timer-controls .button { min-height: 43px; font-size: 12px; padding: 10px 16px; }
.timer-reset { background: none; border: none; color: #e0e6e4; font-size: 12px; padding: 12px 3px; }
.timer-reset:hover { color: var(--yellow); }
.about-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; padding-block: 28px 104px; border-top: 1px solid var(--line); }
.about-art { position: relative; padding: 25px; }
.about-art img { width: 100%; height: auto; mix-blend-mode: multiply; transform: rotate(-4deg); }
.about-stamp { position: absolute; right: 12px; bottom: 44px; color: var(--orange); border: 2px solid var(--orange); outline: 1px solid var(--orange); outline-offset: -6px; font-family: "Songti SC", "STSong", serif; font-size: 15px; font-weight: 600; padding: 9px 14px; line-height: 1.5; transform: rotate(12deg); }
.about-copy h2 { margin: 17px 0 24px; }
.about-copy > p:not(.eyebrow) { max-width: 470px; font-size: 14px; color: var(--muted); line-height: 2; margin-top: 13px; }
.about-signature { display: inline-block; font-family: Georgia, serif; font-style: italic; font-size: 19px; color: var(--orange); margin-top: 26px; transform: rotate(-3deg); }
.contact-section { padding-bottom: 82px; }
.contact-card { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding: 40px 44px; border: 1px solid #d9c16e; background: var(--yellow); border-radius: 12px; }
.contact-card h2 { margin: 13px 0 10px; font-size: 32px; }
.contact-card p:not(.eyebrow) { font-size: 12px; color: #686044; }
.contact-link { display: flex; justify-content: space-between; align-items: center; gap: 45px; padding: 15px 0; font-size: 16px; min-width: 0; }
.contact-email { display: block; font-family: ui-monospace, monospace; font-size: 12px; margin-top: 7px; }
.contact-arrow { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--ink); font-size: 28px; transition: color .2s, background .2s, transform .2s; }
.contact-link:hover .contact-arrow { background: var(--ink); color: var(--yellow); transform: rotate(45deg); }
.mobile-break { display: none; }
.site-footer { padding-bottom: 25px; }
.footer-top { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 30px 0; border-top: 1px solid var(--line); }
.footer-signoff { color: var(--muted); font-size: 12px; }
.site-footer nav { display: flex; gap: 24px; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 19px; font-size: 10px; color: var(--muted); }
dialog { border: 0; padding: 0; }
dialog::backdrop { background: rgba(25,31,28,.75); backdrop-filter: blur(6px); }
.preview-dialog { width: min(460px, calc(100% - 32px)); max-height: calc(100dvh - 32px); border-radius: 16px; color: var(--ink); background: var(--paper); }
.preview-dialog-content { padding: 18px 22px 22px; }
.preview-dialog header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.preview-dialog h2 { font-size: 15px; letter-spacing: 0; }
.dialog-close { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; border: 1px solid #d6d6c9; border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 24px; line-height: 1; }
.dialog-close:hover { background: var(--yellow); }
.preview-dialog img { width: auto; max-width: 100%; height: auto; max-height: calc(100dvh - 150px); border-radius: 12px; margin-inline: auto; object-fit: contain; }
.store-dialog { width: min(400px, calc(100% - 36px)); border-radius: 16px; background: var(--paper); color: var(--ink); }
.store-dialog-content { padding: 30px; position: relative; }
.store-dialog .dialog-close { position: absolute; top: 16px; right: 16px; }
.store-dialog-arrow { display: block; font-size: 48px; color: var(--orange); line-height: 1; margin-bottom: 20px; }
.store-dialog h2 { font-size: 24px; margin-bottom: 15px; }
.store-dialog p { font-size: 14px; color: var(--muted); margin-bottom: 22px; }
@media (min-width: 1450px) { .hero { padding-block: 113px 122px; } }
@media (max-width: 1050px) {
    .shell { width: calc(100% - 64px); }
    .hero { gap: 28px; padding-block: 75px 85px; min-height: 590px; }
    h1 { letter-spacing: -2px; }
    .hero-art { height: 355px; }
    .studio-postcard { height: 267px; }
    .studio-postcard img { width: 135%; left: -18%; }
    .round-sticker { width: 80px; height: 80px; right: -13px; }
    .cat-note { left: -12px; width: 210px; bottom: -2px; }
    .handwritten-note { right: 0; font-size: 15px; bottom: -14px; }
    .app-copy { padding: 28px 27px 0; }
    .app-footer { flex-direction: column; gap: 10px; margin-inline: 25px; }
    .app-footer .button { width: 100%; }
    .visual-note { font-size: 12px; padding: 10px 12px; }
    .companion-note { right: 12px; }
    .focus-note { left: 12px; }
    .focus-room { gap: 20px; padding: 25px; }
    .focus-window { padding-inline: 16px; }
    .about-section { gap: 40px; }
    .contact-card { padding: 30px; gap: 20px; }
    .contact-link { gap: 20px; }
    .contact-card h2 { font-size: 28px; }
}
@media (max-width: 760px) {
    html { scroll-padding-top: 90px; }
    .shell { width: calc(100% - 40px); }
    .header-inner { min-height: 70px; gap: 14px; }
    .brand { font-size: 27px; }
    .brand-sub { font-size: 8px; }
    .main-nav { gap: 17px; font-size: 12px; }
    .header-note { display: none; }
    .hero { grid-template-columns: 1fr; gap: 36px; padding-block: 54px 45px; }
    .hero-copy { max-width: 530px; }
    h1 { font-size: clamp(44px, 9vw, 62px); margin-block: 19px 23px; }
    .hero-description { font-size: 14px; }
    .hero-art { height: 380px; width: min(470px, calc(100% - 14px)); justify-self: center; padding-top: 38px; }
    .studio-postcard { height: 290px; }
    .round-sticker { right: -12px; }
    .cat-note { bottom: -3px; width: 216px; left: -6px; }
    .handwritten-note { bottom: -5px; right: 8px; font-size: 15px; }
    .page-divider span:nth-child(2) { font-size: 7px; letter-spacing: .5px; }
    .products-section { padding-block: 54px 60px; }
    .section-heading { display: block; }
    .section-heading h2 { font-size: 27px; letter-spacing: -1px; }
    .section-intro { margin-top: 17px; font-size: 12px; }
    .section-intro br { display: none; }
    .product-filters { margin-bottom: 22px; gap: 7px; }
    .product-filters button { font-size: 11px; padding: 9px 12px; }
    .product-filters button span { margin-left: 5px; }
    .apps-grid { grid-template-columns: 1fr; gap: 22px; }
    .app-copy { padding: 28px 28px 0; }
    .app-copy h3 { font-size: 39px; }
    .app-copy > p { font-size: 13px; }
    .app-visual { height: 446px; }
    .phone-preview { flex-basis: 179px; width: 179px; border-radius: 26px; }
    .phone-preview img { border-radius: 20px; }
    .visual-note { font-size: 12px; }
    .companion-note { bottom: 70px; right: 15px; }
    .focus-note { top: 56px; left: 15px; }
    .sun-disc, .moon-disc { width: 270px; height: 270px; left: calc(50% - 135px); top: 65px; }
    .app-footer { flex-direction: row; margin-inline: 25px; }
    .app-footer .button { width: auto; }
    .platform-label { font-size: 10px; }
    .focus-section { padding-bottom: 64px; }
    .focus-room { grid-template-columns: 1fr; gap: 28px; padding: 27px 22px 22px; }
    .focus-room-copy { padding: 0; }
    .focus-room-copy h2 { font-size: 29px; }
    .focus-room-copy > p:not(.eyebrow) { font-size: 13px; }
    .focus-room-copy > p:not(.eyebrow) br { display: none; }
    .text-link { margin-top: 20px; }
    .focus-window { padding: 26px 15px; }
    .timer-display { font-size: 67px; }
    .about-section { grid-template-columns: 1fr; gap: 15px; padding-block: 35px 57px; }
    .about-art { width: min(310px, 85%); margin-inline: auto; padding: 0 20px; }
    .about-stamp { right: 0; bottom: 23px; font-size: 13px; }
    .about-copy h2 { font-size: 29px; margin-bottom: 19px; }
    .about-copy > p:not(.eyebrow) { font-size: 13px; }
    .about-signature { font-size: 18px; margin-top: 20px; }
    .contact-section { padding-bottom: 48px; }
    .contact-card { display: block; padding: 29px 25px; }
    .contact-card .eyebrow { font-size: 9px; letter-spacing: 1px; }
    .contact-card h2 { font-size: 28px; }
    .contact-link { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(65,52,28,.2); }
    .mobile-break { display: initial; }
    .contact-arrow { width: 45px; height: 45px; flex-shrink: 0; font-size: 24px; }
    .footer-top { flex-wrap: wrap; gap: 20px; padding-block: 25px; }
    .footer-signoff { font-size: 10px; }
    .site-footer nav { width: 100%; gap: 20px; font-size: 11px; }
    .footer-bottom { font-size: 9px; gap: 12px; align-items: flex-start; }
    .footer-bottom > span { max-width: 245px; }
    .footer-bottom > a { flex-shrink: 0; }
}
@media (max-width: 370px) {
    .shell { width: calc(100% - 32px); }
    .main-nav { gap: 12px; font-size: 11px; }
    .hero-art { height: 345px; }
    .studio-postcard { height: 260px; }
    .round-sticker { width: 69px; height: 69px; font-size: 9px; }
    .cat-note { width: 198px; }
    .handwritten-note { font-size: 12px; right: -4px; }
    .app-copy { padding-inline: 23px; }
    .app-footer { flex-direction: column; }
    .app-footer .button { width: 100%; }
    .timer-controls { gap: 11px; }
    .timer-controls .button { padding-inline: 12px; }
    .contact-email { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
