:root {
  --bg: #111111;
  --surface: var(--bg);
  --text: #FAFAFA;
  --muted: #d1d5db;
  --accent: #f97316;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: var(--text);
  background: var(--bg);
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 72px;
  padding: 1rem 2rem;
  background: var(--surface);
  position: sticky;
  top: 0;
  z-index: 10;
  overflow: visible;
}

.brand {
  position: relative;
  display: block;
  width: 160px;
  height: 34px;
  text-decoration: none;
  justify-self: start;
}

.brand img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  height: 96px;
  width: auto;
  display: block;
  transition: height 0.25s ease;
}

.site-header.is-scrolled .brand img {
  height: 34px;
}

.site-nav {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.site-nav a {
  text-decoration: none;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
}

.site-nav a:hover {
  color: var(--accent);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.talk-btn {
  text-decoration: none;
  color: #E8F8FA;
  padding: 0.7rem 0.8rem;
  border: 1px solid #E8F8FA;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  justify-self: end;
  margin-left: auto;
  background: transparent;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 0.95rem;
}

.talk-btn,
.talk-btn:visited,
.talk-btn:active,
.talk-btn:hover,
.talk-btn:focus {
  color: #E8F8FA;
  border-color: #E8F8FA;
  outline: none;
  box-shadow: none;
}

.page {
  width: 100%;
  flex: 1 0 auto;
  margin: 0;
  padding: 3rem 0 0 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(300px, 1.1fr);
  gap: 0.5rem;
  align-items: center;
  min-height: 70vh;
  width: 100%;
  border-bottom: 1px solid #E8F8FA;
}

.hero-content {
  max-width: 620px;
  padding: 0 1.5rem 2rem 2rem;
}

.hero-content h1 {
  font-family: Cambria, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  padding: 1.5rem 0;
  margin: 0 0 1rem;
}

.hero-content p {
  font-size: 1.05rem;
  max-width: 560px;
}

.hero-content .eyebrow {
  font-family: Cambria, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 16px;
}

.hero-btn {
  display: inline-block;
  margin-top: 1rem;
}

.hero-content .primary-btn,
.hero-content .secondary-btn {
  display: inline-block;
  margin-top: 1.5rem;
  vertical-align: top;
}

.hero-content .secondary-btn {
  float: right;
  margin-right: 0;
}

.primary-btn {
  background: #1BB8C8;
  color: #111111;
  border-color: #1BB8C8;
}

.secondary-btn {
  border: none;
  border-bottom: 1px solid #1BB8C8;
  background: transparent;
  color: #E8F8FA;
}

.hero-media {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
  min-height: 100%;
}

.hero-media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 0;
}

.page .eyebrow {
  color: #1BB8C8;
  font-family: Cambria, 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.page h1 {
  font-family: Cambria, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 60px;
  margin: 0 0 1rem;
}

.page > .eyebrow,
.page > h1 {
  padding: 0 2rem;
}

.page h1.contact-h1 {
  font-size: 40px;
  padding-top: 3rem;
}

.contact-choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  max-width: 640px;
  margin: 2.5rem auto 0;
  padding: 0 2rem 4rem;
}

.contact-choice .talk-btn {
  width: 100%;
  text-align: center;
}

.contact-choice[hidden],
.contact-form[hidden] {
  display: none;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 640px;
  margin: 2.5rem auto 0;
  padding: 0 2rem 4rem;
}

.contact-form-hidden {
  position: absolute;
  left: -9999px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-field label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-field input,
.form-field textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #E8F8FA;
  color: var(--text);
  font-family: inherit;
  font-size: 1rem;
  padding: 0.5rem 0;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-bottom-color: #1BB8C8;
}

.form-field textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-submit {
  align-self: flex-start;
  margin-top: 0.5rem;
}

.contact-popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  padding: 2rem;
}

.contact-popup[hidden] {
  display: none;
}

.contact-popup-box {
  max-width: 420px;
  width: 100%;
  padding: 2.5rem 2rem;
  background: var(--bg);
  border: 1px solid #1BB8C8;
  text-align: center;
}

.contact-popup-message {
  font-family: Cambria, 'Times New Roman', serif;
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--text);
  margin: 0 0 1.5rem;
}

.headline-accent {
  color: #1BB8C8;
}

.page p {
  color: var(--muted);
  line-height: 1.5;
  font-size: 18px;
}

.brands {
  padding: 1.5rem 6rem 1rem;
  background: var(--bg);
}

.brands-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) repeat(4, minmax(0, 1.7fr));
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
  justify-items: stretch;
}

.brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 100%;
  position: relative;
}

.brand-item.text-item::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 48px;
  background: #1BB8C8;
}

.brand-item.text-item {
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.brands-text {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0;
  color: var(--text);
  max-width: 220px;
  width: auto;
  display: inline-block;
  padding-bottom: 0.2rem;
}

.brands-text::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 1px;
  background: #1BB8C8;
  margin-top: 0.2rem;
}

.brand-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.intro-section {
  padding: 4rem 2rem;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
  position: relative;
}

.intro-column {
  position: relative;
  z-index: 2;
  padding: 0 1.5rem;
}

.intro-column:first-child {
  border-right: 1px solid #1BB8C8;
  padding-right: 2rem;
}

.intro-column:last-child {
  padding-left: 2rem;
}

.intro-lead p {
  font-family: Cambria, 'Times New Roman', serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.35;
  margin: 0 0 1rem;
  color: var(--text);
}

.intro-lead p:last-child {
  color: #1BB8C8;
}

.intro-lead p:last-child::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  margin-top: 1rem;
  background: #1BB8C8;
}

.intro-body p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 0 1rem;
}

.intro-body p:last-child {
  color: #1BB8C8;
}

.intro-btn {
  float: right;
  margin-top: 1rem;
}

.work-section {
  padding: 0 2rem 0.5rem;
  border-bottom: 1px solid #E8F8FA;
  scroll-margin-top: 88px;
}

.work-header {
  max-width: 980px;
  margin: 0 0 2.5rem;
  text-align: left;
}

.page .work-eyebrow {
  color: #1BB8C8;
  font-family: Cambria, 'Times New Roman', serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0 0 0.5rem;
}

.work-header h2 {
  font-family: Cambria, 'Times New Roman', serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0 0 0.75rem;
  color: var(--text);
}

.work-subheading {
  font-size: 18px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 720px;
  margin: 0;
  text-align: left;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 100%;
  margin: 0 auto;
}

.work-card {
  padding: 1rem;
}

.work-card img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 1rem;
  display: block;
}

.work-card h3 {
  font-family: Cambria, 'Times New Roman', serif;
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  color: var(--text);
}

.page .work-excerpt {
  color: #1BB8C8;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 0 0.5rem;
}

.work-body {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.what-we-do-section {
  padding: 1rem 2rem;
  border-bottom: 1px solid #E8F8FA;
}

.what-we-do-header {
  margin: 0 0 0.25rem;
}

.what-we-do-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 100%;
  margin: 0 auto;
  align-items: stretch;
}

.what-we-do-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 2rem;
  border-right: 1px solid #1BB8C8;
}

.what-we-do-column:last-child {
  border-right: none;
  padding-right: 0;
}

.page .what-we-do-subheading {
  font-family: Cambria, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  margin: 0;
  color: var(--text);
}

.page .what-we-do-body {
  font-size: 18px;
  margin: 1rem 0 0;
  color: var(--text);
}

.page .what-we-do-accent {
  color: #1BB8C8;
  font-style: italic;
}

.what-we-do-number-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.what-we-do-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: block;
}

.page .what-we-do-number {
  font-family: Cambria, 'Times New Roman', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: #1BB8C8;
}

.page .what-we-do-item-heading {
  font-family: Cambria, 'Times New Roman', serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0.75rem 0 0;
  color: var(--text);
}

.page .what-we-do-item-body {
  font-size: 1.05rem;
  line-height: 1.5;
  margin: 0.75rem 0 0;
  color: var(--muted);
}

.page .what-we-do-item-list {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-top: auto;
  padding-top: 0.75rem;
  color: #1BB8C8;
}

.experience-section {
  padding: 1rem 2rem;
  border-bottom: 1px solid #E8F8FA;
}

.experience-header {
  margin: 0 0 0.25rem;
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(6, minmax(0, 1fr));
  gap: 0;
  max-width: 100%;
  margin: 0 auto;
  align-items: stretch;
}

.experience-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 0.75rem;
  border-right: 1px solid #1BB8C8;
}

.experience-column:not(.experience-lead) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.experience-column:last-of-type {
  border-right: none;
  padding-right: 0;
}

.experience-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 1rem;
  display: block;
}

.page .experience-subheading {
  font-family: Cambria, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  margin: 0;
  color: var(--text);
}

.page .experience-label {
  font-family: Cambria, 'Times New Roman', serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0;
  color: var(--text);
}


.page .experience-footer {
  grid-column: 2 / -1;
  font-size: 18px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0.5rem 0 0;
  padding-top: 1rem;
}

.founder-section {
  padding: 3rem 2rem 1.5rem;
}

.founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 1.5rem;
  max-width: 100%;
  margin: 0 auto;
  align-items: stretch;
}

.founder-photo {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.founder-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.founder-content .work-eyebrow {
  margin: 0 0 0.5rem;
}

.founder-content .what-we-do-subheading {
  margin: 0 0 1rem;
}

.founder-content .what-we-do-body {
  margin: 0 0 1rem;
}

.founder-content .what-we-do-body:last-child {
  margin-bottom: 0;
}

.page .founder-accent {
  color: #1BB8C8;
}

.founder-signature {
  width: 235px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 0.25rem;
}

.page .founder-title {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  color: var(--text);
}

.testimonials-section {
  padding: 1.5rem 2rem 3rem;
  border-top: 1px solid #E8F8FA;
  border-bottom: 1px solid #E8F8FA;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.44fr) repeat(3, minmax(0, 1.5fr));
  gap: 1rem;
  max-width: 100%;
  margin: 0 auto;
  align-items: stretch;
}

.testimonials-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 2rem;
  border-right: 1px solid #1BB8C8;
}

.testimonials-column:last-of-type {
  border-right: none;
  padding-right: 0;
}

.testimonials-lead .what-we-do-subheading {
  margin: 0.5rem 0 0;
}

.page .testimonial-quote-mark {
  display: block;
  color: #1BB8C8;
  font-size: 60px;
  line-height: 1;
  font-style: normal;
}

.page .testimonial-quote {
  font-family: Cambria, 'Times New Roman', serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.5;
  margin: 0 0 1rem;
  color: var(--text);
}

.page .testimonial-name {
  font-weight: 700;
  font-size: 0.95rem;
  margin: 0 0 0.25rem;
  color: var(--text);
}

.page .testimonial-role {
  font-size: 0.85rem;
  margin: 0;
  color: var(--muted);
}

.prefooter {
  padding: 3rem 6rem;
  border-top: 1px solid #E8F8FA;
  border-bottom: 1px solid #E8F8FA;
}

.prefooter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.5fr);
  gap: 1rem;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
}

.prefooter-column {
  padding-right: 2rem;
  border-right: 1px solid rgba(27, 184, 200, 0.2);
}

.prefooter-lead {
  padding-left: 10rem;
}

.prefooter-column:last-of-type {
  border-right: none;
  padding-right: 0;
}

.prefooter .work-eyebrow {
  color: #1BB8C8;
  font-family: Cambria, 'Times New Roman', serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 0 0.5rem;
}

.prefooter .what-we-do-subheading {
  font-family: Cambria, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.3;
  margin: 0;
  color: var(--text);
}

.prefooter-cta {
  text-align: left;
  padding-left: 2rem;
}

.prefooter-cta .talk-btn {
  padding-left: 6rem;
  padding-right: 6rem;
}

.site-footer {
  padding: 2rem 2rem 0.75rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 100%;
  margin: 0 auto;
  align-items: start;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-logo {
  height: 48px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

.footer-center {
  text-align: center;
}

.footer-right {
  text-align: right;
}

.footer-heading {
  font-family: Cambria, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0 0 0.25rem;
  color: var(--text);
}

.footer-sub {
  font-size: 0.9rem;
  margin: 0;
  color: var(--muted);
}

.footer-list {
  font-size: 0.85rem;
  margin: 0.5rem 0 0;
  color: #1BB8C8;
}

.footer-copy {
  font-size: 0.85rem;
  margin: 0 0 0.15rem;
  color: var(--muted);
}

.footer-copy:last-child {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .site-header {
    display: flex;
    align-items: center;
    position: relative;
  }

  .talk-btn {
    margin-left: auto;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin: 0;
    padding: 1.5rem 2rem;
    background: var(--surface);
    border-top: 1px solid #E8F8FA;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-header .brand img {
    height: 34px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    min-height: auto;
    padding: 2rem 0;
  }

  .hero-content {
    max-width: 100%;
    padding: 0 1.5rem;
  }

  .hero-content .primary-btn,
  .hero-content .secondary-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }

  .hero-media {
    justify-content: center;
    padding: 0 1.5rem;
  }

  .brands {
    padding: 1.5rem 1.5rem 1rem;
  }

  .brands-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    justify-items: center;
    text-align: center;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .intro-column:first-child {
    border-right: none;
    border-bottom: 1px solid #1BB8C8;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .intro-column:last-child {
    padding-left: 1.5rem;
  }

  .work-grid {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .what-we-do-grid {
    grid-template-columns: 1fr;
  }

  .what-we-do-column {
    border-right: none;
    padding-right: 0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #1BB8C8;
  }

  .what-we-do-column:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-column {
    border-right: none;
    padding-right: 0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #1BB8C8;
  }

  .experience-column:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .page .experience-footer {
    grid-column: 1;
  }

  .founder-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-column {
    border-right: none;
    padding-right: 0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #1BB8C8;
  }

  .testimonials-column:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .prefooter {
    padding: 1.5rem;
  }

  .prefooter-grid {
    grid-template-columns: 1fr;
  }

  .prefooter-column {
    border-right: none;
    padding-right: 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #1BB8C8;
  }

  .prefooter-column:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

  .prefooter-lead {
    padding-left: 0;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .footer-center,
  .footer-right {
    text-align: left;
  }
}
