@charset "UTF-8";

@font-face { font-family: 'Instrument Serif'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/instrument-serif-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Serif'; font-style: italic; font-weight: 400; font-display: swap; src: url('fonts/instrument-serif-latin-400-italic.woff2') format('woff2'); }

:root {
  color-scheme: light;
  --paper: #f5f2e9;
  --ink: #263d33;
  --muted: #626c61;
  --line: #d8d9cd;
  --accent: #b8432e;
  --coral: #c64e35;
  --lemon: #e7db89;
  --bubble-paper: #faf8f0;
  --orbit: #c3c7b7;
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --paper: #1c2b24;
  --ink: #f2efdf;
  --muted: #bcc4b6;
  --line: #435047;
  --accent: #f28d70;
  --coral: #d36448;
  --lemon: #e7db89;
  --bubble-paper: #f5f2e9;
  --orbit: #657367;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }
button[hidden] { display: none; }
::selection { background: var(--lemon); color: #263d33; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 7px; border-radius: 3px; }

.page { max-width: 1560px; min-height: 100svh; margin: 0 auto; padding: 0 5.2%; display: flex; flex-direction: column; }
.masthead { display: flex; align-items: center; justify-content: space-between; min-height: 126px; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 13px; font-size: 29px; letter-spacing: -1.4px; font-weight: 700; text-decoration: none; }
.brand-flower { width: 32px; height: 32px; color: var(--accent); }
.wordmark-domain { font-weight: 400; }
.status { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; white-space: nowrap; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

.hero { flex: 1; display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; gap: 16px; padding: 62px 0 72px; }
.hero-copy { padding-bottom: 12px; position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 17px; margin: 0 0 29px; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; }
.eyebrow span { color: var(--accent); letter-spacing: 1px; }
h1 { margin: 0; font-family: 'Instrument Serif', Georgia, serif; font-size: clamp(64px, 8.8vw, 128px); font-weight: 400; line-height: 1.025; letter-spacing: -3px; }
h1 em { color: var(--accent); font-weight: 400; }
.intro { margin: 31px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; letter-spacing: .1px; }
.handwritten-note { display: flex; align-items: flex-end; gap: 9px; margin-top: 24px; margin-left: 8px; color: var(--accent); }
.handwritten-note svg { width: 60px; height: 40px; }
.handwritten-note span { padding-bottom: 1px; font: italic 25px 'Instrument Serif', Georgia, serif; transform: rotate(-6deg); }

.hero-art { width: 100%; max-width: 580px; justify-self: end; position: relative; margin-top: -8px; }
.conversation { display: block; width: 100%; height: auto; overflow: visible; }
.orbit { stroke: var(--orbit); stroke-width: 1; }
.connection { stroke: var(--orbit); stroke-width: 1; stroke-dasharray: 3 7; }
.spark { color: var(--accent); }
.little-dot { fill: var(--accent); }
.hola-shape { fill: var(--lemon); stroke: #263d33; stroke-width: 1.4; }
.hello-shape { fill: var(--bubble-paper); stroke: #263d33; stroke-width: 1.4; }
.hey-shape { fill: var(--coral); stroke: #263d33; stroke-width: 1.4; }
.bubble-label { font-family: 'Instrument Serif', Georgia, serif; letter-spacing: -2px; }
.hola-label { fill: #263d33; font-size: 69px; font-style: italic; }
.hello-label { fill: #263d33; font-size: 78px; }
.hey-label { fill: #fff6e5; font-size: 100px; font-style: italic; }
.art-caption { display: block; text-align: center; font-size: 10px; letter-spacing: 1.1px; color: var(--muted); margin-top: -8px; }
.bubble-hola { animation: float-hola 4.5s ease-in-out; }
.bubble-hey { animation: float-hey 4.5s ease-in-out; }

.footer { border-top: 1px solid var(--line); min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-note { color: var(--muted); font: italic 19px 'Instrument Serif', Georgia, serif; }
.footer-right { display: flex; align-items: center; gap: 32px; }
.footer-address { font-size: 9px; letter-spacing: 2px; color: var(--muted); }
.theme-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 0; padding: 10px 0 10px 16px; background: transparent; color: var(--ink); cursor: pointer; min-height: 44px; font-size: 11px; }
.theme-toggle:hover { color: var(--accent); }
.theme-toggle svg { width: 18px; height: 18px; }
.sun-icon, [data-theme="dark"] .moon-icon { display: none; }
[data-theme="dark"] .sun-icon { display: block; }

@keyframes float-hola { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes float-hey { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

@media (min-width: 1560px) { .page { padding-right: 81px; padding-left: 81px; } }
@media (max-width: 1050px) {
  .page { padding: 0 5%; }
  .masthead { min-height: 106px; }
  .hero { gap: 0; padding: 58px 0 70px; }
  h1 { font-size: clamp(60px, 9.4vw, 98px); letter-spacing: -2px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.3px; }
  .intro { font-size: 14px; }
  .art-caption { font-size: 9px; letter-spacing: .4px; }
}
@media (max-width: 700px) {
  .page { padding: 0 7%; }
  .masthead { min-height: 92px; gap: 12px; }
  .wordmark { font-size: 24px; gap: 10px; }
  .brand-flower { width: 26px; height: 26px; }
  .status { font-size: 9px; letter-spacing: 1px; gap: 7px; }
  .hero { grid-template-columns: 1fr; padding: 43px 0 43px; gap: 25px; }
  .hero-copy { padding-bottom: 0; }
  .eyebrow { margin-bottom: 25px; font-size: 9px; }
  h1 { font-size: clamp(72px, 15vw, 96px); letter-spacing: -1.8px; }
  .intro { margin-top: 25px; font-size: 14px; line-height: 1.8; }
  .handwritten-note { margin-top: 15px; }
  .handwritten-note span { font-size: 23px; }
  .hero-art { width: 91%; max-width: 390px; justify-self: center; margin-top: 0; }
  .art-caption { margin-top: -4px; font-size: 9px; letter-spacing: .5px; }
  .footer { min-height: 89px; gap: 10px; }
  .footer-note { max-width: 165px; font-size: 17px; line-height: 1.5; }
  .footer-right { gap: 0; }
  .footer-address { display: none; }
  .theme-toggle { padding-left: 8px; }
}
@media (max-width: 360px) {
  .wordmark { font-size: 21px; gap: 7px; }
  .brand-flower { width: 22px; height: 22px; }
  .status { font-size: 8px; }
  h1 { font-size: 67px; }
  .eyebrow { letter-spacing: 1px; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; }
}
