:root {
  --ikehu-cream: #e9e5da;
  --ikehu-sand: #c8bca3;
  --ikehu-olive: #8a8f6a;
  --ikehu-deep-green: #2f3227;
  --ikehu-soft-black: #1a1a18;
  --ikehu-earth: #6b4f3a;
  --ikehu-border: rgb(26 26 24 / 16%);
  --ikehu-container: 1440px;
  --ikehu-page-padding: clamp(20px, 4vw, 72px);
  --ikehu-section-space: clamp(84px, 10vw, 168px);
  --ikehu-serif: 'Cormorant Garamond', georgia, serif;
  --ikehu-sans: 'DM Sans', arial, sans-serif;
}

.ikehu-home,
.ikehu-home * {
  box-sizing: border-box;
}

.ikehu-home {
  overflow: clip;
  background: var(--ikehu-cream);
  color: var(--ikehu-soft-black);
  font-family: var(--ikehu-sans);
}

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

.ikehu-container {
  width: min(calc(100% - (var(--ikehu-page-padding) * 2)), var(--ikehu-container));
  margin-inline: auto;
}

.ikehu-eyebrow {
  margin: 0 0 22px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ikehu-section-title {
  max-width: 780px;
  margin: 0;
  font-family: var(--ikehu-serif);
  font-size: clamp(3rem, 5.4vw, 6.25rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.92;
}

.ikehu-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 27px;
  border: 1px solid transparent;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.ikehu-button--light {
  border-color: var(--ikehu-cream);
  background: var(--ikehu-cream);
  color: var(--ikehu-soft-black);
}

.ikehu-button--dark {
  border-color: var(--ikehu-deep-green);
  background: var(--ikehu-deep-green);
  color: var(--ikehu-cream);
}

.ikehu-button--outline {
  border-color: rgb(26 26 24 / 55%);
  background: transparent;
  color: var(--ikehu-soft-black);
}

.ikehu-button:focus-visible,
.ikehu-text-link:focus-visible,
.ikehu-universe-card__link:focus-visible,
.ikehu-product-card__link:focus-visible {
  outline: 3px solid var(--ikehu-olive);
  outline-offset: 4px;
}

.ikehu-brand-hero {
  position: relative;
  min-height: clamp(680px, 78vh, 860px);
  isolation: isolate;
  color: var(--ikehu-cream);
}

.ikehu-brand-hero__media,
.ikehu-brand-hero__veil {
  position: absolute;
  inset: 0;
}

.ikehu-brand-hero__media {
  z-index: -3;
  overflow: hidden;
}

.ikehu-brand-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}

.ikehu-brand-hero__veil {
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgb(26 26 24 / 5%) 0%,
      rgb(26 26 24 / 5%) 42%,
      rgb(26 26 24 / 74%) 100%
    ),
    linear-gradient(0deg, rgb(26 26 24 / 25%) 0%, transparent 42%);
}

.ikehu-brand-hero__content {
  display: flex;
  min-height: inherit;
  align-items: center;
  justify-content: flex-end;
  padding-block: clamp(72px, 8vw, 120px);
}

.ikehu-brand-hero__copy {
  width: min(100%, 480px);
  margin-right: clamp(0px, 3vw, 48px);
}

.ikehu-brand-hero__title {
  margin: 0;
  font-family: var(--ikehu-serif);
  font-size: clamp(4.2rem, 6.5vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.82;
}

.ikehu-brand-hero__description {
  max-width: 390px;
  margin: 38px 0 0;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
}

.ikehu-brand-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 38px;
}

.ikehu-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ikehu-soft-black);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.ikehu-text-link--light {
  color: var(--ikehu-cream);
}

.ikehu-manifesto {
  padding-block: var(--ikehu-section-space);
  background: var(--ikehu-cream);
}

.ikehu-manifesto__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(72px, 9vw, 150px);
  align-items: end;
}

.ikehu-manifesto__description {
  max-width: 540px;
  margin: 38px 0 0;
  color: rgb(26 26 24 / 77%);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.8;
}

.ikehu-manifesto__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.ikehu-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ikehu-border);
  border-left: 1px solid var(--ikehu-border);
}

.ikehu-pillar {
  min-height: 240px;
  padding: clamp(28px, 3vw, 46px);
  border-right: 1px solid var(--ikehu-border);
  border-bottom: 1px solid var(--ikehu-border);
}

.ikehu-pillar__number {
  display: block;
  margin-bottom: 52px;
  color: var(--ikehu-earth);
  font-family: var(--ikehu-serif);
  font-size: 1.3rem;
}

.ikehu-pillar__title {
  margin: 0;
  font-family: var(--ikehu-serif);
  font-size: clamp(1.6rem, 2vw, 2.25rem);
  font-weight: 400;
  line-height: 1;
}

.ikehu-pillar__text {
  max-width: 270px;
  margin: 18px 0 0;
  color: rgb(26 26 24 / 68%);
  font-size: 0.92rem;
  line-height: 1.65;
}

.ikehu-universes {
  padding-top: var(--ikehu-section-space);
  background: var(--ikehu-soft-black);
  color: var(--ikehu-cream);
}

.ikehu-section-heading {
  margin-bottom: clamp(48px, 6vw, 82px);
}

.ikehu-universes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ikehu-universe-card__link {
  position: relative;
  display: block;
  min-height: clamp(580px, 66vw, 880px);
  overflow: hidden;
  color: var(--ikehu-cream);
  text-decoration: none;
}

.ikehu-universe-card__image,
.ikehu-universe-card__overlay {
  position: absolute;
  inset: 0;
}

.ikehu-universe-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.ikehu-universe-card__overlay {
  background: linear-gradient(180deg, rgb(26 26 24 / 2%) 20%, rgb(26 26 24 / 85%) 100%);
}

.ikehu-universe-card__content {
  position: absolute;
  right: clamp(24px, 3vw, 52px);
  bottom: clamp(34px, 4vw, 66px);
  left: clamp(24px, 3vw, 52px);
  z-index: 2;
}

.ikehu-universe-card__title {
  display: block;
  font-family: var(--ikehu-serif);
  font-size: clamp(2.4rem, 3.2vw, 4.5rem);
  font-weight: 400;
  line-height: 0.95;
}

.ikehu-universe-card__description {
  display: block;
  max-width: 370px;
  margin-top: 20px;
  color: rgb(233 229 218 / 84%);
  font-size: 0.97rem;
  line-height: 1.7;
}

.ikehu-universe-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ikehu-universe-card:hover .ikehu-universe-card__image {
  transform: scale(1.025);
}

.ikehu-essentials {
  padding-block: var(--ikehu-section-space);
  background: var(--ikehu-cream);
}

.ikehu-section-heading--centered {
  text-align: center;
}

.ikehu-section-heading--centered .ikehu-section-title {
  margin-inline: auto;
}

.ikehu-products-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 34px);
}

.ikehu-product-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.ikehu-product-card__media {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--ikehu-sand);
}

.ikehu-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.ikehu-product-card__link:hover .ikehu-product-card__image {
  transform: scale(1.025);
}

.ikehu-product-card__content {
  padding-top: 20px;
  text-align: center;
}

.ikehu-product-card__type {
  margin: 0 0 8px;
  color: var(--ikehu-earth);
  font-size: 0.67rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ikehu-product-card__title {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.ikehu-product-card__price {
  margin-top: 8px;
  font-family: var(--ikehu-serif);
  font-size: 1.25rem;
}

.ikehu-product-card__journal-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .ikehu-manifesto__layout {
    grid-template-columns: 1fr;
  }

  .ikehu-universe-card__link {
    min-height: 660px;
  }

  .ikehu-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ikehu-brand-hero {
    min-height: auto;
    background: var(--ikehu-soft-black);
  }

  .ikehu-brand-hero__media {
    position: relative;
    aspect-ratio: 4/5;
  }

  .ikehu-brand-hero__veil {
    background: linear-gradient(180deg, transparent 35%, rgb(26 26 24 / 92%) 100%);
  }

  .ikehu-brand-hero__content {
    min-height: 0;
    justify-content: flex-start;
    margin-top: -220px;
    padding-top: 0;
    padding-bottom: 72px;
  }

  .ikehu-brand-hero__copy {
    position: relative;
    width: min(100%, 620px);
    margin: 0;
  }

  .ikehu-universes__grid {
    grid-template-columns: 1fr;
  }

  .ikehu-universe-card__link {
    min-height: clamp(520px, 110vw, 760px);
  }
}

@media (max-width: 767px) {
  :root {
    --ikehu-page-padding: 20px;
    --ikehu-section-space: 88px;
  }

  .ikehu-section-title {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .ikehu-brand-hero__media {
    aspect-ratio: 3/4;
  }

  .ikehu-brand-hero__content {
    margin-top: -190px;
  }

  .ikehu-brand-hero__title {
    font-size: clamp(4rem, 18vw, 5.5rem);
  }

  .ikehu-brand-hero__actions,
  .ikehu-manifesto__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ikehu-button {
    width: 100%;
  }

  .ikehu-pillars {
    grid-template-columns: 1fr;
  }

  .ikehu-pillar {
    min-height: 0;
  }

  .ikehu-products-grid {
    display: flex;
    width: calc(100vw - var(--ikehu-page-padding));
    gap: 18px;
    overflow-x: auto;
    padding-right: var(--ikehu-page-padding);
    padding-bottom: 12px;
    scroll-snap-type: x proximity;
  }

  .ikehu-product-card {
    flex: 0 0 min(76vw, 330px);
    scroll-snap-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ikehu-home *,
  .ikehu-home *::before,
  .ikehu-home *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
