@font-face {
  font-family: "PlayfairBold";
  src: url("/fonts/Playfairdisplayextrabold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "PlayfairSmBold";
  src: url("/fonts/PlayfairDisplay-SemiBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "AvenirReg";
  src: url("/fonts/AvenirNextLTPro-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "AvenirMed";
  src: url("/fonts/AvenirNextLTPro-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "AvenirCn";
  src: url("/fonts/Avenir-NextLTPro-Cn.woff") format("woff");
  font-display: swap;
}

:root {
  --red: #da1f2d;
  --red-dark: #b80f1d;
  --ink: #232326;
  --muted: #68686d;
  --line: #dedee2;
  --soft: #f4f4f5;
  --paper: #fff;
  --dark: #252528;
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  font-family: "PlayfairSmBold", Georgia, "Times New Roman", serif;
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #1769aa;
  outline-offset: 3px;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.measure {
  max-width: 780px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand img {
  width: 126px;
}

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

.primary-nav a {
  padding: 12px 0 8px;
  color: #424247;
  border-bottom: 2px solid transparent;
  font-family: "AvenirReg", Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  font-weight: 400;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--red);
  border-bottom-color: var(--red);
}

.page-hero {
  padding: 72px 0 76px;
  color: #fff;
  background: linear-gradient(120deg, #262629 0%, #38383c 65%, #4a2329 100%);
}

.page-hero h1 {
  max-width: 900px;
  margin: 8px 0 0;
  font-family: "PlayfairBold", "PlayfairSmBold", Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-hero .eyebrow {
  color: #ff6874;
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
  color: #c9c9cd;
  font-size: 0.78rem;
}

.breadcrumbs a:hover {
  color: #fff;
}

.content-section {
  padding: 78px 0;
}

.content-section.soft {
  background: var(--soft);
}

.intro-copy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.55;
}

.intro-copy p:first-child {
  margin-top: 0;
}

.text-link,
.legal-copy a,
.contact-copy a,
.sitemap-grid a {
  color: var(--red-dark);
  font-weight: 700;
  text-underline-offset: 3px;
}

.text-link:hover,
.legal-copy a:hover,
.contact-copy a:hover,
.sitemap-grid a:hover {
  color: var(--red);
}

.book-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 55px;
}

.book-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 15px 40px rgba(15, 15, 18, 0.07);
}

.book-card > img {
  width: 100%;
  aspect-ratio: 460 / 540;
  object-fit: cover;
  background: #ececee;
}

.book-copy {
  padding: 20px;
}

.book-copy h2 {
  min-height: 3.1em;
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.book-copy h2 a {
  text-decoration: none;
}

.book-copy h2 a:hover {
  color: var(--red);
}

.book-copy p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.8fr);
  gap: 70px;
  align-items: start;
}

.note-card {
  padding: 34px;
  background: var(--soft);
  border-top: 4px solid var(--red);
}

.note-card h2 {
  margin: 0;
  font-family: "PlayfairSmBold", Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.card-grid,
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.service-card,
.value-grid article {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
}

.card-number {
  margin: 0;
  color: var(--red);
  font-weight: 800;
}

.service-card h2,
.value-grid h2,
.process h2,
.contact-copy h2,
.sitemap-grid h2 {
  margin: 8px 0 12px;
  font-family: "PlayfairSmBold", Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.2;
}

.service-card p:last-child,
.value-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.process {
  display: grid;
  grid-template-columns: 0.75fr 1.5fr;
  gap: 70px;
}

.process ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process li {
  display: grid;
  grid-template-columns: 32px 0.8fr 1.4fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  counter-increment: process;
}

.process li::before {
  content: counter(process, decimal-leading-zero);
  color: var(--red);
  font-weight: 800;
}

.process span {
  color: var(--muted);
}

.about-visual {
  margin: 0;
  padding: 45px;
  text-align: center;
  background: var(--soft);
}

.about-visual img {
  max-width: 220px;
  margin: 0 auto 25px;
}

.about-visual figcaption {
  color: var(--muted);
  font-size: 0.9rem;
}

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

.statement {
  max-width: 880px;
  text-align: center;
}

.statement p {
  margin: 0 0 20px;
  font-family: "PlayfairSmBold", Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.3;
}

.statement span {
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 75px;
  align-items: start;
}

.contact-copy dl {
  margin: 34px 0;
}

.contact-copy dl div {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.contact-copy dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-copy dd {
  margin: 4px 0 0;
}

.small-print,
.form-consent {
  color: var(--muted);
  font-size: 0.83rem;
}

.contact-form {
  padding: 38px;
  background: var(--soft);
  border-top: 4px solid var(--red);
}

.form-field {
  margin-bottom: 22px;
}

.form-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.9rem;
  font-weight: 750;
}

.form-field label span {
  color: var(--muted);
  font-weight: 400;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #bdbdc3;
  border-radius: 0;
  font: inherit;
}

.form-field input[type="file"] {
  padding: 10px;
}

.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  color: #fff;
  background: var(--red);
  border: 0;
  border-radius: 0;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background: var(--red-dark);
}

.button[disabled] {
  opacity: 0.6;
  cursor: wait;
}

.form-status {
  min-height: 1.6em;
  margin: 18px 0 0;
  font-weight: 700;
}

.form-status[data-state="success"] {
  color: #176d3c;
}

.form-status[data-state="error"] {
  color: #a20f1b;
}

.form-consent {
  margin-bottom: 0;
}

.legal-copy h2 {
  margin: 46px 0 12px;
  font-family: "PlayfairSmBold", Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 400;
}

.legal-copy p {
  color: #424247;
}

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

.sitemap-grid section {
  padding: 30px;
  background: var(--soft);
  border-top: 3px solid var(--red);
}

.sitemap-grid ul {
  margin: 20px 0 0;
  padding-left: 20px;
}

.sitemap-grid li + li {
  margin-top: 10px;
}

.cta-band {
  padding: 56px 0;
  color: #fff;
  background: var(--dark);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.cta-inner h2 {
  margin: 0;
  font-family: "PlayfairSmBold", Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 400;
}

.site-footer {
  padding: 60px 0 25px;
  color: #dedee1;
  background: #171719;
  font-family: "AvenirReg", Arial, Helvetica, sans-serif;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.9fr;
  gap: 60px;
}

.footer-logo {
  margin-bottom: 18px;
}

.site-footer p {
  max-width: 350px;
  color: #a9a9ae;
  font-family: "AvenirCn", "AvenirReg", Arial, Helvetica, sans-serif;
}

.site-footer nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

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

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.copyright {
  margin-top: 45px;
  padding-top: 22px;
  color: #77777c;
  border-top: 1px solid #36363a;
  font-family: "AvenirMed", "AvenirReg", Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
}

@media (max-width: 940px) {
  .site-footer {
    text-align: center;
  }

  .footer-logo,
  .site-footer p {
    margin-inline: auto;
  }

  .site-footer nav {
    justify-items: center;
  }

  .copyright {
    text-align: center;
  }

  .book-grid,
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-column,
  .contact-layout,
  .process {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-grid,
  .sitemap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .header-inner {
    min-height: 0;
    padding: 18px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .brand img {
    width: 104px;
  }

  .primary-nav {
    justify-content: flex-start;
    gap: 0 16px;
  }

  .primary-nav a {
    padding: 7px 0 4px;
    font-size: 0.82rem;
  }

  .page-hero {
    padding: 46px 0 52px;
  }

  .content-section {
    padding: 52px 0;
  }

  .book-grid,
  .card-grid,
  .value-grid,
  .footer-grid,
  .sitemap-grid {
    grid-template-columns: 1fr;
  }

  .book-card {
    display: grid;
    grid-template-columns: 42% 1fr;
  }

  .book-copy h2 {
    min-height: 0;
  }

  .process li {
    grid-template-columns: 28px 1fr;
  }

  .process li span {
    grid-column: 2;
  }

  .contact-form,
  .note-card,
  .service-card,
  .value-grid article,
  .sitemap-grid section {
    padding: 24px;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
