.concept-a { --taste-accent: var(--lime); background: var(--paper); }
.concept-a .site-header { background: var(--paper); }
.concept-a .header-cta { background: var(--lime); color: var(--ink); border: 1px solid var(--ink); }

.a-hero { border-bottom: 1px solid var(--ink); }
.a-hero-grid { min-height: 620px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 54px; align-items: center; padding-block: 54px; }
.a-hero-copy { padding: 10px 0; }
.a-problem { margin: 28px 0 12px; font-size: 19px; line-height: 1.5; font-weight: 700; }
.a-hero h1 { margin: 0; font-size: 88px; line-height: .91; letter-spacing: 0; font-weight: 950; }
.a-tagline { margin: 18px 0 12px; font-size: 27px; font-weight: 900; }
.a-description { max-width: 540px; margin: 0; color: #555; font-size: 16px; line-height: 1.75; }
.a-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.a-hero-media { position: relative; height: 500px; margin: 0; overflow: hidden; background: var(--lime); border-radius: 8px; }
.a-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.a-hero-media figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 14px; background: var(--lime); border: 1px solid var(--ink); font-size: 10px; }
.a-scroll-note { border-top: 1px solid var(--ink); }
.a-scroll-note .container { min-height: 46px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 850; }

.a-finder { background: var(--ink); color: var(--white); }
.a-finder .section-heading p { color: #bdbdbd; }
.a-finder-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 28px; align-items: stretch; }
.a-axis-list { border-top: 1px solid #494949; }
.a-axis { margin: 0; padding: 27px 0; display: grid; grid-template-columns: 180px 1fr; gap: 20px; align-items: center; border: 0; border-bottom: 1px solid #494949; }
.a-axis legend { display: contents; font-weight: 850; }
.a-axis legend span { display: inline-grid; width: 30px; height: 30px; margin-right: 8px; place-items: center; background: var(--lime); color: var(--ink); font-size: 11px; }
.a-segments { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.a-segments button { min-height: 48px; padding: 0 10px; border: 1px solid #555; background: transparent; color: #cfcfcf; cursor: pointer; font-size: 12px; font-weight: 750; }
.a-segments button[aria-pressed="true"] { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.a-segments button:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; }
.a-result { --result-accent: var(--lime); min-height: 440px; display: grid; align-content: space-between; gap: 24px; padding: 28px; background: var(--paper); color: var(--ink); border-radius: 8px; box-shadow: inset 8px 0 0 var(--result-accent); }
.a-result-top { display: flex; align-items: flex-start; justify-content: space-between; font-size: 11px; font-weight: 850; }
.a-result-top strong { font-size: 68px; line-height: .8; }
.a-result-label { margin: 0 0 9px; color: var(--muted); font-size: 11px; }
.a-result h3 { margin: 0; font-size: 34px; line-height: 1; }
.a-result h3 + p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.a-result .btn { width: 100%; }
.a-result small { color: var(--muted); font-size: 10px; line-height: 1.5; }

.a-flavors { background: var(--white); }
.a-section-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.a-section-row > p { max-width: 420px; margin: 0 0 48px; color: var(--muted); line-height: 1.7; }
.a-flavor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.a-flavor-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--paper); border-radius: 8px; }
.a-flavor-card figure { height: 260px; margin: 0; overflow: hidden; background: #eceae4; }
.a-flavor-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.a-flavor-card:hover img { transform: scale(1.035); }
.a-flavor-card > div { padding: 20px; }
.a-flavor-card span { font-size: 10px; font-weight: 850; }
.a-flavor-card h3 { margin: 13px 0 7px; font-size: 25px; }
.a-flavor-card p { margin: 0; color: var(--muted); font-size: 13px; }
.a-flavor-dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.a-flavor-dark p { color: #bbb; }
.a-flavor-type { min-height: 352px; display: grid; align-content: space-between; background: var(--cobalt); color: var(--white); border-color: var(--cobalt); }
.a-type-signal { display: grid; width: 100%; height: 230px; padding: 0 !important; place-items: center; background: var(--coral); color: var(--ink); font-size: 120px; font-weight: 950; }
.a-flavor-type p { color: #e0e5ff; }

.a-proof { background: var(--lime); }
.a-proof-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.a-proof .section-heading { position: sticky; top: 30px; margin-bottom: 0; }
.a-proof .section-heading p { color: #303030; }
.a-proof .text-link { margin-top: 16px; }
.a-proof-rows { border-bottom: 1px solid var(--ink); }

.a-flow { background: var(--paper); }
.a-flow-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); list-style: none; }
.a-flow-list li { min-height: 300px; padding: 24px; border-right: 1px solid var(--ink); }
.a-flow-list li:last-child { border-right: 0; }
.a-flow-list li > span { font-size: 11px; font-weight: 850; }
.a-flow-icon { width: 58px; height: 58px; display: grid; margin: 45px 0 26px; place-items: center; background: var(--ink); color: var(--lime); }
.a-flow-icon svg { width: 26px; height: 26px; }
.a-flow-list h3 { margin: 0 0 10px; font-size: 20px; }
.a-flow-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.a-faq { background: var(--white); }
.a-final { background: var(--coral); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.a-final .btn { background: var(--ink); color: var(--white); }
.a-final .btn-outline { background: transparent; color: var(--ink); }

@media (max-width: 980px) {
  .a-hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .a-hero h1 { font-size: 66px; }
  .a-hero-media { height: 440px; }
  .a-finder-layout { grid-template-columns: 1fr; }
  .a-result { min-height: 360px; grid-template-columns: 1fr 1fr; }
  .a-result-top, .a-result > small { grid-column: 1 / -1; }
  .a-section-row { display: block; }
  .a-section-row > p { margin-top: -24px; }
  .a-flavor-grid { grid-template-columns: repeat(2, 1fr); }
  .a-proof-layout { grid-template-columns: 1fr; gap: 42px; }
  .a-proof .section-heading { position: static; }
  .a-flow-list { grid-template-columns: repeat(2, 1fr); }
  .a-flow-list li:nth-child(2) { border-right: 0; }
  .a-flow-list li:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
}

@media (max-width: 720px) {
  .a-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 30px; padding-block: 46px 28px; }
  .a-problem { font-size: 16px; }
  .a-hero h1 { font-size: 50px; }
  .a-tagline { font-size: 22px; }
  .a-description { font-size: 15px; }
  .a-hero-actions { display: grid; }
  .a-hero-media { height: 390px; }
  .a-axis { grid-template-columns: 1fr; gap: 15px; padding: 24px 0; }
  .a-segments { gap: 5px; }
  .a-segments button { font-size: 11px; }
  .a-result { min-height: 430px; display: grid; grid-template-columns: 1fr; padding: 24px; }
  .a-result h3 { font-size: 29px; }
  .a-section-row > p { margin: -12px 0 30px; }
  .a-flavor-grid { grid-template-columns: 1fr; }
  .a-flavor-card figure { height: 250px; }
  .a-flow-list { grid-template-columns: 1fr; }
  .a-flow-list li { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .a-flow-list li:last-child { border-bottom: 0; }
  .a-flow-icon { margin: 28px 0 22px; }
}
