:root {
  --white: #ffffff;
  --clean-white: #fbf7f4;
  --soft-white: #f8f2ed;
  --ink: #080808;
  --ink-soft: #34302d;
  --muted: #625852;
  --crimson: #8b0015;
  --dark-crimson: #5e000e;
  --gold: #cba24a;
  --bronze: #a46b31;
  --gold-pale: #e6d2aa;
  --line: rgba(164, 107, 49, 0.22);
  --shadow: 0 18px 44px rgba(52, 48, 45, 0.1);
  --font-body: "Jost", Arial, sans-serif;
  --font-display: "Playfair Display", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  color: var(--ink);
  background: var(--clean-white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.45;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: radial-gradient(circle at 78% 5%, rgba(203, 162, 74, 0.18), transparent 24rem), var(--clean-white);
}

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

button,
input {
  font: inherit;
}

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

.announcement,
.site-header,
main,
.site-footer {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.announcement {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  color: var(--clean-white);
  background: #34302d;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 86px;
  padding: 16px 54px 12px;
  background: rgba(251, 247, 244, 0.95);
}

.brand {
  display: grid;
  width: 116px;
  justify-items: center;
  color: var(--dark-crimson);
  line-height: 1;
}

.brand-main {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.brand-rule {
  width: 78px;
  height: 1px;
  margin: -2px 0 4px;
  background: var(--gold);
}

.brand-sub {
  color: var(--ink);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.46em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 40px);
  min-width: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  padding: 10px 0;
}

.main-nav .active {
  color: var(--dark-crimson);
}

.main-nav .active::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: var(--dark-crimson);
  content: "";
}

.book-button,
.primary-btn,
.outline-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.book-button {
  min-width: 172px;
  padding: 0 22px;
  color: var(--white);
  background: var(--dark-crimson);
  box-shadow: 0 10px 20px rgba(94, 0, 14, 0.16);
}

.primary-btn {
  min-width: 286px;
  padding: 0 22px;
  color: var(--white);
  background: var(--crimson);
  box-shadow: 0 12px 24px rgba(139, 0, 21, 0.18);
}

.outline-btn {
  min-width: 160px;
  padding: 0 24px;
  border: 1px solid rgba(139, 0, 21, 0.36);
  color: var(--dark-crimson);
  background: rgba(255, 255, 255, 0.54);
}

.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(370px, 0.88fr) minmax(520px, 1.12fr);
  min-height: 632px;
  padding: 0 54px 44px;
  overflow: hidden;
  background: linear-gradient(90deg, var(--clean-white) 0%, var(--clean-white) 36%, rgba(251, 247, 244, 0) 62%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 22px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 40px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.breadcrumb span:last-child {
  color: var(--bronze);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--bronze);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.26em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-section h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(54px, 6vw, 76px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.94;
}

.hero-section h1 span {
  display: block;
}

.hero-section h1 em {
  color: var(--dark-crimson);
  font-style: italic;
}

.hero-section h1 b {
  color: var(--bronze);
  font-family: var(--font-body);
  font-size: 0.66em;
  font-weight: 300;
  vertical-align: 0.1em;
}

.hero-body {
  position: relative;
  max-width: 476px;
  margin: 58px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}

.hero-body::before {
  position: absolute;
  top: -30px;
  left: 0;
  width: 76px;
  height: 2px;
  background: var(--bronze);
  content: "";
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.hero-visual {
  position: relative;
  min-height: 588px;
  overflow: hidden;
  border-radius: 0 0 0 56px;
  background: #171310;
}

.hero-visual::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 46%;
  background: linear-gradient(90deg, var(--clean-white) 0%, rgba(251, 247, 244, 0.76) 45%, rgba(251, 247, 244, 0) 100%);
  content: "";
  pointer-events: none;
}

.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.path-card {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 2;
  width: 282px;
  padding: 28px 28px 26px;
  border: 1px solid rgba(203, 162, 74, 0.34);
  border-radius: 6px;
  color: var(--clean-white);
  background: rgba(21, 18, 15, 0.88);
  box-shadow: 0 24px 42px rgba(8, 8, 8, 0.22);
  backdrop-filter: blur(8px);
}

.path-card h2 {
  margin: -44px 0 20px 70px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.06;
}

.path-icon,
.cta-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(203, 162, 74, 0.6);
  border-radius: 50%;
  color: var(--gold);
  font-size: 27px;
}

.path-chips {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--clean-white);
  font-size: 13px;
  line-height: 1.55;
}

.path-card a,
.section-head > a {
  color: var(--bronze);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0 54px 42px;
  padding: 24px 20px;
  border: 1px solid rgba(164, 107, 49, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow);
}

.trust-strip article {
  display: grid;
  min-height: 128px;
  align-content: start;
  justify-items: center;
  padding: 2px 28px 0;
  text-align: center;
}

.trust-strip article + article {
  border-left: 1px solid rgba(164, 107, 49, 0.18);
}

.trust-icon {
  display: block;
  min-height: 42px;
  color: var(--bronze);
  font-size: 36px;
  line-height: 1;
}

.trust-strip h2,
.product-card h3 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.trust-strip p {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.kit-section {
  padding: 0 54px 54px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.section-head h2,
.matter-copy h2,
.cta-panel h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
}

.section-head h2 {
  font-size: clamp(30px, 3vw, 42px);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  min-width: 0;
}

.product-image,
.matter-image {
  overflow: hidden;
  border: 1px solid rgba(164, 107, 49, 0.08);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(52, 48, 45, 0.06);
}

.product-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-card p {
  margin: 12px 10px 0 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.matter-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.85fr) minmax(360px, 1.25fr) minmax(260px, 0.86fr);
  gap: 24px;
  align-items: stretch;
  padding: 0 54px 44px;
}

.matter-copy {
  align-self: center;
}

.matter-copy h2 {
  max-width: 390px;
  font-size: clamp(34px, 3.4vw, 46px);
}

.matter-copy > p {
  max-width: 412px;
  margin: 20px 0 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
}

.matter-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 282px;
  object-fit: cover;
}

blockquote {
  display: grid;
  align-content: center;
  margin: 0;
  padding: 38px 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 0 0 1px rgba(164, 107, 49, 0.08);
}

blockquote::before {
  color: var(--bronze);
  content: "“";
  font-family: var(--font-display);
  font-size: 74px;
  line-height: 0.55;
}

blockquote p {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.35;
}

blockquote footer {
  margin-top: 22px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.55;
  text-transform: uppercase;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 54px 42px;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(21, 18, 15, 0.97), rgba(21, 18, 15, 0.92)),
    url("assets/acad04-plate.png");
  background-position: center, right -30px bottom -80px;
  background-size: auto, 720px auto;
}

.cta-panel {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  min-height: 180px;
  align-items: center;
  padding: 34px 48px;
}

.cta-panel + .cta-panel {
  border-left: 1px solid rgba(203, 162, 74, 0.42);
}

.cta-panel h2 {
  color: var(--white);
  font-size: 28px;
}

.cta-panel p {
  max-width: 450px;
  margin: 9px 0 18px;
  color: var(--clean-white);
  font-size: 15px;
  line-height: 1.55;
}

.gold-btn,
.light-outline {
  min-width: 282px;
  min-height: 44px;
  box-shadow: none;
}

.gold-btn {
  color: var(--white);
  background: linear-gradient(90deg, #b47a3b, #cfa15c);
}

.light-outline {
  border-color: rgba(203, 162, 74, 0.72);
  color: var(--white);
  background: rgba(255, 255, 255, 0.03);
}

.site-footer {
  display: grid;
  grid-template-columns: 200px minmax(360px, 1fr) 320px;
  gap: 56px;
  padding: 36px 54px 28px;
  background: var(--clean-white);
}

.footer-brand p,
.newsletter p {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
}

.socials {
  display: flex;
  gap: 15px;
  margin-top: 24px;
  font-size: 12px;
  font-weight: 600;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}

.footer-links h2,
.newsletter h2 {
  margin: 0 0 14px;
  color: var(--bronze);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links a {
  display: block;
  margin: 0 0 7px;
  color: var(--ink);
  font-size: 14px;
}

.newsletter {
  padding-left: 30px;
  border-left: 1px solid rgba(164, 107, 49, 0.18);
}

.newsletter form {
  position: relative;
  display: flex;
  height: 42px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(52, 48, 45, 0.12);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.68);
}

.newsletter label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.newsletter input {
  width: 100%;
  border: 0;
  padding: 0 54px 0 16px;
  color: var(--ink);
  background: transparent;
  font-size: 13px;
}

.newsletter button {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 42px;
  border: 0;
  color: var(--white);
  background: var(--dark-crimson);
  cursor: pointer;
}

.footer-bridge {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--bronze);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.footer-bridge::before,
.footer-bridge::after {
  width: min(130px, 18vw);
  height: 1px;
  background: var(--gold-pale);
  content: "";
}

.legal {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 12px;
}

.legal nav {
  display: flex;
  gap: 24px;
}

@media (max-width: 1240px) {
  .site-header {
    grid-template-columns: auto 1fr;
    padding: 16px 28px 12px;
  }

  .main-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
    white-space: normal;
  }

  .header-actions {
    justify-self: end;
  }

  .hero-section {
    grid-template-columns: minmax(340px, 0.82fr) minmax(420px, 1.18fr);
    padding: 0 28px 34px;
  }

  .trust-strip,
  .kit-section,
  .matter-section,
  .cta-band,
  .site-footer {
    margin-right: 28px;
    margin-left: 28px;
    padding-right: 0;
    padding-left: 0;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .matter-section {
    grid-template-columns: 1fr 1.15fr;
  }

  .matter-section blockquote {
    grid-column: 1 / -1;
  }

  .site-footer {
    grid-template-columns: 180px 1fr;
    gap: 34px;
  }

  .newsletter {
    grid-column: 1 / -1;
    padding: 28px 0 0;
    border-top: 1px solid rgba(164, 107, 49, 0.18);
    border-left: 0;
  }
}

@media (max-width: 880px) {
  .announcement {
    min-height: 40px;
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  .site-header {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    max-width: 100vw;
    gap: 14px;
    padding: 15px 16px 12px;
  }

  .brand-main {
    font-size: 42px;
  }

  .main-nav {
    flex: 0 0 100%;
    gap: 8px 16px;
    max-width: calc(100vw - 32px);
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .header-actions {
    position: absolute;
    top: 18px;
    right: 16px;
  }

  .book-button {
    min-width: 132px;
    min-height: 42px;
    padding: 0 12px;
    font-size: 10px;
  }

  .hero-section {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0 16px 26px;
    background: var(--clean-white);
  }

  .breadcrumb {
    margin-bottom: 28px;
  }

  .hero-section h1 {
    font-size: clamp(46px, 14vw, 62px);
  }

  .hero-body {
    margin-top: 46px;
    font-size: 16px;
  }

  .primary-btn,
  .outline-btn {
    width: 100%;
    min-width: 0;
  }

  .hero-visual {
    min-height: 430px;
    margin-top: 28px;
    border-radius: 8px;
  }

  .hero-visual::before {
    display: none;
  }

  .hero-visual img {
    object-position: center;
  }

  .path-card {
    top: 18px;
    right: 18px;
    width: min(268px, calc(100% - 36px));
    padding: 22px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    margin: 0 16px 34px;
    padding: 0 22px;
  }

  .trust-strip article {
    min-height: 0;
    padding: 22px 0;
  }

  .trust-strip article + article {
    border-top: 1px solid rgba(164, 107, 49, 0.18);
    border-left: 0;
  }

  .kit-section {
    margin: 0;
    padding: 0 16px 40px;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
  }

  .product-card p {
    font-size: 13px;
  }

  .matter-section {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 0;
    padding: 0 16px 36px;
  }

  .matter-image {
    min-height: 246px;
  }

  blockquote {
    padding: 30px 24px;
  }

  blockquote p {
    font-size: 20px;
  }

  .cta-band {
    grid-template-columns: 1fr;
    margin: 0 16px 36px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 24px;
  }

  .cta-panel + .cta-panel {
    border-top: 1px solid rgba(203, 162, 74, 0.42);
    border-left: 0;
  }

  .gold-btn,
  .light-outline {
    width: 100%;
    min-width: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    margin: 0;
    padding: 34px 16px 26px;
  }

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

  .legal {
    flex-direction: column;
  }

  .legal nav {
    flex-wrap: wrap;
    gap: 14px;
  }
}

@media (max-width: 520px) {
  .header-actions {
    max-width: 142px;
  }

  .book-button {
    white-space: normal;
  }

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

}
