/* ============ INNER PAGES ============ */

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  background: var(--gold); color: #0a0d13; padding: .8rem 1.4rem;
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
}
.skip:focus { left: 1rem; top: 1rem; }

/* ---------- Page header ---------- */
.phead {
  position: relative; min-height: 58svh; display: flex; align-items: flex-end;
  padding-block: calc(var(--nav-h) + 3rem) clamp(3rem,7vw,5.5rem); overflow: hidden;
}
.phead--tall { min-height: 68svh; }
.phead-bg { position: absolute; inset: 0; z-index: 0; }
.phead-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); }
.phead-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(7,10,16,.86) 0%, rgba(7,10,16,.5) 40%, rgba(7,10,16,.95) 100%),
    radial-gradient(ellipse 80% 60% at 30% 60%, transparent, rgba(7,10,16,.6));
}
.phead-body { position: relative; z-index: 2; }
.phead-body h1 { font-size: clamp(2.6rem,7.5vw,5.6rem); margin: 1rem 0 1.3rem; }
.phead-body .lede { max-width: 54ch; }
.phead-body .lede em { color: var(--gold-lt); font-style: italic; }

/* ---------- Prose ---------- */
.prose-wrap {
  display: grid; grid-template-columns: 1.55fr 1fr;
  gap: clamp(2.5rem,6vw,5rem); align-items: start;
}
.prose-narrow { max-width: 68ch; margin-inline: auto; }
.prose p, .prose-narrow p {
  color: var(--ink-2); line-height: 1.95; margin-bottom: 1.5rem;
  font-size: 1.02rem;
}
.prose strong, .prose-narrow strong { color: var(--ink); font-weight: 400; }
.prose .drop::first-letter, .prose-narrow .drop::first-letter {
  font-family: var(--serif); float: left; font-size: 4.1rem; line-height: .82;
  padding: .1em .12em 0 0; color: var(--gold);
}

.pull { margin: 2.75rem 0; padding: 1.75rem 0; border-block: 1px solid var(--line); }
.pull blockquote {
  font-size: clamp(1.2rem,2.4vw,1.7rem); font-style: italic;
  color: var(--ink); line-height: 1.5;
}

/* ---------- Sidebar ---------- */
.side { position: sticky; top: calc(var(--nav-h) + 1.5rem); display: grid; gap: 2rem; }
.portrait-slot { position: relative; aspect-ratio: 4/5; }
.portrait-inner {
  position: absolute; inset: 0; display: grid; place-content: center;
  gap: .6rem; text-align: center;
  background: linear-gradient(150deg, var(--bg-2), var(--bg-3));
  border: 1px solid var(--line);
}
.pslot-mark { font-size: 2rem; color: var(--gold-dk); }
.portrait-inner p {
  font-size: .62rem; text-transform: uppercase;
  letter-spacing: .24em; color: var(--ink-3);
}
.portrait-frame {
  position: absolute; inset: -10px; border: 1px solid var(--line-2); pointer-events: none;
}

.facts { display: grid; gap: 0; border-top: 1px solid var(--line); }
.facts > div {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 1rem;
  padding: .85rem 0; border-bottom: 1px solid var(--line);
}
.facts dt {
  font-size: .62rem; text-transform: uppercase;
  letter-spacing: .18em; color: var(--ink-3); padding-top: .18rem;
}
.facts dd { font-size: .88rem; color: var(--ink-2); }

/* ---------- Inspiration grid ---------- */
.insp-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.insp { background: var(--bg); padding: clamp(1.6rem,3vw,2.3rem); transition: background .45s var(--ease); }
.insp:hover { background: var(--bg-3); }
.insp h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; margin-bottom: .7rem; }
.insp p { font-size: .89rem; color: var(--ink-2); line-height: 1.78; }
.insp em { color: var(--gold-lt); font-style: italic; }

/* ---------- Chapters (journey) ---------- */
.chapters { list-style: none; max-width: 820px; margin-inline: auto; }
.chapter { display: grid; grid-template-columns: 40px 1fr; gap: 1.5rem; }
.chapter-rail { display: grid; grid-template-rows: auto 1fr; justify-items: center; }
.chapter-dot {
  width: 11px; height: 11px; border-radius: 50%; background: var(--gold);
  margin-top: .55rem; box-shadow: 0 0 0 5px rgba(201,168,76,.12);
}
.chapter-dot--open { background: transparent; border: 1px solid var(--gold); }
.chapter-line { width: 1px; background: linear-gradient(var(--line-2), var(--line)); }
.chapter-body { padding-bottom: clamp(2.5rem,6vw,4.5rem); }
.chapter-year {
  font-size: .64rem; text-transform: uppercase;
  letter-spacing: .22em; color: var(--gold); margin-bottom: .5rem;
}
.chapter-body h2 { font-size: clamp(1.8rem,4vw,2.9rem); margin-bottom: 1.1rem; }
.chapter-body p { color: var(--ink-2); line-height: 1.9; margin-bottom: 1.1rem; }
.chapter-body strong { color: var(--ink); font-weight: 400; }
.chapter--last .chapter-body { padding-bottom: 0; }

/* ---------- Coordinates ---------- */
.coords { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.coord { text-align: center; min-width: 170px; }
.coord-n {
  font-size: .62rem; letter-spacing: .2em; color: var(--gold);
  text-transform: uppercase; display: block; margin-bottom: .5rem;
}
.coord h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; margin-bottom: .35rem; }
.coord p { font-size: .82rem; color: var(--ink-3); }
.coord-link { width: clamp(30px,7vw,90px); height: 1px; background: linear-gradient(90deg, var(--line), var(--line-2), var(--line)); }

/* ---------- Steps (craft) ---------- */
.steps { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.step {
  background: var(--bg); display: grid; grid-template-columns: 90px 1fr;
  gap: 1.5rem; padding: clamp(1.5rem,3.4vw,2.4rem);
  transition: background .45s var(--ease);
}
.step:hover { background: var(--bg-3); }
.step-n { font-family: var(--serif); font-size: 2.4rem; color: var(--gold-dk); line-height: 1; }
.step-b h3 { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; margin-bottom: .65rem; }
.step-b p { color: var(--ink-2); line-height: 1.85; font-size: .95rem; }

.matlist { list-style: none; display: grid; gap: 1rem; margin-top: .5rem; }
.matlist li {
  color: var(--ink-2); font-size: .93rem; line-height: 1.8;
  padding-left: 1.2rem; position: relative;
}
.matlist li::before { content: '—'; position: absolute; left: 0; color: var(--gold-dk); }
.matlist strong { color: var(--ink); font-weight: 400; }

.arith {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem;
  text-align: center; max-width: 900px; margin-inline: auto;
}
.ar strong {
  display: block; font-family: var(--serif); font-size: clamp(2rem,4.5vw,3rem);
  color: var(--gold); font-weight: 400; line-height: 1;
}
.ar span {
  display: block; margin-top: .5rem; font-size: .68rem;
  text-transform: uppercase; letter-spacing: .16em; color: var(--ink-3);
}
.arith-note {
  text-align: center; margin-top: 2.5rem; color: var(--ink-2);
  font-style: italic; font-family: var(--serif); font-size: 1.15rem;
}

/* ---------- Collection ---------- */
.fam { margin-bottom: clamp(3.5rem,8vw,6rem); }
.fam-head {
  display: grid; gap: .9rem; max-width: 640px;
  margin-bottom: 2.2rem; padding-bottom: 1.6rem; border-bottom: 1px solid var(--line);
  position: relative;
}
.fam-head h2 { font-size: clamp(1.8rem,3.8vw,2.7rem); }
.fam-head p { color: var(--ink-2); line-height: 1.85; font-size: .96rem; }
.fam-head em { color: var(--gold-lt); font-style: italic; }
.fam-price {
  font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold);
}

.piece-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.3rem; }
.piece { display: block; }
.piece-img {
  aspect-ratio: 4/5; overflow: hidden; border: 1px solid var(--line);
  background: var(--bg-3); margin-bottom: .9rem;
}
.piece-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s var(--ease), filter .6s; filter: saturate(.9);
}
.piece:hover .piece-img img { transform: scale(1.06); filter: saturate(1.05); }
.piece h3 {
  font-family: var(--serif); font-size: 1.08rem; font-weight: 400;
  margin-bottom: .3rem; transition: color .35s;
}
.piece:hover h3 { color: var(--gold); }
.piece span { font-size: .72rem; color: var(--ink-3); letter-spacing: .04em; }

.order-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.order-card { background: var(--bg); border: 1px solid var(--line); padding: 2rem; }
.order-card h3 { font-family: var(--serif); font-size: 1.3rem; font-weight: 400; margin-bottom: .8rem; }
.order-card p { color: var(--ink-2); font-size: .9rem; line-height: 1.8; }

/* ---------- Ventures ---------- */
.vent {
  display: grid; grid-template-columns: 1fr 1.15fr;
  gap: clamp(2rem,5vw,4.5rem); align-items: center;
  margin-bottom: clamp(3.5rem,8vw,6.5rem);
}
.vent--flip .vent-media { order: 2; }
.vent-media { position: relative; }
.vent-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.vent-body h2 { font-size: clamp(1.8rem,3.8vw,2.7rem); margin: .8rem 0 1.2rem; }
.vent-body p { color: var(--ink-2); line-height: 1.88; margin-bottom: 1.1rem; }
.vent-facts { list-style: none; display: grid; gap: .55rem; margin: 1.6rem 0; }
.vent-facts li {
  display: grid; grid-template-columns: 110px 1fr; gap: 1rem;
  font-size: .87rem; color: var(--ink-2);
  padding-bottom: .55rem; border-bottom: 1px solid var(--line);
}
.vent-facts span {
  font-size: .62rem; text-transform: uppercase;
  letter-spacing: .16em; color: var(--ink-3); padding-top: .2rem;
}

/* ---------- Contact ---------- */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(2.5rem,6vw,5rem); align-items: start; }
.contact-side h2 { font-size: 1.9rem; margin-bottom: 1.8rem; }
.cdetail { display: grid; gap: .3rem; padding-block: .9rem; border-bottom: 1px solid var(--line); }
.cdetail-k { font-size: .62rem; text-transform: uppercase; letter-spacing: .2em; color: var(--ink-3); }
.cdetail-v { font-size: .92rem; color: var(--ink-2); word-break: break-word; transition: color .3s; }
a.cdetail-v:hover { color: var(--gold); }
.cnote { margin-top: 2.2rem; padding: 1.5rem; background: var(--bg-2); border-left: 2px solid var(--gold-dk); }
.cnote h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; margin-bottom: .6rem; }
.cnote p { font-size: .87rem; color: var(--ink-2); line-height: 1.8; }

.cform { display: grid; gap: 1.3rem; }
.field { display: grid; gap: .5rem; }
.field label { font-size: .64rem; text-transform: uppercase; letter-spacing: .2em; color: var(--ink-3); }
.field input, .field textarea, .field select {
  padding: .95rem 1.1rem; background: var(--bg-2);
  border: 1px solid var(--line); color: var(--ink);
  font-family: var(--sans); font-size: .93rem; font-weight: 300;
  border-radius: 1px; transition: border-color .3s, background .3s;
  width: 100%;
}
.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%),
                    linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px; background-repeat: no-repeat;
}
.field textarea { resize: vertical; min-height: 150px; line-height: 1.7; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--gold); background: var(--bg-3);
}
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #b4553f; }
.err { font-size: .76rem; color: #d98a72; min-height: 1em; }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.cstatus { font-size: .88rem; min-height: 1.4em; }
.cstatus.ok { color: #6cc49a; }
.cstatus.bad { color: #d98a72; }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-i { border-bottom: 1px solid var(--line); }
.faq-i summary {
  cursor: pointer; padding: 1.35rem 2.5rem 1.35rem 0; position: relative;
  font-family: var(--serif); font-size: 1.18rem; color: var(--ink);
  list-style: none; transition: color .3s;
}
.faq-i summary::-webkit-details-marker { display: none; }
.faq-i summary:hover { color: var(--gold); }
.faq-i summary::after {
  content: '+'; position: absolute; right: .4rem; top: 50%;
  transform: translateY(-50%); color: var(--gold); font-size: 1.3rem;
  transition: transform .35s var(--ease);
}
.faq-i[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-i p { padding-bottom: 1.5rem; color: var(--ink-2); line-height: 1.85; font-size: .93rem; max-width: 66ch; }

/* ---------- CTA row ---------- */
.cta-row { display: flex; gap: .9rem; flex-wrap: wrap; }
.cta-band { text-align: center; }
.cta-band .cta-row { justify-content: center; margin-top: 2rem; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .prose-wrap, .contact-wrap { grid-template-columns: 1fr; }
  .side { position: static; }
  .insp-grid { grid-template-columns: repeat(2,1fr); }
  .piece-grid { grid-template-columns: repeat(2,1fr); }
  .order-grid { grid-template-columns: 1fr; }
  .vent, .vent--flip { grid-template-columns: 1fr; }
  .vent--flip .vent-media { order: 0; }
  .arith { grid-template-columns: repeat(2,1fr); gap: 2rem; }
}
@media (max-width: 640px) {
  .insp-grid { grid-template-columns: 1fr; }
  .piece-grid { grid-template-columns: 1fr; }
  .step { grid-template-columns: 1fr; gap: .8rem; }
  .chapter { grid-template-columns: 26px 1fr; gap: 1rem; }
  .facts > div, .vent-facts li { grid-template-columns: 1fr; gap: .2rem; }
}
