/* AM Cosmetic Safety — design system
   Refined / editorial / apothecary-laboratory. Sage green + ink on warm cream.
   Display: Fraunces. Body: Hanken Grotesk. */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..700;1,9..144,300..600&family=Hanken+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --cream: #f6f3ec;
  --cream-2: #efeadf;
  --paper: #fbf9f4;
  --ink: #1c211d;
  --ink-soft: #4a514a;
  --ink-faint: #828a82;
  --sage: #6f8a72;
  --sage-deep: #4a5d4e;
  --sage-darker: #36443a;
  --sage-tint: #e4ebe2;
  --brass: #ab8b53;
  --line: #d9d3c6;
  --line-soft: #e7e1d5;
  --red: #a4453b;
  --red-tint: #f3e2df;
  --amber: #9a7320;
  --amber-tint: #f1e8d2;
  --ok: #4a5d4e;

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Hanken Grotesk', -apple-system, sans-serif;

  --maxw: 1180px;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(28,33,29,.04), 0 18px 50px -28px rgba(28,33,29,.22);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  font-size: 17px;
  overflow-x: hidden;
}

/* subtle grain overlay */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 9999;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ---------- typography ---------- */
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.06; letter-spacing: -.01em; color: var(--ink); }
.eyebrow {
  font-size: 12.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--sage-deep); display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--sage); display: inline-block; }
a { color: inherit; text-decoration: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; font-size: 15.5px;
  padding: 14px 24px; border-radius: 999px; cursor: pointer; border: 1px solid transparent;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), background .25s, color .25s, box-shadow .25s;
  white-space: nowrap;
}
.btn-primary { background: var(--sage-deep); color: #f7f7f2; }
.btn-primary:hover { background: var(--sage-darker); transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(54,68,58,.6); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--sage); color: var(--sage-deep); transform: translateY(-2px); }
.btn .arr { transition: transform .25s; }
.btn:hover .arr { transform: translateX(4px); }

/* ---------- header ---------- */
header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(246,243,236,.82); backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent; transition: border-color .3s, background .3s;
}
header.scrolled { border-color: var(--line-soft); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 13px; }
.badge {
  width: 42px; height: 42px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--sage) 0%, var(--sage-deep) 70%);
  display: grid; place-items: center; color: #f3f0e8; flex: none;
  font-family: var(--font-display); font-weight: 600; font-size: 15px; letter-spacing: .02em;
  box-shadow: inset 0 1px 1px rgba(255,255,255,.25);
}
.brand-name { font-family: var(--font-display); font-size: 19px; font-weight: 500; letter-spacing: -.01em; }
.brand-sub { display: block; font-family: var(--font-body); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint); margin-top: 1px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a.lnk { font-size: 14.5px; font-weight: 500; color: var(--ink-soft); transition: color .2s; }
.nav-links a.lnk:hover { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.menu-btn { display: none; background: none; border: none; cursor: pointer; }

/* ---------- hero ---------- */
.hero { position: relative; padding: 86px 0 96px; overflow: hidden; }
.hero::after {
  content: ""; position: absolute; right: -8%; top: -10%; width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(111,138,114,.20) 0%, rgba(111,138,114,0) 62%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(40px, 6vw, 70px); margin: 22px 0 0; }
.hero h1 em { font-style: italic; color: var(--sage-deep); }
.hero .lede { font-size: 19px; color: var(--ink-soft); margin-top: 24px; max-width: 30em; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 13px; color: var(--ink-faint); }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }

/* hero card / seal */
.seal-card {
  position: relative; background: var(--paper); border: 1px solid var(--line-soft);
  border-radius: 20px; padding: 38px; box-shadow: var(--shadow);
}
.seal-card .doc-head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid var(--line-soft); }
.seal-card .doc-head .t { font-family: var(--font-display); font-size: 17px; }
.seal-card .doc-head .s { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); }
.seal-card ul { list-style: none; margin: 20px 0 0; }
.seal-card li { display: flex; align-items: center; gap: 12px; padding: 11px 0; font-size: 15px; border-bottom: 1px dashed var(--line-soft); }
.seal-card li:last-child { border-bottom: none; }
.tick { width: 22px; height: 22px; border-radius: 50%; background: var(--sage-tint); color: var(--sage-deep); display: grid; place-items: center; flex: none; font-size: 12px; }
.seal-stamp {
  position: absolute; right: 26px; bottom: -26px; width: 96px; height: 96px; border-radius: 50%;
  border: 1.5px solid var(--sage); color: var(--sage-deep); background: var(--paper);
  display: grid; place-items: center; text-align: center; transform: rotate(-9deg);
  font-family: var(--font-display); font-size: 11px; line-height: 1.2; letter-spacing: .06em;
  box-shadow: var(--shadow);
}
.seal-stamp b { font-size: 19px; display: block; font-weight: 600; }

/* ---------- sections ---------- */
section { padding: 96px 0; }
.sec-head { max-width: 660px; }
.sec-head.center { margin: 0 auto; text-align: center; }
.sec-head h2 { font-size: clamp(30px, 4.2vw, 46px); margin-top: 16px; }
.sec-head p { color: var(--ink-soft); margin-top: 16px; font-size: 18px; }

/* pain */
.pain { background: var(--sage-darker); color: #e8ebe5; }
.pain h2, .pain .eyebrow { color: #f2f0e8; }
.pain .eyebrow { color: #b9c6b6; }
.pain .eyebrow::before { background: #b9c6b6; }
.pain .sec-head p { color: #c2c9bd; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.pain-card { border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 26px; background: rgba(255,255,255,.03); }
.pain-card .n { font-family: var(--font-display); font-size: 14px; color: #9fb19c; letter-spacing: .1em; }
.pain-card h3 { color: #f2f0e8; font-size: 21px; margin: 12px 0 8px; }
.pain-card p { color: #bcc4b8; font-size: 15px; }

/* what you need */
.need-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 54px; }
.need-card { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 30px; transition: transform .3s, box-shadow .3s; }
.need-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.need-card .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--sage-tint); color: var(--sage-deep); display: grid; place-items: center; margin-bottom: 18px; }
.need-card h3 { font-size: 22px; }
.need-card p { color: var(--ink-soft); font-size: 15.5px; margin-top: 10px; }
.need-card .req { display: inline-block; margin-top: 16px; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--brass); }

/* offer / pricing */
.offer { background: var(--cream-2); }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 56px; align-items: stretch; }
.price-card { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 28px 24px; display: flex; flex-direction: column; position: relative; }
.price-card.feature { border-color: var(--sage); box-shadow: 0 20px 50px -26px rgba(74,93,78,.5); background: linear-gradient(180deg, var(--paper), #f4f6f1); }
.price-card .tag { position: absolute; top: -12px; left: 24px; background: var(--sage-deep); color: #f3f0e8; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.price-card .kicker { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); }
.price-card h3 { font-size: 24px; margin: 8px 0 4px; }
.price-card .price { font-family: var(--font-display); font-size: 38px; color: var(--sage-deep); margin: 14px 0 2px; }
.price-card .price small { font-size: 15px; color: var(--ink-faint); font-family: var(--font-body); }
.price-card .desc { font-size: 14.5px; color: var(--ink-soft); min-height: 44px; }
.price-card ul { list-style: none; margin: 18px 0 24px; display: grid; gap: 9px; }
.price-card li { font-size: 14px; padding-left: 24px; position: relative; color: var(--ink-soft); }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--sage); font-weight: 700; }
.price-card .btn { margin-top: auto; justify-content: center; }
.price-note { text-align: center; margin-top: 26px; font-size: 13px; color: var(--ink-faint); }

/* why us / comparison */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-list { display: grid; gap: 8px; }
.why-item { display: flex; gap: 18px; padding: 20px; border-radius: var(--radius); transition: background .25s; }
.why-item:hover { background: var(--paper); }
.why-item .num { font-family: var(--font-display); font-size: 20px; color: var(--sage); width: 38px; flex: none; }
.why-item h3 { font-size: 20px; }
.why-item p { color: var(--ink-soft); font-size: 15px; margin-top: 4px; }
.compare { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 18px; padding: 30px; box-shadow: var(--shadow); }
.compare table { width: 100%; border-collapse: collapse; }
.compare th, .compare td { text-align: left; padding: 14px 10px; font-size: 14.5px; border-bottom: 1px solid var(--line-soft); }
.compare th { font-family: var(--font-body); font-weight: 600; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-faint); }
.compare td.us { color: var(--sage-deep); font-weight: 600; }
.compare td.them { color: var(--ink-faint); }
.compare tr:last-child td { border-bottom: none; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 56px; counter-reset: step; }
.step { position: relative; padding-top: 26px; }
.step::before { counter-increment: step; content: "0" counter(step); font-family: var(--font-display); font-size: 56px; color: var(--sage-tint); position: absolute; top: -20px; left: -6px; z-index: 0; }
.step .inner { position: relative; z-index: 1; }
.step h3 { font-size: 22px; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 15.5px; }

/* check band */
.band { background: var(--sage-deep); color: #eef1ea; border-radius: 22px; padding: 56px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.band h2 { color: #f4f5ef; font-size: clamp(28px,3.6vw,40px); }
.band p { color: #cdd5c8; margin-top: 14px; font-size: 17px; }
.band .btn-primary { background: var(--cream); color: var(--sage-darker); }
.band .btn-primary:hover { background: #fff; }
.band-right { text-align: right; }

/* faq */
.faq-list { margin-top: 44px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; text-align: left; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-family: var(--font-display); font-size: 21px; color: var(--ink); }
.faq-q .pm { flex: none; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: transform .3s, background .3s, color .3s; }
.faq-item.open .pm { background: var(--sage-deep); color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { color: var(--ink-soft); padding-bottom: 24px; font-size: 16px; max-width: 56em; }

/* final cta / form */
.final { text-align: center; }
.lead-form { max-width: 540px; margin: 36px auto 0; display: flex; gap: 12px; flex-wrap: wrap; }
.lead-form input { flex: 1 1 240px; padding: 15px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); font-family: var(--font-body); font-size: 15.5px; color: var(--ink); }
.lead-form input:focus { outline: none; border-color: var(--sage); box-shadow: 0 0 0 3px var(--sage-tint); }
.form-note { font-size: 12.5px; color: var(--ink-faint); margin-top: 14px; }
.form-msg { margin-top: 16px; font-size: 15px; font-weight: 600; color: var(--sage-deep); min-height: 22px; }

/* footer */
footer { background: var(--ink); color: #c8ccc6; padding: 64px 0 36px; }
footer .f-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
footer .badge { background: radial-gradient(circle at 35% 30%, var(--sage) 0%, var(--sage-deep) 70%); }
footer .brand-name { color: #f2f0e8; }
footer p { font-size: 14px; color: #9aa097; margin-top: 16px; max-width: 30em; }
footer h4 { font-family: var(--font-body); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #80877e; margin-bottom: 16px; }
footer .f-col a { display: block; font-size: 14.5px; color: #c8ccc6; padding: 6px 0; transition: color .2s; }
footer .f-col a:hover { color: #fff; }
footer .f-bottom { padding-top: 28px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: 12.5px; color: #777e74; }
footer .disclaimer { max-width: 60em; font-size: 11.5px; color: #6b7268; margin-top: 18px; line-height: 1.6; }

/* reveal animation */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }
[data-delay="1"] { transition-delay: .08s; }
[data-delay="2"] { transition-delay: .16s; }
[data-delay="3"] { transition-delay: .24s; }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .hero-grid, .why-grid, .band { grid-template-columns: 1fr; }
  .hero .seal-card { display: none; }
  .pain-grid, .need-grid, .price-grid, .steps { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .menu-btn { display: block; }
  .band-right { text-align: left; }
  footer .f-top { grid-template-columns: 1fr; }
  section { padding: 70px 0; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .wrap { padding: 0 20px; }
  .hero-actions .btn, .lead-form input, .lead-form .btn { width: 100%; justify-content: center; }
}

/* ---------- eligibility check tool ---------- */
.tool-hero { padding: 64px 0 24px; }
.tool-hero h1 { font-size: clamp(34px, 5vw, 56px); margin-top: 16px; }
.tool-hero .lede { color: var(--ink-soft); font-size: 18px; margin-top: 18px; max-width: 40em; }
.tool-wrap { padding: 30px 0 90px; }
.tool-grid { display: grid; grid-template-columns: 420px 1fr; gap: 32px; align-items: start; }

.tool-card { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 18px; padding: 30px; box-shadow: var(--shadow); position: sticky; top: 96px; }
.fld-label { display: block; font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 9px; }
.fld { width: 100%; padding: 13px 15px; border-radius: 11px; border: 1px solid var(--line); background: var(--cream); font-family: var(--font-body); font-size: 15.5px; color: var(--ink); resize: vertical; }
.fld:focus { outline: none; border-color: var(--sage); box-shadow: 0 0 0 3px var(--sage-tint); background: var(--paper); }
select.fld { 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='%234a5d4e' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; padding-right: 40px; }
.fld-hint { font-size: 12.5px; color: var(--ink-faint); margin-top: 8px; }
.link-btn { display: block; width: 100%; text-align: center; background: none; border: none; cursor: pointer; color: var(--sage-deep); font-family: var(--font-body); font-size: 14px; text-decoration: underline; text-underline-offset: 3px; margin-top: 14px; }

.tool-results { min-height: 360px; }
.results-empty { border: 1.5px dashed var(--line); border-radius: 18px; padding: 70px 30px; text-align: center; color: var(--ink-faint); }
.empty-ic { width: 64px; height: 64px; border-radius: 50%; background: var(--sage-tint); display: grid; place-items: center; margin: 0 auto 18px; }

.verdict { display: flex; gap: 18px; align-items: flex-start; padding: 26px; border-radius: 16px; border: 1px solid; }
.verdict h3 { font-size: 24px; }
.verdict p { font-size: 15px; margin-top: 6px; }
.v-badge { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; flex: none; font-weight: 700; font-size: 18px; color: #fff; }
.v-red { background: var(--red-tint); border-color: #e3c5c1; } .v-red .v-badge { background: var(--red); } .v-red h3 { color: var(--red); }
.v-amber { background: var(--amber-tint); border-color: #e4d3a6; } .v-amber .v-badge { background: var(--amber); } .v-amber h3 { color: #7a5a16; }
.v-ok { background: var(--sage-tint); border-color: #c3d3bf; } .v-ok .v-badge { background: var(--sage-deep); } .v-ok h3 { color: var(--sage-deep); }

.res-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 18px 0; }
.stat { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 13px; padding: 18px; text-align: center; }
.stat b { font-family: var(--font-display); font-size: 34px; display: block; line-height: 1; }
.stat span { font-size: 12px; color: var(--ink-faint); letter-spacing: .03em; }
.s-red { color: var(--red); } .s-amber { color: var(--amber); } .s-sage { color: var(--sage-deep); }

.res-block { margin-top: 22px; }
.rb { font-family: var(--font-body); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid var(--line-soft); }
.rb.red { color: var(--red); } .rb.amber { color: var(--amber); } .rb.sage { color: var(--sage-deep); }
.res-row { display: grid; grid-template-columns: 1fr; gap: 2px; padding: 12px 0; border-bottom: 1px dashed var(--line-soft); }
.res-row b { font-size: 15.5px; text-transform: capitalize; }
.res-row span { font-size: 13.5px; color: var(--ink-soft); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 12px; }
.chip { font-size: 13px; padding: 6px 12px; border-radius: 999px; text-transform: capitalize; }
.chip.sage { background: var(--sage-tint); color: var(--sage-deep); }

.next-box { margin-top: 28px; background: var(--sage-darker); color: #e9ece5; border-radius: 16px; padding: 28px; }
.next-box h4 { font-family: var(--font-display); font-size: 21px; color: #f3f2ea; font-weight: 400; }
.next-list { list-style: none; margin: 16px 0 18px; display: grid; gap: 10px; }
.next-list li { display: flex; gap: 11px; align-items: center; font-size: 15px; color: #dde2d8; }
.next-list .tick { background: rgba(255,255,255,.12); color: #cfe0cc; }
.next-cta-copy { font-size: 14.5px; color: #c2cabd; margin-bottom: 6px; }
.next-box .lead-form input { background: rgba(255,255,255,.95); border-color: transparent; }
.next-box .form-msg { color: #cfe0cc; }
.unknown-note { font-size: 12.5px; color: var(--ink-faint); margin-top: 16px; }

@media (max-width: 940px) {
  .tool-grid { grid-template-columns: 1fr; }
  .tool-card { position: static; }
  .res-stats { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- about / assessor ---------- */
#assessor { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 330px 1fr; gap: 56px; align-items: start; }
.about-card { background: var(--cream); border: 1px solid var(--line-soft); border-radius: 18px; padding: 34px; text-align: center; box-shadow: var(--shadow); position: sticky; top: 100px; }
.about-port { width: 110px; height: 110px; border-radius: 50%; margin: 0 auto 20px; background: radial-gradient(circle at 35% 30%, var(--sage) 0%, var(--sage-deep) 72%); display: grid; place-items: center; box-shadow: inset 0 2px 3px rgba(255,255,255,.22); }
.port-mono { font-family: var(--font-display); font-size: 38px; color: #f3f0e8; letter-spacing: .02em; }
.about-card h3 { font-size: 26px; }
.about-role { font-size: 14.5px; color: var(--sage-deep); font-weight: 600; margin-top: 4px; }
.about-meta { font-size: 13.5px; color: var(--ink-faint); margin-top: 6px; }
.about-langs { display: flex; justify-content: center; gap: 8px; margin: 18px 0 16px; }
.about-langs span { font-size: 12px; font-weight: 600; letter-spacing: .08em; color: var(--sage-deep); background: var(--sage-tint); padding: 5px 11px; border-radius: 999px; }
.about-malt { display: inline-block; font-size: 14px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--sage); padding-bottom: 2px; transition: color .2s; }
.about-malt:hover { color: var(--sage-deep); }
.cred-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px; }
.cred { padding: 22px; border: 1px solid var(--line-soft); border-radius: 13px; background: var(--cream); transition: transform .3s, box-shadow .3s; }
.cred:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.cred h4 { font-family: var(--font-display); font-size: 19px; font-weight: 500; }
.cred p { font-size: 14.5px; color: var(--ink-soft); margin-top: 7px; }
@media (max-width: 940px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-card { position: static; max-width: 380px; }
  .cred-grid { grid-template-columns: 1fr; }
}

/* ---------- booking ---------- */
#book { background: var(--paper); }
.calendly-wrap { max-width: 760px; margin: 38px auto 0; }
.book-fallback { text-align: center; background: var(--cream); border: 1px solid var(--line-soft); border-radius: 16px; padding: 44px 32px; box-shadow: var(--shadow); }
.book-fallback p { color: var(--ink-soft); font-size: 16.5px; max-width: 34em; margin: 0 auto 22px; }
