:root {
  --ink: #24272b;
  --muted: #66707c;
  --line: #d8dde3;
  --paper: #ffffff;
  --soft: #f5f7f8;
  --accent: #1f7a8c;
  --accent-dark: #135668;
  --gold: #b5822c;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  background: var(--paper);
}
a { color: var(--accent-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header { border-bottom: 1px solid var(--line); background: #fff; position: sticky; top: 0; z-index: 5; }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 24px; }
.brand { color: var(--ink); display: flex; align-items: center; gap: 12px; min-width: 245px; }
.brand:hover { text-decoration: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; background: var(--accent); color: #fff; font-weight: 700; border-radius: 6px; }
.brand small { display: block; color: var(--muted); font-size: 12px; line-height: 1.25; }
.site-nav { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; flex: 1; }
.site-nav a { color: #36404a; font-size: 14px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.button:hover { background: var(--accent-dark); color: #fff; text-decoration: none; }
.button.secondary { background: #fff; color: var(--accent-dark); }
.button.secondary:hover { background: #e9f3f5; color: var(--accent-dark); }
.hero { background: linear-gradient(180deg, #f4f8f9 0%, #fff 100%); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 420px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: 40px; align-items: center; padding: 52px 0; }
.eyebrow { color: var(--gold); font-weight: 700; text-transform: uppercase; font-size: 13px; letter-spacing: .08em; }
h1 { font-size: clamp(34px, 6vw, 60px); line-height: 1; margin: 0 0 18px; letter-spacing: 0; }
h2 { font-size: 26px; line-height: 1.15; margin: 0 0 12px; letter-spacing: 0; }
h3 { font-size: 20px; margin: 22px 0 8px; }
.lead { font-size: 20px; color: #48525d; max-width: 760px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 22px; }
.hero-art img, .feature-img { width: 100%; height: auto; border-radius: 8px; border: 1px solid var(--line); background: #fff; }
.banner { display: block; width: min(100%, 640px); max-height: 340px; height: auto; object-fit: contain; object-position: left center; border-radius: 8px; border: 1px solid var(--line); background: #fff; margin: 22px 0 8px; }
.split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 32px; padding: 42px 0; }
.panel { border: 1px solid var(--line); border-radius: 8px; padding: 24px; background: var(--soft); }
.choice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 18px; }
.choice { display: block; border: 1px solid var(--line); border-radius: 8px; padding: 18px; background: #fff; color: var(--ink); }
.choice strong { display: block; font-size: 18px; }
.choice span { color: var(--muted); }
.content-page { padding: 48px 0 60px; }
.content-page.narrow { max-width: 780px; }
.content-page p, .content-page li { font-size: 17px; }
.content-page ul { padding-left: 22px; }
.content-page li { margin: 6px 0; }
.breadcrumb { color: var(--muted); font-size: 14px !important; }
.design-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-top: 24px; }
.design-card { border: 1px solid var(--line); border-radius: 8px; padding: 12px; background: #fff; }
.design-card img { width: 100%; aspect-ratio: 300 / 222; object-fit: cover; border: 1px solid var(--line); border-radius: 6px; display: block; margin-bottom: 12px; }
.design-card .button { width: 100%; min-height: 38px; font-size: 14px; }
.gallery-section { padding: 20px 0 54px; }
.facebook-like iframe { width: 500px; max-width: 100%; height: 30px; border: 0; overflow: hidden; }
.image-row, .product-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 24px 0; }
.image-row img, .product-strip img { width: 100%; height: auto; border: 1px solid var(--line); border-radius: 8px; }
.product-grid, .setup-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin: 24px 0; }
.product-grid article, .setup-grid article { border: 1px solid var(--line); border-radius: 8px; padding: 18px; background: #fff; }
.product-grid img, .setup-grid img { width: 100%; height: auto; border-radius: 6px; border: 1px solid var(--line); margin-top: 12px; }
.legal h2 { margin-top: 28px; }
.site-footer { border-top: 1px solid var(--line); background: #f8f9fa; color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 24px 0; font-size: 14px; }
@media (max-width: 800px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 16px 0; gap: 14px; }
  .site-nav { gap: 10px 14px; }
  .portal-link { width: 100%; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 38px 0; }
  h1 { font-size: 40px; }
}
