:root {
  --ink: #101820;
  --charcoal: #17202a;
  --steel: #526170;
  --mist: #e7edf2;
  --ice: #f6f9fb;
  --white: #ffffff;
  --gold: #c89b4a;
  --amber: #f2c36b;
  --aqua: #6ab7c8;
  --kelp: #28433f;
  --line: rgba(16, 24, 32, 0.14);
  --shadow: 0 28px 80px rgba(16, 24, 32, 0.22);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Noto Sans JP", "Archivo", "Aptos", sans-serif;
  --font-jp: "Noto Sans JP", "Yu Gothic", "Hiragino Sans", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--ice);
  line-height: 1.55;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(16, 24, 32, 0.76), rgba(16, 24, 32, 0));
}

.brand img {
  width: 150px;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.22));
}

.nav-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

.nav-links a {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(16, 24, 32, 0.2);
  backdrop-filter: blur(14px);
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.92) 0%, rgba(16, 24, 32, 0.68) 42%, rgba(16, 24, 32, 0.2) 100%),
    linear-gradient(0deg, rgba(16, 24, 32, 0.92) 0%, rgba(16, 24, 32, 0) 44%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.82) contrast(1.08) brightness(0.84);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(940px, calc(100% - 36px));
  margin: 0 auto;
  padding: 160px 0 110px;
}

.hero-character {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(242, 195, 107, 0.34);
  background: rgba(16, 24, 32, 0.52);
  backdrop-filter: blur(14px);
}

.hero-character span,
.hero-character p,
.hero-character small {
  display: block;
}

.hero-character > div,
.inline-character > p,
.micro-character-row > p,
.contact-character > p,
.quality-list li > div:last-child,
.flow article,
.footer-character > span {
  min-width: 0;
}

.hero-character .character-art,
.inline-character .character-art,
.micro-character-row .character-art,
.contact-character .character-art,
.quality-icon,
.flow-icon,
.metric-character,
.footer-character .character-art {
  flex-shrink: 0;
}

.hero-character > div:last-child > span {
  color: var(--amber);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-character small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--font-jp);
  font-size: 0.74rem;
  font-weight: 700;
}

.character-voice p {
  margin: 5px 0 0;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.character-voice.dark p {
  color: rgba(255, 255, 255, 0.86);
}

.character-voice.light p {
  color: var(--ink);
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--font-display);
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(3.1rem, 8vw, 7.4rem);
  line-height: 0.93;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 1.02;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
}

.lead {
  max-width: 660px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.en {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.82em;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  opacity: 0.74;
}

h1 .en,
h2 .en {
  margin-top: 0.72rem;
  font-size: 0.28em;
  line-height: 1.55;
}

.lead .en {
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions,
.button {
  display: inline-flex;
  align-items: center;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.button small {
  font-family: var(--font-jp);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.78;
}

.button.primary {
  color: var(--ink);
  background: var(--amber);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

.hero-panel {
  position: absolute;
  z-index: 3;
  right: clamp(18px, 4vw, 56px);
  bottom: 34px;
  width: min(360px, calc(100% - 36px));
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(16, 24, 32, 0.7);
  backdrop-filter: blur(18px);
}

.hero-panel span,
.hero-panel small {
  display: block;
  color: rgba(255, 255, 255, 0.68);
}

.hero-panel small {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.hero-panel strong {
  display: block;
  margin: 8px 0;
  color: var(--white);
  font-size: 1.35rem;
  line-height: 1.15;
}

.character-ribbon {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 15px clamp(18px, 4vw, 56px);
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(242, 195, 107, 0.94), rgba(255, 225, 160, 0.94)),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(16, 24, 32, 0.08) 12px 13px);
  font-weight: 900;
  letter-spacing: 0.03em;
}

.character-ribbon small {
  font-family: var(--font-jp);
  font-weight: 800;
}

.band {
  padding: clamp(72px, 10vw, 130px) clamp(18px, 4vw, 56px);
}

.intro {
  background:
    linear-gradient(135deg, var(--ice) 0%, var(--white) 45%, #edf6f7 100%);
}

.intro-grid,
.brand-story,
.contact {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(30px, 7vw, 100px);
  max-width: 1180px;
  margin: 0 auto;
}

.copy-block {
  color: var(--steel);
  font-size: 1.03rem;
}

.inline-character {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid rgba(200, 155, 74, 0.24);
  background: rgba(255, 255, 255, 0.72);
}

.micro-character-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 18px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(200, 155, 74, 0.22);
  background: rgba(255, 255, 255, 0.6);
}

.micro-character-row.dark {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.micro-character-row p {
  flex: 1 1 240px;
  margin: 0;
  color: inherit;
  font-size: 0.94rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.micro-character-row .en {
  margin-top: 0.4rem;
  font-size: 0.78em;
}

.micro-character-row.centered-note {
  display: grid;
  grid-template-columns: minmax(44px, 1fr) minmax(0, 680px) minmax(44px, 1fr);
  align-items: center;
  justify-items: center;
  text-align: center;
}

.micro-character-row.centered-note p {
  grid-column: 2;
  flex: 0 1 680px;
  width: 100%;
  text-align: center;
}

.micro-character-row.centered-note .en {
  display: block;
  text-align: center;
}

.micro-character-row.centered-note .character-art:first-child {
  justify-self: end;
}

.micro-character-row.centered-note .character-art:last-child {
  justify-self: start;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1180px;
  margin: 58px auto 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.metrics div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 150px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.76);
}

.metric-character {
  position: static;
  margin: 0 0 14px;
  z-index: 1;
  width: 38px;
  height: 38px;
}

.metrics strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.metrics span {
  position: relative;
  z-index: 2;
  display: block;
  color: var(--steel);
  font-weight: 700;
}

.metrics small {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 10px;
  color: var(--steel);
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 1.5;
}

.species-lineup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1180px;
  margin: 18px auto 0;
}

.species-lineup div {
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.species-lineup strong,
.species-lineup span,
.species-lineup small {
  display: block;
}

.species-lineup strong {
  color: var(--ink);
  font-size: 1rem;
}

.species-lineup span {
  margin-top: 8px;
  color: rgba(16, 24, 32, 0.72);
  line-height: 1.75;
}

.species-lineup small {
  margin-top: 8px;
  color: var(--muted);
  font-family: var(--font-jp);
  font-size: 0.76rem;
  line-height: 1.6;
}

.market-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 1180px;
  margin: 22px auto 0;
}

.market-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 24, 32, 0.08);
}

.market-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.market-gallery figcaption {
  padding: 10px 12px 12px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
}

.market-gallery figcaption span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
}

.quality {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  min-height: 780px;
  background: var(--charcoal);
  color: var(--white);
}

.quality-image {
  min-height: 460px;
}

.quality-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  filter: saturate(0.82) contrast(1.06);
}

.quality-copy {
  align-self: center;
  padding: clamp(42px, 7vw, 90px);
}

.quality-copy h2 {
  margin-bottom: 40px;
}

.quality-list {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.14);
}

.quality-list li {
  display: grid;
  grid-template-columns: 48px 64px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px 0;
  background: var(--charcoal);
}

.quality-list > li > span {
  color: var(--gold);
  font-weight: 800;
}

.quality-icon,
.flow-icon {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(242, 195, 107, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.quality-icon .character-art,
.flow-icon .character-art {
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.18));
}

.quality-list strong {
  display: block;
  margin-bottom: 8px;
}

.quality-list p,
.export p,
.story-copy,
.contact p {
  color: rgba(16, 24, 32, 0.68);
}

.quality-list p {
  color: rgba(255, 255, 255, 0.68);
}

.export {
  background: var(--white);
}

.export > h2,
.export > .section-label {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1180px;
  margin: 42px auto 0;
}

.flow article {
  min-height: 250px;
  padding: 26px 24px 24px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--white), #f5f8fa);
}

.flow article > span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--white);
  background: var(--kelp);
  font-weight: 900;
}

.flow-icon {
  margin-bottom: 20px;
  border-color: rgba(30, 107, 122, 0.18);
  background: #eef7f7;
}

.brand-story {
  padding: clamp(72px, 10vw, 120px) clamp(18px, 4vw, 56px);
}

.story-card {
  padding: clamp(28px, 5vw, 56px);
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(16, 24, 32, 0.94), rgba(40, 67, 63, 0.84)),
    url("assets/quality-crates.jpg") center / cover;
  box-shadow: var(--shadow);
}

.story-card h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4rem);
}

.character-badge {
  position: relative;
  margin-top: clamp(28px, 5vw, 52px);
  min-height: 104px;
  padding: 20px 22px 20px 116px;
  border: 1px solid rgba(242, 195, 107, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.character-art {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.24));
  transform: translateY(-50%);
}

.character-art-large,
.character-art-small,
.character-art-tiny {
  position: relative;
  left: auto;
  top: auto;
  flex: 0 0 auto;
  transform: none;
}

.character-art-large {
  width: 62px;
  height: 62px;
}

.character-art-small {
  width: 56px;
  height: 56px;
}

.character-art-tiny {
  width: 42px;
  height: 42px;
}

.character-badge span,
.character-badge strong,
.character-badge small {
  display: block;
}

.character-badge span {
  color: var(--amber);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.character-badge strong {
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1.35;
}

.character-badge small {
  margin-top: 4px;
  font-family: var(--font-jp);
  opacity: 0.74;
}

.story-copy {
  align-self: end;
  font-size: 1.05rem;
}

.company-profile {
  background:
    radial-gradient(circle at 90% 10%, rgba(242, 195, 107, 0.16), transparent 32%),
    linear-gradient(180deg, #f7fbfb, #ffffff);
}

.company-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(24px, 5vw, 64px);
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.company-profile h2 {
  margin-top: 0;
}

.company-profile p {
  color: rgba(16, 24, 32, 0.68);
}

.company-table {
  display: grid;
  gap: 0;
  margin: 0;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.company-table div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}

.company-table div:last-child {
  border-bottom: 0;
}

.company-table dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.company-table dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.65;
}

.company-table dd small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--font-jp);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.55;
}

.contact {
  max-width: none;
  padding: clamp(72px, 10vw, 120px) clamp(18px, 4vw, 56px);
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(16, 24, 32, 0.94), rgba(16, 24, 32, 0.76)),
    url("assets/quality-crates.jpg") center / cover;
}

.contact > div,
.inquiry-form {
  max-width: 590px;
  margin: 0 auto;
}

.contact p {
  color: rgba(255, 255, 255, 0.72);
}

.trade-details {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.trade-details div {
  padding: 14px 16px;
  border: 1px solid rgba(242, 195, 107, 0.24);
  background: rgba(255, 255, 255, 0.07);
}

.trade-details strong,
.trade-details span,
.trade-details small {
  display: block;
}

.trade-details strong {
  color: var(--white);
  font-size: 0.96rem;
}

.trade-details span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  line-height: 1.7;
}

.trade-details small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--font-jp);
  font-size: 0.74rem;
  line-height: 1.6;
}

.character-usage div {
  border-color: rgba(30, 107, 122, 0.2);
  background: rgba(255, 255, 255, 0.84);
}

.character-usage strong {
  color: var(--ink);
}

.character-usage span {
  color: rgba(16, 24, 32, 0.72);
}

.character-usage small {
  color: var(--muted);
}

.contact-character {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid rgba(242, 195, 107, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.contact-character p {
  margin: 0;
  font-size: 0.92rem;
}

.inquiry-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

label {
  display: grid;
  gap: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

label small {
  font-family: var(--font-jp);
  font-weight: 500;
  letter-spacing: 0.02em;
  opacity: 0.76;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 14px;
  color: var(--white);
  background: rgba(16, 24, 32, 0.52);
  font: inherit;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.76);
  background: var(--ink);
}

.site-footer > div:first-child {
  min-width: 0;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer small {
  display: block;
  margin-top: 4px;
  font-family: var(--font-jp);
  opacity: 0.72;
}

.site-footer strong {
  color: var(--white);
}

.site-footer a {
  color: var(--amber);
  text-decoration: none;
  font-weight: 800;
}

.footer-character {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-character > span {
  font-size: 0.82rem;
  font-weight: 800;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero-copy {
    padding-top: 120px;
    padding-bottom: 180px;
  }

  .hero-panel {
    left: 18px;
    right: 18px;
    width: auto;
  }

  .character-ribbon {
    display: block;
    text-align: center;
  }

  .character-ribbon .character-art-tiny {
    display: inline-block;
    margin: 0 8px 8px;
  }

  .intro-grid,
  .brand-story,
  .company-profile-grid,
  .contact,
  .quality {
    grid-template-columns: 1fr;
  }

  .metrics,
  .species-lineup,
  .market-gallery,
  .flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .quality {
    min-height: 0;
  }

  .quality-copy {
    padding: 52px 24px;
  }

  .company-table div {
    grid-template-columns: 120px minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    background: #e9f0f4;
  }

  .site-header {
    position: sticky;
    padding: 12px 14px;
    background: rgba(16, 24, 32, 0.94);
    box-shadow: 0 10px 30px rgba(16, 24, 32, 0.16);
  }

  .brand img {
    width: 122px;
  }

  .hero {
    display: block;
    min-height: 0;
    padding: 12px 12px 18px;
    color: var(--ink);
    background: #e9f0f4;
  }

  .hero-media {
    position: relative;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    height: auto;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(16, 24, 32, 0.06), rgba(16, 24, 32, 0.38)),
      linear-gradient(0deg, rgba(16, 24, 32, 0.52), rgba(16, 24, 32, 0) 45%);
  }

  .hero-copy,
  .hero-panel,
  .intro,
  .quality-copy,
  .export,
  .brand-story,
  .contact {
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 42px rgba(16, 24, 32, 0.1);
  }

  main,
  section,
  .hero-copy,
  .hero-character {
    max-width: 100%;
  }

  .hero-copy {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin: 12px 0 0;
    padding: 18px;
    color: var(--ink);
    background: var(--white);
  }

  .hero-character {
    width: 100%;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: start;
    margin-bottom: 16px;
    background: rgba(40, 67, 63, 0.08);
    border-color: rgba(200, 155, 74, 0.26);
    backdrop-filter: none;
  }

  .hero-character .character-art-large {
    width: 48px;
    height: 48px;
  }

  .hero-character > div,
  .inline-character > p,
  .micro-character-row > p,
  .contact-character > p {
    min-width: 0;
  }

  .hero-character small,
  .character-voice.dark p,
  .lead,
  .lead .en {
    color: rgba(16, 24, 32, 0.72);
  }

  .hero-character p,
  .hero-character small,
  h1,
  h2,
  .lead,
  .en {
    overflow-wrap: anywhere;
    line-break: anywhere;
    word-break: normal;
  }

  h1 {
    margin-bottom: 16px;
    font-size: 2.05rem;
    line-height: 1.08;
  }

  h2 {
    font-size: 1.78rem;
    line-height: 1.08;
  }

  h1 .en,
  h2 .en {
    font-size: 0.36em;
  }

  .lead {
    margin-bottom: 22px;
    font-size: 0.98rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    min-height: 52px;
  }

  .button.secondary {
    color: var(--ink);
    border-color: var(--line);
    background: var(--ice);
  }

  .hero-panel {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-top: 12px;
    color: var(--white);
    background: var(--kelp);
    backdrop-filter: none;
  }

  .character-ribbon {
    margin: 0 12px 12px;
    border-radius: 8px;
  }

  .band,
  .brand-story,
  .contact {
    margin: 12px;
    padding: 22px 18px;
  }

  .intro-grid,
  .brand-story,
  .contact {
    gap: 20px;
  }

  .metrics,
  .species-lineup,
  .market-gallery,
  .flow {
    grid-template-columns: 1fr;
  }

  .metrics {
    gap: 10px;
    margin-top: 22px;
    border: 0;
    background: transparent;
  }

  .metrics div,
  .flow article {
    min-height: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 30px rgba(16, 24, 32, 0.08);
  }

  .metrics div {
    padding: 18px;
  }

  .metric-character {
    margin-bottom: 12px;
    width: 34px;
    height: 34px;
  }

  .quality {
    display: block;
    margin: 12px;
    overflow: visible;
    background: transparent;
    color: var(--ink);
  }

  .quality-image {
    min-height: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
  }

  .quality-copy {
    margin-top: 12px;
    padding: 22px 18px;
    background: var(--charcoal);
    color: var(--white);
  }

  .quality-copy h2 {
    margin-bottom: 24px;
  }

  .quality-list li {
    grid-template-columns: 32px 44px minmax(0, 1fr);
    gap: 10px;
    padding: 18px 0;
  }

  .quality-icon {
    width: 44px;
    height: 44px;
  }

  .quality-icon .character-art-small {
    width: 38px;
    height: 38px;
  }

  .flow {
    gap: 10px;
    margin-top: 22px;
  }

  .flow article {
    padding: 18px;
  }

  .flow article > span {
    margin-bottom: 18px;
  }

  .flow-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }

  .flow-icon .character-art-small {
    width: 42px;
    height: 42px;
  }

  .story-card {
    padding: 22px 18px;
    border-radius: 8px;
    box-shadow: none;
  }

  .character-badge {
    padding: 16px 16px 16px 96px;
  }

  .contact > div,
  .inquiry-form {
    max-width: none;
  }

  .inquiry-form {
    padding: 18px;
    border-radius: 8px;
  }

  .company-table div {
    display: block;
  }

  .company-table dd {
    margin-top: 6px;
  }

  .site-footer {
    display: block;
    margin-top: 12px;
  }

  .footer-character {
    margin-top: 18px;
  }

  .micro-character-row {
    align-items: flex-start;
    padding: 14px 14px 15px;
  }
}
