.site-header {
  border-bottom-color: #b88313;
  box-shadow: 0 5px 14px rgba(7, 22, 37, 0.08);
}

.brand {
  width: 190px;
}

.nav a[aria-current="page"] {
  color: var(--gold);
}

.nav a[aria-current="page"]::after {
  right: 0;
}

.footer nav a[aria-current="page"] {
  color: var(--gold-soft);
}

.page-hero {
  position: relative;
  height: 640px;
  min-height: 640px;
  overflow: hidden;
  background: var(--primary);
  color: #fff;
}

.page-hero > img {
  object-fit: cover;
}

.page-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #0e1a28b8 0%, #0e1a2866 48%, #0e1a280d 78%),
    linear-gradient(#0000 58%, #0e1a2857 100%);
}

.page-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 166px;
  padding-bottom: 84px;
}

.page-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(44px, 4.5vw, 66px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.page-hero h1 em {
  color: var(--gold-soft);
  font-style: normal;
}

.page-hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 29px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.breadcrumb a {
  color: var(--gold-soft);
  font-weight: 700;
}

.breadcrumb span:first-of-type {
  color: rgba(255, 255, 255, 0.4);
}

.content-intro {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 96px;
  align-items: start;
}

.content-intro h2,
.detail-section h2,
.contact-page h2 {
  margin: 0;
  color: var(--primary);
  font-family: var(--font-libre), Arial, sans-serif;
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.content-intro h2 em,
.detail-section h2 em,
.contact-page h2 em {
  color: var(--gold);
  font-style: normal;
}

.content-intro-copy {
  padding-top: 8px;
}

.content-intro-copy p {
  margin: 0 0 18px;
  color: var(--on-surface-variant);
  font-size: 17px;
  line-height: 29px;
}

.content-intro-copy .lead {
  color: var(--on-surface);
  font-size: 20px;
  line-height: 31px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 64px;
}

.detail-card {
  position: relative;
  min-height: 320px;
  padding: 38px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 22, 37, 0.05);
}

.detail-card-number {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.detail-card h2,
.detail-card h3 {
  margin: 42px 0 16px;
  color: var(--primary);
  font-family: var(--font-libre), Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
}

.detail-card p {
  margin: 0;
  color: var(--on-surface-variant);
  font-size: 16px;
  line-height: 27px;
}

.detail-card ul {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--on-surface-variant);
}

.detail-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 22px;
}

.detail-card li::before {
  content: "";
  flex: none;
  width: 5px;
  height: 5px;
  margin-top: 8px;
  background: var(--gold);
}

.detail-band {
  background: var(--primary);
  color: #fff;
}

.detail-band-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 96px;
  align-items: start;
}

.detail-band h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-libre), Arial, sans-serif;
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.detail-band h2 em {
  color: var(--gold-soft);
  font-style: normal;
}

.feature-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.feature-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 24px;
  padding: 27px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.feature-list article > span {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.feature-list h3 {
  margin: 0 0 8px;
  font-family: var(--font-libre), Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.feature-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 24px;
}

.detail-cta {
  padding-block: 62px;
  border-top: 1px solid var(--border);
  background: var(--surface-low);
}

.detail-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.detail-cta h2 {
  margin: 0;
  color: var(--primary);
  font-family: var(--font-libre), Arial, sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.2;
}

.detail-cta p {
  max-width: 650px;
  margin: 10px 0 0;
  color: var(--on-surface-variant);
  line-height: 25px;
}

.contact-page {
  background: var(--surface-low);
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 72px;
  align-items: start;
}

.contact-details {
  margin-top: 42px;
  border-top: 1px solid var(--border);
}

.contact-item {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid var(--border);
}

.contact-item strong {
  color: var(--gold);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.contact-item.contact-phone {
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 14px;
}

.contact-phone-icon {
  width: 19px;
  height: 19px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-item a,
.contact-item address {
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 25px;
}

.contact-item a:hover {
  color: var(--gold);
}

.contact-page .button {
  margin-top: 30px;
}

.contact-note {
  margin: 24px 0 0;
  color: var(--on-surface-variant);
  font-size: 15px;
  line-height: 25px;
}

.contact-page-map {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(7, 22, 37, 0.08);
}

.contact-page-map iframe {
  display: block;
  width: 100%;
  height: 560px;
  border: 0;
}

@media (max-width: 1199px) {
  .brand { width: 170px; }
  .content-intro,
  .detail-band-grid { gap: 56px; }
  .contact-page-grid { gap: 48px; }
}

@media (max-width: 900px) {
  .content-intro,
  .detail-band-grid,
  .contact-page-grid { grid-template-columns: 1fr; }
  .content-intro-copy { padding-top: 0; }
  .contact-page-map iframe { height: 460px; }
}

@media (max-width: 767px) {
  .brand { width: 155px; }
  .page-hero { height: 760px; min-height: 760px; }
  .page-hero-shade {
    background:
      linear-gradient(90deg, #0e1a28b8, #0e1a283d),
      linear-gradient(#0000 46%, #0e1a287a);
  }
  .page-hero-content { padding-top: 178px; padding-bottom: 66px; }
  .page-hero h1 { font-size: 40px; }
  .page-hero-copy { font-size: 16px; line-height: 26px; }
  .detail-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .detail-card { min-height: 0; padding: 28px; }
  .detail-card h2,
  .detail-card h3 { margin-top: 30px; }
  .detail-cta-inner { align-items: flex-start; flex-direction: column; }
  .contact-item { grid-template-columns: 1fr; gap: 8px; }
  .contact-item.contact-phone { grid-template-columns: 26px 1fr; gap: 12px; }
  .contact-page-map iframe { height: 390px; }
}
