@font-face{font-family:"DM Serif Display";font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/dm-serif-display.woff2) format("woff2")}
@font-face{font-family:"DM Serif Display";font-style:italic;font-weight:400;font-display:swap;src:url(/assets/fonts/dm-serif-display-italic.woff2) format("woff2")}
@font-face{font-family:"Karla";font-style:normal;font-weight:200 800;font-display:swap;src:url(/assets/fonts/karla.woff2) format("woff2")}
@font-face{font-family:"Caveat";font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/caveat.woff2) format("woff2")}
/* Style Revival by Kelli. Tokens, base, layout, then components.
   @font-face rules are prepended by build.js. */

:root {
  --linen: #f4efe6; --paper: #fbf8f2; --bone: #ebe3d5; --line: #ddd2c0;
  --ink: #221f1c; --ink-2: #554b43; --ink-3: #6f655b;
  --green: #256d4b; --green-2: #1d5a3d; --green-deep: #173f2c; --green-night: #0f261b;
  --cardinal: #a13b25; --sage: #8b9a7e; --sage-soft: #e3e7da;
  --navy: #1b2a44; --navy-2: #243757; --brass: #b08a4f; --brass-soft: #eadfc6;
  --display: "DM Serif Display", Georgia, "Times New Roman", serif;
  --body: "Karla", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --hand: "Caveat", "Bradley Hand", "Segoe Print", cursive;
  --r: 14px; --r-sm: 9px; --r-lg: 24px;
  --shadow-1: 0 1px 2px rgba(34,31,28,.06), 0 6px 18px rgba(34,31,28,.07);
  --shadow-2: 0 2px 6px rgba(34,31,28,.08), 0 22px 44px -16px rgba(34,31,28,.28);
  --shadow-3: 0 50px 90px -40px rgba(34,31,28,.55);
  --ease: cubic-bezier(.16,1,.3,1);
  --gutter: clamp(16px, 4.2vw, 44px);
  --maxw: 1260px;
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .35 0 0 0 0 .28 0 0 0 0 .2 0 0 0 .07 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0; min-height: 100vh; overflow-x: clip;
  background: var(--linen) var(--grain) repeat;
  color: var(--ink); font: 420 1.0625rem/1.62 var(--body);
  font-kerning: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { color: var(--green); }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--brass-soft); color: var(--ink); }
h1, h2, h3, h4 { font-synthesis: none; margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.005em; line-height: 1.06; text-wrap: balance; }
p { margin: 0 0 1em; text-wrap: pretty; }
em, i { font-family: var(--display); font-style: italic; font-weight: 400; }
.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: var(--paper); padding: 10px 16px; border-radius: 10px; text-decoration: none; }
.skip:focus { top: 12px; color: var(--paper); }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.kicker { display: inline-flex; align-items: center; gap: .6em; font: 700 .76rem/1.2 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--green); margin: 0 0 1.1rem; }
.kicker::before { content: ""; width: 26px; height: 1.5px; background: currentColor; opacity: .7; }
.kicker--plain::before { display: none; }
.h1 { font-size: clamp(2.5rem, 1.35rem + 4.6vw, 5.4rem); line-height: .98; letter-spacing: -.025em; }
.h2 { font-size: clamp(2rem, 1.3rem + 2.6vw, 3.5rem); line-height: 1.02; letter-spacing: -.02em; }
.h3 { font-size: clamp(1.3rem, 1.1rem + .6vw, 1.6rem); }
.lede { font-size: clamp(1.08rem, 1rem + .35vw, 1.28rem); line-height: 1.55; color: var(--ink-2); max-width: 36em; }
.hand { font-family: var(--hand); font-weight: 500; font-size: 1.55rem; line-height: 1.1; color: var(--cardinal); }
.muted { color: var(--ink-3); }
.accent { color: var(--green); }

/* ------------------------------------------------------------ buttons, tags */
.btn {
  --b: var(--ink); --c: var(--paper);
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 48px; padding: .72em 1.35em; border-radius: 999px; border: 1.5px solid var(--b);
  background: var(--b); color: var(--c); font: 700 .98rem/1.1 var(--body); letter-spacing: .01em;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .35s var(--ease), background-color .25s, color .25s, box-shadow .35s var(--ease);
}
.btn:hover { color: var(--c); transform: translateY(-2px); box-shadow: 0 10px 22px -10px rgba(34,31,28,.45); }
.btn:active { transform: translateY(0); }
.btn svg { width: 1.15em; height: 1.15em; flex: none; }
.btn--green { --b: var(--green); --c: #fbf8f2; }
.btn--green:hover { --b: var(--green-2); }
.btn--line { background: transparent; color: var(--ink); }
.btn--line:hover { background: var(--ink); color: var(--paper); }
.btn--light { --b: var(--paper); --c: var(--green-night); }
.btn--ghost-light { background: transparent; border-color: rgba(251,248,242,.55); color: var(--paper); }
.btn--ghost-light:hover { background: var(--paper); color: var(--green-night); }
.btn--sm { min-height: 40px; padding: .55em 1em; font-size: .9rem; }
.btn--block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: .45em; font-weight: 700; color: var(--green); text-decoration: none; }
.link-arrow svg { width: 1.1em; height: 1.1em; transition: transform .35s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* hang tag, like the ones on Kelli's pieces */
.tag {
  position: relative; display: inline-flex; align-items: center; gap: .4em;
  padding: .36em .8em .36em 1.35em; border-radius: 4px 7px 7px 4px;
  background: var(--paper); color: var(--ink); box-shadow: 0 1px 0 rgba(34,31,28,.08), 0 4px 10px -4px rgba(34,31,28,.3);
  font: 700 .72rem/1 var(--body); letter-spacing: .12em; text-transform: uppercase;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 10px 100%, 0 50%);
}
.tag::before { content: ""; position: absolute; left: 8px; top: 50%; width: 6px; height: 6px; margin-top: -3px; border-radius: 50%; background: var(--linen); box-shadow: inset 0 1px 1px rgba(0,0,0,.25); }
.tag--new { background: var(--green); color: #fbf8f2; }
.tag--new::before { background: var(--green-2); }
.tag--sold { background: var(--cardinal); color: #fbf8f2; }
.tag--sold::before { background: #7e2c1a; }
.stamp {
  position: absolute; z-index: 2; right: 12px; top: 12px;
  font: 700 .82rem/1 var(--body); letter-spacing: .22em; text-transform: uppercase;
  color: var(--cardinal); background: rgba(251,248,242,.9); padding: .5em .7em; border: 2px solid var(--cardinal); border-radius: 4px;
  transform: rotate(6deg);
}

/* open / closed */
.status { display: inline-flex; align-items: center; gap: .55em; font-weight: 700; }
.status__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--ink-3); flex: none; box-shadow: 0 0 0 3px rgba(111,101,91,.18); }
.status[data-state="open"] .status__dot { background: #2f9e62; box-shadow: 0 0 0 3px rgba(47,158,98,.22); animation: pulse 2.4s var(--ease) infinite; }
.status[data-state="soon"] .status__dot { background: #d48a1e; box-shadow: 0 0 0 3px rgba(212,138,30,.22); }
.status[data-state="closed"] .status__dot { background: var(--cardinal); box-shadow: 0 0 0 3px rgba(161,59,37,.18); }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(47,158,98,0); } }

/* ------------------------------------------------------------ utility bar + header */
.ubar { background: var(--green-night); color: #e9e4d8; font-size: .86rem; position: relative; z-index: 31; }
.ubar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; }
.ubar a { color: inherit; text-decoration: none; }
.ubar a:hover { color: #fff; text-decoration: underline; }
.ubar .status__dot { box-shadow: none; }
.ubar__right { display: flex; gap: 22px; align-items: center; }
.ubar__addr { opacity: .88; }
@media (max-width: 720px) { .ubar__addr { display: none; } }
@media (max-width: 560px) { .ubar__call { display: none; } .ubar .wrap { min-height: 36px; font-size: .82rem; } }

.hdr { position: sticky; top: 0; z-index: 30; background: rgba(244,239,230,.86); -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.hdr.is-stuck { border-bottom-color: var(--line); box-shadow: 0 8px 30px -22px rgba(34,31,28,.5); }
.hdr .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; }
.hdr__logo { display: block; flex: none; }
.hdr__logo img { width: auto; height: 64px; transition: height .3s var(--ease); }
.hdr.is-stuck .hdr__logo img { height: 52px; }
.nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); }
.nav a { font-weight: 700; font-size: .98rem; text-decoration: none; position: relative; padding: 6px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--green); }
.hdr__cta { display: flex; align-items: center; gap: 10px; }
.burger { display: none; width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--ink); background: transparent; cursor: pointer; align-items: center; justify-content: center; }
.burger span { position: relative; width: 18px; height: 1.5px; background: var(--ink); display: block; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; width: 18px; height: 1.5px; background: var(--ink); transition: transform .3s var(--ease); }
.burger span::before { top: -6px; } .burger span::after { top: 6px; }
@media (max-width: 960px) {
  .nav, .hdr__cta .btn--line { display: none; }
  .burger { display: inline-flex; }
  .hdr .wrap { min-height: 66px; }
  .hdr__logo img { height: 52px; }
  .hdr.is-stuck .hdr__logo img { height: 44px; }
}
@media (max-width: 420px) { .hdr__cta .btn { display: none; } }

.menu { position: fixed; inset: 0; z-index: 60; background: var(--linen) var(--grain); display: none; flex-direction: column; padding: 18px var(--gutter) 28px; overflow-y: auto; }
.menu.is-open { display: flex; animation: menuIn .45s var(--ease); }
@keyframes menuIn { from { opacity: 0; transform: translateY(-10px); } }
.menu__top { display: flex; justify-content: space-between; align-items: center; }
.menu__top img { height: 44px; width: auto; }
.menu__close { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--ink); background: transparent; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.menu nav { display: flex; flex-direction: column; margin: 34px 0 26px; }
.menu nav a { font: 400 2.1rem/1.1 var(--display); text-decoration: none; padding: 12px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.menu nav a small { font: 700 .72rem var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.menu__actions { display: grid; gap: 10px; margin-top: auto; }
.menu__meta { margin-top: 18px; color: var(--ink-2); font-size: .95rem; }

/* ------------------------------------------------------------ hero */
.hero { position: relative; padding: clamp(28px, 5vw, 72px) 0 clamp(40px, 6vw, 90px); }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 76px); align-items: center; }
.hero__text .h1 { margin-bottom: 1.4rem; }
.hero__eyebrow { display: block; font: 700 .8rem/1.3 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--green); margin-bottom: 1.3rem; }
.hero__h1 em { color: var(--green); font-weight: 400; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 1.9rem 0 1.6rem; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; color: var(--ink-2); font-size: .95rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.hero__meta a { text-decoration: none; }
.hero__meta svg { width: 1.1em; height: 1.1em; vertical-align: -.18em; margin-right: .35em; color: var(--green); }

.gwall { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(12, minmax(0, 1fr)); aspect-ratio: 1 / 1.08; }
.frame { position: relative; margin: 0; background: var(--paper); padding: clamp(7px, .9vw, 12px); border-radius: 3px; box-shadow: var(--shadow-2); }
.frame::after { content: ""; position: absolute; inset: clamp(7px, .9vw, 12px); box-shadow: inset 0 0 0 1px rgba(34,31,28,.08); pointer-events: none; }
.frame img { width: 100%; height: 100%; object-fit: cover; background: var(--bone); }
.gwall__a { grid-column: 3 / 13; grid-row: 1 / 11; transform: rotate(1.4deg); }
.gwall__b { grid-column: 1 / 9; grid-row: 8 / 13; transform: rotate(-2.2deg); z-index: 2; }
.gwall__b img { object-position: 50% 55%; }
.gwall__tag { position: absolute; z-index: 3; left: 3%; top: 57%; transform: rotate(-6deg); }
.gwall__pin { position: absolute; left: 50%; top: -7px; width: 14px; height: 14px; margin-left: -7px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #d9b77a, var(--brass) 55%, #7d5f2e); box-shadow: 0 2px 3px rgba(0,0,0,.35); z-index: 2; }

/* the "revival": photos arrive faded like old prints, then come back to color */
.develop img { filter: sepia(.75) saturate(.45) contrast(.9) brightness(1.06); transition: filter 1.8s var(--ease) .25s; }
.develop.is-in img { filter: none; }

@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero__visual { order: 2; max-width: 560px; width: 100%; margin: 0 auto; }
}

/* ------------------------------------------------------------ ribbon */
.ribbon { overflow: hidden; background: var(--green-deep); color: #efe9dc; border-block: 1px solid rgba(0,0,0,.2); }
.ribbon__track { display: flex; width: max-content; animation: ribbon 60s linear infinite; }
.ribbon:hover .ribbon__track { animation-play-state: paused; }
.ribbon__item { display: inline-flex; align-items: center; gap: 22px; padding: 16px 11px; font: 400 clamp(1.1rem, 1rem + .5vw, 1.45rem)/1 var(--display); font-style: italic; white-space: nowrap; }
.ribbon__item::after { content: ""; width: 7px; height: 7px; background: var(--brass); transform: rotate(45deg); }
@keyframes ribbon { to { transform: translateX(-50%); } }

/* ------------------------------------------------------------ sections */
.sec { padding: clamp(64px, 9vw, 130px) 0; position: relative; }
.sec--tight { padding: clamp(48px, 6vw, 84px) 0; }
.sec--paper { background: var(--paper); }
.sec--sage { background: var(--sage-soft) var(--grain); }
.sec__head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: clamp(28px, 4vw, 54px); flex-wrap: wrap; }
.sec__head .lede { margin: 1rem 0 0; }
.sec__head--center { flex-direction: column; align-items: center; text-align: center; }
.sec__head--center .lede { margin-inline: auto; }

/* ------------------------------------------------------------ cards + rail */
.card { position: relative; display: flex; flex-direction: column; text-decoration: none; color: var(--ink); }
.card > a { display: block; text-decoration: none; color: inherit; }
.card__img { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--r); background: var(--bone); box-shadow: var(--shadow-1); isolation: isolate; }
.card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.card:hover .card__img img { transform: scale(1.045); }
.card__tags { position: absolute; left: 12px; top: 12px; z-index: 2; display: flex; gap: 6px; }
.card__body { padding: 14px 2px 0; }
.card__title { font: 400 1.22rem/1.2 var(--display); margin: 0 0 4px; }
.card:hover .card__title { color: var(--green); }
.card__meta { font-size: .88rem; color: var(--ink-3); display: flex; flex-direction: column; gap: 1px; margin: 0; }
.card--sold .card__img img { filter: saturate(.65); }
.card__img--wide { background: var(--bone); }
.card__img--wide::before { content: ""; position: absolute; inset: -30px; z-index: -1; background: var(--bg) center / cover no-repeat; filter: blur(22px) saturate(1.05) brightness(1.04); opacity: .75; }
.card__img--wide img { object-fit: contain; background: transparent !important; }

.rail { position: relative; }
.rail__track { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(250px, 29vw, 340px); gap: clamp(16px, 2vw, 26px); overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); padding: 6px var(--gutter) 18px; margin-inline: calc(var(--gutter) * -1); scrollbar-width: none; overscroll-behavior-x: contain; }
.rail__track::-webkit-scrollbar { display: none; }
.rail__track > * { scroll-snap-align: start; }
.rail__nav { display: flex; gap: 10px; }
.rail__btn { width: 50px; height: 50px; border-radius: 50%; border: 1.5px solid var(--ink); background: transparent; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: background .25s, color .25s, opacity .25s; }
.rail__btn:hover:not(:disabled) { background: var(--ink); color: var(--paper); }
.rail__btn:disabled { opacity: .3; cursor: default; }
.rail__btn svg { width: 20px; height: 20px; }
.card__ask { margin-top: 12px; align-self: flex-start; }
.fbcard { display: flex; flex-direction: column; justify-content: space-between; gap: 18px; padding: 28px 24px; border-radius: var(--r); background: var(--green-deep); color: #efe9dc; aspect-ratio: 4 / 5; }
.fbcard .hand { color: #e6c98f; font-size: 1.8rem; }
.fbcard p { font: 400 1.35rem/1.25 var(--display); margin: 0; }
@media (max-width: 640px) { .rail__nav { display: none; } }

/* ------------------------------------------------------------ before & after */
.revival { background: var(--navy) var(--grain); color: #eef0f3; overflow: hidden; }
.revival .kicker { color: #e6c98f; }
.revival .lede { color: #c9cfda; }
.revival__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.ba { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: clamp(10px, 1.6vw, 20px); align-items: end; }
.ba figure { margin: 0; position: relative; }
.ba .frame { background: #f3efe6; padding: 8px; transform: rotate(var(--rot, 0deg)); transition: transform .8s var(--ease); }
.ba figure:nth-child(1) .frame { --rot: -3deg; }
.ba figure:nth-child(2) .frame { --rot: 1.5deg; }
.ba figure:nth-child(3) .frame { --rot: -1deg; }
.ba .frame img { aspect-ratio: 4 / 5; }
.ba figure:nth-child(2) .frame img { aspect-ratio: 4 / 5.6; }
.ba figcaption { margin-top: 16px; }
.ba .hand { color: #e6c98f; display: block; font-size: 1.65rem; }
.ba small { display: block; color: #b9c0cd; font-size: .9rem; line-height: 1.45; margin-top: 4px; }
.revival .btn--light:hover { --b: #fff; }
@media (max-width: 900px) {
  .revival__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .ba { grid-template-columns: 1fr 1fr; }
  .ba figure:nth-child(3) { grid-column: 1 / -1; max-width: 70%; justify-self: center; }
  .ba figure:nth-child(3) .frame img { aspect-ratio: 5 / 4; }
}

/* ------------------------------------------------------------ chips + masonry */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.chip { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 16px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--paper); text-decoration: none; font-weight: 700; font-size: .92rem; transition: border-color .2s, background .2s, color .2s; }
.chip span { font-weight: 500; color: var(--ink-3); font-size: .82rem; }
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip[aria-current="page"] { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.chip[aria-current="page"] span { color: #cfc6b8; }

.masonry { columns: 3 300px; column-gap: clamp(16px, 2vw, 26px); }
.masonry > * { break-inside: avoid; margin-bottom: clamp(24px, 3vw, 38px); }
.masonry .card__img { aspect-ratio: auto; }
.masonry .card__img img { height: auto; }

.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); gap: clamp(22px, 2.6vw, 34px) clamp(16px, 2vw, 26px); }
@media (max-width: 640px) {
  .grid { grid-template-columns: 1fr 1fr; gap: 22px 12px; }
  .masonry { columns: 2; column-gap: 12px; }
  .masonry > * { margin-bottom: 22px; }
  .grid .card__title, .masonry .card__title { font-size: 1.02rem; }
  .grid .card__meta, .masonry .card__meta { font-size: .78rem; }
}

/* ------------------------------------------------------------ details */
.details { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 2vw, 26px); }
.detail { text-decoration: none; }
.detail__img { aspect-ratio: 1; overflow: hidden; border-radius: 50% 50% var(--r) var(--r); background: var(--bone); box-shadow: var(--shadow-1); }
.detail__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.detail:hover .detail__img img { transform: scale(1.06); }
.detail h3 { font-size: 1.28rem; margin: 16px 0 6px; }
.detail p { color: var(--ink-2); font-size: .98rem; margin: 0; }
@media (max-width: 860px) { .details { grid-template-columns: 1fr 1fr; } }

/* ------------------------------------------------------------ booth tour */
.tour { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 60px); align-items: start; }
.tour__stage { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-3); background: var(--bone); }
.tour__stage img { width: 100%; height: auto; }
.spot { position: absolute; width: 38px; height: 38px; margin: -19px 0 0 -19px; border-radius: 50%; border: 0; padding: 0; cursor: pointer; background: rgba(251,248,242,.95); color: var(--green); font: 700 .9rem/1 var(--body); display: grid; place-items: center; box-shadow: 0 4px 14px rgba(0,0,0,.35); transition: transform .3s var(--ease), background .2s, color .2s; }
.spot::before { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(251,248,242,.85); animation: ring 2.6s var(--ease) infinite; }
.spot:hover, .spot[aria-expanded="true"] { transform: scale(1.12); background: var(--green); color: #fff; }
@keyframes ring { 0% { transform: scale(.85); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }
.tour__list { list-style: none; margin: 0; padding: 0; counter-reset: s; }
.tour__list li { border-top: 1px solid var(--line); }
.tour__list li:last-child { border-bottom: 1px solid var(--line); }
.tour__item { width: 100%; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; text-align: left; background: none; border: 0; padding: 14px 4px; cursor: pointer; }
.tour__item b { font: 400 1.12rem/1.25 var(--display); display: block; }
.tour__item span.n { width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--green); color: var(--green); display: grid; place-items: center; font-weight: 700; font-size: .85rem; margin-top: 1px; }
.tour__item .t { display: none; color: var(--ink-2); font-size: .96rem; margin-top: 6px; }
.tour__item[aria-expanded="true"] .t { display: block; }
.tour__item[aria-expanded="true"] span.n { background: var(--green); color: #fff; }
.tour__item a { color: var(--green); font-weight: 700; }
.tour__pop { position: absolute; z-index: 4; max-width: 250px; background: var(--paper); color: var(--ink); border-radius: 12px; padding: 14px 16px; box-shadow: var(--shadow-2); font-size: .92rem; line-height: 1.45; pointer-events: auto; }
.tour__pop b { display: block; font: 400 1.05rem/1.2 var(--display); margin-bottom: 4px; }
.tour__pop a { color: var(--green); font-weight: 700; }
@media (max-width: 900px) { .tour { grid-template-columns: 1fr; } .tour__pop { display: none !important; } }

.strip { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(220px, 26vw, 320px); gap: 14px; overflow-x: auto; scroll-snap-type: x proximity; padding: 4px var(--gutter) 16px; margin: clamp(28px, 4vw, 46px) calc(var(--gutter) * -1) 0; scrollbar-width: none; }
.strip::-webkit-scrollbar { display: none; }
.strip figure { margin: 0; scroll-snap-align: start; }
.strip img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; border-radius: var(--r); background: var(--bone); }

/* ------------------------------------------------------------ story */
.story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: clamp(32px, 5vw, 84px); align-items: center; }
.story__sign { transform: rotate(-1.5deg); }
.story__sign img { aspect-ratio: 1360 / 1100; }
.quote { margin: 0 0 28px; padding: 0; }
.quote p { font: 400 clamp(1.3rem, 1.1rem + .9vw, 1.9rem)/1.3 var(--display); letter-spacing: -.01em; margin: 0 0 14px; }
.quote p::before { content: "\201C"; color: var(--brass); margin-right: .05em; }
.quote p::after { content: "\201D"; color: var(--brass); }
.quote footer { font-size: .92rem; color: var(--ink-3); font-weight: 700; letter-spacing: .02em; }
.quote--small p { font-size: clamp(1.1rem, 1rem + .4vw, 1.3rem); }
@media (max-width: 860px) { .story { grid-template-columns: 1fr; } .story__sign { max-width: 520px; } }

/* ------------------------------------------------------------ visit */
.visit { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); gap: clamp(28px, 4vw, 64px); align-items: stretch; }
.visit__card { background: var(--paper); border-radius: var(--r-lg); padding: clamp(24px, 3.2vw, 44px); box-shadow: var(--shadow-1); }
.visit__addr { font: 400 clamp(1.5rem, 1.2rem + 1vw, 2.1rem)/1.15 var(--display); margin: 8px 0 6px; }
.visit__addr a { text-decoration: none; }
.visit__where { color: var(--ink-2); margin-bottom: 22px; }
.hours { width: 100%; border-collapse: collapse; margin: 18px 0 24px; font-size: .98rem; }
.hours th, .hours td { text-align: left; padding: 9px 0; border-bottom: 1px dashed var(--line); font-weight: 500; }
.hours th { font-weight: 700; width: 45%; }
.hours tr.is-today th, .hours tr.is-today td { color: var(--green); font-weight: 800; }
.hours tr.is-today th::after { content: "Today"; margin-left: .7em; font: 700 .64rem var(--body); letter-spacing: .14em; text-transform: uppercase; background: var(--green); color: #fff; padding: 3px 7px; border-radius: 999px; vertical-align: 2px; }
.visit__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map { position: relative; min-height: 380px; border-radius: var(--r-lg); overflow: hidden; background: var(--sage-soft); box-shadow: var(--shadow-1); }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.8) sepia(.12); }
.map__fallback { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 24px; color: var(--ink-2); }
.map__pin { position: absolute; z-index: 2; left: 16px; bottom: 16px; right: 16px; display: flex; gap: 12px; align-items: center; background: var(--paper); border-radius: 14px; padding: 10px 12px; box-shadow: var(--shadow-2); }
.map__pin img { width: 64px; height: 52px; object-fit: cover; border-radius: 8px; flex: none; }
.map__pin b { display: block; font: 400 1.02rem/1.2 var(--display); }
.map__pin span { font-size: .86rem; color: var(--ink-2); }
@media (max-width: 900px) { .visit { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ facebook band */
.fb { background: var(--green-deep) var(--grain); color: #efe9dc; }
.fb .wrap { display: grid; grid-template-columns: minmax(0, 1.3fr) auto; gap: 28px; align-items: center; }
.fb h2 { font-size: clamp(1.9rem, 1.3rem + 2.2vw, 3.1rem); }
.fb p { color: #cfd8cf; margin: 12px 0 0; max-width: 40em; }
.fb__btns { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 820px) { .fb .wrap { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ footer */
.ftr { background: var(--paper); border-top: 1px solid var(--line); }
.ftr__main { display: grid; grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr)); gap: clamp(26px, 4vw, 60px); padding-top: clamp(48px, 6vw, 80px); padding-bottom: clamp(36px, 4vw, 56px); }
.ftr__brand img { width: 190px; height: auto; margin-bottom: 16px; }
.ftr__brand p { color: var(--ink-2); max-width: 28em; font-size: .98rem; }
.ftr h2 { font: 700 .76rem/1.2 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; }
.ftr ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.ftr li a { text-decoration: none; font-weight: 600; }
.ftr address { font-style: normal; line-height: 1.7; }
.ftr__base { background: #141312; color: #b9b1a6; font-size: .86rem; }
.ftr__base .wrap { display: flex; justify-content: space-between; align-items: center; gap: 18px; min-height: 64px; flex-wrap: wrap; padding-block: 12px; }
.ftr__base a { color: #d9d1c5; }
@media (max-width: 900px) { .ftr__main { grid-template-columns: 1fr 1fr; } .ftr__brand { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ftr__main { grid-template-columns: 1fr; } }

/* LoneForge credit badge (from loneforge-site/brand/credit, unchanged) */
.lf-credit{--lfc-lone:#e9eff8;--lfc-accent:#5b9dff;--lfc-ember:#ff8a3d;--lfc-h:22px;display:inline-flex;align-items:center;vertical-align:middle;line-height:0;padding:6px;margin:-6px;border-radius:6px;opacity:.8;text-decoration:none;transition:opacity .25s cubic-bezier(.16,1,.3,1)}
.lf-credit[data-tone="light"]{--lfc-lone:#080c14;--lfc-accent:#1f5fd1;--lfc-ember:#e8702a}
.lf-credit[data-tone="mono"]{--lfc-lone:currentColor;--lfc-accent:currentColor;--lfc-ember:currentColor}
.lf-credit__svg{display:block;height:var(--lfc-h);width:auto;overflow:visible}
.lf-credit .lfc-line{fill:none;stroke:var(--lfc-accent);stroke-width:1.4;stroke-linejoin:round;stroke-linecap:round}
.lf-credit .lfc-node,.lf-credit .lfc-forge{fill:var(--lfc-accent)}
.lf-credit .lfc-lone{fill:var(--lfc-lone)}
.lf-credit .lfc-label{fill:var(--lfc-lone);opacity:.62}
.lf-credit .lfc-ember{fill:var(--lfc-ember);transition:filter .3s cubic-bezier(.16,1,.3,1)}
.lf-credit:hover,.lf-credit:focus-visible{opacity:1}
.lf-credit:hover .lfc-ember,.lf-credit:focus-visible .lfc-ember{filter:drop-shadow(0 0 2.5px var(--lfc-ember))}
.lf-credit:focus-visible{outline:2px solid var(--lfc-accent);outline-offset:2px}
@media (prefers-reduced-motion:reduce){.lf-credit,.lf-credit .lfc-ember{transition:none}}

/* ------------------------------------------------------------ inner pages */
.crumbs { font-size: .88rem; color: var(--ink-3); padding-top: 22px; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: 6px; opacity: .6; }
.crumbs a { text-decoration: none; font-weight: 600; color: var(--ink-2); }
.phead { padding-top: clamp(26px, 4vw, 52px); padding-bottom: clamp(26px, 3vw, 40px); }
.phead .h1 { font-size: clamp(2.3rem, 1.4rem + 3.6vw, 4.4rem); max-width: 16ch; }
.phead .lede { margin-top: 1.1rem; }
.phead__intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(20px, 4vw, 70px); align-items: end; }
.phead__intro p { color: var(--ink-2); margin: 0 0 .8em; }
@media (max-width: 860px) { .phead__intro { grid-template-columns: 1fr; } }

.cta-band { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(22px, 3vw, 38px); margin-top: clamp(40px, 6vw, 80px); }
.cta-band h2 { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.2rem); }
.cta-band p { margin: 8px 0 0; color: var(--ink-2); }
.cta-band .btns { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 760px) { .cta-band { grid-template-columns: 1fr; } }

/* piece page */
.piece { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(28px, 4.5vw, 72px); padding-top: clamp(20px, 3vw, 36px); padding-bottom: clamp(50px, 7vw, 100px); align-items: start; }
.pgal__main { position: relative; margin: 0; border-radius: var(--r-lg); overflow: hidden; background: var(--bone); box-shadow: var(--shadow-2); cursor: zoom-in; }
.pgal__main img { width: 100%; height: auto; max-height: 78vh; object-fit: contain; background: var(--bone); }
.pgal__thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.pgal__thumbs button { width: 78px; height: 78px; padding: 0; border: 2px solid transparent; border-radius: 12px; overflow: hidden; cursor: pointer; background: var(--bone); opacity: .72; transition: opacity .2s, border-color .2s; }
.pgal__thumbs button[aria-current="true"], .pgal__thumbs button:hover { opacity: 1; border-color: var(--green); }
.pgal__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.pinfo { position: sticky; top: 100px; }
.pinfo .h1 { font-size: clamp(2.1rem, 1.4rem + 2.4vw, 3.4rem); margin: 6px 0 14px; }
.pinfo__status { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; min-height: 26px; margin-bottom: 20px; color: var(--ink-2); font-size: .95rem; }
.pinfo__note { font-size: 1.12rem; line-height: 1.6; }
.pinfo__quote { border-left: 3px solid var(--brass); padding: 4px 0 4px 18px; margin: 22px 0; }
.pinfo__quote p { font: 400 1.18rem/1.4 var(--display); font-style: italic; margin: 0 0 6px; }
.pinfo__quote footer { font-size: .88rem; color: var(--ink-3); font-weight: 700; }
.pinfo__ask { background: var(--paper); border-radius: var(--r); padding: 20px; margin: 26px 0 18px; border: 1px solid var(--line); }
.pinfo__ask p { margin: 0 0 14px; color: var(--ink-2); }
.pinfo__ask .btns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pinfo__ask .btns .btn:first-child { grid-column: 1 / -1; }
.pinfo__where { font-size: .95rem; color: var(--ink-2); display: grid; gap: 6px; }
.pinfo__where a { font-weight: 700; }
.pinfo__share { margin-top: 16px; }
@media (max-width: 900px) { .piece { grid-template-columns: 1fr; } .pinfo { position: static; } }

/* faq */
.faq { display: grid; gap: 10px; }
.faq details { background: var(--paper); border-radius: var(--r); border: 1px solid var(--line); padding: 0 20px; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 0; font: 400 1.14rem/1.3 var(--display); display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font: 400 1.6rem/1 var(--body); color: var(--green); transition: transform .3s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--ink-2); margin: 0 0 18px; }

/* about */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2.2vw, 30px); counter-reset: st; }
.step { background: var(--paper); border-radius: var(--r); padding: 24px 22px; border: 1px solid var(--line); }
.step::before { counter-increment: st; content: counter(st, decimal-leading-zero); font: 400 2.4rem/1 var(--display); color: var(--brass); display: block; margin-bottom: 14px; }
.step h3 { font-size: 1.3rem; margin-bottom: 8px; }
.step p { color: var(--ink-2); margin: 0; font-size: .98rem; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ dialogs */
dialog { border: 0; padding: 0; color: var(--ink); }
dialog::backdrop { background: rgba(20,19,18,.55); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.sheet { width: min(520px, calc(100% - 24px)); border-radius: var(--r-lg); background: var(--linen) var(--grain); box-shadow: var(--shadow-3); }
.sheet[open] { animation: sheetIn .45s var(--ease); }
@keyframes sheetIn { from { opacity: 0; transform: translateY(24px) scale(.98); } }
.sheet__in { padding: 26px clamp(20px, 4vw, 30px) 24px; }
.sheet__head { display: flex; justify-content: space-between; gap: 16px; align-items: start; margin-bottom: 14px; }
.sheet__head h2 { font-size: 1.6rem; }
.sheet__x { width: 42px; height: 42px; flex: none; border-radius: 50%; border: 1.5px solid var(--ink); background: transparent; font-size: 1.4rem; line-height: 1; cursor: pointer; }
.sheet__msg { background: var(--paper); border: 1px dashed var(--line); border-radius: 12px; padding: 14px 16px; font-size: .96rem; color: var(--ink-2); margin: 0 0 16px; }
.sheet__opts { display: grid; gap: 10px; }
.sheet__opts .btn { justify-content: flex-start; }
.sheet__note { font-size: .86rem; color: var(--ink-3); margin: 14px 0 0; }
@media (max-width: 560px) {
  .sheet { width: 100%; max-width: none; margin: auto 0 0; border-radius: var(--r-lg) var(--r-lg) 0 0; max-height: 92vh; }
  .sheet[open] { animation: sheetUp .45s var(--ease); }
  @keyframes sheetUp { from { transform: translateY(100%); } }
}
.zoom { width: 100vw; height: 100vh; max-width: none; max-height: none; margin: 0; background: rgba(15,14,13,.96); color: #fff; }
.zoom__in { position: relative; width: 100%; height: 100%; display: grid; place-items: center; padding: 60px 16px; }
.zoom img { max-width: 100%; max-height: calc(100vh - 120px); width: auto; height: auto; object-fit: contain; border-radius: 6px; }
.zoom__x, .zoom__prev, .zoom__next { position: absolute; width: 50px; height: 50px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.5); background: rgba(0,0,0,.35); color: #fff; cursor: pointer; display: grid; place-items: center; font-size: 1.4rem; }
.zoom__x { top: 14px; right: 14px; }
.zoom__prev { left: 14px; top: 50%; margin-top: -25px; }
.zoom__next { right: 14px; top: 50%; margin-top: -25px; }
.zoom__cap { position: absolute; left: 0; right: 0; bottom: 14px; text-align: center; font-size: .9rem; color: #d8d2c8; padding: 0 70px; }
.zoom svg { width: 22px; height: 22px; }

.toast { position: fixed; left: 50%; bottom: 24px; z-index: 90; transform: translate(-50%, 30px); opacity: 0; background: var(--ink); color: var(--paper); padding: 12px 18px; border-radius: 999px; font-weight: 700; font-size: .92rem; transition: transform .4s var(--ease), opacity .4s; pointer-events: none; }
.toast.is-on { transform: translate(-50%, 0); opacity: 1; }

/* ------------------------------------------------------------ reveal on scroll */
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
.js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .ribbon__track { animation: none; flex-wrap: wrap; width: auto; }
  .develop img { filter: none; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .ubar, .hdr, .ribbon, .fb, .ftr__base, .rail__nav, .map, .tour__stage .spot { display: none !important; }
  body { background: #fff; }
}

[data-new-slot]:empty { display: none; }

/* ---------- past work */
.btns { display: flex; gap: 10px; flex-wrap: wrap; }
.chip[aria-pressed] { cursor: pointer; font-family: inherit; color: inherit; }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.chip[aria-pressed="true"] span { color: #cfc6b8; }
.works .work[hidden] { display: none; }
.work { display: block; text-decoration: none; color: inherit; }
.work__img { position: relative; display: block; overflow: hidden; border-radius: var(--r); background: var(--bone); box-shadow: var(--shadow-1); }
.work__img img { display: block; width: 100%; height: auto; transition: transform 1.1s var(--ease); }
.work__img .tag { position: absolute; left: 12px; top: 12px; }
.work:hover .work__img img { transform: scale(1.04); }
.work__cap { display: block; padding: 14px 2px 0; }
.work__cap b { display: block; font: 400 1.3rem/1.2 var(--display); transition: color .2s; }
.work__cap small { display: block; margin-top: 5px; color: var(--ink-3); font-size: .95rem; line-height: 1.45; }
.work:hover .work__cap b { color: var(--green); }
.commission { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.commission__steps { list-style: none; margin: 0; padding: 0; counter-reset: cs; display: grid; gap: 14px; }
.commission__steps li { counter-increment: cs; display: grid; grid-template-columns: 52px 1fr; column-gap: 16px; align-items: baseline; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; }
.commission__steps li::before { content: counter(cs); grid-row: span 2; font: 400 2.2rem/1 var(--display); color: var(--brass); }
.commission__steps b { font: 400 1.25rem/1.2 var(--display); }
.commission__steps span { color: var(--ink-2); font-size: .98rem; }
@media (max-width: 860px) { .commission { grid-template-columns: 1fr; } }
.commission .lede { margin-top: 1rem; }
