@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --paper: #f1eee6;
  --ink: #17201a;
  --acid: #d8ff55;
  --line: #b8b6ad;
  --red: #d84a36;
  --card: #faf7ef;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'DM Sans', Arial, sans-serif;
}

.nav {
  height: 68px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(241, 238, 230, .94);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3vw;
  border-bottom: 1px solid var(--line);
}

.nav a {
  color: inherit;
  text-decoration: none;
  font-size: 13px;
}

.nav nav {
  display: flex;
  gap: 24px;
}

.mark {
  font-weight: 600;
  letter-spacing: .06em;
}

.hero {
  height: calc(100vh - 68px);
  min-height: 650px;
  position: relative;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.72);
}

.hero-copy {
  position: absolute;
  left: 4vw;
  bottom: 5vw;
  color: #fff;
  max-width: 1050px;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: .16em;
  font-weight: 600;
}

.hero h1,
.quote p {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
}

.hero h1 {
  font-size: clamp(58px, 8vw, 125px);
  line-height: .86;
  margin: 18px 0 28px;
  letter-spacing: -.035em;
}

.hero-copy > p:last-child {
  font-size: 18px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 5vw;
  padding: 10vw 5vw;
}

.intro h2,
.team h2,
.place h2,
.proposal h2,
.proof h2,
.offer h2 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(48px, 6vw, 90px);
  font-weight: 400;
  line-height: .95;
  margin: 0 0 35px;
}

.lead {
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.25;
  max-width: 900px;
}

.intro div > p:last-child {
  max-width: 700px;
  font-size: 17px;
  line-height: 1.55;
}

.day {
  border-top: 1px solid var(--line);
  margin: 0 5vw 9vw;
}

.dayrow {
  display: grid;
  grid-template-columns: 100px 1fr 2fr;
  gap: 30px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}

.dayrow h3 {
  font-family: 'Instrument Serif';
  font-size: 32px;
  font-weight: 400;
  margin: 0;
}

.dayrow p {
  margin: 0;
  max-width: 650px;
  line-height: 1.5;
}

.quote {
  background: var(--acid);
  padding: 9vw 5vw;
}

.quote p {
  font-size: clamp(55px, 7vw, 110px);
  line-height: .92;
  margin: 0;
  max-width: 1250px;
}

.offer {
  padding: 9vw 5vw;
  background: #ded9cd;
}

.offer-heading {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 5vw;
  margin-bottom: 55px;
}

.offer-heading h2 {
  max-width: 980px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  align-items: stretch;
}

.offer-card {
  background: var(--card);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.offer-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.offer-card > div {
  padding: 22px 20px 26px;
  min-height: 235px;
  background: var(--card);
}

.offer-card h3,
.proofcards h3,
.teamgrid h3 {
  font-family: 'Instrument Serif';
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 15px;
}

.offer-card p,
.proofcards p,
.teamgrid p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.proof {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  background: #17201a;
  color: #f1eee6;
}

.proof-copy {
  padding: 8vw 6vw;
}

.proof-copy p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.6;
}

.proof-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  min-height: 680px;
}

.proof-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 0;
}

.proof-gallery img:nth-child(1) {
  object-position: center 40%;
}

.proof-gallery img:nth-child(2) {
  object-position: center 62%;
}

.proof-gallery img:nth-child(3) {
  object-position: center 62%;
}

.proof-gallery img:nth-child(4) {
  object-position: center 55%;
}

.proofcards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  padding: 6vw 5vw;
}

.team {
  padding: 9vw 5vw;
}

.team h2 {
  max-width: 1000px;
}

.teamgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.person {
  background: var(--card);
  border: 1px solid rgba(23, 32, 26, .18);
}

.person img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.person:nth-child(1) img {
  object-position: center 42%;
}

.person:nth-child(2) img {
  object-position: center 45%;
}

.person:nth-child(3) img {
  object-position: center 50%;
}

.person > div {
  padding: 24px 24px 30px;
}

.teamline {
  font-family: 'Instrument Serif';
  font-size: 32px;
  max-width: 900px;
  margin: 70px 0 0;
}

.place {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  background: #ded9cd;
}

.place img {
  width: 100%;
  height: 100%;
  min-height: 700px;
  object-fit: cover;
}

.place div {
  padding: 8vw 5vw;
}

.place p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.6;
}

.proposal {
  padding: 9vw 5vw;
}

.terms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
}

.terms div {
  min-height: 180px;
  padding: 24px 25px 24px 0;
  border-bottom: 1px solid var(--ink);
}

.terms span,
.terms small {
  display: block;
}

.terms span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 35px;
}

.terms b {
  font-family: 'Instrument Serif';
  font-size: 32px;
  font-weight: 400;
  display: block;
}

.terms small {
  margin-top: 8px;
}


/* Full proposal PDF link */

.proposal-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  margin: 45px 0 65px;
  padding: 24px 0;

  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);

  color: var(--ink);
  text-decoration: none;
}

.proposal-download > span:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.proposal-download small {
  display: block;
  color: var(--ink);
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .55;
}

.proposal-download strong {
  display: block;
  color: var(--ink);
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 400;
  line-height: 1;
}

.proposal-download .arrow {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
  transition: transform .2s ease;
}

.proposal-download:hover strong {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.proposal-download:hover .arrow {
  transform: translate(4px, -4px);
}


.closing {
  font-family: 'Instrument Serif';
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
  margin: 90px 0 0;
  max-width: 1100px;
}

footer {
  padding: 30px 5vw;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  font-size: 12px;
}


@media(max-width: 1100px) {
  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-card:last-child {
    grid-column: 1 / -1;
  }

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


@media(max-width: 800px) {
  .nav nav {
    display: none;
  }

  .hero {
    min-height: 600px;
  }

  .grid,
  .place,
  .proof {
    grid-template-columns: 1fr;
  }

  .grid {
    padding: 80px 24px;
  }

  .day {
    margin: 0 24px 70px;
  }

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

  .dayrow p {
    grid-column: 2;
  }

  .quote {
    padding: 80px 24px;
  }

  .offer {
    padding: 75px 24px;
  }

  .offer-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .offer-card:last-child {
    grid-column: auto;
  }

  .offer-card img {
    aspect-ratio: 16 / 10;
  }

  .offer-card > div {
    min-height: auto;
  }

  .proof-copy,
  .team,
  .proposal {
    padding: 70px 24px;
  }

  .proof-gallery {
    min-height: auto;
    aspect-ratio: 1 / 1;
  }

  .proofcards {
    grid-template-columns: 1fr;
    padding: 70px 24px;
  }

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

  .person img {
    aspect-ratio: 16 / 10;
  }

  .place div {
    padding: 70px 24px;
  }

  .place img {
    min-height: 400px;
  }

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

  .proposal-download {
    margin: 35px 0 50px;
    padding: 20px 0;
  }

  .proposal-download strong {
    font-size: 32px;
  }

  footer {
    padding: 25px 24px;
    gap: 20px;
  }

  .hero-copy {
    left: 24px;
    bottom: 45px;
    right: 24px;
  }
}


@media(max-width: 520px) {
  .hero h1 {
    font-size: 58px;
  }

  .quote p {
    font-size: 48px;
  }

  .proof-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    aspect-ratio: auto;
  }

  .proof-gallery img {
    height: 260px;
  }
}
