/*
 * EMAJINY EARTH COLORS — Quiet Mineral Editorial
 * Design movement: mineral editorial / architectural asymmetry.
 * Principles: restrained contrast, numbered document rhythm, tactile image crops,
 * and readable Japanese typography. Keep every visual decision aligned to this system.
 */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap');

:root {
  --ink: #171916;
  --paper: #f5f3ec;
  --stone: #d5d4cd;
  --mist: #e9e8e1;
  --line: #bfc0b7;
  --muted: #62645e;
  --ochre: #b58a3a;
  --white: #ffffff;
  --screen: min(1280px, calc(100% - 80px));
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

main :where(h2, h4) {
  color: inherit;
}

* {
  box-sizing: border-box;
}

* :has(> wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

::selection {
  background: var(--ochre);
  color: var(--white);
}

video {
  vertical-align: middle;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
}

main {
  overflow: hidden;
}

.skip-link:focus {
  top: 12px;
}

:focus-visible {
  outline: 3px solid var(--ochre);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 76px;
  border-bottom: 1px solid rgba(23, 25, 22, 0.15);
  background: rgba(245, 243, 236, 0.96);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 26px;
  width: var(--screen);
  min-height: 76px;
  margin: 0 auto;
}

.brand {
  display: inline-grid;
  grid-template-rows: 22px 12px;
  grid-template-columns: 36px auto;
  column-gap: 10px;
  width: fit-content;
  line-height: 1;
}

.brand img {
  grid-row: 1 / 3;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.brand strong {
  align-self: end;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.brand small {
  align-self: start;
  color: var(--muted);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
}

.header-nav {
  display: flex;
  gap: clamp(18px, 2vw, 34px);
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.header-nav a {
  padding: 26px 0 22px;
  border-bottom: 2px solid transparent;
  transition: color 180ms var(--ease-out), border-color 180ms var(--ease-out);
}

.header-nav a:hover {
  color: var(--ochre);
  border-color: var(--ochre);
}

.header-shop {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 17px;
  color: var(--white);
  background: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: transform 160ms var(--ease-out), background 160ms var(--ease-out);
}

.header-shop:hover {
  background: var(--ochre);
  transform: translateY(-2px);
}

.header-shop:active {
  transform: scale(0.97);
}

.mobile-nav {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(460px, 1.12fr);
  min-height: min(830px, calc(100vh - 76px));
  background: var(--paper);
}

.hero-copy {
  padding: clamp(42px, 6vw, 94px) clamp(28px, 6.5vw, 104px) 58px max(28px, calc((100vw - 1360px)/2 + 40px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2
}

.breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: clamp(38px, 6vh, 74px);
  color: #6f6a63;
  font-size: 11px;
  font-weight: 600
}

.breadcrumbs a {
  color: #000;
  text-decoration: none;
}

.hero-kicker,
.eyebrow {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: .15em;
  font-size: 15px;
  line-height: 1.2;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px
}

.hero-kicker span {
  width: 40px;
  height: 5px;
  background: var(--ochre);
  transform: skewX(-24deg)
}

.hero h1 {
  margin-bottom: 0;
}

.hero-display {
  display: block;
  max-width: 100%;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(76px, 9.4vw, 154px);
  letter-spacing: -0.018em;
  line-height: 0.9;
  white-space: nowrap;
  word-break: keep-all;
}

.hero-title-jp {
  display: block;
  margin-top: 28px;
  font-size: clamp(20px, 2.15vw, 34px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: .015em;
}

.hero-title-jp>span {
  display: inline-block;
  white-space: nowrap;
}

.hero-catch {
  margin: 30px 0 12px;
  color: var(--ochre);
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 900;
  letter-spacing: .06em;
}

.hero-definition {
  max-width: 610px;
  margin: 0;
  color: #46413b;
  font-size: 14px;
  line-height: 2;
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
  margin-top: 34px;
  min-height: 56px;
  padding: 0 26px;
  font-size: 13px;
  color: var(--white);
  background: var(--ink);
  font-size: 13px;
  font-weight: 800;
  transition: transform 160ms var(--ease-out), background 160ms var(--ease-out);
}

.button-primary:hover {
  background: var(--ochre);
}

.button-primary:active {
  transform: scale(0.97);
}

.hero-visual {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  background: #2b2926;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -22px;
  top: 8%;
  width: 44px;
  height: 84%;
  background: var(--ochre);
  transform: skewX(-4deg);
  mix-blend-mode: multiply;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 25, 22, 0.13), transparent 60%);
  content: "";
  pointer-events: none;
}

.hero-visual>video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-chip {
  position: absolute;
  z-index: 1;
  bottom: 240px;
  left: 0;
  display: grid;
  gap: 2px;
  padding: 13px 18px;
  color: #4e3921;
  background: var(--paper);
  box-shadow: 14px 14px 0 var(--ochre);
}

.hero-chip span {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 25px;
  letter-spacing: 0.09em;
  line-height: 0.9;
}

.hero-chip strong {
  font-size: 9px;
  letter-spacing: 0.13em;
}

.hero-vertical {
  position: absolute;
  z-index: 3;
  left: 25px;
  bottom: 28px;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 13px;
  letter-spacing: .17em;
  writing-mode: vertical-rl;
  text-shadow: 0 1px 12px rgb(0 0 0 / 35%);
}

.hero-rail {
  background: var(--ink);
}

.shell {
  width: var(--screen);
  margin: 0 auto;
}

.section-label {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1
}

.section-label>span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid currentColor;
  font-size: 19px
}

.section-label strong {
  font-size: 14px;
  letter-spacing: .16em
}

/* .about {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(170px, 0.3fr);
  gap: 40px;
  padding: 130px 0 142px;
} */

.about-section {
  position: relative;
  padding: 150px 0 160px;
  display: grid;
  grid-template-columns: 130px minmax(250px, .8fr) minmax(360px, 1.15fr);
  gap: 34px;
  align-items: start
}

.about-head {
  grid-column: 2;
}

.about-heading h2,
.scene-intro h2,
.color-heading h2,
.howto-top h2,
.products-heading h2,
.faq-heading h2,
.closing-inner h2 {
  margin: 8px 0 0;
  font-size: clamp(36px, 4.6vw, 68px);
  line-height: 1.13;
  letter-spacing: -.035em;
  font-weight: 900
}

.about-head h2,
.origin-title h2 {
  margin: 13px 0 0;
  font-size: clamp(38px, 4.25vw, 64px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.035em;
  text-wrap: balance;
  word-break: auto-phrase;
}

.about-copy {
  position: relative;
  z-index: 2;
  padding: 4px 0 0 54px;
  border-left: 1px solid #b8b1a7;
  color: #3f3b36
}

.about-copy p {
  margin: 0 0 24px
}

.about-copy .lead-copy {
  color: var(--ink);
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.75;
  font-weight: 800
}

.pop-crosslink {
  margin-top: 30px !important;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.pop-crosslink a {
  color: var(--ochre);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.monolith {
  display: grid;
  grid-row: 1 / 3;
  grid-column: 3;
  align-self: end;
  min-height: 355px;
  padding: 22px 16px;
  color: var(--white);
  background: linear-gradient(165deg, #d0d1cb, #797a74 53%, #353733);
}

.monolith span {
  align-self: start;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 26px;
  letter-spacing: 0.09em;
  writing-mode: vertical-rl;
}

.monolith span:nth-child(2) {
  align-self: center;
}

.monolith span:nth-child(3) {
  align-self: end;
}

.stories {
  color: var(--white);
  background: var(--ink);
}

.stories-intro {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 40px;
  padding-top: 100px;
  padding-bottom: 62px;
}

.stories-intro .section-label {
  grid-row: span 2;
}

.stories-intro .eyebrow,
.story-copy .eyebrow {
  color: #c6c8c0;
}

.stories-intro h2 {
  margin: 13px 0 0;
  color: var(--ochre);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(54px, 7vw, 105px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 0.9;
}


.story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
}

.story-reverse {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
}

.story-image {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #444;
}

#stories .story:first-of-type .story-image img {
  object-position: 75% 50%;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-image span {
  position: absolute;
  right: 22px;
  bottom: 18px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.story-copy {
  position: relative;
  padding: 88px clamp(36px, 7vw, 110px);
  color: var(--white);
  background: var(--ink);
}

.story-copy h3 {
  max-width: 700px;
  margin: 13px 0 0;
  color: var(--white);
  font-size: clamp(38px, 4.25vw, 64px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.18;
  text-wrap: balance;
  word-break: auto-phrase;
}

.story-number {
  position: absolute;
  top: 36px;
  right: 44px;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 100px;
  line-height: 1;
}

.substory {
  max-width: 690px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.substory:first-of-type {
  margin-top: 38px;
}

.substory h4 {
  margin: 0 0 8px;
  color: var(--ochre);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.7;
  text-wrap: balance;
  word-break: auto-phrase;
}

.substory p {
  margin: 0;
  color: #dde0d6;
  font-size: 13px;
  line-height: 1.95;
  text-wrap: pretty;
  line-break: strict;
  word-break: auto-phrase;
}

.substory p+p {
  margin-top: 10px;
}

.origin {
  padding: 130px 0;
  background: var(--mist);
}

.origin-inner {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 40px;
}

.origin-title,
.origin-copy,
.origin blockquote {
  grid-column: 2;
}

.origin-copy {
  max-width: 720px;
  padding-top: 10px;
}

.origin-copy p {
  margin: 0 0 19px;
  text-wrap: pretty;
  line-break: strict;
  word-break: auto-phrase;
}

.origin blockquote {
  margin: 38px 0 0;
  color: var(--ochre);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(34px, 5vw, 70px);
  letter-spacing: 0.02em;
  line-height: 0.9;
}

.howto {
  padding: 126px 0 142px;
  background: var(--paper);
}

.howto-section {
  padding: 140px 0;
  background: var(--yellow)
}

.howto-top {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: end;
  margin: 48px 0 76px 164px
}

.howto-inner {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 40px;
}

.howto-heading {
  grid-column: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.howto-heading h2,
.products-heading h2,
.faq-heading h2 {
  margin: 10px 0 0;
  font-size: clamp(38px, 4.2vw, 65px);
  font-weight: 900;
  line-height: 1.12;
  text-wrap: balance;
  word-break: auto-phrase;
}

.steps-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0;
  margin: 0;
  background: #111;
  border: 1px solid #111
}

.steps-list li {
  /* min-height: 340px; */
  gap: 2rem;
  padding: 30px 26px 34px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  transition: background 200ms var(--ease-out), color 200ms var(--ease-out)
}

.steps-list li:hover {
  background: #111;
  color: #fff
}

.steps-list li:hover * {
  color: currentColor;
}

.step-number {
  font-family: "Bebas Neue", sans-serif;
  font-size: 62px;
  line-height: 1
}

.steps-list h3 {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.4
}

.steps-list p {
  margin: 0;
  font-size: 13px;
  line-height: 1.9
}

.products {
  padding: 126px 0 136px;
  background: var(--stone);
}

.products .section-label {
  margin-bottom: 40px;
}

.products-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 45px 150px;
}

.products-heading>p {
  max-width: 330px;
  margin: 0;
  color: #575954;
  font-size: 13px;
  line-height: 1.9;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-top: 5px solid var(--tone);
  transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
}

.product-image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #edede9;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-code {
  position: absolute;
  top: 13px;
  right: 13px;
  padding: 5px 8px;
  color: var(--white);
  background: var(--ink);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 19px 18px 18px;
}

.product-body>p:first-child {
  margin: 0 0 5px;
  color: #686a64;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.product-body h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.48;
  text-wrap: balance;
  word-break: auto-phrase;
}

.product-info {
  padding-top: 22px
}

.product-info>p {
  margin: 0 0 1px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  letter-spacing: .1em;
  color: #716c65
}

.product-info h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.45
}

.product-price {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700
}

.product-info a {
  margin-top: auto;
  min-height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #111;
  background: transparent;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2em;
  transition: color 180ms var(--ease-out), background 180ms var(--ease-out), transform 160ms var(--ease-out)
}

.product-info a:hover {
  background: var(--ochre);
  color: #111
}

.product-rule {
  width: 100%;
  height: 1px;
  margin: 15px 0;
  background: var(--line);
}

.product-info>p.product-description {
  margin: 0 0 21px;
  color: #5d5f59;
  font-size: 12px;
  line-height: 1.85;
  text-wrap: pretty;
  word-break: auto-phrase;
}

.product-body a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--ochre);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.product-body a:hover {
  color: var(--ochre);
}

.earth-link-card {
  margin-top: 100px;
  padding: 38px 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background: #21c6d9;
  border-left: 10px solid #ffd62e;
}

.earth-link-card>div>span {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: .12em
}

.earth-link-card h3 {
  margin: 4px 0 0;
  font-size: 22px
}

.earth-link-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 2px solid currentColor;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none
}

.earth-link-card a:hover {
  color: #ffd62e;
}

.pop-banner {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 38px;
  padding: 23px 26px;
  color: var(--white);
  background: var(--ink);
  transition: transform 180ms var(--ease-out), background 180ms var(--ease-out);
}

.pop-banner:hover {
  background: var(--ochre);
  transform: translateY(-2px);
}

.pop-banner span {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 17px;
  letter-spacing: 0.1em;
}

.pop-banner strong {
  font-size: 14px;
  line-height: 1.6;
  text-wrap: balance;
  word-break: auto-phrase;
}

.pop-banner b {
  font-size: 25px;
  font-weight: 400;
}

.faq {
  padding: 128px 0 142px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(500px, 1.28fr);
  gap: 100px;
}

.faq-heading .section-label {
  margin-bottom: 70px
}

.faq-heading>p:last-child {
  max-width: 330px;
  margin-top: 28px
}

.faq-list {
  border-top: 1px solid #111
}

.faq-list details {
  border-bottom: 1px solid #111
}

.faq-list summary {
  list-style: none;
  min-height: 92px;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 10px;
  align-items: center;
  font-weight: 800
}

.faq-list summary::-webkit-details-marker {
  display: none
}

.faq-list summary span,
.faq-answer>span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px
}

.faq-list summary i {
  font-style: normal;
  font-size: 24px;
  transition: transform 200ms var(--ease-out)
}

.faq-list details[open] summary i {
  transform: rotate(180deg)
}

.faq-answer {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  padding: 0 42px 28px 0
}

.faq-answer p {
  margin: 0
}

.site-footer {
  color: #eaebe5;
  background: var(--ink);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(270px, 1.1fr) 2fr;
  gap: 70px;
  width: var(--screen);
  margin: 0 auto;
  padding: 72px 0 54px;
}

.footer-brand {
  display: grid;
  grid-template-columns: 45px auto;
  align-items: center;
  gap: 0 12px;
}

.footer-brand img {
  grid-row: 1 / 3;
  width: 45px;
  height: 45px;
}

.footer-brand strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 37px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}

.footer-brand p {
  grid-column: 1 / -1;
  max-width: 325px;
  margin: 22px 0 0;
  color: #c7c9c1;
  font-size: 13px;
  line-height: 1.9;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.footer-links div {
  display: grid;
  align-content: start;
  gap: 7px;
}

.footer-links span {
  margin-bottom: 4px;
  color: var(--ochre);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.footer-links a {
  color: #e7e9e1;
  font-size: 12px;
  line-height: 1.6;
}

.footer-links a:hover {
  color: var(--ochre);
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  width: var(--screen);
  margin: 0 auto;
  padding: 19px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #a6a9a0;
  font-size: 11px;
}

.footer-meta p {
  margin: 0;
}

.footer-meta a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: minmax(160px, 1fr) auto;
  }

  .header-nav {
    display: none;
  }

  .header-shop {
    display: none;
  }

  .mobile-nav {
    position: relative;
    display: block;
    justify-self: end;
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
  }

  .mobile-nav summary {
    display: flex;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span {
    color: var(--ochre);
    font-size: 20px;
    font-weight: 400;
  }

  .mobile-nav[open] summary span {
    transform: rotate(45deg);
  }

  .mobile-nav ul {
    position: absolute;
    top: 38px;
    right: 0;
    display: grid;
    min-width: 210px;
    margin: 0;
    padding: 14px 20px;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 10px 10px 0 rgba(23, 25, 22, 0.12);
    list-style: none;
  }

  .mobile-nav a {
    display: block;
    padding: 8px 0;
    font-size: 12px;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --screen: min(100% - 40px, 660px);
  }

  body {
    font-size: 14px;
  }

  .site-header {
    min-height: 66px;
  }

  .header-inner {
    min-height: 66px;
  }

  .brand {
    grid-template-rows: 18px 10px;
    grid-template-columns: 30px auto;
    column-gap: 8px;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .brand strong {
    font-size: 26px;
  }

  .brand small {
    font-size: 8px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    min-height: auto;
  }

  .hero-copy {
    display: contents;
    min-height: auto;
    padding: 98px 20px 56px;
  }

  .hero-copy>*:not(.primary-cta) {
    padding-inline: 1.5rem;
  }

  .breadcrumbs {
    order: -2;
    margin-bottom: 0;
    top: 20px;
    left: 20px;
  }

  .hero-display {
    font-size: clamp(46px, 13.1vw, 84px);
  }

  .hero-title-jp {
    max-width: 100%;
    font-size: clamp(16px, 4.5vw, 20px);
  }

  .hero-title-jp>span {
    display: block;
    white-space: normal;
  }

  .hero-catch {
    margin-top: 15px;
    /* font-size: clamp(19px, 5vw, 26px); */
  }

  .hero-definition {
    font-size: 13px;
  }

  .hero-visual {
    overflow: visible;
    min-height: 0px;
    order: -1;
    margin-bottom: 2rem;
  }

  .hero-copy .button-primary {
    width: calc(100% - 3rem);
    margin-inline: auto;
  }

  /* .hero-visual>img {
    min-height: 430px;
  } */

  .hero-chip {
    top: -40px;
    bottom: auto;
    padding: 11px 14px;
    box-shadow: 10px 10px 0 var(--ochre);
  }

  .hero-chip span {
    font-size: 21px;
  }

  .hero-vertical {
    top: 20px;
    right: 14px;
  }

  .hero-rail {
    display: none;
  }

  .about,
  .origin-inner,
  .howto-inner,
  .faq {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 78px;
    padding-bottom: 82px;
  }

  .about-head,
  .about-copy,
  .origin-title,
  .origin-copy,
  .origin blockquote,
  .howto-heading,
  .steps,
  .faq-heading,
  .faq-list {
    grid-column: 1;
  }

  .about-head h2,
  .origin-title h2,
  .howto-heading h2,
  .products-heading h2,
  .faq-heading h2 {
    font-size: clamp(32px, 9.4vw, 48px);
  }

  .about-section,
  .color-guide {
    padding: 94px 0;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-copy {
    padding: 27px 0 0;
    border-top: 1px solid #b8b1a7;
    border-left: 0;
  }

  .monolith {
    grid-row: auto;
    grid-column: 1;
    min-height: 120px;
    grid-template-columns: repeat(3, 1fr);
    padding: 16px 18px;
  }

  .monolith span {
    font-size: 23px;
    writing-mode: horizontal-tb;
  }

  .monolith span:nth-child(2) {
    text-align: center;
  }

  .monolith span:nth-child(3) {
    text-align: right;
  }

  .stories-intro {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 76px;
    padding-bottom: 48px;
  }

  .stories-intro h2 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .story,
  .story-reverse {
    display: flex;
    flex-direction: column;
  }

  .story-reverse .story-image {
    order: -1;
  }

  .story-image {
    min-height: 20px;
  }

  .story-copy {
    padding: 68px 20px 65px;
  }

  .story-copy h3 {
    font-size: clamp(31px, 9.4vw, 48px);
  }

  .story-number {
    top: 26px;
    right: 20px;
    font-size: 76px;
  }

  .substory:first-of-type {
    margin-top: 30px;
  }

  .origin {
    padding: 0;
  }

  .howto {
    padding: 0;
  }

  .howto-section {
    padding: 90px 0;
  }

  .howto-top {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 38px 0 46px;
  }

  .steps-list {
    grid-template-columns: 1fr
  }

  .steps-list li {
    min-height: 200px
  }


  .steps li:last-child {
    border-bottom: 0;
  }

  .steps span {
    margin-bottom: 30px;
  }

  .products {
    padding: 76px 0 82px;
  }

  .products .section-label {
    margin-bottom: 36px;
  }

  .products-heading {
    display: grid;
    gap: 16px;
    margin: 0 0 28px;
  }

  .products-heading>p {
    max-width: 460px;
    font-size: 13px;
  }

  .products-grid {
    gap: 13px;
  }

  .product-card:hover {
    box-shadow: none;
    transform: none;
  }

  .product-body {
    padding: 15px 14px 16px;
  }

  .product-body>p:first-child {
    font-size: 14px;
  }

  .product-body h3 {
    font-size: 15px;
  }

  .product-description {
    font-size: 11px;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px 14px;
    margin-top: 45px
  }

  .product-info h3 {
    font-size: 14px
  }

  .product-info>p {
    font-size: 12px
  }

  .product-info a {
    min-height: 54px;
    padding: 8px 10px;
    font-size: 10px;
    line-height: 1.5
  }

  .product-price {
    font-size: 11px
  }

  .product-body a {
    font-size: 11px;
  }

  .pop-banner {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 20px;
  }

  .pop-banner span {
    grid-column: 1 / -1;
    font-size: 15px;
  }

  .pop-banner strong {
    font-size: 13px;
  }

  .earth-link-card {
    margin-top: 70px;
    padding: 28px 24px;
    flex-direction: column;
    align-items: flex-start
  }

  .faq-list {
    padding-top: 2px;
  }

  .faq-list summary {
    font-size: 14px;
  }


  .faq-section {
    padding: 90px 0
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 44px
  }

  .faq-heading .section-label {
    margin-bottom: 35px
  }

  .faq-list summary {
    min-height: 86px;
    grid-template-columns: 30px 1fr auto;
    gap: 7px;
    font-size: 14px
  }

  .faq-answer {
    grid-template-columns: 30px 1fr;
    padding-right: 4px;
    font-size: 14px
  }


  .footer-main {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 56px 0 38px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links div:last-child {
    grid-column: 1 / -1;
  }

  .footer-meta {
    display: grid;
    gap: 3px;
    padding: 16px 0;
  }
}

@media (max-width: 420px) {
  :root {
    --screen: calc(100% - 32px);
  }

  .hero-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-display {
    font-size: 43px;
    letter-spacing: -0.025em;
  }

  .hero-title-jp {
    font-size: 16px;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .product-body {
    padding: 18px;
  }

  .product-image {
    aspect-ratio: 4 / 3;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-links div:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}