* { box-sizing: border-box; }

:root {
  --ink: #0f100d;
  --paper: #f3efe5;
  --paper2: #e9e3d6;
  --accent: #ff6b35;
  --muted: #777970;
  --line: rgba(15,16,13,.15);
  --max: 1500px;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }

.site-header {
  min-height: 84px;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(243,239,229,.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-box {
  width: 58px;
  height: 44px;
  border: 2px solid var(--ink);
  display: grid;
  place-items: center;
  font: 700 16px/1 "Oswald", sans-serif;
  transform: rotate(-3deg);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font: 700 19px/1 "Oswald", sans-serif;
  letter-spacing: .055em;
}

.brand-copy small {
  margin-top: 5px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}

nav { display: flex; gap: 28px; }
nav a { font-size: 13px; font-weight: 700; }

.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: white;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

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

.button-small { min-height: 42px; padding: 0 16px; font-size: 12px; }
.button-outline { background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--ink); color: white; }

.hero {
  max-width: var(--max);
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
}

.hero-main {
  padding: clamp(70px, 8vw, 120px) clamp(28px, 6vw, 92px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow,
.section-label {
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
}

h1, h2, h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(54px, 6vw, 92px);
  line-height: .94;
  letter-spacing: -.035em;
}

h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
}

.hero-copy {
  max-width: 670px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.text-link {
  font-size: 13px;
  font-weight: 800;
}

.text-link span { margin-left: 6px; }

.hero-side {
  min-height: 580px;
  overflow: hidden;
  position: relative;
  background: var(--ink);
}

.grid {
  position: absolute;
  inset: 0;
  opacity: .09;
  background-image:
    linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px);
  background-size: 48px 48px;
}

.giant-word {
  position: absolute;
  right: -38px;
  bottom: -60px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,107,53,.3);
  font: 700 250px/1 "Oswald", sans-serif;
}

.stamp {
  position: absolute;
  z-index: 2;
  width: 220px;
  padding: 22px;
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--accent);
}

.stamp span {
  display: block;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.stamp strong {
  display: block;
  font: 700 27px/1 "Oswald", sans-serif;
}

.stamp small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.stamp-one { left: 10%; top: 15%; transform: rotate(-2deg); }
.stamp-two { right: 9%; top: 42%; transform: rotate(3deg); }
.stamp-three { left: 20%; bottom: 11%; transform: rotate(1deg); }

.proof-strip {
  max-width: var(--max);
  min-height: 54px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 18px;
  overflow: hidden;
  white-space: nowrap;
  background: var(--accent);
  font: 700 15px "Oswald", sans-serif;
  letter-spacing: .08em;
}

.proof-strip i { font-style: normal; }

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(76px, 8vw, 120px) clamp(24px, 6vw, 92px);
}

.intro {
  display: grid;
  grid-template-columns: .35fr 1fr;
  gap: 50px;
  align-items: start;
}

.intro h2,
.section-heading h2,
.pricing h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1;
}

.intro-copy p {
  max-width: 760px;
  margin-top: 24px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.work { background: var(--paper2); }

.section-heading {
  margin-bottom: 42px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.project-tag {
  padding: 9px 12px;
  border: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.project-card {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  border: 1px solid var(--line);
  background: var(--paper);
}

.project-preview {
  min-height: 560px;
  padding: clamp(26px, 4vw, 52px);
  display: grid;
  place-items: center;
  background: var(--ink);
}

.mock-browser {
  width: 100%;
  max-width: 760px;
  background: #fff;
  box-shadow: 12px 12px 0 var(--accent);
}

.browser-bar {
  min-height: 42px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: #ddd9d0;
  font-size: 11px;
}

.browser-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink);
  opacity: .45;
}

.browser-bar span {
  margin-left: 8px;
  color: #676861;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mock-site {
  min-height: 405px;
  padding: 38px;
  background: #f5f1e8;
}

.mock-brand {
  font: 700 16px "Oswald", sans-serif;
  letter-spacing: .05em;
}

.mock-kicker {
  margin-top: 62px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
}

.mock-title {
  margin-top: 14px;
  font: 700 clamp(35px, 4vw, 62px)/.95 "Oswald", sans-serif;
}

.mock-title span {
  color: transparent;
  -webkit-text-stroke: 1px var(--ink);
}

.mock-button {
  margin-top: 28px;
  width: fit-content;
  padding: 14px 18px;
  background: var(--ink);
  color: white;
  font-size: 11px;
  font-weight: 800;
}

.project-copy {
  padding: clamp(38px, 5vw, 68px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-copy h3 {
  margin-bottom: 20px;
  font-size: clamp(31px, 3.5vw, 48px);
  line-height: 1.04;
}

.project-copy > p:not(.eyebrow):not(.project-note) {
  color: var(--muted);
  line-height: 1.65;
}

.project-note {
  margin: 8px 0 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.services h2 { font-size: clamp(42px, 5vw, 70px); }

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

.service-grid article {
  min-height: 290px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-grid article:hover { background: var(--accent); }

.service-grid article > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.service-grid h3 {
  margin: auto 0 12px;
  font-size: 27px;
}

.service-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.service-grid article:hover p,
.service-grid article:hover > span { color: var(--ink); }

.pricing {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(40px, 7vw, 100px);
  background: var(--ink);
  color: white;
}

.pricing-copy .eyebrow { color: var(--accent); }

.pricing-copy > p:last-child {
  max-width: 520px;
  margin-top: 28px;
  color: rgba(255,255,255,.58);
  line-height: 1.7;
}

.price-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.price-card {
  padding: 34px;
  background: var(--paper);
  color: var(--ink);
}

.featured-price {
  box-shadow: 10px 10px 0 var(--accent);
}

.price-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.price-card strong {
  display: block;
  margin: 36px 0 18px;
  font: 700 clamp(40px, 5vw, 64px)/1 "Oswald", sans-serif;
}

.price-card strong small {
  font-size: 12px;
  vertical-align: top;
}

.price-card strong span {
  font-size: 18px;
  color: var(--muted);
}

.price-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.price-card ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  padding: 11px 0;
  border-top: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
}

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

.process-grid > div {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.process-grid > div:last-child { border-right: 0; }

.process-grid > div > span {
  font-size: 11px;
  font-weight: 800;
  color: var(--muted);
}

.process-grid h3 {
  margin: 70px 0 10px;
  font-size: 24px;
}

.process-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.contact {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(42px, 7vw, 100px);
  background: var(--accent);
}

.contact-copy p:last-child {
  margin-top: 26px;
  line-height: 1.65;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form label > span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
}

.contact-form small { font-weight: 500; }

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 14px;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}

.contact-form textarea { resize: vertical; }
.contact-form .full { grid-column: 1 / -1; }
.form-button { grid-column: 1 / -1; width: 100%; }

.bot-field {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 44px clamp(24px, 6vw, 92px);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  background: var(--ink);
  color: white;
}

.footer-brand {
  display: flex;
  flex-direction: column;
}

.footer-brand strong {
  font: 700 21px "Oswald", sans-serif;
  letter-spacing: .055em;
}

.footer-brand span,
footer p {
  margin: 6px 0 0;
  color: rgba(255,255,255,.55);
  font-size: 12px;
}

.mobile-cta { display: none; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-side { min-height: 460px; }
  .intro { grid-template-columns: 1fr; gap: 18px; }
  .project-card { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  body { padding-bottom: 68px; }

  .site-header {
    min-height: 72px;
    padding: 0 18px;
  }

  .site-header > .button { display: none; }

  .brand-box {
    width: 50px;
    height: 40px;
    font-size: 14px;
  }

  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 7px; }

  .hero-main { padding: 58px 24px 44px; }

  h1 {
    font-size: clamp(46px, 12vw, 58px);
    line-height: .94;
  }

  .hero-copy {
    font-size: 17px;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .hero-side { min-height: 370px; }

  .stamp {
    width: 48%;
    padding: 18px;
    box-shadow: 7px 7px 0 var(--accent);
  }

  .stamp span { margin-bottom: 18px; }
  .stamp strong { font-size: 22px; }
  .stamp small { font-size: 11px; }

  .stamp-one { left: 5%; top: 10%; }
  .stamp-two { right: 5%; top: 38%; }
  .stamp-three { left: 11%; bottom: 8%; }

  .giant-word {
    right: -20px;
    bottom: -20px;
    font-size: 150px;
  }

  .proof-strip {
    justify-content: flex-start;
    font-size: 13px;
  }

  .section { padding: 58px 24px; }

  .intro h2,
  .section-heading h2,
  .pricing h2,
  .contact h2 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .intro-copy p { font-size: 16px; }

  .section-heading {
    margin-bottom: 30px;
    display: block;
  }

  .project-tag {
    display: inline-block;
    margin-top: 18px;
  }

  .project-preview {
    min-height: auto;
    padding: 22px;
  }

  .mock-site {
    min-height: 330px;
    padding: 24px;
  }

  .mock-kicker { margin-top: 42px; }
  .mock-title { font-size: 35px; }
  .project-copy { padding: 34px 24px; }

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

  .service-grid article {
    min-height: auto;
    padding: 24px;
  }

  .service-grid h3 { margin: 40px 0 8px; font-size: 24px; }

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

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

  .process-grid > div {
    min-height: auto;
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-grid h3 { margin: 38px 0 8px; }

  .contact-form { grid-template-columns: 1fr; }

  .contact-form .full,
  .form-button { grid-column: auto; }

  footer {
    padding-bottom: 34px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-cta {
    height: 68px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    box-shadow: 0 -8px 24px rgba(0,0,0,.16);
  }

  .mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid var(--ink);
    background: var(--paper);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
  }

  .mobile-cta a:last-child {
    background: var(--accent);
    border-left: 2px solid var(--ink);
  }
}


/* MULTI-PROJECT PORTFOLIO */
.project-stack {
  display: grid;
  gap: 38px;
}

.project-card + .project-card {
  margin-top: 0;
}

.flooring-preview {
  background: #5f3b29;
}

.flooring-browser {
  box-shadow: 12px 12px 0 #c89c5a;
}

.flooring-browser-bar {
  background: #dfd5c6;
}

.flooring-mock-site {
  min-height: 405px;
  padding: 34px 38px;
  position: relative;
  overflow: hidden;
  background: #f3ede3;
}

.flooring-mock-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.flooring-mock-brand span {
  width: 38px;
  height: 38px;
  border: 1px solid #17130f;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 18px;
}

.flooring-mock-brand strong {
  font-size: 12px;
  letter-spacing: .13em;
}

.flooring-mock-kicker {
  margin-top: 46px;
  position: relative;
  z-index: 2;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.flooring-mock-title {
  margin-top: 16px;
  position: relative;
  z-index: 2;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(36px, 4vw, 58px);
  line-height: .95;
  letter-spacing: -.03em;
}

.flooring-mock-title em {
  color: #9b6744;
  font-weight: 400;
}

.flooring-mock-copy {
  max-width: 430px;
  margin-top: 18px;
  position: relative;
  z-index: 2;
  color: #777066;
  font-size: 12px;
  line-height: 1.5;
}

.flooring-mock-button {
  width: fit-content;
  margin-top: 22px;
  padding: 13px 16px;
  position: relative;
  z-index: 2;
  background: #17130f;
  color: #f3ede3;
  font-size: 10px;
  font-weight: 800;
}

.flooring-board {
  width: 260px;
  height: 72px;
  position: absolute;
  right: -54px;
  bottom: 28px;
  opacity: .35;
  transform: rotate(-10deg);
  background:
    repeating-linear-gradient(90deg, rgba(23,19,15,.18) 0 2px, transparent 2px 70px),
    #a77654;
  border: 1px solid rgba(23,19,15,.18);
}

.flooring-board-two {
  right: 18px;
  bottom: -14px;
  background-color: #6d4530;
}

@media (max-width: 680px) {
  .project-stack { gap: 28px; }
  .flooring-mock-site {
    min-height: 350px;
    padding: 24px;
  }
  .flooring-mock-kicker { margin-top: 36px; }
  .flooring-mock-title { font-size: 37px; }
  .flooring-mock-copy { max-width: 80%; }
  .flooring-board { width: 190px; height: 58px; }
}


/* FOUR-PROJECT PORTFOLIO — PAINTING */
.painting-preview {
  background: #173248;
}

.painting-browser {
  box-shadow: 12px 12px 0 #d8664a;
}

.painting-browser-bar {
  background: #e7dfd2;
}

.painting-mock-site {
  min-height: 405px;
  padding: 34px 38px;
  position: relative;
  overflow: hidden;
  background: #f6f1e8;
}

.painting-mock-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 3;
}

.painting-mock-brand > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: #173248;
  color: white;
  font-size: 12px;
  font-weight: 900;
}

.painting-mock-brand > div {
  display: flex;
  flex-direction: column;
}

.painting-mock-brand strong {
  font-size: 11px;
  letter-spacing: .08em;
}

.painting-mock-brand small {
  margin-top: 2px;
  color: #77746d;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .12em;
}

.painting-mock-kicker {
  margin-top: 50px;
  position: relative;
  z-index: 3;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.painting-mock-title {
  margin-top: 14px;
  position: relative;
  z-index: 3;
  font: 800 clamp(34px, 4vw, 56px)/.93 "Inter", sans-serif;
  letter-spacing: -.05em;
}

.painting-mock-title em {
  color: #d8664a;
  font-style: normal;
}

.painting-mock-copy {
  max-width: 390px;
  margin-top: 18px;
  position: relative;
  z-index: 3;
  color: #77746d;
  font-size: 12px;
  line-height: 1.5;
}

.painting-mock-button {
  width: fit-content;
  margin-top: 22px;
  padding: 13px 16px;
  position: relative;
  z-index: 3;
  background: #10161b;
  color: white;
  font-size: 10px;
  font-weight: 800;
}

.paint-chip {
  position: absolute;
  width: 105px;
  height: 105px;
  right: 32px;
  border: 8px solid rgba(246,241,232,.86);
  transform: rotate(10deg);
}

.chip-one {
  top: 62px;
  background: #173248;
}

.chip-two {
  top: 145px;
  right: -4px;
  background: #d8664a;
  transform: rotate(-8deg);
}

.chip-three {
  bottom: -22px;
  right: 72px;
  background: #e6b85a;
  transform: rotate(18deg);
}

/* FOUR-PROJECT PORTFOLIO — HENRIKSEN EDITORIAL */
.henriksen-preview {
  background: #30483b;
}

.editorial-mock {
  width: 100%;
  max-width: 760px;
  min-height: 405px;
  padding: 30px 34px 0;
  position: relative;
  overflow: hidden;
  background: #f5f1e8;
  box-shadow: 12px 12px 0 #c4a77d;
}

.editorial-top {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

.editorial-top strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.editorial-top small {
  margin-top: 4px;
  color: #73736d;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .14em;
}

.editorial-kicker {
  margin-top: 38px;
  position: relative;
  z-index: 3;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.editorial-title {
  max-width: 560px;
  margin-top: 12px;
  position: relative;
  z-index: 3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: .92;
  letter-spacing: -.04em;
}

.editorial-title em {
  display: block;
  color: #30483b;
  font-weight: 400;
}

.editorial-copy {
  max-width: 430px;
  margin-top: 17px;
  position: relative;
  z-index: 3;
  color: #73736d;
  font-size: 11px;
  line-height: 1.5;
}

.editorial-slab {
  height: 112px;
  margin: 27px -34px 0;
  padding: 18px 28px;
  position: relative;
  overflow: hidden;
  background: #30483b;
  color: white;
}

.editorial-slab span {
  position: absolute;
  left: 18px;
  bottom: -34px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(245,241,232,.32);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 100px;
}

.editorial-slab small {
  position: absolute;
  right: 20px;
  bottom: 16px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .12em;
}

.portfolio-status {
  cursor: default;
  opacity: .72;
}

.portfolio-status:hover {
  background: transparent;
  color: var(--ink);
}

@media (max-width: 680px) {
  .painting-mock-site {
    min-height: 350px;
    padding: 24px;
  }

  .painting-mock-kicker {
    margin-top: 38px;
  }

  .painting-mock-title {
    font-size: 38px;
  }

  .paint-chip {
    width: 82px;
    height: 82px;
    right: 12px;
  }

  .chip-one { top: 68px; }
  .chip-two { top: 132px; right: -18px; }
  .chip-three { right: 48px; }

  .editorial-mock {
    min-height: 350px;
    padding: 24px 24px 0;
  }

  .editorial-kicker {
    margin-top: 30px;
  }

  .editorial-title {
    font-size: 38px;
  }

  .editorial-slab {
    margin: 24px -24px 0;
  }
}
