html { -webkit-text-size-adjust: 100%; }

* { box-sizing: border-box; }

body {
  margin: 0;
  background: #f8f5ee;
  color: #14202f;
  font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}

a {
  color: #8d6d31;
  text-decoration: none;
  border-bottom: 1px solid rgba(141, 109, 49, 0.35);
  transition: border-color 160ms ease, color 160ms ease;
}

a:hover {
  color: #14202f;
  border-bottom-color: rgba(20, 32, 47, 0.5);
}

input, textarea, button { font: inherit; color: inherit; }

input::placeholder, textarea::placeholder { color: #9aa0a8; }

::selection { background: rgba(157, 124, 62, 0.22); }

html { scroll-behavior: smooth; }

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: clamp(24px, 5vw, 48px);
  padding-right: clamp(24px, 5vw, 48px);
}

.eyebrow {
  margin: 0;
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8d6d31;
}

h1, h2, h3 {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  color: #14202f;
}

.button {
  display: inline-block;
  padding: 17px 32px;
  background: #9c7c3e;
  color: #f8f5ee;
  border: none;
  border-bottom: none;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 180ms ease;
}

.button:hover {
  background: #86682f;
  color: #f8f5ee;
}

/* Header */

.site-header { border-bottom: 1px solid #e2dbcb; }

.header-inner {
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}

.brand { display: flex; align-items: center; gap: 14px; }

.brand-name {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 22px;
  letter-spacing: 0.06em;
  color: #14202f;
}

.site-nav { display: flex; gap: clamp(18px, 3vw, 34px); align-items: center; }

.site-nav a {
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4c5663;
  border-bottom: none;
}

.site-nav a:hover { color: #14202f; }

/* Hero */

.hero {
  padding-top: clamp(72px, 12vh, 150px);
  padding-bottom: clamp(64px, 10vh, 120px);
}

.hero-eyebrow { margin-bottom: clamp(26px, 4vh, 40px); font-size: 12.5px; }

.hero h1 {
  margin: 0;
  max-width: 20ch;
  font-size: clamp(2.5rem, 6.2vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.hero-sub {
  margin: clamp(26px, 4vh, 38px) 0 0;
  max-width: 54ch;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.7;
  color: #4c5663;
}

.hero-cta {
  margin-top: clamp(36px, 5vh, 52px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.hero-note { font-size: 13.5px; letter-spacing: 0.02em; color: #6b7480; }

/* Situations band */

.situations { border-top: 1px solid #e2dbcb; border-bottom: 1px solid #e2dbcb; }

.situations-inner {
  padding-top: clamp(48px, 7vh, 76px);
  padding-bottom: clamp(48px, 7vh, 76px);
}

.situations-eyebrow { margin-bottom: clamp(28px, 4vh, 40px); }

.situations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: clamp(28px, 4vw, 56px);
}

.situation {
  margin: 0;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  line-height: 1.45;
  color: #14202f;
}

/* Services */

.services {
  padding-top: clamp(72px, 11vh, 130px);
  padding-bottom: clamp(72px, 11vh, 130px);
}

.services h2 {
  margin: 0 0 clamp(40px, 6vh, 64px);
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  line-height: 1.2;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(24px, 3vw, 40px);
}

.service-card {
  border: 1px solid #ded6c5;
  background: #fdfbf5;
  padding: clamp(30px, 3.6vw, 46px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-card h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.2;
}

.service-body { margin: 0; font-size: 1rem; line-height: 1.75; color: #4c5663; }

.service-note {
  margin: auto 0 0;
  padding-top: 8px;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  color: #6b7480;
}

/* Proof band */

.proof { background: #101a27; color: #f4f1e8; }

.proof-inner {
  padding-top: clamp(64px, 10vh, 110px);
  padding-bottom: clamp(64px, 10vh, 110px);
}

.proof-eyebrow { margin-bottom: clamp(40px, 6vh, 60px); color: #b9964f; }

.proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 1fr));
  gap: clamp(34px, 4.5vw, 56px);
}

.proof-item { display: flex; flex-direction: column; gap: 10px; }

.proof-link { color: inherit; border-bottom: none; }

.proof-link:hover { color: inherit; }

.proof-figure {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1;
  color: #f4f1e8;
  align-self: flex-start;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color 180ms ease;
}

.proof-link:hover .proof-figure { border-bottom-color: rgba(185, 150, 79, 0.6); }

.proof-caption { font-size: 13.5px; line-height: 1.6; color: #9aa4b0; }

/* About */

.about {
  padding-top: clamp(72px, 11vh, 130px);
  padding-bottom: clamp(72px, 11vh, 130px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(36px, 6vw, 90px);
}

.about h2 {
  margin: 0 0 26px;
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  line-height: 1.2;
}

.about-body { margin: 0 0 20px; font-size: 1rem; line-height: 1.8; color: #4c5663; }

.about-body.last { margin-bottom: 0; }

.reasons { display: flex; flex-direction: column; }

.reason {
  border-top: 1px solid #e2dbcb;
  padding: 22px 0;
  display: flex;
  gap: 22px;
}

.reason.last { border-bottom: 1px solid #e2dbcb; }

.reason-number {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 15px;
  color: #9c7c3e;
  min-width: 22px;
}

.reason p { margin: 0; font-size: 15.5px; line-height: 1.65; color: #14202f; }

/* Assessment */

.assessment { border-top: 1px solid #e2dbcb; background: #fdfbf5; }

.assessment-inner {
  padding-top: clamp(72px, 11vh, 130px);
  padding-bottom: clamp(72px, 11vh, 130px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(40px, 6vw, 90px);
}

.assessment h2 {
  margin: 0 0 24px;
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  line-height: 1.15;
}

.assessment-intro {
  margin: 0 0 32px;
  max-width: 42ch;
  font-size: 1rem;
  line-height: 1.8;
  color: #4c5663;
}

.assessment-email {
  margin: 12px 0 0;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
}

.assessment-signoff {
  margin: 26px 0 0;
  max-width: 40ch;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #4c5663;
}

/* Form */

.enquiry-form { display: flex; flex-direction: column; gap: 20px; }

.botcheck { display: none; }

.field { display: flex; flex-direction: column; gap: 9px; }

.field-label {
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b7480;
}

.field input,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  background: #f8f5ee;
  border: 1px solid #d9d1bf;
  border-radius: 0;
  font-size: 15.5px;
  outline: none;
  transition: border-color 160ms ease;
}

.field textarea { line-height: 1.6; resize: vertical; }

.field input:focus,
.field textarea:focus { border-color: #9c7c3e; }

.field-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: 20px;
}

.form-footer {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.form-status { font-size: 13.5px; line-height: 1.5; color: #4c5663; }

.form-privacy { font-size: 12.5px; line-height: 1.6; color: #8b939d; }

/* Footer */

.site-footer { background: #101a27; color: #9aa4b0; }

.footer-inner {
  padding-top: clamp(48px, 7vh, 72px);
  padding-bottom: clamp(48px, 7vh, 72px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 32px;
  align-items: start;
}

.footer-col { display: flex; flex-direction: column; gap: 12px; }

.footer-brand {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 19px;
  letter-spacing: 0.06em;
  color: #f4f1e8;
}

.footer-text { font-size: 13.5px; line-height: 1.6; }

.footer-heading {
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b9964f;
}

.footer-email {
  font-size: 13.5px;
  color: #f4f1e8;
  border-bottom-color: rgba(244, 241, 232, 0.3);
  align-self: flex-start;
}

.footer-email:hover { color: #f4f1e8; border-bottom-color: rgba(244, 241, 232, 0.7); }

.footer-small { font-size: 12.5px; line-height: 1.7; }
