:root {
  --bg: #f4f1ea;
  --bg-accent: #efe5d3;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #fffdf8;
  --text: #1d211d;
  --muted: #546156;
  --line: rgba(29, 33, 29, 0.12);
  --brand: #234b34;
  --brand-soft: #d8e6da;
  --brand-strong: #163824;
  --warm: #c46f3c;
  --shadow: 0 18px 44px rgba(35, 75, 52, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --content: 1080px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  color: var(--text);
  line-height: 1.7;
  background:
    radial-gradient(circle at top left, rgba(196, 111, 60, 0.16), transparent 30%),
    radial-gradient(circle at top right, rgba(35, 75, 52, 0.12), transparent 32%),
    linear-gradient(180deg, var(--bg-accent) 0%, var(--bg) 18%, #f8f6f1 100%);
}

a {
  color: var(--brand);
}

img {
  max-width: 100%;
  display: block;
}

.site-shell {
  min-height: 100vh;
}

.container {
  width: min(calc(100% - 32px), var(--content));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
  background: rgba(248, 246, 241, 0.82);
  border-bottom: 1px solid rgba(29, 33, 29, 0.06);
}

.site-header .container,
.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-header .container {
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--brand) 0%, var(--warm) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  object-fit: cover;
  flex: 0 0 auto;
}

.header-nav,
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.header-nav a,
.footer-nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.95rem;
}

.header-nav a:hover,
.footer-nav a:hover,
.brand:hover {
  color: var(--brand-strong);
}

.section-intro {
  padding: 56px 0 12px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(35, 75, 52, 0.09);
  color: var(--brand-strong);
  font-size: 0.9rem;
  font-weight: 600;
}

.section-intro-body h1 {
  margin: 18px 0 16px;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.section-intro-body .lead {
  margin: 0;
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 12px 28px rgba(35, 75, 52, 0.2);
}

.button-primary:hover {
  background: var(--brand-strong);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(35, 75, 52, 0.12);
  color: var(--brand);
}

.button-secondary:hover {
  background: #fff;
}

.section-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.section-card-media {
  overflow: hidden;
  margin-top: 24px;
  padding: 26px;
}

.shot-grid {
  display: grid;
  align-items: start;
}

.shot-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.shot-grid-compare {
  grid-template-columns: repeat(2, minmax(220px, 280px));
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
}

.shot-frame {
  margin: 0;
  display: grid;
  gap: 6px;
  justify-items: center;
}

.shot-caption {
  margin: 0;
  color: var(--brand-strong);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.shot-frame img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  aspect-ratio: 996 / 2006;
  object-fit: cover;
}

.meta-grid,
.section-grid,
.trust-grid {
  display: grid;
  gap: 18px;
}

.meta-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.section-meta-grid {
  margin-top: 0;
}

.meta-item,
.feature,
.link-card,
.trust-item {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(29, 33, 29, 0.06);
}

.meta-item strong,
.feature h3,
.link-card h3,
.trust-item h3 {
  display: block;
  margin-bottom: 8px;
}

.section {
  padding: 22px 0 30px;
}

.section-head {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  line-height: 1.15;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 48rem;
}

.section-grid-one {
  grid-template-columns: minmax(0, 1fr);
}

.section-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature p,
.link-card p,
.trust-item p,
.section-card p,
.section-card li,
.rich-text p,
.rich-text li {
  color: var(--muted);
}

.section-band {
  padding: 30px 0;
}

.band-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(35, 75, 52, 0.95), rgba(23, 34, 28, 0.92));
  color: white;
  box-shadow: var(--shadow);
}

.band-card p,
.band-card li {
  color: rgba(255, 255, 255, 0.82);
}

.section-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  gap: 24px;
  align-items: start;
  justify-content: center;
}

.section-layout-wide {
  grid-template-columns: minmax(0, 1fr);
}

.section-card {
  padding: 28px;
}

.section-card h2 {
  margin-top: 0;
  font-size: 1.5rem;
}

.section-card h3 {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 1.08rem;
}

.section-card ul {
  padding-left: 18px;
}

.site-footer {
  margin-top: 36px;
  padding: 28px 0 36px;
  border-top: 1px solid rgba(29, 33, 29, 0.08);
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.legal-page {
  padding: 34px 0 44px;
}

.legal-card {
  padding: 28px;
}

.legal-card h1 {
  margin-top: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.legal-card h2 {
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
  font-size: 1.12rem;
}

.legal-card code {
  font-family: SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.95em;
}

.small-note {
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 960px) {
  .section-layout,
  .section-grid-two,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .shot-grid-three,
  .shot-grid-compare {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }

  .section-card-media {
    padding: 20px;
  }
}

@media (max-width: 720px) {
  .meta-grid {
    grid-template-columns: 1fr;
  }

  .site-header .container,
  .site-footer .container {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
  }

  .section-intro {
    padding-top: 30px;
  }

  .band-card,
  .section-card,
  .legal-card {
    padding: 20px;
  }

  .container {
    width: min(calc(100% - 24px), var(--content));
  }
}
