*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #EDE6D6; color: #283944; font-family: "Open Sans", sans-serif; font-weight: 300; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 64px;
  background: rgba(40,57,68,0.45);
  transition: background 0.4s, border-bottom 0.4s;
}
.egg-img { filter: brightness(0) invert(1); }
.wordmark { color: #F7F7F5; }
.logo a:hover .wordmark { color: #C9A227; }
.logo a:hover .egg-img {
  filter: brightness(0) invert(60%) sepia(100%) saturate(400%) hue-rotate(8deg) brightness(68%) saturate(150%);
}
nav ul { list-style: none; display: flex; gap: 44px; }
nav ul li a {
  font-size: 11px; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; text-decoration: none;
  color: rgba(247,247,245,0.8); transition: color 0.2s;
}
nav ul li a:hover { color: #C9A227; }
.nav-cta {
  font-size: 11px; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; text-decoration: none;
  color: #C9A227;
  border: 0.5px solid #C9A227;
  padding: 10px 24px; transition: all 0.2s;
}
.nav-cta:hover { background: rgba(0,0,0,0.2); color: #F7F7F5; border-color: #F7F7F5; }
.cta-short { display: none; }
.nav-right { display: flex; align-items: center; gap: 12px; }

/* HERO */
.hero {
  position: relative;
  height: 100vh; height: 100dvh;
  min-height: 480px;
  display: flex; align-items: flex-end; overflow: hidden;
}
.hero picture { position: absolute; inset: 0; }
.hero img.hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 38%;
}
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.18); }
.hero-content { position: relative; z-index: 2; padding: 0 64px 80px; max-width: 660px; }
.hero-eyebrow {
  font-size: 11px; font-weight: 500; letter-spacing: 0.22em;
  text-transform: uppercase; color: #C9A227;
  margin-bottom: 18px; display: flex; align-items: center; gap: 14px;
}
.hero-eyebrow::before { content: ""; display: block; width: 28px; height: 0.5px; background: #C9A227; }
.hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 64px; font-weight: 400; line-height: 1.05;
  letter-spacing: -0.01em; color: #F7F7F5; margin-bottom: 22px;
}
.hero h1 em { font-style: italic; font-weight: 300; }
.hero-sub {
  font-size: 15px; font-weight: 300; line-height: 1.75;
  color: rgba(247,247,245,0.82); margin-bottom: 36px; max-width: 440px;
}
.btn-outline-light {
  display: inline-block; font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none;
  padding: 14px 36px; color: #F7F7F5;
  border: 0.5px solid rgba(247,247,245,0.55); transition: all 0.2s;
}
.btn-outline-light:hover { border-color: #C9A227; color: #C9A227; }

/* INTRO */
.intro {
  background: #EDE6D6; padding: 96px 64px;
  display: grid; grid-template-columns: 180px 1fr 180px;
  gap: 80px; align-items: start;
}
.section-label {
  font-size: 12px; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: #283944; padding-top: 8px; line-height: 1.6;
}
.intro h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 38px; font-weight: 500; line-height: 1.25;
  color: #2E6663; margin-bottom: 28px;
}
.intro h2 em { font-style: italic; }
.intro p {
  font-size: 16px; font-weight: 300; line-height: 1.9;
  color: rgba(40,57,68,0.88); margin-bottom: 16px;
}
.intro p:last-child { margin-bottom: 0; }

/* GOLD RULE */
.gold-rule { margin: 0 64px; height: 1px; background: #C9A227; opacity: 0.35; }

/* PILLARS */
.pillars { background: #EDE9E3; padding: 48px 64px 80px; }
.pillars-eyebrow {
  font-size: 12px; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: #283944; margin-bottom: 28px;
}
.pillars-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #CFCBC6; }
.pillar { background: #EDE9E3; padding: 40px 28px 36px; }
.pillar-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 29px; font-weight: 500; letter-spacing: 0.05em;
  color: #C9A227; margin-bottom: 14px;
}
.pillar h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px; font-weight: 500; line-height: 1.2;
  color: #2E6663; margin-bottom: 14px;
}
.pillar p { font-size: 13px; font-weight: 400; line-height: 1.8; color: rgba(40,57,68,0.68); }

/* TERTIARY READINESS */
.tertiary {
  background: #EDE9E3; padding: 96px 64px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: center;
}
.tertiary-left h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px; font-weight: 500; line-height: 1.2;
  color: #2E6663; margin-bottom: 24px;
}
.tertiary-left h2 em { font-style: italic; }
.tertiary-left p {
  font-size: 15px; font-weight: 300; line-height: 1.85;
  color: rgba(40,57,68,0.78); margin-bottom: 16px;
}
.tertiary-left p:last-child { margin-bottom: 0; }
.tertiary-right { display: flex; flex-direction: column; gap: 28px; }
.tertiary-point { border-left: 0.5px solid #C9A227; padding-left: 24px; }
.tertiary-point h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px; font-weight: 300; color: #283944; margin-bottom: 8px;
}
.tertiary-point p { font-size: 14px; font-weight: 300; line-height: 1.75; color: rgba(40,57,68,0.78); }

/* FUTURE OF WORK / STATEMENT */
.statement {
  background: #283944; padding: 100px 64px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: center;
}
.statement h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px; font-weight: 500; line-height: 1.15;
  color: #F7F7F5; font-style: italic;
}
.statement h2 strong { font-style: normal; font-weight: 500; display: block; margin-bottom: 4px; }
.statement-right .gold-bar { width: 36px; height: 0.5px; background: #C9A227; margin-bottom: 32px; }
.statement-right p {
  font-size: 15px; font-weight: 300; line-height: 1.85;
  color: rgba(247,247,245,0.72); margin-bottom: 18px;
}
.statement-right p:last-of-type { margin-bottom: 36px; }
.btn-ghost {
  display: inline-block; font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none;
  padding: 12px 28px; color: #C9A227;
  border: 0.5px solid #C9A227; transition: all 0.2s;
}
.btn-ghost:hover { color: #F7F7F5; border-color: #F7F7F5; }

/* APPROACH */
.approach {
  background: #F7F7F5; padding: 96px 64px;
  display: grid; grid-template-columns: 3fr 2fr; gap: 80px; align-items: center;
}
.approach h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px; font-weight: 500; line-height: 1.25;
  color: #2E6663; margin-bottom: 28px;
}
.approach h2 em { font-style: italic; }
.approach-body p {
  font-size: 15px; font-weight: 400; line-height: 1.85;
  color: rgba(40,57,68,0.78); margin-bottom: 16px;
}
.approach-body p:last-child { margin-bottom: 0; }
.approach-aside { padding-top: 8px; }
.pull-quote { border-left: 0.5px solid #C9A227; padding-left: 28px; margin-bottom: 40px; }
.pull-quote p {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px; font-weight: 400; font-style: italic;
  line-height: 1.5; color: rgba(40,57,68,0.8);
}
.aside-note {
  font-size: 13px; font-weight: 300; line-height: 1.8;
  color: rgba(40,57,68,0.75); border-top: 0.5px solid #CFCBC6; padding-top: 24px;
}

/* ENQUIRE STRIP */
.enquire-strip {
  background: #EDE6D6; padding: 80px 64px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 32px; text-align: center;
  border-top: 0.5px solid #CFCBC6;
}
.enquire-strip h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 38px; font-weight: 400; line-height: 1.2; color: #2E6663;
}
.enquire-strip h2 em { font-style: italic; }
.enquire-strip .btn-ghost { background: #283944; border-color: transparent; }
.enquire-strip .btn-ghost:hover { background: #1a2830; }
.mobile-br { display: none; }
.btn-dark {
  display: inline-block; font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none;
  padding: 16px 40px; background: #283944; color: #F7F7F5;
  white-space: nowrap; transition: background 0.2s;
}
.btn-dark:hover { background: #1a2830; color: #C9A227; }

/* INLINE BODY LINKS */
section a:not([class]) { color: #2E6663; text-decoration: none; font-weight: 500; letter-spacing: 0; transition: color 0.2s; }
section a:not([class]):hover { color: #C9A227; }

/* SECTION LINK — contextual inner-page navigation */
.section-link {
  display: inline-block;
  font-size: 12px; font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; text-decoration: none;
  color: #2E6663; transition: color 0.2s;
  margin-top: 28px;
}
.section-link:hover { color: #C9A227; }

/* FOOTER */
footer { background: #283944; padding: 56px 64px 40px; }
.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 48px;
}
.footer-logo { display: flex; flex-direction: column; gap: 8px; }
.footer-wordmark { display: flex; align-items: center; gap: 9px; }
.footer-tagline {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px; font-style: italic; font-weight: 300;
  color: rgba(247,247,245,0.35); letter-spacing: 0.08em;
}
.footer-sitemap { display: flex; gap: 40px; }
.footer-sitemap-col h5 {
  font-size: 10px; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(247,247,245,0.3);
  margin-bottom: 14px;
}
.footer-sitemap-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links {
  font-size: 12px; font-weight: 400; letter-spacing: 0.04em;
  text-decoration: none;
  color: rgba(247,247,245,0.45); transition: color 0.2s;
}
.footer-links:hover { color: #C9A227; }
.footer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.footer-copy { font-size: 11px; font-weight: 300; letter-spacing: 0.04em; color: rgba(247,247,245,0.3); }

/* HAMBURGER (desktop: hidden) */
.nav-hamburger {
  display: none; flex-direction: column; justify-content: center;
  gap: 5px; cursor: pointer; background: none; border: none; padding: 14px 8px;
}
.nav-hamburger span {
  display: block; width: 22px; height: 1px;
  background: rgba(247,247,245,0.85); transition: background 0.2s;
}
nav.scrolled .nav-hamburger span { background: rgba(247,247,245,0.85); }

/* MOBILE NAV OVERLAY */
.nav-mobile {
  display: none; position: fixed;
  top: 72px; left: 0; right: 0; z-index: 199;
  background: rgba(247,247,245,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 0.5px solid rgba(207,203,198,0.4);
  flex-direction: column; align-items: flex-start;
  padding: 1.2rem 24px 1.6rem;
  gap: 1rem;
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  font-size: 11px; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; text-decoration: none;
  color: #283944; transition: color 0.2s;
}
.nav-mobile a:hover { color: #C9A227; }
.nav-mobile .nav-mobile-cta {
  margin-top: 6px; padding: 10px 24px;
  border: 0.5px solid rgba(40,57,68,0.35);
  color: #283944;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ≤900px */
@media (max-width: 900px) {
  nav { padding: 20px 40px; }
  nav.scrolled { padding: 14px 40px; }
  nav ul { gap: 28px; }
}

/* ≤768px */
@media (max-width: 768px) {
  nav ul { display: none; }
  .nav-hamburger { display: flex; }

  .hero { height: 82vh; height: 82dvh; min-height: 560px; padding-top: 80px; }
  .hero img.hero-img { object-position: 68% 38%; }
  .hero-overlay { background: rgba(0,0,0,0.37); }
  .hero-content { padding: 0 40px 64px; max-width: 100%; }
  .hero h1 { font-size: 52px; }

  .intro { padding: 72px 40px; grid-template-columns: 1fr; gap: 12px; }
  .intro h2 { font-size: 30px; }
  .gold-rule { margin: 0 40px; }

  .pillars { padding: 64px 40px; }
  .pillars-grid { grid-template-columns: repeat(2,1fr); }

  .tertiary { padding: 72px 40px; grid-template-columns: 1fr; gap: 48px; }
  .tertiary-left h2 { font-size: 34px; }

  .statement { padding: 80px 40px; grid-template-columns: 1fr; gap: 40px; }
  .statement h2 { font-size: 38px; }

  .approach { padding: 72px 40px; grid-template-columns: 1fr; gap: 40px; }
  .approach h2 { font-size: 34px; }

  .enquire-strip { padding: 64px 40px; flex-direction: column; align-items: center; text-align: center; gap: 28px; }
  .enquire-strip h2 { font-size: 32px; }

  footer { padding: 48px 40px 36px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-right { align-items: flex-start; }
  .footer-sitemap { flex-wrap: wrap; gap: 32px 40px; }
  .footer-sitemap-col { flex: 0 0 calc(50% - 20px); }
}

/* ≤600px */
@media (max-width: 600px) {
  nav { padding: 18px 24px; }
  nav.scrolled { padding: 12px 24px; }
  .nav-hamburger { margin-right: 30px; }
  .cta-full { display: none; }
  .cta-short { display: inline; }
  .nav-cta { font-size: 10px; padding: 8px 14px; }

  .hero { height: 78vh; height: 78dvh; min-height: 520px; padding-top: 80px; }
  .hero img.hero-img { object-position: 85% 30%; }
  .hero-overlay { background: rgba(0,0,0,0.48); }
  .hero-content { padding: 0 24px 56px; max-width: 100%; }
  .hero h1 { font-size: 38px; }
  .hero-sub { font-size: 14px; max-width: 100%; }

  .intro { padding: 52px 24px; }
  .intro h2 { font-size: 28px; }
  .gold-rule { margin: 0 24px; }

  .pillars { padding: 52px 24px; }
  .pillars-grid { grid-template-columns: 1fr; }

  .tertiary { padding: 52px 24px; gap: 40px; }
  .tertiary-left h2 { font-size: 30px; }

  .statement { padding: 60px 24px; }
  .statement h2 { font-size: 32px; }

  .approach { padding: 52px 24px; }
  .approach h2 { font-size: 30px; }

  .enquire-strip { padding: 52px 24px; align-items: center; text-align: center; }
  .enquire-strip h2 { font-size: 28px; }
  .mobile-br { display: block; }

  footer { padding: 40px 24px 32px; }
  .footer-inner { gap: 28px; }
  .footer-sitemap-col { flex: 0 0 100%; }
}

/* PAGE TITLE BAND */
.page-title-band { background: #283944; padding: 120px 64px 72px; }
.page-eyebrow {
  font-size: 11px; font-weight: 500; letter-spacing: 0.22em;
  text-transform: uppercase; color: #C9A227;
  margin-bottom: 20px; display: flex; align-items: center; gap: 14px;
}
.page-eyebrow::before { content: ""; display: block; width: 28px; height: 0.5px; background: #C9A227; }
.page-title-band h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px; font-weight: 400; line-height: 1.1;
  letter-spacing: -0.01em; color: #F7F7F5; max-width: 680px;
}
.page-title-band h1 em { font-style: italic; font-weight: 300; }

/* PAGE BODY — label + long-form content */
.page-body {
  background: #EDE6D6; padding: 96px 64px;
  display: grid; grid-template-columns: 180px 1fr;
  gap: 80px; align-items: start;
}
.page-body h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px; font-weight: 500; line-height: 1.25;
  color: #2E6663; margin-bottom: 28px;
}
.page-body h2 em { font-style: italic; }
.page-body p {
  font-size: 16px; font-weight: 300; line-height: 1.9;
  color: rgba(40,57,68,0.88); margin-bottom: 20px;
}
.page-body p:last-child { margin-bottom: 0; }

/* ENQUIRE PAGE CTA BLOCK */
.enquire-cta-block {
  background: #EDE6D6; padding: 96px 64px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.enquire-cta-block .intro-p {
  font-size: 17px; font-weight: 300; line-height: 1.9;
  color: rgba(40,57,68,0.78); margin-bottom: 52px; max-width: 520px;
}
.btn-enquire {
  display: inline-block; font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none;
  padding: 20px 56px; background: #283944; color: #F7F7F5;
  margin-bottom: 20px; transition: background 0.2s;
}
.btn-enquire:hover { background: #1a2830; color: #C9A227; }
.enquire-secondary-link {
  font-size: 12px; font-weight: 300; letter-spacing: 0.1em;
  color: rgba(40,57,68,0.5); text-decoration: none; transition: color 0.2s;
  display: inline-block; margin-bottom: 52px;
}
.enquire-secondary-link:hover { color: #C9A227; }
.enquire-contact-details {
  padding-top: 36px; border-top: 0.5px solid #CFCBC6;
  width: 100%; max-width: 320px;
  display: flex; flex-direction: column; gap: 6px; align-items: center;
}
.enquire-contact-details p {
  font-size: 13px; font-weight: 300; line-height: 1.7;
  color: rgba(40,57,68,0.5); margin-bottom: 0;
}

@media (max-width: 768px) {
  .page-title-band { padding: 100px 40px 56px; }
  .page-title-band h1 { font-size: 40px; }
  .page-body { padding: 72px 40px; grid-template-columns: 1fr; gap: 12px; }
  .page-body h2 { font-size: 32px; }
  .enquire-cta-block { padding: 72px 40px; }
}
@media (max-width: 600px) {
  .page-title-band { padding: 96px 24px 48px; }
  .page-title-band h1 { font-size: 34px; }
  .page-body { padding: 52px 24px; }
  .page-body h2 { font-size: 28px; }
  .enquire-cta-block { padding: 52px 24px; }
  .btn-enquire { padding: 18px 36px; }
}
