@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --c-bg: #fafaf8;
  --c-bg-alt: #f4f3ef;
  --c-text: #1a1a18;
  --c-muted: #6b6b66;
  --c-faint: #c8c7c0;
  --c-border: rgba(26,26,24,0.12);
  --c-border-med: rgba(26,26,24,0.22);
  --f-serif: 'Cormorant Garamond', Georgia, serif;
  --f-sans: 'DM Sans', system-ui, sans-serif;
  --max: 960px;
  --pad: 48px;
}

html { font-size: 16px; -webkit-font-smoothing: antialiased; }
body { background: var(--c-bg); color: var(--c-text); font-family: var(--f-sans); font-weight: 300; line-height: 1.6; }

a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { display: block; max-width: 100%; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }

/* ── NAV ── */
.site-nav { border-bottom: 0.5px solid var(--c-border); }
.site-nav .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 26px; padding-bottom: 26px; }

.nav-logo .mark { font-family: var(--f-sans); font-size: 15px; font-weight: 500; letter-spacing: 0.24em; }
.nav-logo .sub  { font-size: 10px; font-weight: 300; letter-spacing: 0.1em; color: var(--c-muted); margin-top: 3px; }

.nav-links { display: flex; gap: 32px; }
.nav-links a { font-size: 12px; font-weight: 400; color: var(--c-muted); letter-spacing: 0.05em; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--c-text); }

.nav-cta { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; padding: 9px 22px; border: 0.5px solid var(--c-border-med); transition: background 0.2s; }
.nav-cta:hover { background: var(--c-bg-alt); }

/* ── HERO ── */
.hero { padding: 88px 0 72px; position: relative; overflow: hidden; }
.hero-watermark {
  position: absolute; right: calc(var(--pad) - 24px); top: 32px;
  font-family: var(--f-serif); font-size: 200px; font-weight: 300;
  color: var(--c-faint); opacity: 0.35; line-height: 1;
  pointer-events: none; letter-spacing: -0.04em; user-select: none;
}
.hero-eyebrow { font-size: 10px; letter-spacing: 0.2em; color: var(--c-muted); font-weight: 500; text-transform: uppercase; margin-bottom: 28px; }
.hero h1 { font-family: var(--f-serif); font-weight: 300; font-size: 64px; line-height: 1.05; letter-spacing: -0.02em; max-width: 560px; position: relative; z-index: 1; }
.hero h1 em { font-style: italic; }
.hero-body { font-size: 15px; line-height: 1.85; color: var(--c-muted); font-weight: 300; max-width: 440px; margin: 32px 0 44px; }
.hero-actions { display: flex; gap: 28px; align-items: center; }
.btn { display: inline-block; font-size: 12px; font-weight: 500; letter-spacing: 0.1em; padding: 12px 28px; border: 0.5px solid var(--c-border-med); transition: background 0.2s; }
.btn:hover { background: var(--c-bg-alt); }
.btn-ghost { font-size: 12px; font-weight: 400; color: var(--c-muted); letter-spacing: 0.04em; display: flex; align-items: center; gap: 6px; transition: color 0.2s; }
.btn-ghost:hover { color: var(--c-text); }

/* ── RULE ── */
.rule { height: 0.5px; background: var(--c-border); }
.rule-full { height: 0.5px; background: var(--c-border); margin: 0; }

/* ── STATS BAR ── */
.stats-bar .wrap { display: flex; padding-top: 32px; padding-bottom: 32px; gap: 0; }
.stat { flex: 1; padding-left: 24px; border-left: 0.5px solid var(--c-border); }
.stat:first-child { padding-left: 0; border-left: none; }
.stat-n { font-family: var(--f-serif); font-size: 34px; font-weight: 300; line-height: 1; margin-bottom: 5px; }
.stat-l { font-size: 11px; color: var(--c-muted); font-weight: 300; letter-spacing: 0.03em; line-height: 1.45; }

/* ── SECTION HEADER ── */
.section-header { padding: 72px 0 40px; }
.eyebrow { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-muted); font-weight: 500; margin-bottom: 16px; }
.section-header h2 { font-family: var(--f-serif); font-weight: 300; font-size: 40px; line-height: 1.12; }
.section-header h2 em { font-style: italic; }

/* ── SERVICES GRID ── */
.services-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 0.5px solid var(--c-border); margin-bottom: 80px; }
.service-card { padding: 32px 0; border-bottom: 0.5px solid var(--c-border); }
.service-card:nth-child(odd)  { padding-right: 40px; border-right: 0.5px solid var(--c-border); }
.service-card:nth-child(even) { padding-left: 40px; }
.service-card:nth-last-child(-n+2) { border-bottom: none; }
.svc-num { font-family: var(--f-serif); font-size: 11px; color: var(--c-muted); letter-spacing: 0.16em; margin-bottom: 14px; font-weight: 300; }
.service-card h3 { font-size: 14px; font-weight: 500; margin-bottom: 10px; letter-spacing: 0.02em; line-height: 1.35; }
.service-card p { font-size: 13px; line-height: 1.8; color: var(--c-muted); font-weight: 300; }

/* ── ALT BG SECTION ── */
.bg-alt { background: var(--c-bg-alt); }

/* ── DIFFERENCE ── */
.difference .wrap { display: grid; grid-template-columns: 260px 1fr; gap: 80px; padding-top: 72px; padding-bottom: 72px; }
.diff-left h2 { font-family: var(--f-serif); font-size: 38px; font-weight: 300; line-height: 1.12; }
.diff-left h2 em { font-style: italic; }
.diff-left p { font-size: 13px; line-height: 1.85; color: var(--c-muted); font-weight: 300; margin-top: 20px; }
.diff-points {}
.diff-point { padding: 22px 0; border-bottom: 0.5px solid var(--c-border); display: grid; grid-template-columns: 168px 1fr; gap: 28px; align-items: start; }
.diff-point:first-child { border-top: 0.5px solid var(--c-border); }
.diff-label { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--c-muted); font-weight: 500; padding-top: 2px; line-height: 1.5; }
.diff-point p { font-size: 13px; line-height: 1.8; color: var(--c-text); font-weight: 300; }

/* ── ABOUT PAGE ── */
.about-intro .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; padding-top: 80px; padding-bottom: 72px; }
.about-intro-left h1 { font-family: var(--f-serif); font-weight: 300; font-size: 56px; line-height: 1.06; letter-spacing: -0.01em; }
.about-intro-left h1 em { font-style: italic; }
.about-intro-left p { font-size: 15px; line-height: 1.85; color: var(--c-muted); font-weight: 300; margin-top: 28px; }
.about-intro-right { padding-top: 8px; }
.about-pull { font-family: var(--f-serif); font-size: 24px; font-weight: 300; line-height: 1.4; font-style: italic; color: var(--c-text); border-left: 0.5px solid var(--c-border-med); padding-left: 28px; margin-bottom: 32px; }
.about-body p { font-size: 14px; line-height: 1.9; color: var(--c-muted); font-weight: 300; margin-bottom: 18px; }
.about-body p:last-child { margin-bottom: 0; }

/* ── BIO CARDS ── */
.bios { padding: 72px 0; }
.bios h2 { font-family: var(--f-serif); font-weight: 300; font-size: 38px; line-height: 1.12; margin-bottom: 56px; }
.bios h2 em { font-style: italic; }
.bio { display: grid; grid-template-columns: 220px 1fr; gap: 64px; padding: 56px 0; border-top: 0.5px solid var(--c-border); }
.bio:last-child { border-bottom: 0.5px solid var(--c-border); }
.bio-meta {}
.bio-name { font-size: 18px; font-weight: 500; letter-spacing: 0.02em; margin-bottom: 6px; }
.bio-title { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--c-muted); font-weight: 500; margin-bottom: 24px; }
.bio-tags { display: flex; flex-direction: column; gap: 8px; }
.bio-tag { font-size: 11px; color: var(--c-muted); font-weight: 300; letter-spacing: 0.04em; padding-left: 12px; border-left: 0.5px solid var(--c-border-med); line-height: 1.4; }
.bio-content {}
.bio-lead { font-family: var(--f-serif); font-size: 20px; font-weight: 300; line-height: 1.5; color: var(--c-text); margin-bottom: 24px; font-style: italic; }
.bio-content p { font-size: 14px; line-height: 1.9; color: var(--c-muted); font-weight: 300; margin-bottom: 16px; }
.bio-content p:last-child { margin-bottom: 0; }
.bio-content strong { font-weight: 500; color: var(--c-text); }

/* ── VALUES ── */
.values { padding: 72px 0; }
.values-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 0.5px solid var(--c-border); }
.value { padding: 32px 32px 32px 0; border-right: 0.5px solid var(--c-border); }
.value:last-child { border-right: none; padding-right: 0; padding-left: 32px; }
.value:nth-child(2) { padding-left: 32px; }
.value-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-muted); font-weight: 500; margin-bottom: 14px; }
.value p { font-size: 13px; line-height: 1.8; color: var(--c-muted); font-weight: 300; }

/* ── CONTACT / ENQUIRY ── */
.enquiry .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; padding-top: 72px; padding-bottom: 72px; }
.enq-left h2 { font-family: var(--f-serif); font-weight: 300; font-size: 40px; line-height: 1.1; }
.enq-left h2 em { font-style: italic; }
.enq-left p { font-size: 14px; line-height: 1.85; color: var(--c-muted); font-weight: 300; margin-top: 22px; }
.enq-right { padding-top: 4px; display: flex; flex-direction: column; gap: 28px; }
.enq-item-label { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-muted); font-weight: 500; margin-bottom: 6px; }
.enq-item-val { font-size: 14px; font-weight: 300; }
.enq-note { font-size: 12px; color: var(--c-muted); font-weight: 300; line-height: 1.7; border-left: 0.5px solid var(--c-border-med); padding-left: 16px; }

/* ── PAGE HERO (inner pages) ── */
.page-hero { padding: 72px 0 56px; border-bottom: 0.5px solid var(--c-border); }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 { font-family: var(--f-serif); font-weight: 300; font-size: 56px; line-height: 1.06; letter-spacing: -0.01em; }
.page-hero h1 em { font-style: italic; }
.page-hero p { font-size: 15px; line-height: 1.85; color: var(--c-muted); font-weight: 300; max-width: 520px; margin-top: 24px; }

/* ── FOOTER ── */
.site-footer { border-top: 0.5px solid var(--c-border); }
.site-footer .wrap { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; padding-bottom: 24px; }
.footer-copy { font-size: 11px; color: var(--c-muted); font-weight: 300; letter-spacing: 0.03em; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 11px; color: var(--c-muted); letter-spacing: 0.03em; transition: color 0.2s; }
.footer-links a:hover { color: var(--c-text); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  :root { --pad: 24px; }
  .nav-links { display: none; }
  .hero h1 { font-size: 44px; }
  .hero-watermark { font-size: 120px; opacity: 0.2; }
  .stats-bar .wrap { flex-wrap: wrap; gap: 24px; }
  .stat { flex: 0 0 calc(50% - 12px); border-left: none; padding-left: 0; border-top: 0.5px solid var(--c-border); padding-top: 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(odd) { padding-right: 0; border-right: none; }
  .service-card:nth-child(even) { padding-left: 0; }
  .service-card:nth-last-child(-n+2) { border-bottom: 0.5px solid var(--c-border); }
  .service-card:last-child { border-bottom: none; }
  .difference .wrap { grid-template-columns: 1fr; gap: 40px; }
  .diff-point { grid-template-columns: 1fr; gap: 8px; }
  .about-intro .wrap { grid-template-columns: 1fr; gap: 40px; }
  .about-intro-left h1 { font-size: 40px; }
  .bio { grid-template-columns: 1fr; gap: 32px; }
  .values-inner { grid-template-columns: 1fr; }
  .value { border-right: none; padding: 28px 0; border-bottom: 0.5px solid var(--c-border); }
  .value:last-child { border-bottom: none; padding-left: 0; }
  .value:nth-child(2) { padding-left: 0; }
  .enquiry .wrap { grid-template-columns: 1fr; gap: 40px; }
  .page-hero h1 { font-size: 40px; }
  .section-header h2 { font-size: 32px; }
}
