:root { --paper: #fbf7f2; --ink: #24231f; --soft: #aaa79d; --line: #4d504a; --pink: #ffb7cf; --yellow: #ffe275; --dark: #222421; }
* { box-sizing: border-box; }
html { min-height: 100%; }
body { min-height: 100%; margin: 0; background: var(--dark); color: var(--paper); font-family: "Manrope", "Noto Sans SC", sans-serif; }
a { color: inherit; text-decoration: none; }
button, textarea { font: inherit; }
.bunny-layer { position: fixed; z-index: 10; inset: 0; overflow: hidden; pointer-events: none; }
.bunny { position: absolute; top: 0; left: 0; width: clamp(70px, 8vw, 94px); aspect-ratio: 9 / 16; padding: 0; border: 0; background: transparent; cursor: pointer; pointer-events: auto; transition: filter .2s ease; }
.bunny:hover, .bunny:focus-visible { filter: drop-shadow(0 0 8px rgba(255, 226, 117, .75)); outline: 0; }
.bunny img { display: block; width: 100%; height: 100%; object-fit: cover; user-select: none; -webkit-user-drag: none; }
.bunny--limit { animation: bunny-limit .35s ease; }
@keyframes bunny-limit { 0%, 100% { scale: 1; } 45% { scale: 1.16; } }
.message-page { width: min(1180px, calc(100% - 64px)); min-height: 100vh; margin: 0 auto; }
.message-topbar { display: flex; align-items: center; justify-content: space-between; height: 84px; border-bottom: 1px solid var(--line); }
.message-brand { font-size: 13px; font-weight: 800; }
.message-brand span { color: var(--soft); font-weight: 500; }
.back-link { display: inline-flex; align-items: center; gap: 7px; color: var(--soft); font-size: 11px; }
.back-link:hover { color: var(--pink); }
.back-link svg, .message-footer svg { width: 14px; height: 14px; }
.message-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 10vw, 145px); align-items: start; padding: 105px 0 120px; }
.eyebrow { margin: 0 0 25px; color: var(--soft); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.message-intro h1 { max-width: 540px; margin: 0 0 35px; font-size: clamp(58px, 7vw, 102px); line-height: .93; letter-spacing: -.07em; font-weight: 800; }
.message-intro h1 em { color: var(--soft); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.06em; }
.message-lead { max-width: 400px; margin: 0; color: var(--soft); font-size: 14px; line-height: 1.9; }
.message-aside { display: flex; align-items: center; gap: 13px; margin-top: 86px; color: var(--yellow); font-size: 11px; font-weight: 700; line-height: 1.5; }
.aside-symbol { font-size: 26px; }
.message-form-wrap { padding-top: 49px; }
#message-form { padding: 28px; background: var(--paper); color: var(--ink); }
#message-form label { display: block; margin-bottom: 17px; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
#message-form textarea { display: block; width: 100%; min-height: 220px; resize: vertical; padding: 15px; border: 1px solid #dcd4cb; border-radius: 0; outline: 0; background: transparent; color: var(--ink); font: 14px/1.8 "Manrope", "Noto Sans SC", sans-serif; }
#message-form textarea:focus { border-color: var(--ink); box-shadow: 4px 4px 0 var(--pink); }
#message-form textarea::placeholder { color: #aaa49b; }
.email-field { margin-top: 24px; }
.email-field label { display: flex !important; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 9px !important; }
.email-field label span { color: #aaa49b; font-family: "Manrope", "Noto Sans SC", sans-serif; font-size: 10px; letter-spacing: 0; text-transform: none; }
.email-field input { display: block; width: 100%; height: 45px; padding: 0 13px; border: 1px solid #dcd4cb; border-radius: 0; outline: 0; background: transparent; color: var(--ink); font: 13px "Manrope", "Noto Sans SC", sans-serif; }
.email-field input:focus { border-color: var(--ink); box-shadow: 4px 4px 0 var(--pink); }
.email-field input::placeholder { color: #aaa49b; }
.email-field p { margin: 8px 0 0; color: #8b877f; font-size: 10px; line-height: 1.5; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 18px; }
#char-count { color: #767169; font-family: "DM Mono", monospace; font-size: 9px; }
.send-button { display: inline-flex; align-items: center; gap: 9px; min-height: 45px; padding: 0 17px; border: 0; background: var(--pink); color: var(--ink); cursor: pointer; font-size: 11px; font-weight: 800; }
.send-button:hover { background: var(--yellow); }
.send-button:disabled { cursor: wait; opacity: .65; }
.send-button svg { width: 14px; height: 14px; }
.form-status { min-height: 20px; margin: 17px 0 0; color: #4e895a; font-size: 11px; line-height: 1.5; }
.form-status.error { color: #b65353; }
.privacy-note { max-width: 440px; margin: 18px 0 0; color: #85877f; font-size: 10px; line-height: 1.7; }
.message-footer { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid var(--line); color: #85877f; font-family: "DM Mono", monospace; font-size: 9px; }
.message-footer a { display: inline-flex; align-items: center; gap: 6px; }
.message-footer a:hover { color: var(--pink); }
@media (max-width: 780px) {
  .message-page { width: min(100% - 40px, 600px); }
  .message-topbar { height: 72px; }
  .message-layout { display: block; padding: 72px 0 85px; }
  .message-intro h1 { font-size: clamp(60px, 17vw, 90px); }
  .message-lead { font-size: 13px; }
  .message-aside { margin-top: 53px; }
  .message-form-wrap { padding-top: 67px; }
  #message-form { padding: 20px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .send-button { align-self: flex-start; }
  .message-footer { min-height: 80px; align-items: center; flex-wrap: wrap; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .bunny-layer { display: none; }
}
