@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  font-family: "DM Sans", sans-serif;
  color: #172541;
  background: #f8f5ef;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 320px;
}
a {
  color: inherit;
}
button,
input,
textarea {
  font: inherit;
}
.shell {
  width: min(100% - 96px, 1220px);
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  background: #172541;
  color: white;
  padding: 12px 16px;
  z-index: 20;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #e6e0d6;
}
.header-inner {
  min-height: 93px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  text-decoration: none;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font:
    800 29px/1 "Manrope",
    sans-serif;
  letter-spacing: -1.8px;
}
.brand img {
  width: 36px;
  height: 32px;
  object-fit: contain;
}
.brand-dot,
.footer-brand span {
  color: #e97964;
}
.header-nav {
  display: flex;
  gap: 42px;
  align-items: center;
}
.header-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #3e4b5e;
  transition: color 0.2s;
}
.header-nav a:hover,
.header-nav a[aria-current] {
  color: #a74738;
}
.header-nav a[aria-current] {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.hero {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  min-height: 660px;
  padding-top: 50px;
  padding-bottom: 78px;
  gap: 30px;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: #a74738;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.eyebrow-line {
  display: block;
  width: 29px;
  height: 1px;
  background: currentColor;
}
.hero h1,
.page-hero h1,
.legal-heading h1 {
  font:
    800 clamp(55px, 5.65vw, 86px)/1.075 "Manrope",
    sans-serif;
  letter-spacing: -0.075em;
  margin: 0;
  color: #172541;
}
.hero h1 em,
.page-hero h1 em,
.closing em {
  font-style: normal;
  color: #e47661;
}
.hero-intro {
  max-width: 540px;
  font-size: 20px;
  line-height: 1.75;
  color: #596477;
  margin: 31px 0 31px;
}
.hero-actions {
  display: flex;
  gap: 31px;
  align-items: center;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 57px;
  padding: 0 26px;
  border: 0;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.button-dark {
  background: #172541;
  color: #fff;
}
.button-dark:hover {
  background: #263b5c;
}
.button-light {
  background: #f8f5ef;
  color: #172541;
}
.button-light:hover {
  background: white;
}
.text-link {
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #172541;
  padding-bottom: 6px;
}
.text-link span {
  margin-left: 10px;
}
.text-link:hover {
  color: #db6c5a;
  border-color: #db6c5a;
}
.hero-note {
  font-size: 13px;
  color: #8b928e;
  margin: 30px 0 0;
}
.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  height: 544px;
}
.art-backdrop {
  position: absolute;
  width: min(100%, 460px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e5e9e4;
}
.message-card {
  position: relative;
  width: 312px;
  padding: 20px;
  border-radius: 19px;
  background: white;
  box-shadow: 0 25px 60px #1c273a26;
  transform: rotate(5deg);
}
.message-card-top,
.message-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  font-size: 11px;
  color: #697281;
}
.tiny-mark {
  font:
    800 26px "Manrope",
    sans-serif;
  letter-spacing: -2px;
  color: #172541;
}
.tiny-mark span {
  color: #e47661;
}
.video-illustration {
  display: block;
  width: 100%;
  border-radius: 9px;
  margin: 12px 0;
}
.message-card-bottom {
  justify-content: flex-start;
  gap: 8px;
}
.message-card-bottom span:first-child,
.message-card-bottom span:nth-child(2) {
  width: 90px;
  height: 7px;
  border-radius: 4px;
  background: #e8e9e7;
}
.message-card-bottom span:nth-child(2) {
  width: 40px;
}
.message-card-bottom span:last-child {
  margin-left: auto;
}
.statement-band {
  background: #eaece7;
}
.statement-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 64px;
}
.statement-inner p {
  font:
    700 clamp(29px, 3vw, 43px)/1.35 "Manrope",
    sans-serif;
  letter-spacing: -0.04em;
  margin: 0;
}
.statement-inner strong {
  color: #e47661;
}
.intro-section {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 11%;
  padding-top: 124px;
  padding-bottom: 124px;
}
.intro-section h2,
.content-grid h2,
.contact-panel h2 {
  font:
    800 clamp(35px, 3.2vw, 51px)/1.2 "Manrope",
    sans-serif;
  letter-spacing: -0.055em;
  margin: 0;
}
.intro-section .eyebrow {
  margin-bottom: 24px;
}
.intro-text {
  padding-top: 39px;
}
.intro-text p {
  font-size: 19px;
  line-height: 1.8;
  color: #5a6673;
  margin: 0 0 29px;
}
.closing {
  background: #172541;
  color: white;
  border-radius: 12px;
  min-height: 333px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 55px 68px;
  gap: 30px;
  margin-bottom: 110px;
}
.closing p {
  font:
    800 clamp(32px, 3.3vw, 51px)/1.17 "Manrope",
    sans-serif;
  letter-spacing: -0.055em;
  margin: 0;
  flex: 1;
}
.site-footer {
  background: #ece8df;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-top: 75px;
  padding-bottom: 87px;
}
.footer-brand {
  font:
    800 32px "Manrope",
    sans-serif;
  letter-spacing: -2px;
  text-decoration: none;
}
.footer-top p {
  color: #68717c;
  font-size: 14px;
  margin: 8px 0;
}
.footer-links {
  display: flex;
  gap: 70px;
}
.footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.footer-links span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #899096;
  font-weight: 800;
  margin-bottom: 5px;
}
.footer-links a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #d5d1c9;
  padding-top: 24px;
  padding-bottom: 28px;
  color: #7f858b;
  font-size: 12px;
}
.inner-page {
  padding-bottom: 105px;
}
.page-hero {
  padding-top: 104px;
  padding-bottom: 100px;
}
.page-hero h1 {
  font-size: clamp(52px, 5.4vw, 78px);
}
.page-hero > p:last-child {
  font-size: 20px;
  line-height: 1.7;
  max-width: 650px;
  color: #66717c;
  margin: 28px 0 0;
}
.content-grid {
  display: grid;
  grid-template-columns: 27% 1fr;
  gap: 8%;
  padding-top: 58px;
  padding-bottom: 75px;
  border-top: 1px solid #dddcd5;
}
.content-grid-last {
  padding-bottom: 0;
}
.section-index {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #a74738;
  font-size: 11px;
  font-weight: 800;
}
.prose {
  max-width: 710px;
}
.prose h2 {
  margin: 0 0 22px;
}
.prose p {
  font-size: 17px;
  line-height: 1.85;
  color: #566273;
  margin: 0 0 20px;
}
.prose .button {
  margin-top: 19px;
}
.contact-page .page-hero {
  padding-bottom: 70px;
}
.contact-panel {
  background: #edece6;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 9%;
  padding: 68px;
  border-radius: 12px;
}
.contact-panel h2 {
  font-size: 38px;
  margin: 27px 0 17px;
}
.contact-panel p {
  font-size: 16px;
  line-height: 1.7;
  color: #66717c;
  max-width: 300px;
}
.contact-company {
  margin-top: 80px;
  padding-top: 30px;
  border-top: 1px solid #d6d5cf;
}
.contact-company strong {
  display: block;
  font-size: 17px;
  margin-top: 16px;
}
.contact-company p {
  font-size: 14px;
  margin: 8px 0;
}
.contact-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.contact-form label {
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 9px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cdd0ce;
  border-radius: 4px;
  background: #fff;
  padding: 15px 16px;
  margin: 0 0 24px;
  outline: none;
  color: #172541;
}
.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #e47661;
  box-shadow: 0 0 0 3px rgba(228, 118, 97, 0.15);
}
.contact-form .form-privacy {
  font-size: 12px;
  margin: -5px 0 21px;
  max-width: none;
}
.contact-form .button {
  align-self: flex-start;
}
.form-status {
  min-height: 25px;
  color: #172541;
  margin: 14px 0 0 !important;
}
.legal-page {
  padding-top: 100px;
  padding-bottom: 125px;
}
.legal-heading {
  padding-bottom: 60px;
  border-bottom: 1px solid #dddcd5;
}
.legal-heading h1 {
  font-size: clamp(52px, 5vw, 74px);
}
.legal-heading > p:last-child {
  font-size: 14px;
  color: #839098;
  margin-top: 19px;
}
.legal-layout {
  display: grid;
  grid-template-columns: 27% 1fr;
  gap: 8%;
  padding-top: 58px;
}
.legal-layout aside p {
  font-size: 15px;
  line-height: 1.65;
  color: #68717c;
  max-width: 210px;
  margin: 0 0 15px;
}
.legal-layout aside a {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #172541;
  padding-bottom: 4px;
}
.legal-copy > p:first-child {
  font-size: 18px;
  color: #34445c;
}
.legal-copy h2 {
  font:
    800 24px/1.3 "Manrope",
    sans-serif;
  letter-spacing: -0.035em;
  margin: 40px 0 11px;
}
.legal-copy h2:first-of-type {
  margin-top: 42px;
}
.legal-copy a {
  text-underline-offset: 3px;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #e47661;
  outline-offset: 4px;
}
@media (max-width: 1000px) {
  .shell {
    width: min(100% - 56px, 1220px);
  }
  .hero h1 {
    font-size: clamp(48px, 5.8vw, 68px);
  }
  .footer-links {
    gap: 35px;
  }
  .closing {
    padding: 45px;
  }
  .closing p {
    padding-left: 0;
  }
}
@media (max-width: 720px) {
  .shell {
    width: min(100% - 40px, 1220px);
  }
  .header-inner {
    min-height: 74px;
  }
  .brand {
    font-size: 25px;
  }
  .brand img {
    width: 30px;
    height: 27px;
  }
  .header-nav {
    gap: 21px;
  }
  .header-nav a {
    font-size: 13px;
  }
  .hero {
    display: block;
    padding-top: 69px;
    padding-bottom: 69px;
  }
  .hero h1 {
    font-size: clamp(47px, 9vw, 67px);
  }
  .hero-art {
    height: 470px;
    margin-top: 28px;
  }
  .message-card {
    width: min(280px, 90%);
    padding: 16px;
  }
  .hero-intro {
    font-size: 18px;
    line-height: 1.65;
    margin: 25px 0;
  }
  .statement-inner {
    padding: 50px 0;
  }
  .statement-inner p {
    font-size: 27px;
  }
  .intro-section {
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .intro-text {
    padding-top: 18px;
  }
  .intro-text p {
    font-size: 17px;
  }
  .closing {
    min-height: 300px;
    display: block;
    padding: 37px 30px;
    margin-bottom: 70px;
  }
  .closing p {
    font-size: 38px;
    margin: 10px 0 27px;
  }
  .footer-top {
    display: block;
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .footer-links {
    flex-wrap: wrap;
    margin-top: 45px;
    gap: 36px 50px;
  }
  .footer-bottom {
    display: block;
    line-height: 1.8;
  }
  .footer-bottom span {
    display: block;
  }
  .page-hero {
    padding-top: 75px;
    padding-bottom: 72px;
  }
  .page-hero h1 {
    font-size: clamp(47px, 9vw, 67px);
  }
  .page-hero > p:last-child {
    font-size: 17px;
  }
  .content-grid,
  .legal-layout {
    display: block;
  }
  .content-grid .section-index {
    margin-bottom: 27px;
  }
  .content-grid {
    padding-bottom: 54px;
  }
  .contact-panel {
    display: block;
    padding: 34px 26px;
  }
  .contact-company {
    margin: 36px 0 38px;
  }
  .legal-page {
    padding-top: 75px;
    padding-bottom: 80px;
  }
  .legal-heading {
    padding-bottom: 40px;
  }
  .legal-layout aside {
    padding-bottom: 25px;
    border-bottom: 1px solid #dddcd5;
    margin-bottom: 37px;
  }
  .legal-layout aside p {
    max-width: none;
  }
  .legal-copy h2 {
    font-size: 22px;
  }
}
@media (max-width: 390px) {
  .hero-actions {
    gap: 20px;
  }
  .footer-links {
    gap: 31px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button,
  .header-nav a {
    transition: none;
  }
}
