:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#14201d;background:#f4f7f5}
*{box-sizing:border-box}body{margin:0}a{color:inherit}.site-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px clamp(18px,4vw,48px);background:#0f332b;color:#fff}.brand{font-weight:900;text-decoration:none}.brand span{display:block;font-size:.78rem;color:#d9ebe5}nav{display:flex;gap:14px;flex-wrap:wrap;align-items:center}nav a{text-decoration:none;color:#ecfbf6;font-weight:700}.reserve-link,.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:8px;background:#d8942c;color:#11251f;text-decoration:none;font-weight:900}.reserve-link{min-height:36px}main{max-width:1120px;margin:0 auto;padding:34px 20px 54px}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,460px);gap:34px;align-items:center}.hero-compact{grid-template-columns:minmax(0,1fr) 360px}.hero img,.article img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:8px;box-shadow:0 20px 60px rgba(18,60,50,.14)}.eyebrow{margin:0 0 10px;color:#1f6a58;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}h1{margin:0 0 14px;font-size:clamp(2.2rem,6vw,4.4rem);line-height:1.02}h2{font-size:1.45rem}p,li{font-size:1.04rem;line-height:1.68}.lead{font-size:1.18rem}.content-grid,.review-grid,.steps,.article-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;margin-top:28px}.content-grid article,.steps article,.reviews figure,.article-list article,.faq details{padding:20px;border:1px solid #dce6e1;border-radius:8px;background:#fff}.how,.reviews,.faq{margin-top:34px}.steps span{display:grid;width:36px;height:36px;place-items:center;border-radius:999px;background:#123c32;color:#fff;font-weight:900}.reviews blockquote{margin:10px 0;line-height:1.55}.reviews span{color:#d8942c;letter-spacing:2px}.faq details{margin-top:10px}.faq summary{cursor:pointer;font-weight:900}.site-footer{padding:28px 20px;text-align:center;background:#10231f;color:#fff}.site-footer a{font-weight:900;color:#f1b449}.article{max-width:820px;margin:0 auto}.article-list a{font-weight:900;color:#123c32}@media(max-width:760px){.site-header{align-items:flex-start;flex-direction:column}.hero,.hero-compact{grid-template-columns:1fr}h1{font-size:2.4rem}}

/* render-hunting-warning-v95 */
.seo-hunting-warning {
  margin: 0 0 26px;
  padding: 16px 18px;
  border: 1px solid rgba(216, 148, 44, 0.55);
  border-radius: 8px;
  background: #fff8e8;
  color: #2a2112;
}

.seo-hunting-warning strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 900;
}

.seo-hunting-warning p {
  margin: 0;
  line-height: 1.55;
}

/* seo-blog-depth-v107 */
.notice {
  margin: 24px 0;
  padding: 18px;
  border: 1px solid #e4c16f;
  border-radius: 8px;
  background: #fff8e6;
}

.notice strong {
  display: block;
  margin-bottom: 6px;
  color: #684810;
}

.article section {
  margin-top: 28px;
}

.article-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}

.article-links a {
  padding: 14px;
  border: 1px solid #dce6e1;
  border-radius: 8px;
  background: #fff;
  color: #123c32;
  font-weight: 900;
  text-decoration: none;
}

/* seo-static-route-links-v111 */
.route-seo-links {
  margin-top: 36px;
}

.route-seo-links h2 {
  margin-top: 6px;
}

/* image-health-v157 */
.image-fallback-applied {
  object-fit: cover;
  background: #eef5f1;
}

/* image-bank-v159 */
.image-bank-fallback {
  background: #eef5f1;
  object-fit: cover;
}

/* seo-continuous-v168 */
.seo-next-v168 {
  margin-top: 34px;
  padding: 22px;
  border: 1px solid #dce6e1;
  border-radius: 8px;
  background: #fff;
}

.article-list article img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 12px;
}

.notice {
  margin: 24px 0;
  padding: 18px;
  border: 1px solid #e4c16f;
  border-radius: 8px;
  background: #fff8e6;
}

.notice strong {
  display: block;
  margin-bottom: 6px;
  color: #684810;
}

/* photo-bank-v181 */
.article-list article img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  margin: 0 0 14px;
  object-fit: cover;
  border-radius: 6px;
}
