* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #2B1A12;
  background:
    radial-gradient(circle at top left, rgba(198, 138, 58, 0.18), transparent 320px),
    linear-gradient(180deg, #fffaf2 0%, #f7f2ea 42%, #efe3d3 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(43, 26, 18, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 26, 18, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent 62%);
}

.site-header,
.footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-header {
  padding: 22px 0;
}

.brand,
.top-nav,
.footer {
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2B1A12;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  color: #fffaf2;
  background: #2B1A12;
}

.top-nav {
  display: flex;
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(43, 26, 18, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.72);
  backdrop-filter: blur(12px);
}

.top-nav a {
  padding: 8px 14px;
  border-radius: 999px;
  color: #2B1A12;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.top-nav a:hover,
.top-nav a.active {
  color: #fffaf2;
  background: #2B1A12;
}

.page {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 52px 0 64px;
}

.hero {
  min-height: 68vh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 44px;
}

.eyebrow {
  color: #C68A3A;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 12px;
}

h1 {
  margin: 0;
  font-size: clamp(42px, 8vw, 82px);
  letter-spacing: 0;
  line-height: 0.96;
}

h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

p {
  max-width: 680px;
  line-height: 1.65;
}

.lede {
  margin: 18px 0 0;
  color: rgba(43, 26, 18, 0.78);
  font-size: clamp(18px, 2vw, 22px);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(43, 26, 18, 0.18);
  border-radius: 8px;
  color: #2B1A12;
  font-weight: 700;
  text-decoration: none;
  background: rgba(255, 250, 242, 0.72);
}

.button.primary {
  color: #fffaf2;
  border-color: #2B1A12;
  background: #2B1A12;
}

.product-panel,
.card,
.doc-card,
.contact-card,
.notice-band {
  border: 1px solid rgba(43, 26, 18, 0.1);
  box-shadow: 0 22px 70px rgba(43, 26, 18, 0.08);
  background: rgba(255, 250, 242, 0.82);
  backdrop-filter: blur(18px);
}

.product-panel {
  padding: 22px;
  border-radius: 18px;
}

.panel-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(43, 26, 18, 0.1);
}

.panel-row span,
.status-strip,
.footer {
  color: rgba(43, 26, 18, 0.68);
}

.panel-row strong {
  font-size: 24px;
}

.status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 18px;
  font-size: 13px;
  font-weight: 700;
}

.status-strip span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(198, 138, 58, 0.14);
}

.grid-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.card,
.doc-card,
.contact-card,
.notice-band {
  border-radius: 14px;
  padding: 24px;
}

.card p,
.doc-card p {
  margin-bottom: 0;
  color: rgba(43, 26, 18, 0.72);
}

.notice-band {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.document-page {
  width: min(900px, calc(100% - 40px));
}

.doc-hero {
  padding: 42px 0 20px;
}

.doc-hero h1 {
  font-size: clamp(38px, 7vw, 68px);
}

.doc-card {
  margin-top: 14px;
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  font-weight: 700;
}

.contact-card a,
.footer a {
  color: #2B1A12;
}

.footer {
  padding: 24px 0 36px;
  font-size: 14px;
}

@media (max-width: 820px) {
  .hero,
  .grid-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 32px;
  }

  .site-header,
  .footer,
  .notice-band,
  .contact-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .site-header,
  .footer,
  .page,
  .document-page {
    width: min(100% - 28px, 1120px);
  }

  .top-nav {
    width: 100%;
  }

  .top-nav a {
    flex: 1;
    text-align: center;
  }

  .panel-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}
