:root {
  --bg: #f8f3ea;
  --ink: #1f211f;
  --muted: #6f6a60;
  --line: #ddd3c3;
  --panel: #fffdf8;
  --sage: #607a6a;
  --clay: #b96f58;
  --night: #27324f;
  --gold: #c79a3b;
  --coffee: #7e6148;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  letter-spacing: 0;
  line-break: strict;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.naoya-site,
main {
  background: var(--bg);
}

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

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px clamp(22px, 5vw, 72px);
  color: #fff;
  background: rgba(39, 50, 79, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.site-name {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
  white-space: nowrap;
  text-decoration: none;
}

.logo {
  font-size: 15px;
  font-weight: 800;
}

nav {
  display: flex;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
}

nav a {
  padding: 7px 16px;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

nav a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

nav a.active {
  color: var(--night);
  background: #fff;
  border-color: #fff;
}

nav a[href$="#contact"],
nav a[href="index.html#contact"] {
  color: var(--night);
  background: #fff;
  border-color: #fff;
}

.brand-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: calc(88svh - 78px);
  padding: clamp(78px, 10vw, 128px) 22px;
  color: #fff;
  background: var(--night);
  text-align: center;
}

.brand-hero-inner {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.brand-kicker {
  margin: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 2vw, 24px);
  letter-spacing: 0.16em;
}

.brand-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.12;
  font-weight: 800;
}

.brand-sub {
  max-width: 620px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 2;
}

.brand-sub span {
  display: block;
}

.follow-link {
  margin-top: 16px;
  padding: 13px 28px;
  color: var(--night);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.scroll-mark {
  position: absolute;
  bottom: 28px;
  left: 50%;
  color: rgba(255, 255, 255, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  transform: translateX(-50%);
}

.feature-band {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #fff;
}

.feature-band img {
  display: block;
  width: min(100%, 1020px);
  height: 460px;
  object-fit: cover;
}

.feature-left img {
  justify-self: end;
}

.feature-right img {
  justify-self: start;
}

.feature-panel {
  position: absolute;
  width: min(680px, calc(100% - 44px));
  padding: clamp(38px, 5vw, 72px);
  background: rgba(246, 247, 250, 0.94);
  border: 1px solid var(--gold);
  box-shadow: 18px -14px 0 rgba(48, 57, 102, 0.06);
}

.feature-left .feature-panel {
  left: clamp(22px, 8vw, 116px);
}

.feature-right .feature-panel {
  right: clamp(22px, 8vw, 116px);
}

.gold-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.7vw, 21px);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.gold-label::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.feature-panel h2 {
  max-width: 560px;
  margin-bottom: 26px;
  font-size: clamp(27px, 3.4vw, 42px);
  line-height: 1.45;
}

.feature-panel p:not(.gold-label) {
  max-width: 520px;
  margin: 0;
  color: #3f3e3b;
  font-size: 16px;
  line-height: 2.25;
}

.home-service {
  padding: clamp(88px, 12vw, 150px) clamp(22px, 5vw, 72px);
  background: #fff;
}

.section-title {
  max-width: 860px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-title .gold-label {
  justify-content: center;
}

.section-title h2 {
  margin-bottom: 18px;
}

.section-title p:not(.gold-label) {
  margin: 0 auto;
  color: var(--muted);
  line-height: 2;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
}

.service-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
}

.service-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-grid h3 {
  margin: 28px 28px 12px;
  font-size: clamp(22px, 2.5vw, 31px);
  line-height: 1.25;
}

.service-grid p {
  margin: 0 28px 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.service-grid a {
  display: inline-flex;
  margin: 0 28px 30px;
  padding-bottom: 5px;
  color: var(--night);
  border-bottom: 1px solid var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.home-contact {
  margin-top: 0;
}

.hero {
  min-height: 78svh;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.74fr);
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px clamp(22px, 5vw, 72px) 72px;
}

.hero-copy {
  max-width: 720px;
  min-width: 0;
}

.hero-visual {
  position: relative;
  min-height: clamp(360px, 48vw, 580px);
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(32, 32, 29, 0.16);
  isolation: isolate;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(32, 32, 29, 0.06), rgba(32, 32, 29, 0.48));
}

.hero-visual img,
.home-photos img,
.page-hero-photo img,
.flow-photo-panel img,
.work-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 8px;
  max-width: 360px;
  padding: 20px;
  color: #fff;
  background: rgba(32, 32, 29, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  backdrop-filter: blur(16px);
}

.hero-note strong {
  font-size: 18px;
  line-height: 1.3;
}

.hero-note span {
  font-size: 13px;
  line-height: 1.8;
}

.label {
  margin: 0 0 16px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
}

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

h1 span,
h2 span {
  display: block;
}

h1 {
  max-width: 920px;
  margin-bottom: 30px;
  font-size: clamp(32px, 4.8vw, 58px);
  line-height: 1.22;
  font-weight: 800;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(26px, 3.3vw, 42px);
  line-height: 1.28;
  font-weight: 800;
}

.lead {
  max-width: 660px;
  margin-bottom: 42px;
  color: var(--muted);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.lead span {
  display: block;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto clamp(72px, 10vw, 124px);
  padding: 0 clamp(22px, 5vw, 72px);
}

.home-photos article {
  position: relative;
  min-height: clamp(240px, 25vw, 360px);
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 18px 58px rgba(32, 32, 29, 0.1);
}

.home-photos article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 32, 29, 0.02), rgba(32, 32, 29, 0.52));
}

.home-photos span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 8px 13px;
  color: #fff;
  background: rgba(32, 32, 29, 0.58);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.button.quiet {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
}

.works {
  display: grid;
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.work {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1fr);
  min-height: 650px;
  background: var(--bg);
}

.work:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
}

.work:nth-child(even) .mockup {
  order: 2;
}

.mockup,
.copy {
  display: grid;
  align-content: center;
  padding: clamp(44px, 7vw, 104px);
}

.mockup {
  position: relative;
  justify-items: center;
  overflow: hidden;
}

.app-screen {
  position: relative;
  z-index: 2;
  width: min(76%, 500px);
  border-radius: 24px;
  box-shadow: 0 22px 76px rgba(32, 32, 29, 0.18);
}

.work-photo {
  position: absolute;
  inset: clamp(28px, 5vw, 72px);
  width: auto;
  height: auto;
  border-radius: 26px;
  box-shadow: 0 20px 70px rgba(32, 32, 29, 0.14);
  filter: saturate(0.92);
}

.reservation .app-screen,
.cafe .app-screen {
  transform: translate(16%, 12%);
}

.fortune .app-screen {
  transform: translate(-16%, 12%);
}

.copy {
  background: var(--panel);
}

.copy p:not(.label) {
  max-width: 420px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.95;
}

ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

li {
  max-width: 100%;
  padding: 9px 13px;
  color: var(--muted);
  background: #f1eee6;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.reservation .mockup {
  background: #e7ece1;
}

.fortune .mockup {
  background: #ece8f0;
}

.cafe .mockup {
  background: #eee2d4;
}

.flow {
  padding: clamp(96px, 12vw, 160px) clamp(22px, 5vw, 72px);
  text-align: center;
}

.flow h1 {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

.flow h1 span {
  text-align: center;
}

.flow h2 {
  max-width: 820px;
  margin-inline: auto;
}

.flow-lead {
  max-width: 860px;
  margin: 0 auto 54px;
  color: var(--muted);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 2.05;
}

.flow-image {
  width: min(100%, 980px);
  margin: 0 auto 70px;
  border-radius: 24px;
  box-shadow: 0 20px 70px rgba(32, 32, 29, 0.1);
}

.flow-photo-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(26px, 5vw, 62px);
  max-width: 980px;
  margin: 0 auto 36px;
  padding: clamp(18px, 3vw, 28px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 26px;
  text-align: left;
}

.flow-photo-panel img {
  aspect-ratio: 4 / 3;
  border-radius: 20px;
}

.flow-photo-panel h2 {
  margin-bottom: 0;
  font-size: clamp(24px, 3vw, 38px);
}

.flow-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 980px;
  margin: 0 auto 48px;
}

.flow-photo-grid figure,
.pricing-photo-row figure {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 58px rgba(32, 32, 29, 0.1);
}

.flow-photo-grid img,
.pricing-photo-row img,
.option-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-photo-grid figure::after,
.pricing-photo-row figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 32, 29, 0.02), rgba(32, 32, 29, 0.58));
}

.flow-photo-grid figcaption,
.pricing-photo-row figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  padding: 8px 12px;
  color: #fff;
  background: rgba(32, 32, 29, 0.58);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}

.steps article {
  min-height: 188px;
  padding: 26px 28px 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 26px;
  margin-bottom: 24px;
  color: var(--clay);
  background: #f3eadf;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.steps h3 {
  margin: 0 0 12px;
  font-size: clamp(19px, 2vw, 22px);
  line-height: 1.35;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(26px, 5vw, 72px);
  max-width: 1040px;
  margin: 0 auto clamp(56px, 8vw, 96px);
  padding: clamp(34px, 5vw, 56px);
  color: var(--ink);
  background: #fffdf8;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.contact .label {
  color: var(--sage);
}

.contact h2 {
  max-width: 560px;
  margin-bottom: 16px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.35;
}

.contact p:not(.label) {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.contact .button {
  color: #fff;
  background: var(--sage);
}

footer {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  padding: 28px clamp(22px, 5vw, 72px);
  color: var(--muted);
  font-size: 13px;
}

.pricing-hero {
  min-height: 58svh;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 100px 22px 72px;
  text-align: center;
}

.price-hero h1 span {
  display: inline;
}

.page-hero-photo {
  width: min(100%, 920px);
  height: clamp(250px, 32vw, 410px);
  margin-top: 8px;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(32, 32, 29, 0.12);
}

.page-hero-photo.compact {
  width: min(100%, 780px);
  height: clamp(220px, 27vw, 340px);
}

.pricing-section {
  padding: 0 clamp(22px, 5vw, 72px) clamp(90px, 12vw, 150px);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto 64px;
}

.price-card {
  min-width: 0;
  overflow: hidden;
  padding: 34px 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.price-card.featured {
  background: #eef3e8;
  border-color: #cbd8c6;
}

.price-card h2 {
  font-size: clamp(23px, 2.6vw, 31px);
}

.price {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1;
  font-weight: 800;
}

.price-range {
  display: inline-flex;
  margin: 18px 0 0;
  padding: 8px 12px;
  color: var(--night);
  background: #f3eadf;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.price-card p:not(.label):not(.price),
.price-note p {
  color: var(--muted);
  line-height: 1.9;
}

.price-card p.price-range {
  color: var(--night);
  line-height: 1.4;
}

.pricing-details,
.option-section {
  max-width: 1120px;
  margin: 0 auto 72px;
}

.compact-title {
  margin-bottom: 34px;
}

.compact-title h2 {
  font-size: clamp(28px, 3.2vw, 42px);
}

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

.pricing-photo-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 34px;
}

.option-photo {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  margin-bottom: 28px;
  padding: clamp(18px, 3vw, 28px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.option-photo img {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
}

.option-photo h3 {
  margin: 0 0 16px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.28;
}

.option-photo p:not(.gold-label) {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.detail-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 26px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.detail-card.featured {
  background: #eef3e8;
  border-color: #cbd8c6;
}

.detail-card h3 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.32;
}

.detail-card h3 span {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.detail-card p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.detail-card dl {
  display: grid;
  gap: 0;
  margin: auto 0 0;
}

.detail-card dl div {
  padding: 16px 0;
  border-top: 1px solid rgba(32, 32, 29, 0.1);
}

.detail-card dt {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.detail-card dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.option-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.option-list div {
  min-height: 142px;
  padding: 24px 26px;
  background: var(--panel);
}

.option-list span,
.option-list strong {
  display: block;
}

.option-list span {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.option-list strong {
  margin-bottom: 10px;
  color: var(--night);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.25;
}

.option-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.external-cost-section {
  max-width: 1120px;
  margin: 0 auto 72px;
}

.external-cost-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.external-cost-grid article {
  padding: 28px 26px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.external-cost-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  color: var(--sage);
  background: #eef3e8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.external-cost-grid h3 {
  margin: 0 0 10px;
  font-size: clamp(21px, 2.2vw, 27px);
  line-height: 1.25;
}

.cost-price {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.external-cost-grid p:not(.cost-price) {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.external-note {
  margin-top: 18px;
  padding: clamp(26px, 4vw, 42px);
  color: #fff;
  background: var(--night);
  border-radius: 22px;
}

.external-note h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.5vw, 31px);
}

.external-note p {
  max-width: 860px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 2;
}

.company-page-hero .lead {
  margin-inline: auto;
}

.company-section {
  padding: 0 clamp(22px, 5vw, 72px) clamp(72px, 10vw, 120px);
}

.company-profile-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  max-width: 1040px;
  margin: 0 auto 34px;
  padding: clamp(20px, 3vw, 30px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 26px;
}

.company-profile-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
}

.company-profile-card h2 {
  margin-bottom: 20px;
}

.company-profile-card p:not(.gold-label) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 2.1;
}

.company-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}

.company-info-grid article {
  min-height: 190px;
  padding: 28px 26px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.company-info-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.company-info-grid h3 {
  margin: 0 0 10px;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.3;
}

.company-info-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.company-info-grid a {
  color: var(--night);
  border-bottom: 1px solid var(--gold);
  font-weight: 700;
}

.company-history-section {
  padding: clamp(72px, 10vw, 120px) clamp(22px, 5vw, 72px);
  background: #fff;
}

.company-history-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}

.company-history-grid article {
  padding: 30px 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.company-history-grid time {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 12px;
  color: var(--clay);
  background: #f3eadf;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.company-history-grid h3 {
  margin: 0 0 14px;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.35;
}

.company-history-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.company-message {
  max-width: 1040px;
  margin: clamp(72px, 10vw, 120px) auto;
  padding: clamp(42px, 6vw, 72px);
  color: #fff;
  background: var(--night);
  border-radius: 26px;
}

.company-message h2 {
  color: #fff;
}

.company-message p:not(.gold-label) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 2.1;
}

.company-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(86px, 11vw, 140px) clamp(22px, 5vw, 72px) clamp(68px, 9vw, 112px);
}

.company-hero-copy {
  min-width: 0;
}

.company-hero h1 {
  max-width: 680px;
  margin-bottom: 26px;
  text-wrap: balance;
}

.company-hero .lead {
  max-width: 620px;
  margin-bottom: 30px;
}

.company-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.company-hero-photo {
  height: clamp(340px, 42vw, 520px);
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(39, 50, 79, 0.14);
}

.company-hero-photo img,
.company-representative img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-summary,
.company-overview,
.company-service-section {
  padding: clamp(72px, 10vw, 120px) clamp(22px, 5vw, 72px);
}

.company-summary {
  background: #fff;
}

.company-summary-grid,
.company-service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}

.company-summary-grid article,
.company-service-list article {
  min-width: 0;
  padding: 30px 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(39, 50, 79, 0.06);
}

.company-summary-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 32px;
  margin-bottom: 22px;
  color: var(--sage);
  background: #eef3e8;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.company-summary-grid h3,
.company-service-list h3 {
  margin: 0 0 14px;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.35;
  text-wrap: balance;
}

.company-summary-grid p,
.company-service-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.company-overview-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 58px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(39, 50, 79, 0.06);
}

.company-overview-card h2 {
  margin-bottom: 18px;
}

.company-overview-card p:not(.gold-label) {
  margin: 0;
  color: var(--muted);
  line-height: 1.95;
}

.company-table {
  display: grid;
  gap: 0;
  margin: 0;
}

.company-table div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding: 17px 0;
  border-top: 1px solid rgba(31, 33, 31, 0.1);
}

.company-table div:first-child {
  border-top: 0;
  padding-top: 0;
}

.company-table dt {
  color: var(--sage);
  font-size: 13px;
  font-weight: 800;
}

.company-table dd {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
}

.company-table a {
  color: var(--night);
  border-bottom: 1px solid var(--gold);
}

.company-representative {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(30px, 5vw, 68px);
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 30px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(39, 50, 79, 0.06);
}

.company-representative img {
  aspect-ratio: 4 / 3;
  border-radius: 20px;
}

.company-representative h2 {
  margin-bottom: 20px;
}

.company-representative p:not(.gold-label) {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}

.company-representative p:last-child {
  margin-bottom: 0;
}

.company-service-section {
  background: #fff;
  margin-top: clamp(72px, 10vw, 120px);
}

.company-policy {
  max-width: 1040px;
  margin: clamp(72px, 10vw, 120px) auto;
  padding: clamp(42px, 6vw, 72px);
  color: #fff;
  background: linear-gradient(135deg, var(--night), #1f443f);
  border-radius: 26px;
}

.company-policy h2 {
  color: #fff;
  text-wrap: balance;
}

.company-policy p:not(.gold-label) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 2;
}

.price-note {
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(38px, 6vw, 68px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
  text-align: center;
}

.subscription-section {
  padding: clamp(72px, 10vw, 120px) clamp(22px, 5vw, 72px) clamp(72px, 10vw, 120px);
  border-top: 1px solid var(--line);
}

.subscription-header {
  max-width: 760px;
  margin: 0 auto clamp(48px, 7vw, 80px);
  text-align: center;
}

.subscription-lead {
  max-width: 580px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 2;
}

.subscription-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.sub-card {
  padding: 34px 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.sub-card.featured {
  background: #eef3e8;
  border-color: #cbd8c6;
}

.sub-card.long-term {
  background: #f5ede6;
  border-color: #d4b8a6;
}

.sub-card h3 {
  margin: 0 0 20px;
  font-size: clamp(23px, 2.6vw, 31px);
  line-height: 1.2;
  font-weight: 800;
}

.sub-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 6px;
}

.sub-amount {
  font-size: clamp(32px, 4.4vw, 48px);
  font-weight: 800;
  line-height: 1;
  color: var(--ink);
}

.sub-unit {
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
}

.sub-tax {
  font-size: 12px;
  font-weight: 400;
}

.sub-monthly-note {
  margin: 0 0 18px;
  padding: 7px 12px;
  background: #f3eadf;
  border-radius: 8px;
  color: var(--coffee);
  font-size: 13px;
  font-weight: 700;
}

.sub-card p:not(.label):not(.sub-monthly-note):not(.sub-caution) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.sub-caution {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
  opacity: 0.75;
}

.subscription-note {
  max-width: 1120px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.more-works {
  padding: clamp(88px, 12vw, 140px) clamp(22px, 5vw, 72px);
  background: var(--bg);
}

.more-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.more-work-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
}

.more-work-photo {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.more-work-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.more-work-card:hover .more-work-photo img {
  transform: scale(1.04);
}

.more-work-body {
  padding: 30px 28px 34px;
}

.more-work-body h3 {
  margin: 6px 0 16px;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.3;
}

.more-work-body p:not(.label) {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.95;
}

@media (max-width: 860px) {
  .more-works-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
}

@media (max-width: 860px) {
  .brand-hero {
    min-height: 78svh;
  }

  .feature-band {
    min-height: 0;
    padding: 52px 22px;
  }

  .feature-band img {
    width: 100%;
    height: 320px;
  }

  .feature-panel,
  .feature-left .feature-panel,
  .feature-right .feature-panel {
    position: relative;
    left: auto;
    right: auto;
    width: calc(100% - 22px);
    margin: -72px auto 0;
    padding: 34px 28px;
  }

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

  .hero {
    grid-template-columns: 1fr;
    padding-top: 76px;
  }

  .hero-visual {
    width: 100%;
    min-height: 360px;
  }

  .home-photos {
    grid-template-columns: 1fr;
  }

  .work,
  .work:nth-child(even) {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .work:nth-child(even) .mockup {
    order: 0;
  }

  .mockup {
    min-height: 460px;
  }

  .app-screen {
    width: min(72%, 430px);
  }

  .work-photo {
    inset: 32px 22px 72px;
  }

  .copy {
    padding-block: 56px;
  }

  .flow-photo-panel {
    grid-template-columns: 1fr;
  }

  .flow-photo-grid,
  .pricing-photo-row,
  .option-photo {
    grid-template-columns: 1fr;
  }

  .flow-photo-grid figure,
  .pricing-photo-row figure {
    min-height: 260px;
  }

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

  .contact {
    grid-template-columns: 1fr;
    margin-inline: 22px;
  }

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

  .detail-grid,
  .option-list {
    grid-template-columns: 1fr;
  }

  .external-cost-grid {
    grid-template-columns: 1fr;
  }

  .company-profile-card,
  .company-info-grid,
  .company-history-grid {
    grid-template-columns: 1fr;
  }

  .company-hero,
  .company-overview-card,
  .company-representative,
  .company-summary-grid,
  .company-service-list {
    grid-template-columns: 1fr;
  }

  .company-hero {
    padding-top: 76px;
  }

  .company-hero-photo {
    height: 360px;
  }

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

@media (max-width: 620px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .header {
    position: sticky;
    align-items: flex-start;
    flex-direction: column;
    max-width: 100vw;
    overflow: hidden;
  }

  nav {
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }

  nav a {
    flex: 0 0 auto;
    padding-inline: 12px;
  }

  .brand-hero {
    min-height: 76svh;
    padding-top: 74px;
  }

  .brand-hero h1 {
    width: 100%;
    max-width: 310px;
    font-size: clamp(36px, 11vw, 46px);
    line-height: 1.08;
    word-break: keep-all;
  }

  .brand-sub {
    max-width: 300px;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
    font-size: 14px;
  }

  .feature-band {
    padding-inline: 0;
  }

  .feature-band img {
    height: 280px;
  }

  .feature-panel,
  .feature-left .feature-panel,
  .feature-right .feature-panel {
    width: calc(100% - 44px);
    padding: 30px 24px;
  }

  .feature-panel h2 {
    font-size: clamp(25px, 7vw, 34px);
  }

  .home-service {
    padding-top: 76px;
  }

  .pricing-hero {
    width: 100%;
    max-width: 100vw;
    justify-items: center;
    overflow: hidden;
  }

  .company-page-hero h1 {
    width: min(330px, calc(100vw - 44px));
    max-width: calc(100vw - 44px);
    margin-inline: auto;
    font-size: clamp(32px, 8.8vw, 40px);
  }

  .company-page-hero .lead {
    width: min(330px, calc(100vw - 44px));
    max-width: calc(100vw - 44px);
    margin-inline: auto;
    font-size: 15px;
  }

  .price-hero h1 {
    max-width: 340px;
    margin-inline: auto;
    font-size: clamp(30px, 8.4vw, 36px);
  }

  .price-hero h1 span {
    display: block;
  }

  .price-hero .lead {
    max-width: 330px;
    font-size: 15px;
  }

  .pricing-section {
    width: 100%;
    padding-inline: 22px;
  }

  .pricing-section,
  .price-grid,
  .detail-grid,
  .option-list,
  .price-card,
  .detail-card {
    max-width: 100%;
  }

  .page-hero-photo.compact {
    width: 260px;
    max-width: calc(100vw - 88px);
  }

  .price-grid,
  .detail-grid,
  .option-list,
  .pricing-photo-row,
  .option-photo,
  .external-cost-section {
    width: 260px;
    max-width: calc(100vw - 88px);
    margin-inline: auto;
  }

  .flow-photo-grid {
    width: min(100%, 320px);
  }

  .flow-photo-grid figure,
  .pricing-photo-row figure {
    min-height: 220px;
  }

  .option-photo {
    padding: 18px;
  }

  .option-photo h3 {
    font-size: 24px;
  }

  .price-card,
  .detail-card {
    padding-inline: 24px;
  }

  .price-card p,
  .detail-card p,
  .detail-card dd,
  .option-list p,
  .external-cost-grid p,
  .external-note p {
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .external-cost-grid article,
  .external-note {
    padding: 24px;
  }

  .company-section,
  .company-history-section {
    width: 100vw;
    max-width: 100vw;
    padding-inline: 22px;
    overflow: hidden;
  }

  .company-hero,
  .company-summary,
  .company-overview,
  .company-service-section {
    width: 100vw;
    max-width: 100vw;
    padding-inline: 22px;
    overflow: hidden;
  }

  .company-hero h1 {
    max-width: 340px;
    font-size: clamp(30px, 8vw, 38px);
    line-height: 1.28;
  }

  .company-hero .lead {
    max-width: 340px;
    font-size: 15px;
  }

  .company-hero-photo {
    height: 260px;
    border-radius: 22px;
  }

  .company-hero-actions {
    display: grid;
    max-width: 260px;
  }

  .company-summary-grid,
  .company-service-list,
  .company-overview-card,
  .company-representative,
  .company-policy {
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }

  .company-summary .section-title,
  .company-service-section .section-title {
    max-width: 320px;
  }

  .company-summary .section-title p:not(.gold-label),
  .company-service-section .section-title p:not(.gold-label) {
    overflow-wrap: anywhere;
  }

  .company-summary-grid article,
  .company-service-list article,
  .company-overview-card,
  .company-representative {
    padding: 24px;
  }

  .company-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .company-policy {
    padding: 30px 24px;
  }

  .company-profile-card,
  .company-info-grid,
  .company-history-grid,
  .company-message {
    width: 100%;
    max-width: 320px;
  }

  .company-profile-card,
  .company-info-grid,
  .company-history-grid {
    margin-inline: auto;
  }

  .company-message {
    margin-inline: auto;
    padding: 30px 24px;
  }

  .company-info-grid article,
  .company-history-grid article {
    min-height: 0;
    padding: 24px;
  }

  .price-card ul {
    display: grid;
    justify-items: start;
  }

  .hero {
    min-height: 72svh;
    padding-top: 80px;
  }

  .hero-copy,
  .lead {
    width: 100%;
    max-width: 100%;
  }

  .hero-note {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(32px, 9vw, 42px);
    word-break: break-all;
  }

  .lead {
    word-break: break-all;
  }

  .mockup,
  .copy {
    padding: 40px 22px;
  }

  .mockup {
    min-height: 320px;
  }

  .app-screen {
    width: min(78%, 330px);
  }

  .reservation .app-screen,
  .cafe .app-screen,
  .fortune .app-screen {
    transform: translate(0, 18%);
  }

  .page-hero-photo {
    width: min(320px, calc(100vw - 44px));
    max-width: calc(100vw - 44px);
    height: 230px;
    border-radius: 20px;
  }

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

footer {
  flex-direction: column;
  }
}

/* Visual polish pass */
.button,
.follow-link {
  box-shadow: 0 12px 28px rgba(31, 33, 31, 0.12);
}

.follow-link {
  border-radius: 999px;
}

.section-title {
  max-width: 780px;
}

.feature-panel,
.price-card,
.detail-card,
.sub-card,
.more-work-card,
.company-profile-card,
.company-info-grid article,
.company-history-grid article,
.external-cost-grid article,
.contact,
.price-note {
  box-shadow: 0 18px 48px rgba(39, 50, 79, 0.06);
}

.feature-panel h2,
.company-profile-card h2,
.company-message h2,
.contact h2 {
  text-wrap: balance;
}

.feature-panel p:not(.gold-label),
.copy p:not(.label),
.company-profile-card p:not(.gold-label),
.company-message p:not(.gold-label),
.price-note p,
.contact p:not(.label) {
  line-height: 1.95;
}

.pricing-hero {
  min-height: 52svh;
  padding-top: clamp(74px, 9vw, 112px);
}

.pricing-hero h1 {
  max-width: 780px;
  text-wrap: balance;
}

.price {
  font-size: clamp(30px, 3.8vw, 42px);
}

.price-card h2,
.detail-card h3,
.sub-card h3,
.company-info-grid h3,
.company-history-grid h3 {
  text-wrap: balance;
}

.external-note,
.company-message {
  background: linear-gradient(135deg, var(--night), #1f443f);
}

@media (max-width: 860px) {
  .brand-hero h1 {
    font-size: clamp(40px, 8.5vw, 64px);
  }
}

@media (max-width: 620px) {
  .brand-hero h1 {
    max-width: 340px;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.18;
  }

  h1 {
    font-size: clamp(30px, 8.2vw, 38px);
    line-height: 1.28;
  }

  h2 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .lead,
  .flow-lead {
    font-size: 15px;
    line-height: 1.85;
  }

  .price-hero h1,
  .company-page-hero h1 {
    font-size: clamp(30px, 8vw, 36px);
    line-height: 1.28;
  }

  .company-profile-card p:not(.gold-label),
  .company-message p:not(.gold-label),
  .contact p:not(.label) {
    font-size: 14px;
    line-height: 1.9;
  }
}
