* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #f5f2eb;
}

body {
  margin: 0;
  min-height: 100%;
  color: #262523;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(245, 242, 235, 0.9)),
    #f5f2eb;
}

a {
  color: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 76px;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(38, 37, 35, 0.09);
  box-shadow: 0 8px 30px rgba(32, 26, 17, 0.06);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: clamp(164px, 18vw, 210px);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-toggle {
  display: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px;
}

.nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 11px;
  border-radius: 999px;
  color: #3a372f;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

.nav a:hover {
  color: #a71936;
}

.nav a[aria-current="page"] {
  color: #a71936;
  background: rgba(167, 25, 54, 0.08);
}

.home-page {
  overflow-x: clip;
  background: #f7f4f0;
  color: #1d1d1f;
}

.home-section-inner {
  width: min(100% - 56px, 1080px);
  margin: 0 auto;
}

.home-hero {
  min-height: calc(80vh - 76px);
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 96px 0 102px;
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0.68) 0%, rgba(249, 246, 241, 0.86) 62%, #f7f4f0 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.54) 50%, rgba(255, 255, 255, 0.28) 100%),
    url("images/home-premium-background.png") center / cover no-repeat;
}

.home-hero::after {
  content: none;
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 1px;
  height: 48px;
  background: rgba(38, 37, 35, 0.24);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  text-align: center;
}

.hero-logo {
  display: none;
}

.home-hero h1 {
  margin: 0;
  padding: 0 0.12em;
  color: #121113;
  font-family: "Caveat", cursive;
  font-size: clamp(64px, 8vw, 118px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.92;
  text-align: center;
  white-space: nowrap;
}

.hero-lede {
  max-width: 660px;
  margin: 30px auto 0;
  color: rgba(29, 29, 31, 0.72);
  font-size: clamp(19px, 1.65vw, 23px);
  font-weight: 400;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.primary-link {
  background: #a71936;
  color: #fff;
  box-shadow: 0 16px 36px rgba(30, 30, 32, 0.14);
}

.primary-link:hover {
  transform: translateY(-2px);
  background: #86122c;
  box-shadow: 0 20px 42px rgba(30, 30, 32, 0.18);
}

.secondary-link {
  color: #a71936;
}

.secondary-link:hover {
  transform: translateY(-2px);
  background: rgba(167, 25, 54, 0.07);
}

.home-intro,
.home-services,
.home-method,
.home-proof,
.home-cta {
  padding: 96px 0;
}

.home-intro {
  background: #f7f4f0;
}

.home-services {
  background: #f7f4f0;
}

.method-grid,
.proof-grid {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 28px;
  max-width: 820px;
  text-align: center;
}

.intro-flow {
  width: min(100% - 56px, 790px);
  text-align: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: #a71936;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-services h2,
.home-method h2,
.home-proof h2,
.home-cta h2 {
  margin: 0;
  font-weight: 560;
  letter-spacing: 0;
}

.intro-flow p,
.method-copy p,
.home-proof p {
  margin: 0 0 18px;
  color: rgba(29, 29, 31, 0.68);
  font-size: clamp(18px, 1.36vw, 21px);
  line-height: 1.58;
  font-weight: 400;
}

.intro-flow p:last-child,
.method-copy p:last-child,
.home-proof p:last-child {
  margin-bottom: 0;
}

.intro-kicker {
  max-width: 760px;
  margin-right: auto !important;
  margin-left: auto !important;
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(30px, 3.3vw, 46px) !important;
  font-weight: 650 !important;
  letter-spacing: 0;
  line-height: 1.14 !important;
}

.intro-flow p {
  color: #000;
}

.intro-flow p:not(.intro-kicker) {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.home-services h2,
.home-method h2,
.home-proof h2,
.home-cta h2 {
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 650;
  line-height: 1.1;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(29, 29, 31, 0.1);
}

.service-card {
  min-height: 0;
  display: grid;
  grid-template-columns: 56px minmax(170px, 0.3fr) minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 0;
  background: transparent;
  color: #1d1d1f;
  text-decoration: none;
  box-shadow: none;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.34);
  box-shadow: none;
  color: #a71936;
}

.service-card:hover span {
  color: #a71936;
}

.service-card img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  opacity: 0.64;
}

.service-card span {
  color: #1d1d1f;
  font-size: clamp(19px, 1.8vw, 24px);
  font-weight: 650;
  line-height: 1.1;
}

.service-card p {
  margin: 0;
  color: rgba(29, 29, 31, 0.64);
  font-size: clamp(17px, 1.25vw, 19px);
  line-height: 1.5;
  font-weight: 400;
}

.home-method {
  background: #f7f4f0;
  color: #1d1d1f;
}

.method-grid {
  align-items: center;
}

.home-method h2,
.home-method .eyebrow {
  color: #1d1d1f;
}

.method-copy h2 {
  margin-bottom: 12px;
}

.method-copy p {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(29, 29, 31, 0.66);
}

.method-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin: 0;
}

.method-list span {
  min-height: 0;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: rgba(29, 29, 31, 0.72);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.home-proof {
  background: #f7f4f0;
}

.proof-grid {
  align-items: center;
}

.proof-grid > p {
  max-width: 680px;
  padding: 26px 0 0;
  border-top: 1px solid rgba(29, 29, 31, 0.1);
  border-left: 0;
}

.home-cta {
  padding: 78px 0 106px;
  background: #f7f4f0;
}

.purpose-line {
  display: block;
}

.cta-line {
  white-space: nowrap;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 42px;
  padding-top: 42px;
  border-top: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.home-page .home-hero {
  animation: homeFadeUp 700ms ease both;
}

.home-page .home-intro,
.home-page .home-services,
.home-page .home-method,
.home-page .home-proof,
.home-page .home-cta {
  opacity: 0;
  transform: translateY(22px);
}

.home-page .is-visible {
  animation: homeFadeUp 720ms ease both;
}

@keyframes homeFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-hero,
  .home-page .home-intro,
  .home-page .home-services,
  .home-page .home-method,
  .home-page .home-proof,
  .home-page .home-cta {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .primary-link,
  .secondary-link,
  .service-card {
    transition: none;
  }

}

.page-shell {
  width: min(100%, 960px);
  margin: 0 auto;
  padding-bottom: 44px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(245, 242, 235, 0.92)),
    #f5f2eb;
  box-shadow: 0 0 18px rgba(28, 24, 16, 0.1);
}

.hero {
  position: relative;
}

.hero img {
  display: block;
  width: 100%;
  height: auto;
}

.content {
  position: relative;
  max-width: 770px;
  margin: 0 auto;
  padding: 14px 0 0;
}

.down-arrow {
  position: absolute;
  top: 10px;
  right: -8px;
  color: rgba(145, 150, 154, 0.72);
  font-family: Georgia, serif;
  font-size: 54px;
  line-height: 1;
}

h1 {
  margin: 0 0 18px;
  color: #a71936;
  font-size: 56px;
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: center;
}

p,
li {
  font-size: 29px;
  line-height: 1.25;
  font-weight: 350;
}

p {
  margin: 0 0 35px;
}

.contact-form {
  display: grid;
  gap: 10px;
  width: min(100%, 620px);
  margin: 0 auto 34px;
  text-align: left;
}

.contact-form label {
  color: #a71936;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  margin: 0 0 10px;
  padding: 12px 14px;
  border: 1px solid rgba(52, 49, 43, 0.28);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.72);
  color: #34312b;
  font: 18px/1.35 -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(167, 25, 54, 0.22);
  border-color: #a71936;
  background: #fff;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-trap {
  position: absolute;
  left: -9999px;
}

.form-button {
  justify-self: start;
  min-height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 2px;
  background: #a71936;
  color: #fff;
  cursor: pointer;
  font: 650 15px/1 -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

.form-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-success {
  margin: 4px 0 0;
  color: #2f2c27;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

strong,
h2 {
  font-weight: 650;
  letter-spacing: 0;
}

h2 {
  margin: 0 0 8px;
  color: #2f2c27;
  font-size: 32px;
  line-height: 1.05;
}

.subhead {
  margin-bottom: 4px;
}

.clients {
  margin-top: 6px;
}

.clients p {
  margin-bottom: 0;
}

ul {
  margin: 0 0 34px;
  padding-left: 22px;
}

li {
  margin: 0;
}

.ornament {
  display: block;
  width: 300px;
  max-width: 60%;
  height: auto;
  margin: 26px auto 0;
  opacity: 0.74;
}

.ornament.small {
  width: 230px;
}

.ornament.wide {
  width: 330px;
}

.site-footer {
  padding: 54px 20px 34px;
  background: #f5f2eb;
  color: rgba(38, 37, 35, 0.58);
  text-align: center;
}

.site-footer p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer strong {
  color: #a71936;
  font-weight: 650;
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .content {
    max-width: none;
    margin: 0;
    padding: 14px 10.7% 0;
  }

  .down-arrow {
    right: 5.8%;
  }

  .method-grid,
  .proof-grid,
  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .service-card {
    grid-template-columns: 48px minmax(138px, 0.34fr) minmax(0, 1fr);
    min-height: 0;
  }

  .proof-grid > p {
    padding: 24px 0 0;
    border-top: 1px solid rgba(38, 37, 35, 0.16);
    border-left: 0;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }

  .cta-panel .primary-link {
    justify-self: center;
  }
}

@media (max-width: 720px) {
  .topbar {
    position: sticky;
    min-height: 0;
    padding: 12px 14px 13px;
  }

  .nav-shell {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .brand {
    width: min(70vw, 210px);
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border: 0;
    border-radius: 999px;
    background: rgba(167, 25, 54, 0.08);
    color: #a71936;
    cursor: pointer;
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .topbar.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .topbar.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .topbar.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    gap: 2px;
    padding: 0;
    border-top: 0 solid rgba(38, 37, 35, 0.09);
    opacity: 0;
    transition: max-height 220ms ease, opacity 180ms ease, padding 180ms ease, border-width 180ms ease;
  }

  .topbar.nav-open .nav {
    max-height: 440px;
    padding-top: 10px;
    border-top-width: 1px;
    opacity: 1;
  }

  .nav a {
    min-width: 0;
    justify-content: flex-start;
    min-height: 42px;
    padding: 0 12px;
    font-size: 16px;
  }

  .home-section-inner {
    width: min(100% - 56px, 1060px);
  }

  .home-hero {
    min-height: auto;
    padding: 54px 0 56px;
    background:
      linear-gradient(180deg, rgba(255, 253, 250, 0.8) 0%, rgba(249, 246, 241, 0.94) 66%, #f7f4f0 100%),
      url("images/home-premium-background.png") 56% center / cover no-repeat;
  }

  .home-hero::after {
    content: none;
  }

  .hero-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 440px;
    text-align: center;
  }

  .hero-logo {
    width: min(280px, 80vw);
    margin-bottom: 30px;
  }

  .home-intro,
  .home-services,
  .home-method,
  .home-proof,
  .home-cta {
    padding: 50px 0;
  }

  .home-hero h1 {
    padding: 0;
    font-size: clamp(39px, 10.8vw, 56px);
    line-height: 0.96;
    text-align: center;
    white-space: nowrap;
  }

  .hero-lede {
    margin-top: 22px;
    line-height: 1.46;
  }

  .hero-actions {
    margin-top: 26px;
  }

  .hero-lede,
  .intro-flow p,
  .method-copy p,
  .home-proof p {
    font-size: clamp(17px, 4.75vw, 20px);
  }

  .intro-flow {
    width: 100%;
  }

  .intro-kicker {
    font-size: clamp(21px, 5.8vw, 29px) !important;
    line-height: 1.18 !important;
  }

  .home-services h2,
  .home-method h2,
  .home-proof h2,
  .home-cta h2 {
    font-size: clamp(22px, 5.9vw, 31px);
    line-height: 1.16;
  }

  .home-method .method-line {
    display: block;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .cta-line {
    font-size: clamp(27px, 7.2vw, 36px) !important;
    white-space: normal;
  }

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

  .service-card {
    grid-template-columns: 36px 1fr;
    gap: 9px 14px;
    padding: 24px 0;
    align-items: start;
  }

  .service-card p {
    grid-column: 1 / -1;
    font-size: clamp(16px, 4.4vw, 18px);
    line-height: 1.48;
  }

  .service-card img {
    width: 34px;
    height: 34px;
  }

  .method-list {
    display: flex;
    gap: 8px;
  }

  .method-list span {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    text-align: center;
  }

  .cta-panel {
    gap: 28px;
    padding-top: 30px;
  }

  .cta-panel .primary-link,
  .hero-actions .primary-link {
    width: min(100%, 260px);
  }

  h1 {
    font-size: clamp(38px, 10vw, 56px);
  }

  p,
  li {
    font-size: clamp(22px, 5.8vw, 31px);
  }

  h2 {
    font-size: clamp(24px, 6.2vw, 32px);
  }
}

@media (max-width: 420px) {
  .topbar {
    padding-right: 12px;
    padding-left: 12px;
  }

  .brand {
    width: min(68vw, 188px);
  }

  .home-section-inner {
    width: min(100% - 52px, 1060px);
  }

  .home-hero {
    padding: 46px 0 50px;
  }

  .home-hero h1 {
    font-size: clamp(37px, 10.2vw, 43px);
  }

  .intro-kicker {
    font-size: clamp(20px, 5.35vw, 24px) !important;
  }

  .home-services h2,
  .home-method h2,
  .home-proof h2,
  .home-cta h2 {
    font-size: clamp(20px, 5.35vw, 25px);
  }

  .eyebrow {
    font-size: 9.5px;
    line-height: 1.35;
  }

  .home-intro,
  .home-services,
  .home-method,
  .home-proof,
  .home-cta {
    padding: 44px 0;
  }

  .method-list span {
    flex-basis: 100%;
  }
}
