:root {
  --ink: #0b0b0c;
  --ink-2: #151517;
  --paper: #fbfbfa;
  --soft: #f1f1f0;
  --muted: #67676b;
  --line: #dedede;
  --copper: #e30613;
  --copper-dark: #b8000b;
  --champagne: #ffffff;
  --white: #ffffff;
  --shadow: 0 28px 70px rgba(0, 0, 0, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
}

img,
svg {
  display: block;
}

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

button {
  font: inherit;
}

.container {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.section-pad {
  padding: 82px 0;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0;
  color: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 120px;
}

.brand-logo {
  width: 108px;
  height: 108px;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, .28));
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav a {
  color: rgba(255, 255, 255, .82);
}

.main-nav a:hover {
  color: var(--champagne);
}

.outline-button,
.primary-button,
.soft-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.outline-button:hover,
.primary-button:hover,
.soft-button:hover {
  transform: translateY(-2px);
}

.outline-button {
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .34);
  color: var(--white);
}

.outline-button svg,
.primary-button svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.primary-button {
  min-width: 310px;
  padding: 14px 30px;
  color: var(--white);
  background: linear-gradient(135deg, #f01824, #b8000b);
  box-shadow: 0 16px 36px rgba(227, 6, 19, .28);
  line-height: 1.2;
  text-align: center;
}

.primary-button span {
  display: grid;
  gap: 2px;
  text-align: center;
}

.primary-button small {
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.soft-button {
  min-width: 210px;
  padding: 0 24px;
  border: 1px solid rgba(227, 6, 19, .28);
  color: var(--copper-dark);
  background: rgba(255, 255, 255, .86);
}

.hero {
  position: relative;
  min-height: 870px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("../img/hero-casal.jpg");
  background-size: cover;
  background-position: center right;
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 56%, rgba(227, 6, 19, .06), rgba(9, 9, 10, .22) 34%, rgba(7, 7, 8, .92) 82%),
    linear-gradient(90deg, rgba(5, 5, 6, .96) 0%, rgba(8, 8, 9, .88) 31%, rgba(12, 12, 13, .26) 66%, rgba(10, 10, 11, .34) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .1) 45%, rgba(0, 0, 0, .46));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 210px;
  padding-bottom: 86px;
}

.section-kicker {
  margin: 0 0 20px;
  color: var(--copper);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow {
  max-width: 430px;
  margin: 0 0 20px;
  color: #ff3f49;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.55;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(52px, 6vw, 86px);
  font-weight: 700;
  line-height: .9;
}

.hero h1 span {
  display: block;
}

h1 em,
h2 em {
  color: var(--copper);
  font-style: italic;
  font-weight: 600;
}

.hero-text {
  max-width: 450px;
  margin: 30px 0 28px;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}

.proof {
  display: grid;
  gap: 13px;
  margin-top: 38px;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.proof-row {
  display: flex;
  align-items: center;
  gap: 14px;
  text-transform: none;
  letter-spacing: 0;
}

.proof-row strong {
  color: #ffcf63;
  letter-spacing: .1em;
}

.proof-row span {
  color: rgba(255, 255, 255, .78);
  font-weight: 800;
}

.avatar-stack {
  display: flex;
}

.avatar-stack i {
  width: 30px;
  height: 30px;
  margin-right: -8px;
  border: 2px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff, #8a8a8d);
}

.avatar-stack i:nth-child(2) {
  background: linear-gradient(135deg, #e30613, #5b0509);
}

.avatar-stack i:nth-child(3) {
  background: linear-gradient(135deg, #d8d8d8, #444447);
}

.avatar-stack i:nth-child(4) {
  background: linear-gradient(135deg, #ffffff, #e30613);
}

.benefits {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.benefits article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 20px;
  row-gap: 13px;
  min-height: 168px;
  padding: 46px 36px 42px;
  border-left: 1px solid var(--line);
  align-content: start;
}

.benefits article:last-child {
  border-right: 1px solid var(--line);
}

.line-icon {
  display: grid;
  place-items: center;
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(227, 6, 19, .22);
  border-radius: 50%;
  color: var(--copper);
  background: rgba(255, 255, 255, .72);
}

.line-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefits h2,
.benefits p {
  margin: 0;
}

.benefits h2 {
  max-width: 240px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.benefits p {
  max-width: 285px;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.62;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(320px, 465px) minmax(360px, 560px);
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.about-media {
  position: relative;
}

.about-media::before {
  content: "";
  position: absolute;
  inset: 24px 24px auto auto;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(227, 6, 19, .24);
  transform: translate(-18px, -18px);
  z-index: -1;
}

.about-media img {
  width: 100%;
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.seal {
  position: absolute;
  left: -58px;
  bottom: 38px;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  padding: 24px;
  border-radius: 50%;
  color: var(--white);
  background: #09090a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.about-copy h2,
.steps h2,
.gallery h2,
.testimonials h2,
.faq h2,
.cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(39px, 4.6vw, 56px);
  font-weight: 700;
  line-height: .98;
}

.about-copy p:not(.section-kicker):not(.signature) {
  max-width: 560px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.72;
}

.signature {
  margin: 28px 0 18px;
  color: #303034;
  font-family: var(--serif);
  font-size: 30px;
  font-style: italic;
}

.dark-section {
  color: var(--white);
  background:
    radial-gradient(circle at 50% 0, rgba(227, 6, 19, .16), transparent 34%),
    #101011;
}

.dark-section .section-kicker,
.gallery .section-kicker,
.faq .section-kicker {
  margin-bottom: 10px;
  text-align: center;
}

.steps .section-kicker {
  color: #ff5a63;
}

.steps h2,
.gallery h2,
.testimonials h2,
.faq h2 {
  text-align: center;
}

.section-divider {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.section-divider span {
  position: relative;
  width: 140px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(227, 6, 19, .62), transparent);
}

.section-divider span::after {
  content: "♡";
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 28px;
  height: 20px;
  color: var(--copper);
  background: #101011;
  font-size: 15px;
  transform: translate(-50%, -50%);
}

.steps-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px;
  margin-top: 58px;
}

.steps-grid::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 9%;
  right: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
}

.steps-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 15px;
  text-align: center;
}

.step-number {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--white);
  background: var(--copper);
  box-shadow: 0 0 0 8px #101011;
  font-weight: 900;
}

.step-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 126px;
  height: 76px;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 0;
  border-radius: 80px 80px 0 0;
  color: var(--white);
}

.step-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.steps h3 {
  margin: 2px 0 0;
  color: var(--copper);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.steps p {
  max-width: 250px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.gallery {
  background: var(--paper);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  grid-auto-rows: 220px;
  gap: 18px;
  margin-top: 46px;
}

.gallery-item {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(227, 6, 19, .16);
  border-radius: 8px;
  background: #111112;
  box-shadow: 0 24px 60px rgba(20, 20, 22, .12);
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.gallery-item:first-child {
  grid-row: span 2;
}

.gallery-item:last-child {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.gallery-item span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 44%, rgba(8, 8, 9, .7)),
    linear-gradient(90deg, rgba(8, 8, 9, .22), transparent 58%);
  opacity: .82;
  transition: opacity .28s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid rgba(255, 255, 255, .88);
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .28));
}

.gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.gallery-item:hover::before {
  opacity: .65;
}

.gallery-item:focus-visible {
  outline: 3px solid rgba(227, 6, 19, .82);
  outline-offset: 4px;
}

.video-modal {
  width: min(940px, calc(100% - 32px));
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
}

.video-modal::backdrop {
  background: rgba(5, 5, 6, .82);
  backdrop-filter: blur(8px);
}

.video-modal-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: #050506;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .38);
}

.video-modal video {
  width: 100%;
  max-height: min(76vh, 720px);
  background: #050506;
  object-fit: contain;
}

.video-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: var(--white);
  background: rgba(8, 8, 9, .72);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.video-modal-close:hover {
  border-color: rgba(255, 255, 255, .56);
  background: rgba(227, 6, 19, .86);
  transform: translateY(-1px);
}

.video-modal-close:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .9);
  outline-offset: 3px;
}

.video-modal-close svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
}

.centered {
  display: flex;
  width: fit-content;
  margin: 30px auto 0;
}

.testimonials {
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0, rgba(227, 6, 19, .08), transparent 34%),
    linear-gradient(180deg, #fbfbfa 0%, #f4f0ef 100%);
}

.testimonials h2 {
  color: var(--ink);
}

.testimonial-carousel {
  position: relative;
  margin-top: 48px;
  padding: 0 64px 44px;
}

.testimonial-track {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 32px) / 2);
  gap: 20px;
  min-height: 300px;
  padding: 34px;
  border: 1px solid rgba(227, 6, 19, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 20px 54px rgba(20, 20, 22, .08);
  scroll-snap-align: start;
}

.testimonial-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(227, 6, 19, .36);
  border-radius: 50%;
  color: var(--copper-dark);
  background: rgba(255, 255, 255, .82);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, opacity .2s ease;
}

.testimonial-arrow:hover {
  border-color: rgba(227, 6, 19, .9);
  background: rgba(227, 6, 19, .08);
  transform: translateY(-2px);
}

.testimonial-arrow:disabled {
  opacity: .32;
  cursor: default;
  transform: none;
}

.testimonial-arrow svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.testimonial-arrow-prev {
  left: 0;
}

.testimonial-arrow-next {
  right: 0;
}

.testimonial-dots {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.testimonial-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(18, 18, 20, .22);
  cursor: pointer;
  transition: width .2s ease, border-radius .2s ease, background .2s ease;
}

.testimonial-dots button[aria-current="true"] {
  width: 28px;
  border-radius: 999px;
  background: var(--copper);
}

.review-profile {
  display: flex;
  align-items: center;
  min-height: 30px;
}

.review-profile strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.testimonial-card p {
  margin: 0;
  color: rgba(20, 20, 22, .78);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
}

.faq {
  padding: 52px 0 54px;
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 92px;
  margin-top: 28px;
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  color: #2d2d30;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  color: var(--copper-dark);
  font-size: 20px;
  font-weight: 500;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: -2px 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.cta {
  display: grid;
  grid-template-columns: minmax(320px, 42%) 1fr;
  min-height: 310px;
  color: var(--white);
  background:
    radial-gradient(circle at 68% 20%, rgba(227, 6, 19, .16), transparent 36%),
    linear-gradient(90deg, #080809, #151517);
}

.cta-photo {
  min-height: 310px;
  background:
    linear-gradient(90deg, rgba(7, 7, 8, .1), rgba(10, 10, 11, .92)),
    url("../img/cta-casal.jpg") center / cover;
}

.cta-copy {
  align-self: center;
  max-width: 720px;
  padding: 60px min(8vw, 110px);
}

.cta p {
  max-width: 560px;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.site-footer {
  color: rgba(255, 255, 255, .72);
  background: #111112;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 54px;
  padding: 34px 0 30px;
}

.footer-brand .brand-logo {
  width: 118px;
  height: 118px;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .22));
}

.site-footer h2 {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.socials {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 24px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: rgba(255, 255, 255, .86);
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.socials a:hover {
  color: var(--white);
  border-color: rgba(227, 6, 19, .72);
  background: rgba(227, 6, 19, .14);
  transform: translateY(-2px);
}

.socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.socials a:first-child svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.copyright {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  font-weight: 700;
}

.story-page {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(8, 8, 9, .98) 0 230px, var(--paper) 230px);
}

.story-header {
  position: relative;
  z-index: 2;
  padding: 28px 0 10px;
}

.story-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.story-hero {
  padding: 42px 0 86px;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  width: min(1320px, calc(100% - 48px));
}

.story-media {
  position: sticky;
  top: 28px;
}

.story-media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.story-content {
  padding: 48px 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .08);
}

.story-content h1 {
  max-width: 720px;
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(42px, 4.4vw, 62px);
  font-weight: 700;
  line-height: .98;
}

.story-content p:not(.section-kicker) {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.78;
}

.story-back {
  margin-top: 18px;
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 18px;
  }

  .header-cta {
    display: none;
  }

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

  .about-grid {
    gap: 54px;
  }

  .story-grid {
    grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
    gap: 36px;
  }

  .story-content {
    padding: 42px 38px;
  }

  .steps-grid {
    gap: 24px;
  }

  .testimonial-carousel {
    padding-inline: 56px;
  }

  .testimonial-track {
    gap: 24px;
  }

  .testimonial-card {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media (max-width: 820px) {
  .container,
  .site-header {
    width: min(100% - 32px, 1220px);
  }

  .site-header {
    align-items: flex-start;
  }

  .main-nav {
    display: none;
  }

  .brand-logo {
    width: 88px;
    height: 88px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-bg {
    background-position: 62% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(5, 5, 6, .96) 0%, rgba(8, 8, 9, .86) 45%, rgba(8, 8, 9, .34) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .6));
  }

  .hero-content {
    padding-top: 152px;
  }

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

  .primary-button {
    min-width: 0;
    width: 100%;
    max-width: 350px;
  }

  .benefits article {
    padding: 30px 18px;
  }

  .about-grid,
  .cta,
  .story-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .about-grid {
    gap: 44px;
  }

  .about-media {
    max-width: 500px;
    margin: 0 auto;
  }

  .seal {
    left: 16px;
    width: 128px;
    height: 128px;
    font-size: 9px;
  }

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

  .steps-grid::before {
    display: none;
  }

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

  .testimonial-carousel {
    padding: 0 0 70px;
  }

  .testimonial-card {
    flex-basis: 100%;
  }

  .testimonial-arrow {
    top: auto;
    bottom: 0;
  }

  .testimonial-arrow-prev {
    left: calc(50% - 88px);
  }

  .testimonial-arrow-next {
    right: calc(50% - 88px);
  }

  .testimonial-dots {
    bottom: 16px;
  }

  .cta-photo {
    min-height: 240px;
  }

  .cta-copy {
    padding: 42px 24px 56px;
  }

  .story-page {
    background:
      linear-gradient(180deg, rgba(8, 8, 9, .98) 0 190px, var(--paper) 190px);
  }

  .story-grid {
    gap: 28px;
  }

  .story-media {
    position: relative;
    top: auto;
    max-width: 460px;
  }

  .story-content {
    padding: 38px 30px;
  }

}

@media (max-width: 560px) {
  .section-pad {
    padding: 60px 0;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding-top: 138px;
  }

  .brand-logo {
    width: 78px;
    height: 78px;
  }

  .eyebrow,
  .section-kicker {
    font-size: 11px;
  }

  .eyebrow {
    font-size: 14px;
  }

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

  .hero-text {
    font-size: 15px;
  }

  .benefits-grid,
  .gallery-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 260px;
  }

  .gallery-item:first-child,
  .gallery-item:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .benefits article,
  .benefits article:last-child {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-copy h2,
  .steps h2,
  .gallery h2,
  .testimonials h2,
  .faq h2,
  .cta h2 {
    font-size: 39px;
  }

  .seal {
    bottom: 18px;
  }

  .testimonial-card {
    padding: 28px;
  }

  .story-header-inner {
    align-items: flex-start;
  }

  .story-header .outline-button {
    min-height: 42px;
    padding: 0 16px;
    font-size: 11px;
  }

  .story-hero {
    padding: 26px 0 60px;
  }

  .story-grid {
    gap: 22px;
  }

  .story-media {
    width: min(100%, 280px);
    margin-inline: auto;
  }

  .story-media img {
    aspect-ratio: 1 / 1;
    object-position: center 42%;
  }

  .story-content {
    padding: 30px 20px;
  }

  .story-content h1 {
    font-size: 39px;
  }

  .story-content p:not(.section-kicker) {
    font-size: 15px;
  }

  .story-back {
    max-width: none;
  }
}
