/* Pages 11–15 — About, FAQ, Contact, 404 and Author Profile */
.p1115-page {
  --p1115-gold: #c9922c;
  --p1115-red: #b91417;
  --p1115-cream: #fbf7ef;
  --p1115-line: #e7dfd3;
  background: #fdfcf9;
}

.p1115-shell {
  width: min(calc(100% - 64px), 1320px);
  margin-inline: auto;
}

.p1115-section { margin-top: clamp(58px, 5vw, 88px); }

.p1115-breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  color: #68635c;
  font-size: 13px;
}

.p1115-breadcrumbs a:first-child { color: var(--p1115-red); font-weight: 650; }

.p1115-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 35%, rgba(214, 185, 125, .11), transparent 42%),
    linear-gradient(90deg, #fffdf9, #fff);
}

.p1115-hero__grid {
  min-height: 520px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 30px;
  align-items: center;
}

.p1115-hero__copy { position: relative; z-index: 2; padding-block: 44px; }
.p1115-hero__copy h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(3.8rem, 5.2vw, 5.25rem);
  line-height: .98;
  letter-spacing: -.035em;
}
.p1115-hero__copy > p:not(.p1115-subtitle) { max-width: 560px; margin-bottom: 28px; font-size: 17px; line-height: 1.65; }
.p1115-subtitle { margin-bottom: 14px; color: var(--p1115-red); font-family: var(--font-display); font-size: 27px; line-height: 1.2; }
.p1115-hero__art { align-self: stretch; display: grid; place-items: center; min-width: 0; }
.p1115-hero__art img { width: min(100%, 780px); filter: drop-shadow(0 18px 28px rgba(91, 58, 25, .09)); }

.p1115-centered-heading { text-align: center; }
.p1115-centered-heading h2, .p1115-heading-row h2 { margin-bottom: 9px; font-size: clamp(2rem, 2.7vw, 2.7rem); }
.p1115-title-mark { display: block; width: 28px; height: 3px; margin-top: 10px; background: var(--p1115-gold); border-radius: 3px; }
.p1115-centered-heading .p1115-title-mark { margin-inline: auto; }
.p1115-heading-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; }

.p1115-symbol {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--p1115-red);
  font-family: var(--font-display);
  font-size: 34px;
}
.p1115-symbol--gold { color: var(--p1115-gold); }

/* About */
.about-hero::after {
  content: "";
  position: absolute;
  inset: auto -6% 0 46%;
  height: 120px;
  background: radial-gradient(ellipse at center, rgba(179, 166, 138, .18), transparent 67%);
}
.about-hero .p1115-hero__art img { width: min(100%, 820px); }
.about-hero .button { margin-top: 5px; }

.about-mission {
  display: grid;
  grid-template-columns: 300px 320px minmax(0, 1fr);
  align-items: center;
  gap: 48px;
}
.about-mission__art { display: grid; place-items: center; }
.about-mission__art img { width: 290px; height: 290px; object-fit: contain; }
.about-mission__copy h2 { margin-bottom: 0; font-size: 43px; }
.about-mission__copy p { margin-top: 26px; font-size: 15px; line-height: 1.75; }
.about-values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.about-values article {
  min-height: 145px;
  padding: 24px 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--p1115-line);
  border-radius: 12px;
  box-shadow: 0 7px 20px rgba(75, 50, 20, .035);
}
.about-values h3 { margin-bottom: 6px; font-size: 20px; }
.about-values p { margin-bottom: 0; font-size: 12px; line-height: 1.45; }

.about-timeline { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 42px; }
.about-timeline::before { content: ""; position: absolute; left: 8%; right: 8%; top: 7px; height: 1px; background: #d4c3a6; }
.about-timeline li { position: relative; padding: 40px 24px 0; text-align: center; }
.about-timeline__dot { position: absolute; z-index: 1; top: 0; left: calc(50% - 7px); width: 14px; height: 14px; background: var(--p1115-red); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px rgba(185,20,23,.15); }
.about-timeline__icon { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 12px; color: #9d7144; border: 1px solid #d9b98b; border-radius: 50%; font-family: var(--font-display); font-size: 30px; }
.about-timeline strong { color: var(--p1115-red); font-family: var(--font-display); font-size: 17px; font-weight: 500; }
.about-timeline h3 { margin: 6px 0 9px; font-size: 18px; }
.about-timeline p { margin: 0; font-size: 12px; line-height: 1.5; }

.about-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 46px; margin-top: 24px; }
.about-process li { position: relative; min-height: 240px; padding: 36px 24px 25px; text-align: center; background: #fff; border: 1px solid var(--p1115-line); border-radius: 11px; }
.about-process li:not(:last-child)::after { content: "→"; position: absolute; right: -35px; top: 48%; font-family: var(--font-display); font-size: 30px; }
.about-process b { position: absolute; top: 18px; left: 18px; display: grid; place-items: center; width: 24px; height: 24px; color: #fff; background: var(--p1115-red); border-radius: 4px; }
.about-process__icon { display: block; margin: 0 0 5px; font-family: var(--font-display); font-size: 50px; line-height: 1; }
.about-process h3 { margin: 10px 0 7px; font-size: 19px; }
.about-process p { margin: 0; font-size: 12px; line-height: 1.55; }

.about-experts { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.about-experts article { min-height: 305px; padding: 20px 15px 16px; text-align: center; background: #fff; border: 1px solid var(--p1115-line); border-radius: 11px; box-shadow: var(--shadow); }
.about-experts img { width: 112px; height: 106px; margin: 0 auto 13px; object-fit: cover; border: 1px solid #d6bc91; border-radius: 50%; }
.about-experts h3 { margin-bottom: 2px; font-size: 18px; }
.about-experts b { color: #4f4b44; font-size: 12px; font-weight: 500; }
.about-experts p { min-height: 62px; margin: 8px 0 12px; font-size: 11px; line-height: 1.45; }
.about-experts article > div { display: flex; justify-content: center; gap: 16px; }
.about-experts article > div a { color: var(--p1115-red); font-weight: 700; }

.about-policy { display: grid; grid-template-columns: 1fr 1fr; padding: 28px 30px; background: #fff; border: 1px solid var(--p1115-line); border-radius: 12px; }
.about-policy > article { padding: 0 34px 0 20px; }
.about-policy > article + article { border-left: 1px solid #d6c7b2; padding-left: 52px; }
.about-policy h2 { font-size: 23px; }
.p1115-checks { margin: 16px 0 20px; }
.p1115-checks li { position: relative; margin: 10px 0; padding-left: 26px; color: #55504a; font-size: 12px; }
.p1115-checks li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 15px; height: 15px; color: #fff; background: var(--p1115-red); border-radius: 50%; font-size: 9px; }
.about-policy .button { min-height: 40px; padding-inline: 17px; font-size: 12px; }
.about-policy__source { display: grid; grid-template-columns: 120px 1fr; gap: 25px; align-items: center; }
.about-policy__source img { width: 110px; }
.about-policy__source p { font-size: 12px; line-height: 1.6; }

.about-impact-row { display: grid; grid-template-columns: 1.03fr .97fr; gap: 16px; }
.about-impact, .about-respect { min-height: 230px; padding: 28px; border: 1px solid #e6c87e; border-radius: 12px; }
.about-impact { background: linear-gradient(120deg, #fff9ea, #fff); }
.about-impact h2, .about-respect h2 { font-size: 24px; }
.about-impact > div { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 25px; }
.about-impact dl { margin: 0; text-align: center; border-left: 1px solid #e0c993; }
.about-impact dl:first-child { border-left: 0; }
.about-impact dt { color: var(--p1115-red); font-family: var(--font-display); font-size: 35px; line-height: 1; }
.about-impact dd { display: flex; flex-direction: column; }
.about-impact dd strong { font-family: var(--font-display); font-size: 28px; font-weight: 500; }
.about-impact dd span { color: var(--muted); font-size: 11px; }
.about-respect { display: grid; grid-template-columns: 1fr 150px; gap: 16px; align-items: center; background: linear-gradient(120deg, #fff7f2, #fff1ee); border-color: #eed2ce; }
.about-respect p { margin: 20px 0 0; font-size: 12px; line-height: 1.7; }
.about-respect img { width: 140px; }

.about-partners ul { display: grid; grid-template-columns: repeat(6, 1fr); gap: 35px; align-items: center; margin-top: 33px; color: #62625f; font-family: Georgia, serif; font-size: 17px; line-height: 1.05; text-align: center; filter: grayscale(1); }
.about-partners li { opacity: .82; }

.about-contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.about-contact-card, .about-newsletter-card { min-height: 240px; padding: 28px; display: grid; grid-template-columns: 1fr 210px; align-items: center; overflow: hidden; background: #fff; border: 1px solid var(--p1115-line); border-radius: 12px; }
.about-contact-card h2, .about-newsletter-card h2 { margin-bottom: 0; font-size: 28px; }
.about-contact-card p, .about-newsletter-card p { margin: 18px 0; font-size: 12px; }
.about-contact-card li { margin: 7px 0; color: #57524d; font-size: 11px; }
.about-contact-card li::first-letter { color: var(--p1115-red); }
.about-contact-card img, .about-newsletter-card img { width: 200px; }
.about-newsletter-card { background: linear-gradient(110deg, #fff, #fff8ef); }
.about-newsletter-card form { display: grid; grid-template-columns: 1fr auto; }
.about-newsletter-card input, .p1115-newsletter input, .contact-newsletter input, .author-newsletter input { min-height: 44px; padding: 0 13px; border: 1px solid var(--p1115-line); border-radius: 7px 0 0 7px; }
.about-newsletter-card form .button, .p1115-newsletter form .button, .contact-newsletter form .button, .author-newsletter form .button { border-radius: 0 7px 7px 0; }
.about-newsletter-card small { display: block; margin-top: 8px; color: #716c65; font-size: 10px; }

/* FAQ */
.faq-hero .p1115-hero__grid { min-height: 540px; align-items: end; }
.faq-hero .p1115-hero__copy { align-self: stretch; padding-top: 50px; display: flex; flex-direction: column; }
.faq-hero .p1115-hero__copy h1 { white-space: nowrap; font-size: clamp(3.25rem, 4.8vw, 4.6rem); }
.faq-hero .p1115-hero__art { align-self: end; }
.faq-hero .p1115-hero__art img { width: min(100%, 690px); }
.faq-search { width: min(100%, 760px); min-height: 86px; margin-top: auto; padding: 0 30px; display: flex; align-items: center; gap: 20px; background: rgba(255,255,255,.98); border: 1px solid var(--p1115-line); border-radius: 12px; box-shadow: 0 10px 24px rgba(64,49,27,.07); }
.faq-search .icon { width: 31px; height: 31px; }
.faq-search input { width: 100%; height: 60px; background: transparent; border: 0; outline: 0; font-size: 18px; }

.faq-popular__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.faq-popular__grid a { min-height: 210px; padding: 26px; display: grid; grid-template-columns: 1fr auto; align-items: end; background: #fff; border: 1px solid var(--p1115-line); border-radius: 11px; }
.faq-topic-icon { grid-column: 1 / -1; align-self: start; display: grid; place-items: center; width: 64px; height: 64px; color: #141311; background: #f5f1e8; border-radius: 50%; font-family: var(--font-display); font-size: 31px; }
.faq-popular__grid strong { max-width: 190px; font-family: var(--font-display); font-size: 20px; font-weight: 500; }
.faq-popular__grid i { color: var(--p1115-red); font-style: normal; font-size: 25px; }

.faq-topics h2 { margin: 0 0 22px 8px; }
.faq-topic-strip { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 14px; }
.faq-topic-strip button { min-height: 145px; padding: 18px 9px; color: #24211d; background: #fff; border: 1px solid var(--p1115-line); border-radius: 9px; font-size: 12px; line-height: 1.25; }
.faq-topic-strip button span { display: block; min-height: 52px; color: var(--p1115-red); font-family: var(--font-display); font-size: 37px; }
.faq-topic-strip button:hover, .faq-topic-strip button.is-active { border-color: var(--p1115-red); box-shadow: 0 5px 16px rgba(185,20,23,.08); }

.faq-library { display: grid; grid-template-columns: 300px minmax(0, 1fr); border: 1px solid var(--p1115-line); border-radius: 14px; background: #fff; overflow: hidden; }
.faq-library__sidebar { padding: 34px 0 34px; border-right: 1px solid var(--p1115-line); }
.faq-library__sidebar h2 { padding-inline: 38px; font-size: 26px; }
.faq-library__sidebar nav { margin-top: 15px; }
.faq-library__sidebar nav button { width: 100%; min-height: 56px; padding: 0 30px 0 38px; display: flex; justify-content: space-between; align-items: center; color: #514e48; background: transparent; border: 0; border-left: 4px solid transparent; text-align: left; }
.faq-library__sidebar nav button.is-active { color: var(--p1115-red); border-left-color: var(--p1115-red); font-weight: 700; }
.faq-library__sidebar nav button b { font-weight: 500; }
.faq-source-note { margin: 34px 16px 0; padding: 25px; text-align: center; background: #fffaf1; border: 1px solid #e0b85f; border-radius: 10px; }
.faq-source-note > span { color: var(--p1115-gold); font-family: var(--font-display); font-size: 52px; }
.faq-source-note p { font-family: var(--font-display); font-size: 18px; }
.faq-source-note a { color: var(--p1115-red); font-size: 12px; font-weight: 700; }

.faq-library__content { min-width: 0; padding: 26px 38px 20px; }
.faq-filter-status { margin: 0; color: var(--p1115-red); font-size: 12px; }
.faq-featured, .faq-row { border-bottom: 1px solid var(--p1115-line); }
.faq-featured > button, .faq-row > button, .contact-faq__item > button { width: 100%; display: flex; justify-content: space-between; gap: 20px; color: var(--ink); background: transparent; border: 0; text-align: left; }
.faq-featured > button { min-height: 65px; color: var(--p1115-red); font-family: var(--font-display); font-size: 21px; }
.faq-featured button i, .faq-row button i, .contact-faq__item button i { font-style: normal; }
.faq-featured > div > p { font-size: 14px; line-height: 1.8; }
.faq-featured .faq-source { color: #2d2a27; }
.faq-featured .faq-source a { color: var(--p1115-red); text-decoration: underline; }
.faq-related-link { min-height: 66px; margin: 22px 0; padding: 15px 18px; display: grid; grid-template-columns: auto auto 1fr auto; gap: 7px; align-items: center; border: 1px solid var(--p1115-line); border-radius: 8px; font-size: 13px; }
.faq-related-link em { color: var(--p1115-red); }
.faq-related-link span { color: var(--p1115-red); }
.faq-row > button { min-height: 63px; font-family: var(--font-display); font-size: 18px; }
.faq-row > div p { padding: 0 10px 18px; font-size: 13px; }
.faq-library__content [data-faq-item][hidden] { display: none; }

.faq-help { position: relative; min-height: 175px; padding: 30px 45px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; overflow: hidden; background: linear-gradient(110deg, #fff9ec, #fffdf9); border: 1px solid #e2c787; border-radius: 14px; }
.faq-help > img { position: absolute; right: 0; height: 100%; width: auto; opacity: .6; }
.faq-help__icon { position: relative; display: grid; place-items: center; width: 78px; height: 78px; color: var(--p1115-red); border: 1px solid var(--p1115-red); border-radius: 50%; font-family: var(--font-display); font-size: 35px; }
.faq-help > div { position: relative; }
.faq-help h2 { margin-bottom: 6px; font-size: 35px; }
.faq-help p { max-width: 590px; margin: 0; font-size: 13px; }
.faq-help__actions { display: flex; gap: 14px; }
.p1115-newsletter { min-height: 125px; padding: 24px 34px; display: grid; grid-template-columns: auto .8fr 1.2fr; align-items: center; gap: 30px; background: #fff; border: 1px solid var(--p1115-line); border-radius: 12px; }
.p1115-newsletter__icon { display: grid; place-items: center; width: 60px; height: 60px; border: 1px solid var(--p1115-line); border-radius: 50%; font-size: 26px; }
.p1115-newsletter h2 { margin: 0; font-size: 24px; }
.p1115-newsletter p { margin: 0; font-size: 11px; }
.p1115-newsletter form { display: grid; grid-template-columns: 1fr auto; }
.p1115-newsletter form small { grid-column: 1 / -1; margin-top: 8px; color: var(--muted); font-size: 9px; }

/* Contact */
.contact-hero .p1115-hero__grid { min-height: 470px; }
.contact-hero .p1115-hero__copy h1 { font-size: clamp(4.2rem, 5.2vw, 5.5rem); }
.contact-hero .p1115-hero__art img { width: min(100%, 770px); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(310px, .95fr); gap: 24px; align-items: start; }
.contact-form { padding: 38px; background: #fff; border: 1px solid var(--p1115-line); border-radius: 12px; box-shadow: var(--shadow); }
.contact-field { margin-bottom: 23px; }
.contact-field > label:first-child { display: block; margin-bottom: 9px; color: #27231f; font-family: var(--font-display); font-size: 16px; }
.contact-field > input, .contact-field > select, .contact-field > textarea { width: 100%; padding: 0 17px; color: #2d2925; background: #fff; border: 1px solid #d8d2ca; border-radius: 6px; }
.contact-field > input, .contact-field > select { min-height: 53px; }
.contact-field > textarea { padding-block: 15px; resize: vertical; }
.contact-field > small { display: block; margin-top: 5px; color: var(--p1115-red); font-size: 11px; }
.contact-character-count { margin-top: 4px; color: #8a857d; font-size: 10px; }
.contact-dropzone { width: min(100%, 400px); min-height: 105px; padding: 20px; display: flex !important; align-items: center; gap: 17px; color: #69645e; border: 1px dashed #bdb7ad; border-radius: 7px; font-family: var(--font-body) !important; }
.contact-dropzone > span:first-child { font-size: 31px; }
.contact-dropzone u { color: var(--p1115-red); }
.contact-dropzone small { display: block; margin-top: 5px; font-size: 10px; }
.contact-attachment > input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.contact-attachment p { margin: 5px 0 0; font-size: 11px; }
.contact-consent { display: flex; gap: 12px; align-items: flex-start; margin: 12px 0 25px; color: #625e58; font-size: 12px; }
.contact-consent input { flex: 0 0 auto; width: 20px; height: 20px; }
.contact-consent a { color: var(--p1115-red); }
.contact-submit-row { display: flex; gap: 30px; align-items: center; }
.contact-success { min-height: 78px; margin: 0; padding: 12px 18px; display: flex; gap: 11px; align-items: center; color: #3d7d47; background: #f7fbf7; border: 1px solid #b9d3bc; border-radius: 8px; }
.contact-success[hidden] { display: none; }
.contact-success > b { display: grid; place-items: center; width: 42px; height: 42px; border: 2px solid #56a064; border-radius: 50%; font-size: 24px; }
.contact-success span { display: flex; flex-direction: column; }
.contact-success small { color: #54715a; font-size: 10px; }

.contact-aside { display: grid; gap: 22px; }
.contact-aside > article { min-height: 205px; padding: 30px 26px; display: grid; grid-template-columns: 64px 1fr; gap: 18px; background: #fff; border: 1px solid var(--p1115-line); border-radius: 11px; box-shadow: var(--shadow); }
.contact-aside__icon { display: grid; place-items: center; width: 60px; height: 60px; color: var(--p1115-gold); border: 1px solid var(--p1115-gold); border-radius: 50%; font-family: var(--font-display); font-size: 31px; }
.contact-aside h2 { margin-bottom: 5px; font-size: 23px; }
.contact-aside p { margin-bottom: 17px; font-size: 13px; }
.contact-aside article a:not(.contact-social a) { display: block; margin-bottom: 20px; color: var(--p1115-red); font-size: 13px; }
.contact-aside small { color: #5c5750; font-size: 11px; }
.contact-aside .contact-social { display: block; min-height: 150px; }
.contact-social ul { display: flex; gap: 18px; margin-top: 23px; }
.contact-social a { display: grid; place-items: center; width: 47px; height: 47px; border: 1px solid #cac4ba; border-radius: 50%; }

.contact-trust { display: grid; grid-template-columns: 1.2fr 1fr 1fr; padding: 28px 24px; background: #fff; border: 1px solid #e2cfaa; border-radius: 12px; }
.contact-trust article { min-height: 160px; padding: 16px 34px; display: grid; grid-template-columns: 65px 1fr; gap: 16px; align-items: start; border-left: 1px dashed #d6c9b3; }
.contact-trust article:first-child { border-left: 0; }
.contact-trust__global { grid-template-columns: 120px 1fr !important; padding-left: 0 !important; }
.contact-trust__global img { width: 115px; }
.contact-trust article > span { display: grid; place-items: center; width: 58px; height: 58px; color: #6a512c; background: #fbf2de; border-radius: 50%; font-size: 28px; }
.contact-trust h2 { margin-bottom: 7px; font-size: 20px; }
.contact-trust p { min-height: 65px; margin-bottom: 12px; font-size: 11px; }
.contact-trust a { color: var(--p1115-red); font-size: 11px; }

.contact-resources { display: grid; grid-template-columns: 1fr 1.18fr; gap: 80px; padding-inline: 32px; }
.contact-resources h2 { margin-bottom: 0; font-size: 29px; }
.contact-before > a { min-height: 86px; display: grid; grid-template-columns: 55px 1fr auto; gap: 16px; align-items: center; border-bottom: 1px solid var(--p1115-line); }
.contact-before > a > span:first-child { color: var(--p1115-gold); font-size: 33px; text-align: center; }
.contact-before a span:nth-child(2) { display: flex; flex-direction: column; }
.contact-before b { font-family: var(--font-display); font-size: 17px; font-weight: 500; }
.contact-before small { color: var(--muted); font-size: 11px; }
.contact-before i { font-style: normal; font-size: 24px; }
.contact-faq .p1115-title-mark, .contact-before .p1115-title-mark { width: 100%; height: 1px; margin: 15px 0 15px; }
.contact-faq__item { margin-bottom: 10px; border: 1px solid #d9d3ca; border-radius: 6px; }
.contact-faq__item > button { min-height: 49px; padding: 0 14px; font-size: 12px; }
.contact-faq__item > div p { margin: 0; padding: 0 14px 13px; font-size: 11px; }
.contact-faq > .text-link { margin-top: 8px; font-size: 12px; }

.contact-newsletter { min-height: 160px; padding: 18px 28px; display: grid; grid-template-columns: 190px .8fr 1.1fr; align-items: center; gap: 28px; background: #fff; border: 1px solid var(--p1115-line); border-radius: 12px; }
.contact-newsletter > img { width: 185px; height: 125px; object-fit: cover; }
.contact-newsletter h2 { margin-bottom: 8px; font-size: 31px; }
.contact-newsletter p { margin: 0; font-size: 12px; }
.contact-newsletter form { display: grid; grid-template-columns: 1fr auto; }
.contact-newsletter form small { grid-column: 1 / -1; margin-top: 8px; color: var(--muted); font-size: 10px; }

/* 404 */
.error-page { background: linear-gradient(115deg, #fffdf8, #fff); }
.error-hero { position: relative; overflow: hidden; }
.error-hero__grid { min-height: 1030px; display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; }
.error-hero__copy { position: relative; z-index: 2; padding-left: 18px; }
.error-code { margin: 0 0 18px; color: var(--p1115-red); font-family: var(--font-display); font-size: clamp(10rem, 17vw, 17rem); font-weight: 400; line-height: .74; letter-spacing: -.06em; }
.error-hero h1 { margin-bottom: 25px; font-size: clamp(4.1rem, 5.6vw, 5.8rem); line-height: 1; }
.error-ornament { display: flex; align-items: center; width: 320px; gap: 12px; color: var(--p1115-gold); font-family: var(--font-display); font-size: 32px; font-style: normal; }
.error-ornament::before, .error-ornament::after { content: ""; height: 2px; flex: 1; background: var(--p1115-gold); }
.error-hero__copy > p:not(.error-code) { max-width: 505px; margin: 30px 0 50px; font-size: 21px; line-height: 1.55; }
.error-outline-button { color: var(--ink); background: #fff; border: 1px solid var(--p1115-gold); }
.error-hero__art { align-self: stretch; display: grid; place-items: end center; }
.error-hero__art img { width: min(100%, 800px); max-height: 1000px; object-fit: contain; object-position: bottom; }

.error-search { margin-top: -18px; }
.error-search form { min-height: 130px; padding: 0 35px; display: flex; align-items: center; gap: 30px; background: #fff; border: 1px solid var(--p1115-line); border-radius: 11px; box-shadow: 0 14px 27px rgba(67,52,32,.1); }
.error-search .icon { width: 43px; height: 43px; }
.error-search input { width: 100%; height: 70px; border: 0; outline: 0; font-size: 24px; }
.error-destinations .p1115-centered-heading h2 { font-size: 44px; }
.error-ornament--small { width: 250px; margin: auto; font-size: 24px; }
.error-destination-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; margin-top: 44px; }
.error-destination-grid a { min-height: 420px; padding: 42px 26px 28px; display: flex; flex-direction: column; align-items: center; text-align: center; background: #fff; border: 1px solid var(--p1115-line); border-radius: 11px; }
.error-destination-icon { display: grid; place-items: center; width: 87px; height: 87px; margin-bottom: 27px; color: var(--p1115-red); font-family: var(--font-display); font-size: 55px; }
.error-destination-grid a:first-child .error-destination-icon { color: var(--p1115-gold); }
.error-destination-grid h3 { min-height: 64px; font-size: 26px; }
.error-destination-grid p { flex: 1; font-size: 14px; line-height: 1.65; }
.error-destination-grid i { color: var(--p1115-red); font-size: 31px; font-style: normal; }

/* Author */
.author-hero { position: relative; overflow: hidden; background: linear-gradient(105deg, #fffefb, #fff); }
.author-hero > .p1115-shell { padding-top: 34px; }
.author-hero__grid { position: relative; min-height: 580px; display: grid; grid-template-columns: 430px minmax(0, 660px) 1fr; gap: 55px; align-items: center; }
.author-portrait { position: relative; z-index: 2; }
.author-portrait::after { content: ""; position: absolute; inset: -11px; border: 2px solid #d8b56d; border-radius: 50%; }
.author-portrait img { width: 410px; height: 425px; object-fit: cover; border-radius: 50%; }
.author-hero__copy { position: relative; z-index: 2; }
.author-hero__copy h1 { margin-bottom: 8px; font-size: clamp(4.5rem, 6vw, 6.2rem); line-height: .95; }
.author-role { margin-bottom: 12px; color: var(--p1115-red); font-family: var(--font-display); font-size: 23px; font-weight: 700; }
.author-verified { color: #37332d; font-weight: 650; }
.author-verified span { color: var(--p1115-gold); }
.author-hero__copy > p:not(.author-role):not(.author-verified) { font-size: 14px; line-height: 1.65; }
.author-meta { display: flex; gap: 30px; margin: 24px 0; color: #5d5851; font-size: 12px; }
.author-meta li::first-letter { color: var(--p1115-red); }
.author-social { display: flex; gap: 15px; margin-bottom: 23px; }
.author-social a { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid #d6c39d; border-radius: 50%; font-weight: 700; }
.author-hero__landscape { position: absolute; z-index: 0; right: -30px; bottom: 0; width: 390px; opacity: .5; }
.author-hero__blossom { position: absolute; z-index: 1; right: -35px; top: -65px; width: 300px; }

.author-expertise { min-height: 105px; margin-top: 24px; padding: 22px 35px; display: grid; grid-template-columns: 160px 1fr; align-items: center; background: #fff; border: 1px solid var(--p1115-line); border-radius: 11px; box-shadow: var(--shadow); }
.author-expertise h2 { margin: 0; color: var(--p1115-red); font-size: 26px; }
.author-expertise ul { padding-left: 35px; display: grid; grid-template-columns: repeat(5, 1fr); border-left: 1px solid var(--p1115-line); }
.author-expertise li { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.author-expertise li span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--p1115-gold); border: 1px solid #d8b668; border-radius: 50%; font-size: 20px; }

.author-credentials { display: grid; grid-template-columns: 1fr 1fr .9fr; gap: 28px; }
.author-credentials > article, .author-publications, .author-activity > article { padding: 32px; background: #fff; border: 1px solid var(--p1115-line); border-radius: 12px; box-shadow: var(--shadow); }
.author-credentials h2, .author-publications > h2, .author-activity h2 { margin-bottom: 0; font-size: 24px; }
.author-card-subtitle { margin: 2px 0 0; color: #28241f; font-family: var(--font-display); font-size: 13px; }
.author-credentials ul, .author-activity ul { margin-top: 25px; }
.author-credentials li, .author-activity li { margin-bottom: 21px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; }
.author-credentials li > span, .author-activity li > span { color: var(--p1115-gold); font-size: 24px; }
.author-credentials li div, .author-activity li div { display: flex; flex-direction: column; }
.author-credentials li b, .author-activity li b { font-family: var(--font-display); font-size: 14px; font-weight: 500; }
.author-credentials li small, .author-activity li small { color: var(--muted); font-size: 10px; }
.author-credentials article > a, .author-activity article > a { color: var(--p1115-red); font-size: 11px; font-weight: 650; }
.author-glance dl { margin: 24px 0 0; }
.author-glance dl > div { margin-bottom: 22px; display: grid; grid-template-columns: 34px 1fr; }
.author-glance dt { color: var(--p1115-gold); font-size: 22px; }
.author-glance dd { display: flex; flex-direction: column; }
.author-glance strong { color: var(--p1115-red); font-family: var(--font-display); font-size: 26px; font-weight: 500; }
.author-glance span { color: var(--muted); font-size: 10px; }

.author-about { min-height: 250px; padding: 0 10px; display: grid; grid-template-columns: 1fr 380px; align-items: center; gap: 55px; }
.author-about h2 { margin-bottom: 0; }
.author-about p { font-size: 13px; line-height: 1.65; }
.author-about p:first-of-type { margin-top: 25px; }
.author-about img { width: 360px; }

.author-publications { position: relative; }
.author-publication-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 24px; }
.author-publication-grid article { min-height: 360px; padding: 17px 20px; border-right: 1px solid var(--p1115-line); }
.author-publication-grid article:last-child { border-right: 0; }
.author-publication-grid img { width: auto; height: 225px; margin: 0 auto 15px; object-fit: contain; box-shadow: 0 10px 14px rgba(60,38,17,.12); }
.author-publication-grid h3 { min-height: 46px; margin-bottom: 5px; font-size: 16px; }
.author-publication-grid p { font-size: 10px; }
.author-section-link { float: right; color: var(--p1115-red); font-size: 11px; }

.author-article-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.author-article-grid article { overflow: hidden; background: #fff; border: 1px solid var(--p1115-line); border-radius: 11px; }
.author-article-grid img { width: 100%; height: 205px; object-fit: cover; }
.author-article-grid span, .author-article-grid h3, .author-article-grid p, .author-article-grid small { display: block; margin-inline: 18px; }
.author-article-grid span { margin-top: 15px; color: var(--p1115-red); font-size: 9px; font-weight: 750; }
.author-article-grid h3 { min-height: 58px; margin-top: 8px; font-size: 18px; }
.author-article-grid p { min-height: 68px; font-size: 11px; }
.author-article-grid small { margin-bottom: 20px; color: var(--muted); font-size: 9px; }

.author-activity { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.author-activity li { margin-bottom: 15px; }
.author-activity article > a { float: right; }
.author-quote { position: relative; min-height: 170px; padding: 32px 60px; display: grid; grid-template-columns: auto 1fr 140px; align-items: center; gap: 30px; overflow: hidden; background: linear-gradient(110deg, #fff8ed, #fff); border: 1px solid #e4cfa8; border-radius: 12px; }
.author-quote > span { color: var(--p1115-red); font-family: Georgia, serif; font-size: 78px; line-height: 1; }
.author-quote p { margin: 0; color: #56514b; font-family: var(--font-display); font-size: 19px; font-style: italic; }
.author-quote cite { display: block; margin-top: 8px; text-align: right; }
.author-quote img { width: 140px; }
.author-work { min-height: 155px; padding: 24px 38px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; background: #fff; border: 2px solid rgba(185,20,23,.6); border-radius: 12px; }
.author-work__icon { display: grid; place-items: center; width: 95px; height: 95px; color: var(--p1115-red); border-right: 1px solid var(--p1115-line); font-family: var(--font-display); font-size: 58px; }
.author-work h2 { margin-bottom: 7px; font-size: 28px; }
.author-work p { max-width: 650px; margin: 0; font-size: 11px; }
.author-newsletter { min-height: 130px; margin-bottom: 70px; padding: 20px 28px; display: grid; grid-template-columns: 130px 1fr 470px; align-items: center; gap: 25px; overflow: hidden; background: #fff; border: 1px solid var(--p1115-line); border-radius: 11px; }
.author-newsletter img { width: 125px; }
.author-newsletter h2 { margin-bottom: 3px; font-size: 22px; }
.author-newsletter p { margin: 0; font-size: 10px; }
.author-newsletter form { display: grid; grid-template-columns: 1fr auto; }

@media (max-width: 1120px) {
  .about-mission { grid-template-columns: 230px 260px minmax(0, 1fr); gap: 25px; }
  .about-mission__art img { width: 230px; }
  .about-process { gap: 30px; }
  .about-process li:not(:last-child)::after { right: -25px; }
  .about-experts { grid-template-columns: repeat(3, 1fr); }
  .about-contact-card, .about-newsletter-card { grid-template-columns: 1fr 130px; }
  .about-contact-card img, .about-newsletter-card img { width: 140px; }
  .faq-topic-strip { grid-template-columns: repeat(4, 1fr); }
  .contact-layout { grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr); }
  .contact-trust article { padding-inline: 18px; }
  .contact-resources { gap: 45px; }
  .error-hero__grid { min-height: 850px; }
  .error-destination-grid { gap: 14px; }
  .error-destination-grid a { min-height: 380px; padding-inline: 16px; }
  .author-hero__grid { grid-template-columns: 340px minmax(0, 570px) 1fr; gap: 35px; }
  .author-portrait img { width: 330px; height: 342px; }
  .author-hero__copy h1 { font-size: 4.8rem; }
  .author-expertise { grid-template-columns: 130px 1fr; }
  .author-expertise ul { padding-left: 20px; }
  .author-expertise li { flex-direction: column; text-align: center; }
  .author-publication-grid img { height: 180px; }
  .author-newsletter { grid-template-columns: 100px 1fr 360px; }
}

@media (max-width: 900px) {
  .p1115-shell { width: min(calc(100% - 40px), 1320px); }
  .p1115-section { margin-top: 55px; }
  .p1115-hero__grid { min-height: auto; grid-template-columns: 1fr 1fr; }
  .p1115-hero__copy h1 { font-size: clamp(3rem, 7.5vw, 4rem); }
  .about-mission { grid-template-columns: 210px 1fr; }
  .about-mission__art { grid-row: 1 / 3; }
  .about-values { grid-column: 2; }
  .about-timeline { grid-template-columns: repeat(5, 210px); overflow-x: auto; padding-bottom: 12px; }
  .about-process { grid-template-columns: repeat(2, 1fr); }
  .about-process li:nth-child(2)::after { display: none; }
  .about-experts { grid-template-columns: repeat(3, 1fr); }
  .about-policy, .about-impact-row, .about-contact-row { grid-template-columns: 1fr; }
  .about-policy > article + article { margin-top: 25px; padding-top: 25px; padding-left: 20px; border-left: 0; border-top: 1px solid #d6c7b2; }
  .about-partners ul { grid-template-columns: repeat(3, 1fr); }
  .faq-hero .p1115-hero__copy h1 { white-space: normal; }
  .faq-popular__grid { grid-template-columns: repeat(2, 1fr); }
  .faq-library { grid-template-columns: 230px 1fr; }
  .faq-library__sidebar h2, .faq-library__sidebar nav button { padding-inline: 20px; }
  .faq-help { grid-template-columns: auto 1fr; }
  .faq-help__actions { grid-column: 2; }
  .p1115-newsletter { grid-template-columns: auto 1fr; }
  .p1115-newsletter form { grid-column: 1 / -1; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-aside { grid-template-columns: repeat(2, 1fr); }
  .contact-trust { grid-template-columns: 1fr; }
  .contact-trust article { border-left: 0; border-top: 1px dashed #d6c9b3; }
  .contact-trust article:first-child { border-top: 0; }
  .contact-resources { grid-template-columns: 1fr; }
  .contact-newsletter { grid-template-columns: 150px 1fr; }
  .contact-newsletter form { grid-column: 1 / -1; }
  .error-hero__grid { min-height: 720px; }
  .error-code { font-size: 10rem; }
  .error-hero h1 { font-size: 3.6rem; }
  .error-destination-grid { grid-template-columns: repeat(3, 1fr); }
  .error-destination-grid a { min-height: 340px; }
  .author-hero__grid { min-height: 520px; grid-template-columns: 300px 1fr; }
  .author-portrait img { width: 290px; height: 305px; }
  .author-hero__copy h1 { font-size: 4rem; }
  .author-hero__landscape { display: none; }
  .author-expertise { grid-template-columns: 1fr; }
  .author-expertise ul { margin-top: 16px; padding: 16px 0 0; border-left: 0; border-top: 1px solid var(--p1115-line); }
  .author-credentials { grid-template-columns: 1fr 1fr; }
  .author-glance { grid-column: 1 / -1; }
  .author-glance dl { display: grid; grid-template-columns: repeat(4, 1fr); }
  .author-about { grid-template-columns: 1fr 280px; }
  .author-about img { width: 270px; }
  .author-publication-grid, .author-article-grid { grid-template-columns: repeat(2, 1fr); }
  .author-publication-grid article:nth-child(2) { border-right: 0; }
  .author-activity { grid-template-columns: 1fr; }
  .author-newsletter { grid-template-columns: 100px 1fr; }
  .author-newsletter form { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .p1115-shell { width: calc(100% - 32px); }
  .p1115-section { margin-top: 42px; }
  .p1115-breadcrumbs { margin-bottom: 20px; overflow-x: auto; white-space: nowrap; }
  .p1115-hero__grid, .faq-hero .p1115-hero__grid { display: flex; flex-direction: column; align-items: stretch; }
  .p1115-hero__copy { padding: 28px 0 12px; text-align: center; }
  .p1115-hero__copy h1 { margin-inline: auto; font-size: clamp(2.65rem, 12vw, 3.35rem); }
  .p1115-hero__copy > p:not(.p1115-subtitle) { margin-inline: auto; font-size: 15px; }
  .p1115-subtitle { font-size: 22px; }
  .p1115-hero__art { height: 265px; order: -1; }
  .p1115-hero__art img { width: 100%; max-height: 280px; object-fit: contain; }
  .about-hero .p1115-hero__art { order: 0; }
  .about-mission { grid-template-columns: 1fr; text-align: center; }
  .about-mission__art { grid-row: auto; }
  .about-mission__copy h2 { font-size: 35px; }
  .about-mission__copy .p1115-title-mark { margin-inline: auto; }
  .about-values { grid-column: auto; grid-template-columns: 1fr; text-align: left; }
  .about-values article { min-height: 120px; }
  .about-timeline { grid-template-columns: repeat(5, 190px); margin-right: -16px; }
  .about-process { grid-template-columns: 1fr; gap: 16px; }
  .about-process li { min-height: 210px; }
  .about-process li::after { display: none; }
  .about-experts { grid-template-columns: repeat(2, 1fr); }
  .about-experts article { min-height: 295px; }
  .about-policy { padding: 22px 16px; }
  .about-policy > article { padding: 0; }
  .about-policy > article + article { padding-left: 0; }
  .about-policy__source { grid-template-columns: 75px 1fr; }
  .about-policy__source img { width: 75px; }
  .about-impact, .about-respect { padding: 22px 16px; }
  .about-impact > div { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  .about-impact dl:nth-child(3) { border-left: 0; }
  .about-respect { grid-template-columns: 1fr 90px; }
  .about-respect img { width: 90px; }
  .about-partners ul { grid-template-columns: repeat(2, 1fr); gap: 25px; }
  .about-contact-card, .about-newsletter-card { min-height: 0; padding: 22px 18px; grid-template-columns: 1fr; }
  .about-contact-card img, .about-newsletter-card img { display: none; }
  .about-newsletter-card form { grid-template-columns: 1fr; gap: 9px; }
  .about-newsletter-card input, .about-newsletter-card form .button { border-radius: 7px; }
  .faq-hero .p1115-hero__copy { padding-top: 25px; }
  .faq-search { min-height: 68px; margin-top: 10px; padding: 0 18px; text-align: left; }
  .faq-search .icon { width: 24px; }
  .faq-popular__grid { grid-template-columns: 1fr; }
  .faq-popular__grid a { min-height: 145px; }
  .faq-topic-strip { display: flex; overflow-x: auto; margin-right: -16px; padding-bottom: 8px; }
  .faq-topic-strip button { flex: 0 0 125px; min-height: 125px; }
  .faq-library { display: block; }
  .faq-library__sidebar { border-right: 0; border-bottom: 1px solid var(--p1115-line); }
  .faq-library__sidebar nav { display: flex; overflow-x: auto; }
  .faq-library__sidebar nav button { flex: 0 0 auto; min-height: 44px; gap: 8px; border-left: 0; border-bottom: 3px solid transparent; }
  .faq-library__sidebar nav button.is-active { border-bottom-color: var(--p1115-red); }
  .faq-source-note { display: none; }
  .faq-library__content { padding: 15px 18px; }
  .faq-featured > button, .faq-row > button { font-size: 16px; }
  .faq-featured > div > p { font-size: 12px; }
  .faq-related-link { grid-template-columns: auto 1fr auto; }
  .faq-related-link em { grid-column: 2; }
  .faq-help { padding: 22px 18px; grid-template-columns: auto 1fr; gap: 17px; }
  .faq-help__icon { width: 58px; height: 58px; }
  .faq-help h2 { font-size: 27px; }
  .faq-help__actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .faq-help__actions .button { padding-inline: 12px; }
  .p1115-newsletter { grid-template-columns: 1fr; text-align: center; }
  .p1115-newsletter__icon { margin: auto; }
  .p1115-newsletter form { grid-column: auto; grid-template-columns: 1fr; gap: 8px; }
  .p1115-newsletter input, .p1115-newsletter form .button { border-radius: 7px; }
  .contact-hero .p1115-hero__art { order: 0; }
  .contact-form { padding: 22px 18px; }
  .contact-submit-row { align-items: stretch; flex-direction: column; }
  .contact-success { width: 100%; }
  .contact-aside { grid-template-columns: 1fr; }
  .contact-aside > article { min-height: 180px; padding: 24px 20px; grid-template-columns: 52px 1fr; }
  .contact-aside__icon { width: 50px; height: 50px; }
  .contact-social ul { gap: 10px; }
  .contact-social a { width: 42px; height: 42px; }
  .contact-trust { padding: 14px; }
  .contact-trust article, .contact-trust__global { grid-template-columns: 60px 1fr !important; padding: 20px 5px !important; }
  .contact-trust__global img { width: 60px; }
  .contact-resources { padding-inline: 0; }
  .contact-newsletter { padding: 18px; grid-template-columns: 90px 1fr; }
  .contact-newsletter > img { width: 90px; height: 85px; }
  .contact-newsletter h2 { font-size: 25px; }
  .contact-newsletter form { grid-column: 1 / -1; grid-template-columns: 1fr; gap: 8px; }
  .contact-newsletter input, .contact-newsletter form .button { border-radius: 7px; }
  .error-hero__grid { min-height: auto; display: flex; flex-direction: column; }
  .error-hero__copy { padding: 55px 0 10px; text-align: center; }
  .error-code { font-size: 8.5rem; }
  .error-hero h1 { font-size: 2.8rem; }
  .error-ornament { width: 220px; margin-inline: auto; }
  .error-hero__copy > p:not(.error-code) { margin: 24px auto 30px; font-size: 17px; }
  .error-hero__copy .button-row { display: grid; grid-template-columns: 1fr; }
  .error-hero__art { height: 470px; }
  .error-hero__art img { height: 470px; }
  .error-search { margin-top: 30px; }
  .error-search form { min-height: 86px; padding-inline: 20px; }
  .error-search .icon { width: 31px; }
  .error-search input { font-size: 18px; }
  .error-destinations .p1115-centered-heading h2 { font-size: 34px; }
  .error-destination-grid { display: flex; overflow-x: auto; margin-right: -16px; padding-bottom: 10px; }
  .error-destination-grid a { flex: 0 0 245px; min-height: 350px; }
  .author-hero > .p1115-shell { padding-top: 20px; }
  .author-hero__grid { min-height: auto; display: flex; flex-direction: column; text-align: center; }
  .author-portrait img { width: 245px; height: 255px; }
  .author-hero__copy h1 { font-size: 3.6rem; }
  .author-role { font-size: 19px; }
  .author-meta, .author-social { justify-content: center; flex-wrap: wrap; }
  .author-hero__blossom { width: 180px; right: -80px; top: -280px; }
  .author-expertise { padding: 20px; }
  .author-expertise h2 { text-align: center; }
  .author-expertise ul { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .author-credentials { grid-template-columns: 1fr; }
  .author-glance { grid-column: auto; }
  .author-glance dl { grid-template-columns: repeat(2, 1fr); }
  .author-about { grid-template-columns: 1fr; }
  .author-about img { grid-row: 1; width: 250px; margin: auto; }
  .author-publications { padding: 22px 16px; }
  .author-publication-grid { display: flex; overflow-x: auto; margin-right: -16px; }
  .author-publication-grid article { flex: 0 0 230px; border-right: 1px solid var(--p1115-line) !important; }
  .author-article-grid { grid-template-columns: 1fr; }
  .author-article-grid img { height: 220px; }
  .author-article-grid p, .author-article-grid h3 { min-height: 0; }
  .author-activity { grid-template-columns: 1fr; }
  .author-activity > article { padding: 24px 18px; }
  .author-quote { grid-template-columns: auto 1fr; padding: 25px 20px; }
  .author-quote p { font-size: 16px; }
  .author-quote img { display: none; }
  .author-work { grid-template-columns: 1fr; text-align: center; }
  .author-work__icon { margin: auto; border-right: 0; border-bottom: 1px solid var(--p1115-line); }
  .author-newsletter { grid-template-columns: 80px 1fr; padding: 18px; }
  .author-newsletter img { width: 80px; }
  .author-newsletter form { grid-template-columns: 1fr; gap: 8px; }
  .author-newsletter input, .author-newsletter form .button { border-radius: 7px; }
}
