.brand-logo {
  width: 168px;
  height: 78px;
  display: block;
  overflow: hidden;
  border-radius: 0;
  flex: 0 0 auto;
}

.brand-logo img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }

.brand-logo img { padding: 6px 0; }

.site-header {
  height: 108px;
  background: rgba(255, 248, 249, .92);
}

body { background: #fff8f9; }
.hero, .manifesto, .consultation { background: #fff8f9; }
.inquiry-form { background: #fffdfb; }
.real-work { background: #f8e5e7; }

.real-work {
  margin-top: 110px;
  padding: clamp(35px, 6vw, 78px);
  background: #ece3d8;
}

.real-work-copy {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  column-gap: 8vw;
  align-items: end;
  margin-bottom: 52px;
}

.real-work-copy .section-label { grid-column: 1 / -1; }
.real-work h3 { font: clamp(38px, 5vw, 68px)/1 var(--serif); margin: 22px 0 0; }
.real-work h3 i { font-family: Georgia, serif; font-weight: 400; }
.real-work-copy > p:not(.section-label) { max-width: 500px; margin-bottom: 24px; }

.work-gallery {
  display: grid;
  grid-template-columns: 1.1fr .9fr 1.1fr;
  gap: 16px;
  align-items: start;
}

.work-card { margin: 0; overflow: hidden; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.work-card:hover img { transform: scale(1.025); }
.work-card-one img, .work-card-three img { aspect-ratio: 3 / 4; }
.work-card-two { margin-top: 75px; }
.work-card-two img { aspect-ratio: 3 / 3.5; }
.work-card figcaption { display: flex; justify-content: space-between; padding-top: 10px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.work-card figcaption span { color: #8d8177; }

.footer-logo { width: 260px; height: 125px; margin: -10px auto 0; }

.footer-logo img { filter: invert(1); mix-blend-mode: screen; }

@media (max-width: 700px) {
  .site-header { height: 82px; }
  .brand-logo { width: 128px; height: 60px; }
  .real-work { margin-top: 65px; padding: 32px 20px; }
  .real-work-copy { grid-template-columns: 1fr; margin-bottom: 35px; }
  .real-work-copy .section-label { grid-column: auto; }
  .work-gallery { grid-template-columns: 1fr 1fr; }
  .work-card-two { margin-top: 40px; }
  .work-card-three { grid-column: 1 / -1; width: 64%; margin: -15px auto 0; }
  .footer-logo { width: 210px; height: 100px; }
}

/* Readability scale */
body { font-size: 18px; }

.site-header nav { font-size: 16px; gap: 38px; }
.eyebrow,
.section-label { font-size: 13px; letter-spacing: .16em; }
.hero-intro { font-size: clamp(19px, 1.55vw, 24px); max-width: 570px; }
.button {
  min-height: 66px;
  padding: 0 34px;
  gap: 28px;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.hero-actions .button { min-width: 224px; }
.submit-button { width: auto; min-width: 240px; }
.text-link { font-size: 16px; }
.micro-proof p { font-size: 14px; line-height: 1.45; }
.marquee span { font-size: 15px; }
.manifesto-copy { font-size: 20px; }
.signature { font-size: 19px; }
.feature-card p { font-size: 16px; line-height: 1.6; }
.feature-card h3 { font-size: 34px; }
.card-number { font-size: 14px; }
.real-work-copy > p:not(.section-label) { font-size: 18px; line-height: 1.7; }
.work-card figcaption { font-size: 13px; }
.steps h3 { font-size: 31px; }
.steps p { font-size: 17px; line-height: 1.65; }
.steps li > span { font-size: 17px; }
.form-intro > p:not(.section-label) { font-size: 19px; }
.form-intro a { font-size: 15px; }
.inquiry-form label,
.inquiry-form legend { font-size: 14px; }
input,
textarea,
select { font-size: 17px; }
.choice-grid label span { font-size: 15px; padding: 12px 18px; }
.check { font-size: 14px !important; }
.form-note { font-size: 13px; }
.success-message { font-size: 15px; }
footer > div { font-size: 13px; }

@media (max-width: 700px) {
  body { font-size: 17px; }
  .site-header nav { font-size: 15px; }
  .eyebrow,
  .section-label { font-size: 12px; }
  .hero-intro { font-size: 18px; }
  .button { min-height: 60px; padding: 0 26px; font-size: 15px; }
  .hero-actions .button,
  .submit-button { width: 100%; min-width: 0; }
  .text-link { font-size: 15px; }
  .manifesto-copy { font-size: 18px; }
  .feature-card p,
  .steps p { font-size: 16px; }
  .work-card figcaption { font-size: 11px; }
  .form-intro > p:not(.section-label) { font-size: 17px; }
  input,
  textarea,
  select { font-size: 16px; }
}

/* Wide-screen content container */
.site-header {
  padding-left: max(28px, calc((100vw - 1640px) / 2));
  padding-right: max(28px, calc((100vw - 1640px) / 2));
}

.hero,
.manifesto,
.process,
.consultation {
  width: min(100%, 1640px);
  margin-left: auto;
  margin-right: auto;
}

.hero { min-height: min(820px, calc(100vh - 108px)); }

@media (min-width: 1900px) {
  .hero,
  .manifesto,
  .process,
  .consultation {
    padding-left: 72px;
    padding-right: 72px;
  }

  .hero { gap: 110px; }
  .hero-copy { max-width: 620px; }
  .hero-visual { width: 520px; }
  .manifesto-layout,
  .process,
  .consultation { gap: 100px; }
}

@media (max-width: 700px) {
  .site-header { padding-left: 22px; padding-right: 22px; }
  .hero,
  .manifesto,
  .process,
  .consultation { width: 100%; }
}

/* Seamless marquee */
.marquee { overflow: hidden; }
.marquee .marquee-track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: marquee-loop var(--marquee-duration, 22s) linear infinite;
  will-change: transform;
}

.marquee .marquee-group {
  display: flex;
  flex: none;
  align-items: center;
  gap: 34px;
  padding-right: 34px;
  animation: none;
}

.marquee:hover .marquee-track { animation-play-state: paused; }

@keyframes marquee-loop {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-1 * var(--marquee-distance, 720px))); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-track { animation: none; }
}

.error-message {
  display: none;
  margin-top: 14px;
  padding: 14px;
  background: #f5d7d7;
  color: #6f2525;
  font-size: 14px;
  text-align: center;
}

.error-message.is-visible { display: block; }
.submit-button:disabled { cursor: wait; opacity: .65; transform: none; }

/* Clearer process section */
.process {
  grid-template-columns: minmax(360px, .8fr) minmax(520px, 1.2fr);
  align-items: start;
  background: #f7dde1;
}

.process-heading { position: sticky; top: 150px; }
.process-heading .section-label { font-size: 14px; font-weight: 600; }
.process h2 {
  max-width: 600px;
  font-size: clamp(52px, 5vw, 76px);
  line-height: 1.04;
  letter-spacing: -.025em;
}

.steps { display: grid; gap: 14px; }
.steps li {
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: start;
  padding: 30px;
  border: 1px solid rgba(23, 21, 20, .13);
  background: rgba(255, 255, 255, .48);
}

.steps li > span {
  width: 48px;
  height: 48px;
  border-width: 1.5px;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
}

.steps h3 {
  margin: 1px 0 10px;
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.015em;
}

.steps p {
  max-width: 620px;
  color: #393234;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .process { grid-template-columns: 1fr; }
  .process-heading { position: static; }
  .process h2 { max-width: 680px; }
}

@media (max-width: 580px) {
  .process h2 { font-size: clamp(44px, 14vw, 60px); }
  .steps { gap: 10px; }
  .steps li { grid-template-columns: 50px 1fr; gap: 14px; padding: 22px 18px; }
  .steps li > span { width: 42px; height: 42px; font-size: 14px; }
  .steps h3 { font-size: 21px; }
  .steps p { font-size: 16px; line-height: 1.6; }
}

/* Refined hero seal */
.round-stamp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 14px;
  text-align: center;
}

.round-stamp span {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .14em;
  white-space: nowrap;
}

.round-stamp b { font-size: 20px; line-height: 1; color: var(--pink); }

@media (max-width: 580px) {
  .round-stamp { gap: 5px; padding: 10px; }
  .round-stamp span { font-size: 7px; }
  .round-stamp b { font-size: 16px; }
}
