@font-face {
  font-family: Montserrat;
  src: url(montserrat-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(montserrat-bold.woff2) format("woff2");
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --red: #dc414e;
  --deep: #cb354b;
  --pink: #f395a6;
  --blush: #f4e3dd;
  --ink: #2d2d2f;
  --muted: #6d6d72;
  --paper: #faf7f6;
  --line: #e8dedc;
  --radius: 24px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.1;
  letter-spacing: -0.04em;
}
h1 {
  font-size: clamp(36px, 4.4vw, 66px);
  font-weight: 700;
}
h2 {
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 700;
}
h3 {
  font-size: 24px;
}
em {
  font-style: normal;
  color: var(--deep);
}
p {
  color: var(--muted);
}
:focus-visible {
  outline: 3px solid #7f51ae;
  outline-offset: 4px;
}
::selection {
  background: var(--blush);
  color: var(--ink);
}
.skip {
  position: fixed;
  z-index: 99;
  top: 10px;
  left: 10px;
  background: #fff;
  padding: 12px;
  transform: translateY(-160%);
}
.skip:focus {
  transform: none;
}
.announcement {
  text-align: center;
  padding: 9px 20px;
  background: var(--deep);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.header {
  padding: 17px max(24px, calc((100vw - 1250px) / 2));
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
}
.logo {
  display: block;
  width: 140px;
  flex-shrink: 0;
}
.logo img {
  width: 100%;
}
.header nav {
  display: flex;
  gap: 27px;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
.header nav > a:not(.button):hover {
  color: var(--deep);
}
.menu-toggle {
  display: none;
}
.button {
  background: var(--deep);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 17px 23px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.4;
  border: 1px solid transparent;
  font-weight: 700;
  min-height: 50px;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #ac2d40;
  transform: translateY(-2px);
}
.button.small {
  padding: 12px 18px;
  min-height: 44px;
}
.button.light {
  background: var(--paper);
  color: var(--deep);
}
.button.outline {
  background: transparent;
  border-color: var(--deep);
  color: var(--deep);
}
.button:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
  padding: 7px 0;
  color: var(--deep);
}
.actions {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 20px;
  color: var(--deep);
}
.hero {
  position: relative;
  min-height: 610px;
  max-height: 900px;
  overflow: hidden;
  background: #f0d5c6;
}
.hero > picture {
  position: absolute;
  inset: 0;
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-copy {
  position: relative;
  width: 58%;
  padding: 105px 20px 115px max(30px, calc((100vw - 1250px) / 2));
  max-width: 850px;
}
.hero h1 {
  margin-bottom: 25px;
}
.hero p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 440px;
  color: #5e514c;
  margin-bottom: 32px;
}
.hero .eyebrow {
  color: #94424b;
}
.hero-note {
  position: absolute;
  bottom: 25px;
  right: max(30px, calc((100vw - 1250px) / 2));
  color: #fff;
  font-size: 11px;
  background: #34221c75;
  padding: 6px 12px;
  border-radius: 20px;
}
.brand-statement {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding: 25px;
  background: var(--blush);
  font-size: 11px;
  font-weight: 600;
}
.brand-statement span:before {
  content: "✦";
  margin-right: 13px;
  color: var(--deep);
}
.section {
  max-width: 1310px;
  padding: 90px 30px;
  margin: 0 auto;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
  margin-bottom: 38px;
}
.section-top .eyebrow {
  margin-bottom: 13px;
}
.categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.category {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 3/4;
  background: var(--blush);
}
.category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.category:hover img {
  transform: scale(1.04);
}
.category:after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent, #1d1313bc);
}
.category > div {
  position: absolute;
  bottom: 25px;
  left: 22px;
  right: 22px;
  z-index: 1;
  color: #fff;
}
.category small {
  font-size: 11px;
}
.category h3 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  font-size: 24px;
}
.category h3 span {
  font-size: 20px;
}
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  padding-top: 30px;
}
.about-art {
  position: relative;
  border-radius: 120px 20px 20px 20px;
  overflow: hidden;
  height: 540px;
  background: var(--blush);
}
.about-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-art:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 45%, #4019268f);
}
.about-art span {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
  z-index: 1;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.about-copy h2 {
  margin-bottom: 28px;
}
.about-copy p {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.9;
}
.about-copy .text-link {
  margin-top: 5px;
}
.brands {
  text-align: center;
  padding-top: 35px;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.brand-grid a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand-grid img {
  width: 150px;
  height: 90px;
  object-fit: contain;
}
.brand-grid a > span {
  font-size: 11px;
  color: var(--muted);
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.partner-banner {
  background: var(--deep);
  color: #fff;
  padding: 80px max(30px, calc((100vw - 1250px) / 2));
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
}
.partner-banner .eyebrow {
  color: #ffdbe2;
}
.partner-banner p {
  color: #ffe0e5;
  font-size: 14px;
  margin: 24px 0 28px;
  max-width: 470px;
}
.partner-options {
  align-self: center;
}
.partner-options > a {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid #ffffff40;
}
.partner-options > a:first-child {
  border-top: 1px solid #ffffff40;
}
.partner-options > a > span {
  font-size: 12px;
  opacity: 0.7;
}
.partner-options h3 {
  font-size: 25px;
}
.partner-options p {
  margin: 8px 0 0;
  font-size: 12px;
}
.partner-options b {
  margin-left: auto;
  font-size: 22px;
}
.form-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 85px;
  align-items: start;
  scroll-margin-top: 90px;
}
.form-intro {
  padding-top: 20px;
  position: sticky;
  top: 130px;
}
.form-intro h1,
.form-intro h2 {
  font-size: clamp(32px, 3.2vw, 46px);
  margin-bottom: 25px;
}
.form-intro > p {
  font-size: 14px;
  line-height: 1.9;
}
.form-help {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 32px 0;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.form-help span {
  color: var(--muted);
}
.form-help a {
  color: var(--deep);
  font-weight: 700;
}
.small-note {
  font-size: 11px !important;
  line-height: 1.65 !important;
  color: var(--muted);
}
.lead-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px;
  min-width: 0;
}
.form-caption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 25px;
}
.form-caption > span {
  font-size: 9px;
  font-weight: 400;
  color: var(--muted);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
}
.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  min-width: 0;
}
.full {
  grid-column: 1/-1;
}
input,
select,
textarea {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 13px 12px;
  border: 1px solid #dcd1cf;
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 46px;
}
textarea {
  resize: vertical;
  min-height: 115px;
}
input::placeholder,
textarea::placeholder {
  color: #777075;
  opacity: 1;
}
select {
  padding-right: 24px;
}
.form-grid label > small {
  font-size: 10px;
  font-weight: 400;
  color: var(--muted);
}
.consent {
  flex-direction: row !important;
  align-items: flex-start;
  gap: 10px !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 1.8;
}
.consent input {
  width: 17px;
  min-height: 17px;
  height: 17px;
  flex-shrink: 0;
  margin: 3px 0;
  accent-color: var(--deep);
}
.consent a {
  color: var(--deep);
  text-decoration: underline;
}
.submit {
  width: 100%;
  margin-top: 24px;
  justify-content: space-between;
}
.lead-form > .small-note {
  text-align: center;
  margin-top: 16px;
  font-size: 10px !important;
}
.trap {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-error {
  background: #fff1f0;
  color: #8e182c;
  padding: 20px;
  border: 1px solid #e9a0ac;
  border-radius: 10px;
  margin-bottom: 25px;
  font-size: 12px;
}
.form-error p {
  color: inherit;
  margin-top: 8px;
}
.contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border-top: 1px solid var(--line);
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-strip h2 {
  font-size: 30px;
  max-width: 550px;
}
.footer {
  background: var(--blush);
  padding: 65px max(30px, calc((100vw - 1250px) / 2)) 25px;
  font-size: 12px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 35px;
}
.footer p {
  font-size: 12px;
  margin: 18px 0;
}
.footer nav,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer strong {
  margin-bottom: 6px;
  font-size: 12px;
}
.footer a:hover {
  color: var(--deep);
}
.footer-contact span {
  font-size: 10px;
}
.footer-bottom {
  border-top: 1px solid #d8c2bc;
  padding-top: 22px;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: var(--muted);
}
.message-page {
  max-width: 900px;
  min-height: 540px;
  text-align: center;
  padding-top: 90px;
}
.message-page h1 {
  font-size: 44px;
  margin: 25px 0;
}
.message-page p {
  max-width: 620px;
  margin: 0 auto 32px;
}
.message-page .actions {
  justify-content: center;
}
.success-symbol {
  display: grid;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  place-items: center;
  margin: auto;
  background: var(--blush);
  color: var(--deep);
  font-size: 32px;
}
.legal {
  max-width: 860px;
}
.legal h1 {
  margin-bottom: 40px;
}
.legal h2 {
  font-size: 23px;
  margin: 20px 0;
}
.legal p,
.legal li {
  font-size: 14px;
  color: var(--muted);
}
.legal ul {
  padding-left: 20px;
}
.bio-page {
  background: #f4e3dd;
}
.bio-shell {
  max-width: 620px;
  margin: 30px auto;
  background: var(--paper);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 70px #83494b14;
}
.bio-cover {
  height: 240px;
  position: relative;
  background: var(--blush);
}
.bio-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 33%;
}
.bio-home {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 30px;
  background: #ffffffdd;
  font-size: 10px;
  padding: 8px 12px;
}
.bio-content {
  position: relative;
  text-align: center;
  padding: 0 36px 28px;
}
.bio-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 95px;
  background: var(--paper);
  border-radius: 24px;
  margin: -46px auto 22px;
  position: relative;
  padding: 15px;
  box-shadow: 0 4px 20px #572e3510;
}
.bio-logo > img {
  width: 115px;
}
.bio-content .eyebrow {
  font-size: 9px;
  margin-bottom: 17px;
}
.bio-content h1 {
  font-size: 30px;
  line-height: 1.18;
}
.bio-content > p {
  font-size: 12px;
  line-height: 1.8;
  margin: 16px 0 27px;
}
.bio-links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.bio-link {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 16px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  transition:
    transform 0.18s,
    border-color 0.18s;
}
.bio-link:hover {
  transform: translateY(-2px);
  border-color: var(--pink);
}
.link-icon {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #f9eee9;
  place-items: center;
  font-size: 22px;
  color: var(--deep);
  flex-shrink: 0;
}
.bio-link strong {
  display: block;
  font-size: 13px;
  line-height: 1.6;
}
.bio-link small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.7;
}
.bio-link > b {
  margin-left: auto;
  font-weight: 400;
  font-size: 20px;
}
.bio-link.featured {
  background: var(--deep);
  color: #fff;
  border-color: var(--deep);
}
.featured small {
  color: #ffe0e5;
}
.featured .link-icon {
  background: #ffffff20;
  color: #fff;
}
.bio-social {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 10px;
  color: var(--deep);
  margin: 28px 0;
  font-weight: 700;
}
.bio-footer {
  display: flex;
  justify-content: center;
  gap: 13px;
  font-size: 9px;
  color: var(--muted);
}
@media (min-width: 1600px) {
  .hero-copy {
    max-width: 1000px;
  }
  .hero {
    min-height: 690px;
  }
}
@media (max-width: 1000px) {
  .header nav {
    gap: 15px;
    font-size: 11px;
  }
  .logo {
    width: 115px;
  }
  .hero {
    min-height: 560px;
  }
  .hero-copy {
    padding-top: 85px;
    width: 59%;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero-copy .actions {
    gap: 15px;
  }
  .hero p {
    font-size: 14px;
  }
  .brand-statement {
    gap: 35px;
  }
  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .about {
    gap: 45px;
  }
  .about-art {
    height: 480px;
  }
  .partner-banner {
    gap: 45px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .form-section {
    gap: 40px;
  }
  .lead-form {
    padding: 24px;
  }
  .category h3 {
    font-size: 20px;
  }
  .category > div {
    left: 15px;
    right: 15px;
  }
  .category small {
    font-size: 9px;
  }
  .categories,
  .brand-grid {
    gap: 13px;
  }
  .footer-grid {
    gap: 25px;
  }
}
@media (max-width: 780px) {
  .header {
    padding: 13px 22px;
  }
  .header > .logo {
    width: 116px;
  }
  .menu-toggle {
    display: flex;
    gap: 20px;
    align-items: center;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 12px;
    padding: 9px 13px;
    min-height: 44px;
  }
  .header nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
  }
  .header nav.open {
    display: flex;
  }
  .header nav > a {
    padding: 12px;
    font-size: 13px;
  }
  .hero-copy {
    width: 60%;
  }
  .hero h1 {
    font-size: 39px;
  }
  .hero .actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero p br {
    display: none;
  }
  .categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .category h3 {
    font-size: 25px;
  }
  .category small {
    font-size: 12px;
  }
  .section {
    padding: 60px 24px;
  }
  .about {
    gap: 35px;
  }
  .about-art {
    height: 410px;
    border-top-left-radius: 75px;
  }
  .about-art span {
    font-size: 30px;
    left: 25px;
    bottom: 30px;
  }
  .about-copy p {
    font-size: 12px;
  }
  .about h2 {
    font-size: 31px;
  }
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .partner-banner {
    padding: 60px 24px;
    gap: 40px;
  }
  .partner-banner h2 {
    font-size: 36px;
  }
  .form-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .form-intro {
    position: static;
    padding: 0;
    max-width: 580px;
  }
  .form-intro h1,
  .form-intro h2 {
    font-size: 38px;
    max-width: 500px;
  }
  .form-help {
    margin: 25px 0;
    gap: 8px;
  }
  .form-intro .small-note {
    max-width: 500px;
  }
  .lead-form {
    padding: 28px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .contact-strip h2 {
    font-size: 27px;
  }
  .contact-strip .button {
    min-width: 190px;
  }
}
@media (max-width: 650px) {
  html {
    scroll-padding-top: 88px;
  }
  .announcement {
    font-size: 9px;
    padding: 9px 30px;
  }
  .hero {
    min-height: 0;
    height: auto;
    display: block;
    padding-bottom: 0;
    max-height: none;
  }
  .hero > picture,
  .hero-note {
    display: none;
  }
  .hero-copy {
    width: 100%;
    padding: 35px 25px 28px;
    background: #f5e9df;
    max-width: none;
  }
  .hero h1 {
    font-size: 43px;
    line-height: 1.05;
    max-width: 470px;
    margin-bottom: 19px;
  }
  .hero .eyebrow {
    font-size: 9px;
    margin-bottom: 15px;
  }
  .hero p {
    font-size: 13px;
    line-height: 1.8;
    max-width: 350px;
    margin-bottom: 22px;
  }
  .hero .actions {
    flex-direction: row;
    align-items: center;
    gap: 12px 20px;
  }
  .hero .button {
    font-size: 11px;
    padding: 14px 17px;
    gap: 16px;
  }
  .hero .text-link {
    font-size: 11px;
  }
  .brand-statement {
    gap: 15px;
    padding: 20px 18px;
    justify-content: space-around;
    font-size: 9px;
    line-height: 1.5;
  }
  .brand-statement span {
    max-width: 100px;
    text-align: center;
  }
  .brand-statement span:before {
    display: block;
    margin: 0 0 6px;
  }
  .section {
    padding: 48px 22px;
  }
  .section-top {
    display: block;
    margin-bottom: 27px;
  }
  .section-top .text-link {
    margin-top: 18px;
    font-size: 11px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 32px;
  }
  .categories {
    gap: 12px;
  }
  .category {
    border-radius: 12px;
    aspect-ratio: 3/4.5;
  }
  .category h3 {
    font-size: 20px;
    letter-spacing: -0.035em;
  }
  .category small {
    font-size: 9px;
  }
  .category > div {
    bottom: 17px;
    left: 13px;
    right: 13px;
  }
  .category h3 span {
    font-size: 17px;
  }
  .about {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 10px;
  }
  .about-art {
    height: 350px;
    border-radius: 65px 16px 16px 16px;
  }
  .about-art img {
    object-position: center 42%;
  }
  .about-art span {
    font-size: 36px;
  }
  .about h2 {
    font-size: 37px;
  }
  .about-copy p {
    font-size: 13px;
  }
  .about-copy .text-link {
    font-size: 12px;
  }
  .brands {
    padding-top: 22px;
  }
  .brands h2 {
    font-size: 29px;
  }
  .brand-grid {
    gap: 12px;
    margin-top: 25px;
  }
  .brand-grid a {
    padding: 24px 17px 15px;
    border-radius: 13px;
    gap: 15px;
  }
  .brand-grid img {
    width: 120px;
    height: 66px;
  }
  .partner-banner {
    display: block;
    padding: 48px 24px;
  }
  .partner-banner h2 {
    font-size: 39px;
  }
  .partner-banner p {
    font-size: 13px;
  }
  .partner-options {
    margin-top: 40px;
  }
  .partner-options > a {
    padding: 22px 0;
  }
  .partner-options p {
    margin-top: 8px;
    font-size: 11px;
  }
  .partner-options h3 {
    font-size: 23px;
  }
  .form-intro h1,
  .form-intro h2 {
    font-size: 35px;
  }
  .form-intro > p {
    font-size: 13px;
  }
  .lead-form {
    padding: 24px 18px;
    border-radius: 14px;
  }
  .form-caption {
    font-size: 13px;
  }
  .form-caption span {
    font-size: 8px;
  }
  .form-grid {
    gap: 18px 12px;
  }
  .form-grid input,
  .form-grid select,
  .form-grid textarea {
    font-size: 16px;
    padding: 12px 10px;
  }
  .form-grid label {
    font-size: 10px;
    gap: 7px;
  }
  .form-grid input::placeholder,
  .form-grid textarea::placeholder {
    font-size: 12px;
  }
  .form-grid select {
    font-size: 13px;
  }
  .form-grid label[for="telefone"],
  .form-grid label[for="email"] {
    grid-column: 1/-1;
  }
  .submit {
    font-size: 12px;
    gap: 12px;
    padding: 17px 14px;
  }
  .consent {
    font-size: 9px !important;
  }
  .contact-strip {
    display: block;
  }
  .contact-strip .button {
    margin-top: 24px;
  }
  .footer {
    padding: 45px 24px 25px;
  }
  .footer-grid {
    gap: 32px 18px;
    font-size: 11px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .footer .logo {
    width: 130px;
  }
  .footer p {
    font-size: 10px;
    margin: 0;
  }
  .footer-grid > div:first-child > a:last-child {
    font-size: 11px;
    margin-top: 20px;
  }
  .footer-contact {
    grid-column: 1/-1;
  }
  .footer-bottom {
    font-size: 9px;
    flex-direction: column;
    gap: 8px;
    margin-top: 30px;
  }
  .message-page {
    min-height: 450px;
  }
  .message-page h1 {
    font-size: 35px;
  }
  .message-page p {
    font-size: 13px;
  }
  .message-page .actions {
    flex-direction: column;
  }
  .legal h1 {
    font-size: 35px;
  }
  .legal h2 {
    font-size: 21px;
  }
  .legal p,
  .legal li {
    font-size: 13px;
  }
  .bio-shell {
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    min-height: 100vh;
  }
  .bio-cover {
    height: 200px;
  }
  .bio-content {
    padding: 0 22px 25px;
  }
  .bio-logo {
    width: 135px;
    height: 86px;
    border-radius: 20px;
    margin-top: -43px;
    margin-bottom: 17px;
  }
  .bio-content h1 {
    font-size: 28px;
  }
  .bio-content > p {
    font-size: 11px;
  }
  .bio-link {
    padding: 16px 14px;
    gap: 13px;
  }
  .bio-link strong {
    font-size: 12px;
  }
  .bio-link small {
    font-size: 9px;
  }
  .bio-cover > img {
    object-position: 65% 30%;
  }
  .bio-social {
    gap: 20px;
    font-size: 9px;
  }
  .bio-content .eyebrow {
    font-size: 8px;
  }
}
@media (max-width: 359px) {
  .hero h1 {
    font-size: 37px;
  }
  .hero-copy {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }
  .category small {
    font-size: 8px;
  }
  .category h3 {
    font-size: 17px;
  }
  .form-intro h1,
  .form-intro h2 {
    font-size: 31px;
  }
  .lead-form {
    padding: 22px 14px;
  }
  .bio-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bio-content h1 {
    font-size: 25px;
  }
  .bio-link {
    gap: 10px;
    padding: 15px 12px;
  }
  .link-icon {
    width: 33px;
    height: 33px;
  }
  .bio-link strong {
    font-size: 11px;
  }
  .bio-link small {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}
