@font-face { font-family: Anton; src: url('/fonts/Anton-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Yellowtail; src: url('/fonts/Yellowtail-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }

:root {
  color-scheme: light;
  --canvas: #f4f1e8;
  --ink: #343b2d;
  --muted: #606253;
  --sage: #939e70;
  --olive: #414e33;
  --yellow: #efc445;
  --line: #d6d6c7;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid var(--olive); outline-offset: 6px; }
.page-shell { max-width: 1600px; padding: 0 64px; margin: auto; }
.skip-link { position: absolute; left: 24px; top: -100px; padding: 16px; background: var(--canvas); z-index: 2; }
.skip-link:focus { top: 16px; }
.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.wordmark { display: flex; align-items: center; width: 168px; flex: 0 0 auto; }
.wordmark img { display: block; width: 100%; height: auto; }
.header-note { color: var(--muted); font-size: 12px; letter-spacing: .06em; }
.header-contact { font-size: 13px; min-height: 44px; display: inline-flex; align-items: center; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; padding: 64px 0 72px; align-items: stretch; }
.hero-copy { padding: 15px 0 4px; }
.eyebrow { font-size: 10px; letter-spacing: .19em; font-weight: 700; margin: 0 0 27px; }
h1 { font-family: Anton, Impact, sans-serif; font-weight: 400; font-size: clamp(50px, 5.2vw, 78px); line-height: 1.14; letter-spacing: -.02em; text-transform: uppercase; margin: 0 0 28px; color: var(--olive); }
h1 em { font-family: Yellowtail, cursive; font-style: normal; font-weight: 400; font-size: 1.35em; text-transform: none; letter-spacing: -.035em; color: var(--olive); text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 5px; text-underline-offset: 8px; }
.intro { font-size: 16px; line-height: 1.65; margin: 0 0 17px; }
.description { color: var(--muted); font-size: 14px; line-height: 1.85; max-width: 390px; margin: 0 0 28px; }
.contact-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 15px 24px; background: var(--olive); color: var(--canvas); text-decoration: none; font-size: 13px; border: 1px solid var(--olive); }
.contact-button:hover { background: #303d24; }
.contact-button:active { background: #26311c; }
.contact-address { font-size: 11px; color: var(--muted); margin: 13px 0 0; }
.brand-panel { background: var(--sage); display: flex; flex-direction: column; justify-content: space-between; padding: 30px; min-width: 0; }
.panel-top { display: flex; justify-content: space-between; gap: 16px; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.logo-card { margin: 48px -5px; transform: rotate(-5deg); box-shadow: 0 12px 28px #343b2d1a; }
.logo-card img { display: block; width: 100%; height: auto; }
.panel-bottom { display: flex; justify-content: space-between; align-items: end; gap: 16px; }
.panel-bottom p { font: 400 clamp(26px, 2.6vw, 38px)/1.15 Anton, Impact, sans-serif; text-transform: uppercase; letter-spacing: -.02em; margin: 0; }
.panel-bottom span { font-size: 9px; line-height: 1.8; font-weight: 700; letter-spacing: .1em; text-align: right; }
.closing { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 35px 0; border-top: 1px solid var(--line); }
.closing p { font: 400 24px/1.4 Anton, Impact, sans-serif; letter-spacing: 0; margin: 0; }
.closing p em { font-family: Yellowtail, cursive; font-style: normal; font-size: 1.2em; color: var(--muted); }
.launch-note { font-size: 12px; line-height: 1.8; text-align: right; color: var(--muted); }
.launch-note strong { color: var(--ink); font-weight: 400; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding: 20px 0; font-size: 10px; color: var(--muted); }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-tagline { font-style: italic; }

@media (min-width: 1500px) { .hero { gap: 100px; } }
@media (max-width: 1000px) {
  .page-shell { padding: 0 32px; }
  .hero { gap: 32px; padding: 48px 0; }
  h1 { font-size: clamp(40px, 5.1vw, 54px); }
  .brand-panel { padding: 24px; }
  .panel-bottom { align-items: start; flex-direction: column; }
  .panel-bottom span { text-align: left; }
}
@media (max-width: 700px) {
  .page-shell { padding: 0 24px; }
  .site-header { min-height: 88px; }
  .wordmark { width: 136px; }
  .header-note { display: none; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding: 40px 0; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(43px, 10.5vw, 68px); }
  .desktop-break { display: none; }
  .eyebrow { margin-bottom: 24px; font-size: 9px; }
  .description { max-width: 450px; }
  .brand-panel { min-height: 390px; padding: 24px; }
  .logo-card { margin: 36px 4px; }
  .panel-bottom { flex-direction: row; align-items: end; }
  .panel-bottom span { text-align: right; }
  .panel-bottom p { font-size: 28px; }
  .closing { align-items: start; flex-direction: column; gap: 20px; }
  .closing p { font-size: 23px; }
  .launch-note { text-align: left; }
  .site-footer { gap: 8px 16px; flex-wrap: wrap; }
  .footer-tagline { display: none; }
}
@media (max-width: 360px) {
  .page-shell { padding: 0 20px; }
  h1 { font-size: 38px; }
  .desktop-break { display: none; }
  .brand-panel { padding: 20px; min-height: 350px; }
  .panel-bottom p { font-size: 25px; }
}