:root {
  --snow: #f7f8f5;
  --paper: #ffffff;
  --mist: #edf3f1;
  --ink: #162426;
  --muted: #617174;
  --line: #cad7d2;
  --lake: #1c7087;
  --deep: #073f3c;
  --salmon: #e46f5c;
  --leaf: #6f947a;
  --shadow: 0 20px 46px rgba(7, 63, 60, 0.11);
  --soft-shadow: 0 10px 26px rgba(7, 63, 60, 0.08);
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  background: var(--snow);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background: var(--snow);
  color: var(--ink);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", system-ui, sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.85;
}

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

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

iframe {
  display: block;
}

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

h1,
h2,
h3,
h4 {
  font-weight: 800;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-weight: 600;
}

h1 {
  max-width: 800px;
  margin-bottom: 24px;
  font-size: clamp(42px, 5.2vw, 78px);
  line-height: 1.14;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
}

h2 {
  max-width: 900px;
  margin-bottom: 16px;
  font-size: clamp(30px, 3.4vw, 54px);
  line-height: 1.25;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.38;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 72px;
  padding: 12px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(24, 35, 38, 0.1);
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.brand img {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(24, 35, 38, 0.12);
  border-radius: 50%;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  color: #405154;
  font-size: 13px;
  font-weight: 700;
}

nav > a:not(.nav-cta) {
  position: relative;
}

nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--lake);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

nav > a:not(.nav-cta):hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-cta {
  padding: 10px 18px;
  border: 1px solid var(--deep);
  border-radius: 4px;
  background: var(--deep);
  color: #fff;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(820px, calc(100vh - 72px));
  padding: clamp(76px, 9vw, 128px) clamp(20px, 5vw, 80px) clamp(74px, 9vw, 124px);
  overflow: hidden;
  min-height: min(780px, calc(100vh - 72px));
  background: #e9f1f2 url("./assets/hokkaido-local-pr-hero.webp") right center / auto 100% no-repeat;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
  width: 56%;
  background: rgba(255, 255, 255, 0.98);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 700px);
}

.eyebrow {
  margin: 0 0 14px;
  color: #16708b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.lead {
  max-width: 660px;
  margin-bottom: 0;
  color: #526164;
  font-size: clamp(16px, 1.4vw, 19px);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 610px);
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.hero-proof li {
  display: grid;
  gap: 1px;
  padding: 13px 12px 12px 0;
}

.hero-proof li + li {
  padding-left: 12px;
  border-left: 1px solid var(--line);
}

.hero-proof strong {
  color: var(--deep);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.hero-proof span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 11px 22px;
  border: 1px solid var(--deep);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  box-shadow: 0 12px 24px rgba(16, 43, 50, 0.16);
  transform: translateY(-2px);
}

.button.primary {
  border-color: var(--salmon);
  background: var(--salmon);
  color: #fff;
}

.button.secondary {
  background: transparent;
  color: var(--deep);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.tag-row span,
.profile-tags span {
  padding: 7px 11px;
  border: 1px solid rgba(40, 120, 138, 0.28);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
  color: #39575d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.hero-card {
  position: absolute;
  right: clamp(20px, 4vw, 72px);
  bottom: clamp(26px, 5vw, 66px);
  z-index: 3;
  width: min(270px, 25vw);
  color: #fff;
}

.map-panel {
  display: block;
  min-height: 0;
  padding: 0 0 14px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.64);
  background: transparent;
  box-shadow: none;
}

.map-panel::before,
.snow-dot {
  display: none;
}

.map-panel strong {
  display: block;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1;
  text-shadow: 0 3px 18px rgba(16, 43, 50, 0.28);
}

.map-panel p {
  margin: 9px 0 0;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 3px 18px rgba(16, 43, 50, 0.28);
}

.floating-note {
  position: static;
  max-width: none;
  padding: 11px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.floating-note strong {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.floating-note span {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
}

.section {
  padding: clamp(78px, 10vw, 142px) clamp(20px, 5vw, 80px);
}

.section-heading {
  max-width: 920px;
  margin-bottom: clamp(32px, 4vw, 54px);
}

.section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading p:not(.eyebrow),
.problem-grid p,
.local-copy p,
.work-copy p,
.profile-card p {
  color: var(--muted);
  font-size: 16px;
}

.problem {
  background: #f2f6f3;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 6vw, 92px);
  max-width: 1080px;
}

.problem-grid p {
  margin-bottom: 0;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none;
  margin-top: clamp(38px, 5vw, 64px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.signal-grid div {
  min-height: 146px;
  padding: 22px 20px;
  color: #31494e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.signal-grid div + div {
  border-left: 1px solid var(--line);
}

.signal-grid span,
.usecase-grid span,
.local-board span {
  display: block;
  margin-bottom: 10px;
  color: var(--salmon);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.local {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: clamp(42px, 7vw, 120px);
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.local .eyebrow,
.local-board span {
  color: var(--lake);
}

.local-copy p,
.local-board p {
  color: var(--muted);
}

.local-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.local-board article {
  min-height: 194px;
  padding: 24px;
  background: #f4f8f5;
}

.local-board strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.35;
}

.local-board p {
  margin-bottom: 0;
  font-size: 14px;
}

.service {
  background: #fff;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  box-shadow: none;
  transform: none;
}

.service-card.featured {
  background: #fff;
  box-shadow: none;
}

.service-visual {
  position: relative;
  display: grid;
  height: 310px;
  place-items: center;
  padding: 20px;
  overflow: hidden;
  border-bottom: 0;
  background: #eef4f2;
}

.service-card:first-child .service-visual {
  height: 310px;
  background: #edf4f6;
}

.service-visual.character,
.service-visual.comic {
  height: 540px;
}

.service-visual.movie img,
.service-visual.character img,
.service-comic-sample {
  position: absolute;
  inset: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  max-height: none;
  max-width: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

.service-visual.comic {
  background: #f7f3ee;
}

.service-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px 22px 32px;
}

.service-copy p {
  color: var(--muted);
}

.service-copy > p:last-child {
  margin-bottom: 0;
}

.service-number {
  margin-bottom: 4px;
  color: var(--salmon) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
}

.sub {
  margin-bottom: 16px;
  color: var(--lake) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.usecase {
  background: #0e4d47;
  color: #fff;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.usecase-grid article {
  min-height: 240px;
  padding: 24px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.usecase-grid article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.usecase-grid p {
  margin-bottom: 0;
  color: #cfdfda;
  font-size: 14px;
}

.outcomes {
  background: #f3f7f5;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.outcome-grid article {
  min-height: 220px;
  padding: 28px 26px;
}

.outcome-grid article + article {
  border-left: 1px solid var(--line);
}

.outcome-grid span {
  display: block;
  margin-bottom: 20px;
  color: var(--salmon);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
}

.outcome-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.portfolio {
  background: #fff;
  color: var(--ink);
}

.portfolio .eyebrow,
.award-video-copy span,
.portfolio-copy span {
  color: var(--lake);
}

.portfolio .section-heading p:not(.eyebrow),
.portfolio-subheading p:not(.eyebrow),
.award-video-copy p,
.portfolio-copy p {
  color: var(--muted);
}

.portfolio-subheading {
  max-width: 760px;
  margin: 10px 0 22px;
}

.portfolio-subheading.sample {
  margin-top: 70px;
}

.portfolio-subheading h3 {
  margin-bottom: 6px;
}

.portfolio-subheading p:not(.eyebrow) {
  margin-bottom: 0;
}

.award-video-rail,
.portfolio-slider {
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  padding: 2px 0 22px;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--salmon) rgba(255, 255, 255, 0.16);
}

.award-video-rail {
  grid-auto-columns: minmax(286px, 390px);
}

.portfolio-slider {
  grid-auto-columns: minmax(360px, 66%);
}

.award-video-card,
.portfolio-slide {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #f8faf8;
  box-shadow: none;
  scroll-snap-align: start;
}

.award-video-frame {
  display: grid;
  min-height: 270px;
  place-items: center;
  background: #eaf1ee;
}

.award-video-frame video,
.award-video-frame iframe {
  width: 100%;
  min-height: 270px;
  border: 0;
  object-fit: cover;
}

.award-video-frame.vertical {
  min-height: 432px;
}

.award-video-frame.vertical iframe {
  width: min(100%, 244px);
  min-height: 432px;
  border-radius: 0;
}

.award-video-copy {
  min-height: 192px;
  padding: 22px;
}

.award-video-copy span,
.portfolio-copy span {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.award-video-copy h4 {
  margin: 0 0 7px;
  font-size: 20px;
  line-height: 1.4;
}

.award-video-copy p {
  margin-bottom: 0;
  font-size: 14px;
}

.portfolio-slide {
  display: grid;
  grid-template-columns: minmax(270px, 0.61fr) minmax(230px, 0.39fr);
  min-height: 372px;
}

.portfolio-slide video,
.portfolio-slide img {
  width: 100%;
  height: 100%;
  min-height: 372px;
  background: #edf3f0;
  object-fit: cover;
}

.portfolio-slide img {
  background: #fbfbf7;
  object-fit: contain;
  object-position: 50% 50%;
}

.portfolio-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 42px);
}

.portfolio-copy p {
  margin-bottom: 0;
}

.works {
  border-top: 1px solid var(--line);
  background: #f5f8f6;
}

.work-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.6fr);
  gap: clamp(34px, 7vw, 108px);
  align-items: center;
}

.work-image {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--mist);
  box-shadow: var(--soft-shadow);
}

.work-image img {
  width: 100%;
}

.work-copy {
  padding: 12px 0;
}

.work-copy ul {
  display: grid;
  gap: 8px;
  margin: 26px 0 0;
  padding-left: 1.2em;
  color: #456066;
  font-size: 15px;
  font-weight: 700;
}

.flow {
  background: #fff;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(24, 35, 38, 0.2);
  background: #f4f8f5;
}

.flow-list li {
  position: relative;
  min-height: 252px;
  padding: 24px 18px 22px;
}

.flow-list li + li {
  border-left: 1px solid rgba(24, 35, 38, 0.2);
}

.flow-list li:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -8px;
  width: 15px;
  height: 15px;
  border-top: 1px solid var(--deep);
  border-right: 1px solid var(--deep);
  background: #f4f8f5;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.flow-list span {
  display: block;
  margin-bottom: 14px;
  color: var(--salmon);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
}

.flow-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(40, 120, 138, 0.48);
  border-radius: 0;
  color: var(--deep);
  line-height: 1;
}

.flow-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.flow-list strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.45;
}

.flow-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.faq {
  background: var(--paper);
}

.faq-list {
  max-width: 960px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 22px 46px 22px 0;
  color: var(--ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  color: var(--lake);
  content: "+";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "\2212";
}

.faq-list p {
  max-width: 760px;
  margin: -3px 0 22px;
  color: var(--muted);
  font-size: 15px;
}

.profile {
  background: #f4f8f5;
}

.profile-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  max-width: 1160px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.profile-card > img {
  width: 112px;
  height: 112px;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: var(--soft-shadow);
}

.profile-role {
  margin: -6px 0 16px;
  color: var(--lake) !important;
  font-size: 17px !important;
  font-weight: 800;
}

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

.profile-extra {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.profile-extra-title {
  margin: 0 0 14px;
  color: var(--lake) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.award-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.award-list li {
  display: grid;
  grid-template-columns: 75px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 16px 12px 0;
  border-bottom: 1px solid var(--line);
  color: #46585b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.award-list li:nth-child(even) {
  padding-right: 0;
  padding-left: 16px;
  border-left: 1px solid var(--line);
}

.award-list span {
  color: var(--salmon);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.contact {
  margin: 0;
  padding: clamp(78px, 10vw, 136px) clamp(20px, 5vw, 80px);
  border-radius: 0;
  background: #073f3c;
  color: #fff;
  text-align: center;
  box-shadow: none;
}

.contact h2 {
  margin-right: auto;
  margin-left: auto;
}

.contact .eyebrow {
  color: #9bcfd7;
}

.contact p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: #d1dfdc;
}

.contact .hero-actions {
  justify-content: center;
}

.contact .button.primary {
  border-color: var(--salmon);
  background: var(--salmon);
  color: #fff;
}

.contact .button.secondary {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.social-link {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.social-link:hover {
  background: #fff;
  color: var(--deep);
  transform: translateY(-3px);
}

.social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.mobile-consult {
  display: none;
}

footer {
  padding: 30px 20px;
  background: #0a171a;
  color: #adbfbd;
  font-size: 13px;
  text-align: center;
}

.footer-social {
  margin: 0 0 16px;
}

.footer-social .social-link {
  border-color: rgba(255, 255, 255, 0.3);
}

footer p {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .hero {
    min-height: 700px;
    background-position: right center;
  }

  .hero::after {
    width: 66%;
  }

  .local,
  .work-layout {
    grid-template-columns: 1fr;
  }

  .local-board {
    max-width: 780px;
  }

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

  .service-card:first-child .service-visual {
    height: 276px;
  }

  .service-visual.character,
  .service-visual.comic {
    height: 420px;
  }

  .portfolio-slider {
    grid-auto-columns: minmax(340px, 82%);
  }
}

@media (max-width: 780px) {
  .site-header {
    position: static;
    min-height: 68px;
  }

  nav {
    display: none;
  }

  .hero {
    display: block;
    min-height: 760px;
    padding-top: 54px;
    padding-bottom: 324px;
    background-position: 68% bottom;
    background-size: auto 390px;
  }

  .hero::after {
    width: 100%;
    height: 54%;
    clip-path: none;
  }

  .hero-card {
    right: 20px;
    bottom: 28px;
    left: 20px;
    width: auto;
  }

  .map-panel strong {
    font-size: 28px;
  }

  h1 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.17;
  }

  h2 {
    font-size: clamp(28px, 8.5vw, 38px);
  }

  .lead,
  .section-heading p:not(.eyebrow),
  .problem-grid p,
  .local-copy p,
  .work-copy p,
  .profile-card p {
    font-size: 15px;
  }

  .button {
    flex: 1 1 100%;
    width: 100%;
  }

  .tag-row {
    display: none;
  }

  .problem-grid,
  .local-board,
  .service-grid,
  .usecase-grid,
  .flow-list,
  .profile-card {
    grid-template-columns: 1fr;
  }

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

  .outcome-grid article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .signal-grid div:nth-child(odd) {
    border-left: 0;
  }

  .signal-grid div:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .signal-grid div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .service-visual,
  .service-card:first-child .service-visual {
    height: 290px;
  }

  .service-visual.character,
  .service-visual.comic {
    height: 420px;
  }

  .usecase-grid article + article,
  .flow-list li + li {
    padding-left: 0;
    border-left: 0;
  }

  .usecase-grid article {
    min-height: 0;
  }

  .portfolio-subheading.sample {
    margin-top: 52px;
  }

  .award-video-rail {
    grid-auto-columns: minmax(280px, 86vw);
  }

  .portfolio-slider {
    grid-auto-columns: minmax(290px, 88vw);
  }

  .portfolio-slide {
    grid-template-columns: 1fr;
  }

  .portfolio-slide video,
  .portfolio-slide img {
    min-height: 260px;
    height: 260px;
  }

  .portfolio-slide img {
    min-height: 360px;
    height: 360px;
  }

  .flow-list li {
    min-height: 0;
    padding: 22px 0;
  }

  .flow-list {
    border-right: 0;
    border-left: 0;
  }

  .flow-list li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -7px;
    left: 18px;
    transform: rotate(135deg);
  }

  .flow-list span {
    margin-bottom: 12px;
  }

  .profile-card {
    gap: 22px;
  }

  .profile-card > img {
    width: 92px;
    height: 92px;
  }

  .hero-proof {
    margin-top: 24px;
  }

  .hero-proof strong {
    font-size: 13px;
  }

  .hero-proof span {
    font-size: 10px;
  }

  .faq-list summary {
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 16px;
  }

  .mobile-consult {
    position: fixed;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 40;
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 999px;
    background: var(--deep);
    box-shadow: 0 16px 34px rgba(16, 43, 50, 0.28);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-consult.is-hidden {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(12px);
  }

  body {
    padding-bottom: 82px;
  }

  .award-list {
    grid-template-columns: 1fr;
  }

  .award-list li,
  .award-list li:nth-child(even) {
    padding: 11px 0;
    border-left: 0;
  }
}

@media (max-width: 440px) {
  .site-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand {
    font-size: 14px;
  }

  .tag-row span,
  .profile-tags span {
    font-size: 11px;
  }

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

  .signal-grid div,
  .signal-grid div:nth-child(even) {
    border-left: 0;
  }

  .signal-grid div + div {
    border-top: 1px solid var(--line);
  }

  .award-list li {
    grid-template-columns: 68px minmax(0, 1fr);
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
