/* Chickenzown Ltd — editorial, type-led static website. No external assets. */
:root {
  color-scheme: light;
  --ink: #1d1d1f;
  --body: #525256;
  --muted: #67676c;
  --line: #dcdcdf;
  --paper: #ffffff;
  --soft: #f5f5f7;
  --dark: #1d1d1f;
  --width: 1120px;
  --gutter: 40px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 2px solid #1d1d1f; outline-offset: 6px; border-radius: 2px; }
h1, h2, h3, p, dl { margin: 0; }
h1, h2, h3 { font-weight: 600; }
h1, h2 { letter-spacing: -.045em; line-height: 1.08; }
h3 { letter-spacing: -.022em; line-height: 1.25; }
p { color: var(--body); }
p + p { margin-top: 18px; }
::selection { color: #fff; background: #3b3b40; }
.wrap { width: min(var(--width), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 30; top: -100px; left: 18px; padding: 10px 16px; background: white; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.97); border-bottom: 1px solid #ededee; }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: baseline; gap: 5px; text-decoration: none; font-size: 21px; font-weight: 650; letter-spacing: -.05em; white-space: nowrap; }
.wordmark span { font-weight: 400; font-size: 14px; letter-spacing: -.01em; }
.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav a { text-decoration: none; font-size: 13px; font-weight: 500; line-height: 44px; color: #515156; position: relative; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--ink); }
.primary-nav a[aria-current="page"]::after { content: ''; position: absolute; inset: auto 0 6px; height: 1px; background: currentColor; }
.eyebrow { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; font-weight: 600; color: var(--muted); line-height: 1.5; }
.hero { text-align: center; padding: 91px 0 64px; }
.hero .eyebrow { margin-bottom: 27px; }
.hero h1 { font-size: clamp(80px, 9.9vw, 144px); line-height: .98; letter-spacing: -.068em; font-weight: 600; }
.hero-subtitle { font-size: clamp(30px, 4.15vw, 54px); line-height: 1.1; letter-spacing: -.048em; font-weight: 500; color: var(--ink); margin: 27px auto 0; }
.hero-copy { max-width: 545px; font-size: 18px; line-height: 1.6; margin: 24px auto 0; text-wrap: pretty; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 25px; margin-top: 30px; }
.hero .actions { justify-content: center; }
.button { min-height: 46px; display: inline-flex; justify-content: center; align-items: center; padding: 11px 23px; border: 1px solid var(--ink); border-radius: 5px; background: var(--ink); color: white; font-size: 13px; font-weight: 500; line-height: 1.4; text-decoration: none; }
.button:hover { background: #353539; border-color: #353539; text-decoration: none; }
.button:focus-visible { outline-offset: 4px; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; text-decoration: underline; }
.hero-meta { max-width: 750px; margin: 62px auto 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 22px; font-size: 12px; color: var(--muted); text-align: left; }
.hero-meta span:last-child { text-align: right; }
.section { padding-block: 100px; }
.soft { background: var(--soft); }
.section-top { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; align-items: start; margin-bottom: 53px; }
.section-top .eyebrow { padding-top: 7px; }
.section h2, .section-top h2 { font-size: clamp(32px, 3.8vw, 46px); }
.capabilities { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.capability { border-top: 1px solid #cfcfd3; padding-top: 26px; }
.capability h3 { font-size: 23px; margin-bottom: 13px; }
.capability p { font-size: 15px; line-height: 1.75; max-width: 310px; }
.capabilities + .section-end { margin-top: 26px; }
.dark { background: var(--dark); color: white; }
.dark .eyebrow { color: #b3b3b8; }
.dark p { color: #c2c2c7; }
.dark a { color: white; }
.dark a:focus-visible { outline-color: white; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: start; }
.split .eyebrow { margin-bottom: 24px; }
.split h2 { font-size: clamp(34px, 4.2vw, 53px); }
.split-copy { padding-top: 40px; }
.split-copy p { font-size: 17px; line-height: 1.75; }
.split-copy .text-link { margin-top: 20px; }
.company-strip { padding-block: 96px; }
.company-strip .split-copy { padding-top: 0; }
.company-strip h2 { font-size: 43px; }
.contact-strip { padding-block: 58px 65px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.contact-strip h2 { font-size: 30px; }
.contact-strip p { font-size: 14px; margin-top: 8px; }
.email-link { font-size: clamp(19px, 2.6vw, 31px); letter-spacing: -.035em; line-height: 1.35; overflow-wrap: anywhere; text-decoration: none; padding-bottom: 5px; border-bottom: 1px solid var(--ink); }
.email-link:hover { border-bottom-width: 2px; text-decoration: none; }
.site-footer { background: var(--soft); padding: 46px 0 25px; font-size: 12px; color: var(--muted); }
.footer-top { display: flex; align-items: start; justify-content: space-between; gap: 32px; padding-bottom: 31px; }
.footer-brand { font-size: 14px; font-weight: 600; color: var(--ink); letter-spacing: -.025em; }
.footer-description { margin-top: 5px; font-size: 12px; }
.footer-links { display: flex; gap: 25px; flex-wrap: wrap; }
.footer-links a { text-decoration: none; line-height: 24px; }
.footer-links a:hover { text-decoration: underline; }
.footer-legal { display: flex; justify-content: space-between; gap: 16px; padding-top: 21px; border-top: 1px solid var(--line); }
.footer-note { margin-top: 12px; font-size: 11px; line-height: 1.6; color: var(--muted); }
.page-head { padding: 92px 0 66px; max-width: 920px; }
.page-head .eyebrow { margin-bottom: 23px; }
.page-head h1 { font-size: clamp(45px, 6.5vw, 78px); max-width: 900px; }
.page-head .lead { font-size: 22px; line-height: 1.5; letter-spacing: -.02em; max-width: 775px; margin-top: 25px; }
.section-line { border-top: 1px solid var(--line); }
.information-row { display: grid; grid-template-columns: 1fr 2fr; gap: 65px; padding-block: 49px; border-top: 1px solid var(--line); }
.information-row h2 { font-size: 26px; line-height: 1.22; letter-spacing: -.03em; }
.information-row h3 { font-size: 19px; margin: 26px 0 9px; }
.information-row h3:first-child { margin-top: 0; }
.information-row p { font-size: 16px; line-height: 1.8; }
.information-row .text-link { margin-top: 17px; }
.information-rows { padding-bottom: 55px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 45px; }
.detail-grid dt { color: var(--muted); font-size: 12px; margin-bottom: 5px; }
.detail-grid dd { margin: 0; font-size: 16px; font-weight: 500; }
.detail-grid a { overflow-wrap: anywhere; }
.product-note { background: var(--soft); border-left: 2px solid #96969a; padding: 25px 28px; margin-top: 24px; }
.product-note p { font-size: 15px; line-height: 1.75; }
.direct-contact { padding-bottom: 80px; }
.direct-contact .email-link { font-size: clamp(22px, 4.4vw, 49px); }
.direct-contact .email-note { font-size: 13px; margin-top: 17px; color: var(--muted); }
.contact-topics { margin-bottom: 65px; }
.legal-head { padding-bottom: 45px; }
.legal-head h1 { font-size: clamp(42px, 6vw, 70px); }
.legal-head .lead { font-size: 19px; }
.update { font-size: 12px; color: var(--muted); margin-top: 20px; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 82px; border-top: 1px solid var(--line); padding-block: 44px 100px; }
.legal-nav { align-self: start; position: sticky; top: 118px; display: flex; flex-direction: column; gap: 15px; font-size: 13px; color: var(--muted); }
.legal-nav a { text-decoration: none; }
.legal-nav a:hover { text-decoration: underline; }
.legal-copy { max-width: 745px; }
.legal-copy section + section { margin-top: 37px; }
.legal-copy h2 { font-size: 23px; letter-spacing: -.025em; line-height: 1.25; margin-bottom: 13px; }
.legal-copy h3 { font-size: 17px; margin: 22px 0 10px; }
.legal-copy p { font-size: 15px; line-height: 1.85; }
.legal-copy ul { margin: 15px 0 0; padding-left: 20px; color: var(--body); font-size: 15px; line-height: 1.85; }
.legal-copy li + li { margin-top: 6px; }
.legal-copy .notice { border-left: 2px solid #99999e; padding-left: 21px; }
.legal-copy a { overflow-wrap: anywhere; }
.error-page { min-height: 62vh; padding-bottom: 85px; }
@media (min-width: 1500px) { .hero { padding-top: 106px; } }
@media (max-width: 900px) {
  :root { --gutter: 30px; }
  .hero { padding-top: 75px; }
  .section { padding-block: 74px; }
  .split { gap: 50px; }
  .section-top { grid-template-columns: 1fr 2fr; gap: 35px; }
  .capabilities { gap: 25px; }
  .information-row { grid-template-columns: 1fr 2fr; gap: 35px; }
  .legal-layout { grid-template-columns: 165px minmax(0,1fr); gap: 42px; }
  .company-strip { padding-block: 70px; }
  .contact-strip { align-items: start; flex-direction: column; gap: 24px; }
  .footer-legal { flex-direction: column; gap: 6px; }
}
@media (max-width: 600px) {
  :root { --gutter: 23px; }
  html { scroll-padding-top: 125px; }
  .header-inner { min-height: 76px; gap: 12px; }
  .wordmark { font-size: 18px; gap: 3px; }
  .wordmark span { font-size: 11px; }
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: 11px; }
  .hero { padding: 63px 0 42px; }
  .hero .eyebrow { font-size: 10px; margin-bottom: 26px; }
  .hero h1 { font-size: clamp(73px, 21vw, 120px); }
  .hero-subtitle { font-size: clamp(28px, 7.9vw, 42px); margin-top: 23px; }
  .hero-copy { font-size: 16px; margin-top: 22px; max-width: 360px; }
  .hero .actions { gap: 23px; margin-top: 27px; }
  .hero-meta { margin-top: 44px; padding-top: 21px; align-items: start; font-size: 10px; gap: 30px; line-height: 1.6; }
  .hero-meta span { max-width: 150px; }
  .section { padding-block: 58px; }
  .section-top { grid-template-columns: 1fr; gap: 20px; margin-bottom: 31px; }
  .section-top .eyebrow { padding-top: 0; }
  .section h2, .section-top h2 { font-size: 34px; }
  .capabilities { grid-template-columns: 1fr; gap: 28px; }
  .capability { padding-top: 24px; }
  .capability h3 { font-size: 22px; margin-bottom: 10px; }
  .capability p { max-width: none; font-size: 15px; }
  .split { grid-template-columns: 1fr; gap: 26px; }
  .split .eyebrow { margin-bottom: 20px; }
  .split h2 { font-size: 39px; }
  .split-copy { padding-top: 0; }
  .split-copy p { font-size: 16px; }
  .split-copy .text-link { margin-top: 17px; }
  .company-strip { padding-block: 61px; }
  .company-strip h2 { font-size: 34px; }
  .contact-strip { padding-block: 38px 49px; gap: 23px; }
  .contact-strip h2 { font-size: 28px; }
  .email-link { font-size: 25px; }
  .site-footer { padding-top: 33px; }
  .footer-top { flex-direction: column; gap: 25px; padding-bottom: 24px; }
  .footer-links { gap: 14px 25px; }
  .footer-legal { font-size: 11px; }
  .footer-note { font-size: 10px; }
  .page-head { padding: 58px 0 44px; }
  .page-head .eyebrow { margin-bottom: 20px; }
  .page-head h1 { font-size: 48px; }
  .page-head .lead { font-size: 19px; margin-top: 20px; }
  .information-row { grid-template-columns: 1fr; gap: 22px; padding-block: 33px; }
  .information-row h2 { font-size: 25px; }
  .information-row p { font-size: 15px; }
  .information-rows { padding-bottom: 28px; }
  .detail-grid { grid-template-columns: 1fr; gap: 22px; }
  .product-note { padding: 20px; }
  .direct-contact { padding-bottom: 46px; }
  .direct-contact .email-link { font-size: clamp(20px, 6.7vw, 35px); }
  .contact-topics { margin-bottom: 36px; }
  .legal-head h1 { font-size: 45px; }
  .legal-layout { grid-template-columns: 1fr; gap: 31px; padding-top: 28px; padding-bottom: 65px; }
  .legal-nav { position: static; display: flex; flex-direction: row; flex-wrap: wrap; gap: 10px 20px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
  .legal-copy h2 { font-size: 23px; }
  .legal-copy p { font-size: 15px; }
}
@media (max-width: 374px) {
  :root { --gutter: 20px; }
  .header-inner { flex-direction: column; align-items: flex-start; gap: 2px; padding-top: 13px; padding-bottom: 8px; }
  .primary-nav { justify-content: space-between; width: 100%; }
  .primary-nav a { font-size: 12px; line-height: 32px; }
  .hero { padding-top: 46px; }
  .hero h1 { font-size: 75px; }
  .hero-subtitle { font-size: 27px; }
  .hero-copy { font-size: 15px; }
  .email-link { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  .site-header { position: static; }
  .primary-nav, .skip-link, .actions, .legal-nav { display: none; }
  .site-footer { background: white; }
  .dark { color: black; background: white; border-block: 1px solid #ddd; }
  .dark p, .dark a, .dark .eyebrow { color: black; }
  .section, .company-strip { padding-block: 28px; }
  .hero { padding-block: 36px; }
  .legal-layout { display: block; }
  .information-row, .capability, .legal-copy section { break-inside: avoid; }
}
