/* The complete Macfleet studio. This presentation belongs only to studio/site. */
.full-site {
  --paper: #ebebeb;
  --muted: #747474;
  --line: #ccc;
}
.full-site .site-header {
  height: 60px;
  gap: 30px;
}
.full-site .desktop-nav {
  margin-left: 45px;
  gap: 24px;
}
.full-site .site-menu {
  background: #151515;
  overflow: auto;
}
.full-site .site-menu nav {
  padding-block: 25px;
}
.full-site .site-menu nav a {
  font-size: clamp(40px, 6.3vw, 88px);
  line-height: 1.18;
  padding-block: 5px;
}
.full-site .section-shell {
  width: calc(100% - 72px);
  max-width: 1680px;
}
.full-site .hero {
  height: calc(100svh - 67px);
  min-height: 760px;
}
.full-site .hero-content {
  padding-top: 125px;
}
.full-site .hero h1 {
  font-weight: 700;
  font-size: clamp(80px, 12.3vw, 222px);
}
.full-site .hero-bottom {
  grid-template-columns: minmax(300px, 1fr) minmax(160px, 0.6fr) 342px;
}
.full-site .hero-intro > .hero-definition {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  max-width: 410px;
  text-indent: 55px;
  font-weight: 500;
}
.hero-definition strong {
  font-weight: 600;
}
.full-section {
  padding-block: 160px;
}
.full-site h2 {
  font-weight: 600;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 70px;
}
.section-heading > .section-index {
  padding-top: 17px;
}
.section-heading h2 {
  font-size: clamp(70px, 8.8vw, 144px);
  letter-spacing: -0.065em;
  line-height: 0.94;
  font-weight: 700;
}
.section-subtitle {
  font-size: 16px;
  line-height: 1.35;
  margin-top: 20px;
}
.section-intro {
  font-size: 15px;
  line-height: 1.45;
  max-width: 260px;
  padding-top: 18px;
}
.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px 16px;
}
.work-card {
  display: block;
  min-width: 0;
}
.work-card-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;
  padding-inline: 2px;
}
.work-card-label h3 {
  font-size: 20px;
  letter-spacing: -0.045em;
}
.work-card-label > span {
  font-size: 12px;
  color: #666;
}
.work-card-label i {
  font-size: 14px;
  letter-spacing: 3px;
  margin-left: auto;
  font-style: normal;
}
.gallery-scene {
  height: 410px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
  background: #b2beb9;
}
.gallery-scene:before {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: -1;
  background:
    radial-gradient(ellipse at 20% 10%, #e1e8c7 0%, transparent 45%),
    radial-gradient(ellipse at 80% 90%, #50695c 0%, transparent 65%);
  transform: scale(1.02);
  transition: transform 0.7s;
}
.work-card:hover .gallery-scene:before {
  transform: scale(1.13);
}
.scene-shelf {
  background: #afb9be;
}
.scene-shelf:before {
  background:
    radial-gradient(ellipse at 40% 0%, #dbe5e8, transparent 65%),
    linear-gradient(140deg, transparent 40%, #516b7a);
}
.scene-capture {
  background: #c9a794;
}
.scene-capture:before {
  background:
    radial-gradient(ellipse at 15% 10%, #e4d6c5, transparent 60%),
    radial-gradient(ellipse at 70% 100%, #906c5f, transparent 65%);
}
.scene-focus {
  background: #bdbea7;
}
.scene-focus:before {
  background:
    radial-gradient(ellipse at 0% 0%, #e0e5d2, transparent 65%),
    linear-gradient(140deg, transparent 40%, #8b906c);
}
.scene-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: #ffffff26;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 500;
  color: #26342d;
}
.scene-island {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 24px;
  width: 120px;
  background: #101313;
  border-radius: 0 0 12px 12px;
}
.sample-window {
  width: 72%;
  max-width: 420px;
  background: #191c1bee;
  color: #fff;
  border: 1px solid #ffffff28;
  border-radius: 18px;
  padding: 19px;
  box-shadow: 0 28px 60px #18231d40;
  transform: translateY(10px);
  transition: transform 0.5s;
}
.work-card:hover .sample-window {
  transform: translateY(3px);
}
.sample-title {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 24px;
}
.sample-title img {
  filter: invert(1);
  width: 16px;
  height: 16px;
}
.sample-title small {
  margin-left: auto;
  font-size: 7px;
  color: #8e9b94;
  letter-spacing: 0.12em;
}
.sample-home > span,
.sample-timer > span,
.sample-capture > span {
  font-size: 8px;
  letter-spacing: 0.12em;
  color: #aeb6b1;
}
.sample-home h4 {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-top: 10px;
  font-weight: 500;
}
.sample-home > div {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.sample-home > div > span {
  flex: 1;
  background: #ffffff0b;
  padding: 13px;
  border-radius: 8px;
  font-size: 19px;
}
.sample-home small {
  display: block;
  font-size: 9px;
  margin-top: 7px;
  color: #b6bfb9;
}
.sample-shelf {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 7px 0 14px;
}
.sample-file {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 25px;
  height: 85px;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  color: #e1c0aa;
  background: #6c4a3c55;
  font-size: 15px;
  font-weight: 600;
}
.sample-file small {
  position: absolute;
  top: calc(100% + 10px);
  font-size: 8px;
  color: #bdc3bf;
  font-weight: 400;
  white-space: nowrap;
}
.sample-image {
  color: #b6c5df;
  background: linear-gradient(145deg, #586584, #86956b);
  font-size: 28px;
}
.sample-link {
  color: #d3d9bc;
  background: #81907338;
  font-size: 29px;
}
.sample-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff13;
  padding-top: 12px;
  font-size: 9px;
  color: #acb7b0;
}
.sample-bottom > span {
  font-size: 15px;
  line-height: 1;
}
.sample-capture p {
  font-size: 29px;
  line-height: 1.3;
  letter-spacing: -0.035em;
  padding: 20px 0 26px;
}
.sample-capture mark {
  color: #edf3e5;
  background: #a9c18a35;
  padding-inline: 3px;
}
.sample-capture > div {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #cbd5c3;
  border-top: 1px solid #ffffff17;
  padding-top: 12px;
}
.sample-timer {
  text-align: center;
  position: relative;
  padding-bottom: 8px;
}
.sample-timer strong {
  display: block;
  font-size: 66px;
  letter-spacing: -0.055em;
  line-height: 1.2;
  font-weight: 400;
  margin: 13px 0 8px;
  font-variant-numeric: tabular-nums;
}
.sample-timer div {
  font-size: 9px;
  color: #b8c0b8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.sample-timer i {
  width: 4px;
  height: 4px;
  background: #c5d6a8;
  border-radius: 50%;
}
.sample-timer > b {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  font-size: 9px;
  background: #d3ddc5;
  color: #263024;
  margin-top: 14px;
}
.scene-note {
  position: absolute;
  bottom: 14px;
  left: 16px;
  font-size: 7px;
  letter-spacing: 0.08em;
  color: #1522199c;
}
.section-tail {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid var(--line);
  padding: 32px 0;
}
.section-tail > span {
  font-size: 10px;
}
.section-tail > p {
  font-size: 13px;
  line-height: 1.4;
}
.section-tail .pill-button {
  justify-self: end;
}
.offset-heading {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 25px;
  margin-bottom: 70px;
}
.offset-heading > .section-index {
  padding-top: 12px;
}
.offset-heading h2,
.manifesto h2 {
  font-size: clamp(40px, 4.4vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.06em;
}
.offset-heading h2 span,
.manifesto h2 span {
  color: #868686;
}
.offset-heading .micro-label {
  display: block;
  margin-bottom: 32px;
}
.offset-copy {
  font-size: 17px;
  max-width: 490px;
  margin-top: 27px;
  line-height: 1.5;
}
.benefits {
  padding-top: 20px;
}
.benefit-body {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15vw;
  align-items: start;
}
.maker-card {
  background: #dededc;
  border-radius: 16px;
  padding: 18px;
  max-width: 320px;
}
.maker-mark {
  height: 165px;
  display: grid;
  place-items: center;
  background: #cccfc9;
  border-radius: 9px;
  margin-bottom: 20px;
}
.maker-mark img {
  transform: rotate(-8deg);
}
.maker-card p {
  font-size: 18px;
  letter-spacing: -0.04em;
  line-height: 1.25;
}
.maker-card > span {
  display: block;
  font-size: 12px;
  margin-top: 25px;
}
.benefit-copy > p {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: -0.035em;
  max-width: 600px;
}
.benefit-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 55px;
}
.benefit-facts strong {
  display: block;
  font-size: 76px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.055em;
}
.benefit-facts h3 {
  font-size: 17px;
  margin: 18px 0 9px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}
.benefit-facts p {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  max-width: 230px;
}
.full-dark {
  background: #151515;
  color: #f4f4f4;
  padding-inline: 29px;
}
.full-dark .section-index,
.full-dark .section-intro {
  color: #aaa;
}
.full-dark .section-heading {
  margin-bottom: 65px;
}
.full-dark .section-subtitle {
  color: #777;
  font-size: 30px;
}
.service-list {
  border-top: 1px solid #414141;
}
.service-list details {
  border-bottom: 1px solid #414141;
  padding-block: 25px;
}
.service-list summary {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 120px 3fr 40px;
  gap: 30px;
  align-items: center;
}
.service-list summary::-webkit-details-marker,
.faq-list summary::-webkit-details-marker {
  display: none;
}
.service-number {
  font-size: 12px;
  color: #777;
}
.service-art {
  height: 88px;
  width: 116px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 59px;
  font-weight: 400;
  background: #44463c;
  color: #d0d4c8;
  overflow: hidden;
}
.art-002 {
  background: #536059;
  color: #a7b9ad;
}
.art-003 {
  background: #5a5552;
  color: #cbbbae;
}
.art-004 {
  background: #454b51;
  color: #bdc6ce;
}
.service-list h3 {
  font-size: clamp(28px, 3.7vw, 58px);
  font-weight: 500;
  line-height: 1.06;
}
.service-plus {
  width: 30px;
  height: 30px;
  position: relative;
  justify-self: end;
}
.service-plus:before,
.service-plus:after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 14px;
  height: 1px;
  background: #ddd;
  transition: transform 0.3s;
}
.service-plus:after {
  transform: rotate(90deg);
}
.service-list details[open] .service-plus:after {
  transform: rotate(0);
}
.service-content {
  margin-left: calc(25% + 39px);
  padding: 28px 70px 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
.service-content > p {
  font-size: 15px;
  line-height: 1.5;
  color: #a4a4a4;
  max-width: 385px;
}
.service-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-content: start;
}
.service-tags small {
  flex-basis: 100%;
  font-size: 9px;
  color: #777;
  margin-bottom: 6px;
  letter-spacing: 0.06em;
}
.service-tags span {
  font-size: 10px;
  border: 1px solid #454545;
  border-radius: 25px;
  padding: 7px 12px;
}
.dark-tail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
.full-dark .pill-button {
  background: #f2f2ef;
  color: #111;
}
.full-dark .pill-button > span {
  background: #111;
  color: #fff;
}
.dark-tail > span {
  font-size: 9px;
  color: #777;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 70px;
}
.process-image {
  height: 230px;
  border-radius: 13px;
  position: relative;
  background: #d4d5cf;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.process-image:after {
  content: "";
  width: 200px;
  height: 200px;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  position: absolute;
  transform: translate(75px, 65px);
}
.process-image > span {
  position: absolute;
  top: 18px;
  left: 18px;
  font-size: 12px;
  color: #666;
}
.process-image > b {
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  transform: rotate(-10deg);
}
.step-02 {
  background: #c2cbc5;
}
.step-03 {
  background: #d5c9be;
}
.step-04 {
  background: #b6c0c7;
}
.process-grid h3 {
  font-size: 20px;
  letter-spacing: -0.045em;
  margin: 22px 0 12px;
}
.process-grid p {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  max-width: 235px;
}
.studio-reel {
  height: 580px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  color: white;
  background: #333;
}
.studio-reel > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}
.studio-reel > div {
  position: absolute;
  inset: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.studio-reel > div > span {
  font-size: 10px;
}
.studio-reel button {
  position: absolute;
  top: 30px;
  right: 28px;
  border-radius: 30px;
  padding: 8px 8px 8px 18px;
  background: #f4f4f4;
  color: #171717;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 35px;
}
.studio-reel button b {
  display: grid;
  place-items: center;
  border: 1px solid #bbb;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 10px;
}
.studio-reel p {
  margin-top: auto;
  font-size: clamp(32px, 6.6vw, 104px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.98;
}
.studio-reel small {
  font-size: 9px;
  margin-top: 22px;
  color: #ccc;
}
.audience {
  padding-top: 10px;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
.audience-lead {
  padding: 20px 30px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.audience-lead strong {
  font-size: 33px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.audience-lead p {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  margin: 20px 0 30px;
}
.audience-lead .pill-button {
  margin-top: auto;
  gap: 20px;
  font-size: 12px;
}
.audience-story {
  border-radius: 15px;
  background: #dfdfde;
  overflow: hidden;
}
.audience-profile {
  background: #d3d5ce;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.audience-profile > span {
  display: grid;
  place-items: center;
  background: #b5bcae;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 23px;
  line-height: 1;
}
.audience-profile strong {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.audience-story:nth-child(3) .audience-profile {
  background: #ced3d6;
}
.audience-story:nth-child(3) .audience-profile > span {
  background: #b0bac0;
}
.audience-story:nth-child(4) .audience-profile {
  background: #d8cdc5;
}
.audience-story:nth-child(4) .audience-profile > span {
  background: #c4b4a9;
}
.audience-text {
  padding: 22px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.audience-text > span {
  font-size: 21px;
  color: #777;
}
.audience-text h3 {
  font-size: 27px;
  line-height: 1.07;
  font-weight: 500;
  margin: 20px 0 15px;
}
.audience-text p {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}
.audience-text a {
  font-size: 11px;
  margin-top: auto;
  padding-top: 30px;
}
.section-caption {
  font-size: 10px;
  color: #747474;
  margin-top: 17px;
}
.manifesto {
  padding-top: 20px;
}
.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-bottom: 65px;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 90px;
}
.fact-grid strong {
  font-size: clamp(45px, 7vw, 112px);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.07em;
}
.fact-grid p {
  font-size: 12px;
  margin-top: 22px;
}
.manifesto-body {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 25px;
}
.manifesto-body > .section-index {
  padding-top: 13px;
}
.manifesto-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 45px;
}
.manifesto-columns p {
  font-size: 17px;
  line-height: 1.5;
  color: #666;
  max-width: 350px;
}
.case-banner {
  height: 540px;
  background: #aabaac;
  border-radius: 17px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.case-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 20%, #d4dbbd, transparent 60%),
    linear-gradient(20deg, #6a8576, transparent 80%);
  z-index: 0;
}
.case-banner > * {
  z-index: 1;
}
.case-banner > div {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  position: relative;
}
.case-banner > div > a {
  border-bottom: 1px solid #334c3a70;
  padding-bottom: 7px;
}
.case-banner > strong {
  font-size: clamp(100px, 22vw, 345px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.09em;
  position: absolute;
  bottom: 70px;
  left: 19px;
  color: #24382b18;
  white-space: nowrap;
}
.case-banner > h2 {
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1;
  letter-spacing: -0.055em;
  margin-top: auto;
  color: #1b3024;
  max-width: 730px;
}
.case-bento {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 13px;
  margin-top: 13px;
}
.case-bento > article {
  border-radius: 14px;
  background: #dededb;
  padding: 25px;
  min-width: 0;
}
.case-bento > article > span {
  font-size: 9px;
}
.case-bento h3 {
  font-size: 27px;
  line-height: 1.1;
  margin-top: 33px;
  font-weight: 500;
}
.case-bento article > p {
  font-size: 13px;
  line-height: 1.5;
  color: #696969;
  margin-top: 22px;
}
.case-bento > .case-visual {
  padding: 0;
}
.case-visual .gallery-scene {
  height: 100%;
  min-height: 320px;
  border-radius: 14px;
}
.case-visual .sample-window {
  width: 83%;
  padding: 16px;
}
.case-steps > p {
  display: flex;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #c3c3bf;
}
.case-steps > p > b {
  font-size: 10px;
  font-weight: 400;
  color: #777;
  padding-top: 2px;
}
.case-steps > a {
  display: block;
  font-size: 11px;
  margin-top: 24px;
}
.case-study {
  padding-bottom: 150px;
}
.access-tabs {
  width: max-content;
  max-width: 100%;
  padding: 5px;
  display: flex;
  gap: 5px;
  border-radius: 30px;
  background: #303030;
  margin: 0 auto 60px;
}
.access-tabs button {
  background: transparent;
  color: #b7b7b7;
  font-size: 12px;
  border-radius: 25px;
  padding: 12px 24px;
}
.access-tabs button[aria-selected="true"] {
  background: #f0f0ee;
  color: #111;
}
.access-panels > [role="tabpanel"] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-bottom: 55px;
}
.access-panels aside {
  padding: 30px;
  max-width: 450px;
}
.access-panels aside h3 {
  font-size: 48px;
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 500;
}
.access-panels aside p {
  font-size: 15px;
  line-height: 1.5;
  color: #999;
  max-width: 315px;
  margin-top: 25px;
}
.access-panels > [role="tabpanel"] > div {
  background: #252525;
  border: 1px solid #3c3c3c;
  border-radius: 17px;
  padding: 30px;
}
.access-panels > [role="tabpanel"] > div > span {
  display: block;
  font-size: 9px;
  color: #aaa;
  letter-spacing: 0.06em;
  margin-bottom: 35px;
}
.access-panels > [role="tabpanel"] > div h3 {
  font-size: 65px;
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.06em;
}
.access-panels small {
  display: block;
  font-size: 27px;
  color: #9b9b9b;
  font-weight: 400;
  letter-spacing: -0.04em;
  margin-top: 5px;
}
.access-panels ul {
  list-style: none;
  padding: 0;
  margin: 35px 0;
  font-size: 13px;
  color: #b2b2b2;
}
.access-panels li {
  padding-block: 12px;
  border-bottom: 1px solid #3d3d3d;
}
.access-panels li:before {
  content: "↗";
  padding-right: 12px;
  color: #eee;
}
.access-panels .pill-button {
  width: 100%;
}
.access-foot {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #3c3c3c;
  padding-top: 28px;
  gap: 20px;
  font-size: 11px;
}
.access-foot > span {
  font-size: 9px;
  color: #888;
}
.faq-list {
  margin-left: 25%;
  border-top: 1px solid #c5c5c5;
}
.faq-list details {
  border-bottom: 1px solid #c5c5c5;
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 25px 0;
  list-style: none;
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.25;
}
.faq-list summary span {
  font-size: 23px;
  font-weight: 400;
  transition: transform 0.25s;
  line-height: 1.2;
  flex-shrink: 0;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  padding: 0 55px 30px 0;
  max-width: 780px;
}
.journal-preview {
  padding-top: 0;
}
.journal-intro {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
}
.journal-intro p {
  font-size: 15px;
  max-width: 315px;
}
.journal-home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.journal-home-grid > a {
  min-width: 0;
}
.journal-cover {
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background: #c5c7c1;
}
.journal-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75);
  transition: transform 0.65s;
}
.journal-home-grid > a:hover .journal-cover > img {
  transform: scale(1.04);
}
.journal-cover > span {
  position: absolute;
  top: 22px;
  left: 22px;
  font-size: 9px;
  color: #fff;
  letter-spacing: 0.05em;
}
.cover-command {
  background: #c5cabb;
  padding: 30px;
}
.cover-command > span {
  color: #3a4035;
}
.cover-command > b {
  position: absolute;
  right: 20px;
  top: 40px;
  font-size: 225px;
  line-height: 1;
  color: #40533420;
  font-weight: 400;
}
.cover-command > p {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-size: 68px;
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 500;
  color: #273125;
}
.journal-home-grid > a > div:last-child {
  position: relative;
  padding: 25px 0;
}
.journal-home-grid small {
  font-size: 9px;
  color: #666;
}
.journal-home-grid h3 {
  font-size: 37px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.05em;
  margin-top: 18px;
}
.journal-home-grid > a > div:last-child > span {
  position: absolute;
  right: 5px;
  bottom: 27px;
  font-size: 27px;
}
.contact-section {
  position: relative;
  isolation: isolate;
  background: #181818;
  color: white;
  padding: 70px 30px;
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 7vw;
  align-items: center;
  margin-bottom: 7px;
}
.contact-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #151515c0, #151515cc),
    url("/assets/studio-workspace.webp") center/cover;
}
.contact-form {
  background: #f5f5f3;
  color: #151515;
  padding: 28px;
  border-radius: 17px;
  min-width: 0;
}
.contact-brand {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.contact-form h2 {
  font-size: 39px;
  line-height: 1.03;
  letter-spacing: -0.055em;
  margin: 35px 0 30px;
}
.contact-form h2 span {
  color: #888;
}
.contact-form label {
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-top: 19px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  display: block;
  font-family: var(--font);
  font-size: 13px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c8c8c5;
  border-radius: 0;
  resize: vertical;
  color: #151515;
  padding: 10px 0;
  line-height: 1.5;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: #282828;
  box-shadow: 0 1px #282828;
}
.contact-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #151515;
  color: #fff;
  padding: 15px 18px;
  font-size: 12px;
  border-radius: 30px;
  width: 100%;
  margin-top: 27px;
}
.contact-submit > span {
  font-size: 20px;
  line-height: 1;
}
.contact-copy {
  background: transparent;
  font-size: 10px;
  margin-top: 12px;
  padding: 9px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-form > small {
  display: block;
  font-size: 9px;
  line-height: 1.6;
  color: #777;
  margin-top: 13px;
}
.contact-form > small a {
  text-decoration: underline;
}
.form-status {
  font-size: 11px;
  line-height: 1.5;
  color: #465540;
  margin-top: 9px;
}
.contact-copy-block h2 {
  font-size: clamp(70px, 10.5vw, 160px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.075em;
  margin-bottom: 50px;
  white-space: nowrap;
}
.contact-copy-block h3 {
  font-size: 38px;
  line-height: 1.06;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.contact-copy-block h3 span {
  color: #999;
}
.contact-reasons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 60px;
}
.contact-reasons > div > span {
  font-size: 28px;
}
.contact-reasons h4 {
  font-size: 18px;
  letter-spacing: -0.035em;
  margin-top: 16px;
}
.contact-reasons p {
  font-size: 13px;
  line-height: 1.5;
  color: #aaa;
  margin-top: 12px;
  max-width: 250px;
}
.contact-email {
  display: inline-block;
  font-size: 21px;
  letter-spacing: -0.04em;
  margin-top: 45px;
  border-bottom: 1px solid #999;
  padding-bottom: 8px;
}
.full-site .site-footer {
  background: #dededc;
}
.footer-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #bcbcb9;
  padding-bottom: 40px;
  margin-bottom: 45px;
}
.footer-contact > a {
  font-size: clamp(26px, 5.6vw, 90px);
  letter-spacing: -0.065em;
  line-height: 1.1;
}
.footer-contact > a > span {
  font-size: 0.55em;
  margin-left: 18px;
  display: inline-block;
}
.footer-contact > p {
  font-size: 13px;
  line-height: 1.45;
}
.full-site .footer-wordmark {
  font-weight: 600;
  font-size: 17.7vw;
  letter-spacing: -0.08em;
}
.footer-bottom > div {
  display: flex;
  gap: 24px;
}
.film-dialog {
  width: min(1100px, 94vw);
  padding: 20px;
  border: 1px solid #555;
  border-radius: 17px;
  background: #171717;
  color: #eee;
  max-height: 95svh;
}
.film-dialog::backdrop {
  background: #000b;
  backdrop-filter: blur(12px);
}
.film-dialog > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-bottom: 18px;
  font-size: 11px;
}
.film-dialog button {
  padding: 10px;
  background: transparent;
  color: inherit;
  font-size: 12px;
}
.film-dialog video {
  width: 100%;
  max-height: 74svh;
  display: block;
  border-radius: 8px;
  background: #111;
}
.film-dialog > p {
  font-size: 11px;
  color: #999;
  margin-top: 14px;
}
body:has(.film-dialog[open]) {
  overflow: hidden;
}
@media (min-width: 1800px) {
  .full-dark {
    padding-inline: 50px;
  }
  .contact-section {
    padding-inline: 50px;
  }
  .gallery-scene {
    height: 490px;
  }
}
@media (max-width: 1200px) {
  .full-section {
    padding-block: 105px;
  }
  .section-heading {
    grid-template-columns: 1fr 2.1fr 1fr;
    gap: 18px;
  }
  .section-heading h2 {
    font-size: 9vw;
  }
  .full-site .hero-top {
    grid-template-columns: 1fr 220px;
    gap: 25px;
  }
  .full-site .hero h1 {
    font-size: 11.7vw;
  }
  .full-site .hero-principles {
    font-size: 15px;
  }
  .full-site .hero-bottom {
    grid-template-columns: 1fr 0.4fr 300px;
    gap: 25px;
  }
  .full-site .hero-intro > .hero-definition {
    font-size: 19px;
    text-indent: 30px;
  }
  .full-site .featured-app {
    min-height: 135px;
  }
  .full-site .featured-icon {
    width: 90px;
  }
  .full-site .featured-info strong {
    font-size: 28px;
  }
  .full-site .hero-scroll {
    font-size: 11px;
    gap: 15px;
  }
  .gallery-scene {
    height: 345px;
  }
  .sample-window {
    width: 79%;
    padding: 17px;
  }
  .benefit-body {
    gap: 9vw;
  }
  .service-list summary {
    grid-template-columns: 0.7fr 100px 3fr 30px;
    gap: 20px;
  }
  .service-art {
    width: 100px;
    height: 75px;
  }
  .service-content {
    margin-left: 25%;
    padding-right: 20px;
  }
  .process-image {
    height: 180px;
  }
  .studio-reel {
    height: 500px;
  }
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .audience-lead {
    padding: 25px;
    min-height: 330px;
  }
  .audience-text {
    min-height: 280px;
  }
  .fact-grid {
    margin-bottom: 65px;
  }
  .case-bento {
    grid-template-columns: 1fr 1.4fr;
  }
  .case-bento > .case-steps {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
  }
  .case-steps > p {
    margin-top: 0 !important;
  }
  .case-steps > a {
    margin-top: 0;
  }
  .case-banner {
    height: 480px;
  }
  .case-study {
    padding-bottom: 105px;
  }
  .access-panels aside h3 {
    font-size: 40px;
  }
  .contact-section {
    gap: 5vw;
  }
  .contact-copy-block h3 {
    font-size: 31px;
  }
  .contact-reasons {
    gap: 20px;
    margin-top: 40px;
  }
  .contact-form {
    padding: 23px;
  }
  .contact-copy-block h2 {
    margin-bottom: 35px;
  }
  .journal-cover {
    height: 335px;
  }
  .cover-command > p {
    font-size: 57px;
  }
  .benefits,
  .audience,
  .manifesto,
  .journal-preview {
    padding-top: 15px;
  }
}
@media (max-width: 810px) {
  .full-site .site-header {
    padding-inline: 22px;
    gap: 22px;
  }
  .full-site .desktop-nav {
    margin-left: auto;
    flex: initial;
  }
  .full-site .desktop-nav a {
    display: none;
  }
  .full-site .desktop-nav a:nth-child(2) {
    display: block;
  }
  .full-site .menu-toggle {
    width: 33px;
    margin-left: 0;
  }
  .full-site .section-shell {
    width: calc(100% - 40px);
  }
  .full-site .hero {
    min-height: 820px;
    height: auto;
  }
  .full-site .hero-content {
    padding: 90px 22px 22px;
  }
  .full-site .hero-top {
    display: block;
  }
  .full-site .hero h1 {
    font-size: 16.2vw;
  }
  .full-site .hero-principles {
    margin-top: 30px;
    font-size: 14px;
  }
  .full-site .hero-principles p + p {
    margin-top: 1px;
  }
  .full-site .hero-coordinate-line {
    top: 48%;
    left: 22px;
    right: 22px;
  }
  .full-site .hero-bottom {
    grid-template-columns: 1fr 275px;
    gap: 35px;
    padding-top: 195px;
  }
  .full-site .hero-intro > .hero-definition {
    font-size: 20px;
    max-width: 340px;
  }
  .full-site .hero-scroll {
    display: none;
  }
  .full-site .hero-meta {
    margin-top: 28px;
  }
  .full-section {
    padding-block: 85px;
  }
  .section-heading {
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    margin-bottom: 45px;
  }
  .section-heading > .section-index {
    font-size: 10px;
    padding-top: 9px;
  }
  .section-heading h2 {
    font-size: 10vw;
  }
  .section-intro {
    grid-column: 2;
    max-width: 290px;
    padding-top: 0;
    font-size: 13px;
  }
  .section-subtitle {
    font-size: 13px;
    margin-top: 15px;
  }
  .work-grid {
    gap: 30px 12px;
  }
  .work-card-label {
    gap: 8px;
  }
  .work-card-label h3 {
    font-size: 16px;
  }
  .work-card-label > span {
    font-size: 9px;
  }
  .work-card-label i {
    display: none;
  }
  .gallery-scene {
    height: 305px;
  }
  .sample-window {
    width: 85%;
    padding: 12px;
    border-radius: 13px;
  }
  .sample-title {
    margin-bottom: 17px;
    font-size: 9px;
  }
  .sample-title img {
    width: 13px;
    height: 13px;
  }
  .sample-home h4 {
    font-size: 27px;
  }
  .sample-home > div {
    margin-top: 15px;
  }
  .sample-home > div > span {
    padding: 9px;
    font-size: 17px;
  }
  .sample-home small {
    font-size: 7px;
  }
  .scene-island {
    width: 85px;
    height: 21px;
  }
  .scene-menu {
    font-size: 7px;
    padding-inline: 10px;
  }
  .scene-note {
    font-size: 6px;
    left: 10px;
    bottom: 11px;
  }
  .sample-file {
    height: 62px;
    font-size: 12px;
  }
  .sample-file small {
    font-size: 6px;
  }
  .sample-shelf {
    gap: 7px;
  }
  .sample-bottom {
    font-size: 7px;
  }
  .sample-capture p {
    font-size: 23px;
    padding-bottom: 22px;
  }
  .sample-timer strong {
    font-size: 51px;
  }
  .section-tail {
    grid-template-columns: 1fr auto;
  }
  .section-tail > span {
    display: none;
  }
  .section-tail > p {
    font-size: 12px;
  }
  .offset-heading {
    grid-template-columns: 1fr 2fr;
    gap: 25px;
    margin-bottom: 45px;
  }
  .offset-heading h2,
  .manifesto h2 {
    font-size: 41px;
  }
  .offset-heading > .section-index {
    font-size: 10px;
  }
  .benefits,
  .audience,
  .manifesto,
  .journal-preview {
    padding-top: 5px;
  }
  .benefit-body {
    grid-template-columns: 1fr 1.5fr;
    gap: 35px;
  }
  .maker-card {
    padding: 13px;
  }
  .maker-mark {
    height: 140px;
  }
  .maker-card p {
    font-size: 16px;
  }
  .benefit-copy > p {
    font-size: 20px;
  }
  .benefit-facts {
    gap: 25px;
    margin-top: 35px;
  }
  .benefit-facts strong {
    font-size: 58px;
  }
  .benefit-facts h3 {
    font-size: 15px;
  }
  .benefit-facts p {
    font-size: 11px;
  }
  .full-dark {
    padding-inline: 20px;
  }
  .full-dark .section-heading {
    margin-bottom: 45px;
  }
  .service-list summary {
    grid-template-columns: 35px 80px 1fr 25px;
    gap: 16px;
  }
  .service-art {
    width: 80px;
    height: 65px;
    font-size: 45px;
  }
  .service-list h3 {
    font-size: 29px;
  }
  .service-content {
    margin-left: calc(35px + 16px + 80px + 16px);
    grid-template-columns: 1fr;
    padding-right: 20px;
    gap: 22px;
  }
  .service-content > p {
    font-size: 13px;
  }
  .service-tags span {
    font-size: 9px;
    padding: 6px 10px;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
    margin-bottom: 45px;
  }
  .process-image {
    height: 220px;
  }
  .process-grid h3 {
    font-size: 19px;
    margin-top: 17px;
  }
  .process-grid p {
    max-width: 240px;
  }
  .offset-copy {
    font-size: 15px;
  }
  .studio-reel {
    height: 430px;
  }
  .studio-reel p {
    font-size: 7vw;
  }
  .studio-reel > div {
    padding: 22px;
  }
  .studio-reel button {
    top: 20px;
    right: 20px;
  }
  .fact-grid {
    gap: 20px;
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
  .fact-grid strong {
    font-size: 8.7vw;
  }
  .fact-grid p {
    font-size: 10px;
    margin-top: 15px;
  }
  .manifesto-body {
    grid-template-columns: 1fr 2fr;
  }
  .manifesto-columns {
    gap: 30px;
    margin-top: 30px;
  }
  .manifesto-columns p {
    font-size: 14px;
  }
  .case-banner {
    height: 370px;
  }
  .case-banner > h2 {
    font-size: 46px;
  }
  .case-banner > strong {
    font-size: 25vw;
    bottom: 90px;
  }
  .case-bento {
    grid-template-columns: 1fr 1.25fr;
  }
  .case-bento > article {
    padding: 20px;
  }
  .case-bento h3 {
    font-size: 23px;
  }
  .case-bento article > p {
    font-size: 12px;
  }
  .case-bento > .case-steps {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .case-steps > p {
    padding-bottom: 10px;
  }
  .case-visual .sample-window {
    width: 90%;
  }
  .case-study {
    padding-bottom: 85px;
  }
  .access-panels aside {
    padding: 15px 0;
  }
  .access-panels aside h3 {
    font-size: 33px;
  }
  .access-panels aside p {
    font-size: 13px;
    padding-right: 15px;
  }
  .access-panels > [role="tabpanel"] > div {
    padding: 22px;
  }
  .access-panels > [role="tabpanel"] > div h3 {
    font-size: 49px;
  }
  .access-panels small {
    font-size: 22px;
  }
  .access-panels ul {
    font-size: 11px;
  }
  .access-panels li {
    padding-block: 10px;
  }
  .access-tabs {
    margin-bottom: 40px;
  }
  .faq-list {
    margin-left: 33.333%;
  }
  .faq-list summary {
    font-size: 21px;
    padding-block: 22px;
  }
  .faq-list p {
    font-size: 13px;
    padding-right: 30px;
  }
  .journal-intro {
    align-items: start;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
  }
  .journal-cover {
    height: 290px;
  }
  .cover-command > p {
    font-size: 47px;
  }
  .cover-command > b {
    font-size: 180px;
    top: 50px;
    right: 10px;
  }
  .journal-home-grid h3 {
    font-size: 27px;
  }
  .journal-home-grid > a > div:last-child > span {
    font-size: 22px;
    bottom: 25px;
  }
  .contact-section {
    padding: 40px 22px;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .contact-copy-block {
    grid-row: 1;
  }
  .contact-copy-block h2 {
    font-size: 16vw;
    margin-bottom: 30px;
  }
  .contact-copy-block h3 {
    font-size: 32px;
  }
  .contact-reasons {
    margin-top: 30px;
    gap: 30px;
  }
  .contact-reasons p {
    max-width: 300px;
  }
  .contact-email {
    margin-top: 30px;
  }
  .contact-form {
    max-width: none;
    padding: 28px;
  }
  .contact-form h2 {
    margin-block: 25px;
    font-size: 39px;
  }
  .footer-contact {
    align-items: start;
    flex-direction: column;
    gap: 18px;
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
  .footer-contact > a {
    font-size: 7.5vw;
  }
  .footer-contact > p {
    font-size: 12px;
  }
  .full-site .footer-wordmark {
    font-size: 16.8vw;
  }
  .full-site .site-menu nav a {
    font-size: clamp(36px, 7vw, 60px);
  }
  .full-site .site-menu nav {
    padding-block: 25px;
  }
  .full-site .menu-bottom {
    gap: 20px;
  }
  .full-site .menu-bottom p {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .full-site .site-header {
    height: 60px;
    padding-inline: 18px;
    gap: 15px;
  }
  .full-site .hero {
    min-height: 860px;
  }
  .full-site .hero-content {
    padding: 80px 18px 20px;
    min-height: 860px;
  }
  .full-site .hero h1 {
    font-size: 15.3vw;
  }
  .full-site .hero-principles {
    font-size: 13px;
    margin-top: 30px;
    line-height: 1.5;
  }
  .full-site .hero-coordinate-line {
    top: 42%;
    left: 18px;
    right: 18px;
    font-size: 20px;
  }
  .full-site .hero-bottom {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 27px;
    padding-top: 155px;
  }
  .full-site .hero-intro > .hero-definition {
    font-size: 22px;
    max-width: 350px;
    text-indent: 35px;
  }
  .full-site .featured-app {
    max-width: none;
    min-height: 125px;
    border-radius: 13px;
  }
  .full-site .featured-icon {
    width: 102px;
    border-radius: 9px;
  }
  .full-site .featured-info strong {
    font-size: 28px;
  }
  .full-site .hero-meta {
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 24px;
  }
  .full-site .hero-meta > span {
    font-size: 8px;
  }
  .full-site .hero-meta > span:last-child {
    display: none;
  }
  .full-site .film-control {
    font-size: 9px;
  }
  .full-section {
    padding-block: 70px;
  }
  .section-heading {
    display: block;
    margin-bottom: 38px;
  }
  .section-heading > .section-index {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 18vw;
  }
  .section-subtitle {
    margin-top: 15px;
    font-size: 14px;
  }
  .section-intro {
    font-size: 13px;
    margin-top: 20px;
    max-width: 285px;
  }
  .work-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .work-card-label h3 {
    font-size: 19px;
  }
  .work-card-label > span {
    font-size: 11px;
  }
  .work-card-label i {
    display: block;
  }
  .gallery-scene {
    height: 350px;
  }
  .sample-window {
    width: 78%;
    padding: 17px;
    max-width: 370px;
  }
  .sample-title {
    font-size: 10px;
    margin-bottom: 22px;
  }
  .sample-title img {
    width: 16px;
    height: 16px;
  }
  .sample-home h4 {
    font-size: 32px;
  }
  .sample-home > div > span {
    padding: 12px;
    font-size: 20px;
  }
  .sample-home small {
    font-size: 8px;
  }
  .sample-file {
    height: 77px;
    font-size: 13px;
  }
  .sample-file small {
    font-size: 7px;
  }
  .sample-shelf {
    gap: 9px;
  }
  .sample-capture p {
    font-size: 26px;
  }
  .sample-timer strong {
    font-size: 61px;
  }
  .sample-bottom {
    font-size: 8px;
  }
  .scene-menu {
    font-size: 8px;
    padding-inline: 12px;
  }
  .scene-note {
    font-size: 6px;
    left: 12px;
  }
  .section-tail {
    gap: 14px;
    padding-block: 23px;
  }
  .section-tail > p {
    font-size: 11px;
  }
  .section-tail .pill-button {
    font-size: 12px;
    gap: 14px;
    padding-left: 16px;
  }
  .offset-heading {
    display: block;
    margin-bottom: 35px;
  }
  .offset-heading > .section-index {
    display: block;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .offset-heading h2,
  .manifesto h2 {
    font-size: 39px;
    line-height: 1.06;
  }
  .benefits,
  .audience,
  .manifesto,
  .journal-preview {
    padding-top: 0;
  }
  .benefit-body {
    display: flex;
    flex-direction: column-reverse;
    gap: 35px;
  }
  .benefit-copy > p {
    font-size: 21px;
  }
  .benefit-facts {
    gap: 28px;
    margin-top: 35px;
  }
  .benefit-facts strong {
    font-size: 64px;
  }
  .benefit-facts h3 {
    font-size: 16px;
    margin-top: 15px;
  }
  .benefit-facts p {
    font-size: 12px;
  }
  .maker-card {
    max-width: none;
    width: 100%;
    padding: 15px;
    display: grid;
    grid-template-columns: 110px 1fr;
    column-gap: 20px;
    align-items: center;
  }
  .maker-mark {
    grid-row: span 2;
    height: 115px;
    margin: 0;
  }
  .maker-mark img {
    width: 62px;
    height: 62px;
  }
  .maker-card p {
    font-size: 17px;
  }
  .maker-card > span {
    font-size: 11px;
    margin-top: 0;
  }
  .full-dark {
    padding-inline: 18px;
  }
  .full-dark .section-heading {
    margin-bottom: 35px;
  }
  .full-dark .section-subtitle {
    font-size: 23px;
    margin-top: 12px;
  }
  .service-list details {
    padding-block: 23px;
  }
  .service-list summary {
    grid-template-columns: 52px 1fr 22px;
    gap: 15px;
  }
  .service-number {
    display: none;
  }
  .service-art {
    width: 52px;
    height: 54px;
    font-size: 35px;
    border-radius: 7px;
  }
  .service-list h3 {
    font-size: 27px;
  }
  .service-plus {
    width: 22px;
  }
  .service-content {
    margin-left: 67px;
    padding: 22px 0 4px;
    gap: 21px;
  }
  .service-content > p {
    font-size: 13px;
  }
  .service-tags span {
    font-size: 8px;
    padding: 6px 9px;
  }
  .dark-tail {
    align-items: start;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
  }
  .dark-tail > span {
    font-size: 8px;
  }
  .offset-heading .micro-label {
    margin-bottom: 22px;
  }
  .offset-copy {
    margin-top: 22px;
  }
  .process-grid {
    gap: 30px 12px;
    margin-bottom: 38px;
  }
  .process-image {
    height: 160px;
  }
  .process-image > b {
    font-size: 92px;
  }
  .process-image > span {
    top: 13px;
    left: 13px;
    font-size: 10px;
  }
  .process-grid h3 {
    font-size: 19px;
    line-height: 1.1;
    margin: 17px 0 10px;
  }
  .process-grid p {
    font-size: 12px;
  }
  .studio-reel {
    height: 390px;
    border-radius: 13px;
  }
  .studio-reel > img {
    object-position: 57% center;
  }
  .studio-reel > div {
    padding: 18px;
  }
  .studio-reel > div > span {
    font-size: 8px;
  }
  .studio-reel button {
    top: 48px;
    left: 18px;
    right: auto;
    font-size: 10px;
    padding: 5px 5px 5px 13px;
    gap: 23px;
  }
  .studio-reel button b {
    width: 28px;
    height: 28px;
    font-size: 8px;
  }
  .studio-reel p {
    font-size: 8.2vw;
    line-height: 1.03;
  }
  .studio-reel small {
    font-size: 8px;
    margin-top: 17px;
  }
  .audience-grid {
    grid-template-columns: 1fr;
  }
  .audience-lead {
    min-height: 0;
    padding: 0 0 25px;
  }
  .audience-lead strong {
    font-size: 35px;
  }
  .audience-lead strong br {
    display: none;
  }
  .audience-lead p {
    max-width: 290px;
    margin: 18px 0 25px;
  }
  .audience-profile {
    padding: 18px;
  }
  .audience-text {
    padding: 22px;
    min-height: 280px;
  }
  .audience-text h3 {
    font-size: 30px;
    max-width: 280px;
    margin-top: 17px;
  }
  .audience-text p {
    font-size: 14px;
    max-width: 290px;
  }
  .audience-text a {
    font-size: 12px;
    padding-top: 24px;
  }
  .section-caption {
    font-size: 9px;
    line-height: 1.5;
  }
  .fact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
    margin-bottom: 42px;
  }
  .fact-grid strong {
    font-size: 65px;
  }
  .fact-grid p {
    font-size: 11px;
    margin-top: 13px;
  }
  .manifesto-body {
    display: block;
  }
  .manifesto-body > .section-index {
    display: block;
    margin-bottom: 27px;
    padding: 0;
  }
  .manifesto-columns {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 25px;
  }
  .manifesto-columns p {
    font-size: 16px;
    max-width: 330px;
  }
  .case-banner {
    height: 350px;
    padding: 18px;
    border-radius: 13px;
  }
  .case-banner > div {
    font-size: 8px;
    gap: 15px;
    align-items: start;
  }
  .case-banner > div > a {
    font-size: 9px;
    white-space: nowrap;
  }
  .case-banner > h2 {
    font-size: 38px;
  }
  .case-banner > strong {
    font-size: 26vw;
    left: 12px;
    bottom: 155px;
  }
  .case-bento {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }
  .case-bento > article {
    padding: 22px;
  }
  .case-bento h3 {
    font-size: 29px;
    margin-top: 25px;
  }
  .case-bento article > p {
    font-size: 14px;
    margin-top: 20px;
    max-width: 300px;
  }
  .case-visual .gallery-scene {
    height: 330px;
  }
  .case-visual .sample-window {
    width: 79%;
    padding: 17px;
  }
  .case-bento > .case-steps {
    display: block;
  }
  .case-steps > p {
    margin-top: 23px !important;
  }
  .case-steps > a {
    margin-top: 25px;
    font-size: 12px;
  }
  .case-study {
    padding-bottom: 70px;
  }
  .access-tabs {
    margin-left: 0;
    margin-bottom: 28px;
  }
  .access-tabs button {
    font-size: 11px;
    padding: 11px 20px;
  }
  .access-panels > [role="tabpanel"] {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 32px;
  }
  .access-panels aside {
    padding: 5px 0 12px;
    max-width: 330px;
  }
  .access-panels aside h3 {
    font-size: 37px;
  }
  .access-panels aside p {
    margin-top: 20px;
    font-size: 14px;
  }
  .access-panels > [role="tabpanel"] > div {
    padding: 23px;
  }
  .access-panels > [role="tabpanel"] > div h3 {
    font-size: 62px;
  }
  .access-panels small {
    font-size: 26px;
  }
  .access-panels ul {
    font-size: 12px;
    margin-block: 28px;
  }
  .access-foot {
    flex-direction: column;
    gap: 18px;
    padding-top: 23px;
  }
  .access-foot > span {
    font-size: 8px;
  }
  .faq-list {
    margin-left: 0;
  }
  .faq-list summary {
    font-size: 22px;
    padding: 23px 0;
    gap: 18px;
  }
  .faq-list p {
    font-size: 14px;
    padding: 0 25px 25px 0;
  }
  .journal-intro {
    gap: 23px;
    margin-top: 24px;
  }
  .journal-intro p {
    font-size: 14px;
  }
  .journal-home-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .journal-cover {
    height: 340px;
  }
  .cover-command > p {
    font-size: 65px;
  }
  .cover-command > b {
    font-size: 210px;
  }
  .journal-home-grid h3 {
    font-size: 32px;
    padding-right: 24px;
  }
  .journal-home-grid > a > div:last-child {
    padding: 23px 0;
  }
  .journal-home-grid > a > div:last-child > span {
    bottom: 23px;
  }
  .contact-section {
    padding: 45px 18px 18px;
    gap: 35px;
  }
  .contact-copy-block h2 {
    font-size: 18vw;
    letter-spacing: -0.075em;
    margin-bottom: 30px;
  }
  .contact-copy-block h3 {
    font-size: 31px;
  }
  .contact-reasons {
    grid-template-columns: 1fr 1fr;
    gap: 23px;
    margin-top: 35px;
  }
  .contact-reasons h4 {
    font-size: 17px;
    line-height: 1.1;
    margin-top: 15px;
  }
  .contact-reasons p {
    font-size: 12px;
    margin-top: 11px;
  }
  .contact-reasons > div > span {
    font-size: 25px;
  }
  .contact-email {
    font-size: 20px;
    margin-top: 30px;
  }
  .contact-form {
    padding: 23px 19px;
  }
  .contact-form h2 {
    font-size: 38px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 16px;
  }
  .contact-form > small {
    font-size: 10px;
  }
  .contact-copy {
    font-size: 11px;
  }
  .contact-submit {
    font-size: 13px;
  }
  .footer-contact > a {
    font-size: 8.6vw;
    letter-spacing: -0.065em;
  }
  .footer-contact > a > span {
    margin-left: 6px;
  }
  .footer-contact > p {
    font-size: 12px;
  }
  .full-site .footer-wordmark {
    font-size: 16.5vw;
  }
  .footer-bottom {
    flex-wrap: wrap !important;
    row-gap: 17px !important;
  }
  .footer-bottom > div {
    gap: 17px;
  }
  .full-site .footer-bottom > a {
    margin-left: auto;
  }
  .full-site .site-menu {
    padding: 20px;
  }
  .full-site .site-menu nav a {
    font-size: 42px;
    line-height: 1.22;
    padding-block: 5px;
    gap: 20px;
  }
  .full-site .site-menu nav {
    padding-block: 20px;
  }
  .full-site .menu-bottom {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    padding-top: 18px;
  }
  .film-dialog {
    padding: 13px;
  }
  .film-dialog > div {
    font-size: 9px;
    gap: 12px;
  }
  .film-dialog button {
    font-size: 10px;
    padding: 10px 0;
  }
}
@media (max-width: 360px) {
  .full-site .hero-intro > .hero-definition {
    font-size: 20px;
  }
  .full-site .hero-content {
    padding-inline: 16px;
  }
  .full-site .featured-icon {
    width: 80px;
  }
  .full-site .featured-info strong {
    font-size: 25px;
  }
  .full-site .hero h1 {
    font-size: 14.9vw;
  }
  .sample-window {
    width: 84%;
  }
  .gallery-scene {
    height: 330px;
  }
  .work-card-label h3 {
    font-size: 17px;
  }
  .work-card-label > span {
    font-size: 10px;
  }
  .offset-heading h2,
  .manifesto h2 {
    font-size: 34px;
  }
  .service-list h3 {
    font-size: 23px;
  }
  .service-list summary {
    gap: 12px;
    grid-template-columns: 48px 1fr 22px;
  }
  .service-art {
    width: 48px;
    height: 50px;
  }
  .service-content {
    margin-left: 60px;
  }
  .maker-card {
    grid-template-columns: 88px 1fr;
    gap: 15px;
  }
  .maker-card p {
    font-size: 16px;
  }
  .maker-mark {
    height: 105px;
  }
  .process-image {
    height: 140px;
  }
  .process-grid h3 {
    font-size: 17px;
  }
  .case-banner > h2 {
    font-size: 33px;
  }
  .contact-copy-block h3 {
    font-size: 27px;
  }
  .contact-reasons {
    gap: 18px;
  }
  .contact-form {
    padding-inline: 17px;
  }
  .full-site .site-menu nav a {
    font-size: 36px;
  }
  .full-site .footer-wordmark {
    font-size: 16vw;
  }
  .full-site .footer-bottom > a {
    margin-left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
/* Readable small labels across the editorial light and dark surfaces. */
.full-site {
  --muted: #666;
}
.section-caption {
  color: #656565;
}
.service-number,
.service-tags small,
.dark-tail > span {
  color: #999;
}
.full-dark .section-subtitle {
  color: #999;
}
.contact-form > small {
  color: #686868;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #686868;
  opacity: 1;
}
@media (min-width: 541px) and (max-width: 810px) {
  .full-site .section-heading > .section-index,
  .full-site .section-heading > div {
    grid-column: auto;
  }
}
@media (max-width: 540px) {
  .full-site .featured-app {
    width: 100%;
  }
  .full-site .featured-info {
    flex: 1;
    min-width: 0;
  }
  .full-site .featured-info > strong {
    white-space: nowrap;
    font-size: 27px;
  }
}
@media (max-width: 360px) {
  .full-site .featured-info > strong {
    font-size: 25px;
  }
}
@media (max-width: 360px) {
  .cover-command > p {
    font-size: 52px;
  }
}
