/* Art They Feared LLC — afeaki.mom — Gallery Systems Design
   Light theme: patina-teal / ochre-tag / placard-grey on plaster-wall.
   Motif: Contemporary Gallery Prep Room. */

:root {
  --patina: #185C5C;
  --ochre: #B3801F;
  --grey: #8E897F;
  --plaster: #F1EEE7;
  --matboard: #FAF7F1;
  --walnut: #3B2F26;
  --canvas: #E5E0D5;
  --white: #FAF7F1;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.7;
  color: #3B2F26;
  background-color: #F1EEE7;
  -webkit-font-smoothing: antialiased;
}

a { color: #185C5C; text-decoration: none; }
a:hover { color: #0E3F3F; }

img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.tt { text-transform: uppercase; letter-spacing: 0.05em; }

/* ============ FRAME-RACK NAV ============ */
.frame-rack-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: #FAF7F1;
  border-bottom: 1px solid #185C5C;
}

.hang-track {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 46px;
  padding: 0 24px;
  background-color: #E5E0D5;
  position: relative;
}

.hang-rail {
  width: 100%;
  max-width: 1180px;
  height: 6px;
  background-color: #3B2F26;
  border-radius: 2px;
  position: relative;
  margin: 22px 0 0;
}

.trolley {
  position: absolute;
  top: -8px;
  width: 22px;
  height: 14px;
  background-color: #185C5C;
  border-radius: 3px;
}
.trolley::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 14px;
  width: 2px;
  height: 22px;
  background-color: #8E897F;
}
.trolley i {
  position: absolute;
  top: 36px;
  left: 5px;
  width: 4px;
  height: 4px;
  background-color: #185C5C;
  border-radius: 50%;
}
.trolley.t1 { left: 12%; }
.trolley.t2 { left: 52%; }
.trolley.t3 { left: 86%; }
.trolley i.frame-hang {
  width: 16px;
  height: 14px;
  left: -6px;
  top: 40px;
  border: 2px solid #185C5C;
  background-color: transparent;
  border-radius: 1px;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  gap: 10px;
}

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

.level-glyph {
  width: 34px;
  height: 12px;
  background-color: #185C5C;
  border-radius: 2px;
  position: relative;
  flex-shrink: 0;
}
.level-glyph::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 9px;
  height: 5px;
  background-color: #B3801F;
  border-radius: 4px;
}
.level-glyph::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 2px;
  width: 8px;
  height: 8px;
  background-color: #8E897F;
  border-radius: 50%;
}

.wordmark { font-size: 19px; letter-spacing: 0.18em; font-weight: bold; color: #3B2F26; }
.sub-label { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: #8E897F; display: block; }

.nav-links { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.nav-links a {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8E897F;
  padding: 6px 2px;
}
.nav-links a:hover { color: #185C5C; }
.nav-dot { width: 5px; height: 5px; background-color: #185C5C; border-radius: 50%; }

/* Mobile nav */
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid #185C5C;
  color: #185C5C;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 3px;
  cursor: pointer;
}

/* ============ HERO ============ */
.gallery-wall-hero {
  background-color: #F1EEE7;
}

.hero-upper {
  text-align: center;
  padding: 96px 24px 60px;
}

.eyebrow {
  display: inline-block;
  background-color: #185C5C;
  color: #FAF7F1;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 3px;
  margin-bottom: 26px;
}

.hero-title {
  color: #3B2F26;
  font-size: 52px;
  line-height: 1.12;
  font-weight: bold;
  max-width: 900px;
  margin: 0 auto 22px;
}
.hero-title em { color: #185C5C; font-style: normal; }

.hero-sub { color: #8E897F; font-size: 19px; max-width: 720px; margin: 0 auto 34px; }

.hero-ctas { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; }
.btn {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 2px;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn-prim { background-color: #185C5C; color: #FAF7F1; }
.btn-prim:hover { background-color: #0E4141; color: #FAF7F1; }
.btn-outline { background-color: transparent; color: #3B2F26; border-color: #3B2F26; }
.btn-outline:hover { background-color: #3B2F26; color: #FAF7F1; }

/* Prep room band */
.prep-room {
  background-color: #FAF7F1;
  border-top: 2px solid #185C5C;
  border-bottom: 1px solid #185C5C;
}

.prep-grid {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.wall-panel {
  flex: 1.2;
  padding: 26px;
  border-right: 2px dashed #B3801F;
  position: relative;
}

.wall-display {
  position: relative;
  min-height: 150px;
  background-color: #E5E0D5;
  padding: 20px;
}

.canvas-l {
  width: 120px;
  height: 92px;
  background-color: #FAF7F1;
  border: 3px solid #185C5C;
  margin: 4px 30px 4px 6px;
  float: left;
  position: relative;
}
.canvas-l .brushstroke {
  width: 88px;
  height: 36px;
  margin: 26px auto;
  background-color: #185C5C;
  border-radius: 50%;
  transform: rotate(-14deg);
  position: relative;
}
.canvas-l .brushstroke::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 10px;
  background-color: #B3801F;
  top: -14px;
  left: -4px;
  border-radius: 6px;
  transform: rotate(8deg);
}

.canvas-s {
  width: 66px;
  height: 66px;
  background-color: #FAF7F1;
  border: 3px solid #185C5C;
  margin: 12px 26px 6px 160px;
  clear: none;
  position: relative;
}
.canvas-s::before {
  content: "";
  width: 26px;
  height: 26px;
  border: 2px solid #185C5C;
  margin: 18px;
  display: block;
}
.canvas-s::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #B3801F;
  top: 4px;
  left: 11px;
}

.placard-card {
  background-color: #FAF7F1;
  border-left: 3px solid #185C5C;
  padding: 6px 10px;
  width: 130px;
  display: inline-block;
  color: #000;
  margin-left: 8px;
}
.placard-card .pc-title { display: block; width: 90%; height: 9px; background-color: #3B2F26; margin-bottom: 5px; }
.placard-card .pc-line { display: block; width: 68%; height: 6px; background-color: #8E897F; margin-bottom: 4px; }
.placard-card .pc-line.short { width: 46%; }

.bench-panel {
  flex: 1;
  padding: 26px;
  border-right: 2px dashed #B3801F;
  background-color: #F1EEE7;
}

.bench {
  background-color: #3B2F26;
  padding: 12px;
  border-radius: 2px;
}
.drill {
  width: 90px;
  height: 46px;
  background-color: #185C5C;
  border-radius: 6px;
  position: relative;
  margin: 4px auto 14px;
}
.drill::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 14px;
  width: 32px;
  height: 8px;
  background-color: #3B2F26;
}
.drill::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 14px;
  width: 34px;
  height: 3px;
  background-color: #FAF7F1;
}
.anchors {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.anchor { width: 18px; height: 26px; background-color: #B3801F; border-radius: 3px; }

.crate-panel {
  flex: 1.1;
  padding: 26px;
}

.crate-lid {
  background-color: #8E897F;
  border: 3px solid #3B2F26;
  padding: 24px 18px 18px;
  position: relative;
}
.lid-bracket {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid #B3801F;
}
.lid-bracket.tl { top: 8px; left: 8px; border-right: none; border-bottom: none; }
.lid-bracket.br { bottom: 8px; right: 8px; border-left: none; border-top: none; }
.lid-arrow {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 26px solid #B3801F;
  margin: 0 auto;
}
.crate-line { width: 60%; height: 6px; background-color: #3B2F26; margin: 14px auto; }

.foam-corners { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.foam-c { width: 52px; height: 40px; border: 3px solid #185C5C; background-color: transparent; border-top-left-radius: 2px; clip-path: polygon(0 0, 100% 0, 100% 12%, 12% 12%, 12% 100%, 0 100%); }

.ledge-bubble { margin-top: 18px; text-align: right; }
.bbub {
  display: inline-block;
  width: 90px;
  height: 10px;
  background-color: #E5E0D5;
  border: 2px solid #3B2F26;
  position: relative;
}
.bbub::after { content: ""; position: absolute; left: 22px; top: 1px; width: 18px; height: 4px; background-color: #185C5C; border-radius: 4px; }

/* ============ PLACARD ROWS ============ */
.placard-rows {
  background-color: #F1EEE7;
  padding: 90px 0 40px;
}
.section-intro { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.kicker { color: #185C5C; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 12px; }
.section-title { color: #3B2F26; font-size: 38px; line-height: 1.2; margin-bottom: 16px; }
.section-intro p { color: #8E897F; font-size: 18px; }

.placard-list { display: flex; flex-direction: column; gap: 11px; }

.svc-row {
  display: flex;
  align-items: stretch;
  background-color: #FAF7F1;
  border: 1px solid #185C5C;
  overflow: hidden;
}

.ps-stand {
  width: 118px;
  flex-shrink: 0;
  background-color: #E5E0D5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  position: relative;
}
.ps-stand::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 60%;
  bottom: 0;
  background-color: #8E897F;
  left: 38%;
}
.ps-card {
  background-color: #FAF7F1;
  width: 74px;
  padding: 10px;
  border-left: 3px solid #185C5C;
  box-shadow: 3px 3px 0 #8E897F;
}
.svc-row:nth-child(odd) .ps-card { transform: rotate(-2deg); }
.svc-row:nth-child(even) .ps-card { transform: rotate(2deg); }
.ps-card .pc-title { display: block; height: 8px; background-color: #185C5C; margin-bottom: 6px; }
.ps-card .pc-line { display: block; height: 6px; background-color: #8E897F; margin-bottom: 5px; }
.ps-card .pc-line.w1 { width: 90%; }
.ps-card .pc-line.w2 { width: 60%; }
.ps-card .pc-line.w3 { width: 44%; }

.svc-body {
  flex: 1;
  padding: 30px 34px;
}
.svc-body h3 { color: #3B2F26; font-size: 23px; margin-bottom: 12px; }
.svc-body p { color: #8E897F; font-size: 16px; }

.edition-tag {
  flex-shrink: 0;
  align-self: center;
  width: 120px;
  margin-right: 18px;
  padding: 11px 10px;
  border: 1px solid #B3801F;
  background-color: #F1EEE7;
  text-align: center;
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #3B2F26;
  position: relative;
}
.edition-tag::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #B3801F;
  border-left: 2px solid #B3801F;
}
.edition-tag .ed-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #185C5C;
  border-radius: 50%;
  margin-right: 6px;
}

/* ============ METRIC BAND ============ */
.metric-band {
  background-color: #3B2F26;
  padding: 70px 0;
}
.metric-lead {
  color: #FAF7F1;
  font-size: 18px;
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}
.metric-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
}
.metric {
  flex: 1;
  min-width: 200px;
  text-align: center;
}
.metric + .metric { border-left: 1px solid #185C5C; }
.metric .num {
  display: block;
  color: #FAF7F1;
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 8px;
}
.metric .m-label {
  color: #8E897F;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ============ STATEMENT BAND ============ */
.statement-band {
  background-color: #E5E0D5;
  padding: 90px 0;
}
.statement {
  max-width: 900px;
  margin: 0 auto;
  background-color: #F1EEE7;
  border-left: 4px solid #185C5C;
  padding: 46px 50px;
}
.statement p { color: #3B2F26; font-size: 25px; line-height: 1.6; margin-bottom: 22px; }
.statement .attrib { color: #8E897F; font-style: normal; letter-spacing: 0.14em; text-transform: uppercase; font-size: 12px; }

/* ============ CTA BAND ============ */
.cta-band { background-color: #F1EEE7; padding: 90px 0; text-align: center; }
.cta-band h2 { color: #185C5C; font-size: 36px; margin-bottom: 16px; }
.cta-band p { color: #8E897F; font-size: 18px; max-width: 620px; margin: 0 auto 34px; }
.cta-band .cta-note { font-size: 15px; margin: 22px auto 0; color: #8E897F; }
.btn + .cta-note { margin-top: 22px; }

/* ============ VELVET-ROPE FOOTER ============ */
.velvet-rope-footer {
  position: relative;
  z-index: 1;
  background-color: #3B2F26;
  color: #FAF7F1;
}
.rope-strip { height: 40px; background-color: #E5E0D5; display: flex; align-items: center; justify-content: center; }
.stanchion { width: 14px; height: 34px; background-color: #185C5C; border-radius: 5px; margin: 0 12%; position: relative; }
.stanchion::before { content: ""; position: absolute; top: -5px; left: 4px; width: 6px; height: 6px; background-color: #185C5C; border-radius: 50%; }
.rope-gap { flex: 1; height: 6px; position: relative; max-width: 300px; }

.foot-zones {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  padding: 56px 0 40px;
  position: relative;
  z-index: 1;
}
.foot-zone { flex: 1; min-width: 220px; }
.foot-zone h4 { color: #185C5C; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 18px; }
.footer-wordmark { font-size: 18px; letter-spacing: 0.15em; color: #FAF7F1; margin: 6px 0 10px; }
.foot-desc { color: #B0AAA0; font-size: 14px; line-height: 1.6; }
.foot-links { display: flex; gap: 60px; flex-wrap: wrap; }
.foot-zone ul { list-style: none; }
.foot-zone li { margin-bottom: 8px; }
.foot-zone li a { color: #E5E0D5; font-size: 14px; }
.foot-zone li a:hover { color: #FAF7F1; }
.foot-contact { font-style: normal; }
.foot-contact div { margin-bottom: 8px; color: #E5E0D5; font-size: 14px; }

.foot-legalbar {
  border-top: 1px solid #B3801F;
  text-align: center;
  padding: 22px 24px;
  position: relative;
  z-index: 1;
}
.foot-legalbar p { color: #B0AAA0; font-size: 13px; }

/* ============ PAGE-HERO (secondary pages) ============ */
.page-hero {
  background-color: #FAF7F1;
  border-bottom: 1px solid #185C5C;
  padding: 64px 24px;
}
.page-hero-inner { max-width: 860px; }
.page-hero h1 { color: #3B2F26; font-size: 42px; line-height: 1.15; margin-bottom: 18px; }
.page-hero h1 em { color: #185C5C; font-style: normal; }
.page-hero p { color: #8E897F; font-size: 18px; max-width: 760px; }
.breadcrumb { color: #8E897F; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 14px; }
.breadcrumb a { color: #185C5C; }
.breadcrumb a:hover { color: #0E3F3F; }

/* ============ SERVICES PAGE ============ */
.svc-page-detail { padding: 80px 0; background-color: #F1EEE7; }
.detail-block { margin-bottom: 60px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.detail-col h3 { color: #3B2F26; font-size: 21px; margin-bottom: 10px; }
.detail-col p { color: #8E897F; }

.process-band { padding: 80px 0; background-color: #FAF7F1; border-top: 1px solid #185C5C; }
.process-steps { max-width: 820px; margin: 0 auto; }
.step { display: flex; gap: 22px; margin-bottom: 30px; }
.step-num { flex-shrink: 0; width: 56px; height: 56px; background-color: #185C5C; color: #FAF7F1; font-size: 22px; display: flex; align-items: center; justify-content: center; font-weight: bold; border-radius: 3px; }
.step-body h3 { color: #3B2F26; font-size: 22px; margin-bottom: 8px; }
.step-body p { color: #8E897F; }

/* ============ CONTACT PAGE ============ */
.contact-wrap { padding: 80px 0; background-color: #F1EEE7; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-info h2, .contact-form h2 { color: #185C5C; font-size: 28px; margin-bottom: 16px; }
.info-block { margin-bottom: 26px; padding-bottom: 20px; border-bottom: 1px solid #E5E0D5; }
.info-block h3 { color: #3B2F26; font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px; }
.info-block p, .info-block a { color: #8E897F; font-size: 16px; }
.info-block a:hover { color: #185C5C; }
.faq-item { border: 1px solid #E5E0D5; background-color: #FAF7F1; margin-bottom: 12px; }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 16px 18px;
  font-size: 16px;
  font-weight: bold;
  color: #3B2F26;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-q::after {
  content: "+";
  color: #185C5C;
  font-size: 22px;
}
.faq-item.open .faq-q::after { content: "−"; }
.faq-a { padding: 0 18px 16px; color: #8E897F; display: none; font-size: 15px; }
.faq-item.open .faq-a { display: block; }

.contact-form form { background-color: #FAF7F1; border: 1px solid #185C5C; padding: 30px; }
.contact-form label { display: block; color: #3B2F26; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; margin: 14px 0 6px; }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #C9C2B6;
  background-color: #F1EEE7;
  color: #3B2F26;
  font-family: inherit;
  font-size: 16px;
  border-radius: 2px;
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: #185C5C; }
.contact-form textarea { resize: vertical; }
.form-note { color: #8E897F; font-size: 14px; margin-top: 14px; }
.form-status { margin-top: 16px; padding: 12px 14px; border-radius: 3px; display: none; }
.form-status.ok { background-color: #E5E0D5; color: #185C5C; }
.form-status.err { background-color: #F2E3D6; color: #8E897F; border: 1px solid #B3801F; }

/* Reveal — content is fully visible by default (safe without JS).
   A small entrance transform is applied only when JS adds .revealed. */
[data-reveal] { transform: none; }
[data-reveal].revealed { animation: riseIn 0.7s ease both; }
@keyframes riseIn {
  from { transform: translateY(18px); }
  to { transform: translateY(0); }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .prep-grid { flex-direction: column; }
  .wall-panel, .bench-panel { border-right: none; border-bottom: 2px dashed #B3801F; }
  .metric-grid { justify-content: center; }
  .metric + .metric { border-left: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .hero-title { font-size: 40px; }
}

@media (max-width: 620px) {
  .nav-links { display: none; width: 100%; flex-direction: column; align-items: flex-start; background-color: #FAF7F1; padding: 10px 0; }
  .nav-links.open { display: flex; }
  .nav-links a { width: 100%; padding: 8px 0; }
  .nav-dot { display: none; }
  .nav-toggle { display: inline-block; }
  .svc-row { flex-direction: column; }
  .ps-stand { width: 100%; }
  .edition-tag { width: 100%; margin: 0; padding: 14px; border-left: none; border-top: 1px solid #B3801F; }
  .hero-title { font-size: 32px; }
  .statement { padding: 32px; }
  .detail-grid { grid-template-columns: 1fr; }
  .foot-links { gap: 20px; }
}
