/* ============================================================
   Abokado Labs — shared site stylesheet
   Tokens lifted verbatim from the brand design system at
   ~/.claude/skills/abokado-labs-design/colors_and_type.css
   so any later token revision can be re-synced cleanly.
   ============================================================ */

/* Webfonts via Google (Manrope + JetBrains Mono) — the design system
   notes these as substitutes for SF Pro Rounded / SF Mono on web. */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");

:root {
  /* Avocado palette */
  --avocado-flesh:        #B5C97D;
  --avocado-flesh-deep:   #7BAA5B;
  --avocado-skin:         #2F4A2A;
  --avocado-skin-soft:    #4A6B40;
  --avocado-pit:          #8B5A3C;
  --avocado-pit-soft:     #C49A7A;

  /* Teal — Keys accent */
  --teal:                 #0E7C7B;
  --teal-bright:          #40BBB9;
  --teal-deep:            #04111A;

  /* Neutrals — warm-tinted */
  --paper:                #FBFAF6;
  --paper-2:              #F4F2EB;
  --paper-3:              #EAE7DC;
  --ink:                  #1A1F1A;
  --ink-2:                #3D453C;
  --ink-3:                #6F756D;
  --ink-4:                #A4A89F;
  --hairline:             #E2DFD5;

  /* Semantic */
  --success:              #4A8A3D;
  --warning:              #B07842;
  --danger:               #B43A2A;

  --bg:                   var(--paper);
  --bg-elevated:          #FFFFFF;
  --bg-sunken:            var(--paper-2);

  --fg-1:                 var(--ink);
  --fg-2:                 var(--ink-2);
  --fg-3:                 var(--ink-3);

  --border:               var(--hairline);
  --border-strong:        #C9C5B5;

  --accent:               var(--teal);
  --accent-hover:         #0B6968;
  --accent-soft:          color-mix(in oklab, var(--teal) 12%, var(--paper));
  --brand:                var(--avocado-flesh-deep);
  --brand-hover:          var(--avocado-skin-soft);

  --shadow-sm: 0 1px 2px rgba(60, 50, 30, 0.06),
               0 1px 3px rgba(60, 50, 30, 0.04);
  --shadow-md: 0 2px 8px rgba(60, 50, 30, 0.08),
               0 8px 16px rgba(60, 50, 30, 0.04);
  --shadow-lg: 0 8px 24px rgba(60, 50, 30, 0.12),
               0 24px 48px rgba(60, 50, 30, 0.06);

  --radius-sm:   8px;
  --radius-md:   12px;
  --radius-lg:   14px;
  --radius-pill: 999px;

  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  24px;
  --space-6:  32px;
  --space-7:  48px;
  --space-8:  64px;
  --space-9:  96px;
  --space-10: 128px;

  --easing-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-micro:  150ms;
  --duration-base:   250ms;

  --font-display: "Manrope", -apple-system, BlinkMacSystemFont, "SF Pro Rounded", "Segoe UI", system-ui, sans-serif;
  --font-body:    "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-mono:    "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { font-family: var(--font-body); color: var(--fg-1); background: var(--bg); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: var(--font-body); }

/* Base type */
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--fg-1); text-wrap: balance; letter-spacing: -0.02em; }
h1 { font-size: 36px; font-weight: 600; line-height: 1.1; }
h2 { font-size: 28px; font-weight: 600; line-height: 1.2; }
h3 { font-size: 22px; font-weight: 600; line-height: 1.3; }
h4 { font-size: 18px; font-weight: 600; line-height: 1.3; }
p { font-size: 16px; line-height: 1.65; color: var(--fg-1); text-wrap: pretty; }

a { color: var(--accent); text-decoration: none; transition: color var(--duration-micro) var(--easing-standard); }
a:hover { color: var(--accent-hover); text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: var(--radius-sm); }
::selection { background: color-mix(in oklab, var(--brand) 35%, transparent); color: var(--fg-1); }

code { font-family: var(--font-mono); font-size: 13px; background: var(--bg-sunken); padding: 1px 6px; border-radius: 4px; }

/* ============================================================
   Top nav (used on every page)
   ============================================================ */
.ak-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 84px;
  background: rgba(251, 250, 246, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--space-8);
}

.ak-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.ak-brand:hover { text-decoration: none; }
.ak-brand img { height: 44px; width: 44px; }

/* Brand wordmark lockup — Japanese (アボカド) and Latin (Abokado Labs)
   set inline. The Japanese glyphs use a CJK font stack and a slightly
   trimmed font-size because Hiragino measures larger than Manrope at the
   same nominal pt. The separator is a slim middle-grey "/" with breathing
   room. The whole lockup uses inline-flex with baseline alignment so the
   two scripts sit on the same x-height even though their cap heights differ. */
.ak-brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  letter-spacing: -0.015em;
}
.ak-brand-jp {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--avocado-skin);
  letter-spacing: 0.04em;
}
.ak-brand-sep {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 300;
  color: var(--ink-3);
  margin: 0 -2px;
}
.ak-brand-latin {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
}

.ak-nav-links { display: flex; gap: 32px; }
/* Bumped from 14px/500/--fg-2 (felt weak next to the bold "Abokado Labs"
   wordmark) to 15px/700/--ink to match the wordmark's weight and
   ink-color. Hover still flips to accent for an interaction signal. */
.ak-nav-links a {
  font-family: var(--font-display);
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.005em;
}
.ak-nav-links a:hover { color: var(--accent); text-decoration: none; }

.ak-nav-cta { display: flex; gap: 10px; align-items: center; }

/* Buttons */
.ak-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all var(--duration-micro) var(--easing-standard);
  text-decoration: none;
  white-space: nowrap;
}
.ak-btn-lg { font-size: 15px; padding: 13px 22px; border-radius: 12px; }
.ak-btn-primary { background: var(--accent); color: #fff; }
.ak-btn-primary:hover { background: var(--accent-hover); color: #fff; text-decoration: none; }
.ak-btn-secondary { background: var(--bg-elevated); color: var(--fg-1); border-color: var(--border); }
.ak-btn-secondary:hover { border-color: var(--border-strong); background: var(--paper-2); text-decoration: none; }
.ak-btn-ghost { background: transparent; color: var(--fg-1); }
.ak-btn-ghost:hover { color: var(--accent); text-decoration: none; }

/* ============================================================
   Common page chrome
   ============================================================ */
.ak-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: var(--fg-3);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ak-section-head { margin-bottom: var(--space-7); max-width: 720px; }
.ak-h2 { font-family: var(--font-display); font-size: 44px; font-weight: 600; line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); margin: 8px 0 0; }

/* Footer */
.ak-footer { border-top: 1px solid var(--border); background: var(--bg); padding: var(--space-7) var(--space-8); }
.ak-footer-inner { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; gap: 16px; }
.ak-footer-brand { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--fg-2); }
.ak-footer-brand img { height: 28px; width: 28px; }
.ak-footer-meta { display: flex; gap: 24px; align-items: center; font-size: 13px; color: var(--fg-3); flex-wrap: wrap; }
.ak-footer-meta a { color: var(--fg-3); }
.ak-footer-meta a:hover { color: var(--accent); }

/* ============================================================
   Landing page — hero (editorial split), products grid, about
   ============================================================ */
.ak-hero {
  position: relative;
  /* Minimal vertical padding — the screenshot is naturally tall, so
     any meaningful padding compounds with its height and inflates the
     hero section past where it should sit. 24px top / bottom gives
     just enough breathing room from the nav above and the products
     section below without padding the screenshot itself. */
  padding: var(--space-5) var(--space-8);
  /* IMPORTANT: overflow stays hidden at the section level so the
     screenshot bleeds OFF the right viewport edge cleanly — without
     this, horizontal scroll appears at narrow viewports. */
  overflow: hidden;
}
.ak-hero::before {
  content: "";
  position: absolute;
  inset: -20% 0 0 0;
  background:
    radial-gradient(circle at 22% 35%, color-mix(in oklab, var(--brand) 14%, transparent) 0%, transparent 50%),
    radial-gradient(circle at 78% 60%, color-mix(in oklab, var(--accent) 8%, transparent) 0%, transparent 55%);
  filter: blur(40px);
  pointer-events: none;
}
.ak-hero-grid {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  /* 1fr 1.05fr — give the screenshot column a touch more weight so the
     window feels anchored, not floating. */
  grid-template-columns: 1fr 1.05fr;
  gap: var(--space-9);
  align-items: center;
}
.ak-hero-copy { max-width: 520px; }
.ak-hero-title {
  font-family: var(--font-display);
  font-size: 60px;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0 0 20px;
}
.ak-hero-body {
  /* Body font + regular weight + 17px — paragraph-length copy reads
     better in body font than the display font (Manrope 500). The wider
     max-width (54ch up from 36ch) gives 4-5 sentence bodies room to
     breathe. Earlier "single pithy line" treatment used display 19/500
     for poster feel — switched here once the hero body grew. */
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0 0 32px;
  max-width: 54ch;
}
.ak-hero-ctas { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

/* Right column — the Keys window screenshot, sized larger than its
   column and pushed past the right viewport edge so ~15-20% of the
   shot bleeds off the page. Tilt removed: the bleed is the visual
   effect, stacking a rotation on top would be over-egged. The PNG
   has its own macOS window shadow baked in, so we don't apply our
   own — that would double-shadow and look fake. */
.ak-hero-shot {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* Allow the child image to extend past the column's right edge.
     The clip happens at the .ak-hero (overflow: hidden) level, which
     hugs the viewport on the right. */
  overflow: visible;
  min-width: 0;
}
.ak-hero-shot img {
  /* Width: 130% of the column. Combined with translateX, that pushes
     the right ~18% of the screenshot past the viewport edge — enough
     to read as "more app behind the curtain", not enough to lose the
     records-list focal area. Height is intentionally `auto` so the
     image renders at its natural aspect ratio — earlier crop
     experiments cut the bottom and looked abruptly truncated. */
  width: 130%;
  max-width: none;
  height: auto;
  /* No border-radius / box-shadow — the PNG already has window chrome
     and a soft drop shadow built in. Adding more would compound. */
  transform: translateX(8%);
}

/* Products grid — asymmetric vertical padding. Top is trimmed
   (var(--space-6) = 32px) because the hero section above already
   ends in a fixed amount of bottom padding; combining 96px + 24px
   was leaving a visibly empty band between the screenshot and the
   "What we're shipping" heading. Bottom stays generous so the
   transition into the About section has weight. */
.ak-products {
  padding: var(--space-6) var(--space-8) var(--space-9);
  background: var(--bg);
}
.ak-products-inner { max-width: 1200px; margin: 0 auto; }
.ak-pcard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.ak-pcard {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 16px;
  row-gap: 10px;
  padding: var(--space-6);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: inherit;
  transition: all var(--duration-base) var(--easing-standard);
  position: relative;
}
/* Icon column 1, vertically aligned to the title row.
   Title/badge row sits in column 2 row 1. Description and link
   span both columns so they're flush-left under the icon. */
.ak-pcard-icon { grid-column: 1; grid-row: 1; align-self: start; }
.ak-pcard-row  { grid-column: 2; grid-row: 1; align-self: center; }
.ak-pcard-desc { grid-column: 1 / -1; grid-row: 2; margin-top: 6px; }
.ak-pcard-link { grid-column: 1 / -1; grid-row: 3; }
.ak-pcard:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--border-strong);
  text-decoration: none;
  color: inherit;
}

.ak-pcard-iconpill {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  background: var(--bg-sunken);
  color: var(--fg-3);
}
.ak-pcard-iconpill-coming { font-size: 36px; color: var(--ink-4); }

.ak-pcard-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ak-pcard-name { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.ak-pcard-status {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  font-family: var(--font-body);
}
.ak-status-info { background: var(--accent-soft); color: var(--accent); }
.ak-status-warn { background: color-mix(in oklab, var(--warning) 14%, transparent); color: var(--warning); }
.ak-status-neutral { background: var(--bg-sunken); color: var(--fg-3); border: 1px solid var(--border); }

.ak-pcard-desc { font-size: 14px; line-height: 1.55; color: var(--fg-2); margin: 0; flex: 1; }
.ak-pcard-link { font-size: 14px; font-weight: 500; color: var(--accent); }
.ak-pcard:hover .ak-pcard-link { color: var(--accent-hover); }

/* About / "How we work" — two-column section with a faded avocado
   bleeding off the left viewport edge as the section's anchor, and
   the four-rules list on the right. Mirrors the Keys hero's
   right-edge bleed: the page opens and closes with brand visuals
   breaking opposite column edges, which makes the whole landing
   feel like a single editorial spread rather than a stack of bands. */
.ak-about {
  background: var(--paper-2);
  /* overflow:hidden clips the avocado where it extends past the
     left viewport edge — without this, horizontal scroll appears. */
  overflow: hidden;
}
.ak-about-inner {
  display: grid;
  /* Left column wider than visually appears (the avocado bleeds left),
     right column carries the content. The 1fr 1.3fr ratio gives the
     content meaningfully more horizontal real estate. */
  grid-template-columns: 1fr 1.3fr;
  gap: var(--space-8);
  align-items: center;
  padding: var(--space-9) var(--space-8);
  max-width: 1200px;
  margin: 0 auto;
}
.ak-about-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* The avocado's container needs overflow visible so the image can
     translate past the column's left edge into the section padding,
     and from there off the viewport via the section's overflow:hidden. */
  overflow: visible;
  min-width: 0;
}
.ak-about-art img {
  /* 130% column width + negative translateX pushes the left ~25% of
     the avocado past the viewport edge. Width was up to 240px in the
     earlier two-column layout; here it's much larger because the
     mark is now load-bearing visually, not decorative. */
  width: 130%;
  max-width: 560px;
  height: auto;
  /* 0.35 opacity reads at glance distance as "background element with
     intent" — softer than 0.5 (which competes with the type) and more
     present than the 0.10 brand-book watermark spec (which would read
     as a rendering bug at this scale). */
  opacity: 0.35;
  transform: translateX(-22%);
}

.ak-about-body { max-width: 580px; }

/* Principles list — restructured to stacked label/body within each
   item (was label-on-left in a 240/1fr grid). The right column has
   less horizontal space now thanks to the avocado on the left, so
   stacking reads cleaner and gives each rule's body line room. */
.ak-principles {
  list-style: none;
  margin: var(--space-6) 0 0;
  padding: 0;
  border-top: 1px solid var(--hairline);
}
.ak-principle {
  padding: var(--space-5) 0;
  border-bottom: 1px solid var(--hairline);
}
.ak-principle-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.ak-principle-body {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
  max-width: 56ch;
}
/* Inline Japanese span — kept for any future reuse though the About
   section no longer references it directly. */
.ak-jp-inline {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", system-ui, sans-serif;
  font-weight: 500;
  color: var(--fg-1);
  letter-spacing: 0.04em;
  font-size: 1.05em;
}
.ak-body-lg { font-size: 18px; line-height: 1.6; color: var(--fg-2); margin: 0 0 18px; }

/* ============================================================
   Keys product page — pillars, FAQ, content pages
   ============================================================ */
.shell { max-width: 720px; margin: 0 auto; padding: 0 var(--space-8); }

.crumb {
  font-size: 13px;
  color: var(--fg-3);
  margin: var(--space-7) 0 var(--space-4);
}
.crumb a { color: var(--fg-3); }
.crumb a:hover { color: var(--fg-1); text-decoration: none; }

.lede {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.55;
  padding: 24px 28px;
  background: var(--paper-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  margin: 24px 0 var(--space-7);
}

.product-hero {
  position: relative;
  padding: var(--space-9) 0 var(--space-8);
}
.product-hero::before {
  content: "";
  position: absolute;
  inset: -20% 0 0 0;
  background: radial-gradient(circle at 30% 30%, color-mix(in oklab, var(--accent) 12%, transparent) 0%, transparent 55%);
  filter: blur(40px);
  pointer-events: none;
  z-index: -1;
}
.product-hero h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
.product-hero h1 em { font-style: italic; color: var(--accent); }
.product-hero .sub {
  font-size: 19px;
  color: var(--fg-2);
  line-height: 1.55;
  margin-bottom: 32px;
  max-width: 640px;
}

.pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--border);
  margin: var(--space-8) 0;
}
.pillar {
  display: grid;
  grid-template-columns: minmax(160px, 200px) 1fr;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
  align-items: baseline;
}
.pillar-label {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  color: var(--accent);
}
.pillar-body strong { color: var(--ink); font-weight: 600; }
.pillar-body span { color: var(--fg-2); }

/* FAQ */
details {
  border-top: 1px solid var(--border);
  padding: 22px 0;
}
details:last-of-type { border-bottom: 1px solid var(--border); }
details summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
details summary::-webkit-details-marker { display: none; }
details summary::after {
  content: "+";
  color: var(--accent);
  font-size: 1.25rem;
  font-weight: 400;
  transition: transform 0.2s ease;
}
details[open] summary::after { content: "\2013"; }
details p { margin-top: 12px; font-size: 15px; color: var(--fg-2); max-width: 62ch; }

/* Content pages — privacy/terms/support */
.content-h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 16px 0 8px;
}
.content-effective {
  color: var(--fg-3);
  font-size: 14px;
  margin-bottom: 32px;
}
.content-body h2 {
  font-size: 22px;
  margin: 36px 0 12px;
}
.content-body p { margin-bottom: 14px; color: var(--fg-2); }
.content-body p strong { color: var(--ink); font-weight: 600; }
.content-body ul { margin: 8px 0 18px 24px; }
.content-body li { font-size: 16px; color: var(--fg-2); margin-bottom: 8px; line-height: 1.6; }
.content-body a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--accent); }

.contact-card {
  background: var(--paper-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 24px 28px;
  margin: 24px 0 32px;
}
.contact-card .label {
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.contact-card .email {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 3px;
}
.contact-card .response { font-size: 13px; color: var(--fg-3); margin-top: 12px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 900px) {
  .ak-pcard-grid { grid-template-columns: 1fr; }
  /* About section collapses to single column. Avocado moves above the
     content as a centered, smaller mark. Bleed and high opacity are
     dropped: at narrow widths the bleed crowds the content and the
     mark needs to read as a more conventional decorative element. */
  .ak-about-inner {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }
  .ak-about-art { justify-content: center; }
  .ak-about-art img {
    width: 60%;
    max-width: 220px;
    opacity: 0.5;
    transform: none;
  }
  .ak-about-body { max-width: 100%; }
}
/* Tablet — single-column hero, screenshot below copy.
   Bleed is dropped here: at narrower widths the image needs to be
   contained or it overlaps the copy in awkward ways. */
@media (max-width: 980px) {
  .ak-hero-grid {
    grid-template-columns: 1fr;
    gap: var(--space-7);
  }
  .ak-hero-copy { max-width: 100%; }
  .ak-hero-shot {
    justify-content: center;
  }
  .ak-hero-shot img {
    width: 100%;
    max-width: 720px;
    height: auto;
    object-fit: contain;
    object-position: center;
    transform: none;
  }
  .ak-hero-title { font-size: 52px; }
}

@media (max-width: 700px) {
  .ak-nav { padding: 0 var(--space-4); height: 64px; }
  .ak-nav-links { display: none; }
  /* Mobile: keep mark at 36px so it fits the shorter 64px nav comfortably.
     Drop the Japanese half of the lockup so the nav doesn't crowd the
     right-side Get Keys button on iPhone widths. */
  .ak-brand img { height: 36px; width: 36px; }
  .ak-brand { gap: 12px; }
  .ak-brand-jp, .ak-brand-sep { display: none; }
  .ak-brand-latin { font-size: 17px; }
  .ak-hero { padding: var(--space-7) var(--space-4) var(--space-8); }
  .ak-hero-title { font-size: 38px; }
  .ak-hero-title br { display: none; }
  .ak-hero-body { font-size: 17px; }
  .ak-hero-shot img { transform: none; width: 100%; max-width: 100%; height: auto; object-fit: contain; }
  .ak-products, .ak-about-inner, .ak-footer { padding-left: var(--space-4); padding-right: var(--space-4); }
  .ak-h2 { font-size: 32px; }
  .shell { padding: 0 var(--space-4); }
  .product-hero h1 { font-size: 36px; }
  .pillar { grid-template-columns: 1fr; gap: 6px; }
  .content-h1 { font-size: 30px; }
}
