/* ============================================================
   lyncc.io — About, Ingredients & Contact page styles
   ============================================================ */

/* ====================== SHARED PAGE HERO (light) ====================== */
.page-hero { background: var(--bg-paper); padding: 150px 0 64px; border-bottom: 1px solid var(--border-1); position: relative; }
.page-hero .wrap { position: relative; }
.page-hero .lede { margin-top: 22px; max-width: 680px; }
.page-hero h1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(40px, 5.4vw, 68px); line-height: 1.02; letter-spacing: -.03em; margin: 0; max-width: 880px; text-wrap: balance; }
.page-hero h1 .accent { color: var(--lyncc-yellow-700); }

/* ====================== ABOUT ====================== */
/* story split */
.story { background: var(--bg-paper); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.story-grid .h2 { margin-bottom: 22px; }
.story-body p { font-size: 16px; line-height: 1.72; color: var(--fg-2); margin: 0 0 18px; text-wrap: pretty; }
.story-body p:last-child { margin-bottom: 0; }
.story-body .first { font-size: 19px; line-height: 1.6; color: var(--fg-1); }
.story-aside { position: sticky; top: 110px; }
.story-quote { background: var(--lyncc-ink); color: var(--fg-on-ink); border-radius: var(--r-xl); padding: 40px; }
.story-quote .mark { font-family: var(--font-display); font-size: 60px; line-height: .6; color: var(--lyncc-yellow); height: 34px; }
.story-quote p { font-family: var(--font-display); font-weight: 500; font-size: 22px; line-height: 1.4; letter-spacing: -.01em; margin: 0 0 24px; color: #ffffff; }
.story-quote .by { font-family: var(--font-mono); font-size: 12px; letter-spacing: .06em; color: var(--lyncc-yellow); text-transform: uppercase; }

/* principles / why-different */
.why { background: var(--lyncc-ink); color: var(--fg-on-ink); }
.why .h2 { color: var(--fg-on-ink); }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 44px; }
.why-card { border: 1px solid var(--border-ink); border-radius: var(--r-lg); padding: 32px; background: rgba(255,255,255,.015); }
.why-card .wc-ico { width: 48px; height: 48px; border-radius: var(--r-md); background: rgba(255,213,0,.12); color: var(--lyncc-yellow); display: grid; place-items: center; margin-bottom: 20px; }
.why-card .wc-ico svg { width: 24px; height: 24px; }
.why-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 20px; letter-spacing: -.012em; margin: 0 0 10px; color: var(--fg-on-ink); }
.why-card p { font-size: 14.5px; line-height: 1.62; color: var(--fg-on-ink-2); margin: 0; text-wrap: pretty; }

/* not-a-marketplace contrast block */
.contrast { background: var(--bg-paper); }
.contrast-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contrast-col { border: 1px solid var(--border-1); border-radius: var(--r-xl); padding: 36px; }
.contrast-col.us { background: var(--lyncc-ink); color: var(--fg-on-ink); border-color: var(--lyncc-ink); }
.contrast-col .ctag { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 20px; display: inline-block; }
.contrast-col.them .ctag { color: var(--fg-4); }
.contrast-col.us .ctag { color: var(--lyncc-yellow); }
.contrast-col h3 { font-family: var(--font-display); font-weight: 600; font-size: 23px; letter-spacing: -.015em; margin: 0 0 24px; }
.contrast-col.us h3 { color: var(--fg-on-ink); }
.contrast-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.contrast-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 15px; line-height: 1.5; }
.contrast-list .ci { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; flex: none; margin-top: 1px; }
.contrast-col.them .ci { background: var(--n-150); color: var(--fg-4); }
.contrast-col.them li { color: var(--fg-3); }
.contrast-col.us .ci { background: var(--lyncc-yellow); color: var(--lyncc-ink); }
.contrast-col.us li { color: var(--fg-on-ink-2); }
.contrast-col.us li b { color: var(--fg-on-ink); }
.contrast-list .ci svg { width: 13px; height: 13px; }

/* commitments */
.commit { background: var(--lyncc-ink); color: var(--fg-on-ink); }
.commit .h2 { color: var(--fg-on-ink); }
.commit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.commit-card { border: 1px solid var(--border-ink); border-radius: var(--r-lg); padding: 30px; }
.commit-card .num { font-family: var(--font-display); font-weight: 600; font-size: 40px; color: var(--lyncc-yellow); letter-spacing: -.03em; line-height: 1; }
.commit-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 18px; margin: 18px 0 9px; color: var(--fg-on-ink); }
.commit-card p { font-size: 14px; line-height: 1.6; color: var(--fg-on-ink-2); margin: 0; }

/* leadership / credibility */
.team { background: var(--bg-paper); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.team-card { background: var(--bg-card); border: 1px solid var(--border-1); border-radius: var(--r-lg); padding: 28px; }
.team-card .ava { width: 56px; height: 56px; border-radius: 50%; background: var(--lyncc-ink); color: var(--lyncc-yellow); display: grid; place-items: center; font-family: var(--font-display); font-weight: 600; font-size: 20px; margin-bottom: 20px; }
.team-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 18px; margin: 0 0 3px; letter-spacing: -.01em; }
.team-card .role { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .04em; color: var(--lyncc-yellow-700); text-transform: uppercase; margin-bottom: 14px; }
.team-card p { font-size: 14px; line-height: 1.6; color: var(--fg-3); margin: 0; }

/* ====================== ABOUT — IMPACT IN NUMBERS (animated counters) ====================== */
.impactn { background: var(--bg-paper); }
.impactn-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border-2); margin-top: 4px; }
.impactn-cell { position: relative; padding: 44px 30px 10px; border-right: 1px solid var(--border-1); }
.impactn-cell:last-child { border-right: none; }
.impactn-cell .in-bar { position: absolute; top: -2px; left: 0; height: 3px; width: 0; background: var(--lyncc-yellow); transition: width 1.5s var(--ease-out); }
.impactn-cell.in .in-bar { width: 100%; }
.in-v { font-family: var(--font-display); font-weight: 600; font-size: clamp(46px, 5.4vw, 74px); letter-spacing: -.035em; line-height: 1; color: var(--lyncc-ink); font-variant-numeric: tabular-nums; }
.in-k { font-size: 14.5px; line-height: 1.55; color: var(--fg-3); margin-top: 16px; max-width: 230px; text-wrap: pretty; }
@media (max-width: 1000px) {
  .impactn-grid { grid-template-columns: 1fr 1fr; }
  .impactn-cell:nth-child(2n) { border-right: none; }
  .impactn-cell:nth-child(1), .impactn-cell:nth-child(2) { border-bottom: 1px solid var(--border-1); }
}
@media (max-width: 600px) {
  .impactn-grid { grid-template-columns: 1fr; }
  .impactn-cell { border-right: none; border-bottom: 1px solid var(--border-1); padding: 30px 0 10px; }
  .impactn-cell:last-child { border-bottom: none; }
}

/* ====================== INGREDIENTS — FILTERABLE GALLERY ====================== */
.gallery { background: var(--bg-paper); }
.filterbar { position: sticky; top: 94px; z-index: 40; background: rgba(250,250,247,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--border-1); padding: 18px 0; }
.filter-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.filter-row + .filter-row { margin-top: 12px; }
.filter-label { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--fg-4); width: 86px; flex: none; }
.filter-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { font-family: var(--font-text); font-weight: 500; font-size: 13.5px; color: var(--fg-2); background: var(--bg-card); border: 1px solid var(--border-2); border-radius: var(--r-pill); padding: 9px 16px; cursor: pointer; transition: all var(--dur) var(--ease-out); display: inline-flex; align-items: center; gap: 8px; }
.chip:hover { border-color: var(--fg-3); }
.chip.active { background: var(--lyncc-ink); color: var(--fg-on-ink); border-color: var(--lyncc-ink); }
.chip.cert.active { background: var(--lyncc-yellow); color: var(--lyncc-ink); border-color: var(--lyncc-yellow); }
.chip .chip-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lyncc-yellow-700); }
.chip.active .chip-dot { background: currentColor; }

.gallery-head { display: flex; align-items: baseline; gap: 12px; margin: 36px 0 24px; }
.gallery-head .gh-count { font-family: var(--font-display); font-weight: 600; font-size: 22px; color: var(--fg-1); }
.gallery-head .gh-label { font-size: 14.5px; color: var(--fg-3); }

.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.prod-card { background: var(--bg-card); border: 1px solid var(--border-1); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out); }
.prod-card.hide { display: none; }
.prod-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: var(--border-2); }
.prod-photo { position: relative; height: 200px; background: var(--lyncc-ink); }
.prod-photo .pp-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; --image-slot-radius: 0px; }
.prod-photo .pp-cat { position: absolute; top: 12px; left: 12px; z-index: 3; font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--lyncc-ink); background: var(--lyncc-yellow); padding: 5px 11px; border-radius: var(--r-pill); pointer-events: none; }
.prod-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.prod-body h3 { font-family: var(--font-display); font-weight: 600; font-size: 21px; letter-spacing: -.014em; margin: 0 0 4px; }
.prod-body .latin { font-family: var(--font-mono); font-size: 11px; color: var(--fg-4); margin-bottom: 13px; }
.prod-body p { font-size: 13.5px; line-height: 1.58; color: var(--fg-3); margin: 0 0 18px; flex: 1; text-wrap: pretty; }
.prod-certs { display: flex; flex-wrap: wrap; gap: 6px; }
.prod-cert { font-family: var(--font-mono); font-size: 10px; letter-spacing: .03em; color: var(--lyncc-yellow-700); background: var(--lyncc-yellow-100); border: 1px solid var(--lyncc-yellow-300); border-radius: var(--r-pill); padding: 4px 10px; }
.prod-empty { display: none; text-align: center; padding: 60px 20px; }
.prod-empty p { font-size: 16px; color: var(--fg-3); }

/* on-field banner photo */
.field-banner { position: relative; height: 360px; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--border-1); background: var(--lyncc-ink); }
.field-banner .fb-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; --image-slot-radius: 0px; }
.field-banner .fb-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(20,19,17,.82) 0%, rgba(20,19,17,.5) 45%, rgba(20,19,17,.15) 100%); }
.field-banner .fb-content { position: absolute; inset: 0; z-index: 2; pointer-events: none; display: flex; flex-direction: column; justify-content: center; padding: 48px; max-width: 560px; }
.field-banner .fb-content h3 { font-family: var(--font-display); font-weight: 600; font-size: clamp(24px,2.6vw,34px); letter-spacing: -.02em; color: #fff; margin: 0 0 14px; line-height: 1.1; }
.field-banner .fb-content p { font-size: 15.5px; line-height: 1.6; color: rgba(255,255,255,.85); margin: 0; }

@media (max-width: 1000px) {
  .prod-grid { grid-template-columns: 1fr 1fr; }
  .filter-label { width: 100%; }
}
@media (max-width: 760px) {
  .prod-grid { grid-template-columns: 1fr; }
  .filterbar { top: 74px; }
  .field-banner { height: 300px; }
  .field-banner .fb-content { padding: 28px; }
}
.cat-section { background: var(--bg-paper); padding: 0 0 40px; }
.cat-nav { position: sticky; top: 94px; z-index: 40; background: rgba(250,250,247,.9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border-1); }
.cat-nav-inner { display: flex; gap: 6px; padding: 12px 0; overflow-x: auto; }
.cat-nav a { font-family: var(--font-text); font-weight: 500; font-size: 14px; color: var(--fg-2); padding: 8px 16px; border-radius: var(--r-pill); white-space: nowrap; transition: background var(--dur) var(--ease-out), color var(--dur) var(--ease-out); }
.cat-nav a:hover { background: var(--bg-card); color: var(--fg-1); }

.catblock { padding: 80px 0; border-bottom: 1px solid var(--border-1); scroll-margin-top: 150px; }
.catblock:last-child { border-bottom: none; }
.catblock-head { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; margin-bottom: 44px; }
.catblock-ico { width: 72px; height: 72px; border-radius: var(--r-lg); background: var(--lyncc-yellow); color: var(--lyncc-ink); display: grid; place-items: center; }
.catblock-ico svg { width: 36px; height: 36px; }
.catblock-head .ct-num { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; color: var(--fg-3); }
.catblock-head h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -.02em; margin: 4px 0 8px; }
.catblock-head p { font-size: 15.5px; color: var(--fg-2); margin: 0; max-width: 620px; line-height: 1.6; text-wrap: pretty; }
.item-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.item-card { background: var(--bg-card); border: 1px solid var(--border-1); border-radius: var(--r-lg); padding: 28px; transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out); }
.item-card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); border-color: var(--border-2); }
.item-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 21px; letter-spacing: -.014em; margin: 0 0 6px; }
.item-card .latin { font-family: var(--font-mono); font-size: 11.5px; color: var(--fg-4); font-style: normal; letter-spacing: .02em; margin-bottom: 14px; }
.item-card p { font-size: 14px; line-height: 1.6; color: var(--fg-3); margin: 0 0 18px; text-wrap: pretty; }
.item-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.item-tag { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .04em; color: var(--fg-2); background: var(--bg-sunken); border: 1px solid var(--border-1); border-radius: var(--r-pill); padding: 5px 11px; }
.item-tag.cert { color: var(--lyncc-yellow-700); background: var(--lyncc-yellow-100); border-color: var(--lyncc-yellow-300); }

/* ingredients intro band */
.ing-intro { background: var(--lyncc-ink); color: var(--fg-on-ink); }
.ing-intro .h2 { color: var(--fg-on-ink); }
.ing-intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: center; }
.ing-intro-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ing-intro-stat { border: 1px solid var(--border-ink); border-radius: var(--r-md); padding: 22px; }
.ing-intro-stat .v { font-family: var(--font-display); font-weight: 600; font-size: 34px; color: var(--lyncc-yellow); letter-spacing: -.025em; line-height: 1; }
.ing-intro-stat .d { font-size: 13px; color: var(--fg-on-ink-2); margin-top: 10px; line-height: 1.5; }
.ing-cta-note { background: var(--bg-card); border: 1px solid var(--border-1); border-radius: var(--r-xl); padding: 40px; text-align: center; margin-top: 8px; }
.ing-cta-note h3 { font-family: var(--font-display); font-weight: 600; font-size: 26px; letter-spacing: -.018em; margin: 0 0 12px; }
.ing-cta-note p { font-size: 15.5px; color: var(--fg-2); max-width: 560px; margin: 0 auto 26px; line-height: 1.6; }

/* ====================== CONTACT ====================== */
.contact-wrap { background: var(--bg-paper); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-intro .h2 { margin-bottom: 18px; }
.contact-channels { display: flex; flex-direction: column; gap: 4px; margin-top: 36px; }
.channel { display: flex; gap: 16px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--border-1); }
.channel:last-child { border-bottom: none; }
.channel .ch-ico { width: 44px; height: 44px; border-radius: var(--r-md); background: var(--lyncc-ink); color: var(--lyncc-yellow); display: grid; place-items: center; flex: none; }
.channel .ch-ico svg { width: 20px; height: 20px; }
.channel h4 { font-family: var(--font-display); font-weight: 600; font-size: 16px; margin: 0 0 4px; }
.channel p { font-size: 14px; color: var(--fg-3); margin: 0 0 4px; line-height: 1.5; }
.channel a { font-weight: 600; color: var(--lyncc-yellow-700); font-size: 14.5px; }
.contact-addr { margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--border-1); }
.contact-addr h5 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--fg-3); margin: 0 0 12px; }
.contact-addr address { font-style: normal; font-size: 15px; line-height: 1.7; color: var(--fg-2); }

/* form card */
.form-card { background: var(--bg-card); border: 1px solid var(--border-1); border-radius: var(--r-xl); padding: 38px; box-shadow: var(--sh-md); }
.intent-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; padding: 6px; background: var(--bg-sunken); border-radius: var(--r-md); }
.intent-toggle button { font-family: var(--font-text); font-weight: 600; font-size: 14px; padding: 12px; border-radius: var(--r-sm); border: none; background: transparent; color: var(--fg-3); transition: all var(--dur) var(--ease-out); }
.intent-toggle button.active { background: var(--lyncc-ink); color: var(--fg-on-ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: var(--font-text); font-size: 13px; font-weight: 600; color: var(--fg-2); margin-bottom: 8px; }
.field label .opt { color: var(--fg-4); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; font-family: var(--font-text); font-size: 15px; color: var(--fg-1); background: var(--bg-paper); border: 1px solid var(--border-2); border-radius: var(--r-sm); padding: 13px 14px; transition: border-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out); }
.field textarea { resize: vertical; min-height: 110px; line-height: 1.5; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--lyncc-ink); box-shadow: 0 0 0 3px rgba(26,26,26,.07); }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23737065' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.intent-panel { display: none; }
.intent-panel.active { display: block; }
.form-submit { width: 100%; margin-top: 8px; }
.form-note { font-size: 12.5px; color: var(--fg-4); text-align: center; margin: 16px 0 0; line-height: 1.5; }
.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success.show { display: block; }
.form-success .sc-ico { width: 60px; height: 60px; border-radius: 50%; background: var(--lyncc-yellow); color: var(--lyncc-ink); display: grid; place-items: center; margin: 0 auto 22px; }
.form-success .sc-ico svg { width: 30px; height: 30px; }
.form-success h3 { font-family: var(--font-display); font-weight: 600; font-size: 24px; margin: 0 0 10px; }
.form-success p { font-size: 15px; color: var(--fg-2); max-width: 380px; margin: 0 auto; line-height: 1.6; }

/* FAQ */
.faq { background: var(--lyncc-ink); color: var(--fg-on-ink); }
.faq .h2 { color: var(--fg-on-ink); }
.faq-list { max-width: 820px; margin: 44px auto 0; }
.faq-item { border-bottom: 1px solid var(--border-ink); }
.faq-q { width: 100%; display: flex; align-items: center; gap: 16px; padding: 24px 0; background: none; border: none; text-align: left; color: var(--fg-on-ink); font-family: var(--font-display); font-weight: 600; font-size: 19px; letter-spacing: -.01em; cursor: pointer; }
.faq-q .fi { margin-left: auto; flex: none; width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--border-ink); display: grid; place-items: center; color: var(--lyncc-yellow); transition: transform var(--dur) var(--ease-out); }
.faq-q .fi svg { width: 14px; height: 14px; }
.faq-item.open .faq-q .fi { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height var(--dur-slow) var(--ease-out); }
.faq-a p { font-size: 15px; line-height: 1.65; color: var(--fg-on-ink-2); margin: 0 0 24px; padding-right: 42px; text-wrap: pretty; }

/* ====================== RESPONSIVE ====================== */
@media (max-width: 1000px) {
  .story-grid, .contrast-grid, .ing-intro-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .story-aside { position: static; }
  .why-grid, .commit-grid, .team-grid { grid-template-columns: 1fr 1fr; }
  .item-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .page-hero { padding-top: 120px; }
  .why-grid, .commit-grid, .team-grid, .item-grid, .form-row { grid-template-columns: 1fr; }
  .catblock-head { grid-template-columns: 1fr; gap: 16px; }
  .ing-intro-stats { grid-template-columns: 1fr 1fr; }
}
