:root {
  --ink: #18302b;
  --ink-soft: #3d514c;
  --paper: #f5f1e9;
  --paper-deep: #e9e2d5;
  --line: #d8d0c3;
  --accent: #b4643f;
  --white: #fffdf8;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Trebuchet MS', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255, 253, 248, .97); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: flex; flex-direction: column; text-decoration: none; letter-spacing: .14em; font-size: .72rem; font-weight: 700; }
.site-header .brand { display: block; line-height: 0; }
.site-header .brand img { display: block; width: 150px; height: auto; }
.brand span { color: var(--accent); font-size: .62rem; letter-spacing: .2em; margin-top: 2px; }
.nav-links { display: flex; gap: 28px; align-items: center; font-size: .82rem; }
.nav-links a { text-decoration: none; color: var(--ink-soft); }
.nav-links a:hover, .nav-links a.active { color: var(--accent); }
.nav-cta { border: 1px solid var(--ink); padding: 9px 15px; }
.menu-toggle { display: none; background: none; border: 0; color: var(--ink); font-size: 1.6rem; }
.hero { min-height: 620px; display: grid; align-items: end; position: relative; color: var(--white); background: linear-gradient(90deg, rgba(24,48,43,.9), rgba(24,48,43,.26)), url('images/home-hero.jpg') center/cover; }
.hero-content { padding: 100px 0 76px; max-width: 720px; }
.eyebrow { color: var(--accent); letter-spacing: .2em; text-transform: uppercase; font-size: .7rem; font-weight: 700; }
.hero .eyebrow { color: #eeb294; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.08; margin: 0 0 20px; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); letter-spacing: -.03em; }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: 1.65rem; }
.lead { font-size: 1.17rem; max-width: 620px; }
.button { display: inline-block; margin-top: 18px; padding: 13px 21px; text-decoration: none; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; border: 1px solid var(--ink); }
.button-dark { color: var(--white); border-color: var(--white); }
.button-accent { color: var(--white); background: var(--accent); border-color: var(--accent); }
.section { padding: 108px 0; }
.section-muted { background: var(--paper-deep); }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.rule { width: 70px; height: 2px; background: var(--accent); margin: 26px 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin-top: 48px; }
.service-card { background: var(--paper); padding: 34px; min-height: 250px; }
.service-card p { color: var(--ink-soft); }
.card-link { color: var(--accent); text-decoration: none; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.feature-image { min-height: 450px; background: url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1200&q=85') center/cover; }
.map-frame { min-height: 360px; margin-top: 34px; border: 1px solid var(--line); background: var(--paper); }
.map-frame iframe { display: block; width: 100%; height: 360px; border: 0; }
.enquiry-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.form-embed { min-height: 480px; border: 1px solid var(--line); background: var(--white); overflow: hidden; }
.form-embed iframe { display: block; width: 100%; height: 720px; border: 0; }
.page-hero { padding: 92px 0 80px; background: var(--ink); color: var(--white); }
.page-hero h1 { max-width: 800px; font-size: clamp(3rem, 6vw, 5.8rem); }
.page-hero .lead { color: #d8e0da; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.numbered { border-top: 1px solid var(--line); }
.numbered article { display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.number { color: var(--accent); font-family: var(--serif); font-size: 1.5rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font: inherit; }
textarea { min-height: 150px; resize: vertical; }
.full { grid-column: 1 / -1; }
.site-footer { background: var(--ink); color: var(--white); padding: 58px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; padding-bottom: 50px; }
.site-footer p, .site-footer a { color: #c5d0c8; }
.site-footer a { text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.2); padding-top: 20px; color: #aabbb0; font-size: .78rem; }
.reveal { animation: rise .7s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (max-width: 760px) {
  .container { width: min(100% - 32px, 600px); }
  .nav { min-height: 68px; }
  .site-header .brand img { width: 124px; }
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 68px; padding: 18px 16px 24px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 14px; }
  .nav-links.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: 650px; }
  .hero-content { padding: 70px 0 55px; }
  .intro-grid, .two-col, .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .enquiry-layout { grid-template-columns: 1fr; gap: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .feature-image { min-height: 300px; }
  .form-grid { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
}
