:root {
  --ink: #15161f;
  --navy: #201276;
  --blue: #2f58b8;
  --pale: #e9f0ff;
  --paper: #ffffff;
  --cream: #fbf8f0;
  --gold: #f3bd2d;
  --muted: #667084;
  --line: rgba(21, 22, 31, 0.12);
  --shadow: 0 24px 64px rgba(21, 22, 31, 0.16);
  --radius: 6px;
  --image-hero: url("assets/boutique-hero.png");
  --image-featureA: url("assets/boutique-hero.png");
  --image-featureB: url("assets/boutique-hero.png");
  --image-featureC: url("assets/boutique-hero.png");
  --image-introA: url("assets/boutique-hero.png");
  --image-productA: url("assets/boutique-hero.png");
  --image-messageMain: url("assets/boutique-hero.png");
  --image-lineupA: url("assets/boutique-hero.png");
  --image-arrivalA: url("assets/boutique-hero.png");
  --image-galleryA: url("assets/boutique-hero.png");
  --image-sceneA: url("assets/boutique-hero.png");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(0deg, rgba(21, 22, 31, 0.12), rgba(21, 22, 31, 0.12)),
    var(--image-hero);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", Arial, sans-serif;
  line-height: 1.62;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

.copy-link {
  cursor: pointer;
}

.copy-link-inner {
  display: block;
}

.contact-cta {
  display: inline-grid;
  place-items: center;
  min-width: 168px;
  min-height: 44px;
  margin-top: 24px;
  padding: 9px 26px;
  color: #fff;
  background: rgba(8, 8, 12, 0.38);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 0;
  font-style: normal;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.copy-link:hover .contact-cta {
  color: #111;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.98);
}

.section-contact {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: min(320px, 100%);
  margin: -4px auto 0;
  text-align: center;
}

.line-id {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.52);
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  color: #fff;
}

.top-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-height: 26px;
  padding: 5px 34px;
  background: rgba(12, 13, 22, 0.72);
  font-size: 11px;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: 16px 28px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-emblem {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 900;
}

.brand strong,
.brand small,
.footer-brand strong,
.footer-brand small {
  display: block;
  line-height: 1.25;
}

.brand strong,
.footer-brand strong {
  font-size: 18px;
}

.brand small,
.footer-brand small {
  font-size: 12px;
  opacity: 0.72;
}

.nav-bar nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(21, 22, 31, 0.72), rgba(21, 22, 31, 0.34) 45%, rgba(21, 22, 31, 0.72)),
    var(--image-hero);
  background-position: center;
  background-size: cover;
}

.hero-image {
  display: block;
  height: 640px;
  background-position: center;
  background-size: cover;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(21, 22, 31, 0.62), rgba(21, 22, 31, 0.24) 46%, rgba(21, 22, 31, 0.68)),
    linear-gradient(0deg, rgba(21, 22, 31, 0.48), rgba(21, 22, 31, 0.06) 45%);
  pointer-events: none;
}

.hero-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-link {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-link.has-bg-image img {
  opacity: 0;
}

.bg-panel-row {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  overflow: hidden;
}

.bg-panel-row::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 8, 12, 0.72), rgba(8, 8, 12, 0.42) 48%, rgba(8, 8, 12, 0.72)),
    linear-gradient(0deg, rgba(8, 8, 12, 0.46), rgba(8, 8, 12, 0.16) 46%, rgba(8, 8, 12, 0.36));
  pointer-events: none;
}

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

.bg-panels-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bg-panel {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background-color: #08080c;
  background-image: none !important;
  opacity: 1;
}

.bg-panel img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.95) contrast(1.02);
  transform: none;
}

.bg-panel.has-bg-image img {
  opacity: 1;
}

.bg-panel:hover img {
  transform: none;
  filter: saturate(0.95) contrast(1.02);
}

.bg-panel + .bg-panel {
  border-left: 1px solid rgba(255, 255, 255, 0.34);
}

.hero-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 82px 24px 108px;
  color: #fff;
  text-align: center;
}

.hero-copy p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy h1 {
  width: min(100%, 820px);
  margin: 0;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 900;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.34);
}

.hero-copy span {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 800;
}

.floating-cards {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1080px, calc(100% - 32px));
  margin: -58px auto 0;
  background: #030303;
  box-shadow: var(--shadow);
}

.floating-cards::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(21, 22, 31, 0.18), rgba(21, 22, 31, 0.06), rgba(21, 22, 31, 0.18)),
    var(--image-featureA);
  background-position: center;
  background-size: cover;
  transform: translateX(-50%);
}

.float-card {
  position: relative;
  display: grid;
  place-items: center;
  height: 230px;
  overflow: hidden;
  background-color: #030303;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.float-card img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 30px 44px;
  background: #030303;
}

.float-card.has-bg-image img {
  opacity: 1;
}

.floating-cards .image-link:hover img {
  transform: none;
}

.image-link img {
  transition: transform 260ms ease, filter 260ms ease;
}

.image-link:hover img {
  transform: scale(1.035);
  filter: saturate(1.06);
}

.intro-section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 30px;
  min-height: 560px;
  overflow: hidden;
  padding: 90px max(32px, calc((100vw - 1180px) / 2));
  background: #f4f6fb;
  color: #fff;
  text-align: center;
}

.intro-section::after,
.message-section::before,
.voice-section::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  background-image: radial-gradient(circle, rgba(47, 88, 184, 0.14) 0 10px, transparent 11px);
  background-size: 34px 34px;
  pointer-events: none;
}

.intro-section::after {
  display: none;
}

.intro-section > :not(.bg-panel-row),
.selection-section > :not(.bg-panel-row),
.message-section > :not(.bg-panel-row),
.lineup-section > :not(.bg-panel-row) {
  position: relative;
  z-index: 2;
}

.check-column {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 28px;
}

.check-item {
  display: grid;
  grid-template-columns: 1fr;
  width: min(940px, 100%);
  gap: 12px;
  align-items: center;
  justify-items: center;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
}

.check-item span {
  display: none;
}

.check-item strong {
  display: block;
  color: #fff;
  font-size: clamp(28px, 4.2vw, 56px);
  line-height: 1.1;
  font-weight: 900;
}

.check-item p,
.welcome-card p,
.message-copy p,
.voice-grid p,
.contact-band p {
  color: var(--muted);
  font-size: 14px;
}

.check-item p {
  width: min(720px, 100%);
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-wrap: balance;
}

.welcome-card {
  position: relative;
  min-height: 220px;
  width: min(900px, 100%);
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  background: transparent;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.48);
}

.welcome-card h2,
.section-title h2,
.gallery-note h2,
.contact-band h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.18;
}

.welcome-card p {
  width: min(720px, 100%);
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
  text-align: center;
  text-wrap: balance;
}

.mini-strip {
  position: absolute;
  left: -64px;
  right: 32px;
  bottom: -34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.mini-strip a {
  height: 76px;
  overflow: hidden;
}

.mini-strip img {
  height: 100%;
  object-fit: cover;
}

.mini-strip,
.selection-grid,
.message-images,
.lineup-row {
  display: none;
}

.selection-section,
.lineup-section,
.voice-section {
  padding: 34px max(32px, calc((100vw - 1180px) / 2));
}

.selection-section {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 520px;
  overflow: hidden;
  background: #f7f8fb;
}

.section-title {
  margin-bottom: 30px;
  text-align: center;
}

.section-title.align-left {
  text-align: left;
}

.section-title p {
  margin: 0 0 6px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.selection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(880px, 100%);
  margin: 0 auto;
  gap: 18px;
}

.selection-card {
  display: block;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.selection-card img {
  height: 220px;
  object-fit: cover;
}

.text-panel {
  width: min(760px, 100%);
  margin: 0 auto 28px;
  padding: 28px 34px;
  background: transparent;
  box-shadow: none;
  text-align: center;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.52);
}

.text-panel h2,
.message-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 1.12;
  font-weight: 900;
}

.text-panel p {
  width: min(780px, 100%);
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  text-wrap: balance;
}

.message-section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 28px;
  min-height: 520px;
  overflow: hidden;
  padding: 44px max(32px, calc((100vw - 980px) / 2));
  background: #f7f8fb;
  text-align: center;
}

.message-section::before {
  display: none;
}

.message-copy p {
  width: min(720px, 100%);
  max-width: none;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-wrap: balance;
}

.message-copy {
  width: min(820px, 100%);
  padding: 30px 34px;
  background: transparent;
  box-shadow: none;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.52);
}

.message-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.message-images a {
  height: 240px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.message-images img {
  height: 100%;
  object-fit: cover;
}

.lineup-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(880px, 100%);
  margin: 0 auto;
  gap: 18px;
}

.lineup-row a {
  height: 220px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.lineup-section {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 500px;
  overflow: hidden;
  background: #f7f8fb;
}

.lineup-section .section-title {
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.52);
}

.lineup-section .section-title p {
  color: rgba(255, 255, 255, 0.82);
}

.lineup-section .section-title h2 {
  color: #fff;
}

.lineup-row img {
  height: 100%;
  object-fit: cover;
}

.mini-strip,
.selection-grid,
.message-images,
.lineup-row {
  display: none !important;
}

.arrival-section {
  padding: 38px max(32px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(0deg, rgba(233, 240, 255, 0.92), rgba(233, 240, 255, 0.78)),
    var(--image-arrivalA);
  background-position: center;
  background-size: cover;
}

.arrival-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.arrival-card {
  display: block;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 36px rgba(21, 22, 31, 0.08);
}

.arrival-card img {
  height: 128px;
  object-fit: cover;
}

.arrival-card strong {
  display: block;
  min-height: 44px;
  padding: 12px 10px;
  font-size: 13px;
}

.gallery-section {
  padding: 30px 0;
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.72)),
    var(--image-galleryA);
  background-position: center;
  background-size: cover;
}

.gallery-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 160px;
  gap: 0;
}

.gallery-grid a,
.gallery-grid img {
  height: 100%;
}

.gallery-grid img {
  object-fit: cover;
}

.gallery-note {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(360px, 82vw);
  min-height: 150px;
  padding: 28px;
  background: var(--gold);
  transform: translate(-50%, -50%);
  box-shadow: var(--shadow);
}

.gallery-note p {
  margin-bottom: 0;
  color: rgba(21, 22, 31, 0.72);
  font-size: 14px;
}

.scene-section {
  padding: 30px 0 0;
  background:
    linear-gradient(0deg, rgba(21, 22, 31, 0.18), rgba(21, 22, 31, 0.06)),
    var(--image-sceneA);
  background-position: center;
  background-size: cover;
}

.scene-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr 0.9fr;
  grid-auto-rows: 210px;
  gap: 0;
}

.scene-grid a,
.scene-grid img {
  height: 100%;
}

.scene-grid img {
  object-fit: cover;
}

.scene-large {
  grid-row: span 1;
}

.scene-note {
  display: grid;
  align-content: center;
  min-height: 210px;
  padding: 28px;
  background: var(--gold);
}

.scene-note h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.18;
}

.scene-note p {
  margin-bottom: 0;
  color: rgba(21, 22, 31, 0.72);
}

.service-section {
  padding: 36px max(32px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82)),
    var(--image-featureC);
  background-position: center;
  background-size: cover;
}

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

.service-grid article {
  min-height: 150px;
  padding: 22px;
  background: var(--pale);
  border-top: 4px solid var(--blue);
}

.service-grid span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.service-grid h3 {
  margin: 14px 0 10px;
  font-size: 19px;
}

.service-grid p {
  color: var(--muted);
  font-size: 14px;
}

.voice-section {
  position: relative;
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82)),
    var(--image-galleryB, var(--image-galleryA));
  background-position: center;
  background-size: cover;
}

.voice-section::after {
  right: 28px;
  top: 54px;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: min(980px, 100%);
  margin: 0 auto;
}

.voice-grid article {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.voice-grid p {
  margin: 0 0 16px;
}

.voice-grid span {
  font-size: 12px;
  font-weight: 900;
}

.contact-band {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 30px;
  align-items: center;
  padding: 32px max(32px, calc((100vw - 980px) / 2));
  background:
    linear-gradient(90deg, rgba(233, 240, 255, 0.94), rgba(233, 240, 255, 0.78)),
    var(--image-sceneB, var(--image-hero));
  background-position: center;
  background-size: cover;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.button {
  display: grid;
  place-items: center;
  min-height: 48px;
  color: #fff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.button-line {
  background: #06c755;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 34px max(32px, calc((100vw - 980px) / 2));
  color: #fff;
  background:
    linear-gradient(90deg, rgba(32, 18, 118, 0.96), rgba(32, 18, 118, 0.88)),
    var(--image-hero);
  background-position: center;
  background-size: cover;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: start;
  font-size: 13px;
}

.mobile-contact {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 30;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  width: calc(100% - 28px);
  overflow: hidden;
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.mobile-contact a {
  display: grid;
  place-items: center;
  min-height: 50px;
  color: #fff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.mobile-contact a:first-child {
  background: #06c755;
}

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

  .hero,
  .hero-image {
    height: 620px;
    min-height: 620px;
  }

  .hero-copy h1 {
    font-size: 48px;
  }

  .intro-section,
  .message-section,
  .contact-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .mini-strip {
    left: 32px;
  }

  .selection-grid,
  .voice-grid,
  .arrival-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .lineup-row,
  .message-images {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 720px) {
  body {
    padding-bottom: 74px;
  }

  .top-line {
    display: none;
  }

  .nav-bar {
    padding: 14px 18px;
  }

  .brand-emblem {
    width: 40px;
    height: 40px;
  }

  .brand small {
    display: none;
  }

  .hero,
  .hero-image {
    height: 560px;
    min-height: 560px;
  }

  .hero-copy {
    padding: 92px 18px 120px;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .floating-cards {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    margin-top: -58px;
  }

  .float-card {
    min-height: 150px;
  }

  .float-card img {
    height: 100%;
  }

  .intro-section,
  .selection-section,
  .lineup-section,
  .voice-section,
  .message-section,
  .arrival-section,
  .service-section,
  .contact-band {
    padding: 58px 18px;
  }

  .welcome-card {
    padding: 30px 24px 92px;
  }

  .welcome-card h2,
  .section-title h2,
  .gallery-note h2,
  .contact-band h2 {
    font-size: 28px;
  }

  .mini-strip {
    left: 18px;
    right: 18px;
    grid-template-columns: repeat(3, 1fr);
  }

  .message-section {
    gap: 32px;
  }

  .lineup-row,
  .gallery-grid,
  .scene-grid {
    grid-template-columns: 1fr;
  }

  .selection-card img,
  .lineup-row a,
  .message-images a {
    height: 230px;
  }

  .text-panel {
    padding: 20px;
  }

  .text-panel h2,
  .message-copy h2 {
    font-size: 30px;
  }

  .gallery-grid {
    grid-auto-rows: 260px;
  }

  .scene-grid {
    grid-auto-rows: 240px;
  }

  .scene-large {
    grid-row: span 1;
  }

  .arrival-card img {
    height: 230px;
  }

  .service-grid article {
    min-height: auto;
  }

  .gallery-note {
    position: static;
    width: auto;
    min-height: auto;
    transform: none;
  }

  .site-footer {
    padding: 48px 18px;
  }

  .mobile-contact {
    display: grid;
  }
}
