:root {
  --paper: #f1eadc;
  --paper-light: #fffdf7;
  --ink: #122b2a;
  --green: #153b3a;
  --mint: #8ac8ba;
  --red: #e84f35;
  --yellow: #f5c84c;
  --line: rgba(18, 43, 42, 0.24);
  --display: "Song Myung", serif;
  --body: "Gowun Dodum", sans-serif;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.035;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 12px 18px;
  transform: translateY(-150%);
  background: var(--ink);
  color: white;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 92px;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: var(--paper-light);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
}

.brand__mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  transform: rotate(-4deg);
  border-radius: 50%;
  background: var(--red);
}

.brand__mark svg {
  width: 31px;
  fill: none;
  stroke: white;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--display);
  font-size: 21px;
  letter-spacing: -0.03em;
}

.brand small {
  margin-top: 3px;
  font-size: 9px;
  letter-spacing: 0.14em;
}

.site-nav {
  display: flex;
  gap: 36px;
  font-size: 14px;
}

.site-nav a {
  position: relative;
  padding: 34px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--red);
  content: "";
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.header-call {
  justify-self: end;
  text-align: right;
}

.header-call span,
.header-call strong {
  display: block;
}

.header-call span {
  margin-bottom: 3px;
  color: rgba(18, 43, 42, 0.65);
  font-size: 11px;
}

.header-call strong {
  font-family: var(--display);
  font-size: 19px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  min-height: 780px;
  overflow: hidden;
  background: var(--paper-light);
}

.hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(var(--green) 1px, transparent 1px),
    linear-gradient(90deg, var(--green) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, black, transparent 78%);
}

.hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 8vw 80px max(28px, calc((100vw - var(--max)) / 2));
}

.eyebrow {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.eyebrow span {
  display: inline-block;
  margin-right: 10px;
  padding: 6px 9px 5px;
  transform: rotate(-1deg);
  background: var(--yellow);
  letter-spacing: 0.02em;
}

.hero h1,
.section-heading h2,
.works__intro h2,
.process h2,
.contact h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(62px, 6.4vw, 108px);
}

.hero h1 em {
  position: relative;
  color: var(--red);
  font-style: normal;
}

.hero h1 em::after {
  position: absolute;
  right: -4px;
  bottom: 3px;
  left: -5px;
  height: 9px;
  transform: rotate(-2deg);
  border-radius: 50%;
  background: var(--yellow);
  content: "";
  opacity: 0.8;
  z-index: -1;
}

.hero__lead {
  max-width: 600px;
  margin: 36px 0 0;
  font-size: 18px;
  line-height: 1.85;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translate(-2px, -2px);
}

.button--primary {
  background: var(--green);
  box-shadow: 6px 6px 0 var(--red);
  color: white;
}

.button--primary svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.text-link {
  border-bottom: 1px solid currentColor;
  font-size: 14px;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 70px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.hero__facts div {
  padding: 17px 15px 0 0;
}

.hero__facts div + div {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

.hero__facts dt {
  margin-bottom: 8px;
  color: rgba(18, 43, 42, 0.6);
  font-size: 11px;
}

.hero__facts dd {
  margin: 0;
  font-size: 14px;
}

.hero__facts strong {
  color: var(--red);
  font-family: var(--display);
  font-size: 21px;
}

.hero__visual {
  position: relative;
  min-width: 0;
  padding: 56px max(28px, calc((100vw - var(--max)) / 2)) 56px 0;
  background: var(--green);
}

.hero__visual::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 68px;
  background: var(--paper-light);
  clip-path: polygon(0 0, 100% 0, 24% 100%, 0 100%);
  content: "";
}

.hero__photo-frame {
  position: relative;
  width: min(86%, 560px);
  height: 635px;
  margin-left: auto;
  overflow: hidden;
  border: 12px solid var(--paper-light);
  box-shadow: 20px 22px 0 rgba(0, 0, 0, 0.18);
}

.hero__photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__photo-label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 17px 20px;
  background: var(--paper-light);
}

.hero__photo-label span {
  color: var(--red);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.hero__photo-label strong {
  font-size: 14px;
}

.dispatch-ticket {
  position: absolute;
  bottom: 90px;
  left: 24px;
  width: 245px;
  padding: 22px;
  transform: rotate(-4deg);
  border: 2px solid var(--ink);
  background: var(--yellow);
  box-shadow: 8px 8px 0 var(--red);
}

.dispatch-ticket p,
.dispatch-ticket strong,
.dispatch-ticket span {
  display: block;
}

.dispatch-ticket p {
  margin: 0 0 20px;
  font-size: 10px;
  letter-spacing: 0.11em;
}

.dispatch-ticket strong {
  font-family: var(--display);
  font-size: 27px;
  line-height: 1.15;
}

.dispatch-ticket span {
  margin-top: 13px;
  font-size: 12px;
  line-height: 1.6;
}

.dispatch-ticket svg {
  width: 100%;
  margin-top: 8px;
  fill: none;
  stroke: var(--red);
  stroke-width: 3;
}

.section {
  padding: 140px max(28px, calc((100vw - var(--max)) / 2));
}

.section-index {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.manifesto {
  display: grid;
  grid-template-columns: 160px 1fr 220px;
  gap: 60px;
  align-items: center;
  padding: 110px max(28px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.manifesto__body {
  max-width: 760px;
}

.manifesto__kicker {
  margin: 0 0 20px;
  color: var(--red);
  font-size: 14px;
}

.manifesto h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.manifesto__body > p:last-child {
  max-width: 660px;
  margin: 30px 0 0;
  font-size: 17px;
  line-height: 1.9;
}

.manifesto__seal {
  display: flex;
  width: 190px;
  height: 190px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(8deg);
  border: 2px solid var(--red);
  border-radius: 50%;
  color: var(--red);
}

.manifesto__seal::before,
.manifesto__seal::after {
  width: 90px;
  height: 1px;
  margin: 10px 0;
  background: currentColor;
  content: "";
}

.manifesto__seal span {
  font-size: 10px;
  letter-spacing: 0.15em;
}

.manifesto__seal strong {
  font-family: var(--display);
  font-size: 25px;
}

.services {
  background: var(--paper-light);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
}

.section-heading h2,
.works__intro h2,
.process h2,
.contact h2 {
  font-size: clamp(50px, 5.4vw, 82px);
}

.section-heading > p {
  max-width: 420px;
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.8;
}

.service-map {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
  border: 2px solid var(--ink);
}

.service-map::before,
.service-map::after {
  position: absolute;
  z-index: 2;
  background: var(--ink);
  content: "";
}

.service-map::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
}

.service-map::after {
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
}

.service-zone {
  position: relative;
  min-height: 350px;
  padding: 44px;
  overflow: hidden;
}

.service-zone--bath,
.service-zone--restore {
  background: var(--paper);
}

.service-zone--electric {
  background: var(--yellow);
}

.service-zone--door {
  background: var(--mint);
}

.service-zone__number {
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: var(--display);
  font-size: 22px;
}

.service-zone__icon {
  width: 68px;
  height: 68px;
  margin-bottom: 32px;
}

.service-zone__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.service-zone h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 35px;
  font-weight: 400;
}

.service-zone p {
  max-width: 410px;
  min-height: 54px;
  margin: 16px 0 30px;
  font-size: 15px;
  line-height: 1.8;
}

.service-zone__note {
  display: inline-block;
  padding-top: 12px;
  border-top: 1px solid currentColor;
  font-size: 12px;
}

.service-map__center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: flex;
  width: 118px;
  height: 118px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%) rotate(-7deg);
  border: 2px solid var(--paper-light);
  border-radius: 50%;
  background: var(--red);
  color: white;
  box-shadow: 0 0 0 5px var(--red);
}

.service-map__center span,
.service-map__center small {
  font-size: 9px;
  letter-spacing: 0.12em;
}

.service-map__center strong {
  font-family: var(--display);
  font-size: 31px;
  line-height: 0.9;
}

.works {
  background: var(--green);
  color: white;
}

.works__intro {
  display: grid;
  grid-template-columns: 160px 1fr 340px;
  gap: 40px;
  align-items: end;
  padding-bottom: 80px;
}

.works__intro p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}

.case {
  display: grid;
  grid-template-columns: 0.58fr 1.42fr;
  gap: 68px;
  align-items: center;
  padding: 90px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.case--reverse {
  grid-template-columns: 1.42fr 0.58fr;
}

.case--reverse .case__meta {
  grid-column: 2;
  grid-row: 1;
}

.case--reverse .before-after {
  grid-column: 1;
  grid-row: 1;
}

.case__meta > span {
  display: block;
  margin-bottom: 28px;
  color: var(--yellow);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.case__meta h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 3.5vw, 58px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.case__meta p {
  margin: 28px 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.85;
}

.case__tag {
  display: inline-block;
  padding: 8px 12px;
  transform: rotate(-2deg);
  background: var(--red);
  font-size: 12px;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  min-width: 0;
}

.before-after figure {
  position: relative;
  height: 580px;
  margin: 0;
  overflow: hidden;
  background: #0e2928;
}

.before-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2,.8,.2,1);
}

.before-after figure:hover img {
  transform: scale(1.035);
}

.before-after figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 11px 13px;
  background: rgba(18, 43, 42, 0.86);
  backdrop-filter: blur(8px);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.process {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  background: var(--red);
  color: white;
}

.process__heading {
  position: sticky;
  top: 90px;
  align-self: start;
}

.process__heading .eyebrow {
  color: var(--yellow);
}

.process__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process__list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 30px;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.process__list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.process__list li > span {
  color: var(--yellow);
  font-family: var(--display);
  font-size: 42px;
}

.process__list h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 29px;
  font-weight: 400;
}

.process__list p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.reviews {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
  background: var(--yellow);
}

.review-score {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.review-score p {
  margin: 0;
  font-size: 14px;
}

.review-score > strong {
  font-family: var(--display);
  font-size: clamp(120px, 13vw, 200px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.review-score > div {
  margin: 20px 0 10px;
  color: var(--red);
  font-size: 22px;
  letter-spacing: 0.12em;
}

.review-score span {
  font-weight: 700;
}

.review-score small {
  margin-top: 16px;
  opacity: 0.65;
}

.review-notes blockquote {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 34px;
  margin: 0;
  padding: 35px 0;
  border-top: 1px solid var(--ink);
}

.review-notes blockquote:last-child {
  border-bottom: 1px solid var(--ink);
}

.review-notes span {
  padding-top: 8px;
  font-size: 12px;
}

.review-notes p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.45;
}

.contact {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--paper-light);
}

.contact::after {
  position: absolute;
  top: -30%;
  right: -15%;
  width: 700px;
  height: 700px;
  border: 90px solid var(--mint);
  border-radius: 50%;
  content: "";
  opacity: 0.5;
}

.contact__scribble {
  position: absolute;
  right: 5vw;
  bottom: -40px;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(140px, 20vw, 320px);
  line-height: 0.8;
  white-space: nowrap;
}

.contact__content {
  position: relative;
  z-index: 2;
  max-width: 940px;
}

.contact__content > p:not(.eyebrow) {
  margin: 32px 0 0;
  font-size: 17px;
}

.contact__actions {
  display: flex;
  gap: 14px;
  margin-top: 45px;
}

.button--light {
  background: var(--green);
  color: white;
}

.button--outline {
  border-color: var(--ink);
  background: transparent;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px 80px;
  padding: 65px max(28px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: white;
}

.site-footer strong {
  font-family: var(--display);
  font-size: 26px;
}

.site-footer p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.site-footer > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}

.site-footer small {
  grid-column: 1 / -1;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5);
}

.mobile-contact {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr 0.85fr;
  }

  .hero__copy {
    padding-right: 5vw;
  }

  .hero__photo-frame {
    width: 84%;
  }

  .dispatch-ticket {
    left: 5px;
  }

  .manifesto {
    grid-template-columns: 110px 1fr;
  }

  .manifesto__seal {
    display: none;
  }

  .works__intro {
    grid-template-columns: 110px 1fr;
  }

  .works__intro p {
    grid-column: 2;
  }

  .case,
  .case--reverse {
    grid-template-columns: 0.65fr 1.35fr;
    gap: 40px;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 76px;
    padding: 0 20px;
  }

  .brand__mark {
    width: 42px;
    height: 42px;
  }

  .brand__mark svg {
    width: 27px;
  }

  .brand strong {
    font-size: 18px;
  }

  .header-call {
    display: none;
  }

  .hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .hero__copy {
    padding: 82px 20px 55px;
  }

  .hero h1 {
    font-size: clamp(54px, 15vw, 80px);
  }

  .hero__lead {
    font-size: 16px;
  }

  .hero__lead br {
    display: none;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
  }

  .text-link {
    align-self: flex-start;
  }

  .hero__facts {
    margin-top: 48px;
  }

  .hero__facts div,
  .hero__facts div + div {
    padding-right: 6px;
    padding-left: 8px;
  }

  .hero__facts div:first-child {
    padding-left: 0;
  }

  .hero__facts dd {
    font-size: 12px;
  }

  .hero__visual {
    min-height: 610px;
    padding: 42px 20px 62px;
  }

  .hero__visual::before {
    display: none;
  }

  .hero__photo-frame {
    width: calc(100% - 34px);
    height: 520px;
    margin: 0 0 0 auto;
    border-width: 8px;
  }

  .hero__photo-label {
    align-items: flex-start;
    flex-direction: column;
  }

  .dispatch-ticket {
    bottom: 22px;
    left: 8px;
    width: 210px;
    padding: 17px;
  }

  .dispatch-ticket strong {
    font-size: 23px;
  }

  .section,
  .manifesto {
    padding: 90px 20px;
  }

  .manifesto {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .service-map {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }

  .service-map::before {
    display: none;
  }

  .service-map::after {
    display: none;
  }

  .service-zone + .service-zone {
    border-top: 2px solid var(--ink);
  }

  .service-zone {
    min-height: 320px;
    padding: 36px 28px;
  }

  .service-map__center {
    display: none;
  }

  .works__intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .works__intro p {
    grid-column: auto;
  }

  .case,
  .case--reverse {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 70px 0;
  }

  .case--reverse .case__meta,
  .case--reverse .before-after {
    grid-column: auto;
    grid-row: auto;
  }

  .before-after figure {
    height: 430px;
  }

  .process {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .process__heading {
    position: static;
  }

  .reviews {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .review-notes blockquote {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .contact {
    min-height: 670px;
  }

  .contact::after {
    top: auto;
    right: -260px;
    bottom: -350px;
  }

  .contact__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 55px 20px 120px;
  }

  .site-footer > div:nth-child(2) {
    text-align: left;
  }

  .mobile-contact {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 30;
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 10px 10px 17px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(18, 43, 42, 0.96);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.28);
    color: white;
    backdrop-filter: blur(12px);
  }

  .mobile-contact span,
  .mobile-contact strong {
    display: block;
  }

  .mobile-contact span {
    font-family: var(--display);
    font-size: 16px;
  }

  .mobile-contact strong {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 10px;
  }

  .mobile-contact a {
    display: grid;
    min-width: 108px;
    min-height: 50px;
    place-items: center;
    background: var(--yellow);
    color: var(--ink);
    font-weight: 700;
  }
}

@media (max-width: 480px) {
  .brand small {
    display: none;
  }

  .hero__copy {
    padding-top: 68px;
  }

  .hero h1 {
    font-size: clamp(50px, 15.5vw, 67px);
  }

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

  .hero__facts div:last-child {
    grid-column: 1 / -1;
    margin-top: 16px;
    padding: 16px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero__visual {
    min-height: 570px;
  }

  .hero__photo-frame {
    height: 470px;
  }

  .section-heading h2,
  .works__intro h2,
  .process h2,
  .contact h2,
  .manifesto h2 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .service-zone {
    min-height: 300px;
  }

  .before-after {
    gap: 7px;
  }

  .before-after figure {
    height: 330px;
  }

  .before-after figcaption {
    right: 6px;
    bottom: 6px;
    left: 6px;
    padding: 9px;
    font-size: 9px;
  }

  .process__list li {
    grid-template-columns: 55px 1fr;
    gap: 18px;
  }

  .process__list li > span {
    font-size: 31px;
  }

  .review-score > strong {
    font-size: 140px;
  }
}

@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;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

html[data-capture="true"] .reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

html[data-capture="true"] .process__heading {
  position: static;
}
