:root {
  --bg: #faf7f0;
  --bg2: #f3edde;
  --card: #fffdf7;
  --ink: #1b150e;
  --mut: #71685a;
  --line: #e7dfcc;
  --acc: #ee8a1b;
  --acc2: #d96f0a;
  --soft: #f7efdd;
  --sh: 0 30px 70px -38px rgba(27, 21, 14, .30);
  --wa: #22c15e;
}
[data-theme="dark"] {
  --bg: #12100a;
  --bg2: #181409;
  --card: #1d180d;
  --ink: #f5eede;
  --mut: #a2977f;
  --line: #2e2717;
  --acc: #f5a02f;
  --acc2: #f8b862;
  --soft: #241d0e;
  --sh: 0 30px 70px -38px rgba(0, 0, 0, .7);
}
html, body { margin: 0; padding: 0; background: var(--bg); }
body {
  font-family: "Instrument Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--acc2); text-decoration: none; }
a:hover { color: var(--acc); }
button, input, select, textarea { font-family: inherit; }
:focus-visible { outline: 2px solid var(--acc); outline-offset: 3px; }
.skip-link {
  position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--bg);
  padding: 8px 14px; border-radius: 8px; z-index: 100;
}
.skip-link:focus { left: 8px; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 32px); }
.section { padding: clamp(64px, 10vh, 110px) 0; }
.section-sm { padding: clamp(48px, 8vh, 90px) 0; }
.kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12.5px; letter-spacing: .14em; color: var(--acc2);
  margin: 0 0 12px; text-transform: uppercase;
  display: flex; align-items: center; gap: 10px;
}
.kicker::before { content: ""; width: 34px; height: 2px; background: var(--acc); }
.display {
  font-family: Sora, sans-serif; font-weight: 800;
  letter-spacing: -.03em; margin: 0; line-height: 1.02; text-wrap: balance;
}
.h2 {
  font-family: Sora, sans-serif; font-weight: 700;
  font-size: clamp(30px, 4.4vw, 52px); letter-spacing: -.02em; margin: 0;
}
.muted { color: var(--mut); text-wrap: pretty; }
.btn {
  height: 54px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 26px; border-radius: 99px; font-weight: 600; font-size: 15.5px;
  border: 0; cursor: pointer; transition: transform .2s, background .2s, color .2s, filter .2s;
  min-width: 44px;
}
.btn:hover { transform: translateY(-2px); }
.btn-wa { background: var(--wa); color: #fff !important; box-shadow: 0 16px 36px -14px rgba(34,193,94,.6); }
.btn-ink { background: var(--ink); color: var(--bg) !important; }
.btn-ink:hover { background: var(--acc); color: #1b1206 !important; }
.btn-ghost { border: 1.5px solid var(--ink); color: var(--ink) !important; background: transparent; }
.btn-ghost:hover { background: var(--ink); color: var(--bg) !important; }
.btn-acc { background: var(--acc); color: #1b1206 !important; font-family: Sora, sans-serif; font-weight: 700; }
.btn-acc:hover { filter: brightness(1.08); }
.btn-sm { height: 38px; padding: 0 18px; font-size: 14px; }
.pill {
  height: 38px; min-width: 44px; padding: 0 12px; border: 1px solid var(--line);
  background: var(--card); color: var(--ink) !important; border-radius: 99px;
  font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 500;
  letter-spacing: .04em; line-height: 1; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; box-sizing: border-box;
}
.pill:hover { border-color: var(--acc); color: var(--ink) !important; }
.site { background: var(--bg); color: var(--ink); min-height: 100vh; overflow-x: clip; }
.header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in oklab, var(--bg) 82%, transparent);
  backdrop-filter: blur(14px); border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 32px);
  height: 68px; display: flex; align-items: center; gap: 18px; justify-content: space-between; position: relative;
}
.logo { display: flex; align-items: center; color: var(--ink) !important; }
.logo:hover { color: var(--ink) !important; }
.logo-img { height: 36px; width: auto; max-width: 220px; object-fit: contain; }
.logo-lockup {
  display: inline-flex; align-items: baseline; gap: .38em;
  line-height: 1; white-space: nowrap;
}
.logo-a {
  font-family: Sora, "Segoe UI", Arial, sans-serif;
  font-weight: 800; font-size: 20px; letter-spacing: -.06em;
  color: var(--ink); font-feature-settings: "kern" 1;
}
.logo-b {
  font-family: Sora, "Segoe UI", Arial, sans-serif;
  font-weight: 400; font-size: 20px; letter-spacing: .16em;
  color: var(--acc); font-feature-settings: "kern" 1;
}
.nav { display: flex; gap: 24px; font-size: 14.5px; font-weight: 500; align-items: center; }
.nav a { color: var(--ink); white-space: nowrap; }
.nav a:hover, .nav a.is-active { color: var(--acc2); }
.svc-btn {
  display: inline-flex; align-items: center; gap: 6px; background: none; border: none;
  cursor: pointer; color: var(--ink); font-size: 14.5px; font-weight: 500; padding: 24px 0;
  font-family: inherit;
}
.svc-btn.open { color: var(--acc2); }
.mega {
  position: absolute; left: clamp(8px, 2vw, 24px); right: clamp(8px, 2vw, 24px);
  top: calc(100% - 4px); background: var(--card); border: 1px solid var(--line);
  border-radius: 22px; box-shadow: var(--sh); padding: 26px 28px;
  display: none; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 20px 24px; z-index: 70;
}
.mega.open { display: grid; }
.mega-title {
  font-family: Sora, sans-serif; font-weight: 700; font-size: 13.5px; color: var(--acc2);
  text-transform: uppercase; letter-spacing: .05em; border-bottom: 1px solid var(--line);
  padding-bottom: 8px; display: block; margin-bottom: 8px;
}
.mega a.item { font-size: 13px; color: var(--mut); line-height: 1.4; display: block; padding: 4px 0; }
.mega a.item:hover { color: var(--acc2); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle {
  height: 44px; width: 44px; border: 1px solid var(--line); background: var(--card);
  border-radius: 12px; cursor: pointer; display: none; place-items: center;
}
.burger { display: block; width: 18px; height: 2px; background: var(--ink); box-shadow: 0 -5px 0 var(--ink), 0 5px 0 var(--ink); }
.mobile-menu {
  position: fixed; inset: 0; z-index: 60; background: var(--bg);
  display: none; flex-direction: column; padding: 20px clamp(20px, 6vw, 40px); overflow: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 4px; margin-top: 22px; }
.mobile-menu nav > a {
  color: var(--ink); font-family: Sora, sans-serif; font-weight: 700;
  font-size: clamp(26px, 7vw, 36px); padding: 9px 0; border-bottom: 1px solid var(--line);
}
.mob-acc { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--card); margin-top: 8px; }
.mob-acc button {
  width: 100%; min-height: 48px; display: flex; justify-content: space-between; align-items: center;
  gap: 12px; padding: 10px 16px; background: none; border: none; color: var(--ink);
  font-family: Sora, sans-serif; font-weight: 600; font-size: 15px; text-align: left; cursor: pointer;
}
.mob-acc .items { display: none; flex-direction: column; padding: 0 16px 12px; }
.mob-acc.open .items { display: flex; }
.mob-acc .items a { color: var(--mut); font-size: 14px; padding: 7px 0; border-bottom: 1px dashed var(--line); }
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-glow {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(700px 480px at var(--mx, 70%) var(--my, 30%), color-mix(in oklab, var(--acc) 26%, transparent), transparent 70%);
}
.corner-tl, .corner-br {
  position: absolute; pointer-events: none; z-index: 0;
  background: repeating-linear-gradient(45deg, var(--acc) 0 9px, transparent 9px 22px);
}
.corner-tl { left: 0; top: 0; width: clamp(110px, 16vw, 220px); height: clamp(110px, 16vw, 220px); clip-path: polygon(0 0, 100% 0, 0 100%); opacity: .45; }
.corner-br { right: 0; bottom: 52px; width: clamp(90px, 12vw, 170px); height: clamp(90px, 12vw, 170px); clip-path: polygon(100% 100%, 100% 0, 0 100%); opacity: .35; }
.hero-grid {
  max-width: 1240px; margin: 0 auto; padding: clamp(56px, 9vh, 110px) clamp(16px, 4vw, 32px) clamp(48px, 8vh, 90px);
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(240px, 380px);
  gap: clamp(28px, 4vw, 56px); align-items: center;
}
.hero-copy { min-width: 0; position: relative; z-index: 2; }
.hero h1 {
  font-family: Sora, sans-serif; font-weight: 800; font-size: clamp(36px, 5.6vw, 86px);
  line-height: .98; letter-spacing: -.035em; margin: 0; text-transform: uppercase;
  overflow-wrap: break-word; max-width: 100%;
}
.hero-b { display: block; }
.stroke { display: block; -webkit-text-stroke: 2px var(--ink); color: transparent; }
.rot-word {
  display: inline-block; color: var(--acc2); font-family: "Instrument Serif", serif;
  font-style: italic; font-weight: 400; text-transform: none; font-size: .92em;
  animation: wordIn .55s cubic-bezier(.2, .8, .2, 1) both;
}
.hero-photos {
  position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center;
  width: 100%; max-width: 380px; justify-self: end;
}
.spin-ring {
  position: absolute; inset: 8%; border: 1px dashed var(--acc); border-radius: 50%;
  opacity: .45; animation: spinSlow 42s linear infinite; pointer-events: none; z-index: 0;
}
.photo-a, .photo-b, .frame {
  position: relative; isolation: isolate;
  border-radius: 22px; overflow: hidden; box-shadow: var(--sh); border: 6px solid var(--card);
  background: var(--soft);
}
.photo-a { width: min(340px, 86%); height: 300px; transform: rotate(3deg); z-index: 1; animation: floatY 7s ease-in-out infinite; }
.photo-b { width: min(250px, 64%); height: 190px; transform: rotate(-4deg); margin-top: -46px; align-self: flex-end; border-radius: 18px; z-index: 2; animation: floatYb 8s ease-in-out infinite; }
.photo-a img, .photo-b img, .frame img, .card-media img, .work-feat .media img, .post-cover img, .svc-hero-media img,
.photo-a .ph, .photo-b .ph, .frame .ph, .card-media .ph, .work-feat .media .ph, .post-cover .ph, .svc-hero-media .ph {
  position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover;
}
.est {
  position: absolute; left: 0; bottom: 8px; z-index: 3; background: var(--ink); color: var(--bg);
  font-family: "IBM Plex Mono", monospace; font-size: 12px; padding: 9px 14px; border-radius: 99px; transform: rotate(-6deg);
}
.marquee {
  border-top: 1px solid var(--line); background: var(--soft); overflow: hidden; padding: 14px 0; white-space: nowrap;
}
.marquee-track { display: inline-flex; animation: mq 28s linear infinite; }
.marquee-track span {
  font-family: Sora, sans-serif; font-weight: 600; font-size: 15px; color: var(--ink);
  padding: 0 18px; display: inline-flex; align-items: center; gap: 18px;
}
.svc-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  gap: 10px 26px; align-items: start; padding: clamp(20px, 3vw, 32px) clamp(6px, 1.5vw, 16px);
  border-bottom: 1px solid var(--line); transition: background .3s, border-color .3s;
}
.svc-list { border-top: 1.5px solid var(--ink); }
.svc-row:hover { background: var(--soft); border-color: var(--acc); }
.svc-row h3 { font-family: Sora, sans-serif; font-weight: 700; font-size: clamp(22px, 2.8vw, 32px); margin: 0; letter-spacing: -.02em; }
.chip {
  font-size: 12.5px; padding: 6px 12px; border-radius: 99px; background: var(--card);
  border: 1px solid var(--line); color: var(--ink); display: inline-block;
}
.band { background: var(--bg2); border-block: 1px solid var(--line); }
.work-feat { margin: 0 0 16px; position: relative; border-radius: 24px; overflow: hidden; box-shadow: var(--sh); }
.work-feat .media { position: relative; height: clamp(280px, 42vw, 460px); background: var(--soft); }
.caption-abs {
  position: absolute; right: 14px; bottom: 14px; background: color-mix(in oklab, var(--ink) 88%, transparent);
  color: var(--bg); backdrop-filter: blur(8px); border-radius: 14px; padding: 12px 18px;
}
.grid-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr)); gap: 16px; }
.card {
  margin: 0; background: var(--card); border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
  display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--sh); border-color: var(--acc); }
.card-media { position: relative; height: 230px; background: var(--soft); }
.card figcaption, .card-body { padding: 16px 18px; display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.mono { font-family: "IBM Plex Mono", monospace; font-size: 11.5px; color: var(--mut); text-transform: uppercase; letter-spacing: .08em; }
.step { border-top: 2px solid var(--acc); padding: 20px 4px 0; }
.quote-feat {
  margin: 0 0 18px; position: relative; background: var(--ink); color: var(--bg);
  border-radius: 26px; padding: clamp(30px, 5vw, 56px); overflow: hidden;
}
.quote-feat p { margin: 0; font-family: "Instrument Serif", serif; font-style: italic; font-size: clamp(22px, 3.4vw, 36px); line-height: 1.3; max-width: 26ch; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.faq-item button {
  width: 100%; min-height: 56px; display: flex; justify-content: space-between; align-items: center;
  gap: 14px; padding: 14px 20px; background: none; border: none; color: var(--ink);
  font-family: Sora, sans-serif; font-weight: 600; font-size: 15.5px; text-align: left; cursor: pointer;
}
.faq-item .a { display: none; margin: 0; padding: 0 20px 18px; color: var(--mut); font-size: 14.5px; }
.faq-item.open .a { display: block; }
.big-cta {
  overflow: hidden; border-top: 1px solid var(--line); padding: clamp(26px, 4vw, 44px) 0;
  white-space: nowrap; background: var(--bg);
}
.big-cta-track { display: inline-flex; align-items: center; animation: mq 20s linear infinite reverse; }
.big-cta-track span {
  font-family: Sora, sans-serif; font-weight: 800; font-size: clamp(56px, 9vw, 130px);
  letter-spacing: -.03em; text-transform: uppercase; padding: 0 28px;
  -webkit-text-stroke: 2px var(--ink); color: transparent; display: inline-flex; align-items: center; gap: 56px;
}
.quote-band { background: var(--ink); color: var(--bg); }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); gap: 12px; }
.field, .select, .area {
  height: 52px; padding: 0 16px; border-radius: 14px; font-size: 15px;
  border: 1px solid color-mix(in oklab, var(--bg) 25%, transparent);
  background: color-mix(in oklab, var(--bg) 8%, transparent); color: var(--bg);
}
.area { height: auto; padding: 14px 16px; resize: vertical; min-height: 120px; grid-column: 1 / -1; }
.light-field {
  border: 1px solid var(--line); background: var(--card); color: var(--ink);
}
.footer { border-top: 1px solid var(--line); background: var(--bg); }
.footer-grid {
  max-width: 1240px; margin: 0 auto; padding: 44px clamp(16px, 4vw, 32px);
  display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between;
}
.fab {
  position: fixed; right: 16px; bottom: 16px; z-index: 55;
  display: flex; flex-direction: column; gap: 10px; align-items: flex-end;
}
.fab a { height: 52px; display: inline-flex; align-items: center; gap: 8px; padding: 0 20px; border-radius: 99px; font-weight: 600; font-size: 14.5px; }
.page-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--bg2); }
.page-hero .corner {
  position: absolute; right: 0; top: 0; width: clamp(90px, 14vw, 190px); height: clamp(90px, 14vw, 190px);
  background: repeating-linear-gradient(45deg, var(--acc) 0 9px, transparent 9px 22px);
  clip-path: polygon(100% 0, 100% 100%, 0 0); opacity: .4; pointer-events: none;
}
.crumbs { font-family: "IBM Plex Mono", monospace; font-size: 12px; color: var(--mut); margin: 0 0 26px; }
.prose { max-width: 70ch; }
.prose h2, .prose h3 { font-family: Sora, sans-serif; }
.prose p { color: var(--mut); }
.prose h2 { font-size: clamp(22px, 2.6vw, 30px); margin: 2.1em 0 .6em; letter-spacing: -.02em; }
.prose ul { color: var(--mut); padding-left: 1.2em; }
.prose li { margin: .35em 0; }
[data-rv] { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
[data-rv].in { opacity: 1; transform: none; }
.cookie {
  position: fixed; left: 16px; bottom: 16px; z-index: 70; max-width: min(420px, calc(100% - 32px));
  background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 16px 18px;
  box-shadow: var(--sh); display: none;
}
.cookie.open { display: block; }
.ph {
  width: 100%; height: 100%; background:
    linear-gradient(135deg, var(--soft), var(--bg2));
  display: grid; place-items: center; color: var(--mut); font-family: Sora, sans-serif; font-weight: 700;
}
@keyframes mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes wordIn { from { opacity: 0; transform: translateY(18px) rotate(2deg); } to { opacity: 1; transform: none; } }
@keyframes floatY { 0%, 100% { transform: translateY(0) rotate(3deg); } 50% { transform: translateY(-14px) rotate(3deg); } }
@keyframes floatYb { 0%, 100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-12px) rotate(-4deg); } }
@keyframes spinSlow { to { transform: rotate(360deg); } }
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: clamp(36px, 6vh, 72px);
  }
  .hero-photos { justify-self: center; max-width: 340px; }
  .hero h1 { font-size: clamp(34px, 10vw, 56px); }
}
@media (max-width: 1079px) {
  .nav, .desk-only { display: none !important; }
  .menu-toggle { display: grid; }
}
@media (min-width: 1080px) {
  .menu-toggle, .mobile-menu { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
.logo-tile { height: 96px; border: 1px dashed var(--line); border-radius: 14px; overflow: hidden; background: var(--card); position: relative; }
.logo-tile img, .logo-tile .ph { object-fit: contain; padding: 10px; }
.post-cover { height: clamp(220px, 38vw, 420px); border-radius: 24px; overflow: hidden; margin: 8px 0 0; box-shadow: var(--sh); position: relative; background: var(--soft); }
.svc-hero-media { height: clamp(200px, 32vw, 340px); border-radius: 22px; overflow: hidden; margin-top: 28px; box-shadow: var(--sh); position: relative; background: var(--soft); }
.hp { position: absolute; left: -9999px; }
