:root {
  --cream: #fbf8f1;
  --paper: #f7f2e8;
  --ink: #111111;
  --muted: #6f6a63;
  --line: #d8d0c5;
  --blue: #4F6FB3;
  --blue-dark: #3F5F9D;
  --black: #111111;
  --soft-blue: #EEF2FF;
  --lavender: #cdc6dd;
  --sand: #dcc7aa;
  --shadow: 0 24px 70px rgba(14, 14, 14, 0.16);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(87,117,173,.08), transparent 28rem),
    linear-gradient(180deg, var(--cream), #fffdf8);
  -webkit-font-smoothing: antialiased;
}

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

img, svg {
  max-width: 100%;
  display: block;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  background: var(--ink);
  color: white;
  padding: .75rem 1rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 1rem;
}

.site-header {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 16px;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 32px;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  width: max-content;
  line-height: .82;
  font-weight: 900;
  letter-spacing: -0.06em;
  font-size: 34px;
  text-transform: lowercase;
}

.logo small {
  margin-top: 9px;
  letter-spacing: .16em;
  font-size: 13px;
  line-height: 1;
  color: var(--blue);
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 4vw, 58px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nav a {
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 2px;
  width: 0;
  background: var(--blue);
  transition: width .2s ease;
}

.nav a:hover::after {
  width: 100%;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--ink);
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 12px;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(17,17,17,.12);
}

.button-dark {
  background: var(--ink);
  color: white;
}

.button-light {
  background: transparent;
  color: var(--ink);
}

.header-cta {
  min-height: 58px;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--ink);
  padding: 12px 16px;
  font: inherit;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 900;
}

.section-grid {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(40px, 6vw, 88px);
}

.hero {
  min-height: 720px;
  align-items: center;
  padding: 40px 0 26px;
  border-top: 1px solid transparent;
}

.eyebrow {
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow.blue {
  color: var(--blue-dark);
}

h1, h2, h3, p {
  margin-top: 0;
}

.hero h1 {
  margin: 0;
  max-width: 660px;
  font-size: clamp(56px, 8vw, 112px);
  line-height: .94;
  letter-spacing: -0.075em;
  font-weight: 900;
}

.hero h1 span {
  color: var(--blue);
}

.hero-sub {
  max-width: 490px;
  margin: 30px 0 28px;
  font-size: 20px;
  line-height: 1.45;
  color: #222;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}

.trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #3d3935;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trust-points li::before {
  content: "•";
  color: var(--blue);
  margin-right: 10px;
}

.hero-visual {
  min-height: 560px;
  position: relative;
}

.mockup-card {
  position: absolute;
  background: var(--paper);
  box-shadow: var(--shadow);
  border: 1px solid rgba(17,17,17,.05);
}

.poster.south {
  width: 250px;
  height: 300px;
  background: var(--blue);
  color: white;
  top: 34px;
  left: 120px;
  transform: rotate(-8deg);
  padding: 44px 24px 26px;
  text-align: center;
}

.poster.south strong {
  display: block;
  margin: 52px 0 16px;
  font-size: 44px;
  line-height: .9;
  letter-spacing: .08em;
}

.poster.south small {
  display: block;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  opacity: .9;
}

.poster .mini {
  display: inline-block;
  border: 1px solid rgba(255,255,255,.55);
  padding: 7px 10px;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.menu-card {
  top: 40px;
  right: 28px;
  width: 255px;
  height: 340px;
  padding: 42px 32px;
  transform: rotate(7deg);
  background: #f1e4cf;
}

.menu-card h3 {
  font-family: var(--serif);
  font-size: 56px;
  letter-spacing: .04em;
  margin-bottom: 22px;
}

.menu-card dl {
  margin: 0;
  font-family: "Courier New", monospace;
  font-size: 12px;
}

.menu-card div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted rgba(0,0,0,.22);
  padding: 7px 0;
}

.menu-card dt,
.menu-card dd {
  margin: 0;
}

.black-card {
  width: 230px;
  height: 112px;
  background: var(--ink);
  color: white;
  top: 220px;
  left: 276px;
  transform: rotate(2deg);
  display: grid;
  place-content: center;
  text-align: center;
  z-index: 2;
}

.black-card span {
  font-family: var(--serif);
  font-size: 48px;
  font-style: italic;
  line-height: .8;
}

.black-card small {
  font-size: 10px;
  letter-spacing: .18em;
}

.photo-card {
  width: 175px;
  height: 220px;
  left: 188px;
  top: 284px;
  transform: rotate(-7deg);
  background:
    linear-gradient(rgba(15,15,15,.15), rgba(15,15,15,.18)),
    radial-gradient(circle at 40% 25%, #c39b72, transparent 18%),
    linear-gradient(135deg, #27201c 0%, #99704e 46%, #1e1e1e 100%);
}

.round-card {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  left: 330px;
  bottom: 60px;
  display: grid;
  place-content: center;
  text-align: center;
  background: var(--lavender);
}

.round-card strong {
  font-size: 28px;
  line-height: .92;
  letter-spacing: .12em;
}

.round-card small {
  margin-top: 10px;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.box-card {
  right: 55px;
  bottom: 74px;
  width: 230px;
  height: 180px;
  background: var(--sand);
  transform: rotate(1deg);
  display: grid;
  place-content: center;
  text-align: center;
}

.box-card strong {
  font-size: 32px;
  letter-spacing: .2em;
}

.box-card span {
  letter-spacing: .32em;
  font-size: 14px;
}

.box-card small {
  margin-top: 16px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 9px;
}

.vertical-label {
  position: absolute;
  right: -28px;
  top: 165px;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .18em;
  color: #333;
}

.stamp {
  position: absolute;
  right: 10px;
  bottom: 14px;
  width: 88px;
  height: 88px;
  border: 1.25px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 900;
  background: rgba(251,248,241,.82);
  backdrop-filter: blur(4px);
}

.client-strip {
  min-height: 116px;
  background: linear-gradient(90deg, var(--blue-dark), #6380b9);
  color: white;
  display: grid;
  grid-template-columns: 190px repeat(6, 1fr);
  align-items: center;
  padding: 0 max(24px, calc((100vw - 1320px) / 2));
  gap: 18px;
  overflow: hidden;
}

.strip-label {
  writing-mode: horizontal-tb;
  transform: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .9;
  align-self: center;
  border-right: 1px solid rgba(255,255,255,.35);
  padding-right: 30px;
  line-height: 1.5;
}

.client-logo {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 78px;
  color: white;
}

.client-logo strong {
  display: block;
  font-size: 24px;
  letter-spacing: .18em;
  line-height: .88;
}

.client-logo small {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: .22em;
  opacity: .82;
  text-transform: uppercase;
}

.client-logo.oak strong {
  letter-spacing: .14em;
  border: 1px solid rgba(255,255,255,.4);
  padding: 8px 13px;
}

.client-logo.maze strong {
  font-size: 30px;
  letter-spacing: .28em;
}

.client-logo.nori strong {
  font-family: var(--serif);
  font-size: 42px;
  font-style: italic;
  letter-spacing: .04em;
  line-height: .7;
}

.client-logo.vale strong {
  font-family: var(--serif);
  font-size: 36px;
  letter-spacing: .22em;
}

.client-logo.luz strong {
  font-size: 34px;
  letter-spacing: .2em;
}

.client-logo.field strong {
  font-size: 21px;
  letter-spacing: .18em;
}

.script {
  font-family: var(--serif);
  font-style: italic;
}

.services {
  padding: 70px 0;
  grid-template-columns: .58fr 1fr;
  border-bottom: 1px solid var(--line);
}

.section-heading h2 {
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 70px);
  line-height: .94;
  font-weight: 400;
  letter-spacing: -0.03em;
  max-width: 390px;
}

.section-heading h2 span {
  color: var(--blue);
  font-style: italic;
}

.text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}

.text-link.light {
  color: white;
}

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

.service-grid article {
  padding: 18px clamp(16px, 2.4vw, 34px);
  min-height: 190px;
  border-right: 1px solid var(--line);
}

.icon {
  font-size: 50px;
  line-height: .8;
  margin-bottom: 30px;
}

.service-grid h3 {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.service-grid p,
.package-card p,
.process-grid p,
.faq p {
  color: #34302d;
  line-height: 1.55;
}

.work-section {
  padding: 74px max(24px, calc((100vw - 1320px) / 2));
  background: #111;
  color: white;
}

.work-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.work-header h2 {
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -0.03em;
  margin: 0;
  max-width: 720px;
}

.work-header h2 span {
  color: #9ab0dd;
  font-style: italic;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}

.work-image {
  aspect-ratio: 1.05 / 1;
  min-height: 220px;
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
  object-fit: cover;
}

/* Real project image assets */
.work-card img.work-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
}

.work-card h3 {
  margin: 0 0 4px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.work-card p {
  margin: 0;
  font-size: 12px;
  color: rgba(255,255,255,.75);
}

.packages {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 76px 0;
  display: grid;
  grid-template-columns: .42fr 1fr;
  gap: 50px;
  border-bottom: 1px solid var(--line);
}

.packages-intro h2 {
  font-family: var(--serif);
  font-size: clamp(42px, 4vw, 62px);
  line-height: .92;
  font-weight: 400;
  letter-spacing: -.03em;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.package-card {
  position: relative;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.46);
  padding: 34px 30px 28px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
}

.package-card.featured {
  border: 2px solid var(--blue);
  background: var(--soft-blue);
}

.badge {
  position: absolute;
  right: 22px;
  top: -15px;
  background: var(--blue);
  color: white !important;
  padding: 8px 16px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.package-kicker {
  color: var(--blue-dark) !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.package-card h3 {
  font-family: var(--serif);
  font-size: 38px;
  line-height: .95;
  font-weight: 400;
  margin-bottom: 14px;
}

.package-card ul {
  padding: 0;
  margin: 10px 0 28px;
  list-style: none;
  display: grid;
  gap: 10px;
}

.package-card li {
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}

.package-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 900;
}

.price {
  margin-top: auto;
  font-size: 26px;
  font-weight: 900;
}

.package-link {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.process {
  padding: 70px 0 48px;
  grid-template-columns: .44fr 1fr;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-left: 1px solid var(--line);
}

.process-grid article,
.turnaround-card {
  padding: 0 30px 0;
  border-right: 1px solid var(--line);
}

.process-grid span {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--blue);
  font-size: 38px;
  font-weight: 900;
}

.process-grid h3 {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.turnaround-card {
  background: var(--soft-blue);
  padding: 34px 28px;
  align-self: stretch;
  display: grid;
  align-content: center;
  text-align: center;
}

.turnaround-card strong {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.05;
}

.testimonials {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.testimonials article {
  padding: 10px 38px;
  border-right: 1px solid var(--line);
}

.testimonials article:first-child {
  padding-left: 0;
}

.testimonials article:last-child {
  border-right: 0;
}

.testimonials p {
  font-size: 18px;
  line-height: 1.45;
}

.testimonials p::before {
  content: "“";
  display: block;
  font-family: var(--serif);
  color: var(--blue);
  font-size: 72px;
  line-height: .5;
}

.testimonials strong {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
}

.testimonials span {
  display: block;
  color: var(--muted);
  margin-top: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.faq {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0;
  display: grid;
  grid-template-columns: .42fr 1fr;
  gap: 56px;
}

.faq h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 50px;
  line-height: .95;
}

details {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
}

details p {
  margin: 14px 0 0;
  max-width: 620px;
}

.cta {
  background: linear-gradient(135deg, var(--blue-dark), #7993ca);
  color: white;
  padding: 64px max(24px, calc((100vw - 1320px) / 2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: -.03em;
}

.cta p {
  margin: 6px 0 0;
  font-size: 20px;
}

.footer {
  padding: 44px max(24px, calc((100vw - 1320px) / 2));
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 32px;
  align-items: start;
}

.footer p {
  margin: 0;
  color: rgba(255,255,255,.72);
}

.footer nav {
  display: flex;
  gap: 24px;
  justify-content: end;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.footer-logo small {
  color: #aebce0;
}

.copyright {
  grid-column: 1 / -1;
  font-size: 12px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.18);
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
    justify-self: end;
  }

  .nav.is-open {
    display: flex;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: start;
    padding: 24px 0;
    border-top: 1px solid var(--line);
  }

  .section-grid,
  .hero,
  .services,
  .process,
  .packages,
  .faq {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 560px;
  }

  .client-strip {
    grid-template-columns: repeat(3, 1fr);
    padding: 28px 24px;
  }

  .strip-label {
    display: block;
    border-right: 0;
    padding-right: 0;
    grid-column: 1 / -1;
  }

  .service-grid,
  .package-grid,
  .process-grid,
  .testimonials {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer,
  .cta {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: start;
  }

  .footer nav {
    justify-content: start;
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .site-header,
  .section-grid,
  .packages,
  .testimonials,
  .faq {
    width: min(100% - 28px, 1320px);
  }

  .logo {
    font-size: 28px;
  }

  .hero h1 {
    font-size: clamp(52px, 17vw, 78px);
  }

  .hero-sub {
    font-size: 17px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-points {
    display: grid;
    gap: 10px;
  }

  .hero-visual {
    min-height: 470px;
    transform: scale(.86);
    transform-origin: top center;
    margin-bottom: -60px;
  }

  .poster.south {
    left: 30px;
  }

  .menu-card {
    right: 0;
  }

  .black-card {
    left: 165px;
  }

  .photo-card {
    left: 80px;
  }

  .round-card {
    left: 185px;
  }

  .box-card {
    right: 0;
  }

  .vertical-label,
  .stamp {
    display: none;
  }

  .client-strip,
  .service-grid,
  .package-grid,
  .process-grid,
  .testimonials,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .client-strip strong {
    text-align: left;
  }

  .services,
  .process {
    padding: 50px 0;
  }

  .service-grid,
  .process-grid {
    border-left: 0;
  }

  .service-grid article,
  .process-grid article,
  .turnaround-card,
  .testimonials article {
    border-right: 0;
    border-top: 1px solid var(--line);
    padding: 24px 0;
  }

  .work-header {
    display: block;
  }

  .work-image {
    min-height: 250px;
  }

  .packages {
    padding: 52px 0;
  }

  .cta {
    padding-block: 50px;
  }

  .footer {
    padding-block: 40px;
  }
}


.work-card p {
  max-width: 230px;
}

@media (max-width: 700px) {
  .client-logo {
    place-items: start;
    text-align: left;
  }
}


/* ------------------------------
   V4: More realistic in-HTML project mockups
   These are still pure HTML/CSS, not image files.
-------------------------------- */

.real-work-grid {
  align-items: start;
}

.real-project {
  position: relative;
  aspect-ratio: 1.05 / 1;
  min-height: 250px;
  margin-bottom: 18px;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.06),
    0 20px 40px rgba(0,0,0,.28);
  background: #d7c6ad;
}

.real-project::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 25% 20%, rgba(255,255,255,.35), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(0,0,0,.18));
}

.real-project::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% -10%, rgba(255,255,255,.34), transparent 28%),
    linear-gradient(180deg, transparent 55%, rgba(0,0,0,.18));
  mix-blend-mode: soft-light;
}

/* Luz Bakehouse: real packaging surface */
.luz-photo {
  background:
    linear-gradient(135deg, #efe4d6, #c49a78 72%);
}

.luz-photo .surface {
  position: absolute;
  inset: auto -20px 0 -20px;
  height: 42%;
  background:
    linear-gradient(90deg, rgba(0,0,0,.05), rgba(255,255,255,.12)),
    #bea183;
  transform: skewY(-5deg);
  transform-origin: bottom left;
}

.luz-photo .box.lid {
  position: absolute;
  left: 38px;
  top: 38px;
  width: 68%;
  height: 57%;
  background: #f8f1e7;
  border: 1px solid rgba(17,17,17,.18);
  box-shadow: 0 24px 45px rgba(53,38,26,.28);
  display: grid;
  place-items: center;
  text-align: center;
}

.luz-photo .box.lid::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(17,17,17,.22);
}

.luz-photo .box.lid span {
  font-family: var(--serif);
  font-size: 58px;
  line-height: .8;
  letter-spacing: .04em;
  color: #2a241f;
}

.luz-photo .box.lid small {
  position: absolute;
  bottom: 58px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .22em;
  color: #5e5147;
}

.luz-photo .cookie-card {
  position: absolute;
  right: 22px;
  bottom: 25px;
  width: 120px;
  height: 92px;
  background: var(--blue);
  color: white;
  padding: 16px 14px;
  box-shadow: 0 18px 25px rgba(42,32,24,.22);
  transform: rotate(5deg);
}

.luz-photo .cookie-card strong {
  display: block;
  font-size: 19px;
  line-height: .86;
  text-transform: uppercase;
}

.luz-photo .cookie-card em {
  display: block;
  margin-top: 10px;
  font-size: 9px;
  line-height: 1.2;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.round-seal {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background: #111;
  color: white;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .05em;
  transform: rotate(-10deg);
}

/* Oak & Ivy: real cafe tabletop */
.oak-photo {
  background:
    radial-gradient(circle at 12% 82%, rgba(255,255,255,.28), transparent 20%),
    linear-gradient(135deg, #d7c2a1, #9f7f5b);
}

.clipboard {
  position: absolute;
  left: 34px;
  top: 28px;
  width: 62%;
  height: 78%;
  background: #efe1c8;
  border: 1px solid rgba(17,17,17,.2);
  box-shadow: 0 25px 35px rgba(34,26,19,.24);
  padding: 38px 26px 20px;
}

.clipboard .clip {
  position: absolute;
  top: -14px;
  left: 50%;
  width: 68px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(#c8a978, #8d724e);
  box-shadow: 0 6px 10px rgba(0,0,0,.22);
}

.clipboard strong {
  display: block;
  font-family: var(--serif);
  font-size: 38px;
  line-height: .9;
  letter-spacing: .03em;
}

.clipboard small {
  display: block;
  margin: 6px 0 22px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #695947;
}

.clipboard ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
  font-family: "Courier New", monospace;
  font-size: 12px;
}

.clipboard li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted rgba(17,17,17,.3);
  padding-bottom: 5px;
}

.oak-photo .cup {
  position: absolute;
  right: 35px;
  bottom: 28px;
  width: 92px;
  height: 120px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.26), transparent 36%),
    #111;
  border-radius: 12px 12px 24px 24px;
  box-shadow: 0 20px 34px rgba(0,0,0,.28);
}

.oak-photo .cup::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 4px;
  right: 4px;
  height: 18px;
  border-radius: 50%;
  background: #202020;
}

.oak-photo .cup::after {
  content: "O&I";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  letter-spacing: .12em;
}

.oak-photo .table-card {
  position: absolute;
  right: 28px;
  top: 36px;
  background: #fbf8f1;
  color: #111;
  padding: 18px 15px;
  width: 95px;
  height: 86px;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
  line-height: .9;
  text-transform: uppercase;
  transform: rotate(7deg);
  box-shadow: 0 14px 28px rgba(0,0,0,.16);
}

/* Vale: skincare product shot */
.vale-photo {
  background:
    radial-gradient(circle at 74% 24%, rgba(255,255,255,.45), transparent 24%),
    linear-gradient(135deg, #d7d0e5, #f3e6dc 70%);
}

.dropper {
  position: absolute;
  left: 42px;
  bottom: 26px;
  width: 92px;
  height: 220px;
  border-radius: 40px 40px 18px 18px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.22), transparent 45%),
    #2b1f1b;
  box-shadow: 0 24px 44px rgba(0,0,0,.26);
}

.dropper .cap {
  position: absolute;
  top: -54px;
  left: 20px;
  width: 52px;
  height: 70px;
  background: #111;
  border-radius: 14px 14px 8px 8px;
}

.dropper .label {
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 24px;
  height: 112px;
  background: #fbf8f1;
  color: #111;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px 8px;
}

.dropper .label small,
.dropper .label span {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 8px;
}

.dropper .label strong {
  font-family: var(--serif);
  font-size: 29px;
  line-height: .85;
}

.cream-tube {
  position: absolute;
  right: 38px;
  bottom: 28px;
  width: 96px;
  height: 210px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.3), transparent 38%),
    #efe7dc;
  border-radius: 52px 52px 12px 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,.17);
}

.cream-tube span {
  position: absolute;
  bottom: 72px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  font-weight: 900;
  letter-spacing: .18em;
}

.note-card {
  position: absolute;
  left: 134px;
  top: 52px;
  width: 138px;
  background: #fbf8f1;
  color: #111;
  padding: 20px 18px;
  box-shadow: 0 18px 35px rgba(0,0,0,.17);
  transform: rotate(-3deg);
}

.note-card strong {
  font-family: var(--serif);
  font-size: 30px;
  line-height: .86;
}

/* Nori: storefront sign */
.nori-photo {
  background:
    linear-gradient(rgba(10,30,25,.2), rgba(10,30,25,.35)),
    linear-gradient(135deg, #1e453d, #718b7f);
}

.store-window {
  position: absolute;
  inset: 30px 30px 50px;
  border: 3px solid rgba(255,255,255,.78);
  background:
    linear-gradient(110deg, rgba(255,255,255,.18), transparent 28%),
    rgba(0,0,0,.16);
  display: grid;
  place-items: center;
  text-align: center;
}

.awning {
  position: absolute;
  top: -22px;
  left: -3px;
  right: -3px;
  height: 24px;
  background:
    repeating-linear-gradient(90deg, #fbf8f1 0 22px, #111 22px 44px);
}

.store-window strong {
  font-family: var(--serif);
  font-size: 66px;
  font-style: italic;
  line-height: .8;
  color: white;
}

.store-window span {
  display: block;
  margin-top: 70px;
  color: white;
  font-weight: 900;
  letter-spacing: .26em;
  text-transform: uppercase;
  font-size: 12px;
}

.window-sticker {
  position: absolute;
  right: 26px;
  bottom: 22px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  display: grid;
  place-items: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(9deg);
}

.plant-shadow {
  position: absolute;
  left: -30px;
  bottom: -20px;
  width: 170px;
  height: 170px;
  background:
    radial-gradient(ellipse at 30% 80%, rgba(0,0,0,.18), transparent 45%);
}

/* Maze: service studio flyer */
.maze-photo {
  background:
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.35), transparent 24%),
    linear-gradient(135deg, #d28f77, #f2d8c8);
}

.flyer {
  position: absolute;
  left: 42px;
  top: 34px;
  width: 155px;
  height: 220px;
  background: #111;
  color: white;
  padding: 26px 22px;
  box-shadow: 0 24px 40px rgba(0,0,0,.23);
  transform: rotate(-4deg);
}

.flyer strong {
  display: block;
  font-size: 43px;
  line-height: .84;
  letter-spacing: -.04em;
}

.flyer span {
  position: absolute;
  bottom: 25px;
  left: 22px;
  right: 22px;
  border: 1px solid white;
  text-align: center;
  padding: 7px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .12em;
}

.phone-mock {
  position: absolute;
  right: 38px;
  top: 52px;
  width: 105px;
  height: 205px;
  border-radius: 18px;
  background: #fbf8f1;
  color: #111;
  display: grid;
  place-content: center;
  text-align: center;
  box-shadow: 0 24px 38px rgba(0,0,0,.18);
}

.phone-mock::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 37px;
  right: 37px;
  height: 5px;
  border-radius: 10px;
  background: #111;
}

.phone-mock b {
  font-size: 24px;
  line-height: .88;
  text-transform: uppercase;
}

.phone-mock small {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sticker-note {
  position: absolute;
  right: 112px;
  bottom: 24px;
  width: 82px;
  height: 82px;
  background: var(--blue);
  color: white;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: .9;
  text-transform: uppercase;
  font-weight: 900;
  transform: rotate(8deg);
  box-shadow: 0 16px 24px rgba(0,0,0,.16);
}

/* More realistic logo strip lockups */
.logo-strip {
  background:
    linear-gradient(90deg, #3f5f95, #6a82b6);
}

.client-logo {
  opacity: .98;
}

.client-logo.oak strong {
  border: 0;
  padding: 0;
  font-size: 24px;
  letter-spacing: .02em;
}

.client-logo.oak strong span {
  display: inline-block;
  margin: 0 3px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  transform: translateY(3px);
}

.client-logo.maze strong {
  border: 1px solid rgba(255,255,255,.5);
  padding: 8px 12px;
  font-size: 24px;
  letter-spacing: .14em;
}

.client-logo.nori strong {
  font-size: 46px;
  text-shadow: 0 1px 0 rgba(0,0,0,.08);
}

.client-logo.vale strong {
  font-size: 31px;
  font-family: var(--serif);
  border-bottom: 1px solid rgba(255,255,255,.6);
  padding-bottom: 4px;
}

.client-logo.luz strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 43px;
  letter-spacing: .05em;
}

.client-logo.field strong {
  font-size: 20px;
  line-height: .8;
  letter-spacing: .13em;
}

.client-logo.field {
  border-left: 1px solid rgba(255,255,255,.3);
}

@media (max-width: 1080px) {
  .real-project {
    min-height: 300px;
  }
}

.brand-system {
  display: none;
}


/* V5: final asset-based hero and selected work */
.hero-visual.hero-asset {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual.hero-asset img {
  width: 100%;
  max-width: 760px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.16);
  border: 1px solid rgba(17,17,17,.06);
}

.selected-work-grid .work-card {
  min-width: 0;
}

.selected-work-grid .work-image,
.work-card img.work-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  height: auto;
  object-fit: cover;
  margin-bottom: 18px;
  background: #111;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 18px 40px rgba(0,0,0,.24);
}

.selected-work-grid .work-card h3 {
  color: #fff;
}

.selected-work-grid .work-card p {
  max-width: 245px;
}

@media (max-width: 700px) {
  .hero-visual.hero-asset {
    transform: none;
    margin-bottom: 0;
    min-height: auto;
  }

  .hero-visual.hero-asset img {
    max-width: 100%;
  }
}


/* V6: above-the-fold hero refinements */
.site-header {
  padding-top: 22px;
  padding-bottom: 10px;
}

.hero {
  min-height: calc(100svh - 112px);
  padding-top: 8px;
  padding-bottom: 34px;
  align-items: center;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(50px, 6.2vw, 88px);
  line-height: .92;
  letter-spacing: -0.075em;
}

.hero-sub {
  margin-top: 24px;
  margin-bottom: 22px;
}

.hero-actions {
  margin-bottom: 22px;
}

.hero-visual.hero-asset img {
  max-width: 690px;
}

@media (min-width: 1200px) and (max-height: 920px) {
  .hero h1 {
    font-size: clamp(50px, 5.7vw, 82px);
  }

  .hero-visual.hero-asset img {
    max-width: 650px;
  }

  .hero-sub {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .site-header {
    padding-top: 18px;
  }

  .hero {
    min-height: auto;
    padding-top: 24px;
  }

  .hero h1 {
    font-size: clamp(46px, 14vw, 68px);
  }
}


/* V12: hero collage is a clean image only; no barcode overlays or black patches */
.barcode,
.hero-barcode,
.magazine-barcode,
.pulse-barcode {
  display: none !important;
}


/* Refined blue direction + cleaner industry strip */
.logo-strip,
.client-strip {
  background: linear-gradient(90deg, #3F5F9D, #6B82C4) !important;
}

.strip-label {
  border-right: 0 !important;
}

.client-logo,
.client-logo.field {
  border-left: 0 !important;
  border-right: 0 !important;
}

.client-logo.maze strong {
  border: 0 !important;
  padding: 0 !important;
}

.client-logo strong {
  color: #fff !important;
}

.client-logo small,
.strip-label {
  color: rgba(255,255,255,.82) !important;
}
