*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  font-family: 'Arimo', sans-serif;
}

*:focus-visible {
  outline: 2px solid white;
  outline-offset: 3px;
  border-radius: 2px;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

/* ── Shared page container ──────────────────────────────────────
     Used on every section and inner content div.
     Keeps all content within 1440px and aligned with the nav bar. */

.site-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .site-container {
    padding-left: 98px;
    padding-right: 98px;
  }
}

/* Hero section wrapper — site-container + hero top/bottom spacing (16 page hero sections). */

.hero-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .hero-section {
    padding-left: 98px;
    padding-right: 98px;
  }
}

.hero-section {
  padding-top: 1.5rem;
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  .hero-section {
    padding-top: 2.5rem;
  }
}

/* Column content wrapper — site-container + column flex layout (19 instances). */

.container-col {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .container-col {
    padding-left: 98px;
    padding-right: 98px;
  }
}

.container-col {
  display: flex;
  flex-direction: column;
}

/* ── Buttons ────────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  line-height: 1.03;
  letter-spacing: -0.46px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn {
  font-size: clamp(1rem, 1.6vw, 1.4375rem);
}

/* ── Nav logo ───────────────────────────────────────────────── */

.nav-logo {
  width: clamp(120px, 14vw, 200px);
}

/* ── Hero BRANDS ────────────────────────────────────────────── */

/* letter-spacing and transform-origin are static design values.
     JS only writes fontSize, transform (scaleY), and marginLeft. */

.brands-text {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  font-family: "League Spartan", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  letter-spacing: -0.15em;
  transform-origin: top center;
}

.brands-video {
  mix-blend-mode: multiply;
}

/* ── Approach section ───────────────────────────────────────── */

/* Base layout shared by all four shapes. */

.approach-shape {
  flex: 1;
  min-width: 0;
  aspect-ratio: 1;
}

/* All shapes except the last (bear) overlap the next shape. */

.approach-shape:not(:last-child) {
  margin-right: -5%;
}

/* Scope hover scale to the specific circle/bear images only,
     not any future badge or icon added inside the shape. */

.approach-shape .approach-img {
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.approach-shape:hover .approach-img {
  transform: scale(1.04);
}

/* The bear SVG is inset slightly (97% size) and offset from the top. */

.approach-bear-img {
  top: 0;
  left: 1.5%;
  width: 97%;
  height: 97%;
}

/* Curved arrow between shapes. */

.approach-arrow {
  left: 91%;
  top: -13%;
  transform: translateX(-50%);
  width: clamp(24px, 4.5vw, 66px);
  z-index: 20;
}

/* ── Shared two-column grid base ───────────────────────────── */

/* Used by .story-grid and .coffee-text-grid. Add both classes in HTML:
     <div class="two-col-grid story-grid"> or <div class="two-col-grid coffee-text-grid"> */

.two-col-grid {
  display: grid;
  grid-template-columns: clamp(100px, 40%, 480px) 1fr;
  grid-template-rows: auto 1fr;
  -moz-column-gap: clamp(1rem, 4vw, 2.5rem);
       column-gap: clamp(1rem, 4vw, 2.5rem);
}

@media (max-width: 639px) {
  .two-col-grid {
    grid-template-columns: clamp(100px, 42%, 480px) 1fr;
  }
}

/* ── Our Story section ──────────────────────────────────────── */

.story-title {
  grid-area: 1 / 1;
}

.story-cta   {
  grid-area: 2 / 1;
}

.story-body  {
  grid-area: 1 / 2 / 3 / 3;
  min-width: 0;
}

/* ── Coffee section ─────────────────────────────────────────── */

/* Mobile-first: grid is the default (matches Tailwind's min-width convention).
     At lg (1024px+) we revert to normal block flow — the desktop layout
     is handled by Tailwind flex classes on the parent element. */

.coffee-title {
  grid-area: 1 / 1;
  font-family: "League Spartan", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  font-size: clamp(2.5rem,  4.8vw,   4.375rem);
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .coffee-title {
    margin-bottom: 3rem;
  }
}

.coffee-body  {
  grid-area: 1 / 2 / 3 / 3;
  min-width: 0;
  font-size: clamp(1.125rem, 1.875vw, 1.6875rem);
}

@media (max-width: 1023px) {
  .coffee-body                    {
    font-size: 1.25rem;
  }

  .carousel-track .coffee-body   {
    font-size: 1rem;
  }

  .coffee-body                    {
    font-size: 1.25rem;
  }

  .carousel-track .coffee-body   {
    font-size: 1rem;
  }
}

.coffee-body {
  text-align: justify;
  font-family: Arimo, sans-serif;
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.54px;
}

@media (min-width: 1024px) {
  .coffee-body {
    margin-bottom: 3.5rem;
  }
}

.coffee-cta   {
  grid-area: 2 / 1;
  display: none;
}

@media (min-width: 1024px) {
  .coffee-cta {
    display: block;
  }

  .coffee-text-grid {
    display: block;
  }

  .coffee-title,
    .coffee-body,
    .coffee-cta   {
    grid-area: unset;
  }
}

/* ── Coffee CTA section ─────────────────────────────────────── */

/* Coffee section responsive layout wrapper (9 instances). */

.coffee-layout {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .coffee-layout {
    flex-direction: row;
    min-height: clamp(520px, 55vw, 780px);
  }
}

/* Photo column width that aligns text with the story-grid body column. */

@media (min-width: 1024px) {
  .coffee-photo-story-aligned {
    width: calc(clamp(100px, 40%, 480px) + clamp(1rem, 4vw, 2.5rem));
    flex-shrink: 0;
  }
}

/* Left-to-right fade so the photo blends into the black background. */

.coffee-fade {
  position: absolute;
  inset: 0px;
  background: linear-gradient(to right, black 0%, transparent 30%);
}

/* Mobile-only floating CTA button above the coffee photo. */

.coffee-btn-mobile {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  line-height: 1.03;
  letter-spacing: -0.46px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.coffee-btn-mobile:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.coffee-btn-mobile {
  font-size: clamp(1rem, 1.6vw, 1.4375rem);
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  z-index: 10;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {
  .coffee-btn-mobile {
    display: none;
  }
}

/* ── Why Work With Us — team photo banner ───────────────────── */

.team-banner {
  height: clamp(180px, 25vw, 364px);
}

/* ── Testimonial carousel track ─────────────────────────────── */

/* carousel.js reads --carousel-transition via getComputedStyle so the
     easing is defined here only — no duplication in JS. */

/* Testimonial slide — top-level flex wrapper inside the carousel track. */

/* Testimonial photo frame — responsive square with overflow clip. */

/* Testimonial text column — responsive flex layout beside the photo. */

/* ── CTA banner tiles ───────────────────────────────────────── */

.cta-tile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: clamp(100px, 12.8vw, 185px);
}

/* Dark overlay inside each tile — fades on hover via parent .group. */

.cta-tile-overlay {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.6);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.group:hover .cta-tile-overlay {
  background-color: rgb(0 0 0 / 0.2);
}

/* ── Desktop dropdown ───────────────────────────────────────── */

.desktop-nav-item {
  position: relative;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 190px;
  background: #000;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  padding: 6px 0;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .2s, transform .2s, visibility .2s;
}

.nav-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-item {
  display: block;
  padding: 9px 20px;
  font-size: 1.0625rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity .15s;
}

.nav-dropdown-item:hover {
  opacity: 0.55;
}

/* ── Mobile nav sub-lists ────────────────────────────────────── */

.nav-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0 4px 12px;
  color: #fff;
  transition: transform .25s;
  flex-shrink: 0;
}

.nav-toggle.is-open {
  transform: rotate(180deg);
}

.nav-sub {
  display: none;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
  padding-left: 16px;
}

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

.nav-sub-item {
  font-size: 1rem;
  color: rgba(255,255,255,.7);
  text-decoration: none;
  display: block;
  transition: opacity .15s;
}

/* ── Repeated typography combos ────────────────────────────────── */

/* Section heading — all h1/h2/h3 spartan headings (93 instances). */

.section-heading {
  font-family: "League Spartan", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

/* Display-size section heading — section-heading + display size + standard bottom margin (22 instances). */

.display-heading {
  font-family: "League Spartan", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  font-size: clamp(2.5rem,  4.2vw,   3.75rem);
  margin-bottom: 1.5rem;
}

/* Footer column heading — "Information", "Services", "Contact". */

.footer-col-heading {
  margin-bottom: 1.5rem;
  font-family: Arimo, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.6px;
  font-size: 1.1875rem;
}

/* Testimonial blockquote — carousel and about.html quotes. */

/* Testimonial author/company attribution block. */

/* Hero / page tagline — italic arimo sentence beneath section headings. */

.page-tagline        {
  font-size: clamp(1.5rem,  3.8vw,   3.4375rem);
  margin-bottom: 1rem;
  max-width: 704px;
  font-family: Arimo, sans-serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: -1.1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .page-tagline {
    margin-bottom: 1.5rem;
  }
}

/* Legal page subheadings — h2 within legal content pages. */

.legal-heading           {
  font-size: clamp(1rem,    2.1vw,   1.875rem);
  margin-bottom: 1rem;
  font-family: "League Spartan", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

/* Contact form field label. */

.form-label           {
  font-size: clamp(1.125rem, 1.875vw, 1.6875rem);
}

@media (max-width: 1023px) {
  .form-label                    {
    font-size: 1.25rem;
  }

  .carousel-track .form-label   {
    font-size: 1rem;
  }

  .form-label                    {
    font-size: 1.25rem;
  }

  .carousel-track .form-label   {
    font-size: 1rem;
  }
}

.form-label {
  margin-bottom: 0.75rem;
  display: block;
  font-family: Arimo, sans-serif;
  font-weight: 400;
  letter-spacing: -0.54px;
  color: rgb(255 255 255 / 0.7);
}

/* Contact / enquiry form field — input and textarea base. */

.form-input           {
  font-size: clamp(1.125rem, 1.875vw, 1.6875rem);
}

@media (max-width: 1023px) {
  .form-input                    {
    font-size: 1.25rem;
  }

  .carousel-track .form-input   {
    font-size: 1rem;
  }

  .form-input                    {
    font-size: 1.25rem;
  }

  .carousel-track .form-input   {
    font-size: 1rem;
  }
}

.form-input {
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.4);
  background-color: transparent;
  padding-bottom: 0.75rem;
  font-family: Arimo, sans-serif;
  font-weight: 400;
  letter-spacing: -0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.form-input::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.form-input::placeholder {
  color: rgb(255 255 255 / 0.3);
}

.form-input {
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

/* Footer newsletter email input. */

.newsletter-input {
  font-size: clamp(14px,  2vw,   20px);
  width: 100%;
  background-color: transparent;
  font-family: Arimo, sans-serif;
  font-style: italic;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.newsletter-input::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}

.newsletter-input::placeholder {
  color: rgb(255 255 255 / 0.5);
}

.newsletter-input {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Footer contact link with icon (phone, email). */

.footer-contact-link {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-contact-link:hover {
  opacity: 0.6;
}

.footer-contact-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Footer newsletter form wrapper (border-bottom row). */

.newsletter-form {
  position: relative;
  display: flex;
  align-items: flex-end;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
}

/* Footer newsletter submit arrow button. */

.newsletter-submit {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.newsletter-submit:hover {
  opacity: 0.6;
}

.newsletter-submit {
  margin-left: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Footer nav / social / contact link hover fade. */

.footer-link {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-link:hover {
  opacity: 0.6;
}

/* Footer bottom legal bar — copyright and policy links row. */

.footer-legal-bar          {
  font-size: clamp(0.7rem,  1vw,     0.875rem);
  font-family: Arimo, sans-serif;
  letter-spacing: -0.28px;
}

/* Newsletter submission feedback messages. */

.newsletter-success {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Arimo, sans-serif;
  font-style: italic;
  color: rgb(255 255 255 / 0.8);
}

.newsletter-error {
  margin-top: 0.5rem;
  font-family: Arimo, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

/* ── FAQ accordion ──────────────────────────────────────────── */

/* faq-item / faq-trigger / faq-icon are JS selectors — names must not change. */

.faq-item {
  overflow: hidden;
  border-radius: 10px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
}

.faq-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: left;
}

.faq-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.faq-answer           {
  font-size: clamp(1.125rem, 1.875vw, 1.6875rem);
}

@media (max-width: 1023px) {
  .faq-answer                    {
    font-size: 1.25rem;
  }

  .carousel-track .faq-answer   {
    font-size: 1rem;
  }

  .faq-answer                    {
    font-size: 1.25rem;
  }

  .carousel-track .faq-answer   {
    font-size: 1rem;
  }
}

.faq-answer {
  font-family: Arimo, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.54px;
  color: rgb(255 255 255 / 0.7);
}

.faq-icon {
  margin-left: 1rem;
  flex-shrink: 0;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* FAQ trigger question text and inline body-sized spans (meeting icon labels etc.). */

.body-text           {
  font-size: clamp(1.125rem, 1.875vw, 1.6875rem);
}

@media (max-width: 1023px) {
  .body-text                    {
    font-size: 1.25rem;
  }

  .carousel-track .body-text   {
    font-size: 1rem;
  }

  .body-text                    {
    font-size: 1.25rem;
  }

  .carousel-track .body-text   {
    font-size: 1rem;
  }
}

.body-text {
  font-family: Arimo, sans-serif;
  font-weight: 400;
  letter-spacing: -0.54px;
}

/* FAQ section divider labels ("Working together", "Pricing", etc.). */

.faq-category           {
  font-size: clamp(1rem,    2.1vw,   1.875rem);
  font-family: Arimo, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.6px;
  opacity: 0.5;
}

/* ── Full-bleed cover image / video ─────────────────────────── */

/* Fills any position:relative container. Add object-* modifiers inline. */

.img-cover {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Shrunk overflow-clipped image/video frame (responsive photo wrappers). */

.media-frame {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}

/* Centred text content column (article cards, project cards). */

.content-col {
  display: flex;
  min-width: 0px;
  flex-direction: column;
  justify-content: center;
}

/* Service page text column — left column with top/bottom padding on mobile. */

.service-text-col {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .service-text-col {
    width: 45%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* Story / intro section left column — heading + CTA stacked with space-between. */

.story-intro-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .story-intro-col {
    gap: 0px;
  }
}

/* Section vertical spacing — standard section padding used on 42 sections. */

.section-spacing {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  .section-spacing {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

/* Dark overflow-clipped section — bg-black + overflow-hidden + standard spacing (10 instances). */

.section-dark {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  .section-dark {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.section-dark {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

/* Asymmetric section spacing — intro sections after hero (11 instances). */

.section-intro {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  .section-intro {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }
}

/* Legal page title row — just the h1 banner, tight bottom (4 instances). */

.section-legal-top {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .section-legal-top {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
}

/* Body copy block — main paragraph/description copy. */

.body-copy           {
  font-size: clamp(1.125rem, 1.875vw, 1.6875rem);
}

@media (max-width: 1023px) {
  .body-copy                    {
    font-size: 1.25rem;
  }

  .carousel-track .body-copy   {
    font-size: 1rem;
  }

  .body-copy                    {
    font-size: 1.25rem;
  }

  .carousel-track .body-copy   {
    font-size: 1rem;
  }
}

.body-copy {
  text-align: justify;
  font-family: Arimo, sans-serif;
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.54px;
}

/* CTA tile label — PROJECTS, CONTACT, BOOK A MEETING spans inside .cta-tile. */

.cta-tile-label            {
  font-size: clamp(1.5rem,  3.5vw,   3.125rem);
  position: relative;
  font-family: Arimo, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/* Underlined inline link — used in FAQ answers, legal body, article text. */

.text-link {
  text-decoration-line: underline;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.text-link:hover {
  opacity: 0.7;
}

/* Read-only category tag — decorative label inside a card link, no hover flip. */

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  line-height: 1.03;
  letter-spacing: -0.46px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.tag:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.tag {
  font-size: clamp(1rem, 1.6vw, 1.4375rem);
}

/* Carousel prev/next circle button. */

/* ── Skip-to-content link ───────────────────────────────────── */

/* Visually hidden until focused — required for keyboard accessibility. */

.skip-link {
  position: absolute;
  top: -60px;
  left: 6px;
  z-index: 10000;
  background: #000;
  color: #fff;
  padding: 10px 18px;
  border: 2px solid #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1rem;
  transition: top 0.1s;
}

.skip-link:focus {
  top: 6px;
}

/* ── Site header base ───────────────────────────────────────── */

.site-header {
  position: sticky;
  top: 0px;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

/* ── Page hero (all content pages except index.html) ─────────── */

.page-hero-container {
  position: relative;
  overflow: hidden;
  height: clamp(520px, 62vw, 548px);
}

/* Centered overlay inside .page-hero-container — holds the h1 page title. */

.inset-center {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero-heading {
  font-size: clamp(3rem, 6.7vw, 6rem);
  color: rgba(255,255,255,0.85);
}

/* ── Nav link typography ─────────────────────────────────────── */

.nav-link {
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
  text-transform: uppercase;
  transition: opacity .15s;
}

.nav-link:hover {
  opacity: 0.6;
}

.nav-link[aria-current="page"],
  .nav-link.is-active          {
  opacity: 0.4;
}

.nav-link-mobile {
  font-size: 1.125rem;
  text-transform: uppercase;
  display: block;
  transition: opacity .15s;
}

.nav-link-mobile:hover {
  opacity: 0.6;
}

.nav-link-mobile[aria-current="page"],
  .nav-link-mobile.is-active {
  opacity: 0.4;
}

.nav-sub-item[aria-current="page"] {
  opacity: 0.4;
}

/* ── Remaining named components ─────────────────────────────── */

.header-tagline {
  font-family: Arimo, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.article-date {
  font-family: Arimo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.5;
}

.article-heading {
  font-family: "League Spartan", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  font-size: clamp(2rem,  3.5vw,  4rem);
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Blog/news article card — responsive horizontal layout. Keep `group` in HTML for hover. */

.article-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .article-card {
    flex-direction: row;
    gap: 4rem;
  }
}

/* Article/project image — fill container with hover scale triggered by parent .group. */

.article-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.group:hover .article-img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Hero newsletter subscribe button (blog.html, news.html). */

.hero-subscribe-btn {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-subscribe-btn:hover {
  opacity: 0.6;
}

.hero-subscribe-btn {
  margin-left: 1rem;
  flex-shrink: 0;
  white-space: nowrap;
  font-family: Arimo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.approach-word       {
  font-size: clamp(0.9rem,  2.1vw,   1.875rem);
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: Arimo, sans-serif;
  font-style: italic;
  line-height: 1.09;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.service-tile-label           {
  font-size: clamp(1rem,    2.1vw,   1.875rem);
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arimo, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.footer-nav-list         {
  font-size: clamp(0.9375rem, 1.4vw,  1.125rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-family: Arimo, sans-serif;
  letter-spacing: -0.54px;
}

.footer-mobile-text {
  font-family: Arimo, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.54px;
}

.legal-subheading {
  font-family: Arimo, sans-serif;
  font-weight: 700;
}

.legal-notice {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  color: rgb(255 255 255 / 0.5);
}

.legal-body           {
  font-size: clamp(1.125rem, 1.875vw, 1.6875rem);
}

@media (max-width: 1023px) {
  .legal-body                    {
    font-size: 1.25rem;
  }

  .carousel-track .legal-body   {
    font-size: 1rem;
  }

  .legal-body                    {
    font-size: 1.25rem;
  }

  .carousel-track .legal-body   {
    font-size: 1rem;
  }
}

.legal-body {
  font-family: Arimo, sans-serif;
  line-height: 1.625;
  letter-spacing: -0.54px;
}

.founder-role           {
  font-size: clamp(1.125rem, 1.875vw, 1.6875rem);
}

@media (max-width: 1023px) {
  .founder-role                    {
    font-size: 1.25rem;
  }

  .carousel-track .founder-role   {
    font-size: 1rem;
  }

  .founder-role                    {
    font-size: 1.25rem;
  }

  .carousel-track .founder-role   {
    font-size: 1rem;
  }
}

.founder-role {
  font-family: Arimo, sans-serif;
  font-style: italic;
  line-height: 1.09;
  letter-spacing: -0.81px;
}

.scroll-text           {
  font-size: clamp(4.5rem,  9.2vw,   9rem);
  font-family: "League Spartan", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-message           {
  font-size: clamp(1.125rem, 1.875vw, 1.6875rem);
}

@media (max-width: 1023px) {
  .page-message                    {
    font-size: 1.25rem;
  }

  .carousel-track .page-message   {
    font-size: 1rem;
  }

  .page-message                    {
    font-size: 1.25rem;
  }

  .carousel-track .page-message   {
    font-size: 1rem;
  }
}

.page-message {
  font-family: Arimo, sans-serif;
  line-height: 1.625;
  letter-spacing: -0.54px;
  color: rgb(255 255 255 / 0.7);
}

/* ── Typography scale ───────────────────────────────────────────
     Named by role, not by size, so the intent is clear at a glance.

     text-display        — section headings (OUR STORY, SERVICES, etc.)
     text-tagline        — hero tagline italic sentence
     text-work           — large WORK scroll text
     text-nav            — desktop nav links (responsive 18–22px)
     text-body           — paragraph / description copy
     text-tile           — service tile labels, nav-scale labels
     text-approach       — approach circle step labels
     text-quote          — testimonial blockquotes
     text-cta            — CTA banner labels (PROJECTS, BOOK A MEETING)
     text-coffee-heading — A coffee? Get in touch heading (larger than display)
     text-coffee-body    — Coffee section description copy (tighter than body)
     text-footer         — footer nav lists and contact details
     text-legal          — bottom bar legal links and copyright
  */

.text-display        {
  font-size: clamp(2.5rem,  4.2vw,   3.75rem);
}

.text-body           {
  font-size: clamp(1.125rem, 1.875vw, 1.6875rem);
}

@media (max-width: 1023px) {
  .text-body                    {
    font-size: 1.25rem;
  }

  .carousel-track .text-body   {
    font-size: 1rem;
  }
}

.text-tile           {
  font-size: clamp(1rem,    2.1vw,   1.875rem);
}

/* Page-specific sizes that don't fit the main scale: */

.text-scroll    {
  font-size: clamp(52px,  10vw, 160px);
  letter-spacing: -0.04em;
}

.text-page-title {
  font-size: clamp(2rem, 5.5vw,  5rem);
  color: rgba(255,255,255,0.85);
}

.text-404       {
  font-size: clamp(5rem, 16vw,  14rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-6 {
  left: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-6 {
  top: 1.5rem;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[20\] {
  z-index: 20;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[4\] {
  z-index: 4;
}

.z-\[5\] {
  z-index: 5;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mt-\[85px\] {
  margin-top: -85px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[80px\] {
  height: 80px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.min-h-\[100px\] {
  min-height: 100px;
}

.min-h-\[200px\] {
  min-height: 200px;
}

.min-h-\[340px\] {
  min-height: 340px;
}

.min-h-\[calc\(100vh-180px\)\] {
  min-height: calc(100vh - 180px);
}

.w-10 {
  width: 2.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[130px\] {
  width: 130px;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-\[1440px\] {
  max-width: 1440px;
}

.max-w-\[510px\] {
  max-width: 510px;
}

.max-w-\[520px\] {
  max-width: 520px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[704px\] {
  max-width: 704px;
}

.max-w-lg {
  max-width: 32rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default {
  cursor: default;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

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

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

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.self-start {
  align-self: flex-start;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-\[50\%_25\%\] {
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}

.object-\[70\%\] {
  -o-object-position: 70%;
     object-position: 70%;
}

.object-\[center_30\%\] {
  -o-object-position: center 30%;
     object-position: center 30%;
}

.object-\[center_40\%\] {
  -o-object-position: center 40%;
     object-position: center 40%;
}

.object-\[center_45\%\] {
  -o-object-position: center 45%;
     object-position: center 45%;
}

.object-\[center_60\%\] {
  -o-object-position: center 60%;
     object-position: center 60%;
}

.object-\[center_65\%\] {
  -o-object-position: center 65%;
     object-position: center 65%;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-44 {
  padding-top: 11rem;
}

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

.font-arimo {
  font-family: Arimo, sans-serif;
}

.font-normal {
  font-weight: 400;
}

.leading-body {
  line-height: 1.03;
}

.tracking-body {
  letter-spacing: -0.54px;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.opacity-40 {
  opacity: 0.4;
}

.outline {
  outline-style: solid;
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* ── Intro curtain animation ──────────────────────────────────── */

#intro-top,
#intro-bottom {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#intro-top    {
  top: 0;
  height: 50vh;
  align-items: flex-end;
}

#intro-bottom {
  bottom: 0;
  height: 50vh;
  align-items: flex-start;
}

#intro-wordmark {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  text-align: center;
  pointer-events: none;
  animation: wm-in  0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both,
             wm-out 0.35s ease-in 0.95s forwards;
}

#intro-wordmark img {
  width: clamp(160px, 22vw, 300px);
  height: auto;
  display: block;
}

#intro-top.curtain-open    {
  animation: curtain-top    0.5s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

#intro-bottom.curtain-open {
  animation: curtain-bottom 0.5s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

@keyframes wm-in {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 18px)) scale(0.94);
  }

  to   {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes wm-out {
  to {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 10px));
  }
}

@keyframes curtain-top    {
  to {
    transform: translateY(-100%);
  }
}

@keyframes curtain-bottom {
  to {
    transform: translateY(100%);
  }
}

/* ── Header entrance (after curtain) ─────────────────────────── */

/* Scoped to .intro-header so this only applies to index.html.
   Other pages have no curtain, so their header must not start invisible. */

@keyframes header-in {
  from {
    opacity: 0;
  }

  to   {
    opacity: 1;
  }
}

.intro-header       {
  animation: header-in 0.7s ease 1.4s  both;
}

/* index.html — logo + curtain */

.intro-header-fast  {
  animation: header-in 0.7s ease 0.9s  both;
}

/* other pages — curtain only */

/* ── Scroll reveal ───────────────────────────────────────────── */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Mobile/tablet layout overrides ─────────────────────────── */

#founders-banner {
  max-width: 62%;
}

@media (max-width: 1023px) {
  #founders-banner {
    max-width: 100%;
  }

  .full-bleed-mobile {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}

/* ── Respect reduced-motion preference ───────────────────────── */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  #intro-top, #intro-bottom, #intro-wordmark {
    display: none !important;
  }

  .intro-header, .intro-header-fast, .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {
  .sm\:-mt-\[130px\] {
    margin-top: -130px;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }
}

@media (min-width: 768px) {
  .md\:-mt-\[200px\] {
    margin-top: -200px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:left-\[98px\] {
    left: 98px;
  }

  .lg\:right-\[98px\] {
    right: 98px;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:-mt-\[100px\] {
    margin-top: -100px;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[100px\] {
    height: 100px;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:w-\[20vw\] {
    width: 20vw;
  }

  .lg\:w-\[36\%\] {
    width: 36%;
  }

  .lg\:w-\[43\%\] {
    width: 43%;
  }

  .lg\:w-\[48\%\] {
    width: 48%;
  }

  .lg\:w-\[615px\] {
    width: 615px;
  }

  .lg\:w-\[620px\] {
    width: 620px;
  }

  .lg\:w-\[64\%\] {
    width: 64%;
  }

  .lg\:max-w-\[48\%\] {
    max-width: 48%;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-\[34px\] {
    gap: 34px;
  }

  .lg\:gap-\[41px\] {
    gap: 41px;
  }

  .lg\:gap-\[60px\] {
    gap: 60px;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-60 {
    padding-top: 15rem;
  }

  .lg\:pt-\[200px\] {
    padding-top: 200px;
  }
}

@media (min-width: 1280px) {
  .xl\:-mt-\[170px\] {
    margin-top: -170px;
  }

  .xl\:w-\[320px\] {
    width: 320px;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }
}
