:root {
  --ink: #27333d;
  --ink-deep: #17232d;
  --paper: #ffffff;
  --stone: #ebe8e2;
  --blush: #fff1ed;
  --mint: #d8f2e7;
  --sky: #e5f2f5;
  --lemon: #fff2b8;
  --green: #78a53b;
  --green-dark: #547727;
  --orange: #ef7b30;
  --coral: #ef675a;
  --blue: #39abd1;
  --purple: #74417b;
  --muted: #626d72;
  --line: rgb(39 51 61 / 16%);
  --radius: 34px;
  --max: 1480px;
  --content-gutter: clamp(34px, 6vw, 108px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f5f4f1;
  color: var(--ink);
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "Noto Sans JP",
    system-ui, sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.8;
  overflow-x: hidden;
}

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

figure,
p,
h1,
h2,
h3,
dl,
dd {
  margin: 0;
}

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

a:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  padding: 10px 18px;
  border-radius: 0 0 12px 12px;
  background: var(--ink-deep);
  color: white;
  font-weight: 700;
}

.skip-link:focus {
  top: 0;
}

.site-header {
  position: absolute;
  inset: 24px clamp(24px, 3vw, 52px) auto;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 70px;
}

.brand {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 176px;
  min-height: 94px;
  padding: 16px;
  border-radius: 28px;
  background: var(--stone);
}

.brand img {
  width: 145px;
}

.global-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.8vw, 46px);
  min-height: 58px;
  padding: 0 34px;
  border-radius: 18px 0 0 18px;
  background: rgb(255 255 255 / 92%);
  backdrop-filter: blur(16px);
}

.global-nav a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.header-contact,
.contact > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 0 18px 18px 0;
  background: var(--ink);
  color: white;
  font-size: 0.76rem;
  font-weight: 700;
}

.header-contact > i,
.contact > a > i {
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--mint);
}

.header-contact span,
.round-link span,
.contact a span {
  font-size: 1.15em;
  transition: transform 0.2s ease;
}

.header-contact:hover span,
.round-link:hover span,
.contact a:hover span {
  transform: translate(3px, -3px);
}

.hero {
  position: relative;
  min-height: min(920px, 92vh);
  margin: 24px clamp(24px, 3vw, 52px) 0;
  border-radius: var(--radius);
  background: var(--stone);
  overflow: hidden;
}

.hero-visual {
  position: absolute;
  inset: 0;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgb(235 232 226 / 82%) 0%,
    rgb(235 232 226 / 40%) 40%,
    rgb(235 232 226 / 8%) 68%
  );
  content: "";
}

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

.hero-copy {
  position: absolute;
  bottom: clamp(112px, 15vh, 170px);
  left: var(--content-gutter);
  z-index: 6;
}

.hero h1 {
  color: var(--ink-deep);
  font-size: clamp(3rem, 5.7vw, 6.2rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.13;
}

.hero h1 span,
.hero h1 strong {
  display: block;
  width: max-content;
  padding: 0;
  background: transparent;
  color: var(--ink-deep);
  text-shadow:
    0 2px 18px rgb(255 255 255 / 96%),
    0 1px 3px rgb(255 255 255 / 94%);
  white-space: nowrap;
}

.hero h1 strong {
  margin-top: 0.08em;
  font-weight: inherit;
}

.scroll-cue {
  position: absolute;
  right: 30px;
  bottom: 28px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
}

.scroll-cue i {
  display: grid;
  place-items: center;
  width: 28px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-style: normal;
}

.section-shell {
  margin: 76px clamp(24px, 3vw, 52px) 0;
  border-radius: var(--radius);
}

.eyebrow {
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.about {
  position: relative;
  padding: 0;
  background: white;
}

.about-card {
  display: grid;
  grid-template-columns: minmax(480px, 1.08fr) minmax(420px, 0.92fr);
  border-radius: 24px;
  background: white;
  overflow: hidden;
}

.about-copy {
  align-self: start;
  padding: clamp(54px, 6vw, 96px) var(--content-gutter);
}

.about-copy h2 {
  max-width: 760px;
  color: var(--ink-deep);
  font-size: clamp(2.3rem, 4.3vw, 4.9rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.2;
}

.about-desktop,
.about-mobile {
  max-width: 560px;
  margin-top: 36px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 2.05;
}

.about-mobile {
  display: none;
}

.about-desktop p + p,
.about-mobile p + p {
  margin-top: 26px;
}

.about-desktop p span,
.about-mobile p span {
  display: block;
}

.about-inline-photo {
  display: none;
}

.round-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 190px;
  margin-top: 34px;
  padding: 13px 17px;
  border-radius: 12px;
  background: var(--mint);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 700;
}

.about-photos {
  position: relative;
  min-height: 960px;
  padding: 54px 44px;
  background: white;
}

.about-photo {
  position: absolute;
  width: min(86%, 540px);
  height: clamp(250px, 21vw, 330px);
  border-radius: 28px;
  box-shadow: 0 24px 50px rgb(39 51 61 / 14%);
  overflow: hidden;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo-sakana {
  top: 8%;
  left: 4%;
  z-index: 1;
  transform: rotate(-2.5deg);
}

.about-photo-sakana img {
  object-position: center 48%;
}

.about-photo-cafe {
  top: 35%;
  right: 2%;
  z-index: 3;
  transform: rotate(2.25deg);
}

.about-photo-cafe img {
  object-position: 52% 42%;
}

.about-photo-sushi {
  bottom: 7%;
  left: 3%;
  z-index: 2;
  transform: rotate(-1.5deg);
}

.about-photo-sushi img {
  object-position: 58% 46%;
}

.services {
  position: relative;
  padding: 0;
  background: white;
}

.business-heading h2 {
  color: var(--ink-deep);
  font-size: clamp(2.8rem, 4.6vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1.08;
  white-space: nowrap;
}

.service-list {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin-top: clamp(28px, 3vw, 43px);
}

.business-panel,
.company-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  column-gap: clamp(60px, 9vw, 150px);
}

.business-panel {
  position: relative;
  z-index: 2;
  padding: clamp(58px, 6vw, 88px) var(--content-gutter);
  border-radius: 24px;
  background: white;
  overflow: hidden;
}

.business-heading {
  grid-column: 1;
  grid-row: 1;
}

.service-card {
  padding: clamp(34px, 4vw, 54px) 0;
  border-bottom: 1px solid var(--line);
}

.service-card:first-child {
  padding-top: 0;
  border-top: 0;
}

.service-card:last-child {
  border-bottom: 0;
}

.service-copy {
  min-width: 0;
}

.service-eyebrow {
  margin-bottom: 9px;
  color: var(--green-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.service-copy h3 {
  color: var(--ink-deep);
  font-size: clamp(1.2rem, 1.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.45;
}

.service-description {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.9;
}

.service-copy .round-link {
  min-width: 166px;
  margin-top: 16px;
  padding: 9px 13px;
  font-size: 0.7rem;
}

.company {
  position: relative;
  padding: 0;
  background: white;
}

.company-panel {
  position: relative;
  z-index: 2;
  padding: clamp(58px, 6vw, 88px) var(--content-gutter);
  border-radius: 24px;
  background: white;
}

.section-accent {
  position: absolute;
  z-index: 6;
  pointer-events: none;
}

.section-accent img {
  width: 100%;
  height: auto;
}

.services-accent {
  top: -58px;
  right: clamp(22px, 6vw, 92px);
  width: clamp(190px, 23vw, 350px);
  transform: rotate(1.5deg);
}

.company-accent {
  top: -105px;
  right: clamp(22px, 6vw, 92px);
  width: clamp(170px, 19vw, 292px);
  transform: rotate(2deg);
}

.company-heading h2 {
  color: var(--ink-deep);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(3.7rem, 7vw, 7.4rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.company-heading > p:last-child {
  margin-top: 22px;
  font-weight: 700;
}

.company-heading {
  grid-column: 1;
  grid-row: 1;
}

.company-list {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin-top: 0;
  border-top: 1px solid var(--line);
}

.company-list > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 30px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.company-list dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.company-list dd {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.8;
}

.bottom-contact {
  display: grid;
  place-items: center;
  min-height: 240px;
  padding: 48px 24px;
  background: white;
}

.bottom-contact > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  min-width: min(420px, 100%);
  min-height: 68px;
  padding: 14px 24px 14px 28px;
  border-radius: 18px;
  background: var(--ink-deep);
  color: white;
  font-size: 1rem;
  font-weight: 700;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.bottom-contact > a:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
}

.bottom-contact > a > span:last-child {
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}

.bottom-contact > a:hover > span:last-child {
  transform: translate(3px, -3px);
}

.contact {
  position: relative;
  min-height: 580px;
  padding: 110px clamp(36px, 7vw, 118px);
  background: var(--stone);
  overflow: hidden;
}

.contact > .eyebrow,
.contact h2,
.contact > a {
  position: relative;
  z-index: 4;
}

.contact h2 {
  max-width: 980px;
  color: var(--ink-deep);
  font-size: clamp(2.8rem, 6vw, 6.5rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.18;
}

.contact > a {
  min-width: 230px;
  margin-top: 54px;
  border-radius: 14px;
}

.contact-shapes {
  position: absolute;
  inset: 0 0 0 52%;
}

.contact-shapes i {
  position: absolute;
  display: block;
}

.contact-shapes i:nth-child(1) {
  top: 8%;
  right: 11%;
  width: 190px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--coral);
}

.contact-shapes i:nth-child(2) {
  top: 38%;
  right: 22%;
  width: 230px;
  height: 150px;
  border-radius: 14px 70px 14px 70px;
  background: var(--green);
  transform: rotate(-19deg);
}

.contact-shapes i:nth-child(3) {
  right: 4%;
  bottom: -12%;
  width: 210px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--blue);
}

.contact-shapes i:nth-child(4) {
  bottom: 14%;
  left: 3%;
  width: 92px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f2cc35;
}

.site-footer {
  margin: 76px clamp(24px, 3vw, 52px) 24px;
  padding: 42px var(--content-gutter);
  border-radius: var(--radius);
  background: #f5f4f1;
}

.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-top {
  padding-bottom: 44px;
}

.footer-top > a:first-child {
  width: 148px;
}

.page-top {
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
}

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.footer-bottom nav {
  display: flex;
  gap: 30px;
}

.footer-bottom nav a,
.footer-bottom small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.845rem;
  font-weight: 700;
}

.footer-bottom small {
  color: var(--muted);
  font-weight: 400;
}

@media (max-width: 1100px) {
  .about-card {
    grid-template-columns: minmax(430px, 1fr) minmax(390px, 0.9fr);
  }

  .footer-bottom {
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  :root {
    --content-gutter: 34px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    inset: 16px 18px auto;
  }

  .brand {
    width: 156px;
    min-height: 74px;
    padding: 12px;
    border-radius: 20px;
  }

  .brand img {
    width: 128px;
  }

  .global-nav {
    display: none;
  }

  .header-contact {
    min-height: 50px;
    border-radius: 14px;
  }

  .hero {
    min-height: 820px;
    margin: 16px 18px 0;
  }

  .hero-copy {
    bottom: 115px;
    left: var(--content-gutter);
  }

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

  .hero-visual img {
    object-position: 58% center;
  }

  .section-shell {
    margin: 46px 18px 0;
  }

  .about,
  .services,
  .company {
    padding: 0;
  }

  .about-card {
    grid-template-columns: 1fr;
  }

  .business-panel,
  .company-panel {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .business-heading,
  .service-list,
  .company-heading,
  .company-list {
    grid-column: 1;
  }

  .business-heading,
  .company-heading {
    grid-row: 1;
  }

  .service-list,
  .company-list {
    grid-row: 2;
  }

  .service-list,
  .company-list {
    margin-top: 34px;
  }

  .about-photos {
    min-height: 720px;
    padding: 28px;
  }

  .about-photo {
    width: min(72%, 490px);
    height: clamp(220px, 34vw, 300px);
  }

  .services-accent {
    top: -38px;
    right: 34px;
    width: clamp(170px, 33vw, 260px);
  }

  .company-accent {
    top: -72px;
    right: 34px;
    width: clamp(150px, 29vw, 230px);
  }
}

@media (max-width: 620px) {
  :root {
    --radius: 22px;
    --content-gutter: 20px;
  }

  .site-header {
    gap: 12px;
  }

  .brand {
    width: 132px;
    min-height: 66px;
    padding: 10px;
  }

  .brand img {
    width: 112px;
  }

  .header-contact {
    gap: 10px;
    min-height: 44px;
    padding: 0 14px;
    font-size: 0.66rem;
  }

  .header-contact > i {
    display: none;
  }

  .hero {
    min-height: 720px;
    border-radius: 22px;
  }

  .hero-copy {
    right: 20px;
    bottom: 92px;
    left: var(--content-gutter);
  }

  .hero h1 {
    font-size: clamp(1.8rem, 8.3vw, 3rem);
    line-height: 1.2;
  }

  .hero-visual img {
    object-position: 62% center;
  }

  .scroll-cue {
    right: 14px;
    bottom: 14px;
  }

  .about-copy {
    padding: 42px var(--content-gutter);
  }

  .about-copy h2 {
    font-size: 2.55rem;
  }

  .about-desktop {
    display: none;
  }

  .about-mobile {
    display: block;
  }

  .about-photos-desktop {
    display: none;
  }

  .about-inline-photo {
    display: block;
    margin: 34px 0 20px;
    border-radius: 18px;
    overflow: hidden;
  }

  .about-inline-photo img {
    width: 100%;
    height: clamp(180px, 55vw, 245px);
    object-fit: cover;
  }

  .about-inline-photo + p {
    margin-top: 0;
  }

  .business-heading h2 {
    font-size: 12vw;
  }

  .business-panel {
    min-height: auto;
    padding: 44px var(--content-gutter) 30px;
  }

  .service-card {
    padding: 26px 0;
  }

  .service-copy h3 {
    font-size: 1.35rem;
  }

  .company-panel {
    padding: 44px var(--content-gutter);
  }

  .services-accent {
    top: -30px;
    right: 8px;
    width: 34vw;
    max-width: 130px;
  }

  .company {
    padding-top: 56px;
  }

  .company-accent {
    top: -30px;
    right: 8px;
    width: 30vw;
    max-width: 118px;
  }

  .company-list > div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 22px 0;
  }

  .site-footer {
    margin: 46px 18px 16px;
    padding: 28px var(--content-gutter);
  }

  .bottom-contact {
    min-height: 190px;
    padding: 36px 18px;
  }

  .bottom-contact > a {
    gap: 24px;
    min-height: 60px;
    padding: 12px 18px;
    font-size: 0.9rem;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
