.guide-page {
  background: #f5f1e8;
}

.guide-skip {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 100;
  padding: 12px 16px;
  border-radius: 10px;
  background: #fff;
  color: var(--green);
  font-weight: 800;
}

.guide-skip:focus { top: 18px; }

.guide-page main { overflow: clip; }
.guide-page .breadcrumbs { position: relative; z-index: 1; color: rgba(255,255,255,.7); }
.guide-page .breadcrumbs a { color: #fff; }
.guide-page .breadcrumbs a:hover { color: #d9aa78; }
.guide-page .catalog-header nav { scrollbar-width: none; }
.guide-page .catalog-header nav::-webkit-scrollbar { display: none; }
.guide-page .catalog-header nav a { white-space: nowrap; }

.guide-hero {
  min-height: 660px;
  margin-top: -96px;
  padding: 200px clamp(30px, 6vw, 90px) 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(320px, .62fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
  border-radius: 0 0 38px 38px;
  background: #0d3028;
  color: #fff;
}

.guide-hero .catalog-eyebrow { color: #9ad4ba; }
.guide-hero h1 {
  max-width: 1020px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 7.6vw, 116px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.058em;
}
.guide-hero h1 em { color: #d9aa78; font-weight: 400; }
.guide-hero__intro { padding-bottom: 7px; }
.guide-hero__intro > p:first-child { margin: 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.75; }
.guide-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.guide-button {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 13px;
  background: transparent;
  color: inherit;
  font: 760 12px/1 Inter, ui-sans-serif, system-ui, sans-serif;
  cursor: pointer;
}
.guide-button--primary { border-color: #d9aa78; background: #d9aa78; color: #122c25; }
.guide-button:focus-visible, .guide-page input:focus-visible, .guide-page select:focus-visible, .guide-page textarea:focus-visible, .guide-page summary:focus-visible { outline: 3px solid #e8b47b; outline-offset: 3px; }
.guide-button:disabled { opacity: .42; cursor: not-allowed; }
.guide-privacy-note { margin: 18px 0 0; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.55; }

.guide-contents {
  margin: 0 0 20px;
  padding: 18px 22px;
  display: flex;
  gap: 24px;
  align-items: center;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 20px 20px;
  white-space: nowrap;
}
.guide-contents span { color: var(--copper); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-contents a { padding: 6px 0; border-bottom: 1px solid transparent; color: #48574f; font-size: 11px; font-weight: 720; }
.guide-contents a:hover { border-color: var(--copper); color: var(--green); }

.guide-section {
  padding: clamp(70px, 9vw, 128px) 0;
  display: grid;
  grid-template-columns: minmax(150px, .28fr) minmax(0, 1.72fr);
  gap: clamp(34px, 7vw, 105px);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 120px;
}
.guide-section__label { position: relative; }
.guide-section__label::before { content: ""; position: absolute; top: 14px; left: 58px; right: 0; height: 1px; background: var(--line); }
.guide-section__label span { color: var(--copper); font: 800 10px/1 Inter, sans-serif; letter-spacing: .12em; }
.guide-section__label p { margin: 20px 0 0; max-width: 120px; color: #6a766e; font-size: 11px; line-height: 1.55; text-transform: uppercase; letter-spacing: .08em; }
.guide-section h2, .brief-toolbar h2, .guide-final h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.5vw, 78px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.048em;
}
.guide-prose { max-width: 960px; }
.guide-prose > p { max-width: 820px; margin: 28px 0 0; color: #4e5e56; font-size: 16px; line-height: 1.85; }
.guide-prose > p:first-of-type { font-size: 19px; color: #273b32; }
.guide-evidence-note { margin-top: 42px; padding: 24px 26px; display: grid; grid-template-columns: 150px 1fr; gap: 25px; border: 1px solid rgba(153,81,42,.28); border-radius: 18px; background: #efe4d5; }
.guide-evidence-note strong { color: var(--copper); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.guide-evidence-note p { margin: 0; color: #4e5b54; font-size: 12px; line-height: 1.7; }
.guide-section__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .5fr); gap: 50px; align-items: end; }
.guide-section__head > p { margin: 0 0 7px; color: #5b6861; font-size: 14px; line-height: 1.75; }

.decision-list { margin: 50px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.decision-list li { padding: 28px 0; display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: clamp(30px, 6vw, 90px); border-bottom: 1px solid var(--line); }
.decision-list li > div { display: grid; align-content: start; gap: 12px; }
.decision-list li > div > span { color: var(--copper); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.decision-list h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(26px, 2.8vw, 40px); font-weight: 400; line-height: 1.04; }
.decision-list p { margin: 0; color: #5a6760; font-size: 14px; line-height: 1.78; }

.attachment-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.attachment-grid article { min-height: 330px; padding: 28px; display: flex; flex-direction: column; background: #f8f5ee; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.attachment-grid article:nth-child(2n) { border-right: 0; }
.attachment-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.attachment-grid span { color: var(--copper); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.attachment-grid h3 { margin: auto 0 14px; font-family: Georgia, serif; font-size: clamp(27px, 3vw, 39px); font-weight: 400; line-height: 1.03; }
.attachment-grid p { margin: 0; color: #5a6760; font-size: 13px; line-height: 1.72; }
.guide-do-not-send { margin-top: 18px; padding: 22px 24px; display: grid; grid-template-columns: 180px 1fr; gap: 25px; border: 1px solid rgba(153,81,42,.28); border-radius: 17px; background: #efe4d5; }
.guide-do-not-send strong { color: var(--copper); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.guide-do-not-send p { margin: 0; color: #4f5c55; font-size: 12px; line-height: 1.7; }

.brief-shell {
  margin: clamp(70px, 9vw, 128px) 0;
  padding: clamp(28px, 5vw, 72px);
  border-radius: 30px;
  background: #0d3028;
  color: #fff;
  scroll-margin-top: 110px;
}
.brief-toolbar { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.brief-toolbar .catalog-eyebrow { color: #e3b079; }
.brief-toolbar h2 { max-width: 800px; }
.brief-progress { min-width: 128px; padding: 16px; display: grid; gap: 5px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; }
.brief-progress strong { color: #e3b079; font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.brief-progress span { color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.brief-form { margin-top: 45px; }
.brief-local-note { margin: 0 0 18px; padding: 14px 16px; border-left: 3px solid #e3b079; background: rgba(255,255,255,.06); color: rgba(255,255,255,.66); font-size: 11px; line-height: 1.6; }
.brief-local-note strong { color: #fff; }
.brief-form fieldset { margin: 0; padding: 28px 0; border: 0; border-top: 1px solid rgba(255,255,255,.17); }
.brief-form legend { width: 100%; margin: 0 0 22px; padding: 0; display: flex; gap: 15px; align-items: center; font-family: Georgia, serif; font-size: 23px; }
.brief-form legend span { color: #e3b079; font: 800 9px/1 Inter, sans-serif; letter-spacing: .1em; }
.brief-fields { display: grid; gap: 14px; }
.brief-fields--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.brief-fields--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.brief-form label { min-width: 0; display: grid; gap: 8px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 720; letter-spacing: .04em; }
.brief-form input[type="text"], .brief-form select, .brief-form textarea { width: 100%; min-height: 48px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.19); border-radius: 11px; background: rgba(255,255,255,.07); color: #fff; font: 400 13px/1.5 Inter, ui-sans-serif, system-ui, sans-serif; }
.brief-form textarea { min-height: 80px; resize: vertical; }
.brief-form option { color: #142b24; }
.brief-form ::placeholder { color: rgba(255,255,255,.38); }
.brief-options { margin: 16px 0 0; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.brief-options > span { width: 100%; margin-bottom: 2px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 720; }
.brief-options label { padding: 11px 13px; display: inline-flex; grid-template-columns: auto 1fr; align-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 600; cursor: pointer; }
.brief-options input { accent-color: #e3b079; }
.brief-wide { margin-top: 15px; }
.brief-footer { padding-top: 25px; display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; border-top: 1px solid rgba(255,255,255,.17); }
.brief-footer > p { max-width: 680px; margin: 0; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.6; }
.brief-footer > div { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }

.guide-paths { margin-top: 45px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.guide-paths a { min-height: 285px; padding: 27px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f8f5ee; }
.guide-paths a:nth-child(3n) { border-right: 0; }
.guide-paths a:nth-last-child(-n+3) { border-bottom: 0; }
.guide-paths span { color: var(--copper); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-paths h3 { margin: auto 0 12px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; line-height: 1.02; }
.guide-paths p { margin: 0; color: #65716a; font-size: 12px; line-height: 1.65; }
.guide-paths b { margin-top: 20px; color: var(--green); font-size: 11px; }
.guide-paths a:hover, .guide-paths a:focus-visible { background: #13392f; color: #fff; }
.guide-paths a:hover p, .guide-paths a:focus-visible p, .guide-paths a:hover b, .guide-paths a:focus-visible b { color: rgba(255,255,255,.68); }

.guide-faq .faq-list { margin-top: 45px; }
.guide-final { margin: 0 0 80px; padding: clamp(45px, 7vw, 95px); border-radius: 32px; background: #d6af84; }
.guide-final > p { margin: 0 0 20px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-final h2 { max-width: 1050px; }
.guide-final h2 em { color: #713c23; font-weight: 400; }
.guide-final > div { margin-top: 38px; display: grid; grid-template-columns: auto minmax(250px, 520px); gap: 50px; align-items: end; }
.guide-final a { padding-bottom: 9px; display: inline-flex; gap: 45px; border-bottom: 1px solid; font-size: 12px; font-weight: 800; }
.guide-final > div p { margin: 0; color: #4f4238; font-size: 12px; line-height: 1.7; }

@media (max-width: 980px) {
  .guide-hero { min-height: 760px; grid-template-columns: 1fr; gap: 45px; }
  .guide-section { grid-template-columns: 1fr; }
  .guide-section__label { display: flex; gap: 18px; align-items: center; }
  .guide-section__label::before { display: none; }
  .guide-section__label p { margin: 0; max-width: none; }
  .guide-section__head { grid-template-columns: 1fr; gap: 24px; }
  .decision-list li { grid-template-columns: 1fr; gap: 18px; }
  .guide-do-not-send { grid-template-columns: 1fr; }
  .brief-fields--three { grid-template-columns: 1fr 1fr; }
  .guide-paths { grid-template-columns: repeat(2, 1fr); }
  .guide-paths a:nth-child(3n) { border-right: 1px solid var(--line); }
  .guide-paths a:nth-child(2n) { border-right: 0; }
  .guide-paths a:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .guide-paths a:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 640px) {
  .guide-page .catalog-header nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-page .catalog-header nav a { white-space: normal; }
  .guide-page .catalog-header nav a:nth-child(odd):last-child { grid-column: 1 / -1; }
  .guide-hero { min-height: 690px; margin-top: -116px; padding: 205px 22px 48px; border-radius: 0 0 26px 26px; }
  .guide-hero h1 { font-size: clamp(48px, 14vw, 66px); }
  .guide-hero__intro > p:first-child { font-size: 14px; }
  .guide-actions { display: grid; grid-template-columns: 1fr; }
  .guide-contents { margin-inline: 0; padding-inline: 14px; }
  .guide-section { padding: 64px 0; }
  .guide-evidence-note { grid-template-columns: 1fr; }
  .attachment-grid { grid-template-columns: 1fr; }
  .attachment-grid article, .attachment-grid article:nth-child(2n), .attachment-grid article:nth-last-child(-n+2) { min-height: 290px; border-right: 0; border-bottom: 1px solid var(--line); }
  .attachment-grid article:last-child { border-bottom: 0; }
  .brief-shell { margin: 60px -2px; padding: 28px 19px; border-radius: 22px; }
  .brief-toolbar { grid-template-columns: 1fr; }
  .brief-fields--three, .brief-fields--two { grid-template-columns: 1fr; }
  .brief-footer { grid-template-columns: 1fr; }
  .brief-footer > div { justify-content: stretch; }
  .brief-footer .guide-button { flex: 1 1 100%; }
  .guide-paths { grid-template-columns: 1fr; }
  .guide-paths a, .guide-paths a:nth-child(2n), .guide-paths a:nth-child(3n), .guide-paths a:nth-last-child(-n+2), .guide-paths a:nth-last-child(-n+3) { min-height: 235px; border-right: 0; border-bottom: 1px solid var(--line); }
  .guide-paths a:last-child { border-bottom: 0; }
  .guide-final { padding: 36px 25px; border-radius: 24px; }
  .guide-final > div { grid-template-columns: 1fr; gap: 28px; }
}

@media print {
  @page { margin: 12mm; size: A4; }
  * { box-shadow: none !important; }
  body.guide-page { background: #fff; color: #111; }
  .catalog-header, .catalog-footer, .breadcrumbs, .guide-hero, .guide-contents, .guide-section, .guide-final, .by-consent { display: none !important; }
  .guide-page main { width: 100%; margin: 0; overflow: visible; }
  .brief-shell { margin: 0; padding: 0; border-radius: 0; background: #fff; color: #111; }
  .brief-toolbar { margin-bottom: 6mm; display: grid; grid-template-columns: 1fr auto; }
  .brief-toolbar .catalog-eyebrow { color: #7b4025; }
  .brief-toolbar h2 { font-size: 26pt; }
  .brief-progress, .brief-local-note, .brief-footer .guide-button { display: none !important; }
  .brief-form { margin-top: 0; }
  .brief-form fieldset { padding: 4mm 0; break-inside: avoid; border-top: 1px solid #999; }
  .brief-form legend { margin-bottom: 3mm; color: #111; font-size: 14pt; }
  .brief-form legend span { color: #7b4025; }
  .brief-form label, .brief-options > span { color: #333; }
  .brief-form input[type="text"], .brief-form select, .brief-form textarea { border: 1px solid #aaa; background: #fff; color: #111; }
  .brief-options label { border: 1px solid #aaa; color: #111; }
  .brief-footer { color: #333; border-top: 1px solid #999; }
  .brief-footer > p { color: #333; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
