:root {
  --ink: #14211b;
  --moss: #19382d;
  --evergreen: #092018;
  --sage: #d9e2d2;
  --cream: #f5f1e7;
  --paper: #fffaf0;
  --copper: #b77735;
  --clay: #8f4f2e;
  --line: rgba(20, 33, 27, 0.18);
  --white: #ffffff;
  --wallpaper: url("assets/extractos-wallpaper-pattern.jpg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  align-items: center;
  background: #050a08;
  box-shadow: 0 1px 0 rgba(255, 250, 240, 0.1);
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 18px clamp(20px, 5vw, 64px);
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
}

.brand-mark {
  align-items: center;
  display: inline-flex;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.42));
  height: 42px;
  justify-content: center;
  width: 42px;
}

.brand-mark img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.brand-name {
  color: var(--paper);
  font-size: clamp(1.02rem, 1.24vw, 1.18rem);
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1;
}

.brand-os {
  display: inline-block;
  font-size: 1.2em;
  line-height: 0.8;
  transform: translateY(0.035em);
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links a {
  color: rgba(255, 250, 240, 0.82);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #c6f6c8;
}

.hero {
  color: var(--paper);
  display: grid;
  min-height: 88svh;
  overflow: hidden;
  position: relative;
}

.hero-media,
.hero-shade,
.hero-content {
  grid-area: 1 / 1;
}

.hero-media {
  background-image: url("assets/cultivation-greenhouse-alt.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 19, 14, 0.94) 0%, rgba(9, 32, 24, 0.74) 44%, rgba(9, 32, 24, 0.34) 100%),
    linear-gradient(0deg, rgba(5, 19, 14, 0.76) 0%, rgba(5, 19, 14, 0.1) 42%),
    rgba(5, 19, 14, 0.12);
}

.hero-content {
  align-self: end;
  max-width: 860px;
  padding: 140px clamp(20px, 5vw, 64px) 72px;
  position: relative;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.46);
  width: 100%;
}

.eyebrow {
  color: #d8b275;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f1d08d;
  font-size: clamp(0.9rem, 1.05vw, 1rem);
}

.intro .eyebrow,
.section-heading .eyebrow {
  font-size: clamp(0.92rem, 1.1vw, 1.04rem);
}

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

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.96;
}

h1 {
  font-size: clamp(4.2rem, 15vw, 11rem);
  margin-bottom: 24px;
}

#hero-title {
  white-space: nowrap;
}

.hero-os {
  display: inline-block;
  font-size: 1.1em;
  line-height: 0.78;
  transform: translateY(0.035em);
}

h2 {
  font-size: clamp(2.5rem, 7vw, 6.25rem);
  letter-spacing: 0;
  margin-bottom: 0;
}

h3 {
  font-size: clamp(1.28rem, 2.1vw, 1.7rem);
  line-height: 1.05;
  margin-bottom: 12px;
}

.hero-line {
  font-size: clamp(1.28rem, 2.45vw, 2.08rem);
  line-height: 1.25;
  margin-bottom: 34px;
  max-width: 840px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.12em;
  min-height: 48px;
  padding: 14px 20px;
  text-transform: uppercase;
}

.button.primary {
  background: var(--copper);
  color: #fffaf0;
}

.button.secondary {
  border-color: rgba(255, 250, 240, 0.48);
  color: var(--paper);
}

.button:hover,
.button:focus-visible {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.text-link {
  border-bottom: 2px solid var(--copper);
  color: var(--moss);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-top: 8px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--clay);
}

.band {
  padding: clamp(70px, 10vw, 132px) clamp(20px, 5vw, 64px);
}

.cream {
  background-color: var(--cream);
  background-image:
    linear-gradient(rgba(245, 241, 231, 0.72), rgba(245, 241, 231, 0.72)),
    var(--wallpaper);
  background-position: center top;
  background-repeat: repeat;
  background-size: auto, 640px 640px;
}

.sage {
  background: var(--sage);
}

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

.band.dark {
  background: var(--evergreen);
  color: var(--paper);
}

.section-inner {
  margin: 0 auto;
  max-width: 1220px;
}

.split {
  display: grid;
  gap: clamp(30px, 6vw, 80px);
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.72fr);
}

.intro-grid h2 {
  max-width: 820px;
}

.copy-column {
  align-self: end;
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  max-width: 560px;
}

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

.mission-statement {
  background: var(--evergreen);
  color: var(--paper);
  margin-top: 32px;
  padding: 28px;
}

.mission-statement span {
  color: #f1d08d;
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.mission-statement p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.34rem, 2vw, 1.7rem);
  line-height: 1.16;
  margin: 0;
}

.section-heading {
  margin-bottom: clamp(34px, 5vw, 64px);
  max-width: 980px;
}

.section-copy {
  color: rgba(20, 33, 27, 0.74);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  margin: 26px 0 0;
  max-width: 690px;
}

.fit {
  border-top: 1px solid var(--line);
}

.fit-layout {
  align-items: start;
  display: grid;
  gap: clamp(34px, 6vw, 84px);
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1fr);
}

.fit-copy {
  max-width: 640px;
}

.fit-copy h2 {
  font-size: clamp(2.45rem, 5.8vw, 5.6rem);
  margin-bottom: 26px;
}

.fit-copy > p {
  color: rgba(20, 33, 27, 0.76);
  font-size: clamp(1.06rem, 1.58vw, 1.28rem);
  margin-bottom: 28px;
}

.start-note {
  background: var(--evergreen);
  color: var(--paper);
  margin: 32px 0 0;
  padding: clamp(24px, 3.5vw, 34px);
}

.start-note span {
  color: #f1d08d;
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.start-note p {
  color: rgba(255, 250, 240, 0.82);
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
  margin: 0;
}

.fit-actions,
.closing-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 28px;
}

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

.fit-list article {
  border-top: 1px solid var(--line);
  min-height: 260px;
  padding: 28px 28px 32px 0;
}

.fit-list article:nth-child(odd) {
  border-right: 1px solid var(--line);
  padding-right: 28px;
}

.fit-list article:nth-child(even) {
  padding-left: 28px;
}

.fit-list span {
  color: var(--clay);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.fit-list p {
  color: rgba(20, 33, 27, 0.74);
  margin-bottom: 0;
}

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

.service {
  border-top: 1px solid var(--line);
  min-height: 260px;
  padding: 28px 26px 34px 0;
}

.service:not(:nth-child(3n)) {
  border-right: 1px solid var(--line);
  padding-left: 26px;
}

.service:nth-child(3n + 1) {
  padding-left: 0;
}

.service span {
  color: var(--clay);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 36px;
  text-transform: uppercase;
}

.service p {
  color: rgba(20, 33, 27, 0.74);
  margin-bottom: 0;
}

.service.featured {
  background: var(--moss);
  color: var(--paper);
  margin-top: -1px;
  padding: 28px 28px 34px;
}

.service.featured p,
.service.featured span {
  color: rgba(255, 250, 240, 0.82);
}

.photo-band {
  background: var(--paper);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  min-height: 720px;
}

.photo-panel img,
.closing img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.text-panel {
  align-self: center;
  max-width: 760px;
  padding: clamp(52px, 8vw, 120px);
}

.text-panel h2 {
  font-size: clamp(2.35rem, 5.4vw, 5.2rem);
  margin-bottom: 28px;
}

.text-panel p {
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  max-width: 620px;
}

.proof-grid {
  display: grid;
  gap: clamp(34px, 7vw, 90px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
}

.proof-grid h2 {
  font-size: clamp(2.5rem, 6vw, 5.8rem);
}

.proof-list {
  border-left: 1px solid rgba(255, 250, 240, 0.22);
  display: grid;
  gap: 28px;
  padding-left: clamp(24px, 4vw, 52px);
}

.proof-list p {
  color: rgba(255, 250, 240, 0.78);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
  margin-bottom: 0;
}

.proof-list strong {
  color: var(--paper);
  display: block;
  margin-bottom: 6px;
}

.proof-photo-grid {
  align-items: start;
  display: grid;
  gap: clamp(30px, 4vw, 54px);
  grid-template-columns: minmax(520px, 1.22fr) minmax(360px, 0.78fr);
}

.proof-photo .section-inner {
  max-width: 1600px;
}

.proof-photo-image {
  align-self: start;
  aspect-ratio: 15 / 17;
  background: transparent;
  justify-self: stretch;
  overflow: hidden;
  width: 100%;
}

.proof-photo-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.proof-photo-copy h2 {
  font-size: clamp(2.45rem, 4.7vw, 4.95rem);
  margin-bottom: clamp(26px, 3.5vw, 40px);
}

.proof-photo-copy .proof-list {
  border-left: 1px solid rgba(255, 250, 240, 0.22);
  gap: 22px;
  padding-left: clamp(24px, 4vw, 52px);
}

.work-preview {
  background: var(--paper);
}

.work-preview-grid {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 86px);
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1fr);
}

.work-preview-copy {
  max-width: 680px;
}

.work-preview-copy h2 {
  font-size: clamp(2.4rem, 5.6vw, 5.4rem);
  margin-bottom: 26px;
}

.work-preview-copy p:not(.eyebrow) {
  color: rgba(20, 33, 27, 0.76);
  font-size: clamp(1.04rem, 1.55vw, 1.24rem);
  margin-bottom: 22px;
  max-width: 590px;
}

.work-preview-media {
  display: grid;
  gap: 12px;
}

.work-preview-media:hover .work-preview-main,
.work-preview-media:focus-visible .work-preview-main {
  filter: saturate(1.04) contrast(1.04);
}

.work-preview-main {
  aspect-ratio: 16 / 10;
  background: var(--evergreen);
  object-fit: cover;
  width: 100%;
}

.work-preview-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.work-preview-strip img {
  aspect-ratio: 4 / 3;
  background: var(--evergreen);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.founder-layout {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 78px);
  grid-template-columns: minmax(220px, 390px) minmax(0, 1fr);
}

.founder-photo {
  aspect-ratio: 1;
  background: var(--moss);
  overflow: hidden;
}

.founder-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

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

.founder-copy h2 {
  margin-bottom: 8px;
}

.founder-copy p:not(.eyebrow):not(.role) {
  font-size: clamp(1.05rem, 1.6vw, 1.26rem);
  max-width: 680px;
}

.role {
  color: var(--clay);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.contact-strip {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 34px;
  padding-top: 22px;
}

.contact-strip a {
  color: var(--moss);
  font-weight: 850;
}

.closing {
  background: var(--evergreen);
  color: var(--paper);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 620px;
}

.closing-copy {
  align-self: center;
  padding: clamp(52px, 8vw, 118px);
}

.closing-copy h2 {
  font-size: clamp(2.5rem, 6.5vw, 6rem);
  margin-bottom: 24px;
  max-width: 820px;
}

.closing-copy p:not(.eyebrow) {
  color: rgba(255, 250, 240, 0.8);
  font-size: clamp(1.08rem, 1.7vw, 1.36rem);
  line-height: 1.36;
  margin-bottom: 32px;
  max-width: 620px;
}

.field-hero {
  color: var(--paper);
  display: grid;
  min-height: 82svh;
  overflow: hidden;
  position: relative;
}

.field-hero-media,
.field-hero-shade,
.field-hero-content {
  grid-area: 1 / 1;
}

.field-hero-media {
  background-position: center 52%;
  background-size: cover;
}

.field-hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 19, 14, 0.94) 0%, rgba(9, 32, 24, 0.72) 50%, rgba(9, 32, 24, 0.22) 100%),
    linear-gradient(0deg, rgba(5, 19, 14, 0.76) 0%, rgba(5, 19, 14, 0.06) 48%);
}

.field-hero-content {
  align-self: end;
  max-width: 980px;
  padding: 150px clamp(20px, 5vw, 64px) 72px;
  position: relative;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.46);
}

.field-hero-content h1 {
  font-size: clamp(4rem, 11vw, 9.6rem);
  max-width: 980px;
}

.field-hero-content p:not(.eyebrow) {
  font-size: clamp(1.1rem, 2vw, 1.7rem);
  line-height: 1.3;
  margin-bottom: 32px;
  max-width: 760px;
}

.field-gallery-heading {
  margin-bottom: clamp(32px, 5vw, 58px);
  max-width: 940px;
}

.field-gallery-heading p:not(.eyebrow) {
  color: rgba(20, 33, 27, 0.76);
  font-size: clamp(1.04rem, 1.55vw, 1.24rem);
  margin-bottom: 0;
  max-width: 820px;
}

.field-carousel {
  display: grid;
  gap: 18px;
}

.field-stage {
  background: var(--evergreen);
  display: grid;
  overflow: hidden;
  position: relative;
}

.field-slide {
  display: grid;
  grid-area: 1 / 1;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
  margin: 0;
}

.field-slide img {
  background: #050a08;
  height: min(680px, 76svh);
  object-fit: contain;
  width: 100%;
}

.field-slide figcaption {
  align-self: end;
  color: var(--paper);
  padding: clamp(34px, 5vw, 72px);
}

.field-slide figcaption span {
  color: #f1d08d;
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.field-slide h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
  margin-bottom: 22px;
}

.field-slide p {
  color: rgba(255, 250, 240, 0.78);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin-bottom: 0;
}

.gallery-arrow {
  align-items: center;
  align-self: center;
  background: rgba(5, 10, 8, 0.66);
  border: 1px solid rgba(255, 250, 240, 0.42);
  color: var(--paper);
  cursor: pointer;
  display: inline-flex;
  font-size: 2.4rem;
  font-weight: 400;
  height: 54px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  z-index: 5;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  background: rgba(157, 108, 62, 0.9);
}

.gallery-prev {
  left: 18px;
}

.gallery-next {
  right: 18px;
}

.field-thumbs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-color: var(--copper) rgba(20, 33, 27, 0.16);
}

.field-thumb {
  background: var(--paper);
  border: 2px solid transparent;
  cursor: pointer;
  flex: 0 0 126px;
  padding: 0;
}

.field-thumb.is-active,
.field-thumb:focus-visible {
  border-color: var(--copper);
}

.field-thumb img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.site-footer {
  align-items: end;
  background: #050a08;
  color: rgba(255, 250, 240, 0.72);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 34px clamp(20px, 5vw, 64px);
}

.site-footer div {
  display: grid;
  gap: 14px;
  max-width: 680px;
}

.footer-brand {
  align-items: center;
  color: var(--paper);
  display: inline-flex;
  gap: 12px;
  max-width: 100%;
  text-decoration: none;
  width: max-content;
}

.footer-brand-mark {
  align-items: center;
  display: inline-flex;
  flex: 0 0 44px;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.42));
  height: 44px;
  justify-content: center;
  width: 44px;
}

.footer-brand-mark img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.footer-brand-name {
  color: var(--paper);
  font-size: clamp(1.16rem, 1.7vw, 1.42rem);
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1;
}

.footer-brand-os {
  display: inline-block;
  font-size: 1.2em;
  line-height: 0.8;
  transform: translateY(0.035em);
}

.site-footer p {
  margin: 0;
}

.credits {
  font-size: 0.82rem;
  text-align: right;
}

.credits a {
  color: var(--paper);
  font-weight: 850;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    gap: 18px;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 460px;
  }

  .split,
  .fit-layout,
  .proof-grid,
  .proof-photo-grid,
  .work-preview-grid,
  .founder-layout,
  .photo-band,
  .closing {
    grid-template-columns: 1fr;
  }

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

  .service,
  .service:nth-child(3n + 1),
  .service:not(:nth-child(3n)) {
    border-right: 0;
    padding-left: 0;
    padding-right: 22px;
  }

  .service:nth-child(odd) {
    border-right: 1px solid var(--line);
    padding-left: 0;
  }

  .service:nth-child(even) {
    padding-left: 22px;
  }

  .photo-panel {
    aspect-ratio: 16 / 10;
  }

  .closing img {
    aspect-ratio: 16 / 10;
    max-height: 430px;
  }

  .field-slide {
    grid-template-columns: 1fr;
  }

  .field-slide img {
    height: 480px;
  }

  .field-stage {
    min-height: auto;
  }

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

  .credits {
    text-align: left;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
    overflow-x: hidden;
  }

  .site-header {
    position: absolute;
    padding: 16px 18px;
  }

  .brand-mark {
    height: 36px;
    width: 36px;
  }

  .brand-name {
    font-size: 0.98rem;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .field-hero {
    min-height: 720px;
  }

  .hero-media {
    transform: none;
  }

  .field-hero-media {
    background-position: center;
    transform: none;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(4, 15, 13, 0.1) 0%, rgba(4, 15, 13, 0.42) 35%, rgba(4, 15, 13, 0.92) 100%),
      linear-gradient(90deg, rgba(4, 15, 13, 0.54) 0%, rgba(4, 15, 13, 0.22) 100%);
  }

  .hero-content {
    align-self: end;
    max-width: 100%;
    overflow: hidden;
    padding: 250px 18px 34px;
  }

  .field-hero-content {
    align-self: end;
    padding: 220px 18px 38px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 3.85rem);
    line-height: 0.92;
    margin-bottom: 18px;
    white-space: nowrap;
  }

  .field-hero-content h1 {
    font-size: clamp(2.8rem, 14vw, 3.7rem);
    white-space: normal;
  }

  .eyebrow {
    font-size: 0.74rem;
    letter-spacing: 0.13em;
    line-height: 1.55;
    margin-bottom: 13px;
  }

  .hero .eyebrow,
  .intro .eyebrow,
  .section-heading .eyebrow {
    font-size: 0.76rem;
  }

  .hero-line {
    font-size: clamp(1.08rem, 5vw, 1.28rem);
    line-height: 1.32;
    margin-bottom: 24px;
    max-width: 100%;
  }

  .hero-actions {
    gap: 10px;
  }

  h2,
  .fit-copy h2,
  .text-panel h2,
  .proof-grid h2,
  .closing-copy h2 {
    font-size: clamp(1.95rem, 9.2vw, 2.62rem);
    line-height: 1.02;
  }

  .button {
    font-size: 0.72rem;
    min-height: 46px;
    padding: 13px 16px;
    width: 100%;
  }

  .text-link {
    margin-top: 4px;
  }

  .band {
    padding: 48px 18px;
  }

  .split {
    gap: 24px;
  }

  .copy-column {
    font-size: 1rem;
  }

  .mission-statement {
    margin-top: 22px;
    padding: 22px 20px;
  }

  .mission-statement p {
    font-size: 1.32rem;
    line-height: 1.22;
  }

  .fit-copy > p,
  .start-note p,
  .fit-list p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .start-note {
    margin-top: 22px;
    padding: 22px 20px;
  }

  .fit-actions,
  .closing-actions {
    align-items: stretch;
    display: grid;
    gap: 10px;
  }

  .fit-list {
    grid-template-columns: 1fr;
  }

  .fit-list article,
  .fit-list article:nth-child(odd),
  .fit-list article:nth-child(even) {
    border-right: 0;
    min-height: auto;
    padding: 22px 0 24px;
  }

  .fit-list span {
    margin-bottom: 14px;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .section-copy {
    font-size: 1rem;
    line-height: 1.55;
    margin-top: 18px;
  }

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

  .service,
  .service:nth-child(odd),
  .service:nth-child(even) {
    border-right: 0;
    min-height: auto;
    padding: 22px 0 24px;
  }

  .service span {
    margin-bottom: 14px;
  }

  .service h3 {
    font-size: 1.36rem;
  }

  .service p {
    line-height: 1.55;
  }

  .service.featured {
    margin-top: 0;
    padding: 24px 20px 26px;
  }

  .field-gallery-heading {
    margin-bottom: 24px;
  }

  .field-slide img {
    height: 330px;
  }

  .field-slide figcaption {
    padding: 28px 20px 34px;
  }

  .field-slide h3 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
    line-height: 1.02;
  }

  .gallery-arrow {
    height: 44px;
    top: 145px;
    width: 44px;
  }

  .gallery-prev {
    left: 10px;
  }

  .gallery-next {
    right: 10px;
  }

  .field-thumbs {
    gap: 8px;
  }

  .field-thumb {
    flex-basis: 88px;
  }

  .photo-panel,
  .closing-photo {
    aspect-ratio: 4 / 3;
  }

  .text-panel,
  .closing-copy {
    padding: 42px 18px 50px;
  }

  .text-panel p,
  .proof-list p,
  .founder-copy p:not(.eyebrow):not(.role) {
    font-size: 1rem;
    line-height: 1.58;
  }

  .proof-list {
    border-left: 0;
    border-top: 1px solid rgba(255, 250, 240, 0.22);
    gap: 20px;
    padding-left: 0;
    padding-top: 24px;
  }

  .proof-photo-grid {
    gap: 28px;
  }

  .proof-photo-image {
    aspect-ratio: 15 / 17;
  }

  .proof-photo-copy .proof-list {
    border-left: 0;
    border-top: 1px solid rgba(255, 250, 240, 0.22);
    padding-left: 0;
    padding-top: 24px;
  }

  .closing-copy p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.52;
    margin-bottom: 24px;
  }

  .work-preview-grid {
    gap: 28px;
  }

  .work-preview-copy h2 {
    font-size: clamp(1.95rem, 9.2vw, 2.62rem);
    line-height: 1.02;
    margin-bottom: 18px;
  }

  .work-preview-copy p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.58;
  }

  .work-preview-strip {
    gap: 8px;
  }

  .founder-layout {
    gap: 26px;
  }

  .founder-photo {
    aspect-ratio: 1;
    justify-self: center;
    max-width: 300px;
    width: 100%;
  }

  .role {
    margin-bottom: 18px;
  }

  .contact-strip {
    display: grid;
    gap: 10px;
    margin-top: 26px;
    padding-top: 18px;
  }

  .closing {
    min-height: auto;
  }

  .closing img {
    aspect-ratio: 4 / 3;
    max-height: none;
  }

  .site-footer {
    gap: 20px;
    padding: 30px 18px;
  }

  .footer-brand-mark {
    flex-basis: 38px;
    height: 38px;
    width: 38px;
  }

  .footer-brand-name {
    font-size: 1.08rem;
  }
}

@media (max-width: 380px) {
  .hero {
    min-height: 730px;
  }

  .field-hero {
    min-height: 700px;
  }

  .hero-content {
    padding-top: 230px;
  }

  .field-hero-content {
    padding-top: 210px;
  }

  h1 {
    font-size: clamp(2.72rem, 14.5vw, 3.32rem);
  }

  h2,
  .fit-copy h2,
  .text-panel h2,
  .proof-grid h2,
  .closing-copy h2 {
    font-size: clamp(1.82rem, 8.8vw, 2.32rem);
  }
}
