:root {
  color: #073c38;
  background: #fffaf0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 197, 80, 0.17), transparent 34rem),
    #fffaf0;
  line-height: 1.8;
}

a { color: #d83b20; }
a:focus-visible { outline: 3px solid #0c6861; outline-offset: 4px; border-radius: 4px; }

.legal-header {
  border-bottom: 1px solid #eadcc7;
  background: rgba(255, 250, 240, 0.94);
}

.legal-header-inner,
.legal-main,
.legal-footer-inner {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
}

.legal-header-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
}

.brand-icon { width: 44px; height: 44px; border-radius: 12px; }
.brand-name {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #ed4024;
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
}

.legal-main { padding: 64px 0 80px; }
.eyebrow { margin: 0 0 8px; color: #ed4024; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.18em; }
h1 { margin: 0 0 12px; font-size: clamp(2rem, 7vw, 3.25rem); line-height: 1.2; letter-spacing: -0.035em; }
.lead { margin: 0 0 44px; color: #58706d; font-size: 1.05rem; }
h2 { margin: 42px 0 10px; font-size: 1.35rem; line-height: 1.45; }
p, li { color: #405d59; }
ul { padding-left: 1.35rem; }
.legal-main p a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.contact-card {
  margin-top: 28px;
  padding: 26px;
  border: 1px solid #eadcc7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(61, 45, 20, 0.07);
}

.contact-card strong { display: block; margin-bottom: 4px; font-size: 1.1rem; }
.contact-button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin-top: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #ef4326;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.legal-footer { border-top: 1px solid #eadcc7; }
.legal-footer-inner { padding: 24px 0 36px; color: #70817e; font-size: 0.86rem; }
.legal-links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-bottom: 10px; }
.legal-links a { display: inline-flex; align-items: center; min-height: 44px; }

@media (max-width: 520px) {
  .legal-header-inner,
  .legal-main,
  .legal-footer-inner { width: min(100% - 28px, 760px); }
  .legal-main { padding: 44px 0 64px; }
  .lead { margin-bottom: 32px; }
  h2 { margin-top: 34px; }
  .contact-card { padding: 20px; }
  .contact-button { width: 100%; justify-content: center; }
}
