.guide-hero {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr);
  min-height: min(76vw, 850px);
  background: #080808;
  color: #fff;
}

.guide-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(80px, 9vw, 160px) var(--gutter);
}

.guide-hero__part,
.guide-eyebrow {
  color: var(--gold);
  font: 9px/1.5 Arial, sans-serif;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.guide-hero h1 {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: clamp(46px, 6.4vw, 104px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: .015em;
}

.guide-hero__en {
  margin: 30px 0 0;
  color: #8c8c8c;
  font: 10px/1.6 Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.guide-hero__image {
  position: relative;
  min-height: inherit;
  overflow: hidden;
  background: #161616;
}

.guide-hero__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,8,8,.15), transparent 40%);
  content: "";
}

.guide-hero__image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.guide-intro,
.guide-split,
.guide-contact-panel {
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
  gap: clamp(45px, 9vw, 170px);
  padding: clamp(90px, 11vw, 190px) var(--gutter);
}

.guide-intro { background: var(--paper); }

.guide-section-title {
  margin: 18px 0 0;
  font-size: clamp(34px, 4.5vw, 72px);
  font-weight: 400;
  line-height: 1.12;
}

.guide-copy {
  width: min(760px, 100%);
}

.guide-copy__lead {
  margin: 0 0 34px;
  color: #171717;
  font-size: clamp(21px, 2.35vw, 36px);
  line-height: 1.75;
}

.guide-copy p:not(.guide-copy__lead),
.guide-feature p,
.guide-material-card p,
.guide-note p {
  margin: 0;
  color: #66615b;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 2.15;
}

.guide-copy p + p { margin-top: 24px; }

.guide-full-image {
  position: relative;
  min-height: min(62vw, 830px);
  overflow: hidden;
  background: #111;
}

.guide-full-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.guide-full-image__caption {
  position: absolute;
  right: var(--gutter);
  bottom: 36px;
  color: rgba(255,255,255,.72);
  font: 9px/1.5 Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.guide-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff;
}

.guide-feature {
  min-height: 420px;
  padding: clamp(52px, 6vw, 105px) clamp(26px, 4vw, 70px);
  border-right: 1px solid var(--line);
}

.guide-feature:last-child { border-right: 0; }
.guide-feature__number { color: var(--gold); font: 10px/1 Arial, sans-serif; letter-spacing: .2em; }
.guide-feature h2 { margin: 72px 0 25px; font-size: clamp(26px, 2.6vw, 42px); font-weight: 400; line-height: 1.25; }

.guide-split { background: #0a0a0a; color: #fff; }
.guide-split .guide-copy p:not(.guide-copy__lead) { color: #aaa; }
.guide-split .guide-copy__lead { color: #fff; }

.guide-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  border-top: 1px solid #d8d3ca;
}

.guide-check {
  padding: 35px 30px 35px 0;
  border-bottom: 1px solid #d8d3ca;
}

.guide-check:nth-child(odd) { border-right: 1px solid #d8d3ca; }
.guide-check:nth-child(even) { padding-left: 30px; }
.guide-check strong { display: block; margin-bottom: 12px; color: #937a38; font: 10px/1.5 Arial,sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.guide-check span { font-size: clamp(17px,1.5vw,23px); line-height: 1.65; }

.guide-materials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
}

.guide-material-card {
  min-height: 540px;
  padding: clamp(60px, 7vw, 120px) var(--gutter);
  background: var(--paper);
}

.guide-material-card:nth-child(2),
.guide-material-card:nth-child(3) { background: #101010; color: #fff; }
.guide-material-card:nth-child(2) p,
.guide-material-card:nth-child(3) p { color: #aaa; }
.guide-material-card__index { color: var(--gold); font: 9px/1.5 Arial,sans-serif; letter-spacing: .18em; }
.guide-material-card h2 { margin: 65px 0 28px; font-size: clamp(35px,4.2vw,67px); font-weight: 400; }
.guide-material-card ul { margin: 30px 0 0; padding: 0; list-style: none; color: #8e793e; font: 10px/2 Arial,sans-serif; letter-spacing: .1em; text-transform: uppercase; }

.guide-note {
  padding: clamp(65px, 8vw, 125px) var(--gutter);
  background: #b82318;
  color: #fff;
}

.guide-note h2 { margin: 0 0 24px; font-size: clamp(30px, 4vw, 62px); font-weight: 400; }
.guide-note p { max-width: 850px; color: rgba(255,255,255,.78); }

.guide-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.guide-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  min-width: 230px;
  padding: 18px 22px;
  border: 1px solid currentColor;
  color: inherit;
  font: 9px/1.5 Arial,sans-serif;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
}

.guide-contact-panel { background: var(--paper); }
.guide-contact-panel__phone { display: block; margin: 25px 0 0; color: #111; font-size: clamp(30px,4vw,62px); text-decoration: none; }
.guide-contact-panel address { margin-top: 25px; color: #666; font-style: normal; line-height: 2; }

.guide-line {
  display: grid;
  place-items: center;
  padding: clamp(90px,12vw,190px) var(--gutter);
  background: #f4f1ea;
  text-align: center;
}
.guide-line__mark { display: grid; place-items: center; width: 92px; height: 92px; border-radius: 24px; background: #06c755; color: #fff; font: 700 24px/1 Arial,sans-serif; }
.guide-line h2 { margin: 38px 0 20px; font-size: clamp(32px,4vw,65px); font-weight: 400; }
.guide-line p { max-width: 660px; margin: 0; color: #666; font-size: 15px; line-height: 2; }
.guide-line .guide-button { margin-top: 36px; background: #111; color: #fff; }

.guide-navigation {
  padding: clamp(85px, 10vw, 165px) var(--gutter);
  background: #fff;
}
.guide-navigation__head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 45px; padding-bottom: 25px; border-bottom: 1px solid #111; }
.guide-navigation__head h2 { margin: 0; font-size: clamp(32px,4vw,60px); font-weight: 400; }
.guide-navigation__head p { margin: 0; color: #777; font-size: 14px; }
.guide-navigation__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: #d4d0c8; }
.guide-nav-card { display: grid; grid-template-columns: auto 1fr auto; gap: 17px; align-items: center; min-height: 120px; padding: 24px; background: #f5f3ee; text-decoration: none; transition: background .3s,color .3s; }
.guide-nav-card:hover,.guide-nav-card[aria-current="page"] { background: #111; color: #fff; }
.guide-nav-card__part { color: var(--gold); font: 9px/1.4 Arial,sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.guide-nav-card strong { display: block; font-size: clamp(16px,1.35vw,21px); font-weight: 400; line-height: 1.45; }
.guide-nav-card small { display: block; margin-top: 6px; color: #8a8680; font: 8px/1.4 Arial,sans-serif; letter-spacing: .09em; text-transform: uppercase; }

@media (max-width: 900px) {
  .guide-hero { grid-template-columns: 1fr; min-height: 0; }
  .guide-hero__copy { min-height: 470px; padding-top: 95px; }
  .guide-hero__image { min-height: 68vw; }
  .guide-intro,.guide-split,.guide-contact-panel { grid-template-columns: 1fr; gap: 45px; }
  .guide-features { grid-template-columns: 1fr; }
  .guide-feature { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .guide-feature h2 { margin-top: 42px; }
  .guide-navigation__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
  .guide-hero__copy { min-height: 390px; }
  .guide-hero__image { min-height: 86vw; }
  .guide-checks,.guide-materials { grid-template-columns: 1fr; }
  .guide-check:nth-child(odd) { border-right: 0; }
  .guide-check:nth-child(even) { padding-left: 0; }
  .guide-material-card { min-height: 0; }
  .guide-navigation__head { display: block; }
  .guide-navigation__head p { margin-top: 14px; }
  .guide-navigation__grid { grid-template-columns: 1fr; }
  .guide-nav-card { min-height: 104px; }
  .guide-button { width: 100%; }
}
