:root {
  --primary: #f8bbd0;
  --primary-strong: #ee7ca5;
  --primary-soft: #ffd6e7;
  --secondary: #cdb4ff;
  --accent: #a7d7ff;
  --highlight: #fff0b3;
  --background: #ffffff;
  --surface: #f9f7fc;
  --text: #5a4a6a;
  --muted: #8a7fa3;
  --border: #e6e1f0;
  --shadow: 0 22px 60px rgba(90, 74, 106, .12);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
  background:
    radial-gradient(circle at 9% 8%, rgba(255, 214, 231, .72), transparent 25rem),
    radial-gradient(circle at 92% 10%, rgba(167, 215, 255, .48), transparent 28rem),
    linear-gradient(180deg, #fffdfb 0%, #fff8fc 42%, #f7fbff 100%);
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(230, 225, 240, .8);
  background: rgba(255, 255, 255, .84);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1120px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-strong), var(--secondary));
  box-shadow: 0 12px 24px rgba(238, 124, 165, .24);
}

.brand-text {
  font-size: 1.08rem;
  letter-spacing: .08em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--primary-strong);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #f58ab0, #f8bbd0);
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(238, 124, 165, .24);
  transition: transform .18s ease, box-shadow .18s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(238, 124, 165, .32);
}

.button.secondary {
  color: #7a5b91;
  background: rgba(255, 255, 255, .78);
  border-color: rgba(205, 180, 255, .72);
  box-shadow: none;
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 84px 0;
}

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  padding: 64px 0 76px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
  align-items: center;
  gap: clamp(36px, 5vw, 76px);
}

.eyebrow,
.section-kicker {
  margin-bottom: 12px;
  color: #9a6eb0;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 1.14;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 38rem;
  margin-bottom: 30px;
  color: #6d617c;
  font-size: clamp(1rem, 1.45vw, 1.15rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span,
.profile-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 4px 12px;
  border-radius: 999px;
  color: #7b5b91;
  background: rgba(255, 214, 231, .72);
  font-size: .84rem;
  font-weight: 900;
}

.hero-visual {
  position: relative;
  min-height: 660px;
}

.hero-backdrop {
  position: absolute;
  inset: 7% 0 0 10%;
  border-radius: 46% 54% 44% 56% / 52% 44% 56% 48%;
  background:
    linear-gradient(135deg, rgba(255, 240, 179, .72), rgba(255, 214, 231, .74), rgba(167, 215, 255, .72)),
    url("assets/hero-poster.jpg") center / cover;
  box-shadow: var(--shadow);
  transform: rotate(1.8deg);
}

.hero-visual img {
  position: absolute;
  right: -3%;
  bottom: -6%;
  width: min(610px, 102%);
  max-height: 106%;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 30px 36px rgba(90, 74, 106, .18));
}

.hero-note {
  position: absolute;
  left: 0;
  bottom: 34px;
  width: min(320px, 64%);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 16px 36px rgba(90, 74, 106, .12);
  backdrop-filter: blur(12px);
}

.hero-note strong {
  display: block;
  margin-bottom: 5px;
  color: #76559a;
}

.hero-note p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head h2,
.profile-text h2,
.contact h2,
.faq-hero h1,
.faq-section h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 1.25;
  letter-spacing: 0;
}

.section-head p:last-child,
.profile-text p,
.faq-hero p {
  color: var(--muted);
}

.latest-grid,
.works-feature,
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.latest-card,
.works-feature article,
.service-grid article,
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 16px 40px rgba(90, 74, 106, .08);
}

.latest-card,
.works-feature article,
.service-grid article {
  padding: 24px;
}

.latest-card span,
.gallery-card span {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 3px 10px;
  border-radius: 999px;
  color: #7b5b91;
  background: #f1e7ff;
  font-size: .78rem;
  font-weight: 900;
}

.latest-card h3,
.works-feature h3,
.service-grid h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.55;
}

.latest-card p,
.works-feature p,
.service-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}

.profile-band {
  padding: 88px 0;
  border-block: 1px solid rgba(230, 225, 240, .8);
  background:
    linear-gradient(135deg, rgba(255, 240, 179, .42), rgba(255, 214, 231, .44), rgba(167, 215, 255, .36));
}

.profile-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: clamp(32px, 5vw, 64px);
}

.profile-image {
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, .72);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotate(-1.2deg);
}

.profile-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
}

.profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.works-feature {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.work-year {
  display: block;
  margin-bottom: 8px;
  color: #9a6eb0;
  font-size: 1.12rem;
  font-weight: 900;
}

.career-list {
  margin-top: 50px;
  border-top: 1px solid rgba(90, 74, 106, .14);
}

.career-row {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 30px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(90, 74, 106, .12);
}

.career-year {
  color: #9a6eb0;
  font-size: 1.05rem;
  font-weight: 900;
}

.career-row ul {
  margin: 0;
  padding-left: 1.1em;
  color: #62556f;
}

.career-row li + li {
  margin-top: 7px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap: 18px;
}

.gallery-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 16px 40px rgba(90, 74, 106, .08);
}

.gallery-card.tall {
  grid-row: span 2;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 4.75;
  object-fit: cover;
  object-position: top center;
  background: #fff;
}

.gallery-card.tall img {
  aspect-ratio: 4 / 6.05;
  object-fit: contain;
  padding: 16px 12px 0;
  background: linear-gradient(135deg, #fff, #fff2f8);
}

.gallery-card div {
  padding: 17px;
}

.gallery-card h3 {
  margin: 0;
  font-size: 1.02rem;
}

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

.contact {
  width: min(1120px, calc(100% - 32px));
  margin: 10px auto 72px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  border: 1px solid rgba(230, 225, 240, .9);
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 214, 231, .88), transparent 18rem),
    radial-gradient(circle at 94% 0%, rgba(167, 215, 255, .78), transparent 18rem),
    rgba(255, 255, 255, .82);
  box-shadow: var(--shadow);
}

.contact h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.65rem);
}

.contact p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.footer {
  padding: 32px 16px 44px;
  color: var(--muted);
  text-align: center;
  font-size: .9rem;
}

.footer-brand {
  margin-bottom: 8px;
  color: var(--text);
  font-weight: 900;
}

.faq-page {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 0;
}

.faq-hero {
  max-width: 760px;
  margin-bottom: 52px;
}

.faq-section {
  margin-bottom: 54px;
}

.faq-section h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.3rem);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 24px;
}

.faq-item h3 {
  margin-bottom: 10px;
  color: #4e3f5f;
  font-size: 1.05rem;
  line-height: 1.6;
}

.faq-item p,
.faq-item li {
  color: var(--muted);
}

.faq-item p {
  margin-bottom: 0;
}

.faq-item p + p,
.faq-item ol + p {
  margin-top: 10px;
}

.faq-item ol {
  margin: 10px 0 0;
  padding-left: 1.3em;
}

.note {
  font-size: .92rem;
}

.redirect-page {
  min-height: 100vh;
  display: grid;
  place-content: center;
  gap: 18px;
  padding: 32px;
  text-align: center;
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-visual {
    min-height: 560px;
  }

  .latest-grid,
  .works-feature,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-inner,
  .contact {
    grid-template-columns: 1fr;
  }

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

  .gallery-card.tall {
    grid-row: auto;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .nav {
    width: min(100% - 24px, 1120px);
    min-height: 66px;
  }

  .brand-text {
    font-size: .98rem;
  }

  .nav-links {
    gap: 10px;
  }

  .nav-links a:not(.nav-button) {
    display: none;
  }

  .nav-button {
    min-height: 42px;
    padding: 0 15px;
    font-size: .86rem;
  }

  .section {
    width: min(100% - 28px, 1120px);
    padding: 64px 0;
  }

  .hero {
    width: min(100% - 28px, 1180px);
    gap: 24px;
    padding: 42px 0 56px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.5rem);
  }

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

  .hero-visual {
    min-height: 500px;
  }

  .hero-backdrop {
    inset: 11% 0 5% 0;
  }

  .hero-visual img {
    right: -24%;
    width: min(560px, 126%);
  }

  .hero-note {
    left: 0;
    bottom: 18px;
    width: min(310px, 76%);
    padding: 16px;
  }

  .latest-grid,
  .works-feature,
  .service-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .profile-band {
    padding: 62px 0;
  }

  .profile-inner {
    width: min(100% - 28px, 1120px);
    gap: 30px;
  }

  .career-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact {
    width: min(100% - 28px, 1120px);
    margin-bottom: 54px;
    padding: 28px 20px;
    border-radius: 26px;
  }

  .contact .button {
    width: 100%;
  }

  .faq-page {
    width: min(100% - 28px, 960px);
    padding-top: 54px;
  }

  .faq-item {
    padding: 20px;
    border-radius: 20px;
  }
}

/* Rich pastel redesign */
:root {
  --pink-hot: #f86fa3;
  --violet: #b589ee;
  --sky: #93cafc;
  --peach: #ffd4b8;
  --soft-yellow: #fff4c8;
  --panel: rgba(255, 255, 255, .78);
  --dash: rgba(181, 137, 238, .46);
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 3% 7%, rgba(248, 111, 163, .16), transparent 10rem),
    radial-gradient(circle at 96% 9%, rgba(147, 202, 252, .24), transparent 13rem),
    radial-gradient(circle at 25% 42%, rgba(255, 244, 200, .55), transparent 18rem),
    linear-gradient(180deg, #fbfdff 0%, #fff7fd 32%, #f5fbff 62%, #fff9fd 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(248, 111, 163, .32) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(147, 202, 252, .28) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(255, 199, 96, .28) 0 2px, transparent 3px);
  background-size: 92px 92px, 128px 128px, 154px 154px;
  background-position: 18px 24px, 60px 8px, 14px 80px;
}

.site-header {
  border-bottom: 0;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 10px 34px rgba(126, 94, 162, .08);
}

.nav {
  min-height: 70px;
}

.brand-mark {
  background: #fff;
  color: var(--pink-hot);
  border: 2px solid rgba(248, 111, 163, .28);
  box-shadow: 0 12px 24px rgba(248, 111, 163, .16);
}

.brand-text {
  font-size: 1.32rem;
  color: transparent;
  background: linear-gradient(135deg, var(--pink-hot), var(--sky), var(--violet));
  background-clip: text;
}

.nav-links {
  color: #302841;
  gap: 28px;
}

.button {
  min-height: 50px;
  padding: 0 28px;
  background: linear-gradient(135deg, #ff72a8, #ff96bd);
  box-shadow: 0 16px 34px rgba(248, 111, 163, .28);
}

.button::after {
  content: ">";
  margin-left: 8px;
  font-weight: 900;
}

.button.secondary {
  color: #8a65b7;
  border-color: rgba(181, 137, 238, .38);
  background: rgba(255, 255, 255, .72);
}

.hero {
  width: min(1220px, calc(100% - 44px));
  min-height: 720px;
  padding: 44px 0 34px;
  grid-template-columns: minmax(350px, .82fr) minmax(520px, 1.18fr);
  gap: 24px;
}

.hero-copy-block {
  position: relative;
  z-index: 2;
  padding-top: 28px;
}

.hero-copy-block::before,
.hero-copy-block::after,
.latest::before,
.profile-band::before,
.contact::after {
  content: "☆";
  position: absolute;
  color: rgba(248, 111, 163, .34);
  font-size: 2.1rem;
  line-height: 1;
  pointer-events: none;
}

.hero-copy-block::before {
  left: -10px;
  top: 2px;
}

.hero-copy-block::after {
  right: 8%;
  top: 96px;
  color: rgba(147, 202, 252, .44);
  transform: rotate(18deg);
}

.eyebrow {
  color: #2e2942;
  letter-spacing: .03em;
  text-transform: none;
}

.hero h1 {
  max-width: 650px;
  margin-bottom: 22px;
  color: transparent;
  background: linear-gradient(135deg, #87c9ff 0%, #b88ded 48%, #ff9bb5 100%);
  background-clip: text;
  font-size: clamp(2.55rem, 4.4vw, 4.7rem);
  line-height: 1.18;
  font-weight: 900;
}

.hero-copy {
  max-width: 34rem;
  color: #292438;
  font-weight: 700;
}

.trust-row span {
  min-height: 30px;
  border: 1px solid rgba(181, 137, 238, .42);
  color: #7a60af;
  background: rgba(255, 255, 255, .68);
  font-size: .78rem;
}

.hero-visual {
  min-height: 680px;
}

.hero-backdrop {
  inset: 8% -6% 5% 0;
  border-radius: 44px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .26), rgba(255, 255, 255, .08)),
    radial-gradient(circle at 78% 18%, rgba(255, 244, 200, .64), transparent 9rem),
    linear-gradient(135deg, rgba(255, 220, 235, .54), rgba(218, 237, 255, .62));
  box-shadow: none;
  transform: none;
}

.hero-backdrop::before {
  content: "";
  position: absolute;
  left: -15%;
  right: -8%;
  bottom: -2px;
  height: 150px;
  border-radius: 58% 42% 0 0 / 55% 45% 0 0;
  background: linear-gradient(180deg, rgba(255, 248, 225, .96), rgba(255, 255, 255, .88));
}

.hero-visual > img.hero-character {
  right: 17%;
  bottom: 24px;
  z-index: 2;
  width: min(540px, 74%);
  filter: drop-shadow(0 26px 32px rgba(102, 79, 130, .18));
}

.hero-bunny {
  position: absolute;
  right: -2%;
  bottom: 36px;
  z-index: 1;
  width: min(410px, 54%);
  height: 590px;
  object-fit: cover;
  object-position: top center;
  border-radius: 48% 48% 0 0;
  opacity: .92;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 24px 30px rgba(102, 79, 130, .12));
}

.hero-note {
  left: 24px;
  right: auto;
  bottom: 74px;
  z-index: 4;
  width: min(280px, 42%);
  border: 1px dashed rgba(181, 137, 238, .45);
  border-radius: 22px;
}

.section {
  position: relative;
  width: min(1180px, calc(100% - 44px));
  padding: 72px 0;
}

.section-head {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(220px, .34fr) minmax(0, .66fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 32px;
}

.section-head .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -14px;
}

.section-kicker {
  color: var(--violet);
  font-size: 1rem;
  text-transform: uppercase;
}

.section-head h2,
.profile-text h2,
.contact h2,
.faq-hero h1,
.gallery-hero h1 {
  color: #211a2f;
  font-size: clamp(1.85rem, 3vw, 2.85rem);
}

.latest,
.portfolio-teaser,
.profile-inner,
.contact,
.faq-page .faq-hero,
.gallery-hero,
.gallery-page-section {
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(255, 249, 253, .64)),
    linear-gradient(120deg, rgba(255, 244, 200, .28), rgba(167, 215, 255, .18));
  border: 1px solid rgba(205, 180, 255, .36);
  box-shadow: 0 22px 60px rgba(111, 91, 145, .1);
}

.latest {
  padding: 48px;
}

.latest::before {
  right: 40px;
  top: 32px;
  color: rgba(255, 178, 202, .45);
}

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

.latest-card,
.service-grid article {
  position: relative;
  min-height: 190px;
  padding: 28px;
  border: 2px dashed var(--dash);
  border-radius: 20px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 14px 34px rgba(111, 91, 145, .08);
}

.latest-card:nth-child(2),
.service-grid article:nth-child(2),
.service-grid article:nth-child(5) {
  border-color: rgba(147, 202, 252, .58);
}

.latest-card:nth-child(3),
.service-grid article:nth-child(3),
.service-grid article:nth-child(6) {
  border-color: rgba(248, 111, 163, .42);
}

.latest-card span,
.gallery-card span {
  color: #a063d3;
  background: rgba(245, 232, 255, .86);
}

.profile-band {
  position: relative;
  padding: 76px 0;
  border-block: 0;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 214, 231, .42), transparent 16rem),
    linear-gradient(180deg, rgba(235, 247, 255, .44), rgba(255, 249, 253, .42));
}

.profile-band::before {
  left: 8%;
  top: 56px;
  color: rgba(147, 202, 252, .46);
}

.profile-inner {
  padding: 38px;
  grid-template-columns: .72fr 1.28fr;
}

.profile-image {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.profile-image img {
  aspect-ratio: 4 / 4.5;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 24px 28px rgba(102, 79, 130, .14));
}

.profile-tags span {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(205, 180, 255, .44);
}

.works-feature {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.works-feature article {
  position: relative;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(205, 180, 255, .4);
  border-radius: 18px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 18px 42px rgba(111, 91, 145, .12);
}

.works-feature article img {
  width: 100%;
  aspect-ratio: 3 / 4.18;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(76, 59, 98, .14);
}

.works-feature article > div {
  padding: 14px 4px 2px;
}

.works-feature .text-only-work {
  display: grid;
  align-content: center;
  min-height: 300px;
  padding: 26px;
  border-style: dashed;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 244, 200, .62), transparent 6rem),
    rgba(255, 255, 255, .72);
}

.work-year {
  color: var(--violet);
  font-size: .95rem;
}

.career-list {
  overflow: hidden;
  margin-top: 42px;
  padding: 14px 28px;
  border: 1px solid rgba(205, 180, 255, .32);
  border-radius: 28px;
  background: rgba(255, 255, 255, .64);
}

.career-row {
  grid-template-columns: 86px 1fr;
  border-bottom-color: rgba(205, 180, 255, .28);
}

.portfolio-teaser {
  display: grid;
  grid-template-columns: minmax(260px, .58fr) minmax(320px, .42fr);
  gap: 30px;
  align-items: center;
  padding: 42px;
}

.portfolio-teaser .section-head {
  display: block;
  margin: 0;
}

.portfolio-teaser .button {
  margin-top: 8px;
}

.portfolio-stack {
  position: relative;
  min-height: 360px;
}

.portfolio-stack img {
  position: absolute;
  width: 42%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, .9);
  border-radius: 20px;
  box-shadow: 0 22px 42px rgba(102, 79, 130, .18);
}

.portfolio-stack img:nth-child(1) {
  left: 4%;
  top: 44px;
  transform: rotate(-7deg);
}

.portfolio-stack img:nth-child(2) {
  left: 30%;
  top: 8px;
  z-index: 2;
}

.portfolio-stack img:nth-child(3) {
  right: 2%;
  top: 62px;
  transform: rotate(7deg);
}

.gallery-hero {
  margin-top: 56px;
  padding: 54px;
}

.gallery-hero h1 {
  margin-bottom: 14px;
}

.gallery-hero p {
  max-width: 720px;
  color: var(--muted);
}

.gallery-page-section {
  padding: 42px;
}

.gallery-grid {
  grid-template-columns: 1.05fr .95fr .95fr;
}

.gallery-card {
  border: 1px solid rgba(205, 180, 255, .42);
  border-radius: 20px;
  background: rgba(255, 255, 255, .78);
}

.gallery-card img {
  aspect-ratio: 4 / 4.65;
}

.gallery-card.tall img {
  aspect-ratio: 4 / 5.95;
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 46px;
}

.contact::after {
  right: 34px;
  top: 22px;
  color: rgba(181, 137, 238, .36);
}

.footer {
  position: relative;
  margin-top: 40px;
  color: rgba(255, 255, 255, .9);
  background: linear-gradient(135deg, #c5a4ff, #eba4d7);
}

.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  height: 44px;
  background:
    radial-gradient(24px 20px at 24px 22px, #c5a4ff 98%, transparent 100%) 0 0 / 48px 44px repeat-x;
}

.footer-brand {
  color: #fff;
  font-size: 1.25rem;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 600px;
  }

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

@media (max-width: 960px) {
  .section-head,
  .portfolio-teaser,
  .profile-inner {
    grid-template-columns: 1fr;
  }

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

  .portfolio-stack {
    min-height: 300px;
  }
}

@media (max-width: 680px) {
  .brand-text {
    font-size: 1.05rem;
  }

  .hero {
    width: min(100% - 24px, 1180px);
    min-height: auto;
    padding-top: 34px;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .hero-copy {
    font-size: .96rem;
  }

  .hero-visual {
    min-height: 470px;
  }

  .hero-visual > img.hero-character {
    right: 12%;
    width: min(390px, 86%);
  }

  .hero-bunny {
    right: -10%;
    width: min(300px, 52%);
    height: 420px;
  }

  .hero-note {
    display: none;
  }

  .section {
    width: min(100% - 24px, 1180px);
    padding: 52px 0;
  }

  .latest,
  .portfolio-teaser,
  .profile-inner,
  .gallery-hero,
  .gallery-page-section {
    padding: 24px;
    border-radius: 26px;
  }

  .section-head {
    display: block;
  }

  .latest-grid,
  .works-feature,
  .service-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .works-feature article {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 14px;
    align-items: center;
  }

  .works-feature article img {
    aspect-ratio: 3 / 4.1;
  }

  .works-feature .text-only-work {
    display: block;
    min-height: 0;
  }

  .portfolio-stack {
    min-height: 250px;
  }

  .portfolio-stack img {
    width: 48%;
    border-width: 5px;
  }

  .career-list {
    padding: 8px 18px;
  }

  .contact {
    padding: 26px 20px;
  }

  .contact-page {
    width: min(100% - 24px, 980px);
    padding: 42px 0 62px;
  }

  .contact-hero,
  .contact-form,
  .google-form-panel,
  .mail-contact-panel {
    padding: 24px;
    border-radius: 26px;
  }

  .google-form-panel iframe {
    min-height: 1220px;
  }

  .contact-hero,
  .form-grid,
  .check-list {
    grid-template-columns: 1fr;
  }

  .contact-hero img {
    display: none;
  }

  .form-actions {
    display: grid;
  }

  .form-actions .button {
    width: 100%;
  }

  .mail-template-card,
  .mail-address-box {
    padding: 20px;
  }

  .copy-button {
    width: 100%;
  }
}

/* Added HP supplied decorative assets */
.hero-cloud {
  position: absolute;
  left: 5%;
  bottom: -82px;
  z-index: -1;
  width: min(280px, 52vw);
  opacity: .86;
  pointer-events: none;
}

.hero-bunny-wand {
  position: absolute;
  left: 2%;
  top: 18%;
  z-index: 3;
  width: 110px;
  opacity: .76;
  transform: rotate(-9deg);
  pointer-events: none;
}

.profile-text {
  position: relative;
}

.profile-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  height: 74px;
  object-fit: cover;
  border: 5px solid rgba(255, 255, 255, .9);
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(111, 91, 145, .16);
  transform: rotate(4deg);
}

.service-grid article {
  min-height: 260px;
  text-align: center;
}

.service-grid article img {
  width: min(118px, 58%);
  height: 118px;
  margin: 0 auto 16px;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(111, 91, 145, .12));
}

.service-grid article img[src*="-icon"] {
  width: min(132px, 64%);
  height: 118px;
  object-fit: contain;
}

.gallery-hero,
.faq-page .faq-hero {
  position: relative;
}

.gallery-hero-bunny,
.faq-hero-bunny {
  position: absolute;
  right: 42px;
  top: 34px;
  width: 92px;
  opacity: .58;
  pointer-events: none;
}

.contact-chibi {
  position: absolute;
  right: 28px;
  bottom: 12px;
  width: 150px;
  opacity: .86;
  pointer-events: none;
}

.contact > div {
  position: relative;
  z-index: 2;
}

.contact-page {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 62px 0 84px;
}

.contact-hero,
.contact-form,
.google-form-panel,
.mail-contact-panel {
  border: 1px solid rgba(205, 180, 255, .36);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(255, 249, 253, .66)),
    linear-gradient(120deg, rgba(255, 244, 200, .24), rgba(167, 215, 255, .18));
  box-shadow: 0 22px 60px rgba(111, 91, 145, .1);
}

.contact-hero {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  margin-bottom: 22px;
  padding: 46px;
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 24px;
  align-items: center;
}

.contact-hero h1 {
  margin-bottom: 14px;
  color: #211a2f;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.18;
}

.contact-hero p:last-child {
  max-width: 660px;
  color: var(--muted);
}

.contact-hero img {
  width: 150px;
  filter: drop-shadow(0 14px 22px rgba(111, 91, 145, .15));
}

.contact-form {
  padding: 34px;
}

.google-form-panel {
  overflow: hidden;
  padding: 28px;
}

.google-form-head {
  padding: 10px 12px 22px;
}

.google-form-head h2 {
  margin-bottom: 8px;
  color: #211a2f;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
}

.google-form-head p {
  margin: 0;
  color: var(--muted);
}

.google-form-panel iframe {
  width: 100%;
  min-height: 1120px;
  border: 0;
  border-radius: 22px;
  background: #fff;
}

.form-placeholder {
  padding: 34px;
  border: 2px dashed rgba(181, 137, 238, .48);
  border-radius: 22px;
  background: rgba(255, 255, 255, .68);
}

.form-placeholder h3 {
  margin-bottom: 10px;
  color: #211a2f;
  font-size: 1.25rem;
}

.form-placeholder p {
  margin: 0;
  color: var(--muted);
}

.mail-contact-panel {
  padding: 38px;
}

.mail-contact-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.mail-contact-head h2 {
  margin-bottom: 12px;
  color: #211a2f;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.24;
}

.mail-contact-head p {
  margin: 0;
  color: var(--muted);
}

.mail-template-card {
  padding: 28px;
  border: 2px dashed rgba(181, 137, 238, .5);
  border-radius: 24px;
  background: rgba(255, 255, 255, .74);
}

.mail-template-card h3 {
  margin-bottom: 18px;
  color: #3a3048;
  font-size: 1.18rem;
}

.mail-template-card ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  color: #4d425f;
  list-style: none;
  font-weight: 800;
}

.copy-button {
  min-height: 48px;
  margin-top: 24px;
  padding: 0 22px;
  border: 1px solid rgba(248, 111, 163, .36);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff72a8, #ff96bd);
  box-shadow: 0 16px 34px rgba(248, 111, 163, .22);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.mail-address-box {
  margin-top: 22px;
  padding: 24px 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 22px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 244, 200, .7), transparent 12rem),
    rgba(255, 255, 255, .78);
  border: 1px solid rgba(205, 180, 255, .38);
}

.mail-address-box p {
  margin: 0;
  color: var(--muted);
  font-weight: 900;
}

.mail-address-box a {
  color: #d94d85;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 900;
  word-break: break-all;
}

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

.contact-form label,
.contact-form legend {
  color: #3a3048;
  font-weight: 900;
}

.contact-form label span {
  margin-left: 6px;
  color: var(--pink-hot);
  font-size: .78rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 13px 14px;
  border: 1px solid rgba(205, 180, 255, .48);
  border-radius: 14px;
  color: #302841;
  background: rgba(255, 255, 255, .84);
  font: inherit;
  line-height: 1.5;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(248, 111, 163, .2);
  border-color: rgba(248, 111, 163, .52);
}

.contact-form fieldset {
  margin: 24px 0;
  padding: 22px;
  border: 1px dashed rgba(181, 137, 238, .48);
  border-radius: 20px;
}

.contact-form legend {
  padding: 0 8px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
}

.check-list label {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .62);
  font-weight: 800;
}

.check-list input {
  width: auto;
  margin: 0;
}

.full-field {
  display: block;
  margin-top: 22px;
}

.form-actions {
  margin-top: 26px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.form-actions p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

@media (max-width: 680px) {
  .hero-bunny-wand {
    width: 78px;
    left: 0;
    top: 22%;
  }

  .contact-chibi,
  .profile-icon {
    display: none;
  }

  .gallery-hero-bunny,
  .faq-hero-bunny {
    right: 20px;
    top: 18px;
    width: 66px;
  }
}

/* Softer author-site finish */
body {
  background:
    linear-gradient(180deg, #fffdfc 0%, #fff8fc 45%, #f8fbff 100%);
}

body::before,
.hero-copy-block::before,
.hero-copy-block::after,
.latest::before,
.profile-band::before,
.contact::after,
.footer::before {
  content: none;
}

.site-header {
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid rgba(226, 216, 232, .7);
  box-shadow: none;
}

.brand-mark {
  border-radius: 14px;
  background: #fff4f8;
}

.brand-text {
  color: #34283d;
  background: none;
}

.nav-links {
  color: #5c5268;
}

.button,
.copy-button {
  border-radius: 18px;
  background: #e96f9e;
  box-shadow: 0 10px 22px rgba(233, 111, 158, .18);
}

.button.secondary {
  color: #6f5b81;
  background: #fff;
}

.hero h1 {
  color: #2d2536;
  background: none;
  font-size: clamp(2.45rem, 4.2vw, 4.3rem);
}

.hero-copy {
  color: #4f4558;
  font-weight: 500;
}

.hero-backdrop {
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .08)),
    linear-gradient(135deg, rgba(255, 226, 237, .72), rgba(232, 241, 255, .76));
}

.hero-note,
.latest-card,
.service-grid article {
  border-style: solid;
}

.section-kicker {
  color: #9a6eb0;
  letter-spacing: .06em;
}

.latest,
.portfolio-teaser,
.profile-inner,
.contact,
.faq-page .faq-hero,
.gallery-hero,
.gallery-page-section,
.contact-hero,
.mail-contact-panel {
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 46px rgba(111, 91, 145, .08);
}

.latest-card,
.service-grid article,
.works-feature article,
.career-list,
.mail-template-card {
  background: rgba(255, 255, 255, .82);
  border-color: rgba(205, 180, 255, .28);
}

.latest-card span,
.gallery-card span,
.trust-row span,
.profile-tags span {
  border-radius: 12px;
  background: #fff4f8;
  color: #7b5b91;
}

.works-feature article {
  box-shadow: 0 14px 30px rgba(111, 91, 145, .09);
}

.footer {
  color: #766b83;
  background: #fff4f8;
}

.footer-brand {
  color: #34283d;
}

/* Work detail pages */
.work-link {
  height: 100%;
  display: block;
  color: inherit;
}

.work-detail-page {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 58px 0 84px;
}

.work-detail-hero {
  display: grid;
  grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(205, 180, 255, .3);
  border-radius: 34px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 46px rgba(111, 91, 145, .08);
}

.work-detail-hero > img {
  width: 100%;
  aspect-ratio: 3 / 4.25;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(72, 54, 92, .12);
}

.work-detail-hero h1 {
  margin-bottom: 22px;
  color: #2d2536;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.16;
}

.work-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.work-meta div {
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff7fb;
}

.work-meta dt {
  color: #9a6eb0;
  font-size: .78rem;
  font-weight: 900;
}

.work-meta dd {
  margin: 3px 0 0;
  color: #3a3048;
  font-weight: 800;
}

.work-detail-body {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 24px;
}

.work-detail-main,
.work-detail-side {
  padding: 34px;
  border: 1px solid rgba(205, 180, 255, .28);
  border-radius: 28px;
  background: rgba(255, 255, 255, .78);
}

.work-detail-main h2,
.work-detail-side h2 {
  margin-bottom: 12px;
  color: #30273a;
  font-size: 1.35rem;
}

.work-detail-main p,
.work-detail-side p {
  color: #675d70;
}

.work-detail-main p + h2 {
  margin-top: 30px;
}

.work-detail-side a {
  display: inline-flex;
  margin-top: 8px;
  color: #d94d85;
  font-weight: 900;
}

.work-detail-nav {
  margin-top: 28px;
}

@media (max-width: 820px) {
  .work-detail-hero,
  .work-detail-body {
    grid-template-columns: 1fr;
  }

  .work-detail-hero {
    padding: 24px;
  }

  .work-detail-hero > img {
    max-width: 320px;
  }
}

@media (max-width: 560px) {
  .work-meta {
    grid-template-columns: 1fr;
  }

  .work-detail-main,
  .work-detail-side {
    padding: 24px;
  }
}

/* Gentle motion and refined rhythm */
@keyframes float-soft {
  0%, 100% {
    transform: translateY(0) rotate(.2deg);
  }
  50% {
    transform: translateY(-12px) rotate(-.4deg);
  }
}

@keyframes cloud-drift {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(18px);
  }
}

@keyframes strip-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.hero-character {
  animation: float-soft 7s ease-in-out infinite;
}

.hero-cloud {
  animation: cloud-drift 11s ease-in-out infinite;
}

.moving-strip {
  overflow: hidden;
  width: min(1180px, calc(100% - 44px));
  margin: -20px auto 30px;
  border-block: 1px solid rgba(205, 180, 255, .28);
  color: #9a6eb0;
  background: rgba(255, 255, 255, .58);
}

.moving-strip-track {
  width: max-content;
  min-width: 200%;
  display: flex;
  gap: 34px;
  padding: 13px 0;
  animation: strip-scroll 28s linear infinite;
  white-space: nowrap;
}

.moving-strip span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-style: italic;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.section-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: .45;
}

.latest-card,
.works-feature article,
.service-grid article,
.gallery-card,
.portfolio-stack img {
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.latest-card:hover,
.works-feature article:hover,
.service-grid article:hover,
.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(72, 54, 92, .12);
  border-color: rgba(233, 111, 158, .3);
}

.portfolio-stack img:nth-child(1) {
  animation: float-soft 8s ease-in-out infinite;
}

.portfolio-stack img:nth-child(2) {
  animation: float-soft 9s ease-in-out infinite .8s;
}

.portfolio-stack img:nth-child(3) {
  animation: float-soft 8.5s ease-in-out infinite .4s;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 680px) {
  .moving-strip {
    width: min(100% - 24px, 1180px);
    margin-top: -4px;
  }

  .moving-strip-track {
    gap: 24px;
    animation-duration: 22s;
  }
}

/* FAQ hero alignment */
.faq-page .faq-hero {
  max-width: none;
  padding: 44px 48px;
}

.faq-page .faq-hero .section-kicker,
.faq-page .faq-hero h1,
.faq-page .faq-hero p {
  max-width: 620px;
}

.faq-page .faq-hero h1 {
  margin-bottom: 10px;
}

.faq-page .faq-hero p {
  margin-bottom: 0;
}

.faq-hero-bunny {
  right: 38px;
  top: 38px;
}

@media (max-width: 680px) {
  .faq-page .faq-hero {
    padding: 28px 22px;
  }

  .faq-page .faq-hero .section-kicker,
  .faq-page .faq-hero h1,
  .faq-page .faq-hero p {
    max-width: none;
  }

  .faq-hero-bunny {
    display: none;
  }
}

/* Gallery editorial layout */
.gallery-hero {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(380px, 1.1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  overflow: hidden;
}

.gallery-hero-copy {
  position: relative;
  z-index: 2;
}

.gallery-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.08;
}

.gallery-hero p {
  max-width: 34rem;
}

.gallery-hero-art {
  position: relative;
  min-height: 360px;
}

.gallery-hero-art img {
  position: absolute;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 22px 46px rgba(72, 54, 92, .16);
}

.gallery-hero-art img:nth-child(1) {
  left: 2%;
  top: 74px;
  width: 34%;
  aspect-ratio: 4 / 5;
  border: 10px solid #fff;
  border-radius: 26px;
  transform: rotate(-7deg);
}

.gallery-hero-art img:nth-child(2) {
  left: 28%;
  top: 4px;
  z-index: 2;
  width: 38%;
  height: 350px;
  object-fit: contain;
  border-radius: 26px;
  filter: drop-shadow(0 24px 28px rgba(72, 54, 92, .16));
}

.gallery-hero-art img:nth-child(3) {
  right: 0;
  top: 92px;
  width: 34%;
  aspect-ratio: 4 / 5.3;
  border: 10px solid #fff;
  border-radius: 26px;
  transform: rotate(6deg);
}

.gallery-page-section {
  padding: 28px 0 56px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.gallery-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.gallery-card {
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid rgba(205, 180, 255, .26);
  border-radius: 26px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 40px rgba(72, 54, 92, .09);
}

.gallery-card-feature {
  grid-column: span 3;
}

.gallery-card:nth-child(2),
.gallery-card:nth-child(5) {
  margin-top: 42px;
}

.gallery-card:nth-child(3) {
  grid-column: span 3;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 4.7;
  object-fit: cover;
  object-position: top center;
  background: #fff;
}

.gallery-card-feature img {
  aspect-ratio: 4 / 5.15;
  object-fit: contain;
  padding: 20px 18px 0;
  background: linear-gradient(180deg, #fff, #fff5fa);
}

.gallery-card div {
  padding: 22px 22px 24px;
}

.gallery-card span {
  margin-bottom: 12px;
  padding: 4px 10px;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gallery-card h3 {
  margin-bottom: 8px;
  color: #30273a;
  font-size: 1.14rem;
}

.gallery-card p {
  margin: 0;
  color: #786e82;
  font-size: .92rem;
  line-height: 1.7;
}

@media (max-width: 960px) {
  .gallery-hero {
    grid-template-columns: 1fr;
  }

  .gallery-hero-art {
    min-height: 310px;
  }

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

  .gallery-card,
  .gallery-card-feature,
  .gallery-card:nth-child(3) {
    grid-column: auto;
  }

  .gallery-card:nth-child(2),
  .gallery-card:nth-child(5) {
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  .gallery-hero {
    min-height: auto;
  }

  .gallery-hero-art {
    min-height: 250px;
  }

  .gallery-hero-art img:nth-child(1),
  .gallery-hero-art img:nth-child(3) {
    border-width: 6px;
    border-radius: 18px;
  }

  .gallery-hero-art img:nth-child(2) {
    height: 250px;
  }

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

/* Balanced gallery cards */
.sample-section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.sample-section-head h2 {
  margin-bottom: 8px;
  color: #2d2536;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.25;
}

.sample-section-head p:last-child {
  color: #786e82;
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.gallery-card,
.gallery-card-feature,
.gallery-card:nth-child(3) {
  grid-column: auto;
}

.gallery-card:nth-child(2),
.gallery-card:nth-child(5) {
  margin-top: 0;
}

.gallery-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gallery-card img,
.gallery-card-feature img {
  width: 100%;
  aspect-ratio: 4 / 5;
  padding: 0;
  object-fit: cover;
  object-position: top center;
  background: #fff;
}

.gallery-card div {
  flex: 1;
}

@media (max-width: 960px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* Pastel palette refinement */
:root {
  --primary: #ffb3d1;
  --primary-strong: #ed78a5;
  --primary-soft: #fff4f8;
  --secondary: #dcc6f7;
  --accent: #bee0ff;
  --mint: #c7f0e6;
  --cream: #fff4e6;
  --highlight: #ffe79a;
  --background: #fbfaff;
  --surface: #ffffff;
  --text: #4b3f58;
  --muted: #756b83;
  --border: #e5dbf2;
  --shadow: 0 18px 42px rgba(107, 75, 110, .11);
  --pink-hot: #ff8fba;
  --violet: #9d7ac7;
  --sky: #bee0ff;
  --peach: #fff4e6;
  --soft-yellow: #ffe79a;
  --dash: rgba(220, 198, 247, .58);
}

body {
  color: var(--text);
  background:
    radial-gradient(circle at 8% 8%, rgba(220, 198, 247, .32), transparent 20rem),
    radial-gradient(circle at 92% 18%, rgba(190, 224, 255, .3), transparent 18rem),
    linear-gradient(180deg, #fbfaff 0%, #fff 42%, #fff8fb 100%);
}

.site-header {
  background: rgba(255, 255, 255, .86);
  border-bottom: 1px solid rgba(229, 219, 242, .8);
  backdrop-filter: blur(16px);
}

.brand-mark {
  color: #fff;
  background: linear-gradient(135deg, #dcc6f7, #ffb3d1);
  border: 0;
  border-radius: 16px;
}

.brand-text,
.nav-links {
  color: #4b3f58;
}

.button,
.copy-button {
  min-height: 48px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9fc3, #ed78a5);
  box-shadow: 0 14px 28px rgba(237, 120, 165, .22);
}

.button.secondary {
  color: #6b4b6e;
  background: #fff;
  border-color: #dcc6f7;
}

.button::after {
  color: rgba(255, 255, 255, .86);
}

.button.secondary::after {
  color: #9d7ac7;
}

.hero h1,
.section-head h2,
.profile-text h2,
.contact h2,
.faq-hero h1,
.gallery-hero h1,
.work-detail-hero h1,
.mail-contact-head h2 {
  color: #4b3f58;
}

.hero-copy,
.section-head p:last-child,
.profile-text p,
.faq-hero p,
.gallery-hero p,
.mail-contact-head p,
.work-detail-main p,
.work-detail-side p {
  color: #675c72;
}

.section-kicker {
  color: #9d7ac7;
}

.hero-backdrop {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .25), rgba(255, 255, 255, .1)),
    radial-gradient(circle at 74% 18%, rgba(255, 231, 154, .55), transparent 9rem),
    linear-gradient(135deg, rgba(220, 198, 247, .42), rgba(255, 179, 209, .36), rgba(190, 224, 255, .45));
  border: 1px solid rgba(220, 198, 247, .36);
}

.hero-backdrop::before {
  background: linear-gradient(180deg, rgba(255, 244, 230, .92), rgba(255, 255, 255, .9));
}

.hero-note,
.latest,
.portfolio-teaser,
.profile-inner,
.contact,
.faq-page .faq-hero,
.gallery-hero,
.contact-hero,
.mail-contact-panel,
.work-detail-hero,
.work-detail-main,
.work-detail-side {
  background: rgba(255, 255, 255, .86);
  border-color: rgba(220, 198, 247, .42);
  box-shadow: var(--shadow);
}

.latest-card,
.works-feature article,
.service-grid article,
.gallery-card,
.career-list,
.mail-template-card,
.work-meta div {
  background: rgba(255, 255, 255, .9);
  border-color: rgba(220, 198, 247, .36);
  box-shadow: 0 12px 28px rgba(107, 75, 110, .08);
}

.latest-card:nth-child(2),
.service-grid article:nth-child(2),
.service-grid article:nth-child(5) {
  border-color: rgba(190, 224, 255, .8);
}

.latest-card:nth-child(3),
.service-grid article:nth-child(3),
.service-grid article:nth-child(6) {
  border-color: rgba(255, 179, 209, .7);
}

.latest-card span,
.gallery-card span,
.trust-row span,
.profile-tags span {
  color: #6b4b6e;
  background: #f7efff;
  border: 1px solid rgba(220, 198, 247, .55);
}

.moving-strip {
  color: #6b4b6e;
  background: rgba(255, 255, 255, .72);
  border-block-color: rgba(220, 198, 247, .45);
}

.moving-strip-track {
  gap: 42px;
}

.moving-strip span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(.9rem, 1.6vw, 1.08rem);
  font-style: normal;
  font-weight: 900;
  letter-spacing: .04em;
}

.footer {
  color: #6b4b6e;
  background: linear-gradient(135deg, #f5ecff, #fff1f6);
}

.mail-address-box {
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 231, 154, .52), transparent 12rem),
    rgba(255, 255, 255, .86);
}

.mail-address-box a,
.work-detail-side a {
  color: #d95b91;
}

/* Mobile readability pass */
@media (max-width: 680px) {
  body {
    line-height: 1.72;
  }

  .site-header {
    position: sticky;
  }

  .nav {
    min-height: 62px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .nav-button {
    min-height: 38px;
    padding: 0 13px;
  }

  .hero {
    width: min(100% - 24px, 1180px);
    padding: 30px 0 38px;
    gap: 14px;
  }

  .hero-copy-block {
    padding-top: 8px;
  }

  .hero h1 {
    margin-bottom: 16px;
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1.18;
  }

  .hero-copy {
    margin-bottom: 22px;
    font-size: .95rem;
    font-weight: 500;
  }

  .hero-actions {
    margin-bottom: 18px;
  }

  .trust-row {
    gap: 8px;
  }

  .trust-row span {
    min-height: 28px;
    padding: 3px 9px;
    font-size: .75rem;
  }

  .hero-visual {
    min-height: 350px;
    margin-top: 4px;
  }

  .hero-backdrop {
    inset: 8% 0 2% 0;
    border-radius: 24px;
  }

  .hero-visual > img.hero-character {
    right: 50%;
    bottom: 4px;
    width: min(320px, 84%);
    transform: translateX(50%);
  }

  .hero-character {
    animation: none;
  }

  .section {
    width: min(100% - 24px, 1180px);
    padding: 44px 0;
  }

  .latest,
  .portfolio-teaser,
  .profile-inner,
  .gallery-hero,
  .gallery-page-section,
  .contact,
  .faq-page .faq-hero,
  .contact-hero,
  .mail-contact-panel {
    padding: 22px;
    border-radius: 22px;
  }

  .section-kicker {
    margin-bottom: 8px;
    font-size: .84rem;
  }

  .section-kicker::before {
    width: 22px;
  }

  .section-head h2,
  .profile-text h2,
  .contact h2,
  .faq-hero h1,
  .gallery-hero h1 {
    font-size: clamp(1.55rem, 8vw, 2.2rem);
  }

  .latest-grid,
  .service-grid,
  .works-feature,
  .gallery-grid {
    gap: 14px;
  }

  .latest-card,
  .service-grid article {
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }

  .works-feature article {
    display: block;
    padding: 12px;
    border-radius: 18px;
  }

  .works-feature article img {
    width: 100%;
    aspect-ratio: 4 / 4.7;
    border-radius: 14px;
  }

  .works-feature article > div {
    padding: 13px 4px 4px;
  }

  .career-list {
    margin-top: 28px;
    padding: 8px 14px;
    border-radius: 20px;
  }

  .career-row {
    padding: 17px 0;
  }

  .portfolio-stack {
    display: none;
  }

  .profile-image img {
    max-height: 420px;
  }

  .contact-actions {
    width: 100%;
  }

  .contact-actions .button {
    width: 100%;
  }

  .footer {
    margin-top: 26px;
    padding: 28px 16px 34px;
  }
}

/* Cleaner service cards */
.service-grid {
  gap: 14px;
}

.service-grid article {
  min-height: 0;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: start;
  column-gap: 16px;
  padding: 20px;
  text-align: left;
  border: 1px solid rgba(220, 198, 247, .42);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 24px rgba(107, 75, 110, .06);
  transform: none;
}

.service-grid article:hover {
  transform: none;
  border-color: rgba(220, 198, 247, .42);
  box-shadow: 0 10px 24px rgba(107, 75, 110, .06);
}

.service-grid article img,
.service-grid article img[src*="-icon"] {
  width: 64px;
  height: 64px;
  margin: 0;
  object-fit: contain;
}

.service-grid article h3,
.service-grid article p {
  grid-column: 2;
}

.service-grid article h3 {
  margin: 2px 0 6px;
  font-size: 1rem;
  line-height: 1.45;
}

.service-grid article p {
  font-size: .9rem;
  line-height: 1.75;
}

@media (max-width: 720px) {
  .service-grid article {
    grid-template-columns: 54px 1fr;
    gap: 12px;
    padding: 16px;
    border-radius: 16px;
  }

  .service-grid article img,
  .service-grid article img[src*="-icon"] {
    width: 54px;
    height: 54px;
  }
}

/* SNS links */
.sns-links,
.footer-sns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sns-links {
  margin-top: 18px;
}

.footer-sns {
  justify-content: center;
  margin-top: 16px;
}

.sns-links a,
.footer-sns a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 13px;
  border: 1px solid rgba(220, 198, 247, .62);
  border-radius: 999px;
  color: #6b4b6e;
  background: rgba(255, 255, 255, .74);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}

.sns-links a:hover,
.footer-sns a:hover {
  color: #e96f9e;
  border-color: rgba(233, 111, 158, .34);
  background: #fff;
}
