@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap");
:root {
  --paper: #faf9f6;
  --ink: #20201e;
  --red: #d72e22;
  --line: #d6d5cf;
  --muted: #62625c;
}
* {
  box-sizing: border-box;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
html {
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
a,
summary,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #9767d7;
  outline-offset: 5px;
}
button,
summary,
select {
  cursor: pointer;
}
button {
  color: inherit;
}
h1,
h2,
h3,
h4,
p,
figure {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
}
h1,
h2 {
  letter-spacing: -0.065em;
  line-height: 1.04;
}
h2 {
  font-size: clamp(40px, 4.6vw, 68px);
}
em {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}
.wrap {
  max-width: 1440px;
  margin: auto;
  padding-inline: 64px;
}
.section {
  padding-block: 112px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.5;
}
.skip {
  position: fixed;
  top: -80px;
  background: white;
  padding: 12px;
  z-index: 20;
}
.skip:focus {
  top: 0;
}
header {
  height: 104px;
  padding: 24px 64px;
  max-width: 1440px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
header img {
  object-fit: contain;
  width: 175px;
  height: auto;
}
nav {
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 14px;
}
nav a {
  position: relative;
  padding: 4px 0;
  transition: color 0.3s ease;
}
nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--red);
  transition: width 0.3s ease;
}
nav a:hover {
  color: var(--red);
}
nav a:hover::after {
  width: 100%;
}
.nav-cta::after {
  display: none;
}
.mobile-break {
  display: none;
}
.nav-cta {
  border-bottom: 1px solid;
  padding: 8px 0;
}
.nav-cta .arrow-icon {
  margin-left: 10px;
  width: 14px;
  height: 14px;
}
.menu {
  display: none;
}
.hero {
  padding-top: 38px;
}
.hero > .eyebrow {
  display: flex;
  justify-content: space-between;
}
h1 {
  font-size: clamp(60px, 8.2vw, 118px);
  margin: 40px 0 42px;
  max-width: 1200px;
  font-weight: 550;
}
h1 em {
  color: var(--red);
}
.hero-bottom {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 72px;
  align-items: center;
}
.hero-copy {
  max-width: 420px;
  padding-bottom: 20px;
}
.hero-copy p {
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 56px;
  background: var(--red);
  color: white;
  padding: 16px 22px;
  border: 1px solid transparent;
  font-size: 15px;
  width: fit-content;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #ad2119;
  transform: translateY(-2px);
}
.button span {
  font-size: 22px;
  line-height: 1;
}
.button .arrow-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  flex-shrink: 0;
}
.text-link .arrow-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.arrow-up {
  transform: rotate(-45deg);
}
.arrow-left {
  transform: rotate(-135deg);
}
.arrow-right {
  transform: rotate(45deg);
}
.text-link {
  display: inline-block;
  border-bottom: 1px solid;
  padding: 5px 0;
  font-size: 14px;
}
.hero-copy > .text-link {
  margin-top: 20px;
}
.hero-image {
  position: relative;
  overflow: hidden;
  background: #e3e0da;
}
.hero-image img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
  transition: transform 0.7s;
}
.hero-image:hover img {
  transform: scale(1.025);
}
.hero-image figcaption {
  position: absolute;
  bottom: 13px;
  left: 18px;
  background: var(--paper);
  padding: 5px 9px;
  font-size: 10px;
  letter-spacing: 0.09em;
}
.locations {
  display: flex;
  gap: 40px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
  margin-top: 48px;
}
.locations > span {
  font-size: 11px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.locations p {
  font-size: 15px;
}
.locations i {
  color: #aaa;
  font-style: normal;
  margin: 0 12px;
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 1.65fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 48px;
}
.section-head > .eyebrow {
  padding-top: 10px;
}
.section-head > p {
  font-size: 16px;
  color: var(--muted);
  padding-top: 10px;
}
.projects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.project {
  padding: 28px 32px 32px;
  min-height: 460px;
  display: flex;
  flex-direction: column;
}
.project-red {
  background: #d92f24;
  color: #fff7ed;
}
.project-light {
  background: #e6e6df;
}
.project h3 {
  font-size: clamp(52px, 7.5vw, 106px);
  font-weight: 650;
  letter-spacing: -0.065em;
  text-align: center;
  padding: 42px 0 52px;
}
.project-light h3 {
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
  padding: 57px 0 58px;
}
.project h3 > span {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.42em;
  line-height: 2.1;
}
.project-caption {
  margin-top: auto;
}
.project h4 {
  font-size: 25px;
  letter-spacing: -0.025em;
  line-height: 1.3;
  margin-bottom: 12px;
}
.project-caption > p {
  font-size: 13px;
  margin-bottom: 23px;
}
.project details {
  border-top: 1px solid #ffffff60;
}
.project-light details {
  border-color: #20201e50;
}
summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
summary::-webkit-details-marker {
  display: none;
}
.project summary {
  font-size: 14px;
  padding-top: 16px;
}
.project details p {
  padding-top: 18px;
  font-size: 15px;
}
.agency-case {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1.4fr 0.75fr;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding: 35px 0;
  align-items: center;
}
.agency-case h3 {
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.agency-case p {
  font-size: 14px;
  color: var(--muted);
}
.agency-case a {
  justify-self: end;
}
.services {
  background: #20201e;
  color: var(--paper);
}
.services .section-head > p {
  color: #b7b7ad;
}
.services h2 {
  color: #faf9f6;
}
.service-list details {
  border-top: 1px solid #ffffff35;
}
.service-list details:last-child {
  border-bottom: 1px solid #ffffff35;
}
.service-list summary {
  padding: 25px 0;
  display: grid;
  grid-template-columns: 60px 1fr 270px 24px;
}
.service-list summary > span:first-child {
  font-size: 13px;
  color: #a8a89f;
}
.service-list h3 {
  font-size: clamp(24px, 3vw, 39px);
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.service-note {
  color: #b7b7ad;
  font-size: 14px;
}
.service-list b,
.faq b {
  font-weight: 400;
  font-size: 25px;
  transition: transform 0.2s;
}
details[open] > summary b {
  transform: rotate(45deg);
}
.service-content {
  margin: 0 0 30px 60px;
  padding-left: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 40px;
  font-size: 15px;
  color: #c6c6bd;
}
.service-content a {
  color: #faf9f6;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.service-content .arrow-icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.partnership {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.partnership h2 {
  margin-top: 28px;
}
.intro {
  font-size: 19px;
  max-width: 380px;
  margin: 28px 0;
}
.steps article {
  display: flex;
  gap: 30px;
  padding: 23px 0;
  border-top: 1px solid var(--line);
}
.steps article > span {
  font-size: 13px;
  color: var(--red);
  padding-top: 6px;
}
.steps h3 {
  font-size: 24px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.steps p {
  color: var(--muted);
  font-size: 15px;
}
.quote {
  background: #e9e8e1;
  padding: 75px 0;
}
.quote .wrap {
  max-width: 1130px;
}
blockquote {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.4;
  letter-spacing: -0.04em;
  margin: 32px 0;
}
.quote-author {
  display: flex;
  gap: 15px;
  align-items: center;
}
.initials {
  border: 1px solid #afafa4;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  font-size: 13px;
}
.quote-author p {
  font-size: 14px;
}
.quote-author p span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}
.calculator {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
.calc-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 15px;
}
.calc-title h3 {
  font-size: 24px;
  letter-spacing: -0.03em;
}
.currency-label {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
select {
  background: transparent;
  border: 1px solid var(--line);
  padding: 8px;
  font-size: 14px;
  color: inherit;
}
.role {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.stepper {
  display: flex;
  align-items: center;
  gap: 16px;
}
.stepper button {
  border: 1px solid var(--line);
  background: transparent;
  width: 32px;
  height: 32px;
  padding: 0;
}
.stepper button:hover {
  background: #e9e8e1;
}
.stepper button:disabled {
  opacity: 0.3;
  cursor: default;
}
.stepper output {
  min-width: 18px;
  text-align: center;
}
.estimate {
  background: #ecebe5;
  padding: 30px;
}
.cost-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
}
.cost-line:first-of-type {
  margin-top: 15px;
}
.cost-line output {
  font-weight: 600;
}
.saving {
  margin-top: 22px;
}
.saving span {
  display: block;
  font-size: 14px;
}
.saving output {
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 60px;
  letter-spacing: -0.065em;
  color: var(--red);
  line-height: 1.3;
}
.estimate > p {
  font-size: 14px;
  margin: 4px 0 24px;
}
.fine {
  font-size: 12px;
  color: var(--muted);
  margin-top: 18px;
  max-width: 880px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 70px;
  padding-top: 30px;
}
.faq h2 {
  margin-top: 25px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq details:first-child {
  border-top: 1px solid var(--line);
}
.faq summary {
  padding: 22px 0;
  font-size: 18px;
  line-height: 1.35;
}
.faq details p {
  padding: 0 35px 22px 0;
  color: var(--muted);
}
.contact {
  background: #e8e7df;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.contact h2 {
  margin: 30px 0;
  font-size: clamp(44px, 5.8vw, 80px);
}
.contact h2 em {
  color: var(--red);
}
.contact p {
  font-size: 18px;
}
.contact p.contact-small {
  font-size: 14px;
  margin-top: 44px;
  color: var(--muted);
}
form h3 {
  font-size: 26px;
  letter-spacing: -0.035em;
  margin-bottom: 25px;
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px 20px;
}
.fields label {
  font-size: 13px;
}
.fields small {
  font-size: 11px;
  color: var(--muted);
}
.fields input,
.fields select {
  width: 100%;
  display: block;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #a9a99f;
  padding: 10px 0;
  border-radius: 0;
  min-height: 44px;
}
.fields select {
  font-size: 14px;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 25px 0;
}
legend {
  font-size: 13px;
  margin-bottom: 12px;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.chips label {
  font-size: 12px;
  border: 1px solid #aaa99f;
  padding: 7px 11px;
  cursor: pointer;
}
.chips label:has(input:checked) {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.chips input {
  appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.chips label:has(input:focus-visible) {
  outline: 3px solid #9767d7;
  outline-offset: 3px;
}
.contact form .button {
  width: 100%;
}
.contact form p.fine {
  font-size: 12px;
}
footer {
  background: var(--paper);
  color: var(--ink);
  border-top: 1px solid var(--line);
}
.footer-main {
  padding-top: 60px;
  padding-bottom: 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--line);
}
.footer-brand p {
  margin-top: 20px;
  font-size: 16px;
  color: var(--muted);
  line-height: 1.6;
}
.footer-logo img {
  width: 260px;
  max-width: 100%;
  height: auto;
  display: block;
  filter: none;
}
.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.footer-links h4 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
}
.footer-links a {
  display: block;
  font-size: 15px;
  color: var(--ink);
  padding: 6px 0;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: var(--red);
}
.footer-bottom {
  border-top: none;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  color: var(--muted);
}
.footer-bottom .text-link {
  color: var(--ink);
  border-bottom-color: var(--line);
}
.footer-bottom .text-link:hover {
  border-bottom-color: var(--red);
  color: var(--red);
}
@media (min-width: 1600px) {
  .hero-image img {
    height: 340px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    padding-inline: 32px;
  }
  header {
    padding-inline: 32px;
  }
  .hero-bottom {
    gap: 35px;
  }
  .section-head {
    grid-template-columns: 1fr 2fr;
  }
  .section-head > p {
    grid-column: 2;
  }
  .agency-case {
    grid-template-columns: 1fr 1fr;
  }
  .service-list summary {
    grid-template-columns: 40px 1fr 24px;
  }
  .service-note {
    display: none;
  }
  .service-content {
    margin-left: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .service-content a {
    grid-column: 1/-1;
  }
  .partnership,
  .contact-grid {
    gap: 45px;
  }
  .calculator {
    gap: 30px;
  }
}
@media (max-width: 700px) {
  .wrap {
    padding-inline: 22px;
  }
  .section {
    padding-block: 65px;
  }
  header {
    height: 84px;
    padding: 18px 22px;
  }
  header img {
    width: 145px;
  }
  .menu {
    display: block;
    border: 0;
    background: none;
    font-size: 14px;
  }
  .menu span {
    margin-left: 10px;
  }
  nav {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 0 25px;
    z-index: 10;
    border-bottom: 1px solid var(--line);
    align-items: stretch;
    gap: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease,
                padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  nav.open {
    display: flex;
    flex-direction: column;
    max-height: 300px;
    opacity: 1;
    padding: 25px;
    gap: 20px;
  }
  .hero {
    padding-top: 25px;
  }
  .hero > .eyebrow {
    font-size: 10px;
    gap: 25px;
  }
.hero > .eyebrow > span:last-child {
  text-align: right;
}
.mobile-break {
  display: inline;
}
.everywhere-line {
  white-space: nowrap;
}
  h1 {
    font-size: clamp(48px, 11.7vw, 80px);
    margin: 33px 0;
    letter-spacing: -0.07em;
  }
  .hero-bottom {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero-copy {
    max-width: 100%;
    padding: 0;
  }
  .hero-copy p {
    font-size: 15px;
    margin-bottom: 22px;
  }
  .hero-copy > .text-link {
    margin-left: 0;
  }
  .hero-image img {
    height: 260px;
  }
  .locations {
    display: block;
    margin-top: 28px;
    padding: 20px 0;
  }
  .locations p {
    font-size: 13px;
    margin-top: 10px;
    line-height: 2;
  }
  .locations i {
    margin: 0 7px;
  }
  .section-head {
    display: block;
    margin-bottom: 30px;
  }
  .section-head h2 {
    margin-top: 22px;
  }
  .section-head > p {
    max-width: 380px;
    margin-top: 20px;
  }
  .projects {
    grid-template-columns: 1fr;
  }
  .project {
    min-height: 400px;
    padding: 25px;
  }
  .project h3 {
    font-size: 80px;
    padding: 30px 0 40px;
  }
  .project-light h3 {
    font-size: 53px;
    padding: 46px 0;
  }
  .agency-case {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .agency-case a {
    justify-self: start;
  }
  .service-list summary {
    padding: 24px 0;
    gap: 12px;
    grid-template-columns: 25px 1fr 18px;
  }
  .service-list h3 {
    font-size: 24px;
  }
  .service-content {
    margin-left: 25px;
    padding-left: 12px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .partnership,
  .calculator,
  .faq,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .partnership h2 {
    font-size: 44px;
  }
  .steps article {
    gap: 20px;
  }
  .quote {
    padding: 50px 0;
  }
  .quote-author p span {
    font-size: 12px;
  }
  .calc-title {
    flex-wrap: wrap;
  }
  .estimate {
    padding: 25px;
  }
  .faq {
    padding-top: 0;
  }
  .faq summary {
    font-size: 17px;
  }
  .contact h2 {
    font-size: 54px;
  }
  .contact p.contact-small {
    margin-top: 25px;
  }
  .fields {
    gap: 22px 15px;
  }
  .contact-grid {
    gap: 45px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-maceus-text {
    font-size: clamp(60px, 12vw, 120px);
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-bottom > span:nth-child(2) {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 84px;
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  header {
    padding-top: max(24px, env(safe-area-inset-top));
    padding-left: max(64px, env(safe-area-inset-left));
    padding-right: max(64px, env(safe-area-inset-right));
    height: auto;
  }
  @media (max-width: 1050px) {
    header {
      padding-left: max(32px, env(safe-area-inset-left));
      padding-right: max(32px, env(safe-area-inset-right));
    }
  }
  @media (max-width: 700px) {
    header {
      padding-left: max(22px, env(safe-area-inset-left));
      padding-right: max(22px, env(safe-area-inset-right));
      padding-top: max(18px, env(safe-area-inset-top));
    }
  }
  footer {
    padding-bottom: env(safe-area-inset-bottom);
  }
  .skip {
    top: calc(-80px - env(safe-area-inset-top));
  }
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
button,
a,
summary,
input,
select {
  touch-action: manipulation;
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
/* Live world clocks and testimonial carousel */
.world-clock {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
  padding: 20px;
  min-width: 0;
  width: 100%;
  max-width: 440px;
  margin: 28px auto;
  align-self: center;
}
.clock-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.clock-heading .eyebrow {
  font-size: 10px;
  letter-spacing: 0.07em;
}
.clock-live {
  color: var(--red);
  font-size: 10px;
  white-space: nowrap;
  letter-spacing: 0.08em;
}
.home-clock {
  padding: 18px 0 16px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.home-clock span {
  font-size: 14px;
}
.home-clock p {
  font-size: 12px;
  color: var(--ink);
  margin-top: 2px;
}
.world-clock time {
  font-variant-numeric: tabular-nums;
  font-family: Manrope, Arial, sans-serif;
  white-space: nowrap;
}
.home-clock time {
  font-size: 30px;
  letter-spacing: -0.035em;
  color: var(--red);
  line-height: 1.2;
}
.market-clocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 20px;
  padding-top: 16px;
}
.market-clocks > div {
  display: flex;
  flex-direction: column;
}
.market-clocks span {
  font-size: 12px;
  color: var(--ink);
}
.market-clocks time {
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1.4;
}
.market-clocks small {
  font-size: 12px;
  color: var(--ink);
  margin-top: 1px;
}
.project h3.silver-title {
  font-size: clamp(40px, 4.6vw, 63px);
  padding: 52px 0 58px;
  line-height: 1.2;
}
.project h3.silver-title span {
  font-size: 12px;
  letter-spacing: 0.45em;
  margin-top: 8px;
}
.quote-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.slider-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.slider-controls button {
  background: transparent;
  border: 1px solid #aaa99f;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 22px;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-controls .arrow-icon {
  width: 16px;
  height: 16px;
}
.slider-controls button:hover {
  background: transparent;
  color: inherit;
}
#quote-count {
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
  user-select: none;
}
.testimonial-slide {
  animation: quote-in 0.25s ease-out;
}
.testimonial-slide[hidden] {
  display: none;
}
#testimonial-slides {
  min-height: 320px;
}
.footer-logo img {
  width: 260px;
  max-width: 100%;
  height: auto;
  display: block;
}
@keyframes quote-in {
  from {
    opacity: 0.3;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 1050px) {
  .world-clock {
    max-width: 400px;
    margin: 24px auto;
  }
  .market-clocks {
    gap: 14px 12px;
  }
  .market-clocks time {
    font-size: 18px;
  }
  .home-clock time {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .world-clock {
    display: none;
  }
  .home-clock {
    gap: 12px;
  }
  .home-clock time {
    font-size: 27px;
  }
  .market-clocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 10px;
  }
  .market-clocks time {
    font-size: 18px;
  }
  .clock-heading .eyebrow {
    max-width: 190px;
  }
  .quote-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .slider-controls {
    align-self: flex-end;
  }
  .project h3.silver-title {
    font-size: clamp(34px, 9vw, 57px);
  }
  #testimonial-slides {
    min-height: 390px;
  }
  .footer-logo img {
    width: 200px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-slide {
    animation: none;
  }
}
