:root {
  --paper: #f4f1ec;
  --ink: #080806;
  --muted: #56524b;
  --line: #d9d3ca;
  --soft: #ece7df;
  --blue: #9ad5f4;
  --red: #d72d25;
  --radius: 12px;
  --max: 1200px;
  --serif: "Bodoni Moda", "Didot", "Bodoni 72", "Baskerville", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.4;
}

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

img {
  display: block;
  width: 100%;
  height: auto;
}

button {
  font: inherit;
}

.section-pad,
.site-header {
  width: min(var(--max), calc(100% - 72px));
  margin: 0 auto;
}

.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 43px 0 32px;
}

.brand {
  width: max-content;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0;
}

.main-nav,
.site-footer nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3.1vw, 40px);
  font-size: 11px;
  font-weight: 700;
}

.main-nav a,
.site-footer a {
  transition: opacity 160ms ease;
}

.main-nav a:hover,
.site-footer a:hover,
.text-link:hover {
  opacity: 0.62;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  gap: 10px;
  justify-self: end;
  white-space: nowrap;
}

.pill-button span,
.text-link span {
  font-size: 13px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(245px, 0.72fr) minmax(390px, 1.28fr);
  gap: clamp(34px, 4.5vw, 58px);
  align-items: center;
  padding: 26px 0 38px;
}

.hero-copy {
  padding: 46px 0 30px 4px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(54px, 6vw, 92px);
  font-weight: 500;
  line-height: 0.84;
  letter-spacing: 0;
  max-width: 520px;
}

.hero-copy p {
  width: min(310px, 100%);
  margin-top: clamp(30px, 4vw, 54px);
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.hero-button {
  margin-top: 33px;
  min-height: 43px;
  padding: 0 22px;
}

.hero-art {
  overflow: hidden;
  min-height: 0;
  margin: 0;
  border-radius: var(--radius);
}

.hero-art img {
  aspect-ratio: 1 / 1.08;
  height: 100%;
  object-fit: cover;
}

.trust-strip {
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: clamp(28px, 3.5vw, 42px);
  padding: 42px 0 45px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip p {
  color: #292721;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(68px, 1fr));
  align-items: center;
  gap: clamp(18px, 3.3vw, 54px);
}

.logo-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  color: #14120f;
}

.logo-script {
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 700;
}

.logo-soda {
  position: relative;
  padding-left: 38px;
  font-size: clamp(14px, 1.55vw, 19px);
  font-weight: 900;
  line-height: 0.84;
  text-transform: lowercase;
}

.logo-soda span {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border: 7px solid #111;
  border-right-color: transparent;
  border-radius: 50%;
}

.logo-bold {
  font-size: clamp(16px, 1.7vw, 21px);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.logo-north {
  font-family: var(--serif);
  font-size: clamp(22px, 2.35vw, 31px);
  font-weight: 500;
}

.services {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: clamp(28px, 3.5vw, 42px);
  padding: clamp(52px, 6vw, 78px) 0 clamp(48px, 5.3vw, 68px);
  border-bottom: 1px solid var(--line);
}

.section-heading h2,
.featured-copy h2,
.about h2,
.cta h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
}

.section-heading h2 {
  font-size: clamp(42px, 4.2vw, 68px);
  line-height: 0.84;
}

.dot {
  display: block;
  width: 17px;
  height: 17px;
  margin-top: 18px;
  border-radius: 50%;
  background: var(--ink);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(86px, 1fr));
  gap: clamp(20px, 3vw, 52px);
}

.service-grid article span {
  display: block;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.service-grid h3 {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 900;
}

.service-grid p,
.featured-copy p,
.work-card h3,
.work-card a,
.cta p,
.site-footer {
  color: #3d3a34;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.services > .text-link {
  grid-column: 2;
  justify-self: end;
  margin-top: 18px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 14px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
}

.featured {
  display: grid;
  grid-template-columns: minmax(230px, 0.62fr) minmax(380px, 1fr);
  overflow: hidden;
  margin-top: 50px;
  padding: 0;
  border-radius: var(--radius);
  background: #f0ece5;
}

.featured-copy {
  display: flex;
  min-height: clamp(360px, 40vw, 520px);
  flex-direction: column;
  padding: clamp(30px, 3.3vw, 42px) clamp(32px, 4vw, 50px) clamp(32px, 3.6vw, 46px);
}

.eyebrow {
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-copy h2 {
  margin-top: 42px;
  font-size: clamp(38px, 4.4vw, 68px);
  line-height: 0.86;
}

.featured-copy > p:not(.eyebrow) {
  width: min(270px, 100%);
  margin-top: 42px;
}

.featured-copy .text-link {
  margin-top: 30px;
}

.slider-controls {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  width: 230px;
  margin-top: auto;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.slider-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.slider-controls span {
  text-align: center;
}

.featured-art {
  margin: 0;
}

.featured-art img {
  height: 100%;
  min-height: clamp(360px, 40vw, 520px);
  object-fit: cover;
}

.about {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  padding: 66px 0 64px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about h2 {
  font-size: clamp(34px, 3.75vw, 58px);
  line-height: 0.88;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(70px, 1fr));
  gap: clamp(18px, 4vw, 48px);
}

.stats-grid strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 400;
  line-height: 0.9;
}

.stats-grid span {
  display: block;
  margin-top: 18px;
  color: #625d54;
  font-size: 12px;
  font-weight: 700;
}

.more-work {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: clamp(30px, 4vw, 48px);
  padding: 48px 0 64px;
  border-bottom: 1px solid var(--line);
}

.section-heading.compact h2 {
  font-size: clamp(40px, 3.4vw, 58px);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.work-card img {
  aspect-ratio: 1.8 / 1;
  overflow: hidden;
  border-radius: 8px;
  object-fit: cover;
}

.work-card h3 {
  margin-top: 18px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
}

.work-card .text-link {
  margin-top: 14px;
}

.cta {
  display: grid;
  grid-template-columns: 1fr 0.85fr auto;
  gap: clamp(28px, 3.5vw, 44px);
  align-items: center;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

.cta h2 {
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 0.86;
}

.cta p {
  color: #706b62;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 38px;
  padding: 37px 0 45px;
}

.site-footer nav {
  gap: 39px;
  font-size: 10px;
}

.socials {
  display: flex;
  justify-content: end;
  gap: 40px;
}

.site-footer p {
  color: #5c564f;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .section-pad,
  .site-header {
    width: min(100% - 40px, var(--max));
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 26px;
    overflow-x: auto;
    padding-top: 8px;
  }

  .hero,
  .services,
  .about,
  .more-work,
  .cta {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 28px;
  }

  .hero-copy {
    padding-top: 16px;
  }

  .hero h1 {
    max-width: 650px;
  }

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

  .logo-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 32px;
  }

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

  .services > .text-link {
    grid-column: 1;
    justify-self: start;
  }

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

  .featured-copy {
    min-height: auto;
  }

  .featured-art img {
    min-height: 360px;
  }

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

  .cta {
    gap: 24px;
  }

  .cta .pill-button {
    justify-self: start;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav,
  .socials {
    justify-content: start;
  }
}

@media (max-width: 640px) {
  .section-pad,
  .site-header {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    padding: 26px 0 22px;
  }

  .site-header .pill-button {
    min-height: 34px;
    padding: 0 14px;
  }

  .main-nav {
    gap: 20px;
  }

  .hero {
    padding-top: 10px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero-copy p {
    margin-top: 28px;
  }

  .hero-art img {
    aspect-ratio: 1 / 1;
  }

  .trust-strip,
  .services,
  .about,
  .more-work {
    padding-top: 40px;
    padding-bottom: 42px;
  }

  .logo-row {
    grid-template-columns: 1fr 1fr;
  }

  .service-grid,
  .stats-grid,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .service-grid {
    gap: 34px;
  }

  .featured {
    margin-top: 32px;
  }

  .featured-copy {
    padding: 34px 28px 36px;
  }

  .featured-copy h2 {
    margin-top: 32px;
    font-size: 45px;
  }

  .featured-art img {
    min-height: 300px;
  }

  .stats-grid {
    gap: 30px;
  }

  .stats-grid strong {
    font-size: 60px;
  }

  .more-work {
    gap: 30px;
  }

  .cta h2 {
    font-size: 43px;
  }

  .site-footer nav,
  .socials {
    flex-wrap: wrap;
    gap: 18px 28px;
  }
}
