/* IRHIYORI — soft sky dawn · charcoal · amber sun · weather dial */
:root {
  --ih-sky-0: #eef5fb;
  --ih-sky-1: #d8e8f5;
  --ih-sky-2: #f3e0cb;
  --ih-dawn: #f6d7b8;
  --ih-sun: #e8a54b;
  --ih-sun-deep: #d4893a;
  --ih-charcoal: #2a2e35;
  --ih-ink: #1f2329;
  --ih-panel: #343943;
  --ih-mist: #8fa3b5;
  --ih-cream: #f7f1e8;
  --ih-line: rgba(42, 46, 53, 0.12);
  --ih-line-light: rgba(247, 241, 232, 0.14);
  --ih-radius: 2px;
  --ih-font: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  --ih-display: "Outfit", "Noto Sans JP", sans-serif;
  --ih-dial-size: clamp(200px, 22vw, 268px);
  --ih-ease: cubic-bezier(0.22, 0.8, 0.28, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body.ih-site {
  margin: 0;
  font-family: var(--ih-font);
  color: var(--ih-ink);
  background:
    radial-gradient(ellipse 90% 55% at 12% -10%, rgba(232, 165, 75, 0.28), transparent 55%),
    radial-gradient(ellipse 70% 50% at 88% 8%, rgba(184, 212, 236, 0.55), transparent 50%),
    linear-gradient(165deg, var(--ih-sky-0) 0%, var(--ih-sky-1) 38%, var(--ih-dawn) 72%, var(--ih-sky-2) 100%);
  background-attachment: fixed;
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
}
@media (min-width: 901px) {
  body.ih-site #main-content {
    padding-right: calc(var(--ih-dial-size) * 0.35);
  }
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
a:hover { color: var(--ih-sun-deep); }
address { font-style: normal; }
button, input, select, textarea { font: inherit; }

.ih-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ih-charcoal);
  color: var(--ih-cream);
  padding: 0.6rem 1rem;
  z-index: 10000;
}
.ih-skip:focus { left: 1rem; top: 1rem; }

.ih-shell {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

/* —— Mast brand (left) —— */
.ih-mast {
  position: fixed;
  top: 1.1rem;
  left: 1.1rem;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-width: min(280px, 46vw);
  pointer-events: none;
}
.ih-mast__link {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--ih-charcoal);
  background: rgba(247, 241, 232, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0.55rem 0.85rem 0.55rem 0.55rem;
  border: 1px solid var(--ih-line);
}
.ih-mast__sun {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f5d089, var(--ih-sun) 55%, var(--ih-sun-deep));
  box-shadow: 0 0 0 3px rgba(232, 165, 75, 0.25);
  flex-shrink: 0;
}
.ih-mast__text b {
  display: block;
  font-family: var(--ih-display);
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
  line-height: 1.1;
}
.ih-mast__text small {
  display: block;
  font-size: 0.68rem;
  color: var(--ih-mist);
  letter-spacing: 0.04em;
}
.ih-mast__tag {
  pointer-events: none;
  margin: 0;
  font-size: 0.72rem;
  color: var(--ih-charcoal);
  opacity: 0.72;
  padding-left: 0.2rem;
}

/* —— Weather dial (fixed top-right) —— */
.ih-dial {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 70;
  width: var(--ih-dial-size);
  height: var(--ih-dial-size);
  filter: drop-shadow(0 14px 28px rgba(31, 35, 41, 0.18));
}
.ih-dial__face {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(232, 165, 75, 0.22), transparent 42%),
    radial-gradient(circle at 50% 50%, #3a404a 0%, var(--ih-ink) 72%);
  border: 2px solid rgba(232, 165, 75, 0.45);
}
.ih-dial__ring {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px dashed rgba(247, 241, 232, 0.18);
  pointer-events: none;
}
.ih-dial__ticks {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  background:
    repeating-conic-gradient(
      from -2deg,
      rgba(247, 241, 232, 0.35) 0deg 1.2deg,
      transparent 1.2deg 30deg
    );
  mask: radial-gradient(circle, transparent 68%, #000 69%, #000 78%, transparent 79%);
  -webkit-mask: radial-gradient(circle, transparent 68%, #000 69%, #000 78%, transparent 79%);
  pointer-events: none;
  opacity: 0.55;
}
.ih-dial__hub {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28%;
  height: 28%;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--ih-panel), var(--ih-ink));
  border: 2px solid var(--ih-sun);
  display: grid;
  place-items: center;
  text-decoration: none;
  color: var(--ih-cream);
  z-index: 5;
  box-shadow: inset 0 0 16px rgba(232, 165, 75, 0.15);
}
.ih-dial__hub b {
  font-family: var(--ih-display);
  font-size: clamp(0.75rem, 1.6vw, 0.95rem);
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}
.ih-dial__hub-sun {
  position: absolute;
  width: 42%;
  height: 42%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f5d089, var(--ih-sun));
  opacity: 0.35;
  animation: ih-pulse 4.5s var(--ih-ease) infinite;
}
.ih-dial__seg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3.35rem;
  height: 3.35rem;
  margin: 0;
  transform: translate(-50%, -50%) rotate(var(--seg-deg)) translateY(-5.85rem) rotate(calc(0deg - var(--seg-deg)));
  transform-origin: center center;
  text-decoration: none;
  color: var(--ih-cream);
  z-index: 4;
}
.ih-dial__seg-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05rem;
  padding: 0.35rem 0.2rem;
  border-radius: 50%;
  width: 3.35rem;
  height: 3.35rem;
  justify-content: center;
  background: rgba(42, 46, 53, 0.55);
  border: 1px solid rgba(247, 241, 232, 0.12);
  transition: background 0.25s var(--ih-ease), border-color 0.25s, transform 0.25s var(--ih-ease);
}
.ih-dial__seg:hover .ih-dial__seg-inner,
.ih-dial__seg.is-active .ih-dial__seg-inner,
.ih-dial__seg[aria-current="page"] .ih-dial__seg-inner {
  background: rgba(232, 165, 75, 0.22);
  border-color: var(--ih-sun);
  transform: scale(1.06);
}
.ih-dial__weather {
  font-style: normal;
  font-size: 0.62rem;
  color: var(--ih-sun);
  line-height: 1;
}
.ih-dial__seg strong {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-align: center;
}
.ih-dial__seg small {
  font-size: 0.5rem;
  opacity: 0.55;
  font-family: var(--ih-display);
}
.ih-dial__needle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 28%;
  margin-left: -1px;
  background: linear-gradient(to top, transparent, var(--ih-sun));
  transform-origin: bottom center;
  transform: translateY(-100%) rotate(var(--needle-deg, -90deg));
  border-radius: 2px;
  z-index: 3;
  pointer-events: none;
  transition: transform 0.6s var(--ih-ease);
}
.ih-dial__needle::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-radius: 50%;
  background: var(--ih-sun);
  box-shadow: 0 0 10px rgba(232, 165, 75, 0.7);
}
.ih-dial__caption {
  position: absolute;
  bottom: -1.35rem;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  color: var(--ih-charcoal);
  opacity: 0.55;
}

@keyframes ih-pulse {
  0%, 100% { transform: scale(1); opacity: 0.35; }
  50% { transform: scale(1.15); opacity: 0.55; }
}

/* —— FAB + sheet (mobile) —— */
.ih-fab {
  display: none;
  position: fixed;
  right: 1rem;
  bottom: 1.2rem;
  z-index: 80;
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 50%;
  border: 2px solid var(--ih-sun);
  background: var(--ih-ink);
  color: var(--ih-cream);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  box-shadow: 0 12px 28px rgba(31, 35, 41, 0.35);
}
.ih-fab__sun {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f5d089, var(--ih-sun));
}
.ih-fab__label {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.ih-sheet {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 90;
  background: var(--ih-ink);
  color: var(--ih-cream);
  padding: 1.25rem 1.25rem 2rem;
  border-radius: 1.25rem 1.25rem 0 0;
  transform: translateY(110%);
  transition: transform 0.35s var(--ih-ease);
  max-height: min(78vh, 560px);
  overflow: auto;
}
.ih-sheet.is-open { transform: translateY(0); }
.ih-sheet__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--ih-line-light);
}
.ih-sheet__head strong {
  display: block;
  font-family: var(--ih-display);
  letter-spacing: 0.08em;
}
.ih-sheet__head span {
  font-size: 0.75rem;
  opacity: 0.65;
}
.ih-sheet__close {
  background: transparent;
  border: 1px solid var(--ih-line-light);
  color: var(--ih-cream);
  padding: 0.4rem 0.75rem;
  cursor: pointer;
}
.ih-sheet nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.ih-sheet nav a {
  display: grid;
  grid-template-columns: 2rem 2rem 1fr;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.5rem;
  text-decoration: none;
  border-bottom: 1px solid var(--ih-line-light);
  color: var(--ih-cream);
}
.ih-sheet nav a[aria-current="page"] {
  color: var(--ih-sun);
}
.ih-sheet__weather {
  color: var(--ih-sun);
  font-size: 0.85rem;
}
.ih-sheet nav b {
  font-family: var(--ih-display);
  opacity: 0.45;
  font-size: 0.8rem;
}
.ih-sheet__foot {
  margin: 1.25rem 0 0;
  font-size: 0.8rem;
  opacity: 0.6;
}
.ih-sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 85;
  background: rgba(31, 35, 41, 0.55);
  border: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.ih-sheet-backdrop.is-open { opacity: 1; }
body.sheet-open { overflow: hidden; }

/* —— Type & shared —— */
.ih-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--ih-sun-deep);
  font-weight: 700;
}
.ih-accent {
  display: block;
  width: 2.5rem;
  height: 3px;
  margin: 0.85rem 0 1.1rem;
  background: linear-gradient(90deg, var(--ih-sun), transparent);
  border-radius: 2px;
}
.ih-heading h2,
.ih-about h1,
.ih-editorial h1,
.ih-page-hero h1,
.ih-feature h2,
.ih-spotlight h2,
.ih-cta h2,
.ih-not-found h1 {
  font-family: var(--ih-display);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin: 0;
  color: var(--ih-charcoal);
}
.ih-heading h2 i,
.ih-about h1 i,
.ih-editorial h1 i,
.ih-page-hero h1 i,
.ih-feature__copy h2,
.ih-spotlight h2 i,
.ih-manifesto i {
  font-style: normal;
  background: linear-gradient(120deg, var(--ih-sun-deep), #c9782e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ih-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1.35rem;
  background: var(--ih-charcoal);
  color: var(--ih-cream) !important;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  transition: background 0.25s, transform 0.25s;
}
.ih-btn:hover {
  background: var(--ih-ink);
  transform: translateY(-1px);
  color: var(--ih-cream) !important;
}
.ih-btn span { color: var(--ih-sun); }
.ih-link {
  color: var(--ih-sun-deep);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 137, 58, 0.35);
}
.ih-link:hover { border-bottom-color: var(--ih-sun-deep); }

.ih-section { padding: 4.5rem 0; }
.ih-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--ih-ease), transform 0.7s var(--ih-ease);
}
.ih-reveal.ih-visible,
.no-js .ih-reveal {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .ih-reveal { opacity: 1; transform: none; transition: none; }
  .ih-dial__hub-sun { animation: none; }
  .ih-marquee__track { animation: none !important; }
}

/* —— Hero —— */
.ih-hero {
  position: relative;
  min-height: min(100vh, 920px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  padding: 6.5rem 0 4rem;
  gap: 0;
  overflow: hidden;
}
.ih-hero__sky {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 70% 20%, rgba(232, 165, 75, 0.35), transparent 60%),
    linear-gradient(180deg, rgba(238, 245, 251, 0.2), transparent 40%);
  pointer-events: none;
  z-index: 0;
}
.ih-hero__copy {
  position: relative;
  z-index: 2;
  padding: 2rem clamp(1.5rem, 5vw, 4.5rem) 2rem clamp(1.25rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
}
.ih-hero__loc {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: var(--ih-mist);
  font-weight: 600;
}
.ih-hero__brand {
  display: block;
  font-family: var(--ih-display);
  font-weight: 800;
  font-size: clamp(2.8rem, 7vw, 5.2rem);
  letter-spacing: 0.04em;
  line-height: 0.95;
  color: var(--ih-charcoal);
  text-shadow: 0 1px 0 rgba(247, 241, 232, 0.5);
}
.ih-hero h1 { margin: 0 0 1rem; }
.ih-hero__lead {
  margin: 0 0 0.65rem;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 500;
  color: var(--ih-charcoal);
}
.ih-hero__sub {
  margin: 0 0 1.75rem;
  color: var(--ih-mist);
  max-width: 28ch;
  font-size: 0.95rem;
}
.ih-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.ih-hero__ghost {
  color: var(--ih-charcoal);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(42, 46, 53, 0.25);
  padding-bottom: 0.15rem;
  font-size: 0.9rem;
}
.ih-hero__ghost:hover { border-bottom-color: var(--ih-sun-deep); color: var(--ih-sun-deep); }

.ih-hero__stage {
  position: relative;
  z-index: 1;
  margin: 1rem 3.5rem 2rem 0;
  min-height: 420px;
  border-radius: 0 0 42% 42% / 0 0 18% 18%;
  overflow: hidden;
  background: var(--ih-ink);
  box-shadow:
    0 24px 48px rgba(31, 35, 41, 0.22),
    inset 0 0 0 1px rgba(232, 165, 75, 0.2);
}
.ih-hero__arc {
  position: absolute;
  left: -10%;
  right: -10%;
  top: -8%;
  height: 40%;
  background: radial-gradient(ellipse at 50% 100%, rgba(232, 165, 75, 0.35), transparent 70%);
  z-index: 2;
  pointer-events: none;
}
.ih-hero__slides {
  position: absolute;
  inset: 0;
}
.ih-hero__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.9s var(--ih-ease);
}
.ih-hero__slide.is-active { opacity: 1; z-index: 1; }
.ih-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ih-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(105deg, rgba(42, 46, 53, 0.35) 0%, transparent 45%),
    linear-gradient(0deg, rgba(31, 35, 41, 0.45) 0%, transparent 40%);
  pointer-events: none;
}
.ih-hero__suntrack {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 14%;
  height: 2px;
  z-index: 3;
  background: rgba(247, 241, 232, 0.25);
  border-radius: 2px;
}
.ih-hero__sunorb {
  position: absolute;
  top: 50%;
  left: calc(var(--sun-t, 0) * 100%);
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f5d089, var(--ih-sun));
  box-shadow: 0 0 16px rgba(232, 165, 75, 0.8);
  transition: left 0.7s var(--ih-ease);
}
.ih-hero__pager {
  position: absolute;
  left: clamp(1.25rem, 4vw, 3rem);
  bottom: 1.5rem;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ih-hero__tick {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid rgba(42, 46, 53, 0.2);
  background: rgba(247, 241, 232, 0.75);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ih-charcoal);
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}
.ih-hero__tick.is-active {
  background: var(--ih-charcoal);
  color: var(--ih-sun);
  border-color: var(--ih-charcoal);
}
.ih-hero__index {
  margin-left: 0.5rem;
  font-family: var(--ih-display);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--ih-mist);
}

/* —— Circular meters —— */
.ih-meters {
  padding: 0.5rem 0 2.5rem;
}
.ih-meters__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: var(--ih-charcoal);
  color: var(--ih-cream);
  padding: 0;
  border: 1px solid rgba(232, 165, 75, 0.28);
  border-radius: 0.35rem;
  overflow: hidden;
}
.ih-meter {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  min-width: 0;
  padding: 1.35rem 1.15rem;
  border-right: 1px solid rgba(247, 241, 232, 0.08);
  box-sizing: border-box;
}
.ih-meter:last-child { border-right: none; }
.ih-meter svg {
  width: 3.4rem;
  height: 3.4rem;
  transform: rotate(-90deg);
  flex-shrink: 0;
}
.ih-meter__track { stroke: rgba(247, 241, 232, 0.12); }
.ih-meter__fill {
  stroke: var(--ih-sun);
  stroke-linecap: round;
  stroke-dasharray: 0 100;
}
.ih-meter__value {
  margin: 0;
  font-family: var(--ih-display);
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--ih-cream);
  letter-spacing: 0.02em;
}
.ih-meter__label {
  margin: 0.25rem 0 0;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  opacity: 0.62;
  white-space: nowrap;
}

/* —— Marquee —— */
.ih-marquee {
  overflow: hidden;
  border-block: 1px solid var(--ih-line);
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  background: rgba(247, 241, 232, 0.35);
}
.ih-marquee__track {
  display: flex;
  gap: 1.25rem;
  white-space: nowrap;
  width: max-content;
  animation: ih-scroll 32s linear infinite;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: var(--ih-charcoal);
  font-weight: 600;
}
.ih-marquee__track i {
  font-style: normal;
  color: var(--ih-sun);
}
@keyframes ih-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* —— Philosophy —— */
.ih-philosophy__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
.ih-pillar {
  background: rgba(247, 241, 232, 0.55);
  border: 1px solid var(--ih-line);
  padding: 1.5rem 1.35rem;
  position: relative;
}
.ih-pillar__num {
  font-family: var(--ih-display);
  color: var(--ih-sun);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
}
.ih-pillar h3 {
  margin: 0.4rem 0 0.55rem;
  font-size: 1.15rem;
}
.ih-pillar p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ih-mist);
}

/* —— Menu / categories —— */
.ih-menu__grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
.ih-menu__item {
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr;
  gap: 1.5rem;
  align-items: center;
  background: rgba(247, 241, 232, 0.4);
  border: 1px solid var(--ih-line);
  padding: 0.85rem;
}
.ih-menu__item figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--ih-ink);
}
.ih-menu__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ih-ease);
}
.ih-menu__item:hover img { transform: scale(1.04); }
.ih-menu__item h3 {
  margin: 0 0 0.4rem;
  font-size: 1.35rem;
}
.ih-menu__item ul {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.ih-menu__item li {
  font-size: 0.72rem;
  padding: 0.25rem 0.55rem;
  background: var(--ih-charcoal);
  color: var(--ih-cream);
  letter-spacing: 0.02em;
}
.ih-menu__cta {
  margin: 2rem 0 0;
  text-align: center;
}

/* —— Arrivals —— */
.ih-arrivals__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.ih-arrival {
  background: var(--ih-charcoal);
  color: var(--ih-cream);
  padding: 0.75rem 0.75rem 1.15rem;
}
.ih-arrival figure {
  margin: 0 0 0.85rem;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--ih-ink);
}
.ih-arrival img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ih-arrival h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
}
.ih-arrival p {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  opacity: 0.65;
}
.ih-arrival b {
  color: var(--ih-sun);
  font-family: var(--ih-display);
}

/* —— Spotlight —— */
.ih-spotlight {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  margin: 2rem 0;
  background: var(--ih-charcoal);
  color: var(--ih-cream);
}
.ih-spotlight--flip { direction: rtl; }
.ih-spotlight--flip > * { direction: ltr; }
.ih-spotlight__media {
  min-height: 360px;
  overflow: hidden;
}
.ih-spotlight__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 360px;
}
.ih-spotlight__copy {
  padding: clamp(1.75rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ih-spotlight__copy h2 {
  color: var(--ih-cream);
}
.ih-spotlight__copy p {
  color: rgba(247, 241, 232, 0.72);
}
.ih-spotlight .ih-kicker { color: var(--ih-sun); }
.ih-spotlight .ih-link { color: var(--ih-sun); border-color: rgba(232, 165, 75, 0.4); }

/* —— Process —— */
.ih-process__list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.ih-process__list li {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  background: rgba(247, 241, 232, 0.5);
  border-left: 3px solid var(--ih-sun);
}
.ih-process__list li > span {
  font-family: var(--ih-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ih-sun-deep);
}
.ih-process__list h3 { margin: 0 0 0.35rem; }
.ih-process__list p { margin: 0; color: var(--ih-mist); font-size: 0.92rem; }

/* —— Voices —— */
.ih-voices__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.ih-voice {
  margin: 0;
  padding: 1.5rem;
  background: rgba(247, 241, 232, 0.55);
  border-top: 3px solid var(--ih-sun);
}
.ih-voice p {
  margin: 0 0 1rem;
  font-size: 0.95rem;
}
.ih-voice cite {
  font-style: normal;
  font-size: 0.78rem;
  color: var(--ih-mist);
  font-weight: 600;
}

/* —— Team —— */
.ih-team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.ih-person {
  padding: 1.75rem 1.35rem;
  background: var(--ih-charcoal);
  color: var(--ih-cream);
  text-align: center;
}
.ih-person__mark {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f5d089, var(--ih-sun));
  margin-bottom: 0.85rem;
}
.ih-person h3 {
  margin: 0;
  font-family: var(--ih-display);
  letter-spacing: 0.06em;
}
.ih-person b {
  display: block;
  margin: 0.35rem 0 0.65rem;
  color: var(--ih-sun);
  font-size: 0.8rem;
  font-weight: 600;
}
.ih-person p {
  margin: 0;
  font-size: 0.85rem;
  opacity: 0.7;
}

/* —— Journal preview —— */
.ih-journal__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.ih-journal__card {
  background: rgba(247, 241, 232, 0.5);
  border: 1px solid var(--ih-line);
  overflow: hidden;
}
.ih-journal__card figure { margin: 0; aspect-ratio: 3/2; overflow: hidden; }
.ih-journal__card img { width: 100%; height: 100%; object-fit: cover; }
.ih-journal__card small,
.ih-journal__card h3 {
  display: block;
  padding: 0 1rem;
}
.ih-journal__card small {
  margin-top: 0.85rem;
  color: var(--ih-sun-deep);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.ih-journal__card h3 {
  margin: 0.35rem 0 1.15rem;
  font-size: 1rem;
  line-height: 1.4;
}

/* —— FAQ —— */
.ih-faq__list {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.5rem;
}
.ih-faq details {
  background: rgba(247, 241, 232, 0.55);
  border: 1px solid var(--ih-line);
  padding: 0.25rem 1.1rem;
}
.ih-faq summary {
  cursor: pointer;
  padding: 1rem 0;
  font-weight: 600;
  list-style: none;
}
.ih-faq summary::-webkit-details-marker { display: none; }
.ih-faq summary::after {
  content: "+";
  float: right;
  color: var(--ih-sun-deep);
  font-family: var(--ih-display);
}
.ih-faq details[open] summary::after { content: "−"; }
.ih-faq details p {
  margin: 0 0 1rem;
  color: var(--ih-mist);
  font-size: 0.92rem;
}

/* —— CTA —— */
.ih-cta {
  padding: 3rem 0 5rem;
}
.ih-cta__inner {
  background:
    radial-gradient(ellipse at 80% 20%, rgba(232, 165, 75, 0.35), transparent 50%),
    var(--ih-charcoal);
  color: var(--ih-cream);
  padding: clamp(2rem, 5vw, 3.5rem);
  text-align: center;
  border: 1px solid rgba(232, 165, 75, 0.35);
}
.ih-cta h2 { color: var(--ih-cream); margin-bottom: 0.75rem; }
.ih-cta .ih-kicker { color: var(--ih-sun); }
.ih-cta p { opacity: 0.75; max-width: 36ch; margin-inline: auto; }
.ih-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.ih-cta .ih-btn {
  background: var(--ih-sun);
  color: var(--ih-ink) !important;
}
.ih-cta .ih-btn:hover { background: #f0b85c; color: var(--ih-ink) !important; }
.ih-cta .ih-btn span { color: var(--ih-ink); }
.ih-cta .ih-hero__ghost {
  color: var(--ih-cream);
  border-bottom-color: rgba(247, 241, 232, 0.35);
}

/* —— Footer —— */
.ih-footer {
  background: var(--ih-ink);
  color: var(--ih-cream);
  padding: 3rem 0 1.5rem;
  margin-top: 1rem;
}
.ih-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--ih-line-light);
}
.ih-footer__logo {
  font-family: var(--ih-display);
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 1.35rem;
  text-decoration: none;
  color: var(--ih-cream);
}
.ih-footer__jp {
  font-size: 0.8rem;
  opacity: 0.55;
}
.ih-footer address b {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--ih-sun);
}
.ih-footer address a { color: var(--ih-cream); }
.ih-footer nav {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.ih-footer nav a {
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 0.8;
}
.ih-footer nav a:hover { opacity: 1; color: var(--ih-sun); }
.ih-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  font-size: 0.75rem;
  opacity: 0.5;
}

/* —— Inner pages —— */
.ih-about {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  min-height: 70vh;
  padding-top: 5.5rem;
}
.ih-about__image { overflow: hidden; min-height: 420px; }
.ih-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
}
.ih-about__copy {
  padding: clamp(2rem, 5vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(247, 241, 232, 0.55);
}
.ih-manifesto {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1.7;
  font-weight: 500;
  color: var(--ih-charcoal);
  margin: 0.75rem 0 0;
}
.ih-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.ih-three article {
  padding: 1.35rem;
  background: rgba(247, 241, 232, 0.55);
  border: 1px solid var(--ih-line);
}
.ih-three span {
  font-size: 0.75rem;
  color: var(--ih-sun-deep);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.ih-three h3 { margin: 0.5rem 0; }
.ih-three p { margin: 0; color: var(--ih-mist); font-size: 0.9rem; }

.ih-page-hero {
  position: relative;
  min-height: 42vh;
  display: flex;
  align-items: flex-end;
  padding: 7rem 0 2.5rem;
  margin-bottom: 1rem;
  background:
    linear-gradient(105deg, rgba(31, 35, 41, 0.82) 0%, rgba(31, 35, 41, 0.35) 55%, rgba(31, 35, 41, 0.2) 100%),
    var(--image) center/cover no-repeat;
  color: var(--ih-cream);
}
.ih-page-hero > div {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}
.ih-page-hero .ih-kicker { color: var(--ih-sun); }
.ih-page-hero h1 { color: var(--ih-cream); margin-bottom: 0.65rem; }
.ih-page-hero h1 i {
  background: linear-gradient(120deg, var(--ih-sun), #f0b85c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ih-page-hero p { max-width: 42ch; opacity: 0.8; }

.ih-service-list { padding: 2rem 0 3rem; }
.ih-service-row {
  display: grid;
  grid-template-columns: minmax(220px, 380px) 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid var(--ih-line);
}
.ih-service-row figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 6/5;
  background: var(--ih-ink);
}
.ih-service-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ih-service-row h2 { margin: 0 0 0.25rem; font-size: 1.75rem; }
.ih-service-row small {
  display: block;
  margin: 0.85rem 0 1rem;
  color: var(--ih-mist);
  font-size: 0.82rem;
}

.ih-editorial {
  padding: 7rem clamp(1.25rem, 4vw, 3rem) 2rem;
  max-width: 720px;
}
.ih-feature {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  margin: 1rem 0 2rem;
  background: var(--ih-charcoal);
  color: var(--ih-cream);
}
.ih-feature__image { min-height: 360px; overflow: hidden; }
.ih-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 360px;
}
.ih-feature__copy {
  padding: clamp(1.75rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ih-feature__copy h2 { color: var(--ih-cream); }
.ih-feature .ih-kicker { color: var(--ih-sun); }
.ih-feature .ih-link { color: var(--ih-sun); }

.ih-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.ih-card {
  background: rgba(247, 241, 232, 0.55);
  border: 1px solid var(--ih-line);
  overflow: hidden;
}
.ih-card__image { aspect-ratio: 3/2; overflow: hidden; }
.ih-card__image img { width: 100%; height: 100%; object-fit: cover; }
.ih-card small,
.ih-card h3,
.ih-card p { display: block; padding: 0 1rem; }
.ih-card small {
  margin-top: 0.85rem;
  color: var(--ih-sun-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.ih-card h3 { margin: 0.35rem 0; font-size: 1rem; line-height: 1.4; }
.ih-card p { margin: 0 0 1.15rem; font-size: 0.85rem; color: var(--ih-mist); }

.ih-contact {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5rem;
}
.ih-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1rem;
}
.ih-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
}
.ih-form .ih-wide { grid-column: 1 / -1; }
.ih-form input,
.ih-form select,
.ih-form textarea {
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--ih-line);
  background: rgba(247, 241, 232, 0.7);
  color: var(--ih-ink);
}
.ih-form input:focus,
.ih-form select:focus,
.ih-form textarea:focus {
  outline: 2px solid var(--ih-sun);
  outline-offset: 1px;
}
.ih-form label span {
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}
.ih-success {
  padding: 1.5rem;
  background: rgba(232, 165, 75, 0.15);
  border: 1px solid var(--ih-sun);
}
.ih-success h3 { margin: 0 0 0.5rem; }

.ih-not-found {
  min-height: 70vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 6rem 1.5rem 4rem;
}
.ih-not-found b {
  font-family: var(--ih-display);
  font-size: 4rem;
  color: var(--ih-sun);
  line-height: 1;
}
.ih-not-found h1 { margin: 0.75rem 0 1rem; }

/* —— Responsive —— */
@media (max-width: 1100px) {
  .ih-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 5.5rem;
  }
  .ih-hero__stage {
    margin: 0 1.25rem 3.5rem;
    min-height: 360px;
    border-radius: 0 0 36% 36% / 0 0 14% 14%;
  }
  .ih-hero__copy { max-width: none; padding-bottom: 1rem; }
  .ih-arrivals__grid { grid-template-columns: repeat(2, 1fr); }
  .ih-meters__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ih-meter {
    border-right: 1px solid rgba(247, 241, 232, 0.08);
    border-bottom: 1px solid rgba(247, 241, 232, 0.08);
  }
  .ih-meter:nth-child(2n) { border-right: none; }
  .ih-meter:nth-child(n + 3) { border-bottom: none; }
}

@media (max-width: 900px) {
  .ih-dial { display: none; }
  .ih-fab { display: flex; }
  .ih-mast__tag { display: none; }
  .ih-philosophy__grid,
  .ih-voices__grid,
  .ih-team__grid,
  .ih-journal__grid,
  .ih-cards,
  .ih-three,
  .ih-footer__grid,
  .ih-about,
  .ih-feature,
  .ih-spotlight,
  .ih-contact,
  .ih-menu__item,
  .ih-service-row {
    grid-template-columns: 1fr;
  }
  .ih-spotlight--flip { direction: ltr; }
  .ih-about { padding-top: 5rem; }
}

@media (max-width: 640px) {
  .ih-meters__grid,
  .ih-arrivals__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ih-form { grid-template-columns: 1fr; }
  .ih-footer__bottom { flex-direction: column; }
  .ih-hero__brand { font-size: 2.6rem; }
  body.ih-site { padding-bottom: 4.5rem; }
  .ih-meter { padding: 1.15rem 0.9rem; gap: 0.65rem; }
  .ih-meter svg { width: 3rem; height: 3rem; }
}

@media (max-width: 420px) {
  .ih-arrivals__grid { grid-template-columns: 1fr; }
  .ih-meters__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ih-meter__label { font-size: 0.65rem; letter-spacing: 0.06em; }
}
