@font-face {
  font-family: "Clash Grotesk";
  src: url("clash-400.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("clash-500.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("clash-600.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "General Sans";
  src: url("general-400.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "General Sans";
  src: url("general-500.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "General Sans";
  src: url("general-600.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

:root {
  --cream: #f1eee8;
  --ink: #161616;
  --body: #45423e;
  --charcoal: #111111;
  --red: #e33b32;
  --white: #f7f5f0;
  --muted: #b9b5ae;
  --line: #353535;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "General Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.page { width: 100%; margin: 0; overflow: hidden; background: var(--cream); }

.site-header {
  min-height: 93px;
  padding: 22px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a {
  padding: 0;
  text-decoration: none;
  font-family: "Clash Grotesk", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #353535;
}
.nav-links a:hover,
.nav-links a:focus-visible { color: var(--red); }
.brand { display: block; width: 400px; height: 49px; line-height: 0; }
.brand img { display: block; width: 100%; height: 100%; object-fit: cover; }

.hero {
  position: relative;
  height: 764px;
  min-height: 680px;
  padding: 44px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero-picture { position: absolute; inset: 0; display: block; }
.hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 8%;
}
.hero-copy {
  position: relative;
  z-index: 1;
  width: 760px;
  max-width: 860px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  border-radius: 2px;
  background: rgba(0, 0, 0, .46);
  color: var(--white);
}
.eyebrow,
.section-label {
  margin: 0;
  color: var(--red);
  font-family: "General Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.eyebrow { font-size: 14px; letter-spacing: .11em; }
.hero h1 {
  width: 100%;
  margin: 0;
  font-family: "Clash Grotesk", Arial, sans-serif;
  font-size: 44px;
  line-height: .96;
  font-weight: 400;
  letter-spacing: -.045em;
}

.light-section { background: var(--cream); }
.section-grid { width: 100%; margin: 0; }
.about .section-grid {
  padding: 120px 44px;
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
.about .section-copy {
  width: 720px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
.section-copy h2 {
  width: 100%;
  margin: 0;
  color: var(--ink);
  font-family: "Clash Grotesk", Arial, sans-serif;
  font-size: 54px;
  line-height: .98;
  font-weight: 600;
  letter-spacing: -.045em;
}
.section-copy > p {
  width: 100%;
  margin: 0;
  color: var(--body);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-wrap: balance;
}
.experience {
  width: 100%;
  padding-top: 22px;
  border-top: 1px solid #b8b3aa;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.experience strong {
  color: var(--red);
  font-family: "Clash Grotesk", Arial, sans-serif;
  font-size: 42px;
  line-height: .9;
  font-weight: 600;
  letter-spacing: -.04em;
}
.experience span {
  color: var(--body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
}

.positioning .section-grid {
  padding: 120px 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.positioning .section-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.positioning .section-copy h2 {
  max-width: 850px;
  font-size: 58px;
}
.positioning .section-copy > p {
  max-width: 720px;
  font-size: 19px;
  line-height: 1.48;
}

.principles { background: var(--charcoal); color: var(--white); }
.dark-inner {
  width: 100%;
  padding: 110px 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
.inverse { color: var(--red); }
.principle-row {
  width: 100%;
  max-width: 1000px;
  padding: 26px 0;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  border-top: 1px solid var(--line);
}
.principle-row.first { margin: 0; }
.principle-row h2,
.principle-row h3 {
  flex: 0 0 360px;
  width: 360px;
  margin: 0;
  color: var(--white);
  font-family: "Clash Grotesk", Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.03em;
}
.principle-row p {
  flex: 1 1 auto;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.statement { background: var(--cream); }
.statement-inner {
  width: 100%;
  padding: 120px 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.statement blockquote {
  width: 100%;
  max-width: 1000px;
  margin: 0;
  color: var(--ink);
  font-family: "Clash Grotesk", Arial, sans-serif;
  font-size: 44px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.contact { background: var(--charcoal); color: var(--white); }
.contact-inner {
  width: 100%;
  padding: 110px 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
.contact h2 {
  width: 100%;
  margin: 0;
  color: var(--white);
  font-family: "Clash Grotesk", Arial, sans-serif;
  font-size: 64px;
  line-height: .95;
  font-weight: 600;
  letter-spacing: -.045em;
}
.email-link {
  width: max-content;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--red);
  color: var(--white);
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.01em;
}
.email-link span {
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--red);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--red);
  font-size: 12px;
}

.footer {
  padding: 110px 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--cream);
}
.footer img { display: block; width: 400px; height: 49px; object-fit: cover; }

@media (min-width: 1200px) {
  .footer img { width: 360px; height: auto; }
}

/* Framer's dedicated tablet treatment */
@media (min-width: 810px) and (max-width: 1199.98px) {
  .hero { height: 560px; min-height: 560px; padding: 20px; }
  .hero-copy { width: 100%; }
  .about .section-copy { flex: 1 1 0; width: auto; }
}

/* Framer's phone treatment */
@media (max-width: 809.98px) {
  .site-header {
    min-height: 100px;
    padding: 10px 28px 8px;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  .nav-links { order: 0; gap: 24px; }
  .brand { order: 1; width: 300px; max-width: 100%; height: auto; }

  .hero { height: 560px; min-height: 560px; padding: 44px; }
  .hero-copy { width: 100%; max-width: none; }
  .hero h1 { width: 260px; max-width: 100%; font-size: 22px; line-height: 1.02; }

  .about .section-grid { padding: 120px 44px 44px; flex-direction: column; }
  .about .section-copy { width: 100%; }

  .principle-row { flex-direction: column; gap: 18px; }
  .principle-row h2,
  .principle-row h3 { flex: 0 0 auto; width: 100%; }
  .principle-row p { width: 100%; }

  .footer img { width: min(400px, 100%); height: auto; }
}

@media (max-width: 430px) {
  .positioning .section-copy h2 { font-size: 54px; }
  .statement blockquote { font-size: 40px; }
  .contact h2 { font-size: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

.reveal,
.reveal.visible { opacity: 1; transform: none; transition: none; }
