/* ============================================================
   ArtsEdu - style.css
   ATELIER MOTIF - Light paper theme for INTECHLEGENT CO., LIMITED
   Colors: paper-ivory #F7F4EC, sumi-ink #2B2A28, sumi-pine #3E5C50,
   canvas-cream #FCFAF4, cinnabar #B4432E, brush-gold #C79A3F,
   mist-sage #8FA094, hairline #E3DECF
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
  color: #2B2A28;
  background-color: #F7F4EC;
  overflow-x: hidden;
}

a { color: #3E5C50; text-decoration: none; }
a:hover { color: #B4432E; }

img { max-width: 100%; display: block; }
h1, h2, h3, h4, p, ul, ol { margin: 0 0 1em 0; }

::selection { background: #B4432E; color: #FCFAF4; }

section { margin: 0; }

/* ---------- Shared reveal utilities (noscript safe) ---------- */
.reveal { opacity: 1; }
.no-js .reveal { opacity: 1 !important; transform: none !important; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

/* ============================================================
   PALETTE-TRAY HEADER  (.palette-head)
   ============================================================ */
.palette-head {
  background-color: #F7F4EC;
  border-bottom: 1px solid #E3DECF;
  position: sticky;
  top: 0;
  z-index: 40;
}
.palette-head-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #2B2A28;
}
.brand-lockup:hover { color: #2B2A28; }

.palette-graphic {
  position: relative;
  display: inline-flex;
  width: 72px;
  height: 56px;
  align-items: center;
  justify-content: center;
}
.palette-oval {
  width: 58px;
  height: 42px;
  border-radius: 50% / 60%;
  background-color: #C79A3F;
  border: 3px solid #2B2A28;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.palette-oval::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 18%;
  width: 0; height: 0;
  border-left: 12px solid #C79A3F;
  border-right: 12px solid transparent;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  filter: drop-shadow(-1px 0 0 #2B2A28);
}
.palette-thumb {
  position: absolute;
  width: 20px;
  height: 26px;
  right: 40px;
  top: 4px;
  background-color: #8FA094;
  border: 2px solid #2B2A28;
  border-radius: 4px 6px 6px 4px;
}
.dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 7px; height: 7px;
  border-radius: 50%;
  border: 1px solid #B9A875;
  z-index: 2;
}
.dot-one   { transform: translate(-20px,-18px); background-color: #B4432E; }
.dot-two   { transform: translate(-4px,-12px);  background-color: #2B2A28; }
.dot-three { transform: translate(12px,-18px);  background-color: #3E5C50; }
.dot-four  { transform: translate(14px,-4px);   background-color: #C79A3F; }
.dot-five  { transform: translate(-12px,-2px);  background-color: #8FA094; }

.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong {
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #2B2A28;
}
.brand-sub { font-size: 14px; color: #B4432E; letter-spacing: 0.2em; }

.palette-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.tube-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #3E5C50;
  color: #FCFAF4;
  padding: 7px 16px 8px 12px;
  border-radius: 6px;
  font-weight: bold;
  letter-spacing: 0.03em;
  clip-path: polygon(8px 0, 100% 0, 100% 100%, 8px 100%, 0 50%);
}
.tube-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 100%;
  background-color: #B4432E;
  border-radius: 2px 6px 6px 2px;
}
.tube-link:hover, .tube-link.is-active { color: #FFF; }
.tube-link:hover { filter: brightness(1.05); }
.tube-cap {
  width: 6px; height: 6px;
  border-radius: 50%;
  background-color: #C79A3F;
  flex: 0 0 auto;
}
.cap-cinnabar { background-color: #B4432E; }
.cap-pine     { background-color: #3E5C50; }
.cap-gold     { background-color: #8FA094; }
.cap-sage     { background-color: #8FA094; }
.cap-ink      { background-color: #2B2A28; }

.tube-link.is-active {
  background-color: #B4432E;
  color: #FFF;
}

.nav-toggle {
  display: none;
  background-color: #3E5C50;
  color: #FCFAF4;
  border: none;
  padding: 9px 16px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

/* ============================================================
   EASEL STUDIO HERO  (.easel-hero)
   ============================================================ */
.easel-hero {
  position: relative;
  background-color: #F7F4EC;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 0;
  padding: 60px 5vw 40px;
  overflow: hidden;
}
.easel-stage { position: relative; min-height: 520px; }
.easel-leg {
  position: absolute;
  width: 20px;
  background-color: #A4846A;
  border: 2px solid #7a5e47;
  z-index: 1;
}
.leg-left  { left: 8%; top: -40px; height: 100%; transform: rotate(8deg); }
.leg-right { right: 6%; top: -40px; height: 100%; transform: rotate(-8deg); }
.easel-crossbar {
  position: absolute;
  left: 4%;
  right: 2%;
  top: 40%;
  height: 18px;
  background-color: #B08E73;
  border: 2px solid #7a5e47;
  transform: rotate(-1deg);
  z-index: 2;
}
.easel-shelf {
  position: absolute;
  left: -2%;
  right: 0;
  bottom: 0;
  height: 26px;
  background-color: #B08E73;
  border: 2px solid #7a5e47;
  z-index: 2;
}

.hero-canvas {
  position: relative;
  z-index: 5;
  width: 76%;
  margin: 14px auto 22px auto;
  background-color: #FCFAF4;
  border: 2px solid #3E5C50;
  padding: 8px 44px 30px 44px;
  text-align: center;
}
.hero-canvas::before,
.hero-canvas::after {
  content: "";
  position: absolute;
  width: 46px; height: 46px;
  background-color: #C79A3F;
  border: 2px solid #8a6a22;
  opacity: 1;
}
.hero-canvas::before { top: 12px; left: 12px; transform: rotate(180deg); clip-path: polygon(0 0, 100% 100%, 0 100%); }
.hero-canvas::after  { bottom: 12px; right: 12px; clip-path: polygon(0 0, 100% 0, 0 100%); }

.hero-title {
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1.12;
  font-weight: bold;
  color: #2B2A28;
  margin: 42px 0 20px;
}
.hero-title .ink-line { display: block; }
.hero-title em {
  font-style: italic;
  color: #B4432E;
  position: relative;
}
.hero-title em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 3px;
  height: 4px;
  background-color: #B4432E;
  border-radius: 2px;
}
.hero-lede {
  font-size: 18px;
  color: #3E5C50;
  max-width: 600px;
  margin: 0 auto 26px;
  text-align: center;
}
.hero-actions {
  margin-top: 18px;
  display: flex;
  gap: 14px;
  justify-content: center;
}

.btn {
  display: inline-block;
  padding: 11px 22px;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-radius: 6px;
  text-align: center;
}
.btn-cinnabar {
  background-color: #B4432E;
  color: #FCFAF4;
}
.btn-cinnabar:hover { background-color: #943420; color: #FCFAF4; }
.btn-ghost {
  background-color: #3E5C50;
  color: #FCFAF4;
}
.btn-ghost:hover { background-color: #2C453B; color: #FCFAF4; }
.btn-ghost-light {
  background-color: #FCFAF4;
  color: #2B2A28;
}
.btn-ghost-light:hover { background-color: #fff; color: #2B2A28; }

/* Studio floor props */
.studio-floor {
  position: relative;
  min-height: 520px;
}
.water-bucket {
  position: absolute;
  right: 16%;
  bottom: 30px;
  width: 70px;
  height: 90px;
  background-color: #8FA094;
  border: 2px solid #6b7c71;
  border-radius: 4px 4px 12px 12px;
}
.water-bucket::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 14px;
  right: 14px;
  bottom: 40px;
  border-radius: 50% / 40%;
  background-color: #7f9185;
}
.brush-jar {
  position: absolute;
  left: 6%;
  bottom: 120px;
  width: 64px;
  height: 86px;
  background-color: #C79A3F;
  border: 2px solid #8a6a22;
  border-radius: 6px 6px 10px 10px;
}
.brush-jar::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 8px;
  width: 4px;
  height: 44px;
  background-color: #B4432E;
  transform: rotate(-14deg);
  border-radius: 2px;
}
.brush-jar::after {
  content: "";
  position: absolute;
  top: -22px;
  left: 26px;
  width: 4px;
  height: 36px;
  background-color: #3E5C50;
  transform: rotate(10deg);
  border-radius: 2px;
}
.mahl-stick {
  position: absolute;
  right: 2%;
  bottom: 90px;
  width: 240px;
  height: 8px;
  background-color: #B08E73;
  border: 1px solid #7a5e47;
  transform: rotate(34deg);
  transform-origin: right center;
  border-radius: 4px;
}
.paint-cloth {
  position: absolute;
  left: 26%;
  top: 46%;
  width: 110px;
  height: 60px;
  background-color: #E8E2D2;
  border: 1px solid #d5cdb8;
  transform: rotate(-8deg);
  border-radius: 6px;
}
.paper-sheet {
  position: absolute;
  width: 92px;
  height: 116px;
  border: 1px solid #c9bfa6;
}
.sheet-one {
  left: 4%;
  bottom: 200px;
  background-color: #cfe0da;
  transform: rotate(-14deg);
}
.sheet-two {
  right: 26%;
  bottom: 190px;
  width: 80px;
  height: 100px;
  background-color: #e6c9c2;
  transform: rotate(9deg);
}
.stool {
  position: absolute;
  right: 6%;
  bottom: -10px;
  width: 96px;
  height: 22px;
  background-color: #A4846A;
  border: 2px solid #7a5e47;
  border-radius: 50% / 30%;
}
.stool::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 34px;
  width: 22px;
  height: 80px;
  background-color: #8a6a55;
  border: 1px solid #7a5e47;
}

/* ============================================================
   CRIT WALL  (.critwall)
   ============================================================ */
.critwall-section {
  background-color: #FCFAF4;
  padding: 70px 5vw 60px;
}
.section-heading {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}
.section-heading h2 {
  font-size: clamp(28px, 4vw, 40px);
  color: #2B2A28;
  margin-bottom: 14px;
}
.section-heading h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  margin: 14px auto 0;
  background-color: #B4432E;
  border-radius: 3px;
}
.section-intro { color: #3E5C50; font-size: 17px; }
.critwall {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.col-b { transform: translateY(70px); }
.crit-card {
  position: relative;
  background-color: #FCFAF4;
  border: 1px solid #E3DECF;
  margin-bottom: 40px;
  padding: 34px 28px 30px;
}
.tape-corner {
  content: "";
  position: absolute;
  top: -12px;
  left: 24px;
  width: 84px;
  height: 26px;
  background-color: #B7C4BA;
  border: 1px solid #b8c2b9;
}
.sticky-note {
  position: absolute;
  top: -18px;
  right: -10px;
  width: 150px;
  padding: 10px 8px;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  color: #FCFAF4;
  transform: rotate(3deg);
}
.note-pine { background-color: #3E5C50; }
.note-cinnabar { background-color: #B4432E; }
.sticky-note::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 26px;
  height: 14px;
  background-color: #3E5C50;
  border-radius: 1px 1px 0 0;
  transform: rotate(2deg);
}
.note-pine::after { background-color: #3E5C50; }
.note-cinnabar::after { background-color: #B4432E; }
.crit-kicker {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #C79A3F;
  font-weight: bold;
  margin-bottom: 8px;
}
.crit-card h3 {
  font-size: 22px;
  color: #2B2A28;
  margin-bottom: 8px;
}
.crit-card p { color: #2B2A28; font-size: 15.5px; }

/* ============================================================
   TERM SHOWCASE STRIP  (.term-strip)  -- sumi-pine band
   ============================================================ */
.term-strip {
  background-color: #3E5C50;
  color: #FCFAF4;
  padding: 70px 5vw;
  text-align: center;
}
.term-strip-inner { max-width: 800px; margin: 0 auto; }
.seal-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 26px;
}
.seal, .seal-cta {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-color: #B4432E;
  border: 2px solid #2B2A28;
  box-shadow: inset 0 0 0 2px #B4432E;
}
.seal-one,.seal-two,.seal-three { background-color: #B4432E; }
.seal-row .seal { background-color: #B4432E; }
.term-strip h2 {
  color: #FCFAF4;
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 16px;
}
.term-strip p { color: #E8E2D2; font-size: 17px; max-width: 680px; margin: 0 auto 24px; }

/* Home CTA */
.home-cta { background-color: #FCFAF4; padding: 70px 5vw; text-align: center; }
.home-cta-inner { max-width: 780px; margin: 0 auto; }
.home-cta-inner h2 { color: #2B2A28; font-size: clamp(24px, 3.5vw, 34px); margin: 0 0 16px; }
.home-cta-inner p { color: #2B2A28; font-size: 17px; }
.home-cta-actions { margin-top: 22px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Atelier story intro */
.atelier-story {
  background-color: #3E5C50;
  color: #FCFAF4;
  padding: 70px 5vw;
}
.story-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  max-width: 1100px;
  margin: 0 auto;
}
.story-col h2 {
  color: #FCFAF4;
  font-size: clamp(24px, 3vw, 32px);
  margin: 0 0 14px;
}
.story-col p { color: #E8E2D2; font-size: 17px; }
.seal-cta { background-color: #B4432E; border: 2px solid #943420; margin-bottom: 14px; }

.feature-notes { background-color: #F7F4EC; padding: 60px 5vw; }
.notes-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.note-card {
  background-color: #FCFAF4;
  border: 1px solid #E3DECF;
  border-top: 6px solid #3E5C50;
  padding: 22px;
}
.note-card:nth-child(2) { border-top-color: #B4432E; }
.note-card:nth-child(4) { border-top-color: #C79A3F; }
.note-card h3 { color: #2B2A28; font-size: 18px; margin: 0 0 8px; }
.note-card p { color: #2B2A28; font-size: 15px; margin: 0; }
@media (max-width: 900px) {
  .story-inner { grid-template-columns: 1fr; }
  .notes-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .notes-inner { grid-template-columns: 1fr; }
}

/* ============================================================
   SUPPLY CABINET FOOTER  (.supplycabinet)
   ============================================================ */
.supplycabinet {
  position: relative;
  background-color: #8f6b52;
  background-color: #6b5340;
  color: #F7F4EC;
  z-index: 1;
}
.cab-countertop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 24px;
  border-bottom: 1px solid #8a755f;
}
.street-sign {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #FCFAF4;
  background-color: #B4432E;
  padding: 4px 16px;
  letter-spacing: 0.06em;
  border-radius: 2px;
  -webkit-text-stroke: 1px #2B2A28;
}
.cabtagline { color: #E8E2D2; font-size: 16px; margin-top: 10px; }
.cab-contact { text-align: right; }
.cab-contact-line { display: block; color: #E8E2D2; margin-bottom: 6px; }
.cab-contact-line a { color: #FCFAF4; }
.cab-contact-line strong { color: #FCFAF4; margin-right: 6px; }
.cab-contact-line a:hover { color: #e6c9c2; }

.cab-drawers {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.drawer {
  position: relative;
  background-color: #7a624c;
  background-color: #5f4a36;
  border: 2px solid #8a755f;
  border-radius: 8px;
  padding: 44px 22px 22px;
}
.drawer-handle {
  content: "";
  position: absolute;
  top: 16px;
  right: 22px;
  left: 22px;
  height: 10px;
  background-color: #B4432E;
  border: 1px solid #7c2c1b;
  border-radius: 5px;
}
.drawer-title {
  font-size: 18px;
  color: #FCFAF4;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.drawer-links { list-style: none; padding: 0; margin: 0; }
.drawer-links li { margin-bottom: 6px; }
.drawer-links a { color: #E8E2D2; display: inline-block; }
.drawer-links a:hover { color: #FCFAF4; text-decoration: underline; }
.drawer-note { color: #E8E2D2; font-size: 14.5px; }
.drawer p { color: #E8E2D2; font-size: 14.5px; }

.cab-plinth {
  background-color: #B4432E;
  color: #FCFAF4;
  text-align: center;
  padding: 22px 24px;
  border-top: 3px solid #7c2c1b;
  position: relative;
  z-index: 1;
}
.plinth-address { margin: 0 0 6px; font-size: 15px; color: #FCFAF4; }
.plinth-copy { margin: 0; font-size: 14px; color: #F7ECE6; }

/* ============================================================
   PAGE HEADING (services/contact shared)
   ============================================================ */
.page-heading {
  background-color: #F7F4EC;
  padding: 64px 5vw 30px;
  border-bottom: 1px solid #E3DECF;
}
.page-heading-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.page-eyebrow {
  display: inline-block;
  color: #B4432E;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
.page-heading h1 {
  font-size: clamp(30px, 4.5vw, 46px);
  color: #2B2A28;
  margin: 0 0 14px;
}
.page-intro { font-size: 18px; color: #3E5C50; }

/* ============================================================
   SERVICES CATALOGUE PAGE
   ============================================================ */
.catalogue { background-color: #FCFAF4; padding: 50px 5vw; }
.catalogue-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  max-width: 980px;
  margin: 0 auto 40px;
  padding: 10px 0 10px 0;
}
.catalogue-cost { display: flex; justify-content: center; padding-top: 6px; }
.cost-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #B4432E;
  border: 2px solid #7c2c1b;
  box-shadow: 0 0 0 4px #E3DECF;
  margin-top: 6px;
}
.catalogue-copy h2 { color: #2B2A28; font-size: 24px; }
.catalogue-copy h2::before { content: ""; }
.catalogue-copy p { color: #2B2A28; font-size: 16px; }
.catalogue-copy p { color: #2B2A28; margin-bottom: 10px; }

/* ============================================================
   PROCESS BAND
   ============================================================ */
.process-band { background-color: #3E5C50; color: #FCFAF4; padding: 60px 5vw; }
.process-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.process-inner h2 {
  font-size: clamp(24px, 3vw, 32px);
  color: #FCFAF4;
  margin-bottom: 24px;
}
.process-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  text-align: left;
}
.process-step {
  background-color: #4d6a5e;
  border: 1px solid #5b786c;
  padding: 18px 16px;
  border-radius: 8px;
  text-align: center;
}
.step-num {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #2B2A28;
  background-color: #C79A3F;
  padding: 2px 9px;
  border-radius: 10px;
  margin-bottom: 8px;
}
.process-step h3 { color: #FCFAF4; font-size: 17px; margin: 0 0 6px; }
.process-step p { color: #E8E2D2; font-size: 14px; }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band { background-color: #F7F4EC; padding: 60px 5vw; }
.cta-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background-color: #FCFAF4;
  border: 2px solid #3E5C50;
  padding: 42px 34px;
  position: relative;
}
.seal-cta {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
}
.cta-inner h2 { font-size: 28px; color: #2B2A28; }
.cta-inner p { color: #3E5C50; margin-bottom: 20px; }

/* ============================================================
   PAGE NOTE (contact intro block)
   ============================================================ */
.page-note { background-color: #FCFAF4; padding: 6px 24px 0; }
.page-note-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 22px 26px;
  background-color: #F7F4EC;
  border: 1px solid #E3DECF;
  border-left: 6px solid #B4432E;
}
.page-note-inner p { color: #2B2A28; font-size: 16.5px; margin: 0; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-layout {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 24px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 44px;
}
.contact-details h2, .contact-form-wrap h2 {
  color: #2B2A28;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 3px solid #B4432E;
}
.detail-card {
  background-color: #FCFAF4;
  border: 1px solid #E3DECF;
  border-left: 5px solid #3E5C50;
  padding: 16px 18px;
  margin-bottom: 18px;
}
.detail-card h3 { color: #3E5C50; font-size: 15px; letter-spacing: 0.04em; margin-bottom: 6px; text-transform: uppercase; }
.detail-card p { color: #2B2A28; font-size: 16px; }
.detail-card a { font-weight: bold; color: #2B2A28; }

.contact-form {
  background-color: #FCFAF4;
  border: 1px solid #E3DECF;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field-group { display: flex; flex-direction: column; }
.field-group--full { grid-column: 1 / -1; }
.field-group label {
  font-weight: bold;
  color: #2B2A28;
  margin-bottom: 5px;
  font-size: 14.5px;
}
.field-group input,
.field-group textarea {
  font-family: inherit;
  font-size: 15px;
  border: 1px solid #C7BFA6;
  background-color: #F7F4EC;
  color: #2B2A28;
  padding: 10px 12px;
  border-radius: 5px;
}
.field-group textarea { resize: vertical; }

/* Whole form currently uses full width for message/from/to in structural CSS */
#cfMessage { grid-column: 1 / -1; }

.form-note {
  grid-column: 1 / -1;
  font-size: 13.5px;
  color: #3E5C50;
  margin: 4px 0 0;
  text-align: left;
}
.contact-form-wrap .btn {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 6px;
  color: #FCFAF4;
}
.contact-form-wrap .btn:hover { color: #FCFAF4; }

/* FAQ BAND */
.faq-band { background-color: #FCFAF4; border-top: 1px solid #E3DECF; padding: 50px 24px 90px; }
.faq-inner { max-width: 820px; margin: 0 auto; }
.faq-inner h2 {
  font-size: 26px;
  color: #2B2A28;
  text-align: center;
  margin-bottom: 28px;
}
.faq-item { background-color: #F7F4EC; border: 1px solid #E3DECF; margin-bottom: 12px; }
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 17px;
  color: #2B2A28;
  font-weight: bold;
  padding: 16px 44px 16px 18px;
  cursor: pointer;
  position: relative;
}
.faq-question::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #B4432E;
}
.faq-item.is-open .faq-question::after { content: "–"; }
.faq-answer { display: none; padding: 0 18px 18px; color: #2B2A28; font-size: 15px; }
.faq-item.is-open .faq-answer { display: block; }

/* ============================================================
   Responsive tweaks
   ============================================================ */
@media (max-width: 1000px) {
  .easel-hero { grid-template-columns: 1fr; gap: 30px; padding: 40px 5vw; }
  .easel-stage { min-height: 0; }
  .studio-floor { display: none; }
  .hero-canvas { width: 100%; }
  .col-b { transform: none; }
  .critwall { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .process-steps { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .cab-drawers { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .palette-head-inner { flex-wrap: wrap; }
  .nav-toggle { display: inline-block; }
  .palette-nav {
    display: none;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .palette-nav.open { display: flex; }
  .hero-title { font-size: 30px; }
  .contact-form { grid-template-columns: 1fr; }
  .cab-countertop { text-align: center; flex-direction: column; }
  .cab-contact { text-align: center; }
}
