
:root {
  --navy: #26384a;
  --navy-deep: #172636;
  --rose: #b97886;
  --rose-dark: #985c69;
  --blush: #f7eef0;
  --cream: #fffaf7;
  --text: #37414b;
  --muted: #68737e;
  --white: #ffffff;
  --line: #e8dfe1;
  --shadow: 0 14px 38px rgba(38, 56, 74, .12);
  --radius: 18px;
  --container: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.65;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link {
  position: fixed; left: 12px; top: -80px; z-index: 1000;
  padding: 10px 16px; background: var(--navy); color: var(--white);
}
.skip-link:focus { top: 12px; }
.topbar {
  background: var(--navy-deep); color: #edf2f5; font-family: Arial, sans-serif;
  font-size: .9rem;
}
.topbar .container {
  min-height: 42px; display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
}
.topbar a { text-decoration: none; }
.site-header {
  background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 100; backdrop-filter: blur(9px);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 220px; }
.brand-mark {
  width: 50px; height: 50px; border-radius: 50%;
  display: grid; place-items: center; background: var(--blush); color: var(--rose-dark);
  font-size: 1.5rem; border: 1px solid #eed8dd;
}
.brand-text strong { display:block; color:var(--navy); font-size:1.24rem; letter-spacing:.04em; }
.brand-text span { display:block; color:var(--rose-dark); font: .72rem Arial,sans-serif; text-transform:uppercase; letter-spacing:.16em; }
.nav-toggle { display:none; background:none; border:0; padding:10px; cursor:pointer; }
.nav-toggle span { display:block; width:27px; height:2px; margin:5px; background:var(--navy); }
.site-nav ul { display:flex; gap:28px; align-items:center; list-style:none; margin:0; padding:0; font-family:Arial,sans-serif; }
.site-nav a { text-decoration:none; color:var(--navy); font-size:.94rem; font-weight:700; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color:var(--rose-dark); }
.nav-cta { padding:12px 18px; border-radius:999px; background:var(--rose); color:var(--white)!important; }
.hero {
  position:relative; min-height:650px; display:grid; align-items:center; overflow:hidden;
  background: linear-gradient(90deg, rgba(23,38,54,.91) 0%, rgba(23,38,54,.78) 47%, rgba(23,38,54,.25) 100%),
              url("../images/hero-home.svg") center/cover no-repeat;
}
.hero-content { max-width:700px; color:var(--white); padding:90px 0; }
.eyebrow { font:700 .78rem Arial,sans-serif; letter-spacing:.18em; text-transform:uppercase; color:#f1cbd3; }
.hero h1, .page-hero h1 { margin:.25em 0; line-height:1.08; font-size:clamp(2.65rem,6vw,5rem); font-weight:400; }
.hero p { max-width:610px; font-size:1.15rem; color:#edf1f4; }
.actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.btn {
  display:inline-flex; justify-content:center; align-items:center; min-height:48px;
  padding:12px 22px; border-radius:999px; border:1px solid transparent;
  font:700 .9rem Arial,sans-serif; text-decoration:none; cursor:pointer;
}
.btn-primary { background:var(--rose); color:var(--white); }
.btn-primary:hover { background:var(--rose-dark); }
.btn-secondary { background:transparent; color:var(--white); border-color:rgba(255,255,255,.55); }
.btn-outline { background:transparent; color:var(--navy); border-color:var(--navy); }
.section { padding:88px 0; }
.section-soft { background:var(--cream); }
.section-blush { background:var(--blush); }
.section-head { max-width:720px; margin:0 auto 42px; text-align:center; }
.section-head h2 { margin:.15em 0 .35em; color:var(--navy); font-size:clamp(2rem,4vw,3rem); font-weight:400; line-height:1.15; }
.section-head p { color:var(--muted); }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.card {
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:30px; box-shadow:0 8px 24px rgba(38,56,74,.06);
}
.card-icon { width:52px; height:52px; border-radius:50%; display:grid; place-items:center; background:var(--blush); color:var(--rose-dark); font-size:1.5rem; }
.card h3 { color:var(--navy); margin:.8em 0 .35em; font-size:1.45rem; font-weight:400; }
.card p { color:var(--muted); margin:0; }
.split { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.media-frame { position:relative; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:#eadfe1; }
.media-frame::after { content:""; position:absolute; inset:14px; border:1px solid rgba(255,255,255,.65); border-radius:12px; pointer-events:none; }
.copy h2 { color:var(--navy); font-size:clamp(2rem,4vw,3rem); line-height:1.15; font-weight:400; }
.copy p, .copy li { color:var(--muted); }
.check-list { list-style:none; padding:0; }
.check-list li { position:relative; padding-left:28px; margin:10px 0; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--rose-dark); font-weight:bold; }
.callout { background:var(--navy); color:var(--white); border-radius:var(--radius); padding:48px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.callout h2 { margin:0; font-weight:400; font-size:clamp(1.8rem,4vw,2.8rem); }
.callout p { color:#d7e0e7; margin:.4em 0 0; }
.page-hero { background:linear-gradient(135deg,var(--navy-deep),var(--navy)); color:var(--white); padding:92px 0 80px; }
.page-hero p { max-width:680px; color:#dce5eb; font-size:1.1rem; }
.breadcrumb { font: .82rem Arial,sans-serif; text-transform:uppercase; letter-spacing:.12em; color:#efcbd3; }
.service-list { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.service-item { display:grid; grid-template-columns:92px 1fr; gap:22px; align-items:start; background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:24px; }
.service-thumb { width:92px; height:92px; border-radius:14px; overflow:hidden; background:var(--blush); }
.service-thumb img { height:100%; object-fit:cover; }
.service-item h2, .service-item h3 { margin:0 0 7px; color:var(--navy); font-weight:400; }
.notice { border-left:4px solid var(--rose); background:var(--blush); padding:20px 22px; border-radius:0 12px 12px 0; color:#5e4c51; }
.contact-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:42px; }
.contact-panel { background:var(--navy); color:var(--white); padding:38px; border-radius:var(--radius); }
.contact-panel h2 { font-weight:400; font-size:2rem; }
.contact-panel p, .contact-panel a { color:#dce5eb; }
.form-card { border:1px solid var(--line); padding:38px; border-radius:var(--radius); box-shadow:var(--shadow); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field { margin-bottom:18px; }
label { display:block; margin-bottom:7px; font:700 .88rem Arial,sans-serif; color:var(--navy); }
input, textarea, select { width:100%; padding:13px 14px; border:1px solid #cfd6da; border-radius:10px; color:var(--text); background:var(--white); }
input:focus, textarea:focus, select:focus { outline:3px solid rgba(185,120,134,.2); border-color:var(--rose); }
.error-message { color:#9d2435; font: .82rem Arial,sans-serif; min-height:1.2em; margin-top:4px; }
.form-status { font-family:Arial,sans-serif; padding:12px; border-radius:10px; background:var(--blush); display:none; }
.site-footer { background:var(--navy-deep); color:#dbe3e9; padding:66px 0 28px; }
.footer-grid { display:grid; grid-template-columns:1.3fr .8fr .9fr; gap:50px; }
.site-footer h2, .site-footer h3 { color:var(--white); font-weight:400; }
.site-footer a { color:#dbe3e9; text-decoration:none; }
.site-footer ul { list-style:none; padding:0; }
.site-footer li { margin:8px 0; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top:44px; padding-top:22px; font: .82rem Arial,sans-serif; color:#aebcc6; }
.not-found { min-height:70vh; display:grid; place-items:center; text-align:center; padding:80px 20px; background:var(--cream); }
.not-found strong { display:block; font-size:clamp(5rem,16vw,10rem); line-height:1; color:var(--rose); opacity:.55; }
.not-found h1 { color:var(--navy); font-size:clamp(2rem,5vw,3.5rem); font-weight:400; }
.audit-note { font-size:.9rem; color:var(--muted); }
@media (max-width: 900px) {
  .nav-toggle { display:block; }
  .site-nav { position:absolute; inset:88px 0 auto; background:var(--white); border-bottom:1px solid var(--line); display:none; }
  .site-nav.open { display:block; }
  .site-nav ul { display:block; padding:18px 20px 28px; }
  .site-nav li { border-bottom:1px solid var(--line); }
  .site-nav a { display:block; padding:14px 8px; }
  .nav-cta { margin-top:10px; text-align:center; }
  .grid-3, .split, .contact-grid, .footer-grid { grid-template-columns:1fr; }
  .split { gap:36px; }
  .service-list { grid-template-columns:1fr; }
  .hero { min-height:570px; background-position:62% center; }
  .callout { display:block; }
  .callout .btn { margin-top:22px; }
}
@media (max-width: 600px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .topbar .container { justify-content:center; text-align:center; }
  .topbar .topbar-right { display:none; }
  .brand-text strong { font-size:1.05rem; }
  .brand-text span { font-size:.62rem; }
  .brand-mark { width:43px; height:43px; }
  .nav-wrap { min-height:76px; }
  .site-nav { inset:76px 0 auto; }
  .hero-content { padding:70px 0; }
  .section { padding:64px 0; }
  .card, .form-card, .contact-panel, .callout { padding:26px; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .service-item { grid-template-columns:1fr; }
  .service-thumb { width:100%; height:190px; }
}
