/* Focused Websites: the website as a public place with a clear way in. */
.web-design-v2 {
  --web-v2-ink: #071827;
  --web-v2-paper: #f4eee3;
  --web-v2-brass: #a97834;
  background: var(--web-v2-paper);
}

.web-design-v2 .web-hero {
  min-height: min(800px, calc(100svh - 82px));
  padding: 0;
  color: var(--web-v2-ink);
  background: var(--web-v2-paper);
}

.web-design-v2 .web-hero::before,
.web-design-v2 .web-hero::after {
  display: none;
}

.web-design-v2 .web-hero-grid {
  grid-template-columns: minmax(370px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(20px, 2vw, 42px);
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: inherit;
  padding-right: 0;
  padding-left: max(24px, calc((100vw - var(--shell)) / 2));
}

.web-design-v2 .web-hero-copy {
  position: relative;
  z-index: 2;
  padding: 88px 0;
}

.web-design-v2 .web-hero .eyebrow,
.web-design-v2 .web-hero h1 {
  color: var(--web-v2-ink);
}

.web-design-v2 .web-hero h1 {
  max-width: 690px;
  margin: 22px 0 28px;
  font-size: clamp(68px, 8vw, 120px);
  letter-spacing: -0.06em;
  line-height: 0.84;
}

.web-design-v2 .web-hero-lede {
  max-width: 570px;
  color: #42505a;
}

.web-design-v2 .web-hero .text-link {
  color: var(--web-v2-ink);
}

.web-design-v2 .web-hero-art {
  position: relative;
  align-self: stretch;
  margin: 0;
  overflow: hidden;
}

.web-design-v2 .web-hero-art::before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 24%;
  content: "";
  background: linear-gradient(90deg, var(--web-v2-paper), transparent);
}

.web-design-v2 .web-hero-art img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
  object-position: 53% center;
}

.web-design-v2 .web-hero-art figcaption {
  position: absolute;
  right: 28px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  gap: 15px;
  color: rgba(7, 24, 39, 0.72);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.web-design-v2 .web-hero-art figcaption span {
  color: var(--web-v2-brass);
}

.web-design-v2 .web-threshold {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr 0.8fr;
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  padding: 30px max(24px, calc((100vw - var(--shell)) / 2));
  color: var(--web-v2-paper);
  background: var(--web-v2-ink);
}

.web-design-v2 .web-threshold p {
  margin: 0;
}

.web-design-v2 .web-threshold p:first-child {
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.web-design-v2 .web-threshold p:first-child span,
.web-design-v2 .web-threshold p:last-child {
  color: rgba(244, 238, 227, 0.66);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.web-design-v2 .web-threshold strong {
  color: #e2b469;
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 500;
}

.web-design-v2 .web-threshold ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.web-design-v2 .web-threshold li {
  color: rgba(244, 238, 227, 0.78);
  font-size: 12px;
}

.web-design-v2 .web-threshold li:not(:last-child)::after {
  margin: 0 16px;
  color: #e2b469;
  content: "/";
}

.web-design-v2 .web-purpose {
  padding-top: clamp(110px, 14vw, 200px);
  padding-bottom: clamp(110px, 14vw, 200px);
}

.web-design-v2 .web-purpose .section-title {
  max-width: 880px;
  font-size: clamp(58px, 7.7vw, 112px);
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.web-design-v2 .package-section {
  background: #e2d8c8;
}

.web-design-v2 .package-section .section-title {
  font-size: clamp(64px, 8vw, 118px);
}

.web-design-v2 .page-plan {
  padding: 0;
  color: var(--web-v2-ink);
  background: transparent;
  box-shadow: none;
}

.web-design-v2 .page-plan .eyebrow {
  color: var(--web-v2-brass);
}

.web-design-v2 .page-plan ol {
  border-top-color: rgba(7, 24, 39, 0.28);
}

.web-design-v2 .page-plan li {
  padding: 16px 0;
  border-bottom-color: rgba(7, 24, 39, 0.2);
  font-family: var(--serif);
  font-size: 25px;
}

.web-design-v2 .page-plan > p:last-child {
  color: #4c565d;
}

.web-design-v2 .customer-section {
  background: var(--web-v2-ink);
}

.web-design-v2 .decision-grid {
  position: relative;
  border: 0;
}

.web-design-v2 .decision-grid::before {
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(239, 196, 119, 0.42);
}

.web-design-v2 .decision-grid article {
  position: relative;
  min-height: 230px;
  padding: 28px 34px 28px 0;
}

.web-design-v2 .decision-grid article + article {
  border: 0;
}

.web-design-v2 .decision-grid span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0 0 64px;
  place-items: center;
  color: var(--web-v2-ink);
  background: #e2b469;
  border-radius: 50%;
}

.web-design-v2 .live-work-card {
  border: 0;
  box-shadow: none;
}

.web-design-v2 .direct-section {
  background: var(--web-v2-paper);
}

.web-design-v2 .direct-grid {
  gap: clamp(60px, 10vw, 150px);
}

.web-design-v2 .direct-card,
.web-design-v2 .direct-card-dark {
  padding: 0;
  color: var(--web-v2-ink);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.web-design-v2 .direct-card-dark {
  padding-top: 64px;
  border-top: 1px solid var(--web-v2-brass);
}

.web-design-v2 .direct-card-dark h2,
.web-design-v2 .direct-card-dark p:not(.eyebrow) {
  color: var(--web-v2-ink);
}

.web-design-v2 .principle-grid,
.web-design-v2 .web-process {
  border-top-color: rgba(7, 24, 39, 0.25);
  border-bottom-color: rgba(7, 24, 39, 0.25);
}

.web-design-v2 .rescue-route {
  color: var(--web-v2-paper);
  background: #8c632e;
}

.web-design-v2 .rescue-route h2,
.web-design-v2 .rescue-route .eyebrow,
.web-design-v2 .rescue-route p {
  color: var(--web-v2-paper);
}

.web-design-v2 .final-web-cta {
  background: var(--web-v2-ink);
}

@media (max-width: 980px) {
  .web-design-v2 .web-hero-grid {
    grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr);
  }

  .web-design-v2 .web-hero h1 {
    font-size: clamp(60px, 8.8vw, 90px);
  }

  .web-design-v2 .web-threshold {
    grid-template-columns: 1fr 1fr;
  }

  .web-design-v2 .web-threshold p:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .web-design-v2 .web-hero {
    min-height: auto;
  }

  .web-design-v2 .web-hero-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .web-design-v2 .web-hero-copy {
    padding: 70px 20px 24px;
  }

  .web-design-v2 .web-hero h1 {
    font-size: clamp(58px, 16vw, 78px);
  }

  .web-design-v2 .web-hero-art {
    min-height: 430px;
  }

  .web-design-v2 .web-hero-art::before {
    inset: 0 0 auto;
    width: auto;
    height: 20%;
    background: linear-gradient(180deg, var(--web-v2-paper), transparent);
  }

  .web-design-v2 .web-hero-art img {
    min-height: 430px;
    object-position: 58% center;
  }

  .web-design-v2 .web-threshold {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 24px;
    padding-bottom: 26px;
  }

  .web-design-v2 .web-threshold p:last-child {
    grid-column: auto;
  }

  .web-design-v2 .web-threshold ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .web-design-v2 .web-threshold li::after {
    display: none;
  }

  .web-design-v2 .decision-grid::before {
    top: 0;
    bottom: 0;
    left: 20px;
    width: 1px;
    height: auto;
  }

  .web-design-v2 .decision-grid article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 24px;
    min-height: auto;
    padding: 0 0 46px;
  }

  .web-design-v2 .decision-grid span {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .web-design-v2 .web-hero-art,
  .web-design-v2 .web-hero-copy {
    transform: none;
  }
}
