:root {
  --paper: #f4f2ed;
  --silver: #d2d5da;
  --spice: #824631;
}

.logo-lockup span {
  white-space: nowrap;
}

.logo-lockup small {
  align-self: stretch;
  width: 100%;
  text-align: center;
  text-indent: .42em;
  letter-spacing: .42em;
}

.hero-intro {
  max-width: 640px;
  color: #ffffffc7;
}

.hero-meta span {
  color: #aeb4be;
}

.bridge,
.services {
  background: var(--paper);
}

.case-study {
  background: linear-gradient(145deg, #0b111d 0%, #101a2b 52%, #0a101b 100%);
}

.contact {
  background: linear-gradient(135deg, #673025 0%, #8b4934 52%, #592820 100%);
}

.contact .section-label {
  color: #f2d9cf;
}

.contact-copy > p:not(.section-label) {
  color: #fff;
}

a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

@media (min-width: 1500px) {
  .site-header,
  .hero-copy,
  .statement,
  .bridge,
  .case-study,
  .services,
  .process,
  .contact,
  .site-footer {
    padding-left: max(5vw, calc((100vw - 1600px) / 2));
    padding-right: max(5vw, calc((100vw - 1600px) / 2));
  }
}

@media (max-width: 620px) {
  .logo-lockup small {
    letter-spacing: .36em;
    text-indent: .36em;
  }
}
.case-client .section-label {
  margin-bottom: 1.15rem;
}

.client-name {
  margin: 0;
  padding-left: 1rem;
  border-left: 1px solid rgba(202, 164, 91, 0.75);
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.client-name span {
  color: #a7a7a7;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.client-name strong {
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(1.55rem, 2.35vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.hero h1 {
  font-size: clamp(3.2rem, 5.7vw, 6.7rem);
}

.materials-band {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 4.5rem;
  padding-top: 1.6rem;
  border-top: 1px solid #aeb1b5;
}

.materials-band p {
  margin: 0;
  color: #555b62;
  font-size: 0.82rem;
}

.materials-band .section-label {
  color: #30343a;
}

.pricing {
  padding: 130px 5vw;
  background: linear-gradient(140deg, #111823 0%, #15110f 100%);
}

.pricing-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.65fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 4.5rem;
}

.pricing-intro h2 {
  margin: 0;
  font: 300 clamp(2.9rem, 5vw, 5.8rem)/1.02 Manrope, Arial, sans-serif;
  letter-spacing: -0.055em;
}

.pricing-intro h2 em {
  color: #c9a66d;
  font-style: normal;
}

.pricing-intro > p {
  margin: 0;
  color: #ffffffad;
  line-height: 1.75;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.price-grid article {
  min-height: 230px;
  padding: 1.6rem 1.4rem 1.4rem 0;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

.price-grid article + article {
  padding-left: 1.4rem;
}

.price-grid article:nth-child(4) {
  border-right: 0;
}

.price-grid p {
  margin: 0 0 0.35rem;
  font: 400 1.08rem Manrope, Arial, sans-serif;
}

.price-grid span {
  color: #969ba4;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.price-grid strong {
  margin-top: auto;
  font: 300 clamp(2rem, 3vw, 3.2rem) Manrope, Arial, sans-serif;
  letter-spacing: -0.05em;
}

.price-grid .custom-price {
  grid-column: 1 / -1;
  min-height: 170px;
  padding: 1.75rem 0;
  border-top: 1px solid var(--line);
  border-right: 0;
  display: grid;
  grid-template-columns: 1fr 1.35fr auto;
  gap: 2rem;
  align-items: center;
}

.custom-price strong {
  margin: 0;
  color: #c9a66d;
}

.pricing-cta {
  display: inline-block;
  margin-top: 2.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ffffff80;
}

@media (min-width: 1500px) {
  .pricing {
    padding-left: max(5vw, calc((100vw - 1600px) / 2));
    padding-right: max(5vw, calc((100vw - 1600px) / 2));
  }
}

@media (max-width: 960px) {
  .materials-band {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-intro {
    grid-template-columns: 1fr;
  }

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

  .price-grid article:nth-child(2) {
    border-right: 0;
  }

  .price-grid article:nth-child(3),
  .price-grid article:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .materials-band,
  .price-grid,
  .price-grid .custom-price {
    grid-template-columns: 1fr;
  }

  .materials-band {
    gap: 0;
  }

  .materials-band p {
    padding: 0.9rem 0;
    border-bottom: 1px solid #d1d0cc;
  }

  .pricing {
    padding: 90px 22px;
  }

  .price-grid article,
  .price-grid article + article,
  .price-grid .custom-price {
    min-height: 175px;
    padding: 1.4rem 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .price-grid .custom-price {
    gap: 0.75rem;
  }
}

.ways {
  padding: 130px 5vw;
  background: #07090d;
  border-top: 1px solid var(--line);
}

.ways-heading {
  display: grid;
  grid-template-columns: 0.55fr 1.8fr;
  gap: 5vw;
  margin-bottom: 4rem;
}

.ways-heading h2,
.faq-heading h2,
.footer-cta h2 {
  margin: 0;
  font: 300 clamp(2.9rem, 4.8vw, 5.4rem)/1.02 Manrope, Arial, sans-serif;
  letter-spacing: -0.055em;
}

.ways-grid {
  display: grid;
  grid-template-columns: 7fr 3fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ways-grid article {
  min-height: 360px;
  padding: 2rem 3rem 2rem 0;
  display: flex;
  flex-direction: column;
}

.ways-grid article + article {
  padding-left: 3rem;
  border-left: 1px solid var(--line);
}

.ways-grid span {
  color: #9aa0aa;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ways-grid h3 {
  margin: auto 0 1rem;
  font: 300 clamp(2rem, 3.5vw, 4rem)/1 Manrope, Arial, sans-serif;
  letter-spacing: -0.05em;
}

.ways-grid p {
  max-width: 39rem;
  margin: 0 0 1.6rem;
  color: #ffffffad;
}

.ways-grid small {
  margin: -0.7rem 0 1.5rem;
  color: #9c825e;
  font-size: 0.66rem;
  letter-spacing: 0.15em;
}

.ways-grid a {
  width: max-content;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ffffff70;
  font-size: 0.88rem;
}

.ways-private {
  background: linear-gradient(145deg, #111218, #15100f);
}

.ways-private h3 {
  color: #d5b27b;
}

.positioning-line {
  margin: 3.5rem 0 0;
  color: #a4a8af;
  font: 300 clamp(1.3rem, 2.3vw, 2.2rem) Manrope, Arial, sans-serif;
}

.positioning-line strong {
  color: #fff;
  font-weight: 400;
}

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

.investment-list details {
  border-bottom: 1px solid var(--line);
}

.investment-list summary {
  min-height: 112px;
  padding: 1.5rem 0;
  display: grid;
  grid-template-columns: 4rem 1fr auto 2rem;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.investment-list summary::-webkit-details-marker {
  display: none;
}

.investment-list summary::after {
  content: "↓";
  justify-self: end;
  color: #a7abb3;
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

.investment-list details[open] summary::after {
  transform: rotate(180deg);
}

.investment-list summary > span,
.investment-list summary > em {
  color: #969ba4;
  font-size: 0.72rem;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.investment-list summary > strong {
  font: 300 clamp(1.65rem, 3vw, 3rem) Manrope, Arial, sans-serif;
  letter-spacing: -0.04em;
}

.investment-content {
  padding: 0 0 2.25rem 5rem;
}

.investment-content article {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr auto;
  gap: 2rem;
  align-items: center;
  padding: 1.7rem 0;
  border-top: 1px solid #ffffff12;
}

.investment-content h3 {
  margin: 0 0 0.45rem;
  font: 400 1.15rem Manrope, Arial, sans-serif;
}

.investment-content p {
  max-width: 42rem;
  margin: 0;
  color: #a9adb4;
  font-size: 0.9rem;
}

.investment-content article > span {
  color: #9da2aa;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.investment-content article > strong {
  min-width: 11rem;
  text-align: right;
  font: 300 1.35rem Manrope, Arial, sans-serif;
  color: #f0e6d6;
}

.investment-content .build-note {
  max-width: none;
  margin: 1.2rem 0 0;
  padding-left: 1rem;
  border-left: 1px solid #c9a66d;
  color: #d0c4b2;
  font-size: 0.82rem;
}

.faq {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
  padding: 130px 5vw;
  color: var(--ink);
  background: #e8e7e3;
}

.faq-heading {
  position: sticky;
  top: 5rem;
  align-self: start;
}

.faq .section-label {
  color: #62666d;
}

.faq-list {
  border-top: 1px solid #a8aaad;
}

.faq-list details {
  border-bottom: 1px solid #b7b8ba;
}

.faq-list summary {
  padding: 1.65rem 3rem 1.65rem 0;
  position: relative;
  cursor: pointer;
  list-style: none;
  font: 400 clamp(1.05rem, 1.6vw, 1.35rem) Manrope, Arial, sans-serif;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 1.45rem;
  color: #6f7379;
  font-size: 1.5rem;
  font-weight: 300;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 46rem;
  margin: -0.35rem 0 1.7rem;
  padding-right: 3rem;
  color: #55595f;
  line-height: 1.75;
}

.footer-cta {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: flex-end;
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}

.footer-cta h2 {
  max-width: 54rem;
  font-size: clamp(2.3rem, 4.2vw, 4.8rem);
}

.footer-whatsapp {
  flex: 0 0 auto;
  min-height: 56px;
  padding: 0 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #080a0e;
  background: #f1eee7;
  font-size: 0.86rem;
  font-weight: 600;
}

@media (min-width: 1500px) {
  .ways,
  .faq {
    padding-left: max(5vw, calc((100vw - 1600px) / 2));
    padding-right: max(5vw, calc((100vw - 1600px) / 2));
  }
}

@media (max-width: 960px) {
  .ways-heading,
  .faq {
    grid-template-columns: 1fr;
  }

  .faq-heading {
    position: static;
  }

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

@media (max-width: 620px) {
  .ways,
  .faq {
    padding: 90px 22px;
  }

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

  .ways-grid article,
  .ways-grid article + article {
    min-height: 330px;
    padding: 1.5rem;
    border-left: 0;
  }

  .ways-grid article + article {
    border-top: 1px solid var(--line);
  }

  .investment-list summary {
    min-height: 92px;
    grid-template-columns: 2.4rem 1fr 1.3rem;
  }

  .investment-list summary > em {
    display: none;
  }

  .investment-content {
    padding-left: 0;
  }

  .investment-content article {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .investment-content article > strong {
    min-width: 0;
    text-align: left;
  }

  .faq-list summary {
    padding-right: 2.2rem;
  }

  .faq-list details p {
    padding-right: 0;
  }

  .footer-whatsapp {
    width: 100%;
  }
}

/* Brand and final conversion pass */
body.dialog-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.site-header {
  min-height: 132px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-brand {
  display: block;
  width: clamp(108px, 9vw, 142px);
  aspect-ratio: 1;
  border-radius: 50%;
}
.header-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-copy { padding-top: 184px; }
.hero-actions button,
.pricing-cta {
  border: 0;
  cursor: pointer;
}
.pricing-cta {
  color: var(--paper);
  background: transparent;
  border-bottom: 1px solid #ffffff80;
}
.library-cta {
  padding: 90px 5vw;
  display: grid;
  grid-template-columns: .55fr 1.35fr auto;
  gap: 4vw;
  align-items: end;
  color: var(--paper);
  background: linear-gradient(120deg, #07090d, #15110f);
  border-top: 1px solid var(--line);
}
.library-cta .section-label { margin-bottom: .4rem; }
.library-cta h2 {
  margin: 0;
  font: 300 clamp(2rem, 3.7vw, 4.4rem)/1.04 Manrope, Arial, sans-serif;
  letter-spacing: -.05em;
}
.library-cta a {
  padding-bottom: .3rem;
  border-bottom: 1px solid #ffffff80;
  white-space: nowrap;
}
.footer-logo {
  width: 132px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: contain;
  flex: none;
}
.footer-whatsapp { line-height: 1.25; text-align: left; }
.footer-whatsapp span { color: #555b62; font-size: .74rem; font-weight: 500; }
.instagram-link {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: .65rem;
  align-items: center;
}
.instagram-link svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}
.instagram-link b { color: #fff; font-weight: 500; }

@media (min-width: 1500px) {
  .library-cta {
    padding-left: max(5vw, calc((100vw - 1600px) / 2));
    padding-right: max(5vw, calc((100vw - 1600px) / 2));
  }
}

@media (max-width: 960px) {
  .library-cta { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 620px) {
  .site-header { min-height: 98px; padding: 6px 22px; }
  .header-brand { width: 86px; }
  .hero-copy { padding-top: 132px; }
  .library-cta { padding: 72px 22px; }
  .footer-logo { width: 112px; height: auto; }
}

/* Concise three-direction edit */
.concise-section,
.bold-showcase,
.compact-work,
.pricing,
.faq,
.concise-contact {
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

.bridge-grid-four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
}

.bridge-grid-four figure,
.bridge-grid-four figure:nth-child(n) {
  grid-column: auto;
  min-height: 0;
}

.bridge-grid-four img {
  aspect-ratio: 16 / 10;
  height: auto;
}

.bold-showcase {
  padding-left: 5vw;
  padding-right: 5vw;
  color: var(--paper);
  background: #0a0d12;
}

.bold-intro.compact {
  display: grid;
  grid-template-columns: .55fr 1.15fr .8fr;
  gap: 4vw;
  align-items: end;
  margin: 0 0 clamp(42px, 5vw, 72px);
}

.bold-intro.compact h2 {
  margin: 0;
  font: 300 clamp(2.6rem, 5vw, 6.2rem)/.94 Manrope, Arial, sans-serif;
  letter-spacing: -.06em;
}

.bold-intro.compact > p:last-child {
  margin: 0;
  color: #aeb2b9;
  line-height: 1.65;
}

.bold-showcase .concept-grid {
  margin: 0;
}

.gallery-button {
  display: block;
  margin: 2.5rem 0 0 auto;
  padding: 0 0 .35rem;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff80;
  cursor: pointer;
  font: 500 .78rem DM Sans, Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.compact-work .case-intro,
.compact-work .event-stories {
  margin-bottom: clamp(44px, 5vw, 72px);
}

.compact-work .event-story + .event-story {
  margin-top: clamp(64px, 8vw, 110px);
}

.compact-work .event-heading p {
  max-width: 42rem;
}

.compact-work .event-media {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compact-work .event-media img,
.compact-work .event-media video {
  height: clamp(320px, 38vw, 570px);
  object-fit: cover;
}

.compact-proof {
  margin: clamp(64px, 8vw, 110px) 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font: 300 clamp(1.5rem, 3vw, 3.2rem)/1.1 Manrope, Arial, sans-serif;
  letter-spacing: -.04em;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 3rem;
  align-content: start;
}

.concise-contact .contact-copy > p:not(.section-label) {
  max-width: 42rem;
}

.footer-cta {
  padding-top: 54px;
  padding-bottom: 54px;
}

@media (min-width: 1500px) {
  .bold-showcase {
    padding-left: max(5vw, calc((100vw - 1600px) / 2));
    padding-right: max(5vw, calc((100vw - 1600px) / 2));
  }
}

@media (max-width: 960px) {
  .bold-intro.compact {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

@media (max-width: 700px) {
  .bridge-grid-four,
  .compact-work .event-media {
    grid-template-columns: 1fr;
  }

  .bold-showcase {
    padding-left: 22px;
    padding-right: 22px;
  }

  .compact-work .event-media img,
  .compact-work .event-media video {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}
