:root {
  --bb-cream: #E9E4DB;
  --bb-paper: #E9E4DB;
  --bb-bluegrey: #C9D0D2;
  --bb-sage: #C9D0D2;
  --bb-navy: #172238;
  --bb-bordeaux: #452024;
  --bb-mauve: #452024;
  --bb-ink: #241D1F;
  --bb-muted: rgba(36, 29, 31, 0.72);
  --bb-line: rgba(36, 29, 31, 0.14);
  --bb-shadow: 0 24px 72px rgba(23, 34, 56, 0.14);
  --bb-radius: 1.6rem;
  --bb-radius-lg: 2.2rem;
  --bb-serif: 'Bodoni Moda', 'Didot', 'Times New Roman', serif;
  --bb-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --bb-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--bb-sans);
  color: var(--bb-ink);
  background: var(--bb-cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

main,
section,
header,
footer {
  position: relative;
}

.bb-shell {
  width: min(calc(100% - 1.5rem), 72rem);
  margin: 0 auto;
}

.bb-kicker {
  margin: 0 0 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bb-bordeaux);
}

.bb-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(36, 29, 31, 0.08);
  background: rgba(233, 228, 219, 0.82);
  backdrop-filter: blur(16px);
}

.bb-header__inner {
  display: grid;
  gap: 0.9rem;
  padding: max(0.9rem, env(safe-area-inset-top)) 0 0.9rem;
}

.bb-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
}

.bb-brand__lockup {
  width: min(14.5rem, 62vw);
  height: auto;
  object-fit: contain;
  overflow: visible;
}

.bb-hero__isotipo {
  width: 100%;
  height: auto;
  object-fit: contain;
  overflow: visible;
}

.bb-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.bb-nav a,
.bb-footer__links a {
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.9rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bb-nav a {
  border: 1px solid rgba(36, 29, 31, 0.12);
  background: rgba(220, 226, 226, 0.46);
  color: rgba(23, 34, 56, 0.72);
  transition: transform 0.24s var(--bb-ease), background 0.24s ease;
}

.bb-nav a:hover,
.bb-nav a:focus-visible {
  transform: translateY(-1px);
  background: rgba(201, 208, 210, 0.5);
}

.bb-hero {
  overflow: clip;
  background:
    linear-gradient(180deg, rgba(233, 228, 219, 0.94) 0%, rgba(220, 226, 226, 0.74) 100%),
    var(--bb-cream);
}

.bb-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/assets/brand/source-vector/botanical-light.svg') right -5rem top 2rem / min(26rem, 72vw) no-repeat;
  opacity: 0.16;
  pointer-events: none;
}

.bb-hero__grid {
  display: grid;
  gap: 1.35rem;
  padding: 2rem 0 3.2rem;
}

.bb-hero__copy,
.bb-hero__visual,
.bb-pattern-panel,
.bb-service-card,
.bb-collection-card,
.bb-intake__card,
.bb-contact__card,
.bb-contact__copy {
  border: 1px solid var(--bb-line);
  box-shadow: var(--bb-shadow);
}

.bb-hero__copy {
  padding: 1.45rem;
  border-radius: var(--bb-radius-lg);
  background: rgba(233, 228, 219, 0.84);
}

.bb-hero h1,
.bb-concept h2,
.bb-section-head h2,
.bb-collection__intro h2,
.bb-contact h2,
.bb-service-card h3,
.bb-collection-card h3,
.bb-project-showcase__title,
.bb-project-card__title {
  margin: 0;
  font-family: var(--bb-sans);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.bb-hero h1 {
  margin-bottom: 1rem;
  font-family: var(--bb-serif);
  font-size: clamp(2.1rem, 7vw, 3.8rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  color: var(--bb-navy);
}

.bb-hero__lead {
  margin: 0 0 1rem;
  font-size: clamp(1.06rem, 4.2vw, 1.36rem);
  line-height: 1.48;
  color: var(--bb-navy);
}

.bb-hero__body,
.bb-concept__copy p,
.bb-section-copy,
.bb-collection__intro p,
.bb-intake__copy p,
.bb-contact__copy > p,
.bb-contact-cta p,
.bb-project-showcase__text,
.bb-project-card__text,
.bb-service-card p,
.bb-collection-card p,
.bb-pattern-panel p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--bb-muted);
}

.bb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.bb-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.bb-pill {
  min-height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.85rem;
  border: 1px solid rgba(36, 29, 31, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bb-navy);
}

.bb-hero__note {
  margin: 0.95rem 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(36, 29, 31, 0.6);
}

.bb-hero__quote {
  margin-top: 1rem;
  padding: 1rem 1.05rem;
  border-left: 3px solid rgba(69, 32, 36, 0.3);
  border-radius: 0 1.1rem 1.1rem 0;
  background: rgba(201, 208, 210, 0.24);
  font-family: var(--bb-serif);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--bb-navy);
}

.bb-button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(23, 34, 56, 0.24);
  background: transparent;
  color: var(--bb-navy);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 0.24s var(--bb-ease), background 0.24s ease, color 0.24s ease;
}

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

.bb-button--primary {
  background: var(--bb-navy);
  border-color: var(--bb-navy);
  color: var(--bb-cream);
}

.bb-button--primary:hover,
.bb-button--primary:focus-visible {
  background: var(--bb-bordeaux);
  border-color: var(--bb-bordeaux);
  color: var(--bb-cream);
}

.bb-button--soft {
  background: rgba(191, 199, 202, 0.36);
}

.bb-button--soft:hover,
.bb-button--soft:focus-visible {
  background: rgba(191, 199, 202, 0.62);
}

.bb-inline-label {
  color: var(--bb-bordeaux);
  font-weight: 800;
}

.bb-button--disabled,
.bb-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background: rgba(36, 29, 31, 0.08);
}

.bb-hero__visual {
  position: relative;
  padding: 1rem;
  border-radius: var(--bb-radius-lg);
  background: rgba(233, 228, 219, 0.86);
}

.bb-hero__media {
  overflow: hidden;
  border-radius: calc(var(--bb-radius-lg) - 0.4rem);
  aspect-ratio: 4 / 5;
  background: var(--bb-bluegrey);
}

.bb-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-hero__caption {
  margin-top: 0.9rem;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(36, 29, 31, 0.56);
}

.bb-hero__isotipo {
  position: absolute;
  right: 1.2rem;
  bottom: 3.1rem;
  width: clamp(4.2rem, 20vw, 6.2rem);
  height: auto;
  padding: 0.15rem;
  filter: drop-shadow(0 14px 20px rgba(23, 34, 56, 0.12));
}

.bb-concept,
.bb-services,
.bb-intake,
.bb-contact {
  padding: 3.1rem 0;
}

.bb-concept__layout,
.bb-intake__layout,
.bb-contact__layout,
.bb-collection__layout {
  display: grid;
  gap: 1rem;
}

.bb-concept__copy {
  padding-right: 0.3rem;
}

.bb-concept__layout--plain {
  grid-template-columns: 1fr;
}

.bb-concept__layout--plain .bb-concept__copy {
  max-width: 58rem;
}

.bb-concept h2,
.bb-section-head h2,
.bb-collection__intro h2,
.bb-intake h2,
.bb-contact h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.9rem, 6vw, 3.4rem);
  color: var(--bb-navy);
}

.bb-pattern-panel {
  min-height: 17rem;
  padding: 1.4rem;
  border-radius: var(--bb-radius-lg);
  background:
    linear-gradient(rgba(23, 34, 56, 0.78), rgba(23, 34, 56, 0.78)),
    url('/assets/brand/source-vector/waves-burgundy.svg') center / cover no-repeat,
    var(--bb-navy);
  color: var(--bb-cream);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bb-pattern-panel__eyebrow {
  margin-bottom: 0.8rem;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(233, 228, 219, 0.78);
}

.bb-pattern-panel p {
  color: rgba(233, 228, 219, 0.78);
}

.bb-projects {
  padding: 3.1rem 0;
  background: linear-gradient(180deg, rgba(201, 208, 210, 0.28), rgba(233, 228, 219, 0.86));
}

.bb-section-head {
  margin-bottom: 1.4rem;
}

.bb-section-copy {
  margin-top: 0.85rem;
  max-width: 44rem;
}

.bb-project-status {
  margin-bottom: 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(36, 29, 31, 0.58);
}

.bb-project-showcase {
  min-height: 18rem;
  display: grid;
  gap: 0;
  border-radius: var(--bb-radius-lg);
  overflow: hidden;
  background: var(--bb-navy);
  color: var(--bb-cream);
}

.bb-project-showcase__media {
  position: relative;
  min-height: 18rem;
  background: rgba(23, 34, 56, 0.92);
}

.bb-project-showcase__media img,
.bb-project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-project-showcase__tag,
.bb-project-card__tag {
  position: absolute;
  left: 1rem;
  top: 1rem;
  min-height: 2rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: rgba(233, 228, 219, 0.88);
  color: var(--bb-bordeaux);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bb-project-showcase__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 1.35rem;
}

.bb-project-showcase__meta,
.bb-project-card__meta {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(233, 228, 219, 0.7);
}

.bb-project-showcase__title {
  font-size: clamp(1.8rem, 5.4vw, 3rem);
  color: var(--bb-cream);
}

.bb-project-showcase__text {
  color: rgba(233, 228, 219, 0.78);
}

.bb-project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bb-project-link,
.bb-project-card__link {
  min-height: 2.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(233, 228, 219, 0.28);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

button.bb-project-card__link {
  font-family: inherit;
}

.bb-project-link {
  background: var(--bb-cream);
  color: var(--bb-navy);
  border-color: var(--bb-cream);
}


.bb-project-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.bb-project-card {
  overflow: hidden;
  border: 1px solid var(--bb-line);
  border-radius: var(--bb-radius);
  background: rgba(233, 228, 219, 0.74);
  box-shadow: 0 16px 46px rgba(23, 34, 56, 0.08);
}

.bb-project-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--bb-bluegrey);
}

.bb-project-card__body {
  padding: 1.1rem;
}

.bb-project-card__meta {
  color: rgba(36, 29, 31, 0.56);
}

.bb-project-card__title {
  margin: 0.6rem 0 0.7rem;
  font-size: 1.8rem;
  color: var(--bb-navy);
}

.bb-project-card__text {
  margin-bottom: 1rem;
}

.bb-project-card__link {
  border-color: rgba(23, 34, 56, 0.18);
  color: var(--bb-navy);
}


.bb-project-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

button.bb-project-card__link {
  background: transparent;
}


.bb-services {
  background: linear-gradient(180deg, rgba(233, 228, 219, 0.78), rgba(220, 226, 226, 0.74));
}

.bb-intake {
  padding: 3.1rem 0;
  background:
    linear-gradient(90deg, rgba(23, 34, 56, 0.9), rgba(69, 32, 36, 0.84)),
    url('/assets/brand/source-vector/waves-blue.svg') center / cover no-repeat;
  color: var(--bb-cream);
}

.bb-intake .bb-kicker,
.bb-intake h2,
.bb-intake .bb-section-copy,
.bb-intake__copy p,
.bb-intake__embed-note {
  color: var(--bb-cream);
}

.bb-intake .bb-section-copy,
.bb-intake__copy p,
.bb-intake__embed-note {
  opacity: 0.82;
}

.bb-intake__layout,
.bb-intake__questions {
  display: grid;
  gap: 1rem;
}

.bb-intake__layout {
  margin-top: 1.6rem;
}

.bb-intake__copy,
.bb-intake__embed,
.bb-intake__question-card {
  border: 1px solid rgba(233, 228, 219, 0.16);
  border-radius: var(--bb-radius-lg);
  box-shadow: var(--bb-shadow);
}

.bb-intake__copy,
.bb-intake__embed {
  padding: 1.45rem;
  background: rgba(233, 228, 219, 0.08);
  backdrop-filter: blur(10px);
}

.bb-intake__stats {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}

.bb-intake__stats article {
  padding: 0.95rem 1rem;
  border-radius: 1.25rem;
  background: rgba(233, 228, 219, 0.1);
  border: 1px solid rgba(233, 228, 219, 0.14);
}

.bb-intake__stats strong,
.bb-intake__question-kicker {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bb-intake__stats strong {
  color: var(--bb-cream);
}

.bb-intake__stats span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(233, 228, 219, 0.72);
  line-height: 1.5;
}

.bb-intake__embed-frame {
  overflow: hidden;
  border-radius: calc(var(--bb-radius-lg) - 0.5rem);
  background: rgba(233, 228, 219, 0.12);
  min-height: 38rem;
}

.bb-intake__embed-frame iframe {
  width: 100%;
  min-height: 38rem;
  border: 0;
  background: var(--bb-cream);
}

.bb-intake__embed-note {
  margin: 0.9rem 0 0;
  font-size: 0.88rem;
  line-height: 1.55;
}

.bb-intake__questions {
  margin-top: 1rem;
}

.bb-intake__question-card {
  padding: 1.35rem;
  background: rgba(233, 228, 219, 0.95);
  color: var(--bb-ink);
}

.bb-intake__question-kicker {
  margin-bottom: 0.85rem;
  color: var(--bb-bordeaux);
}

.bb-intake__question-card h3 {
  margin: 0 0 0.95rem;
  font-family: var(--bb-serif);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: var(--bb-bordeaux);
}

.bb-question-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.72rem;
}

.bb-question-list li {
  position: relative;
  padding-left: 1.15rem;
  line-height: 1.55;
  color: rgba(36, 29, 31, 0.72);
}

.bb-question-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--bb-bordeaux);
}

.bb-contact-cta {
  display: grid;
  gap: 0.85rem;
}

.bb-contact-cta .bb-button {
  width: fit-content;
}

.bb-contact-cta .bb-contact-form__note {
  margin-top: 0.25rem;
}

@media (max-width: 43.99rem) {
  .bb-intake__embed-frame,
  .bb-intake__embed-frame iframe {
    min-height: 31rem;
  }
}

.bb-services__intro-layout {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.bb-services__intro-layout .bb-section-head {
  margin-bottom: 0;
}

.bb-pattern-panel--services {
  min-height: 13.5rem;
}

.bb-services__grid {
  display: grid;
  gap: 1rem;
}

.bb-service-card {
  display: flex;
  flex-direction: column;
  padding: 1.45rem;
  border-radius: var(--bb-radius-lg);
  background: rgba(233, 228, 219, 0.88);
}

.bb-service-card--accent,
.bb-service-card--navy {
  background: var(--bb-navy);
}

.bb-service-card--light {
  background: rgba(233, 228, 219, 0.82);
  border-color: rgba(23, 34, 56, 0.18);
  box-shadow: 0 22px 64px rgba(23, 34, 56, 0.1);
}

.bb-service-card__index {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bb-mauve);
}

.bb-service-card h3 {
  margin-bottom: 0.85rem;
  font-size: clamp(2rem, 8vw, 3rem);
  color: var(--bb-navy);
}

.bb-service-card__list {
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.bb-service-card__list li {
  padding-top: 0.65rem;
  border-top: 1px solid rgba(36, 29, 31, 0.1);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--bb-navy);
}

.bb-service-card--accent h3,
.bb-service-card--accent p,
.bb-service-card--navy h3,
.bb-service-card--navy p {
  color: var(--bb-cream);
}

.bb-service-card--accent .bb-service-card__index,
.bb-service-card--accent .bb-service-card__list li,
.bb-service-card--navy .bb-service-card__index,
.bb-service-card--navy .bb-service-card__list li {
  color: rgba(233, 228, 219, 0.88);
  border-color: rgba(233, 228, 219, 0.18);
}

.bb-service-card--accent p,
.bb-service-card--navy p {
  opacity: 0.82;
}

.bb-service-card--light .bb-service-card__index {
  color: var(--bb-bordeaux);
}

.bb-service-card--light p,
.bb-service-card--light .bb-service-card__list li {
  color: rgba(23, 34, 56, 0.78);
}

.bb-services__process-copy strong {
  color: var(--bb-bordeaux);
}

.bb-services__process {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.bb-services__step {
  padding: 1rem 1.1rem;
  border: 1px solid var(--bb-line);
  border-radius: 1.35rem;
  background: rgba(233, 228, 219, 0.6);
}

.bb-services__step span,
.bb-collection-card__meta,
.bb-contact__highlight span,
.bb-contact__microcopy {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bb-services__step span,
.bb-collection-card__meta,
.bb-contact__highlight span {
  margin-bottom: 0.55rem;
  color: var(--bb-bordeaux);
}

.bb-services__step p,
.bb-contact__highlight p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--bb-muted);
}

.bb-collection {
  padding: 3.1rem 0;
  background: var(--bb-cream);
}

.bb-collection__intro {
  padding: 0.2rem 0 0.8rem;
}

.bb-collection__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.bb-collection__cards {
  display: grid;
  gap: 1rem;
}

.bb-collection-card {
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.35rem;
  border-radius: var(--bb-radius-lg);
  background:
    linear-gradient(rgba(233, 228, 219, 0.92), rgba(233, 228, 219, 0.92)),
    url('/assets/brand/source-vector/botanical-light.svg') center / cover no-repeat;
}

.bb-collection-card:nth-child(2) {
  background:
    linear-gradient(rgba(191, 199, 202, 0.9), rgba(191, 199, 202, 0.9)),
    url('/assets/brand/source-vector/waves-blue.svg') center / cover no-repeat;
}

.bb-collection-card:nth-child(3) {
  background:
    linear-gradient(rgba(170, 152, 164, 0.28), rgba(170, 152, 164, 0.28)),
    var(--bb-cream);
}

.bb-collection-card h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.7rem, 5.2vw, 2.35rem);
  color: var(--bb-navy);
}

.bb-collection__note {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(36, 29, 31, 0.64);
}

.bb-contact {
  background: linear-gradient(180deg, rgba(201, 208, 210, 0.36), rgba(233, 228, 219, 1));
}

.bb-contact__copy,
.bb-intake__card,
.bb-contact__card {
  padding: 1.45rem;
  border-radius: var(--bb-radius-lg);
  background: rgba(233, 228, 219, 0.84);
}

.bb-contact-list {
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.bb-contact-list li {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(36, 29, 31, 0.08);
}

.bb-contact-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.bb-contact-list span,
.bb-contact__card-header p,
.bb-intake__card-head p,
.bb-contact-form__note {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(36, 29, 31, 0.56);
}

.bb-contact-list a {
  width: fit-content;
  color: var(--bb-bordeaux);
  font-size: 1rem;
}

.bb-contact__highlights {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.bb-contact__highlight {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(36, 29, 31, 0.08);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.3);
}

.bb-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.bb-contact__microcopy {
  margin: 1rem 0 0;
  color: rgba(36, 29, 31, 0.56);
}

.bb-contact__card-header,
.bb-intake__card-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 1rem;
}

.bb-contact__card-header img,
.bb-intake__card-head img {
  width: 3rem;
}

.bb-contact__card-header h3,
.bb-intake__card-head h3 {
  margin: 0 0 0.25rem;
  font-family: var(--bb-serif);
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: var(--bb-bordeaux);
}

.bb-contact__card-header p,
.bb-intake__card-head p {
  margin: 0;
}

.bb-contact-form {
  display: grid;
  gap: 0.85rem;
}

.bb-contact-cta {
  display: grid;
  gap: 0.85rem;
}

.bb-contact-form label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--bb-ink);
}

.bb-contact-form input,
.bb-contact-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(36, 29, 31, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.56);
  color: rgba(36, 29, 31, 0.62);
}

.bb-contact-form textarea {
  resize: vertical;
  min-height: 7rem;
}

.bb-contact-form__note {
  margin: 0;
  line-height: 1.5;
}

.bb-footer {
  padding: 2.2rem 0 max(2rem, env(safe-area-inset-bottom));
  background:
    linear-gradient(rgba(23, 34, 56, 0.94), rgba(23, 34, 56, 0.94)),
    url('/assets/brand/source-vector/waves-burgundy.svg') center / cover no-repeat;
  color: var(--bb-cream);
}

.bb-footer__inner {
  display: grid;
  gap: 1.2rem;
}

.bb-footer__brand {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.bb-footer__lockup {
  width: min(18rem, 78vw);
  height: auto;
}

.bb-footer__brand p {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(233, 228, 219, 0.74);
}

.bb-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.bb-footer__links a {
  border: 1px solid rgba(233, 228, 219, 0.16);
  color: var(--bb-cream);
  background: rgba(233, 228, 219, 0.06);
}

.bb-embed-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  visibility: hidden;
}

.bb-embed-modal.is-open {
  pointer-events: auto;
  visibility: visible;
}

.bb-embed-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 34, 56, 0.56);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.bb-embed-modal.is-open .bb-embed-modal__backdrop {
  opacity: 1;
}

.bb-embed-modal__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(41rem, calc(100vw - 1.25rem));
  max-height: calc(100vh - 1.5rem);
  overflow: auto;
  padding: 1rem;
  border-radius: 1.4rem;
  background: var(--bb-cream);
  transform: translate(-50%, -46%) scale(0.98);
  opacity: 0;
  transition: transform 0.25s var(--bb-ease), opacity 0.25s ease;
}

.bb-embed-modal.is-open .bb-embed-modal__dialog {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.bb-embed-modal__close {
  position: sticky;
  top: 0;
  margin-left: auto;
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  border-radius: 999px;
  background: var(--bb-navy);
  color: var(--bb-cream);
  font-size: 1.2rem;
}

.bb-embed-modal__body .instagram-media {
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.bb-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s var(--bb-ease);
}

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

.bb-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.05rem;
}

.bb-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.72rem;
  border-radius: 999px;
  background: rgba(201, 208, 210, 0.42);
  color: var(--bb-bordeaux);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bb-hero__note {
  margin: 0.9rem 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(36, 29, 31, 0.56);
}

.bb-hero__quote {
  margin-top: 1rem;
  padding-left: 0.9rem;
  border-left: 3px solid rgba(69, 32, 36, 0.28);
  color: var(--bb-bordeaux);
  font-family: var(--bb-serif);
  font-size: 1.15rem;
  line-height: 1.35;
}

.bb-intake__question-card p {
  margin: 0;
  line-height: 1.62;
  color: rgba(36, 29, 31, 0.72);
}

@media (min-width: 44rem) {
  .bb-shell {
    width: min(calc(100% - 2rem), 72rem);
  }

  .bb-header__inner {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

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

  .bb-project-grid,
  .bb-services__grid,
  .bb-collection__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 58rem) {
  .bb-hero__grid,
  .bb-concept__layout,
  .bb-services__intro-layout,
  .bb-intake__layout,
  .bb-contact__layout,
  .bb-collection__layout {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 29rem);
    align-items: center;
  }

  .bb-collection__layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bb-concept__layout--plain {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bb-intake__layout {
    grid-template-columns: minmax(0, 0.94fr) minmax(20rem, 1.06fr);
    align-items: start;
  }

  .bb-hero__copy {
    padding: 2rem;
  }

  .bb-intake__embed-frame,
  .bb-intake__embed-frame iframe {
    min-height: 44rem;
  }

  .bb-project-showcase {
    grid-template-columns: minmax(20rem, 31rem) minmax(0, 1fr);
  }

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

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

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

  .bb-footer__inner {
    grid-template-columns: auto 1fr;
    align-items: end;
  }

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

/* Home refinement overrides */
.bb-hero h1 {
  font-family: var(--bb-serif);
  font-weight: 600;
  letter-spacing: -0.05em;
}

.bb-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.05rem;
}

.bb-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.78rem;
  border: 1px solid rgba(36, 29, 31, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  color: var(--bb-navy);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bb-hero__note {
  margin: 0.9rem 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(36, 29, 31, 0.56);
}

.bb-hero__quote {
  margin-top: 1rem;
  padding: 1rem 1.05rem;
  border-left: 3px solid rgba(69, 32, 36, 0.28);
  border-radius: 0 1.1rem 1.1rem 0;
  background: rgba(201, 208, 210, 0.24);
  color: var(--bb-bordeaux);
  font-family: var(--bb-serif);
  font-size: 1.05rem;
  line-height: 1.45;
}

.bb-services__process {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.bb-services__step {
  padding: 1rem 1.1rem;
  border: 1px solid var(--bb-line);
  border-radius: 1.35rem;
  background: rgba(233, 228, 219, 0.6);
}

.bb-services__step span,
.bb-collection-card__meta,
.bb-contact__highlight span,
.bb-contact__microcopy {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bb-services__step span,
.bb-collection-card__meta,
.bb-contact__highlight span {
  margin-bottom: 0.55rem;
  color: var(--bb-bordeaux);
}

.bb-services__step p,
.bb-contact__highlight p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--bb-muted);
}

.bb-contact__highlights {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.bb-contact__highlight {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(36, 29, 31, 0.08);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.3);
}

.bb-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.bb-contact__microcopy {
  margin: 1rem 0 0;
  color: rgba(36, 29, 31, 0.56);
}

@media (min-width: 44rem) {
  .bb-contact__highlights,
  .bb-services__process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

  .bb-reveal,
  .bb-button,
  .bb-nav a,
  .bb-embed-modal__backdrop,
  .bb-embed-modal__dialog {
    transition: none;
  }
}

/* Cutu cleanup pass — reduce density and restore logo isotipo */
.bb-brand {
  gap: 0.62rem;
}

.bb-brand__isotipo {
  width: clamp(1.8rem, 5vw, 2.35rem);
  height: auto;
  flex: 0 0 auto;
}

.bb-brand__lockup {
  width: min(12.4rem, 48vw);
}

.bb-header__inner {
  gap: 0.65rem;
}

.bb-hero__grid {
  padding: 1.45rem 0 2.45rem;
}

.bb-hero__copy {
  padding: clamp(1.35rem, 3vw, 1.8rem);
}

.bb-hero h1 {
  margin-bottom: 0.85rem;
}

.bb-actions {
  margin-top: 1.1rem;
}

.bb-project-showcase__media,
.bb-project-card__media {
  aspect-ratio: 4 / 3;
}

.bb-project-card__title {
  font-size: clamp(1.35rem, 4.6vw, 1.8rem);
}

.bb-project-card__body,
.bb-project-showcase__body {
  padding: 1.05rem;
}

.bb-service-card {
  min-height: auto;
}

.bb-service-card h3 {
  font-size: clamp(1.75rem, 5.4vw, 2.45rem);
}

.bb-service-card__list {
  gap: 0.45rem;
}

.bb-intake {
  padding: 2.65rem 0;
}

.bb-intake__layout--compact {
  max-width: 46rem;
  margin-top: 1rem;
}

.bb-intake__questions {
  margin-top: 1rem;
}

.bb-intake__question-card {
  padding: 1.05rem;
  box-shadow: none;
}

.bb-intake__question-card h3 {
  font-size: clamp(1.35rem, 5vw, 1.7rem);
  margin-bottom: 0.45rem;
}

.bb-collection__actions .bb-button,
.bb-contact__actions .bb-button,
.bb-actions .bb-button {
  min-height: 2.7rem;
}

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

.bb-contact__copy,
.bb-contact__card {
  box-shadow: 0 16px 46px rgba(23, 34, 56, 0.08);
}

@media (max-width: 43.99rem) {
  .bb-header__inner {
    padding: max(0.55rem, env(safe-area-inset-top)) 0 0.55rem;
  }

  .bb-brand__isotipo {
    width: 1.65rem;
  }

  .bb-brand__lockup {
    width: min(10.8rem, 52vw);
  }

  .bb-nav {
    gap: 0.42rem;
  }

  .bb-nav a {
    min-height: 2.05rem;
    padding: 0.15rem 0.62rem;
    font-size: 0.64rem;
    letter-spacing: 0.11em;
  }

  .bb-nav a:nth-child(1),
  .bb-nav a:nth-child(3),
  .bb-nav a:nth-child(4) {
    display: none;
  }

  .bb-hero__grid,
  .bb-concept,
  .bb-projects,
  .bb-services,
  .bb-collection,
  .bb-contact {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .bb-hero__media {
    aspect-ratio: 5 / 4;
  }

  .bb-hero__caption {
    font-size: 0.68rem;
  }

  .bb-project-showcase__media,
  .bb-project-card__media {
    aspect-ratio: 5 / 4;
  }

  .bb-project-grid {
    gap: 0.85rem;
  }

  .bb-intake .bb-section-head,
  .bb-contact .bb-section-head {
    margin-bottom: 1rem;
  }

  .bb-intake__questions {
    gap: 0.75rem;
  }

  .bb-contact-list {
    margin-top: 1rem;
  }
}

@media (min-width: 58rem) {
  .bb-brand__lockup {
    width: 13rem;
  }

  .bb-project-showcase {
    grid-template-columns: minmax(18rem, 28rem) minmax(0, 1fr);
  }

  .bb-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 48rem;
  }

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

  .bb-contact__layout {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 25rem);
  }
}


/* Dark-section button contrast fix */
.bb-intake .bb-button:not(.bb-button--primary) {
  border-color: rgba(233, 228, 219, 0.42);
  color: var(--bb-cream);
  background: rgba(233, 228, 219, 0.06);
}

.bb-intake .bb-button:not(.bb-button--primary):hover,
.bb-intake .bb-button:not(.bb-button--primary):focus-visible {
  background: rgba(233, 228, 219, 0.16);
}

@media (max-width: 43.99rem) {
  .bb-concept h2,
  .bb-section-head h2,
  .bb-collection__intro h2,
  .bb-contact h2 {
    font-size: clamp(1.8rem, 10vw, 2.55rem);
  }

  .bb-intake .bb-section-head h2 {
    font-size: clamp(1.8rem, 9vw, 2.45rem);
  }
}


/* Content v3 copy pass */
.bb-about .bb-concept__copy p + p {
  margin-top: 0.9rem;
}

.bb-intake__mini-list {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  color: rgba(233, 228, 219, 0.84);
  line-height: 1.55;
}

.bb-intake__mini-list li {
  position: relative;
  padding-left: 1rem;
}

.bb-intake__mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: var(--bb-bluegrey);
}

.bb-services__grid--compact .bb-service-card h3 {
  font-size: clamp(1.55rem, 4.7vw, 2.25rem);
}

@media (max-width: 43.99rem) {
  .bb-nav a {
    display: none;
  }

  .bb-nav a:nth-child(2),
  .bb-nav a:nth-child(3),
  .bb-nav a:nth-child(7) {
    display: inline-flex;
  }
}


/* Project CTA copy should read naturally, not as an all-caps label. */
.bb-projects .bb-project-link,
.bb-projects .bb-project-card__link {
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.86rem;
}


/* Gonzalo visual correction pass — centered header, floral hero, lean intake, better project crops */
.bb-header {
  background: rgba(233, 228, 219, 0.94);
}

.bb-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: max(0.75rem, env(safe-area-inset-top)) 0 0.65rem;
}

.bb-brand {
  justify-self: center;
  justify-content: center;
  transition: opacity 0.22s ease, max-height 0.22s ease, transform 0.22s ease;
  max-height: 3.4rem;
}

.bb-brand__lockup {
  width: min(13.5rem, 58vw);
}

.bb-brand__isotipo {
  width: 2.05rem;
  height: auto;
  margin-right: 0.42rem;
}

.bb-nav {
  justify-content: center;
  gap: 0.85rem;
}

.bb-nav a {
  min-height: auto;
  padding: 0.32rem 0.18rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(36, 29, 31, 0.7);
}

.bb-nav a:hover,
.bb-nav a:focus-visible {
  background: transparent;
  color: var(--bb-bordeaux);
}

.bb-header.is-scrolled .bb-brand {
  opacity: 0;
  max-height: 0;
  transform: translateY(-0.4rem);
  pointer-events: none;
  overflow: hidden;
}

.bb-header.is-scrolled .bb-header__inner {
  gap: 0;
  padding-top: max(0.5rem, env(safe-area-inset-top));
  padding-bottom: 0.5rem;
}

.bb-hero {
  background:
    linear-gradient(180deg, rgba(233, 228, 219, 0.88), rgba(233, 228, 219, 0.9)),
    url('/assets/brand/generated/floral-light.png') center / min(34rem, 86vw) repeat,
    var(--bb-cream);
}

.bb-hero::before {
  display: none;
}

.bb-hero__grid {
  display: block;
  padding: clamp(4rem, 10vw, 7rem) 0 clamp(4rem, 10vw, 6.4rem);
}

.bb-hero__copy {
  max-width: 58rem;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.bb-hero h1 {
  max-width: 13ch;
  margin-left: auto;
  margin-right: auto;
}

.bb-hero__lead,
.bb-hero__body {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.bb-hero .bb-actions {
  justify-content: center;
}

.bb-projects .bb-shell {
  width: min(calc(100% - 1.5rem), 62rem);
}

.bb-projects .bb-section-head {
  max-width: 50rem;
}

.bb-project-showcase {
  max-width: 58rem;
  margin: 0 auto;
}

.bb-project-showcase__media {
  min-height: 0;
  aspect-ratio: 1 / 1;
}

.bb-project-card__media {
  aspect-ratio: 1 / 1;
}

.bb-project-showcase__media img,
.bb-project-card__media img {
  object-fit: cover;
}

.bb-project-showcase__media[data-project-code="DYrwY9oFbGo"] img,
.bb-project-card[data-project-code="DYrwY9oFbGo"] .bb-project-card__media img {
  object-position: 76% 82%;
}

.bb-project-card[data-project-code="DYGDj0IlsJh"] .bb-project-card__media img {
  object-position: 50% 84%;
}

.bb-project-card__text,
.bb-project-showcase__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bb-intake {
  background:
    linear-gradient(90deg, rgba(23, 34, 56, 0.93), rgba(69, 32, 36, 0.88)),
    url('/assets/brand/generated/floral-dark.png') center / min(34rem, 86vw) repeat;
}

.bb-intake .bb-section-head {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bb-intake .bb-section-copy {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.bb-intake__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.bb-intake__layout,
.bb-intake__copy {
  border: 0;
  box-shadow: none;
  background: transparent;
}

@media (min-width: 58rem) {
  .bb-project-showcase {
    grid-template-columns: minmax(17rem, 24rem) minmax(0, 1fr);
  }

  .bb-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 43.99rem) {
  .bb-header__inner {
    gap: 0.5rem;
  }

  .bb-nav {
    width: 100%;
    gap: 0.65rem;
  }

  .bb-nav a {
    display: none;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .bb-nav a:nth-child(3),
  .bb-nav a:nth-child(6),
  .bb-nav a:nth-child(7) {
    display: inline-flex;
  }

  .bb-hero__grid {
    padding: 3.2rem 0 4rem;
  }

  .bb-hero h1 {
    max-width: 11ch;
  }

  .bb-project-showcase__body {
    padding: 1.15rem;
  }
}

/* Gonzalo final simplification pass — lighter contact, centered crop, clickable projects */
.bb-contact__layout {
  display: block;
  max-width: 58rem;
  margin: 0 auto;
  text-align: center;
}

.bb-contact__copy {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bb-contact h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bb-contact__copy > p {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.bb-contact__details {
  margin-top: 1rem;
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(36, 29, 31, 0.68);
}

.bb-contact__details a {
  color: var(--bb-bordeaux);
  font-weight: 600;
}

.bb-footer__links a[href^="mailto:"] {
  text-transform: none;
  letter-spacing: 0.04em;
}

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

.bb-contact__microcopy {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 58rem) {
  .bb-contact__layout {
    grid-template-columns: none;
  }
}

.bb-project-showcase__media,
.bb-project-card,
.bb-project-showcase__body {
  cursor: pointer;
}

.bb-project-showcase__media,
.bb-project-showcase__body,
.bb-project-card {
  color: inherit;
}

.bb-project-showcase__media:focus-visible,
.bb-project-card:focus-visible,
.bb-project-showcase__body:focus-visible {
  outline: 3px solid rgba(233, 228, 219, 0.86);
  outline-offset: -6px;
}

.bb-project-card:focus-visible {
  outline-color: rgba(69, 32, 36, 0.45);
}

.bb-project-showcase__media[data-project-code="DYrwY9oFbGo"] img,
.bb-project-card[data-project-code="DYrwY9oFbGo"] .bb-project-card__media img {
  object-position: 50% 50%;
}

/* Gonzalo cleanup: plain backgrounds, wordmark-only header, two service paths, no long form. */
.bb-header,
.bb-hero,
.bb-projects,
.bb-services,
.bb-intake,
.bb-contact,
.bb-collection {
  background: var(--bb-cream);
}

.bb-footer {
  background: var(--bb-navy);
}

.bb-hero::before {
  display: none;
}

.bb-brand {
  gap: 0;
  justify-content: center;
}

.bb-brand__isotipo {
  display: none;
}

.bb-brand__lockup {
  width: min(15.5rem, 68vw);
}

.bb-pattern-panel {
  min-height: auto;
  background: var(--bb-navy);
}

.bb-collection-card,
.bb-collection-card:nth-child(2),
.bb-collection-card:nth-child(3) {
  background: rgba(233, 228, 219, 0.82);
}

.bb-intake {
  color: var(--bb-navy);
}

.bb-intake .bb-kicker,
.bb-intake h2,
.bb-intake .bb-section-copy,
.bb-intake__copy p,
.bb-intake__embed-note {
  color: var(--bb-navy);
}

.bb-intake .bb-button:not(.bb-button--primary) {
  color: var(--bb-bordeaux);
  border-color: rgba(69, 32, 36, 0.22);
  background: transparent;
}

.bb-services__grid--compact {
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}

.bb-services__grid--compact .bb-service-card h3 {
  font-size: clamp(1.8rem, 5vw, 2.55rem);
}

@media (min-width: 58rem) {
  .bb-services__grid.bb-services__grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 43.99rem) {
  .bb-nav a {
    display: inline-flex;
  }

  .bb-brand__lockup {
    width: min(15.2rem, 72vw);
  }
}

/* Projects: intro on the first half, project cards on the second half. */
@media (min-width: 58rem) {
  .bb-projects .bb-shell {
    width: min(calc(100% - 4rem), 82rem);
    display: grid;
    grid-template-columns: minmax(18rem, 0.9fr) minmax(24rem, 1.1fr);
    gap: 1rem clamp(2rem, 5vw, 4.5rem);
    align-items: start;
  }

  .bb-projects .bb-section-head {
    grid-column: 1;
    max-width: 34rem;
    margin-bottom: 0;
    position: sticky;
    top: 7.5rem;
  }

  .bb-projects .bb-section-copy {
    max-width: 31rem;
  }

  .bb-project-status,
  .bb-project-showcase,
  .bb-project-grid {
    grid-column: 2;
  }

  .bb-project-status {
    margin: 0 0 0.85rem;
  }

  .bb-project-showcase {
    max-width: none;
    margin: 0;
    grid-template-columns: 1fr;
  }

  .bb-project-showcase__media {
    aspect-ratio: 4 / 3;
  }

  .bb-project-showcase__body {
    padding: clamp(1.15rem, 2vw, 1.55rem);
  }

  .bb-project-showcase__title {
    font-size: clamp(1.85rem, 3vw, 2.45rem);
  }

  .bb-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    margin: 1rem 0 0;
  }

  .bb-project-card__body {
    padding: 1rem;
  }

  .bb-project-card__title {
    font-size: clamp(1.22rem, 1.9vw, 1.55rem);
  }
}

@media (max-width: 57.99rem) {
  .bb-projects .bb-shell {
    width: min(calc(100% - 1.5rem), 38rem);
  }

  .bb-projects .bb-section-head {
    margin-bottom: 1.15rem;
  }

  .bb-project-status {
    margin-bottom: 0.8rem;
  }

  .bb-project-showcase {
    margin: 0;
  }
}

@media (max-width: 43.99rem) {
  .bb-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.28rem 0.62rem;
  }

  .bb-nav a {
    display: inline-flex !important;
    padding: 0.08rem 0;
    font-size: 0.56rem;
    letter-spacing: 0.08em;
  }
}

/* Hero split: opening message on the left, projects on the right. */
.bb-hero__projects {
  min-width: 0;
}

.bb-hero__projects .bb-project-status {
  margin: 0 0 0.85rem;
}

@media (min-width: 58rem) {
  .bb-hero__grid {
    width: min(calc(100% - 4rem), 82rem);
    display: grid;
    grid-template-columns: minmax(20rem, 0.88fr) minmax(24rem, 1.12fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: start;
    padding: clamp(4.4rem, 7vw, 6.2rem) 0 clamp(4rem, 7vw, 5.4rem);
  }

  .bb-hero__copy {
    max-width: 36rem;
    margin: 0;
    text-align: left;
    position: sticky;
    top: 7.5rem;
  }

  .bb-hero h1 {
    max-width: 13ch;
    margin-left: 0;
    margin-right: 0;
    font-size: clamp(3.25rem, 6.4vw, 6.15rem);
  }

  .bb-hero__body {
    max-width: 35rem;
    margin-left: 0;
    margin-right: 0;
  }

  .bb-hero .bb-actions {
    justify-content: flex-start;
  }

  .bb-hero__projects .bb-project-showcase {
    max-width: none;
    margin: 0;
    grid-template-columns: 1fr;
  }

  .bb-hero__projects .bb-project-showcase__media {
    aspect-ratio: 4 / 3;
  }

  .bb-hero__projects .bb-project-showcase__body {
    padding: clamp(1.15rem, 2vw, 1.55rem);
  }

  .bb-hero__projects .bb-project-showcase__title {
    font-size: clamp(1.85rem, 3vw, 2.45rem);
  }

  .bb-hero__projects .bb-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    margin: 1rem 0 0;
  }

  .bb-hero__projects .bb-project-card__body {
    padding: 1rem;
  }

  .bb-hero__projects .bb-project-card__title {
    font-size: clamp(1.22rem, 1.9vw, 1.55rem);
  }
}

@media (max-width: 57.99rem) {
  .bb-hero__grid {
    display: grid;
    width: min(calc(100% - 1.5rem), 38rem);
    gap: 2rem;
  }

  .bb-hero__projects .bb-project-showcase {
    margin: 0;
  }
}

/* Hero scale correction: keep first fold calmer and more proportionate. */
.bb-header__inner {
  padding: max(0.5rem, env(safe-area-inset-top)) 0 0.45rem;
  gap: 0.36rem;
}

.bb-brand__lockup {
  width: min(11.8rem, 58vw);
}

.bb-nav {
  gap: 0.62rem;
}

.bb-nav a {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
}

@media (min-width: 58rem) {
  .bb-hero__grid {
    width: min(calc(100% - 4rem), 72rem);
    grid-template-columns: minmax(17rem, 0.84fr) minmax(21rem, 1.16fr);
    gap: clamp(1.8rem, 3.6vw, 3.2rem);
    align-items: start;
    padding: clamp(2.35rem, 4vw, 3.6rem) 0 clamp(2.7rem, 4vw, 3.5rem);
  }

  .bb-hero__copy {
    max-width: 31rem;
    top: 5.8rem;
  }

  .bb-hero .bb-kicker,
  .bb-hero__projects .bb-project-status {
    font-size: 0.62rem;
    letter-spacing: 0.18em;
  }

  .bb-hero h1 {
    max-width: 14ch;
    font-size: clamp(2.55rem, 4.35vw, 4.15rem);
    line-height: 0.98;
  }

  .bb-hero__body {
    max-width: 28rem;
    font-size: 0.86rem;
    line-height: 1.56;
  }

  .bb-hero .bb-actions {
    margin-top: 1.1rem;
  }

  .bb-hero .bb-button {
    min-height: 2.45rem;
    padding: 0.35rem 0.92rem;
    font-size: 0.63rem;
  }

  .bb-hero__projects .bb-project-showcase__media {
    aspect-ratio: 1.95 / 1;
    border-radius: 1.45rem 1.45rem 0 0;
  }

  .bb-hero__projects .bb-project-showcase__body {
    padding: 0.88rem 1rem;
  }

  .bb-hero__projects .bb-project-showcase__title {
    font-size: clamp(1.3rem, 1.9vw, 1.65rem);
  }

  .bb-hero__projects .bb-project-showcase__text {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .bb-hero__projects .bb-project-grid {
    gap: 0.72rem;
    margin-top: 0.72rem;
  }

  .bb-hero__projects .bb-project-card__body {
    padding: 0.82rem;
  }

  .bb-hero__projects .bb-project-card__title {
    font-size: clamp(1.02rem, 1.45vw, 1.25rem);
  }

  .bb-hero__projects .bb-project-card__text,
  .bb-hero__projects .bb-project-card__meta,
  .bb-hero__projects .bb-project-card__link {
    font-size: 0.72rem;
  }
}

@media (max-width: 57.99rem) {
  .bb-hero__grid {
    gap: 1.45rem;
    padding: 2.7rem 0 3.2rem;
  }

  .bb-hero h1 {
    font-size: clamp(2.35rem, 13vw, 3.35rem);
  }

  .bb-hero__body {
    font-size: 0.92rem;
  }
}

/* Typography correction: less tall, visually wider section labels/headlines. */
.bb-kicker,
.bb-project-status,
.bb-pattern-panel__eyebrow,
.bb-hero__caption {
  display: inline-block;
  font-size: 0.64rem;
  line-height: 0.95;
  letter-spacing: 0.28em;
  transform: scaleX(1.13);
  transform-origin: left center;
}

.bb-section-head h2,
.bb-concept h2,
.bb-collection__intro h2,
.bb-contact h2 {
  max-width: 21ch;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.bb-project-status {
  text-transform: none;
  letter-spacing: 0.08em;
  transform: none;
}

.bb-concept__copy,
.bb-section-head,
.bb-collection__intro,
.bb-contact__copy {
  max-width: 68rem;
}

@media (max-width: 57.99rem) {
  .bb-hero h1 {
    max-width: 12.2ch;
    font-size: clamp(2.12rem, 11.4vw, 3rem);
  }

  .bb-kicker,
  .bb-project-status,
  .bb-pattern-panel__eyebrow,
  .bb-hero__caption {
    max-width: 100%;
    font-size: 0.57rem;
    letter-spacing: 0.2em;
    transform: scaleX(1.03);
    white-space: normal;
  }
}

/* Mariana/Gonzalo mobile correction pass: simpler copy, bordeaux CTAs and cards. */
.bb-services__intro-layout--plain {
  display: block;
}

.bb-services__process-copy {
  margin: 1rem 0 0;
  max-width: 48rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--bb-muted);
}

.bb-services__process-copy strong {
  color: var(--bb-bordeaux);
}
/* PDF-aligned color pass: blue as base, bordeaux only as a quiet accent. */
.bb-service-card--navy {
  background: var(--bb-navy);
  border-color: var(--bb-navy);
  color: var(--bb-cream);
}

.bb-service-card--light {
  background: rgba(233, 228, 219, 0.86);
  border-color: rgba(23, 34, 56, 0.18);
  color: var(--bb-navy);
}

.bb-service-card--navy h3,
.bb-service-card--navy p,
.bb-service-card--navy .bb-service-card__index,
.bb-service-card--navy .bb-service-card__list li {
  color: rgba(233, 228, 219, 0.92);
}

.bb-service-card--navy h3 {
  color: var(--bb-cream);
}

.bb-service-card--light h3,
.bb-service-card--light p,
.bb-service-card--light .bb-service-card__list li {
  color: var(--bb-navy);
}

.bb-service-card--light .bb-service-card__index {
  color: var(--bb-bordeaux);
}

.bb-service-card__list li,
.bb-service-card--accent .bb-service-card__list li,
.bb-service-card--navy .bb-service-card__list li,
.bb-service-card--light .bb-service-card__list li {
  padding-top: 0;
  border-top: 0;
}

.bb-intake .bb-button.bb-button--primary,
.bb-hero .bb-actions a[href*="wa.me"],
.bb-collection__actions .bb-button--primary {
  background: var(--bb-navy);
  border-color: var(--bb-navy);
  color: var(--bb-cream);
}

.bb-collection__actions {
  justify-content: center;
  margin-top: 1.35rem;
}

.bb-collection-card,
.bb-collection-card:nth-child(2),
.bb-collection-card:nth-child(3) {
  justify-content: flex-start;
  background: rgba(233, 228, 219, 0.82);
}

.bb-collection-card h3 {
  letter-spacing: 0.02em;
}

.bb-contact__details {
  word-break: normal;
  overflow-wrap: anywhere;
}


/* Instagram-link order correction: keep projects as the final content block, not in the first fold. */
.bb-hero--intro .bb-hero__grid {
  display: block;
  width: min(calc(100% - 1.5rem), 72rem);
  padding: clamp(3.6rem, 9vw, 6.2rem) 0 clamp(3.4rem, 8vw, 5.2rem);
}

.bb-hero--intro .bb-hero__copy {
  max-width: 58rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: auto;
}

.bb-hero--intro h1 {
  max-width: 13ch;
  margin-left: auto;
  margin-right: auto;
}

.bb-hero--intro .bb-actions {
  justify-content: center;
}

@media (min-width: 58rem) {
  .bb-hero--intro .bb-hero__grid {
    width: min(calc(100% - 4rem), 72rem);
  }
}

@media (max-width: 43.99rem) {
  .bb-hero--intro .bb-hero__grid {
    padding: 2.8rem 0 3.4rem;
  }
}
