:root{--brand-bg:#FAF7F2;--brand-surface:#FFFFFF;--brand-primary:#8C7C6B;--brand-accent:#D8C9B5;--brand-dark:#3F3A34;--brand-text:#4A443D;--brand-muted:#6D655C;--header-h:92px}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,'Segoe UI',Arial,sans-serif;color:var(--brand-text);background:var(--brand-bg)}
.container{width:min(1100px,92%);margin:0 auto}
.section{padding:64px 0}
.section.light{background:var(--brand-surface)}
.section-title h2{font:800 14px Raleway,sans-serif;letter-spacing:1.5px;text-transform:uppercase;color:var(--brand-muted);margin:0}
.section-title p{font:800 32px Raleway,sans-serif;margin:8px 0 32px;color:var(--brand-dark)}
.header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(8px);box-shadow:0 2px 12px rgba(0,0,0,.06)}
.header-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 0}
.brand{display:flex;align-items:center;gap:10px;color:var(--brand-dark);text-decoration:none;font-weight:700}
.brand img{height:90px}
.navmenu ul{display:flex;gap:18px;list-style:none;padding:0;margin:0}
.navmenu a{color:#000;text-transform:uppercase;font-weight:600;font-size:13px;text-decoration:none;position:relative}
.navmenu a.cta{color:#fff;background:var(--brand-primary);padding:8px 14px;border-radius:6px}
.navmenu a.cta:hover{background:#6f6254}
.mobile-nav-toggle{display:none;font-size:22px;background:none;border:0;cursor:pointer}
@media (max-width:992px){.mobile-nav-toggle{display:block}.navmenu ul{display:none;position:fixed;inset:calc(var(--header-h) + 8px) 16px 16px 16px;background:var(--brand-surface);border:1px solid #e8e4dc;border-radius:10px;padding:18px;flex-direction:column;gap:12px;z-index:9998;box-shadow:0 10px 30px rgba(0,0,0,.12);overflow-y:auto}.mobile-nav-active .navmenu ul{display:flex}}
.hero-grid-full{position:relative;min-height:calc(100vh - var(--header-h));display:flex;align-items:center;background:var(--brand-surface)}
.hero-grid-full::before{content:"";position:absolute;inset:0;z-index:0;background:rgba(250,247,242,.55)}
.hero-container{min-height:inherit;display:grid;align-content:center}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;width:100%;position:relative;z-index:1}
.hero h1{font:800 48px Raleway,sans-serif;color:var(--brand-dark);margin:0 0 8px}
.hero p{font-size:18px;color:#5a544d}
.hero-ctas{display:flex;gap:12px;margin-top:18px}
.hero-img-wrap img{width:100%;height:auto;border-radius:12px;box-shadow:0 6px 24px rgba(0,0,0,.12)}
.hero-copy {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;  /* centers horizontally */
}
@media (max-width:992px){.hero-grid{grid-template-columns:1fr}.hero-img-wrap{margin-top:20px}}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:var(--brand-surface);padding:22px;border-radius:12px;box-shadow:0 2px 18px rgba(0,0,0,.06)}
.card h3{font:700 20px Raleway,sans-serif;color:var(--brand-dark);margin-top:0}
.card ul{margin:12px 0 0;padding-left:18px}
@media (max-width:992px){.cards{grid-template-columns:1fr}}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.steps li{background:var(--brand-surface);border-radius:12px;padding:16px;box-shadow:0 2px 12px rgba(0,0,0,.06)}
@media (max-width:992px){.steps{grid-template-columns:1fr 1fr}}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.gallery img{width:100%;border-radius:10px;display:block;box-shadow:0 2px 12px rgba(0,0,0,.06)}
@media (max-width:992px){.gallery{grid-template-columns:1fr 1fr}}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.price-card{background:var(--brand-surface);padding:22px;border-radius:12px;box-shadow:0 2px 18px rgba(0,0,0,.06);position:relative}
.price-card .price{font:800 28px Raleway,sans-serif;color:var(--brand-dark)}
.price-card.featured{border:2px solid var(--brand-accent)}
.price-card .badge{position:absolute;top:16px;right:16px;background:var(--brand-accent);color:#2e2a25;padding:6px 8px;border-radius:999px;font-size:12px;font-weight:700}
.note{color:#6f6a63;margin-top:10px}
@media (max-width:992px){.price-grid{grid-template-columns:1fr}}
.testimonials{display:grid;grid-template-columns:1fr 1fr;gap:18px}
blockquote{background:var(--brand-surface);padding:18px;border-left:4px solid var(--brand-primary);border-radius:8px}
cite{display:block;margin-top:12px;color:#7c7267}
@media (max-width:992px){.testimonials{grid-template-columns:1fr}}
details{background:var(--brand-surface);padding:16px;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,.06);margin-bottom:10px}
details summary{cursor:pointer;font-weight:600}
details[open]{border:1px solid #e8e4dc}
.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}
.contact-form label{display:block;font-weight:600;margin-top:10px}
.contact-form input,.contact-form textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:16px;background:#fff}
.contact-form .form-note{font-size:13px;color:#7c7267;margin-top:8px}
.contact-info h3{margin-top:0}
@media (max-width:992px){.contact-grid{grid-template-columns:1fr}}
.footer{background:var(--brand-surface);padding:24px 0;border-top:1px solid #e8e4dc}
.footer-grid{display:flex;align-items:center;justify-content:space-between}
.footer a{color:#000;text-decoration:none;margin-left:16px;font-weight:600}

/* Base button appearance for links */
.btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;         /* remove underline */
  line-height: 1.2;
  cursor: pointer;               /* button-like cursor */
  transition: background .2s, color .2s, box-shadow .2s;
}

/* Filled primary button */
.btn.primary {
  background: var(--brand-primary);
  color: #fff;
}
.btn.primary:hover,
.btn.primary:focus {
  background: #6f6254;          /* slightly darker on hover/focus */
  box-shadow: 0 0 0 3px rgba(140,124,107,.25);
}

/* Outline/ghost button */
.btn.ghost {
  border: 2px solid var(--brand-primary);
  color: var(--brand-primary);
  background: transparent;
}
.btn.ghost:hover,
.btn.ghost:focus {
  background: var(--brand-primary);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(140,124,107,.25);
}

/* Keyboard accessibility: visible focus ring */
.btn:focus {
  outline: none;                 /* remove default outline */
  box-shadow: 0 0 0 3px rgba(140,124,107,.35);
}

/* Optional: larger buttons inside hero */
.hero-ctas .btn {
  font-size: 16px;
  padding: 14px 20px;
  margin-right: 12px;
}
.hero-ctas .btn:last-child { margin-right: 0; }

/* Prevent header from covering anchored sections */
section {
  scroll-margin-top: var(--header-h);
}
/* Honeypot: visually hidden but present in DOM */
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  overflow: hidden; opacity: 0;
}