.marketing-page {
  --campaign-max: 1320px;
  background: var(--paper);
}

.marketing-page .site-header {
  background: color-mix(in srgb, var(--paper) 94%, transparent);
}

.marketing-page .brand,
.marketing-page .text-link {
  min-height: 44px;
}

.marketing-page h2 {
  font-size: clamp(2.45rem, 4.7vw, 4.9rem);
  line-height: .96;
}

.campaign-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .68fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  width: min(100%, var(--campaign-max));
  min-height: min(850px, calc(100svh - 108px));
  margin: 0 auto;
  padding: clamp(4.5rem, 7vw, 7rem) var(--gutter) clamp(5rem, 8vw, 7.5rem);
}

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

.campaign-hero h1 {
  max-width: 9.5ch;
  font-size: clamp(3.75rem, 6.3vw, 6.65rem);
  line-height: .9;
}

.campaign-hero h1 em {
  display: inline-block;
  padding: .02em .08em .08em;
  background: var(--blue);
  box-shadow: .075em .08em 0 var(--ink);
  transform: rotate(-.7deg);
}

.campaign-hero h1 em::before {
  display: none;
}

.campaign-hero .hero-lede {
  max-width: 44rem;
  margin-top: 1.8rem;
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
  line-height: 1.7;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  padding: 0;
  margin: 2.5rem 0 0;
  border-block: 2px solid var(--ink);
  list-style: none;
}

.hero-proof li {
  min-width: 0;
  padding: 1rem 1.1rem 1rem 0;
}

.hero-proof li + li {
  padding-left: 1.1rem;
  border-left: 2px solid var(--ink);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-proof span {
  margin-top: .35rem;
  font-size: .72rem;
  font-weight: 750;
  line-height: 1.4;
}

.hero-scope {
  max-width: 700px;
  margin: 1rem 0 0;
  color: #47433d;
  font-size: .82rem;
  line-height: 1.55;
}

.hero-scope strong {
  color: var(--ink);
}

.hero-product {
  margin: 0;
}

.hero-product {
  justify-self: center;
  width: min(100%, 430px);
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 3px solid var(--ink);
  background: var(--blue);
  box-shadow: 12px 14px 0 var(--ink);
}

.hero-product figcaption {
  display: grid;
  gap: .25rem;
  padding-top: 1.15rem;
  color: var(--paper);
}

.hero-product figcaption strong {
  font-family: var(--display);
  font-size: .7rem;
  letter-spacing: .08em;
}

.hero-product figcaption span {
  color: #ddd8ff;
  font-size: .83rem;
}

.capture-shell {
  position: relative;
  width: min(100%, 340px);
  margin-inline: auto;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 32px;
  background: var(--ink);
  box-shadow: 8px 9px 0 rgba(11, 11, 16, .28);
}

.capture-shell::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 27px;
  content: "";
  pointer-events: none;
}

.capture-shell img {
  width: 100%;
  height: auto;
}

.capture-shell-hero {
  width: min(100%, 350px);
  border-color: var(--paper);
  box-shadow: 8px 9px 0 var(--acid);
}

.method {
  padding-block: clamp(5rem, 8vw, 8rem);
  border-top: var(--line);
  background: var(--white);
}

.method-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .65fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
  max-width: none;
}

.method-intro .eyebrow,
.method-intro h2 {
  grid-column: 1;
}

.method-intro > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 38rem;
  margin: 0 0 .3rem;
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.75;
}

.method-intro h2 {
  max-width: 13ch;
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.3vw, 2rem);
  margin-top: clamp(3rem, 6vw, 5rem);
}

.method-step {
  display: block;
  min-height: 300px;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 7px 8px 0 var(--ink);
}

.method-step:nth-child(2) {
  background: var(--acid);
}

.method-step:nth-child(3) {
  background: var(--coral);
}

.method-step > span {
  display: grid;
  place-items: center;
  width: 3rem;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  background: var(--acid);
  font-family: var(--display);
  font-size: .7rem;
}

.method-step h3 {
  margin-top: clamp(3.5rem, 7vw, 6rem);
  font-size: clamp(1.45rem, 2.3vw, 2.25rem);
}

.method-step p {
  max-width: 42rem;
  margin: .65rem 0 0;
  color: #4f4a43;
  font-weight: 650;
}

.product-tour {
  padding: clamp(5rem, 8vw, 8rem) max(var(--gutter), calc((100vw - var(--campaign-max)) / 2 + var(--gutter)));
  border-block: var(--line);
  background: var(--paper-deep);
}

.product-tour-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
}

.product-tour-head > div:first-child {
  max-width: 850px;
}

.product-tour-head h2 {
  max-width: 14ch;
}

.product-tour-head > div:first-child > p:last-child {
  max-width: 690px;
  margin: 1.25rem 0 0;
  font-size: 1rem;
  font-weight: 650;
}

.locale-switch {
  display: inline-flex;
  padding: .25rem;
  border: 2px solid var(--ink);
  background: var(--white);
}

.locale-switch button {
  min-height: 44px;
  padding: .65rem 1rem;
  border: 0;
  background: transparent;
  font-family: var(--display);
  font-size: .68rem;
  text-transform: uppercase;
  cursor: pointer;
}

.locale-switch button.is-active {
  background: var(--acid);
}

.product-shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: clamp(3rem, 6vw, 5rem);
}

.product-shot {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--white);
  box-shadow: 7px 8px 0 var(--ink);
}

.product-shot-image {
  display: grid;
  place-items: center;
  min-height: 650px;
  padding: clamp(1.35rem, 2.4vw, 2rem);
  border-bottom: 3px solid var(--ink);
}

.product-shot-home .product-shot-image {
  background: var(--acid);
}

.product-shot-proof .product-shot-image {
  background: var(--coral);
}

.product-shot-hanja .product-shot-image {
  background: var(--blue);
}

.product-shot-image .capture-shell {
  width: min(100%, 340px);
  box-shadow: none;
}

.product-shot-hanja .capture-shell {
  border-color: var(--paper);
}

.product-shot-copy {
  min-height: 245px;
  padding: clamp(1.4rem, 2.5vw, 2rem);
}

.product-shot-copy > span {
  display: block;
  margin-bottom: .8rem;
  color: var(--blue);
  font-family: var(--display);
  font-size: .66rem;
  letter-spacing: .09em;
}

.product-shot-copy h3 {
  max-width: 12ch;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
}

.product-shot-copy p {
  max-width: 41rem;
  margin: .85rem 0 0;
  color: #4f4a43;
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.75;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2.5rem, 5vw, 4rem);
  border: 3px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.trust-strip span {
  padding: 1.15rem 1.3rem;
  font-size: .8rem;
  line-height: 1.5;
}

.trust-strip span + span {
  border-left: 2px solid var(--paper);
}

.trust-strip strong {
  display: block;
  margin-bottom: .3rem;
  color: var(--acid);
  font-family: var(--display);
  font-size: .68rem;
  letter-spacing: .06em;
}

.pricing-new {
  padding-block: clamp(5rem, 8vw, 8rem);
}

.pricing-new-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .65fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
}

.pricing-new-head h2 {
  max-width: 14ch;
}

.pricing-new-head > p {
  max-width: 39rem;
  margin: 0 0 .35rem;
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.75;
}

.plan-grid-new {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.3vw, 2rem);
  margin-top: clamp(3rem, 6vw, 5rem);
}

.plan-card-new {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: clamp(1.4rem, 2.7vw, 2.3rem);
  border: 3px solid var(--ink);
  background: var(--white);
  box-shadow: 7px 8px 0 var(--ink);
}

.plan-card-featured {
  background: var(--acid);
  box-shadow: 9px 10px 0 var(--blue);
}

.plan-label {
  display: inline-block;
  width: max-content;
  margin-bottom: 1.2rem;
  padding: .4rem .55rem;
  border: 2px solid var(--ink);
  background: var(--paper);
  font-family: var(--display);
  font-size: .62rem;
  letter-spacing: .08em;
}

.plan-card-featured .plan-label {
  background: var(--coral);
}

.plan-card-new h3 {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
}

.plan-price-new {
  margin: 2rem 0 1.25rem;
}

.plan-price-new strong,
.plan-price-new span {
  display: block;
}

.plan-price-new strong {
  font-family: var(--display);
  font-size: clamp(3.1rem, 4.8vw, 5rem);
  letter-spacing: -.075em;
  line-height: .9;
}

.plan-price-new span {
  margin-top: .45rem;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-card-new p {
  margin: 0 0 2rem;
  font-weight: 650;
  line-height: 1.65;
}

.plan-card-new > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .7rem;
  min-height: 48px;
  margin-top: auto;
  padding: .75rem 1rem;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-family: var(--display);
  font-size: .66rem;
  text-decoration: none;
  text-transform: uppercase;
}

.plan-card-new > a:hover {
  background: var(--blue);
}

.pricing-note-new {
  max-width: 1000px;
  margin: 2.8rem auto 0;
  color: #59544c;
  font-size: .78rem;
  font-weight: 650;
  line-height: 1.6;
  text-align: center;
}

.faq {
  padding-block: clamp(5rem, 8vw, 8rem);
  border-top: var(--line);
  background: var(--white);
}

.faq .section-intro h2 {
  max-width: 12ch;
}

.faq-list {
  max-width: 1050px;
}

.launch-finale {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
  padding: clamp(4.5rem, 7vw, 7rem) max(var(--gutter), calc((100vw - var(--campaign-max)) / 2 + var(--gutter)));
  border-block: var(--line);
  background: var(--ink);
  color: var(--paper);
}

.launch-finale-copy {
  max-width: 830px;
}

.launch-finale-copy h2 {
  max-width: 12ch;
}

.launch-finale-copy > p:not(.eyebrow) {
  max-width: 690px;
  color: #d7d1c7;
  font-size: 1.04rem;
  line-height: 1.75;
}

.launch-actions {
  display: grid;
  gap: 1rem;
  justify-items: stretch;
  min-width: 250px;
}

.launch-actions .text-link {
  justify-content: center;
}

@media (max-width: 1120px) {
  .campaign-hero {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .6fr);
    gap: 3.5rem;
  }

  .product-shot-image {
    min-height: 590px;
  }

  .product-shot-copy {
    min-height: 275px;
  }
}

@media (max-width: 980px) {
  .campaign-hero,
  .method-intro,
  .pricing-new-head,
  .launch-finale {
    grid-template-columns: 1fr;
  }

  .campaign-hero {
    min-height: auto;
  }

  .campaign-hero-copy {
    max-width: 850px;
  }

  .hero-product {
    justify-self: start;
    width: min(100%, 500px);
  }

  .method-intro .eyebrow,
  .method-intro h2,
  .method-intro > p:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .method-intro > p:last-child,
  .pricing-new-head > p {
    margin-top: 1.25rem;
  }

  .product-tour-head {
    grid-template-columns: 1fr;
  }

  .locale-switch {
    justify-self: start;
  }

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

  .method-step {
    min-height: 0;
  }

  .method-step h3 {
    margin-top: 2.5rem;
  }

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

  .product-shot-hanja {
    grid-column: 1 / -1;
    width: min(100%, 620px);
    justify-self: center;
  }

  .plan-grid-new {
    grid-template-columns: 1fr;
  }

  .plan-card-new {
    min-height: 0;
  }

  .launch-actions {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .campaign-hero {
    gap: 3rem;
    padding-top: 3.5rem;
  }

  .campaign-hero h1 {
    max-width: none;
    font-size: clamp(3rem, 13.5vw, 4.8rem);
  }

  .hero-proof,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .hero-proof li,
  .hero-proof li + li {
    padding: .9rem 0;
    border-left: 0;
  }

  .hero-proof li + li {
    border-top: 1px solid rgba(11, 11, 16, .35);
  }

  .hero-product {
    justify-self: center;
  }

  .product-tour {
    padding-inline: var(--gutter);
  }

  .product-shot {
    display: block;
  }

  .product-shot-grid {
    grid-template-columns: 1fr;
  }

  .product-shot-hanja {
    grid-column: auto;
    width: auto;
  }

  .product-shot-image {
    min-height: 0;
    padding-block: 2rem;
  }

  .product-shot-image .capture-shell {
    width: min(100%, 390px);
  }

  .product-shot-copy {
    min-height: 0;
  }

  .trust-strip span + span {
    border-top: 1px solid var(--paper);
    border-left: 0;
  }

  .launch-finale {
    padding-inline: var(--gutter);
  }
}

@media (max-width: 480px) {
  .hero-product {
    padding: 1rem;
    box-shadow: 8px 9px 0 var(--ink);
  }

  .capture-shell {
    border-width: 3px;
    border-radius: 27px;
  }

  .capture-shell::after {
    border-radius: 23px;
  }

  .method-step > span {
    width: 2.65rem;
  }

  .locale-switch {
    width: 100%;
  }

  .locale-switch button {
    flex: 1;
  }

  .launch-actions {
    width: 100%;
    min-width: 0;
  }
}
