@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

:root {
  --charcoal: #171817;
  --charcoal-soft: #222522;
  --forest: #41563f;
  --timber: #c48a4a;
  --stone: #e5e2da;
  --white: #faf8f3;
  --muted: #a9aaa5;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 1000;
  background: var(--white); color: var(--charcoal); padding: .75rem 1rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 20;
  max-width: var(--max); margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.5rem 2rem; color: var(--white);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; letter-spacing: .12em; }
.brand-mark { width: 42px; fill: var(--timber); }
.brand strong { display: block; font-size: 1rem; }
.brand small { display: block; font-size: .65rem; color: var(--stone); letter-spacing: .35em; }
.site-header nav { display: flex; align-items: center; gap: 1.6rem; }
.site-header nav a { text-decoration: none; font-size: .8rem; font-weight: 600; }
.nav-cta { border: 1px solid rgba(255,255,255,.55); padding: .7rem 1rem; }
.menu-button { display: none; background: transparent; color: white; border: 1px solid rgba(255,255,255,.5); padding: .6rem .8rem; }
.mobile-menu { position: fixed; z-index: 30; top: 76px; right: 1rem; left: 1rem; background: var(--charcoal); color: white; padding: 1rem; }
.mobile-menu a { display: block; padding: .75rem; text-decoration: none; }

.hero {
  min-height: 100svh; position: relative; color: var(--white);
  background: url('assets/flagship-vision.png') center/cover no-repeat;
  display: grid; place-items: center;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,10,.9) 0%, rgba(10,12,10,.66) 42%, rgba(10,12,10,.15) 100%); }
.hero-content { position: relative; z-index: 2; width: min(var(--max), calc(100% - 4rem)); padding-top: 5rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; font-weight: 700; color: var(--timber); }
.hero h1 { font-size: clamp(3.2rem, 7vw, 7rem); line-height: .94; max-width: 850px; margin: 1.2rem 0; letter-spacing: -.05em; }
.hero h1 em { color: var(--timber); font-style: normal; }
.hero-copy { font-size: clamp(1rem, 1.5vw, 1.25rem); max-width: 660px; color: #e7e4dc; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .8rem 1.25rem; border: 0; text-decoration: none; cursor: pointer; font-weight: 700; font-size: .82rem; }
.button-primary { background: var(--timber); color: var(--charcoal); }
.button-secondary { border: 1px solid rgba(255,255,255,.65); color: white; background: rgba(0,0,0,.2); }
.button-light { background: var(--white); color: var(--charcoal); }
.concept-note { margin-top: 1.5rem; max-width: 650px; font-size: .72rem; color: rgba(255,255,255,.65); }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 1.6rem; transform: translateX(-50%); color: white; text-decoration: none; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }

.section { max-width: var(--max); margin: 0 auto; padding: 8rem 2rem; }
.section-label { text-transform: uppercase; letter-spacing: .22em; font-size: .7rem; color: var(--timber); font-weight: 700; margin-bottom: 2rem; }
.intro-grid, .founder-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; }
h2 { font-size: clamp(2.3rem, 4.8vw, 5rem); line-height: 1.05; letter-spacing: -.045em; margin: 0; }
.lead { font-size: 1.35rem; line-height: 1.55; margin-top: 0; }

.feature-image-section { margin: 0 auto; max-width: 1500px; padding: 0 2rem; }
.feature-image-section img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

.experience h2 { max-width: 800px; }
.feature-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #cfcac0; }
.feature-grid article { background: var(--white); padding: 2rem; }
.feature-grid span { color: var(--timber); font-size: .75rem; font-weight: 700; }
.feature-grid h3 { font-size: 1.15rem; margin: 1.3rem 0 .6rem; }
.feature-grid p { font-size: .9rem; color: #555852; }

.vision-panel { background: var(--charcoal); color: var(--white); display: grid; grid-template-columns: 1.25fr .75fr; min-height: 780px; }
.vision-image img { width: 100%; height: 100%; object-fit: cover; }
.vision-copy { padding: clamp(3rem, 7vw, 7rem); align-self: center; }
.vision-copy h2 { font-size: clamp(2.4rem, 4vw, 4.5rem); }
.vision-copy p { color: #c9cbc5; margin: 2rem 0; }
.vision-copy ul { padding-left: 1.2rem; color: var(--stone); }

.founder { background: var(--white); }
blockquote { margin: 0; }
blockquote p { font-size: clamp(1.5rem, 2.4vw, 2.25rem); line-height: 1.45; margin: 0 0 2rem; }
blockquote footer { display: grid; }
blockquote footer span { color: #666; font-size: .85rem; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; }
.split-card { padding: clamp(3rem, 7vw, 7rem); }
.customer-card { background: var(--stone); }
.partner-card { background: var(--forest); color: var(--white); }
.split-card h2 { font-size: clamp(2.3rem, 4vw, 4.5rem); margin-bottom: 1.5rem; }
.enquiry-form { display: grid; gap: 1rem; margin-top: 2.5rem; }
.enquiry-form label { font-size: .78rem; font-weight: 700; display: grid; gap: .4rem; }
.enquiry-form input, .enquiry-form select {
  width: 100%; min-height: 50px; border: 1px solid rgba(0,0,0,.2);
  background: rgba(255,255,255,.9); padding: .75rem; color: var(--charcoal);
}
.form-note { font-size: .7rem; opacity: .7; }

.closing { text-align: center; padding: 9rem 2rem; max-width: 1000px; margin: 0 auto; }
.closing h2 { margin-bottom: 2rem; }
.text-link { color: var(--forest); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.site-footer { background: var(--charcoal); color: var(--white); padding: 3rem max(2rem, calc((100vw - var(--max))/2)); display: flex; justify-content: space-between; gap: 3rem; }
.footer-copy { text-align: right; font-size: .72rem; color: var(--muted); }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .menu-button { display: block; }
  .hero-overlay { background: linear-gradient(0deg, rgba(10,12,10,.92), rgba(10,12,10,.3)); }
  .hero-content { width: calc(100% - 2rem); padding-top: 6rem; }
  .section { padding: 5rem 1.25rem; }
  .intro-grid, .founder-grid, .vision-panel, .split-section { grid-template-columns: 1fr; }
  .intro-grid, .founder-grid { gap: 2rem; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-image-section { padding: 0; }
  .vision-panel { min-height: auto; }
  .vision-image img { max-height: 620px; }
  .site-footer { flex-direction: column; }
  .footer-copy { text-align: left; }
}
@media (max-width: 560px) {
  .site-header { padding: 1rem; }
  .brand strong { font-size: .85rem; }
  .hero h1 { font-size: 3.1rem; }
  .button-row .button { width: 100%; }
  .feature-grid { grid-template-columns: 1fr; }
  .split-card { padding: 4rem 1.25rem; }
}
