:root {
  --ink: #111;
  --muted: #686868;
  --subtle: #8b8b8b;
  --paper: #fbfbfa;
  --soft: #f5f5f3;
  --line: #e6e6e2;
  --panel: rgba(255, 255, 255, .82);
  --black: #070707;
  --green: #ddf6e7;
  --green-text: #13823b;
  --blue: #e8f0ff;
  --blue-text: #315fae;
  --amber: #fff0d8;
  --amber-text: #a95708;
  --shadow: 0 18px 55px rgba(0, 0, 0, .08);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 75% 8%, rgba(225, 235, 250, .55), transparent 28%),
    linear-gradient(135deg, #fbfbfa 0%, #f4f4f1 48%, #fff 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: 0;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.site {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 296px 1fr;
}

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 34px 26px 30px;
  border-right: 1px solid var(--line);
  background: rgba(250, 250, 248, .72);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brand {
  display: flex;
  gap: 14px;
  align-items: center;
  font-weight: 760;
  line-height: 1.1;
}

.logo {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #050505, #333);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 12px 24px rgba(0,0,0,.15);
  font-size: 19px;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 520;
}

.nav {
  margin-top: 68px;
  display: grid;
  gap: 10px;
}

.nav a {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  display: flex;
  gap: 14px;
  align-items: center;
  color: #343434;
  font-size: 15px;
  font-weight: 650;
}

.nav a:hover,
.nav a.active {
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 28px rgba(0,0,0,.05);
}

.icon,
.nav svg,
.mini-links svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.side-foot {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.7;
}

.social {
  display: flex;
  gap: 22px;
  margin-bottom: 34px;
  color: #111;
}

main {
  min-width: 0;
  padding: 26px clamp(24px, 4vw, 56px) 42px;
}

.topbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  height: 34px;
}

.mobile-brand,
.mobile-menu { display: none; }

.icon-button,
.mobile-menu {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  color: #101010;
  cursor: pointer;
}

.mobile-menu { display: none; }

.menu-backdrop {
  display: none;
}

.pill-button,
.small-button {
  border: 1px solid var(--black);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--black);
  color: #fff;
  font-weight: 760;
  white-space: nowrap;
}

.pill-button {
  min-height: 42px;
  padding: 0 20px;
  font-size: 14px;
  box-shadow: 0 12px 24px rgba(0,0,0,.12);
}

.small-button {
  min-height: 38px;
  padding: 0 14px;
  font-size: 13px;
}

.pill-button.secondary,
.small-button.secondary {
  color: #111;
  background: rgba(255,255,255,.72);
  border-color: var(--line);
  box-shadow: none;
}

.pill-button.disabled,
.small-button.disabled {
  pointer-events: none;
  color: #707070;
  background: #f1f1ee;
  border-color: #e3e3df;
  box-shadow: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(420px, 1.22fr);
  gap: clamp(28px, 4.6vw, 68px);
  align-items: center;
  padding: 22px 0 30px;
}

h1 {
  margin: 0;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.06;
  letter-spacing: 0;
}

.lead {
  margin: 22px 0 24px;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 560;
}

.hero-actions,
.detail-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-visual {
  min-height: 284px;
  border-radius: 18px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(237,239,242,.9)),
    #eef0f4;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
  pointer-events: none;
}

.device-stage {
  height: 100%;
  min-height: 236px;
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: 22px;
  align-items: center;
}

.hero-caption {
  position: relative;
  z-index: 1;
}

.hero-caption strong {
  display: block;
  max-width: 270px;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.45;
}

.hero-caption span {
  display: block;
  margin-top: 14px;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
}

.device-cluster {
  position: relative;
  height: 238px;
}

.desktop-frame,
.tablet-frame,
.phone-frame {
  position: absolute;
  border: 5px solid #111;
  background: #f8f8f6;
  box-shadow: 0 18px 35px rgba(0,0,0,.16);
  overflow: hidden;
}

.desktop-frame {
  right: 0;
  top: 26px;
  width: 76%;
  height: 160px;
  border-radius: 9px;
}

.tablet-frame {
  left: 8%;
  top: 58px;
  width: 42%;
  height: 145px;
  border-radius: 13px;
  z-index: 2;
}

.phone-frame {
  left: 0;
  top: 84px;
  width: 19%;
  min-width: 58px;
  height: 112px;
  border-radius: 15px;
  z-index: 3;
}

.mock-screen {
  height: 100%;
  padding: 14px;
  background: linear-gradient(145deg, #f9f9f8, #e9edf4);
}

.mock-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.mock-app {
  min-height: 52px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  display: grid;
  place-items: center;
  font-size: 22px;
}

.mock-list {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.mock-line {
  height: 13px;
  border-radius: 999px;
  background: rgba(0,0,0,.08);
}

.section {
  margin-top: 34px;
}

.section.compact {
  margin-top: 24px;
}

.section-head {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.section-head h2 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0;
}

.section-lead {
  margin: -6px 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 560;
}

.text-link {
  color: #454545;
  font-size: 14px;
  font-weight: 720;
  white-space: nowrap;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(168px, 1fr));
  gap: 16px;
}

.app-card {
  min-height: 382px;
  padding: 22px 18px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 16px 44px rgba(0,0,0,.045);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.app-icon {
  width: 108px;
  height: 108px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5), 0 16px 30px rgba(0,0,0,.09);
  font-size: 52px;
  font-weight: 800;
  flex: 0 0 auto;
}

.app-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-cat { background: linear-gradient(145deg, #a3ead6, #e5fff3); }
.icon-pink { background: linear-gradient(145deg, #ff89b8, #fff1f5); color: #b93a70; }
.icon-dark { background: linear-gradient(145deg, #202020, #6c6c6c); color: #fff; }
.icon-chat { background: linear-gradient(145deg, #de5bc6, #35c7e6); color: #fff; }
.icon-blue { background: linear-gradient(145deg, #2aa8ff, #7157e8); color: #fff; }

.app-card h3 {
  margin: 18px 0 7px;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0;
}

.category {
  color: #777;
  font-size: 13px;
  font-weight: 650;
}

.status {
  display: inline-flex;
  min-height: 26px;
  margin: 12px 0 0;
  padding: 0 10px;
  border-radius: 999px;
  align-items: center;
  background: var(--blue);
  color: var(--blue-text);
  font-size: 12px;
  font-weight: 760;
}

.status.live { background: var(--green); color: var(--green-text); }
.status.wait { background: var(--amber); color: var(--amber-text); }
.status.web { background: #eee7ff; color: #6445a8; }

.desc {
  margin: 14px 0 0;
  min-height: 44px;
  color: #666;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 560;
}

.card-foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
}

.price {
  min-width: 48px;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f0f0ed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 760;
}

.card-foot .small-button { justify-self: end; }

.list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

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

.project-card,
.info-card,
.support-band,
.admin-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.74);
  box-shadow: 0 10px 30px rgba(0,0,0,.035);
}

.project-card {
  min-height: 112px;
  padding: 20px;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 15px;
  align-items: center;
}

.project-mark {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #f3f3f1;
  display: grid;
  place-items: center;
  color: #636363;
}

.project-card h3,
.info-card h3,
.admin-panel h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0;
}

.project-card p,
.info-card p,
.admin-panel p {
  margin: 7px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 550;
}

.photocom-feature {
  min-height: 300px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(244,245,242,.76)),
    #fff;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(420px, 1.1fr);
  gap: clamp(20px, 4vw, 52px);
  align-items: center;
  overflow: hidden;
}

.photocom-feature-copy {
  display: grid;
  justify-items: start;
  gap: 12px;
}

.photocom-feature-copy h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.photocom-feature-copy p {
  margin: 0;
  max-width: 520px;
  color: #555;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 560;
}

.feature-actions {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.photocom-feature-visual {
  min-height: 250px;
  position: relative;
  display: grid;
  place-items: center;
}

.phone-mock {
  position: relative;
  width: min(100%, 210px);
  padding: 10px;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 32px;
  background: linear-gradient(145deg, #101010, #343434);
  box-shadow: 0 22px 48px rgba(0,0,0,.18);
}

.phone-mock::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 50%;
  width: 72px;
  height: 18px;
  border-radius: 0 0 14px 14px;
  background: #121212;
  transform: translateX(-50%);
}

.phone-mock img {
  width: 100%;
  aspect-ratio: 9 / 19.5;
  border-radius: 24px;
  object-fit: cover;
  object-position: top center;
  background: #fff;
}

.phone-mock.align-bottom img {
  object-position: bottom center;
}

.photocom-feature-visual .phone-mock {
  position: absolute;
  width: clamp(124px, 16vw, 196px);
}

.photocom-feature-visual .main-phone {
  z-index: 3;
  width: clamp(150px, 19vw, 230px);
}

.photocom-feature-visual .tilt-left {
  left: 7%;
  bottom: -22px;
  transform: rotate(-7deg);
  opacity: .92;
}

.photocom-feature-visual .tilt-right {
  right: 6%;
  top: -12px;
  transform: rotate(7deg);
  opacity: .92;
}

.photocom-hero-visual {
  min-height: 500px;
  position: relative;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(235,237,235,.82)),
    #f3f3f1;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.photocom-hero-visual .hero-phone {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(44%, 230px);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.photocom-hero-visual .hero-phone-back {
  left: 28%;
  top: 55%;
  width: min(34%, 188px);
  transform: translate(-50%, -50%) rotate(-7deg);
  opacity: .92;
  z-index: 1;
}

.photocom-hero-visual .hero-phone-front {
  left: 72%;
  top: 52%;
  width: min(36%, 196px);
  transform: translate(-50%, -50%) rotate(6deg);
  z-index: 3;
}

.screen-card {
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 12px;
}

.screen-card .phone-mock {
  width: 100%;
  max-width: 220px;
  box-shadow: 0 16px 34px rgba(0,0,0,.14);
}

.screen-card figcaption {
  color: #444;
  font-size: 14px;
  font-weight: 760;
}

.photocom-screens {
  align-items: start;
}

.biju-hero-visual {
  min-height: 520px;
  position: relative;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,239,247,.86)),
    #fff2fb;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.biju-phone,
.biju-screen {
  padding: 10px;
  border-radius: 34px;
  background: linear-gradient(145deg, #4b1f43, #2b1328);
  box-shadow: 0 22px 48px rgba(71, 31, 60, .18);
}

.biju-phone {
  position: absolute;
}

.biju-phone img,
.biju-screen img {
  width: 100%;
  aspect-ratio: 9 / 19.5;
  border-radius: 25px;
  object-fit: contain;
  background: linear-gradient(180deg, #fff1f8, #fff8ec);
}

.biju-phone.main {
  z-index: 3;
  left: 50%;
  top: 50%;
  width: min(43%, 230px);
  transform: translate(-50%, -50%);
}

.biju-phone.back {
  z-index: 1;
  left: 29%;
  top: 54%;
  width: min(34%, 188px);
  transform: translate(-50%, -50%) rotate(-7deg);
  opacity: .94;
}

.biju-phone.front {
  z-index: 2;
  left: 72%;
  top: 52%;
  width: min(36%, 198px);
  transform: translate(-50%, -50%) rotate(6deg);
}

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

.howto-card {
  min-height: 156px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.76);
  box-shadow: 0 10px 30px rgba(0,0,0,.035);
}

.howto-card span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffe1f0;
  color: #b93a70;
  font-weight: 800;
}

.howto-card h3 {
  margin: 14px 0 8px;
  font-size: 16px;
}

.howto-card p {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 560;
}

.biju-screens {
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  align-items: start;
}

.biju-screens .screen-card {
  min-width: 0;
}

.biju-screen {
  width: 100%;
  max-width: 230px;
  padding: 0;
  border: 1px solid rgba(71, 31, 60, .12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(71, 31, 60, .12);
  overflow: hidden;
}

.biju-screen img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: initial;
  background: transparent;
}

/* The source screenshots already contain their own device artwork. */
.biju-hero-visual .biju-phone {
  position: relative;
  inset: auto;
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  opacity: 1;
}

.biju-hero-visual .biju-phone.back,
.biju-hero-visual .biju-phone.front {
  display: none;
}

.biju-hero-visual .biju-phone.main {
  display: block;
}

.biju-hero-visual .biju-phone img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: initial;
  background: transparent;
}

.chev {
  font-size: 24px;
  color: #333;
}

.support-band {
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
}

.support-band h2 {
  margin: 0 0 6px;
  font-size: 22px;
}

.support-band p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.detail {
  padding-top: 16px;
}

.breadcrumbs {
  margin: 8px 0 24px;
  color: #777;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  font-weight: 650;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(360px, .86fr) minmax(420px, 1.14fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

.product-head {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 26px;
  align-items: center;
}

.product-head .app-icon {
  width: 148px;
  height: 148px;
  border-radius: 34px;
  font-size: 72px;
}

.product-title h1 {
  margin-bottom: 10px;
}

.chips {
  margin: 18px 0 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.chip {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f0f0ed;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-size: 13px;
  font-weight: 720;
}

.product-copy {
  color: #424242;
  font-size: 15px;
  line-height: 2;
  font-weight: 560;
}

.feature-visual {
  border-radius: 12px;
  overflow: hidden;
  background: #e9efef;
  box-shadow: var(--shadow);
}

.feature-visual img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: center;
}

.feature-visual.portrait {
  max-width: 560px;
  justify-self: center;
  background: #fbf7f0;
}

.feature-visual.portrait img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

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

.shot {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 30px rgba(0,0,0,.035);
}

.shot img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.sns-preview {
  min-height: 360px;
  padding: 18px;
  border-radius: 12px;
  background: linear-gradient(145deg, #f8fbff, #edf3fb);
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 14px;
}

.sns-pane,
.sns-result {
  border: 1px solid rgba(30, 60, 95, .12);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 24px rgba(20, 40, 70, .06);
  padding: 14px;
}

.sns-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}

.sns-tabs span,
.sns-chip {
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #e9f0ff;
  color: #315fae;
  font-size: 12px;
  font-weight: 760;
}

.sns-tabs span:first-child {
  background: #1d4ed8;
  color: white;
}

.sns-field {
  height: 34px;
  margin-top: 9px;
  border-radius: 8px;
  background: #eef2f7;
}

.sns-field.large {
  height: 96px;
}

.sns-result {
  display: grid;
  gap: 12px;
}

.sns-post {
  min-height: 124px;
  border-radius: 8px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e6eaf0;
}

.sns-post strong {
  display: block;
  color: #1e3a8a;
  margin-bottom: 10px;
}

.sns-lines {
  display: grid;
  gap: 8px;
}

.sns-lines span {
  height: 10px;
  border-radius: 999px;
  background: #d8dee8;
}

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

.info-grid {
  display: grid;
  grid-template-columns: 1.25fr .9fr .9fr;
  gap: 18px;
  align-items: start;
}

.info-card {
  padding: 26px;
}

.feature-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.feature-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 560;
}

.soft-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f2f2f0;
  display: grid;
  place-items: center;
  color: #666;
}

.specs {
  margin: 20px 0 0;
  display: grid;
  gap: 16px;
  font-size: 14px;
}

.specs div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
}

.specs dt { color: #777; }
.specs dd { margin: 0; font-weight: 650; }

.stack {
  display: grid;
  gap: 18px;
}

.link-row {
  min-height: 50px;
  margin-top: 14px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(255,255,255,.62);
  font-weight: 700;
  font-size: 14px;
}

.content-page {
  max-width: 980px;
  margin: 0 auto;
}

.page-hero {
  padding: 38px 0 24px;
}

.page-hero h1 {
  font-size: clamp(38px, 5vw, 58px);
}

.page-hero p {
  max-width: 720px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
  background: rgba(255,255,255,.76);
}

.faq summary {
  cursor: pointer;
  font-weight: 760;
}

.faq p { color: var(--muted); line-height: 1.8; }

.admin-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.edit-drawer {
  margin-top: 18px;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.edit-drawer.is-open {
  display: grid;
}

.field-grid {
  display: grid;
  gap: 12px;
}

.field-grid label {
  display: grid;
  gap: 7px;
  color: #555;
  font-size: 13px;
  font-weight: 700;
}

.field-grid input,
.field-grid select,
.field-grid textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(255,255,255,.82);
  color: var(--ink);
  font: inherit;
}

.field-grid textarea {
  min-height: 94px;
  resize: vertical;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

th, td {
  padding: 16px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 14px;
}

th {
  color: #555;
  font-size: 12px;
  letter-spacing: 0;
}

.footer {
  margin-top: 42px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #7a7a7a;
  font-size: 13px;
}

.mini-links {
  display: flex;
  gap: 24px;
  align-items: center;
  color: #222;
  font-weight: 700;
}

@media (max-width: 1280px) {
  .app-grid { grid-template-columns: repeat(3, minmax(180px, 1fr)); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .info-grid .info-card:first-child { grid-column: 1 / -1; }
}

@media (max-width: 920px) {
  .site { display: block; }
  .sidebar { display: none; }
  main { padding: 24px 18px 36px; }
  .topbar {
    justify-content: space-between;
    height: auto;
    margin-bottom: 24px;
  }
  .topbar > .icon-button,
  .topbar > .pill-button { display: none; }
  .mobile-brand {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .mobile-menu { display: grid; }
  .menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 88;
    background: rgba(0,0,0,.16);
    backdrop-filter: blur(4px);
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .menu-backdrop {
    display: block;
  }
  body.menu-open .sidebar {
    display: flex;
    position: fixed;
    z-index: 99;
    inset: 0 auto 0 0;
    width: min(320px, 86vw);
    height: 100vh;
    box-shadow: 24px 0 60px rgba(0,0,0,.16);
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 0;
  }
  h1 {
    font-size: 31px;
    line-height: 1.38;
  }
  .lead {
    margin: 18px 0 22px;
    font-size: 16px;
    line-height: 1.85;
  }
  .hero-visual {
    min-height: 0;
    padding: 18px;
  }
  .device-stage {
    min-height: 228px;
    grid-template-columns: 1fr;
  }
  .hero-caption { display: none; }
  .device-cluster { height: 224px; }
  .section { margin-top: 30px; }
  .section-head h2 { font-size: 21px; }
  .app-grid {
    grid-template-columns: repeat(5, 158px);
    gap: 14px;
    overflow-x: auto;
    padding: 2px 2px 18px;
    scroll-snap-type: x mandatory;
  }
  .app-card {
    min-height: 326px;
    padding: 16px 13px 13px;
    scroll-snap-align: start;
  }
  .app-icon {
    width: 86px;
    height: 86px;
    border-radius: 23px;
    font-size: 42px;
  }
  .app-card h3 {
    margin-top: 14px;
    font-size: 16px;
  }
  .category { font-size: 12px; }
  .desc {
    min-height: 58px;
    font-size: 12px;
  }
  .card-foot {
    grid-template-columns: 1fr;
  }
  .card-foot .price { justify-self: center; }
  .card-foot .small-button {
    justify-self: stretch;
    min-height: 40px;
  }
  .list-grid,
  .project-grid { grid-template-columns: 1fr; }
  .photocom-feature {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .photocom-feature-visual {
    min-height: 280px;
    order: -1;
  }
  .photocom-feature-visual .phone-mock {
    width: 150px;
  }
  .photocom-feature-visual .main-phone {
    width: 178px;
  }
  .photocom-feature-visual .tilt-left {
    left: 4%;
  }
  .photocom-feature-visual .tilt-right {
    right: 3%;
  }
  .project-card {
    min-height: 88px;
    padding: 14px;
    grid-template-columns: 58px 1fr auto;
  }
  .project-mark {
    width: 58px;
    height: 58px;
  }
  .project-card p { display: none; }
  .support-band {
    grid-template-columns: 1fr;
  }
  .support-band .pill-button,
  .support-band .pill-button.secondary {
    width: 100%;
  }
  .breadcrumbs { display: none; }
  .detail-hero {
    grid-template-columns: 1fr;
  }
  .product-head {
    grid-template-columns: 112px 1fr;
    gap: 18px;
  }
  .product-head .app-icon {
    width: 112px;
    height: 112px;
    border-radius: 27px;
    font-size: 54px;
  }
  .feature-visual { order: -1; }
  .photocom-hero-visual {
    min-height: 380px;
    order: -1;
  }
  .photocom-hero-visual .hero-phone {
    width: 188px;
  }
  .photocom-hero-visual .hero-phone-back,
  .photocom-hero-visual .hero-phone-front {
    width: 150px;
  }
  .biju-hero-visual {
    min-height: 390px;
    order: -1;
  }
  .biju-phone.main {
    width: 188px;
  }
  .biju-phone.back,
  .biju-phone.front {
    width: 150px;
  }
  .info-grid,
  .two-col {
    grid-template-columns: 1fr;
  }
  .sns-preview {
    grid-template-columns: 1fr;
  }
  .workflow-grid {
    grid-template-columns: 1fr;
  }
  .howto-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .edit-drawer {
    grid-template-columns: 1fr;
  }
  .screens {
    grid-template-columns: repeat(4, 210px);
    overflow-x: auto;
    padding-bottom: 12px;
  }
  .photocom-screens {
    grid-template-columns: repeat(4, 176px);
    gap: 18px;
  }
  .biju-screens {
    grid-template-columns: repeat(4, 190px);
    gap: 18px;
  }
  .info-grid .info-card:first-child { grid-column: auto; }
  .footer {
    flex-direction: column-reverse;
    text-align: center;
  }
  .mini-links {
    width: 100%;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  main {
    padding-left: 16px;
    padding-right: 16px;
  }
  .brand strong { font-size: 18px; }
  .logo {
    width: 42px;
    height: 42px;
  }
  .hero-actions,
  .detail-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .pill-button {
    min-height: 48px;
    padding: 0 12px;
    font-size: 13px;
  }
  .app-grid {
    grid-template-columns: repeat(5, 148px);
  }
  .desktop-frame {
    width: 82%;
    height: 148px;
  }
  .tablet-frame {
    width: 46%;
    height: 136px;
  }
  .phone-frame {
    width: 22%;
  }
  .product-head {
    grid-template-columns: 92px 1fr;
    gap: 15px;
  }
  .product-head .app-icon {
    width: 92px;
    height: 92px;
    border-radius: 23px;
    font-size: 45px;
  }
  .photocom-feature-copy h3 {
    font-size: 30px;
  }
  .feature-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
  .photocom-feature-visual {
    min-height: 250px;
  }
  .photocom-feature-visual .phone-mock {
    width: 132px;
  }
  .photocom-feature-visual .main-phone {
    width: 158px;
  }
  .photocom-hero-visual {
    min-height: 330px;
  }
  .photocom-hero-visual .hero-phone {
    width: 158px;
  }
  .photocom-hero-visual .hero-phone-back,
  .photocom-hero-visual .hero-phone-front {
    width: 128px;
  }
  .biju-hero-visual {
    min-height: 340px;
  }
  .biju-phone.main {
    width: 158px;
  }
  .biju-phone.back,
  .biju-phone.front {
    width: 128px;
  }
  .howto-grid {
    grid-template-columns: 1fr;
  }
  .biju-screens {
    grid-template-columns: repeat(5, 176px);
  }
  .specs div {
    grid-template-columns: 92px 1fr;
  }
}

.icon-navi { background: linear-gradient(145deg, #d9f2df, #fff8d9); color: #2d7650; }
.navi-mark { background: #edf7ee; color: #2d7650; }
