/* FRESH · the ecosystem site · design system
   Five letters, five colors. A pillar always wears its color.
   Copper Red is the only loud thing on any page, and it means move. */

@font-face { font-family: 'Editors Note'; src: url('/fonts/editors-note-regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Editors Note'; src: url('/fonts/editors-note-italic.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Jhon Halend'; src: url('/fonts/jhon-halend-regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('/fonts/poppins-400.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('/fonts/poppins-600.ttf') format('truetype'); font-weight: 600; font-display: swap; }

:root {
  --paper: #f6f4f1; --cream: #ece7de; --white: #ffffff;
  --fit: #c07152; --rel: #d7ad82; --env: #c69b8b; --self: #748d78; --hus: #101010;
  --ink: #101010; --ink-soft: #45423c; --ink-mute: #75716a;
  --hair: rgba(16, 16, 16, 0.14);
  --serif: 'Editors Note', Georgia, serif;
  --sans: 'Poppins', sans-serif;
  --script: 'Jhon Halend', cursive;
}

* { box-sizing: border-box; margin: 0; }
html, body { overflow-x: clip; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; font-size: 16px; }
img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 32px; }
.kicker { font-size: 11px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--self); margin-bottom: 16px; }
.serif { font-family: var(--serif); font-weight: 400; }
.script { font-family: var(--script); }

/* == header / footer ========================================== */
.site-head { display: flex; justify-content: space-between; align-items: center; padding: 20px 32px; border-bottom: 1px solid var(--hair); }
.site-head .logo { font-family: var(--serif); font-size: 21px; letter-spacing: 0.05em; text-decoration: none; }
.logo .lf { color: var(--fit); } .logo .lr { color: var(--rel); } .logo .le { color: var(--env); } .logo .ls { color: var(--self); } .logo .lh { color: var(--hus); }
.site-head nav { display: flex; gap: 24px; font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.site-head nav a { text-decoration: none; color: var(--ink-soft); }
.site-head nav a:hover, .site-head nav a[aria-current="page"] { color: var(--ink); border-bottom: 2px solid var(--fit); padding-bottom: 2px; }
.site-foot { text-align: center; padding: 44px 20px 56px; border-top: 1px solid var(--hair); }
.site-foot .tabs { display: flex; justify-content: center; gap: 6px; margin-bottom: 18px; }
.site-foot .tabs i { display: block; width: 30px; height: 4px; }
.site-foot p { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); }
.site-foot a { color: var(--ink-mute); }

/* == shared blocks ============================================ */
.pillar-tabs { display: flex; gap: 6px; }
.pillar-tabs i { display: block; width: 34px; height: 5px; }
.t-f { background: var(--fit); } .t-r { background: var(--rel); } .t-e { background: var(--env); } .t-s { background: var(--self); } .t-h { background: var(--hus); }

.btn { display: inline-block; background: var(--fit); color: #fff; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 16px 30px; text-decoration: none; border: 0; cursor: pointer; transition: opacity 0.2s ease; }
.btn:hover { opacity: 0.85; }
.btn-ghost { display: inline-block; background: transparent; color: var(--ink); border: 1px solid var(--hair); font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 15px 28px; text-decoration: none; cursor: pointer; }
.btn-note { display: block; font-size: 12.5px; color: var(--ink-mute); margin-top: 12px; }

h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 4.6vw, 56px); line-height: 1.1; }
h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.14; }
h1 em, h2 em { font-style: italic; color: var(--self); }

.capture { max-width: 440px; }
.capture .row { display: flex; }
.capture input[type='email'] { flex: 1; min-width: 0; background: var(--white); border: 1px solid var(--hair); border-right: 0; font-family: inherit; font-size: 15px; padding: 15px 16px; outline: none; color: var(--ink); }
.capture input[type='email']:focus { border-color: var(--self); }
.capture button { background: var(--fit); color: #fff; border: 0; font-family: inherit; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 15px 24px; cursor: pointer; white-space: nowrap; }
.capture button:hover { opacity: 0.85; }
.capture .status { font-size: 13px; color: var(--self); min-height: 20px; margin-top: 10px; }
.capture[data-state='error'] .status { color: var(--fit); }

/* == mobile =================================================== */
@media (max-width: 780px) {
  .wrap { padding: 0 20px; }
  .site-head { padding: 16px 20px; }
  .site-head nav { gap: 14px; font-size: 10px; }
  .capture .row { flex-direction: column; }
  .capture input[type='email'] { border-right: 1px solid var(--hair); }
}
