:root {
  --ink: #111823;
  --ink-2: #243142;
  --paper: #f7f4ee;
  --white: #ffffff;
  --line: rgba(17, 24, 35, 0.12);
  --muted: #65717d;
  --gold: #b58b45;
  --green: #174d45;
  --blue: #2b5876;
  --clay: #a3573f;
  --shadow: 0 26px 70px rgba(17, 24, 35, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 14px clamp(20px, 4vw, 64px);
  color: var(--white);
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled,
body.nav-open .site-header {
  color: var(--ink);
  background: rgba(247, 244, 238, 0.94);
  box-shadow: 0 10px 30px rgba(17, 24, 35, 0.09);
  backdrop-filter: blur(18px);
}

.brand {
  width: 158px;
  height: 56px;
  display: flex;
  align-items: center;
}

.brand-logo {
  width: 142px;
  height: auto;
}

.brand-logo-dark,
.site-header.is-scrolled .brand-logo-light,
body.nav-open .brand-logo-light {
  display: none;
}

.site-header.is-scrolled .brand-logo-dark,
body.nav-open .brand-logo-dark {
  display: block;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 34px);
  font-size: 0.9rem;
  font-weight: 650;
}

.main-nav a {
  opacity: 0.86;
}

.main-nav a:hover {
  opacity: 1;
}

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

.language-switcher {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.language-switcher a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 28px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 750;
}

.language-switcher a.active {
  color: var(--ink);
  background: var(--white);
}

.site-header.is-scrolled .language-switcher a.active,
body.nav-open .language-switcher a.active {
  color: var(--white);
  background: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--white);
  background: var(--gold);
  font-weight: 750;
  box-shadow: 0 12px 34px rgba(181, 139, 69, 0.24);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  background: #c59b55;
}

.button-small {
  min-height: 38px;
  padding: 0 16px;
  font-size: 0.86rem;
}

.button-ghost {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 88vh;
  padding: 132px clamp(20px, 5vw, 76px) 30px;
  color: var(--white);
  overflow: hidden;
  background: #111823;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(17, 24, 35, 0.98) 0%, rgba(17, 24, 35, 0.92) 50%, rgba(23, 77, 69, 0.7) 100%),
    linear-gradient(135deg, transparent 0 22%, rgba(255, 255, 255, 0.045) 22% 22.25%, transparent 22.25% 47%, rgba(181, 139, 69, 0.12) 47% 47.2%, transparent 47.2%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 760'%3E%3Cpath d='M0 690h1200v70H0z' fill='%230b111a'/%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.18'%3E%3Cpath d='M142 670V430h92v240M268 670V318h124v352M430 670V388h86v282M560 670V260h148v410M748 670V350h98v320M884 670V292h132v378M1050 670V432h78v238'/%3E%3Cpath d='M154 468h68M154 510h68M154 552h68M154 594h68M288 364h84M288 414h84M288 464h84M288 514h84M288 564h84M580 310h108M580 368h108M580 426h108M580 484h108M580 542h108M904 344h92M904 398h92M904 452h92M904 506h92M904 560h92'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  opacity: 0.96;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.48fr);
  align-items: end;
  gap: clamp(36px, 7vw, 104px);
  max-width: 1240px;
  margin: 0 auto;
}

.hero-copy {
  max-width: 780px;
}

.kicker {
  margin: 0 0 14px;
  color: #d4b16f;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kicker.dark {
  color: var(--clay);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 4.7vw, 4.95rem);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
  font-weight: 500;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.12rem;
  line-height: 1.25;
}

.hero-text {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(247, 244, 238, 0.115), rgba(247, 244, 238, 0.045));
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.18);
}

.hero-panel img {
  width: min(210px, 76%);
  margin-bottom: auto;
}

.panel-line {
  width: 100%;
  height: 1px;
  margin: 32px 0 20px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
}

.stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1240px;
  margin: 48px auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.stats div {
  padding: 20px 26px 6px 0;
}

.stats strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  font-weight: 500;
}

.stats span {
  color: rgba(255, 255, 255, 0.68);
}

.section {
  padding: clamp(74px, 9vw, 126px) clamp(20px, 5vw, 76px);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 100px);
  max-width: 1180px;
  margin: 0 auto;
}

.lead {
  color: var(--ink-2);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

.check-list,
.service-card ul {
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li,
.service-card li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: var(--ink-2);
}

.check-list li::before,
.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.services-section {
  background: var(--white);
}

.founder-section {
  padding: clamp(74px, 8vw, 118px) clamp(20px, 5vw, 76px);
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 52%, #ece8df 52%, #ece8df 100%);
}

.founder-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 0.84fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
  max-width: 1180px;
  margin: 0 auto;
}

.founder-photo {
  position: relative;
  margin: 0;
}

.founder-photo::before {
  content: "";
  position: absolute;
  inset: 26px -24px -26px 24px;
  border: 1px solid rgba(181, 139, 69, 0.46);
  border-radius: var(--radius);
}

.founder-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.founder-copy {
  max-width: 760px;
}

.founder-role {
  margin-top: -8px;
  margin-bottom: 22px;
  color: var(--gold);
  font-weight: 850;
}

.founder-copy blockquote {
  margin: 28px 0;
  padding: 0 0 0 22px;
  border-left: 3px solid var(--gold);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2vw, 1.7rem);
  line-height: 1.32;
}

.founder-highlights {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.founder-highlights li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-2);
  font-weight: 650;
}

.founder-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.founder-email {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  font-weight: 850;
}

.founder-email span {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.founder-email strong {
  font: inherit;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading.align-left {
  max-width: 1180px;
  text-align: left;
}

.section-heading p:not(.kicker) {
  color: var(--muted);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.service-card {
  position: relative;
  min-height: 390px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #fbfaf7);
  box-shadow: 0 10px 36px rgba(17, 24, 35, 0.06);
}

.service-card:nth-child(2n) {
  border-top-color: rgba(43, 88, 118, 0.42);
}

.service-card:nth-child(3n) {
  border-top-color: rgba(23, 77, 69, 0.42);
}

.service-index {
  display: block;
  margin-bottom: 26px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
}

.service-card p {
  color: var(--muted);
}

.approach-section,
.contact-section,
.site-footer {
  color: var(--white);
  background: var(--ink);
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.16);
}

.approach-grid article {
  min-height: 230px;
  padding: 34px;
  background: linear-gradient(160deg, #121b27, #172c34);
}

.approach-grid p {
  color: rgba(255, 255, 255, 0.7);
}

.clients-section {
  background: #ece8df;
}

.audience-list {
  display: grid;
  gap: 12px;
}

.audience-list div {
  padding: 18px 22px;
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.process-section {
  background: var(--paper);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.process-grid article {
  min-height: 260px;
  padding: 28px;
  border-top: 3px solid var(--green);
  background: var(--white);
  box-shadow: 0 12px 38px rgba(17, 24, 35, 0.06);
}

.process-grid span {
  display: block;
  margin-bottom: 46px;
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.process-grid p {
  color: var(--muted);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1fr);
  gap: clamp(34px, 7vw, 90px);
  padding: clamp(74px, 9vw, 126px) clamp(20px, 5vw, 76px);
}

.contact-info {
  max-width: 560px;
  justify-self: end;
}

.contact-info p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.contact-lines {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.contact-lines a,
.contact-lines span {
  color: var(--white);
  font-weight: 750;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 720px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.contact-form label,
.contact-form .full,
.notice {
  grid-column: span 2;
}

.contact-form label:not(.full) {
  grid-column: span 1;
}

.contact-form span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  padding: 14px 15px;
  outline: none;
}

select option {
  color: var(--ink);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
}

.notice {
  padding: 14px 16px;
  border-radius: var(--radius);
  font-weight: 700;
}

.notice.success {
  color: #dff7eb;
  background: rgba(23, 77, 69, 0.62);
}

.notice.error {
  color: #ffe5dd;
  background: rgba(163, 87, 63, 0.55);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 76px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer img {
  width: 126px;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer div {
  display: flex;
  gap: 14px;
  font-weight: 800;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav,
  .header-actions {
    position: fixed;
    left: 20px;
    right: 20px;
    display: none;
    color: var(--ink);
    background: rgba(247, 244, 238, 0.98);
  }

  body.nav-open .main-nav {
    top: 86px;
    display: grid;
    gap: 0;
    padding: 16px;
    border-radius: var(--radius) var(--radius) 0 0;
    box-shadow: var(--shadow);
  }

  body.nav-open .main-nav a {
    padding: 14px 10px;
  }

  body.nav-open .header-actions {
    top: 352px;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: var(--shadow);
  }

  .hero-inner,
  .section-grid,
  .founder-inner,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .founder-section {
    background: var(--white);
  }

  .contact-info {
    justify-self: start;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 72px;
    padding: 10px 18px;
  }

  .brand {
    width: 132px;
  }

  .brand-logo {
    width: 124px;
  }

  .hero {
    min-height: auto;
    padding-top: 120px;
  }

  .hero-inner,
  .stats,
  .service-grid,
  .approach-grid,
  .process-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 280px;
    padding: 24px;
  }

  .stats {
    margin-top: 36px;
  }

  .stats div {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .service-card,
  .process-grid article,
  .approach-grid article {
    min-height: auto;
  }

  .contact-section {
    grid-template-columns: 1fr;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .founder-photo::before {
    inset: 18px -12px -18px 12px;
  }

  .contact-form label:not(.full),
  .contact-form label,
  .contact-form .full,
  .notice {
    grid-column: span 1;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
