:root {
  --champagne: #dac080;
  --paper: #e4c48a;
  --emerald: #163a36;
  --emerald-deep: #0f2a27;
  --gold: #c49a3a;
  --cream: #f3e6cc;
  --ink: #241c12;
  --muted: #6b5a3a;
  --ciel: #7eb8d6;
  --ciel-deep: #3a8fb0;
  --ciel-soft: #dceef5;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

.nav {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  padding: 18px 7vw;
  background: var(--emerald);
  color: var(--cream);
  border-bottom: 3px solid var(--gold);
}
.logo {
  font-family: Fraunces, serif; font-size: 22px; font-weight: 600;
  letter-spacing: -0.02em; text-decoration: none;
}
.nav-links { display: flex; gap: 16px; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; }
.nav-links a { text-decoration: none; opacity: 0.85; }
.nav-links a:hover,
.nav-links a[aria-current="page"] { opacity: 1; color: var(--gold); }
.nav-end { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.nav-cta {
  background: var(--gold); color: var(--emerald-deep);
  text-decoration: none; font-size: 12px; font-weight: 600;
  padding: 10px 16px; letter-spacing: 0.06em; text-transform: uppercase;
  white-space: nowrap;
}
.nav-links .nav-cta-mobile { display: none; }
.nav-toggle {
  display: none;
  background: none; border: 0; cursor: pointer;
  width: 42px; height: 42px;
  flex-direction: column; justify-content: center; align-items: center; gap: 6px;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px; background: var(--gold);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav.is-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav.is-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav.is-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hero-slider {
  position: relative;
  min-height: calc(100vh - 72px);
  background: var(--emerald-deep);
  color: var(--cream);
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
}
.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.hero-slide img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero-slide.site-shot img {
  object-position: top center;
}
.hero-slide.editorial img {
  object-position: center 18%;
}
.hero-slide.print-shot img {
  object-fit: contain;
  object-position: center;
  background: #0a0a0a;
}
.hero-slide.print-shot::after {
  background: linear-gradient(90deg, rgba(15,42,39,0.82) 0%, rgba(15,42,39,0.22) 48%, rgba(15,42,39,0.06) 100%);
}
.hero-slide.site-shot::after {
  background: linear-gradient(90deg, rgba(15,42,39,0.72) 0%, rgba(15,42,39,0.28) 42%, rgba(15,42,39,0.04) 100%);
}
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(15,42,39,0.78) 0%, rgba(15,42,39,0.38) 46%, rgba(15,42,39,0.08) 100%);
}
.hero-slide-copy {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 72px);
  padding: 56px 7vw 120px;
  max-width: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: none;
}
.hero-slide-copy .kicker { color: var(--gold); margin-bottom: 12px; }
.hero-slide-copy h1,
.hero-slide-copy .slide-title {
  color: var(--cream);
  max-width: 11ch;
  font-size: clamp(42px, 6vw, 76px);
  font-family: Fraunces, serif;
  font-weight: 600;
  line-height: 1.05;
  margin: 0;
}
.hero-slide-copy .lede {
  color: rgba(243,230,204,0.82);
  margin-top: 16px;
  max-width: 46ch;
  font-size: 16px;
}
.hero-slider .btn-gold {
  background: var(--gold);
  color: var(--emerald-deep);
}
.hero-slider .btn-gold:hover { background: var(--cream); }
.hero-slider .btn-line {
  border-color: var(--cream);
  color: var(--cream);
}
.hero-slider .btn-line:hover {
  background: var(--cream);
  color: var(--emerald-deep);
}
.hero-bar {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 7vw 28px;
  flex-wrap: wrap;
}
.hero-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}
.hero-tabs button {
  background: none;
  border: 0;
  border-bottom: 1px solid transparent;
  color: rgba(243,230,204,0.55);
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 8px 0;
  cursor: pointer;
}
.hero-tabs button:hover,
.hero-tabs button.is-active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.hero-tabs.has-thumbs {
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  max-width: calc(100% - 96px);
  scrollbar-width: none;
}
.hero-tabs.has-thumbs::-webkit-scrollbar { display: none; }
.hero-tabs.has-thumbs button {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 0;
  border: 0;
  color: rgba(243,230,204,0.6);
}
.hero-tabs.has-thumbs button img {
  width: 88px;
  height: 56px;
  object-fit: cover;
  display: block;
  opacity: 0.55;
  outline: 1px solid transparent;
}
.hero-tabs.has-thumbs button:hover,
.hero-tabs.has-thumbs button.is-active {
  color: var(--gold);
  border-bottom-color: transparent;
}
.hero-tabs.has-thumbs button:hover img,
.hero-tabs.has-thumbs button.is-active img {
  opacity: 1;
  outline-color: var(--gold);
}
.hero-controls { display: flex; gap: 10px; }
.hero-slider .carousel-btn {
  border-color: rgba(243,230,204,0.45);
  color: var(--cream);
}
.hero-slider.page-slider,
.hero-slider.page-slider .hero-slide-copy {
  min-height: 56vh;
}
.hero-slider.page-slider .hero-slide-copy {
  padding: 48px 7vw 96px;
}
.kicker {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--emerald); margin-bottom: 18px;
}
h1 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(40px, 5.4vw, 72px);
  font-weight: 600; line-height: 1.05; letter-spacing: -0.03em;
  max-width: 14ch;
}
.lede { margin-top: 18px; max-width: 46ch; font-size: 15px; color: var(--muted); }
.hero-actions { display: flex; gap: 10px; margin-top: 24px; flex-wrap: wrap; }
.hero-slider .hero-actions .btn { font-size: 12px; padding: 11px 16px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none; padding: 14px 20px; font-size: 13px; font-weight: 600;
}
.btn-gold { background: var(--emerald); color: var(--cream); }
.btn-line { border: 1.5px solid var(--emerald); color: var(--emerald); }
.btn-gold:hover { background: var(--emerald-deep); }
.btn-line:hover { background: var(--emerald); color: var(--cream); }

.hero-panel {
  background: var(--emerald);
  color: var(--cream);
  padding: 64px 48px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.pillars { display: grid; gap: 22px; }
.pillars p { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); }
.studio { font-family: Fraunces, serif; font-size: 32px; line-height: 1.15; }

.band {
  background: var(--emerald-deep); color: var(--gold);
  overflow: hidden; padding: 16px 0; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold);
}
.band-track {
  display: flex; gap: 48px; white-space: nowrap;
  animation: marquee 28s linear infinite;
  font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase;
  width: max-content;
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

section { padding: 56px 7vw; }
.sec-kicker { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--emerald); margin-bottom: 10px; }
h2 {
  font-family: Fraunces, serif; font-size: clamp(32px, 4vw, 52px);
  font-weight: 600; line-height: 1.1; max-width: 18ch; margin-bottom: 12px;
}
.intro { max-width: 62ch; color: var(--muted); margin-bottom: 28px; }

.services {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.card {
  background: var(--cream);
  border: 1px solid rgba(22,58,54,0.18);
  padding: 24px 22px 20px;
  min-height: 0;
  display: flex; flex-direction: column;
}
.card h3 { font-family: Fraunces, serif; font-size: 24px; font-weight: 600; margin: 10px 0 12px; }
.card p { font-size: 13px; color: var(--muted); flex: 1; }
.card a { margin-top: 18px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--emerald); text-decoration: none; }
.idx { color: var(--gold); font-size: 12px; }

.split {
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--emerald); color: var(--cream);
}
.split > div { padding: 56px 7vw; }
.split h2 { color: var(--cream); }
.split .intro { color: rgba(243,230,204,0.72); }
.cities { display: flex; flex-wrap: wrap; gap: 10px; }
.cities span {
  border: 1px solid var(--gold); color: var(--gold);
  padding: 8px 12px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
}

.offers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.offer {
  background: var(--emerald); color: var(--cream); padding: 22px;
  min-height: 0; display: flex; flex-direction: column;
}
.offer h3 { font-family: Fraunces, serif; font-size: 22px; margin-bottom: 8px; }
.offer p { font-size: 13px; opacity: 0.8; flex: 1; }
.offer a { color: var(--gold); font-size: 12px; text-decoration: none; letter-spacing: 0.06em; text-transform: uppercase; }

.flyers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.flyer {
  border: 1.5px solid var(--emerald); padding: 22px 20px; background: var(--cream);
}
.flyer strong { display: block; font-family: Fraunces, serif; font-size: 22px; }
.flyer span { font-size: 13px; color: var(--muted); }

.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step { background: var(--cream); padding: 32px 26px; border-top: 4px solid var(--gold); }
.num { font-family: Fraunces, serif; font-size: 42px; color: var(--gold); }
.step h3 { font-family: Fraunces, serif; font-size: 26px; margin: 8px 0 12px; }

.cta {
  background: var(--emerald-deep); color: var(--cream);
  text-align: center; padding: 64px 7vw;
}
.cta h2 { margin: 0 auto 16px; color: var(--cream); max-width: 16ch; }
.cta p { opacity: 0.75; margin-bottom: 32px; }
.cta .btn-gold { background: var(--gold); color: var(--emerald-deep); }
.cta .hero-actions { justify-content: center; }
.cta .btn-line { border-color: var(--cream); color: var(--cream); }
.cta .btn-line:hover { background: var(--cream); color: var(--emerald-deep); }

footer {
  background: var(--emerald); color: var(--cream);
  padding: 36px 7vw 28px; display: flex; flex-direction: column; gap: 28px;
  font-size: 12px; border-top: 3px solid var(--gold);
}
footer a { color: var(--gold); text-decoration: none; }
.footer-bar {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-top: 8px; border-top: 1px solid rgba(126, 184, 214, 0.28);
}
.footer-blog { width: 100%; }
.footer-blog-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
  margin-bottom: 16px;
}
.footer-blog-head .sec-kicker { color: var(--ciel); margin-bottom: 0; }
.footer-blog-head a {
  color: var(--ciel); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
}
.footer-blog-head a:hover { color: var(--cream); }
.footer-blog .carousel-slide {
  flex: 0 0 calc((100% - 54px) / 4);
  background: var(--emerald-deep);
  border-top: 3px solid var(--ciel);
}
.footer-blog .carousel-slide img { height: 118px; }
.footer-blog .carousel-slide .slide-body { padding: 12px 14px 16px; }
.footer-blog .carousel-slide small {
  display: block; color: var(--ciel); font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; margin-bottom: 6px;
}
.footer-blog .carousel-slide h3 {
  font-size: 17px; margin: 0 0 10px; color: var(--cream);
}
.footer-blog .carousel-slide .slide-cta { color: var(--ciel); margin-top: 0; }
.footer-blog .carousel-slide[aria-current="page"] { outline: 1px solid var(--ciel); }
.footer-blog .carousel-nav { margin-top: 16px; }
.footer-blog .carousel-btn {
  border-color: var(--ciel); color: var(--ciel);
}
.footer-blog .carousel-btn:hover {
  background: var(--ciel); color: var(--emerald-deep);
}
.footer-blog .dot { background: rgba(126, 184, 214, 0.35); }
.footer-blog .dot.is-active { background: var(--ciel); }

/* Homepage work teaser */
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.sites-grid {
  grid-template-columns: repeat(2, 1fr);
}
.sites-grid .work-tile { min-height: 0; background: #f4ead4; }
.sites-grid .work-tile img { min-height: 0; max-height: none; }
.work-tile img[src*="aura-home-2"] { object-position: center 18%; }
.work-tile img[src*="sites/shots"] {
  object-fit: contain;
  object-position: top center;
  height: auto;
  min-height: 0;
  max-height: 620px;
  background: #f4ead4;
}
.sites-grid .work-tile:hover img { transform: none; }
.proof-print {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.proof-piece {
  display: block;
  text-decoration: none;
  color: var(--cream);
  background: var(--emerald-deep);
}
.proof-piece img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #111;
}
.proof-piece.wide { grid-column: 1 / -1; }
.proof-meta { padding: 16px 18px 20px; }
.proof-meta small {
  display: block;
  color: var(--ciel);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.proof-meta strong {
  display: block;
  font-family: Fraunces, serif;
  font-size: 22px;
  font-weight: 600;
  margin: 6px 0 8px;
  letter-spacing: -0.03em;
}
.proof-meta span { color: var(--ciel); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; }
.work-tile {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  background: var(--emerald);
  text-decoration: none;
  color: var(--cream);
  display: block;
}
.work-tile img {
  width: 100%; height: 100%; object-fit: cover;
  min-height: 220px; max-height: 320px;
  transition: transform 0.5s ease;
}
.work-tile:hover img { transform: scale(1.04); }
.work-tile.tall { grid-row: span 2; }
.work-tile.tall img { min-height: 100%; max-height: none; height: 100%; }
.work-meta {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 22px 20px 18px;
  background: linear-gradient(transparent, rgba(15,42,39,0.92));
}
.work-meta span {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold);
}
.work-meta strong {
  display: block; font-family: Fraunces, serif; font-size: 26px; font-weight: 600; margin-top: 4px;
}

/* Portfolio page */
.page-hero {
  padding: 56px 7vw 28px;
  background: var(--emerald);
  color: var(--cream);
  border-bottom: 3px solid var(--gold);
}
.page-hero h1 { color: var(--cream); max-width: 16ch; }
.page-hero .lede { color: rgba(243,230,204,0.78); }
.filters {
  display: flex; flex-wrap: wrap; gap: 10px;
  padding: 20px 7vw 0;
}
.filter {
  border: 1.5px solid var(--emerald);
  background: transparent;
  color: var(--emerald);
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 16px;
  cursor: pointer;
}
.filter:hover,
.filter.is-active {
  background: var(--emerald);
  color: var(--cream);
}

.cases { display: grid; gap: 40px; padding-top: 28px; }
.case {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) 1.15fr;
  gap: 36px;
  align-items: start;
  background: var(--cream);
  border: 1px solid rgba(22,58,54,0.16);
  padding: 32px;
}
.case.is-hidden { display: none; }
.case-copy h3 {
  font-family: Fraunces, serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 600;
  line-height: 1.12;
  margin: 8px 0 16px;
}
.case-copy p { font-size: 14px; color: var(--muted); margin-bottom: 18px; max-width: 46ch; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.tags span {
  border: 1px solid var(--gold);
  color: var(--emerald);
  padding: 6px 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.case-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.case-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: var(--emerald-deep);
}
.case-gallery img.wide { grid-column: 1 / -1; height: 320px; }
.case-gallery img.portrait { height: 320px; object-fit: contain; background: #1a1410; }
.case-gallery img[src*="sites/shots"] {
  object-fit: contain;
  object-position: top center;
  height: auto;
  max-height: 560px;
  background: #f4ead4;
}
.case-gallery img.wide[src*="sites/shots"] {
  height: auto;
  max-height: 640px;
}
.case-gallery.logo-row img.logo {
  height: 140px;
  object-fit: contain;
  background: #fff;
  padding: 18px;
}

@media (max-width: 1320px) {
  .nav-toggle { display: flex; }
  .nav-cta { display: none; }
  .nav-links .nav-cta-mobile {
    display: inline-flex; width: fit-content; margin-top: 8px;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    background: var(--emerald);
    padding: 8px 7vw 24px;
    gap: 16px;
    border-bottom: 3px solid var(--gold);
  }
  .nav.is-open .nav-links { display: flex; }
}
@media (max-width: 1100px) {
  .sites-grid { grid-template-columns: 1fr 1fr; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .hero, .hero-slider, .split, .services, .offers, .flyers, .process, .case, .case-gallery, .banner-grid, .proof-print, .price-grid, .hire-layout { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .hero-slide::after {
    background: linear-gradient(180deg, rgba(15,42,39,0.18) 0%, rgba(15,42,39,0.82) 68%);
  }
  .hero-slide-copy {
    background: none;
    padding: 48px 7vw 108px;
    max-width: none;
    justify-content: flex-end;
  }
  .hero-tabs.has-thumbs {
    max-width: 100%;
  }
  .nav-toggle { display: flex; }
  .nav-cta { display: none; }
  .nav-links .nav-cta-mobile {
    display: inline-flex; width: fit-content; margin-top: 8px;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    background: var(--emerald);
    padding: 8px 7vw 24px;
    gap: 16px;
    border-bottom: 3px solid var(--gold);
  }
  .nav.is-open .nav-links { display: flex; }
  .hero-panel { min-height: auto; }
  .offers { grid-template-columns: 1fr 1fr; }
  .work-tile.tall { grid-row: auto; }
  .case { padding: 22px; }
  .case-gallery img,
  .case-gallery img.wide,
  .case-gallery img.portrait { height: 220px; }
}

@media (max-width: 640px) {
  .offers { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  h1 { max-width: none; }
  .hero-copy { padding: 48px 7vw 40px; }
  section { padding: 44px 7vw; }
}

/* Services carousel */
.carousel { position: relative; }
.carousel-viewport { overflow: hidden; }
.carousel-track {
  display: flex; gap: 18px;
  transition: transform 0.45s ease;
}
.carousel-slide {
  flex: 0 0 calc((100% - 36px) / 3);
  background: var(--emerald-deep);
  min-height: 0;
  display: flex; flex-direction: column;
  text-decoration: none;
  color: var(--cream);
  overflow: hidden;
}
.slide-ctas {
  display: flex; flex-wrap: wrap; gap: 10px 14px; margin-top: 14px;
}
.slide-ctas .slide-cta { margin-top: 0; }
.slide-cta-nav { color: var(--cream); opacity: 0.88; }
.carousel-slide img {
  width: 100%; height: 200px; object-fit: cover;
}
.carousel-slide .slide-body { padding: 18px 18px 20px; display: flex; flex-direction: column; }
.carousel-slide h3 { font-family: Fraunces, serif; font-size: 26px; font-weight: 600; margin: 8px 0 10px; letter-spacing: -0.03em; line-height: 1.12; }
.carousel-slide p { font-size: 13px; color: rgba(243,230,204,0.72); }
.slide-cta {
  margin-top: 16px; font-size: 12px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--gold); font-weight: 600;
}
.carousel-nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; margin-top: 22px;
}
.carousel-btns { display: flex; gap: 10px; }
.carousel-btn {
  width: 44px; height: 44px; border: 1.5px solid var(--emerald);
  background: transparent; color: var(--emerald); cursor: pointer;
  font-size: 22px; line-height: 1;
}
.carousel-btn:hover { background: var(--emerald); color: var(--cream); }
.dots { display: flex; gap: 8px; flex-wrap: wrap; }
.dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(22,58,54,0.25); border: 0; cursor: pointer;
}
.dot.is-active { background: var(--emerald); }

/* Print creatives */
.banner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.banner-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--emerald-deep);
}
.banner-card img { width: 100%; height: auto; min-height: 0; display: block; }
.banner-card img[src^="projects/"],
.banner-card img[src^="blog/"] {
  aspect-ratio: 16 / 7;
  object-fit: cover;
  height: auto;
}
.banner-copy {
  padding: 18px 20px 20px;
  background: var(--cream);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;
}
.banner-copy h3 { font-family: Fraunces, serif; font-size: 22px; font-weight: 600; margin: 0; color: var(--ink); }
.banner-copy p { font-size: 13px; color: var(--muted); margin: 0; width: 100%; }
.cta-chip {
  display: inline-flex; align-self: flex-start;
  background: var(--gold); color: var(--emerald-deep);
  padding: 10px 16px; font-size: 12px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none;
}
.cta-chip-nav {
  background: transparent;
  color: var(--emerald);
  border: 1.5px solid var(--emerald);
}
.cta-chip-nav:hover { background: var(--emerald); color: var(--cream); }
.flyer-ctas { display: flex; flex-wrap: wrap; gap: 8px 10px; margin-top: 16px; }
.flyer-ctas .cta-chip { margin-top: 0; }

.flyer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  align-items: start;
}
.flyer-card {
  background: var(--cream);
  border: 1px solid rgba(22,58,54,0.16);
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
}
.flyer-card.is-hidden { display: none; }
.flyer-card img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: contain; background: #111; }
.flyer-card img.photo,
.flyer-card img[src^="projects/"],
.flyer-card img[src^="blog/"],
.flyer-card img[src^="portfolio/"] { aspect-ratio: 4 / 3; object-fit: cover; background: var(--emerald-deep); }
.flyer-card img[src*="aura-home-2"] { object-position: center 18%; }
.flyer-card img.art-full,
.flyer-card img[src*="piment-flyer"],
.flyer-card img[src*="popula-flyer"],
.flyer-card img[src*="piment-rollup"],
.flyer-card img[src*="popula-rollup"] {
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: #111;
}
.flyer-body { padding: 18px 18px 20px; display: flex; flex-direction: column; }
.flyer-body h3 { font-family: Fraunces, serif; font-size: 24px; margin: 6px 0 8px; }
.flyer-body .who { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.includes {
  list-style: none;
  font-size: 12px;
  color: var(--emerald);
  margin: 0 0 4px;
}
.includes li {
  padding: 5px 0 5px 14px;
  position: relative;
  border-top: 1px solid rgba(22,58,54,0.1);
}
.includes li:before {
  content: "";
  position: absolute; left: 0; top: 11px;
  width: 6px; height: 6px; background: var(--gold);
}
.flyer-card .cta-chip { margin-top: 16px; }

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.offer {
  background: var(--cream);
  border: 1px solid rgba(22,58,54,0.14);
  display: flex; flex-direction: column;
  min-height: 0;
  text-decoration: none; color: inherit;
}
.offer img {
  width: 100%; height: 160px;
  object-fit: cover;
}
.offer .pad { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.offer .ico {
  width: 28px; height: 28px;
  color: var(--gold);
  margin-bottom: 10px;
}
.offer .ico svg { width: 28px; height: 28px; display: block; }
.offer .sec-kicker { margin-bottom: 4px; }
.offer h3 {
  font-family: Fraunces, serif;
  font-size: 22px; font-weight: 600;
  line-height: 1.2; margin: 0 0 8px;
}
.offer p { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.offer .cta-chip { margin-top: auto; width: fit-content; }
.offer-strip {
  display: flex; flex-wrap: wrap; gap: 10px 18px;
  margin: 18px 0 4px;
}
.offer-strip span {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--emerald);
}
.offer-strip .ico { width: 16px; height: 16px; color: var(--gold); }
.offer-strip .ico svg { width: 16px; height: 16px; display: block; }

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.choice {
  background: var(--cream);
  border: 1px solid rgba(22,58,54,0.16);
  padding: 24px 22px;
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  min-height: 0;
  overflow: hidden;
}
.choice img {
  width: calc(100% + 44px);
  height: 180px;
  object-fit: cover;
  margin: -24px -22px 16px;
}
.choice img[src*="sites/shots"] {
  object-fit: contain;
  object-position: top center;
  height: 280px;
  background: #f4ead4;
}
.choice h3 { font-family: Fraunces, serif; font-size: 24px; margin: 6px 0 10px; }
.choice p { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.choice .cta-chip { margin-top: auto; }

.elements {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.element {
  background: var(--emerald);
  color: var(--cream);
  padding: 22px;
  min-height: 0;
}
.element h3 { font-family: Fraunces, serif; font-size: 20px; margin-bottom: 8px; }
.element p { font-size: 13px; opacity: 0.8; }

.filters.inline { padding: 0 0 16px; }

.rollup-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 28px 20px;
  align-items: end;
}
.rollup-stand { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: inherit; }
.rollup-art {
  width: 100%;
  background: #111;
  box-shadow: 0 18px 40px rgba(15,42,39,0.28);
}
.rollup-art img { width: 100%; height: auto; object-fit: contain; background: #111; }
.rollup-art img[src^="projects/"],
.rollup-art img[src^="blog/"] {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  height: auto;
}
.rollup-body { padding: 20px 18px 24px; display: flex; flex-direction: column; flex: 1; }
.rollup-body h3 { font-family: Fraunces, serif; font-size: 22px; line-height: 1.15; margin: 8px 0 10px; }
.rollup-body p { font-size: 12px; color: rgba(243,230,204,0.78); flex: 1; }
.rollup-art .cta-chip { margin-top: 14px; font-size: 11px; }
.rollup-foot {
  width: 78%; height: 12px; background: #1a1410; margin-top: 0;
}
.rollup-base {
  width: 92%; height: 8px; background: #0a0a0a; border-radius: 1px;
}

.print-subnav {
  display: flex; flex-wrap: wrap; gap: 10px;
  padding: 16px 7vw 0;
}
.print-subnav a {
  border: 1.5px solid var(--emerald);
  text-decoration: none; padding: 10px 16px;
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
}
.print-subnav a:hover,
.print-subnav a[aria-current="page"] {
  background: var(--emerald); color: var(--cream);
}

#printed, #ciel, #popups, #selected, #trades { scroll-margin-top: 88px; }
.print-kicker {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ciel-deep);
  margin-bottom: 8px;
}
.print-cta {
  display: inline-flex;
  align-self: flex-start;
  background: var(--ciel);
  color: var(--emerald-deep);
  padding: 11px 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 14px;
}
.print-cta:hover { background: var(--ciel-deep); color: #fff; }

.print-flyer {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--ciel-soft);
  border: 1px solid rgba(58,143,176,0.28);
}
.print-flyer-art img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}
.print-flyer-panel {
  padding: 22px 20px 24px;
  border-top: 3px solid var(--ciel);
  background: var(--ciel-soft);
}
.print-flyer-panel h3 {
  font-family: Fraunces, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--emerald-deep);
  margin: 0 0 10px;
  max-width: 12ch;
}
.print-flyer-panel p {
  font-size: 13px;
  color: var(--emerald);
  margin: 0;
  max-width: 36ch;
}

.print-banner {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--cream);
  overflow: hidden;
  background: var(--emerald-deep);
}
.print-banner img {
  width: 100%;
  min-height: 280px;
  aspect-ratio: 16 / 6.5;
  object-fit: cover;
  display: block;
}
.print-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,42,39,0.82) 0%, rgba(15,42,39,0.35) 48%, rgba(126,184,214,0.12) 100%);
  pointer-events: none;
}
.print-banner-copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 40px;
  max-width: 28rem;
}
.print-banner-copy .print-kicker { color: var(--ciel); }
.print-banner-copy h3 {
  font-family: Fraunces, serif;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  max-width: 12ch;
}
.print-banner-copy p {
  font-size: 14px;
  color: rgba(243,230,204,0.82);
  margin: 0;
  max-width: 36ch;
}
.print-banner-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 900px) {
  .print-banner-grid { grid-template-columns: 1fr 1fr; }
  .print-banner-grid .print-banner:nth-child(1),
  .print-banner-grid .print-banner:nth-child(2) { grid-column: 1 / -1; }
  .print-banner-grid .print-banner:nth-child(1) img,
  .print-banner-grid .print-banner:nth-child(2) img { min-height: 340px; }
}

.popup-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.popup-stage {
  background: rgba(15,42,39,0.5);
  padding: 40px 22px 36px;
  display: flex;
  justify-content: center;
  min-height: 400px;
}
.print-popup {
  position: relative;
  width: 100%;
  max-width: 260px;
  background: var(--ciel-soft);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.print-popup::before {
  content: "×";
  position: absolute;
  top: 10px; right: 14px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  opacity: 0.85;
}
.print-popup img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.print-popup-copy {
  padding: 18px 18px 20px;
  border-top: 3px solid var(--ciel);
}
.print-popup-copy h3 {
  font-family: Fraunces, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 8px;
  color: var(--emerald-deep);
  max-width: 12ch;
}
.print-popup-copy p {
  font-size: 13px;
  color: var(--emerald);
  margin: 0;
}
.print-popup .print-cta { margin-top: 12px; padding: 9px 14px; font-size: 11px; }

.print-rollup {
  width: 100%;
  background: var(--ciel-soft);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15,42,39,0.28);
}
.print-rollup img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}
.print-rollup-panel {
  padding: 16px 14px 18px;
  border-top: 3px solid var(--ciel);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.print-rollup-panel h3 {
  font-family: Fraunces, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 6px;
  color: var(--emerald-deep);
}
.print-rollup-panel p {
  font-size: 12px;
  color: var(--emerald);
  margin: 0;
  flex: 1;
}
.print-rollup .print-cta { margin-top: 12px; padding: 9px 12px; font-size: 10px; }

.menu-banner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: var(--emerald);
  color: var(--cream);
  text-decoration: none;
  overflow: hidden;
}
.menu-banner img { width: 100%; height: 100%; object-fit: cover; min-height: 220px; }
.menu-banner-copy { padding: 32px 28px; display: flex; flex-direction: column; justify-content: center; }
.menu-banner-copy h3 { font-family: Fraunces, serif; font-size: clamp(26px, 3vw, 38px); margin: 8px 0 12px; }
.menu-list { list-style: none; font-size: 14px; margin: 8px 0 18px; }
.menu-list li { padding: 6px 0; border-bottom: 1px solid rgba(243,230,204,0.18); }
.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}
.menu-dish {
  background: var(--emerald-deep);
  color: var(--cream);
}
.menu-dish img { width: 100%; height: 120px; object-fit: cover; }
.menu-dish span { display: block; padding: 8px 10px 10px; font-size: 12px; font-family: Fraunces, serif; }
.rollup-menu { background: var(--emerald); color: var(--cream); }
.rollup-menu img { width: 100%; height: 200px; object-fit: cover; }
.rollup-menu .rollup-pad { padding: 18px 16px 22px; }

.traits {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin: 14px 0 18px;
}
.traits span {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid currentColor;
  padding: 5px 9px;
  opacity: 0.8;
}
.flyer-body .traits span,
.choice .traits span { color: var(--emerald); border-color: rgba(22,58,54,0.28); }

.shot {
  position: relative;
  display: block;
  min-height: 460px;
  color: var(--cream);
  text-decoration: none;
  overflow: hidden;
  background: var(--emerald-deep);
}
.shot img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.shot-copy {
  position: relative;
  z-index: 1;
  min-height: 460px;
  padding: 48px 40px;
  max-width: 34rem;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(90deg, rgba(15,42,39,0.92) 0%, rgba(15,42,39,0.55) 58%, rgba(15,42,39,0.08) 100%);
}
.shot-copy h3 {
  font-family: Fraunces, serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 8px 0 14px;
  max-width: 12ch;
}
.shot-copy p { font-size: 15px; line-height: 1.45; max-width: 38ch; opacity: 0.9; }
.shot .cta-chip { margin-top: 4px; }

.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}
.cat-tile {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  text-decoration: none;
  color: var(--cream);
  background: var(--emerald-deep);
}
.cat-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  min-height: 220px;
  transition: transform 0.5s ease;
}
.cat-tile:hover img { transform: scale(1.05); }
.cat-tile .work-meta { padding: 16px 16px 14px; }
.cat-tile .work-meta strong { font-size: 22px; max-width: 12ch; }

.trade-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media (min-width: 720px) {
  .trade-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1100px) {
  .trade-grid { grid-template-columns: 1fr 1fr 1fr; }
  .trade-card:nth-child(7) { grid-column: 2; }
}
.trade-card {
  background: var(--cream);
  display: flex;
  flex-direction: column;
  border-top: 3px solid var(--ciel);
}
.trade-shots {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 3px;
  background: var(--emerald-deep);
  min-height: 220px;
}
.trade-shots img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 108px;
  object-position: top center;
}
.trade-shots img:first-child {
  grid-row: 1 / 3;
  min-height: 220px;
  object-position: top center;
}
.trade-body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.trade-body small {
  color: var(--ciel-deep);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.trade-body h3 {
  font-family: Fraunces, serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 6px 0 10px;
  max-width: 14ch;
}
.trade-body p { font-size: 13px; color: var(--muted); margin: 0; }
.trade-formats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 16px;
}
.trade-formats a {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--ciel);
  color: var(--ciel-deep);
  padding: 6px 10px;
  text-decoration: none;
}
.trade-formats a:hover { background: var(--ciel); color: #fff; }
.trade-body .hero-actions { margin-top: auto; }

.story {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  padding: 40px 0;
  border-top: 1px solid rgba(36, 28, 18, 0.1);
  align-items: start;
}
.story:first-of-type { border-top: 0; padding-top: 8px; }
.story-alt { grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr); }
.story-alt .story-copy { order: 2; }
.story-copy .sec-kicker { margin-bottom: 8px; }
.story-copy h3 {
  font-family: Fraunces, serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  max-width: 14ch;
  margin: 0 0 14px;
}
.story-copy .solve { font-size: 15px; color: var(--ink); margin-bottom: 12px; }
.story-copy p { font-size: 14px; color: var(--muted); max-width: 48ch; }
.story-visual { min-width: 0; }
.story-slider .carousel-slide {
  flex: 0 0 100%;
  background: #f4ead4;
  color: var(--ink);
}
.story-slider .carousel-slide img {
  height: auto;
  max-height: 640px;
  object-fit: contain;
  object-position: top center;
  background: #f4ead4;
}
.story-slider .carousel-slide img[src*="pieces/"][src*="-flyer"],
.story-slider .carousel-slide img[src*="pieces/"][src*="-rollup"] {
  max-height: 680px;
  background: #1a1410;
}
.story-slider .carousel-slide img[src*="pieces/"][src*="-banner"] {
  max-height: 420px;
  width: 100%;
  background: #1a1410;
}
.story-slider .carousel-slide .slide-body { color: var(--ink); }
.story-slider .carousel-slide p { color: var(--muted); }
.story-slider .slide-cta { color: var(--emerald); }
.story-slider .carousel-btn {
  border-color: var(--emerald);
  color: var(--emerald);
}
.story-slider .dot { background: rgba(22, 58, 54, 0.2); }
.story-slider .dot.is-active { background: var(--emerald); }
.print-pair {
  display: grid;
  grid-template-columns: 0.4fr 1.2fr;
  gap: 12px;
  margin-top: 14px;
}
.print-pair a {
  display: block;
  background: #1a1410;
  text-decoration: none;
  color: var(--cream);
}
.print-pair img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #1a1410;
}
.print-pair .print-cap {
  padding: 10px 12px 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ciel);
}
.print-pair .print-cap strong {
  display: block;
  font-family: Fraunces, serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--cream);
  margin-top: 4px;
}

@media (max-width: 900px) {
  .story, .story-alt { grid-template-columns: 1fr; }
  .story-alt .story-copy { order: 0; }
  .story-slider .carousel-slide img { max-height: 420px; }
  .print-pair { grid-template-columns: 1fr; }
}

.case-copy .solve {
  color: var(--ink);
  font-size: 15px;
  margin-bottom: 12px;
}

@media (max-width: 980px) {
  .menu-banner { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .shot-copy {
    background: linear-gradient(180deg, rgba(15,42,39,0.2) 0%, rgba(15,42,39,0.92) 70%);
    max-width: none;
    padding: 36px 24px;
  }
}
/* Guide / articles */
.guide-hero {
  background: var(--emerald-deep);
  color: var(--cream);
  padding: 56px 7vw 40px;
  position: relative;
  overflow: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.guide-hero img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0.45;
}
.guide-hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,42,39,0.2) 0%, rgba(15,42,39,0.88) 70%);
}
.guide-hero-inner { position: relative; z-index: 1; max-width: 44rem; }
.guide-hero .sec-kicker { color: var(--gold); }
.guide-hero h1 {
  color: var(--cream);
  max-width: 16ch;
  font-size: clamp(36px, 5vw, 64px);
  margin-top: 12px;
}
.guide-hero .lede { color: rgba(243,230,204,0.86); }
.guide-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  padding: 36px 7vw 56px;
  align-items: start;
}
.guide-toc {
  position: sticky;
  top: 96px;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.guide-toc a {
  display: block;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid rgba(36,28,18,0.12);
  opacity: 0.75;
}
.guide-toc a:hover { opacity: 1; color: var(--emerald); }
.guide-toc strong {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.prose { max-width: 42rem; }
.prose > * + * { margin-top: 1.05em; }
.prose h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 2.2em;
  line-height: 1.2;
}
.prose h3 {
  font-family: Fraunces, Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  margin-top: 1.6em;
}
.prose h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 1.4em;
}
.prose h5 {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--emerald);
  margin-top: 1.3em;
}
.prose h6 {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 1.2em;
}
.prose .guide-h7 {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-top: 0.6em;
}
.prose p { font-size: 16px; line-height: 1.7; color: var(--ink); }
.prose a {
  color: var(--emerald);
  text-underline-offset: 3px;
}
.prose ul, .prose ol { padding-left: 1.2em; }
.prose li { margin: 0.4em 0; line-height: 1.6; }
.prose figure {
  margin: 28px 0;
  background: var(--emerald-deep);
}
.prose figure img { width: 100%; height: 280px; object-fit: cover; }
.prose figure.lux img { height: min(48vh, 400px); }
.prose figcaption {
  font-size: 12px;
  color: var(--muted);
  padding: 10px 4px 0;
}
.guide-cta-box {
  background: var(--emerald);
  color: var(--cream);
  padding: 28px 32px;
  margin: 36px 0;
}
.guide-cta-box p { color: rgba(243,230,204,0.88); margin: 8px 0 18px; }
.guide-cta-box a.btn { background: var(--gold); color: var(--emerald-deep); }
.guide-related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 0 7vw 56px;
}
.guide-related a {
  text-decoration: none;
  background: var(--emerald-deep);
  color: var(--cream);
  min-height: 180px;
  position: relative;
  overflow: hidden;
  display: block;
}
.guide-related img {
  width: 100%; height: 100%;
  object-fit: cover;
  min-height: 180px;
  opacity: 0.7;
}
.guide-related span {
  position: absolute; left: 16px; right: 16px; bottom: 16px;
  font-family: Fraunces, serif;
  font-size: 20px;
  line-height: 1.2;
}
.guide-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 8px 0 24px;
}
.guide-index a {
  text-decoration: none;
  background: var(--emerald-deep);
  color: var(--cream);
  min-height: 200px;
  position: relative;
  overflow: hidden;
  display: block;
}
.guide-index a::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(15,42,39,0.88) 100%);
  pointer-events: none;
}
.guide-index img {
  width: 100%; height: 100%;
  object-fit: cover;
  min-height: 200px;
  opacity: 0.65;
  transition: transform 0.5s ease, opacity 0.4s ease;
}
.guide-index a:hover img { transform: scale(1.04); opacity: 0.85; }
.guide-index .meta {
  position: absolute; left: 18px; right: 18px; bottom: 18px;
  z-index: 1;
}
.guide-index .meta small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.guide-index .meta strong {
  font-family: Fraunces, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.15;
}
.guide-gallery { padding: 20px 7vw 0; }
.guide-gallery .carousel { margin-top: 8px; }
.guide-index-label { margin-top: 28px; }
.hero-slider.page-slider .hero-slide-copy h1,
.hero-slider.page-slider .hero-slide-copy .slide-title {
  max-width: 14ch;
  font-size: clamp(32px, 4.6vw, 58px);
}
.guide-read { padding: 16px 7vw 0; }
section.guide-read { padding: 32px 7vw; }
.guide-read .menu-banner { border: 1.5px solid var(--emerald); }
.guide-read .cta-chip { margin-top: 16px; }

@media (max-width: 1280px) {
  .footer-blog .carousel-slide { flex: 0 0 calc((100% - 36px) / 3); }
}
@media (max-width: 980px) {
  .guide-layout { grid-template-columns: 1fr; }
  .guide-toc { position: static; display: flex; flex-wrap: wrap; gap: 8px 16px; }
  .guide-toc a { border: 0; }
  .guide-related, .guide-index { grid-template-columns: 1fr 1fr; }
  .footer-blog .carousel-slide { flex: 0 0 calc((100% - 18px) / 2); }
}
@media (max-width: 640px) {
  .carousel-slide,
  .footer-blog .carousel-slide { flex: 0 0 100%; }
  .choice-grid, .elements, .cat-grid, .guide-related, .guide-index, .offer-grid { grid-template-columns: 1fr; }
  .hero-tabs { gap: 4px 12px; }
  .hero-slide-copy h1 { font-size: clamp(36px, 11vw, 52px); }
}

/* Prices + contact */
#print, #web, #write { scroll-margin-top: 88px; }
.honest {
  display: flex; gap: 28px; align-items: flex-start;
  background: var(--cream);
  border-left: 4px solid var(--gold);
  padding: 22px 26px;
  margin-top: 28px;
}
.honest p { font-size: 14px; color: var(--muted); max-width: 62ch; }
.honest strong { color: var(--emerald); }
.formats {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin: 18px 0 8px;
}
.formats span {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  border: 1px solid rgba(22,58,54,0.22);
  color: var(--emerald);
  padding: 7px 12px;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
  align-items: stretch;
}
.price-card {
  background: var(--cream);
  border: 1px solid rgba(22,58,54,0.14);
  padding: 32px 26px 28px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  position: relative;
}
.price-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--gold);
}
.price-card.is-usual {
  background: var(--emerald);
  color: var(--cream);
  border-color: var(--emerald);
}
.price-card.is-usual::before { background: var(--ciel); }
.price-card.is-usual .sec-kicker { color: var(--ciel); }
.price-card.is-usual h3 { color: var(--cream); }
.price-card.is-usual p,
.price-card.is-usual li { color: rgba(243,230,204,0.82); }
.price-card.is-usual .amount { color: var(--gold); }
.price-card.is-usual .btn-gold {
  background: var(--gold); color: var(--emerald-deep);
}
.price-card.is-usual .btn-gold:hover { background: var(--cream); }
.price-card .sec-kicker { margin-bottom: 6px; }
.price-card .amount {
  font-family: Fraunces, serif;
  font-size: clamp(44px, 4.4vw, 64px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--emerald);
  margin: 8px 0 4px;
}
.price-card .amount small {
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 6px;
  opacity: 0.7;
}
.price-card .from {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}
.price-card.is-usual .from { color: var(--ciel); }
.price-card h3 {
  font-family: Fraunces, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 12px;
}
.price-card > p { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.price-card ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}
.price-card li {
  font-size: 13px;
  color: var(--muted);
  padding-left: 18px;
  position: relative;
}
.price-card li::before {
  content: "";
  position: absolute; left: 0; top: 8px;
  width: 8px; height: 1.5px;
  background: var(--gold);
}
.price-card .btn { margin-top: auto; width: fit-content; }
.price-foot {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px;
}

.hire-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: start;
}
.hire-form {
  background: var(--cream);
  padding: 36px 32px 32px;
  border-top: 4px solid var(--gold);
}
.hire-form h2 { max-width: 14ch; }
.hire-form .intro { margin-bottom: 24px; }
.field { display: grid; gap: 6px; margin-bottom: 16px; }
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.field label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--emerald);
}
.field input,
.field select,
.field textarea {
  font-family: inherit;
  font-size: 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid rgba(22,58,54,0.22);
  padding: 12px 14px;
  width: 100%;
  appearance: none;
  border-radius: 0;
}
.field select {
  background-image: linear-gradient(45deg, transparent 50%, var(--emerald) 50%), linear-gradient(135deg, var(--emerald) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 36px;
  cursor: pointer;
}
.field textarea { min-height: 140px; resize: vertical; line-height: 1.5; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background-color: #fff;
}
.field .hint { font-size: 12px; color: var(--muted); }
.honey { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.hire-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 8px; }
.hire-form .btn[type="submit"] {
  background: var(--emerald);
  color: var(--cream);
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.hire-form .btn[type="submit"]:hover { background: var(--emerald-deep); }
.hire-form .btn[type="submit"]:disabled { opacity: 0.7; cursor: wait; }
.hire-status {
  font-size: 13px;
  color: var(--muted);
  margin-top: 14px;
  min-height: 1.4em;
}
.hire-thank {
  background: var(--cream);
  padding: 48px 36px;
  border-top: 4px solid var(--ciel);
}
.hire-thank h2 { color: var(--emerald); max-width: 14ch; }
.hire-thank a { color: var(--gold); }
.hire-side {
  background: var(--emerald);
  color: var(--cream);
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.hire-side img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.hire-side .side-body { padding: 28px 26px 32px; flex: 1; display: flex; flex-direction: column; }
.hire-side .sec-kicker { color: var(--ciel); }
.hire-side h3 {
  font-family: Fraunces, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
  margin: 8px 0 14px;
  max-width: 12ch;
}
.hire-side p { font-size: 14px; color: rgba(243,230,204,0.78); margin-bottom: 22px; }
.hire-facts { display: grid; gap: 16px; margin-top: auto; }
.hire-facts a { color: var(--gold); text-decoration: none; }
.hire-facts a:hover { color: var(--cream); }
.hire-facts dt {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ciel);
  margin-bottom: 4px;
}
.hire-facts dd { font-size: 15px; }
@media (max-width: 640px) {
  .field-row { grid-template-columns: 1fr; }
  .honest { flex-direction: column; gap: 10px; }
}
