/* ---------- Fonts ---------- */
/* @font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/montserrat-latin-italic.woff2") format("woff2");
} */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ---------- Tokens ---------- */
:root {
  --ink: #062526;
  --teal: #0f606b;
  --sky: #a7d2dd;
  --sky-pale: #cae0e5;
  --coral: #f47068;
  --cream: #fff4f0;
  --card-cream: #fff9f7;
  --sun: #ffc24a;
  --sun-pale: #ffdb9d;
  --white: #fff;

  --fs-display: clamp(48px, 5.19vw, 74.67px);
  --fs-cta-title: clamp(42.67px, 3.7vw, 53.33px);
  --fs-bubble: clamp(24px, 2.78vw, 40px);
  --fs-quote: clamp(25.6px, 2.22vw, 32px);
  --fs-card-title: clamp(21.33px, 1.85vw, 26.67px);
  --fs-eyebrow: clamp(19.2px, 1.67vw, 24px);
  --fs-body: clamp(17px, 1.48vw, 21.33px);
  --fs-small: clamp(15px, 1.3vw, 18.67px);

  --radius-card: 40px;
  --radius-panel: 48px;
  --wrap: 1232px;
}

/* ---------- Base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: var(--fs-body);
  line-height: 1.36;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
figure,
blockquote {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

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

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

b,
strong {
  font-weight: 700;
}

.wrap {
  width: min(var(--wrap), 100% - 32px);
  margin-inline: auto;
}

.wrap--wide {
  --wrap: 1270px;
}

.display {
  font-size: var(--fs-display);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.cream {
  color: var(--cream);
}

.coral {
  color: var(--coral);
}

.eyebrow {
  font-size: var(--fs-eyebrow);
  font-weight: 700;
  line-height: 1.1;
  color: var(--teal);
}

.eyebrow--spaced {
  font-weight: 400;
  letter-spacing: .036em;
  text-transform: uppercase;
  color: var(--coral);
}

.eyebrow--coral {
  color: var(--coral);
}

.section-intro {
  text-align: center;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 56px;
  padding: 0 32px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: var(--fs-body);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.btn--large {
  min-height: 72px;
  width: min(537px, 100%);
  font-size: var(--fs-eyebrow);
}

.btn--coral {
  background: var(--coral);
  color: var(--cream);
}

.btn--light-border {
  border-color: var(--cream);
}

.btn--dark-border {
  border-color: #000;
  color: var(--ink);
}

.btn--teal {
  background: var(--teal);
  color: var(--cream);
  border-color: #000;
}

.btn--yellow {
  background: var(--sun);
  color: var(--ink);
  border-color: #000;
}

.btn--resource {
  background: var(--sky);
  color: var(--teal);
  border-color: #000;
  font-size: var(--fs-eyebrow);
}

.btn--contact {
  min-height: 59px;
  width: 214px;
  padding: 0;
  background: var(--sky);
  color: var(--ink);
  font-size: var(--fs-eyebrow);
}

.btn--plan {
  min-height: 49px;
  width: 296px;
  background: var(--teal);
  color: var(--white);
  font-weight: 700;
}

/* Arrow glyphs are drawn with a CSS mask so they follow the button's text colour. */
.btn--arrow::after,
.btn--thin-arrow::after,
.btn--long-arrow::after {
  content: "";
  width: 41px;
  height: 14px;
  flex: none;
  background: currentColor;
  -webkit-mask: var(--arrow) no-repeat center / contain;
  mask: var(--arrow) no-repeat center / contain;
}

.btn--arrow {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41 14'%3E%3Cpath d='M0 7h37M31 1.5 38 7l-7 5.5' fill='none' stroke='%23000' stroke-width='4'/%3E%3C/svg%3E");
}

.btn--thin-arrow {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41 14'%3E%3Cpath d='M0 7h39M34 3l5 4-5 4' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
}

.btn--long-arrow {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 14'%3E%3Cpath d='M0 7h67M61 2.5l6 4.5-6 4.5' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/svg%3E");
}

.btn--long-arrow::after {
  width: 70px;
}

/* ---------- Hero ---------- */
.hero {
  background: var(--ink);
  color: var(--cream);
  overflow: hidden;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.top-nav__links {
  display: flex;
  gap: 40px;
}

.top-nav__links a {
  font-weight: 500;
  color: var(--sky);
}

.hero__body {
  display: grid;
  grid-template-columns: 632px 1fr;
  margin-top: 97px;
}

.hero__text {
  padding-top: 10px;
  padding-bottom: 60px;
}

.hero__title {
  margin: 34px 0 20px;
  font-size: var(--fs-display);
  font-weight: 900;
  line-height: .94;
}

.hero__subtitle {
  margin-bottom: 16px;
  font-size: var(--fs-quote);
  font-weight: 600;
  line-height: 1.375;
}

.hero__lead {
  margin: 0 0 29px 14px;
  font-weight: 500;
  color: var(--white);
}

.hero__text .btn {
  margin: 42px 0 0 17px;
}

.hero__photo {
  position: relative;
  margin-right: -69px;
  align-self: end;
}

.hero__photo img {
  width: 100%;
  aspect-ratio: 670 / 668;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}

.photo-caption {
  position: absolute;
  left: 70px;
  right: 2px;
  bottom: 20px;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgb(6 37 38 / .82);
  font-size: var(--fs-small);
  line-height: 1.07;
  letter-spacing: .036em;
  color: var(--cream);
  text-align: right;
}

/* ---------- Testimonials ---------- */
.testimonial {
  padding: 50px 0 58px;
  text-align: center;
}

.testimonial--light {
  background: var(--cream);
  color: var(--ink);
}

.testimonial--dark {
  background: var(--ink);
  color: var(--cream);
}

.testimonial p {
  font-size: var(--fs-quote);
  line-height: 1.375;
}

.testimonial img {
  width: 185px;
  aspect-ratio: 1;
  margin: 22px auto 23px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial--roomy img {
  margin: 45px auto 53px;
}

.testimonial cite {
  font-style: italic;
  font-weight: 500;
}

/* ---------- Pain points ---------- */
.pain-points {
  background: var(--ink);
  padding: 37px 0 88px;
}

.pain-points .wrap {
  width: min(1196px, 100% - 32px);
}

.pain-points__header {
  display: flex;
  align-items: flex-start;
  gap: 34px;
  padding-left: 79px;
}

.pain-points .display {
  margin-top: 25px;
  text-align: left;
  font-weight: 900;
  line-height: .91;
  color: var(--cream);
}

.coffee {
  position: relative;
  width: 230px;
  flex: none;
}

.coffee__stain {
  width: 220px;
  margin-left: 5px;
}

.coffee__cup {
  position: absolute;
  top: 21px;
  left: 21px;
  width: 187px;
  rotate: -90deg;
}

.bubbles {
  display: grid;
  grid-template-columns: 542px 576px;
  justify-content: space-between;
  row-gap: 19px;
  margin-top: 23px;
  padding: 0 0 0 33px;
}

.bubble {
  position: relative;
  padding: 42px 60px 44px 73px;
  border-radius: 28px;
  font-size: var(--fs-bubble);
  line-height: 1.4;
}

.bubble b {
  font-weight: 600;
}

.bubble strong {
  font-weight: 800;
}

.bubble strong.black {
  font-weight: 900;
}

.bubble::before {
  content: "";
  position: absolute;
  top: 53px;
  width: 52px;
  height: 75px;
  background: inherit;
}

.bubble--blue {
  align-self: start;
  background: var(--sky);
  color: #141414;
}

.bubble--teal {
  align-self: start;
  margin-top: 173px;
  padding: 33px 40px 59px 56px;
  background: var(--teal);
  color: var(--cream);
}

.bubble--cream {
  justify-self: start;
  width: 693px;
  margin-left: 25px;
  padding: 45px 30px 44px 64px;
  background: var(--cream);
  color: #000;
}

.bubble--blue::before,
.bubble--cream::before {
  right: 100%;
  margin-right: -4px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.bubble--cream::before {
  top: 49px;
  height: 69px;
}

.bubble--teal::before {
  left: 100%;
  margin-left: -7px;
  top: 75px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* ---------- The smartest move ---------- */
.smart-move {
  background: var(--ink);
  color: var(--cream);
  padding: 53px 0 72px;
  text-align: center;
}

.smart-move__subtitle {
  margin: 22px 0 87px;
  font-size: var(--fs-quote);
  font-weight: 700;
  line-height: 1.375;
}

.benefits {
  display: grid;
  grid-template-columns: 348px 353px 379px;
  justify-content: space-between;
  margin-bottom: 66px;
  text-align: left;
}

.benefit img {
  height: 121px;
  width: auto;
  margin: 0 auto 33px;
}

.benefit h3 {
  margin-bottom: 29px;
  font-size: var(--fs-body);
  font-weight: 700;
  color: var(--sky);
}

.benefit p+p {
  margin-top: 29px;
}

/* ---------- Services ---------- */
.services {
  padding: 64px 0 40px;
  background: var(--cream);
}

.services .display {
  margin-bottom: 52px;
}

.service-panel {
  padding: 11px 62px 44px 83px;
  border-radius: var(--radius-panel);
}

.service-panel+.service-panel {
  margin-top: 30px;
}

.service-panel--outlined {
  border: 1px solid #000;
}

.service-panel--blue {
  background: var(--sky-pale);
  padding-top: 38px;
}

.service-panel--yellow {
  background: var(--sun-pale);
  padding-top: 54px;
  padding-left: 59px;
}

.service-panel__intro {
  display: grid;
  grid-template-columns: 1fr 640px;
  gap: 24px;
  align-items: center;
  margin-bottom: 46px;
  margin-right: -26px;
}

.service-panel__intro h3 {
  margin: 10px 0 8px;
  font-size: var(--fs-quote);
  font-weight: 700;
  line-height: 1.375;
}

.service-panel__intro p:last-child {
  color: #000;
}

.service-panel__intro img {
  width: 100%;
  aspect-ratio: 640 / 333;
  object-fit: cover;
  border-radius: 22px;
}

.service-panel--blue .service-panel__intro {
  margin-bottom: 25px;
}

.service-panel--yellow .service-panel__intro {
  margin-bottom: 24px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-left: -15px;
}

.offer-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  column-gap: 28px;
  padding: 20px 40px 40px 50px;
  border-radius: var(--radius-card);
  background: var(--white);
}

.offer-card__icon,
.offer-card .icon-circle {
  width: 110px;
}

.offer-card__heading {
  align-self: center;
}

.offer-card__heading--centered {
  text-align: center;
}

.offer-card h4 {
  font-size: var(--fs-card-title);
  font-weight: 700;
  line-height: 1.1;
}

.price {
  font-size: var(--fs-quote);
  font-weight: 700;
  line-height: 1.375;
  color: var(--teal);
}

.offer-card__text {
  grid-column: 1 / -1;
  margin: 7px 0 22px;
  color: #000;
}

.offer-card .btn {
  grid-column: 1 / -1;
  justify-self: start;
  width: 378px;
  max-width: 100%;
  min-height: 63px;
  margin-top: auto;
}

.service-panel--yellow .offer-card h4 {
  align-self: center;
}

.service-panel--yellow .offer-card {
  padding-top: 20px;
}

.icon-circle {
  display: grid;
  place-items: center;
  width: 113px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.icon-circle--blue {
  background: var(--sky);
}

.icon-circle--yellow {
  background: var(--sun);
}

.icon-circle img {
  width: 68%;
}

.plan-card {
  display: grid;
  grid-template-columns: 1fr 296px 296px;
  gap: 17px;
  padding: 17px 16px 17px 55px;
  margin-left: -4px;
  border-radius: var(--radius-card);
  background: var(--white);
}

.plan-card__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 36px;
}

.plan-card__title {
  display: flex;
  align-items: center;
  gap: 17px;
}

.plan-card__title h4 {
  font-size: var(--fs-quote);
  font-weight: 700;
  line-height: 1.06;
}

.plan-card .btn--plan {
  margin-left: 48px;
}

.plan-option {
  padding: 24px 20px 30px 36px;
  border-radius: var(--radius-card);
  background: var(--sky);
  color: var(--teal);
}

.plan-option h5 {
  font-size: var(--fs-card-title);
  font-weight: 700;
  line-height: 1.375;
}

.plan-option ul {
  margin-top: 4px;
  padding-left: 17px;
  list-style: disc;
}

/* ---------- Specialized solutions ---------- */
.solutions {
  background: var(--cream);
  padding: 30px 0 44px;
}

.solutions .wrap {
  --wrap: 1269px;
}

.solutions .section-intro {
  margin: 17px 0 40px;
  font-size: var(--fs-quote);
  line-height: 1.375;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}

.solution-card {
  display: flex;
  flex-direction: column;
  min-height: 445px;
  padding: 25px 20px 50px;
  border-radius: var(--radius-card);
  background: var(--sky);
  color: var(--teal);
}

.solution-card__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 110px;
  margin-bottom: 18px;
}

.solution-card__heading img {
  height: 94px;
  width: auto;
}

.solution-card h3 {
  font-size: var(--fs-card-title);
  font-weight: 700;
  line-height: 1.1;
}

.solution-card p {
  flex: 1;
}

.solution-card .btn {
  align-self: center;
  width: 317px;
  max-width: 100%;
  border-color: var(--ink);
  gap: 40px;
}

/* ---------- About ---------- */
.about {
  background: var(--cream);
  padding: 48px 0 70px;
}

.about__tagline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .25em;
  margin: 21px 0 50px;
  font-size: var(--fs-quote);
  font-weight: 700;
}

.about__tagline img {
  height: 1.8em;
  width: auto;
  margin-left: .7em;
}

.about__body {
  display: grid;
  grid-template-columns: 638px 1fr;
  gap: 47px;
  margin-left: -52px;
}

.about__photo {
  position: relative;
}

.about__photo img {
  width: 100%;
  aspect-ratio: 638 / 662;
  object-fit: cover;
  object-position: 25% center;
  border-radius: 30px;
}

.photo-caption--teal {
  left: 13px;
  right: 22px;
  bottom: 19px;
  border-radius: 999px;
  background: var(--teal);
  text-align: left;
  padding-left: 18px;
}

.about__text p+p {
  margin-top: 29px;
}

.about__text .btn {
  width: 298px;
  margin-top: 29px;
  font-size: var(--fs-eyebrow);
}

/* ---------- Team ---------- */
.team {
  background: var(--ink);
  color: var(--cream);
  padding: 60px 0 74px;
}

.team .section-intro {
  margin-top: 23px;
}

.team__members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
  text-align: center;
}

.team__members img {
  width: 185px;
  aspect-ratio: 1;
  margin: 0 auto 27px;
  border-radius: 50%;
  object-fit: cover;
}

.team__members b {
  display: block;
  line-height: 1.1;
}

/* ---------- Partners ---------- */
.partners {
  background: var(--ink);
  color: var(--cream);
  padding: 54px 0 33px;
}

.partners__logos {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 47px;
  margin-top: 54px;
}

.partners__logos li {
  width: 248px;
  aspect-ratio: 265 / 242;
  background: var(--white);
}

.partners__logos li:nth-child(2) {
  aspect-ratio: 1;
}

.partners__logos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ---------- Resources ---------- */
.resources {
  background: var(--cream);
  padding: 40px 0 54px;
  color: var(--teal);
}

.resources .wrap {
  --wrap: 1213px;
}

.resources .section-intro {
  margin: 20px 0 64px;
  color: var(--ink);
}

.resource-card {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 36px;
  align-items: center;
  min-height: 343px;
  padding: 28px 24px 28px 30px;
  border-radius: 30px;
  background: var(--card-cream);
}

.resource-card+.resource-card {
  margin-top: 73px;
}

.resource-card>img {
  margin: auto;
  max-height: 290px;
  width: auto;
}

.resource-card h3 {
  font-size: var(--fs-quote);
  font-weight: 700;
  line-height: 1.3;
}

.resource-card p {
  margin-top: 12px;
  font-size: var(--fs-eyebrow);
  line-height: 1.333;
}

.resource-card p+p {
  margin-top: 32px;
}

.resource-card .btn {
  width: 387px;
  max-width: 100%;
  margin-top: 22px;
  gap: 40px;
}

.resource-card__actions {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.resource-card__actions img {
  width: 84px;
}

.monitor {
  position: relative;
  width: 304px;
  margin: auto;
  padding: 14px 13px 58px;
  border-radius: 10px;
  background: linear-gradient(var(--sky) 0 0) 13px 14px / calc(100% - 26px) 157px no-repeat, var(--teal);
}

.monitor::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  width: 84px;
  height: 18px;
  translate: -50% 0;
  background: var(--teal);
  clip-path: polygon(22% 0, 78% 0, 100% 100%, 0 100%);
}

.monitor img {
  width: 100%;
  aspect-ratio: 278 / 157;
  object-fit: cover;
}

/* ---------- Next step CTA ---------- */
.next-step {
  padding: 66px 16px 50px;
  background: #f2efe6 url("../img/paper-texture.jpg") center / cover;
  color: var(--ink);
}

.next-step__content {
  width: min(789px, 100%);
  margin-inline: auto;
}

.next-step__content>.btn {
  display: flex;
  margin: 27px 0 0 83px;
}

.next-step h2 {
  margin-bottom: 16px;
  font-size: var(--fs-cta-title);
  font-weight: 700;
  line-height: 1.39;
}

.next-step p+p {
  margin-top: 0;
}

.next-step p:last-of-type {
  margin-top: 29px;
}

.swoosh {
  position: relative;
  white-space: nowrap;
}

.swoosh::after {
  content: "";
  position: absolute;
  left: -.35em;
  right: -1.1em;
  bottom: -.02em;
  height: .3em;
  background: url("../img/underline-swoosh.png") center / 100% 100% no-repeat;
}

/* ---------- Social ---------- */
.social {
  background: var(--ink);
  color: var(--cream);
  padding: 23px 0 28px;
}

.social .wrap {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 107px;
  align-items: center;
}

.polaroid {
  width: 379px;
  margin-left: 54px;
  padding: 22px 22px 70px;
  background: var(--white);
  box-shadow: 0 4px 10px rgb(0 0 0 / .35);
  rotate: -12deg;
}

.polaroid img {
  width: 100%;
  aspect-ratio: 1 / .93;
  object-fit: cover;
  object-position: 60% center;
  background: #f2f1eb;
}

.social h2 {
  font-size: var(--fs-quote);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.social h2+p {
  margin-top: 25px;
}

.social p {
  line-height: 1.55;
}

.social__icons {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 58px 0 0 43px;
}

.social__icons img {
  height: 64px;
  width: auto;
}

.social__x {
  display: grid;
  place-items: center;
  width: 64px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--coral);
}

.social__icons .social__x img {
  height: 42px;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: var(--white);
  padding: 38px 0 44px;
  font-weight: 500;
}

.site-footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(1185px, 100% - 32px);
}

.site-footer address {
  font-style: normal;
  overflow-wrap: anywhere;
}

.site-footer__links {
  text-align: right;
}

.site-footer__links a {
  text-decoration: underline;
}

/* ---------- Tablet: let fixed desktop columns flex ---------- */
@media (max-width: 1280px) {

  /* Canva's hard line breaks only fit the full desktop width; below it text wraps naturally. */
  p:not(.bubble) br,
  h3 br,
  h4 br,
  li br {
    display: none;
  }

  .bubble--cream {
    width: auto;
    max-width: 693px;
  }

  .benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .solution-card .btn,
  .offer-card .btn,
  .resource-card .btn {
    width: auto;
    gap: 20px;
    padding-inline: 24px;
  }

  .solution-card .btn {
    white-space: normal;
    text-align: center;
  }

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

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

  .hero__photo {
    margin-right: 0;
  }

  .hero__text {
    padding-right: 24px;
  }

  .hero__text .btn {
    margin-left: 0;
  }

  .bubbles {
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    padding: 0 48px 0 50px;
  }

  .pain-points__header {
    padding-left: 50px;
  }

  .service-panel {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-panel__intro {
    grid-template-columns: 1fr 1fr;
    margin-right: 0;
  }

  .offer-grid {
    margin-left: 0;
  }

  .plan-card {
    padding-left: 30px;
  }

  .plan-card .btn--plan {
    margin-left: 0;
    width: auto;
  }

  .about__body {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .resource-card {
    grid-template-columns: 1fr 2fr;
  }

  .social .wrap {
    grid-template-columns: 1fr 1.4fr;
    gap: 40px;
  }

  .polaroid {
    width: 100%;
    margin-left: 0;
  }
}

/* ---------- Phones ---------- */
@media (max-width: 800px) {
  :root {
    --radius-card: 32px;
    --radius-panel: 32px;
  }

  .btn--large {
    white-space: normal;
    text-align: center;
  }

  .resource-card .btn,
  .solution-card .btn {
    gap: 20px;
    padding-inline: 20px;
  }

  .display {
    font-size: 12.9vw;
  }

  .top-nav {
    flex-direction: column;
    gap: 16px;
  }

  .top-nav__links {
    gap: 12px;
  }

  .btn--contact {
    min-height: 40px;
    width: 128px;
  }

  .hero__body {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 20px;
  }

  .hero__text {
    padding: 0;
  }

  .hero__title {
    margin: 18px 0 14px;
    font-size: 15.3vw;
  }

  .hero__lead {
    margin: 0 0 20px;
  }

  .hero__text .btn {
    margin: 10px 0 0;
    min-height: 58px;
    width: 100%;
    font-size: 19.2px;
    padding: 0 20px;
    text-align: center;
    line-height: 1;
  }

  .hero__photo img {
    aspect-ratio: 359 / 548;
    border-radius: 22px;
  }

  .hero__photo {
    margin-bottom: 0;
  }

  .photo-caption {
    left: 16px;
    right: 16px;
    font-size: 15px;
    text-align: left;
  }

  .hero {
    padding-bottom: 0;
  }

  .testimonial {
    padding: 60px 0;
  }

  .pain-points {
    padding: 40px 0 50px;
  }

  .pain-points__header {
    flex-direction: column;
    padding-left: 0;
    gap: 20px;
  }

  .pain-points .display {
    font-size: 15.3vw;
    margin-top: 0;
  }

  .coffee {
    width: 180px;
  }

  .coffee__stain {
    width: 146px;
  }

  .coffee__cup {
    width: 172px;
  }

  .bubbles {
    grid-template-columns: 1fr;
    padding: 0 0 0 16px;
    row-gap: 16px;
    margin-top: 36px;
  }

  .bubble {
    padding: 24px 28px;
    border-radius: 16px;
  }

  .bubble::before {
    top: 30px;
    width: 28px;
    height: 40px;
  }

  .bubble--blue {
    margin-left: 16px;
  }

  .bubble--teal {
    grid-row: auto;
    margin: 0 16px 0 0;
  }

  .bubble--cream {
    width: auto;
    margin-left: 16px;
    justify-self: stretch;
    padding: 20px 16px 20px 20px;
    font-size: 19.4px;
  }

  .bubble--cream::before {
    top: 24px;
    height: 36px;
  }

  .smart-move {
    padding: 50px 0;
  }

  .smart-move .display {
    font-size: 15.3vw;
  }

  .smart-move__subtitle {
    margin: 16px 0 36px;
  }

  .benefits {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
    padding: 0 16px;
  }

  .benefit img {
    height: 90px;
    margin-bottom: 20px;
  }

  .benefit h3 {
    margin-bottom: 16px;
  }

  .benefit p+p {
    margin-top: 16px;
  }

  .services {
    padding: 50px 0 20px;
  }

  .services .display {
    margin-bottom: 30px;
  }

  .service-panel {
    padding: 24px 12px 24px;
  }

  .service-panel--yellow {
    padding-left: 12px;
  }

  .service-panel__intro {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    padding-inline: 4px;
  }

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

  .offer-card {
    padding: 16px 20px 24px;
    column-gap: 16px;
    border-radius: 32px;
  }

  .offer-card__icon,
  .offer-card .icon-circle {
    width: 80px;
  }

  .offer-card .btn {
    width: 100%;
    min-height: 48px;
  }

  .plan-card {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    margin: 0;
  }

  .plan-card__main {
    align-items: center;
    gap: 24px;
  }

  .plan-card__title .icon-circle {
    width: 80px;
  }

  .solutions {
    padding: 50px 0;
  }

  .solution-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 12px;
  }

  .solution-card {
    min-height: 0;
    padding: 20px 20px 24px;
  }

  .solution-card__heading {
    min-height: 0;
  }

  .solution-card__heading img {
    height: 70px;
  }

  .solution-card p {
    margin-bottom: 20px;
  }

  .about {
    padding: 50px 0;
  }

  .about .display {
    font-size: 15.3vw;
  }

  .about__tagline {
    margin: 12px 0 24px;
    font-size: 3.2vw;
    white-space: nowrap;
  }

  .about__tagline img {
    margin-left: .3em;
  }

  .about__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about__photo img {
    aspect-ratio: 359 / 517;
  }

  .photo-caption--teal {
    left: 16px;
    right: 16px;
  }

  .about__text p+p {
    margin-top: 20px;
  }

  .team {
    padding: 50px 0;
  }

  .team__members {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .team__members img {
    width: 150px;
    margin-bottom: 16px;
  }

  .partners .display {
    font-size: 15.3vw;
  }

  .partners__logos {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
  }

  .partners__logos li {
    width: 212px;
  }

  .resources {
    padding: 32px 0;
  }

  .resources .section-intro {
    margin: 16px 0 32px;
  }

  .resource-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 16px 28px;
  }

  .resource-card+.resource-card {
    margin-top: 32px;
  }

  .resource-card>img {
    max-height: 225px;
  }

  .resource-card .btn {
    width: 100%;
  }

  .resource-card__actions {
    flex-direction: column;
    align-items: center;
  }

  .monitor {
    width: 243px;
    padding: 11px 11px 46px;
    background-size: calc(100% - 22px) 125px;
    background-position: 11px 11px;
  }

  .next-step {
    padding: 50px 16px 40px;
  }

  .next-step__content>.btn {
    margin: 20px 0 0;
    width: 100%;
    min-height: 58px;
  }

  .social .wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .polaroid {
    width: min(300px, 80%);
    margin: 16px auto 0;
  }

  .social__icons {
    margin: 20px 0 0;
    justify-content: space-between;
  }

  .social__icons img {
    height: 52px;
  }

  .social__x {
    width: 51px;
  }

  .social__icons .social__x img {
    height: 33px;
  }

  .site-footer {
    font-size: 17px;
    line-height: 1.36;
  }

  .site-footer .wrap {
    flex-direction: column;
  }

  .site-footer__links {
    text-align: center;
  }
}

/* ---------- Very narrow phones ---------- */
@media (max-width: 360px) {
  .btn {
    white-space: normal;
    text-align: center;
  }
}