/* ============================================================
   JX EngravePro LLC - Engraving and Craft Studio
   Light theme: warm ivory / studio peach / deep umber
   ============================================================ */

:root {
  --ivory: #FAF6EF;
  --peach: #DE8F5F;
  --peach-hover: #C9763F;
  --umber: #7A4423;
  --umber-text: #2B2522;
  --taupe: #9C8A76;
  --white: #FFFFFF;
  --peach-tint: #F7E4D2;
  --hairline: #F0DCC6;
  --link: #403731;
  --blurb: #F3D9C4;
  --legal-line: #E8C4A8;
  --metric-label: #FBEBDC;
}

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

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: #7A4423;
}

::selection {
  background-color: #DE8F5F;
  color: #FFFFFF;
}

:focus-visible {
  outline: 3px solid #DE8F5F;
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================================
   CSS ENGRAVING GLYPHS
   Main shapes use currentColor; accents use studio peach.
   ============================================================ */

.glyph {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
}

/* Chisel tool */
.chisel-glyph {
  width: 30px;
  height: 40px;
}
.chisel-handle {
  position: absolute;
  left: 10px;
  top: 1px;
  width: 10px;
  height: 15px;
  background: currentColor;
  border-radius: 5px 5px 2px 2px;
}
.chisel-collar {
  position: absolute;
  left: 7px;
  top: 16px;
  width: 16px;
  height: 4px;
  background: #DE8F5F;
  border-radius: 2px;
}
.chisel-blade {
  position: absolute;
  left: 9px;
  top: 20px;
  width: 12px;
  height: 14px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 0, 62% 100%, 38% 100%);
}

/* Trophy cup */
.trophy-glyph {
  width: 40px;
  height: 44px;
}
.trophy-cup {
  position: absolute;
  left: 9px;
  top: 2px;
  width: 22px;
  height: 20px;
  background: currentColor;
  border-radius: 11px 11px 3px 3px;
}
.trophy-handle {
  position: absolute;
  top: 7px;
  width: 7px;
  height: 13px;
  border: 3px solid currentColor;
  border-radius: 50%;
}
.t-handle-left {
  left: 1px;
}
.t-handle-right {
  right: 1px;
}
.trophy-stem {
  position: absolute;
  left: 18px;
  top: 22px;
  width: 4px;
  height: 9px;
  background: currentColor;
}
.trophy-base {
  position: absolute;
  left: 11px;
  top: 31px;
  width: 18px;
  height: 5px;
  background: currentColor;
  border-radius: 2px;
}
.trophy-star {
  position: absolute;
  left: 16px;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #DE8F5F;
  transform: rotate(45deg);
  border-radius: 1px;
}

/* Plaque with rosette */
.plaque-glyph {
  width: 44px;
  height: 44px;
}
.plaque-board {
  position: absolute;
  left: 4px;
  top: 3px;
  width: 36px;
  height: 32px;
  background: currentColor;
  border-radius: 5px;
}
.plaque-rosette {
  position: absolute;
  left: 13px;
  top: 6px;
  width: 18px;
  height: 18px;
  background: #DE8F5F;
  border-radius: 50%;
}
.plaque-rosette::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.plaque-line {
  position: absolute;
  height: 2px;
  background: #DE8F5F;
  border-radius: 2px;
}
.plaque-line.l1 {
  left: 10px;
  top: 26px;
  width: 24px;
}
.plaque-line.l2 {
  left: 14px;
  top: 30px;
  width: 16px;
}

/* Laser engraving machine over a workpiece */
.laser-glyph {
  width: 48px;
  height: 46px;
}
.laser-head {
  position: absolute;
  left: 17px;
  top: 0;
  width: 14px;
  height: 10px;
  background: currentColor;
  border-radius: 3px 3px 1px 1px;
}
.laser-head::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 4px;
  height: 4px;
  background: currentColor;
}
.laser-beam {
  position: absolute;
  left: 23px;
  top: 14px;
  width: 2px;
  height: 14px;
  background: #DE8F5F;
}
.laser-beam::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 6px;
  height: 3px;
  background: #DE8F5F;
  border-radius: 50%;
}
.workpiece {
  position: absolute;
  left: 2px;
  top: 30px;
  width: 44px;
  height: 10px;
  background: currentColor;
  border-radius: 3px;
}
.workpiece-grain {
  position: absolute;
  height: 2px;
  background: #DE8F5F;
  border-radius: 2px;
}
.workpiece-grain.wg1 {
  left: 8px;
  top: 34px;
  width: 28px;
}
.workpiece-grain.wg2 {
  left: 14px;
  top: 38px;
  width: 18px;
}

/* Diamond-brilliant star */
.diamond-glyph {
  width: 44px;
  height: 44px;
}
.diamond-star {
  position: absolute;
  left: 13px;
  top: 10px;
  width: 18px;
  height: 18px;
  background: #DE8F5F;
  transform: rotate(45deg);
  border-radius: 3px;
}
.diamond-star::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 6px;
  height: 6px;
  background: currentColor;
  transform: rotate(45deg);
}
.diamond-spark {
  position: absolute;
  width: 14px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}
.diamond-spark.spark-one {
  left: 4px;
  top: 21px;
  transform: rotate(-45deg);
}
.diamond-spark.spark-two {
  left: 26px;
  top: 10px;
  transform: rotate(-45deg);
}

/* Wood-grain slat */
.wood-glyph {
  width: 48px;
  height: 40px;
}
.wood-slat {
  position: absolute;
  left: 3px;
  top: 6px;
  width: 42px;
  height: 28px;
  background: currentColor;
  border-radius: 4px;
}
.wood-grain {
  position: absolute;
  height: 2px;
  background: #DE8F5F;
  border-radius: 2px;
}
.wood-grain.g1 {
  left: 9px;
  top: 12px;
  width: 24px;
}
.wood-grain.g2 {
  left: 14px;
  top: 18px;
  width: 18px;
}
.wood-grain.g3 {
  left: 9px;
  top: 24px;
  width: 28px;
}

/* Banner strip glyph accents: peach accents would vanish on a peach
   strip, so swap them to deep umber for contrast. */
.banner-glyphs .trophy-star,
.banner-glyphs .laser-beam,
.banner-glyphs .laser-beam::after,
.banner-glyphs .chisel-collar {
  background: #7A4423;
}

/* White chisel inside the peach wordmark markers */
.wordmark-mark .chisel-collar,
.footer-wordmark-mark .chisel-collar {
  background: #FFFFFF;
}
.wordmark-mark .chisel-glyph,
.footer-wordmark-mark .chisel-glyph {
  transform: scale(0.72);
  transform-origin: center center;
}

/* ============================================================
   BUTTONS
   ============================================================ */

.btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.btn-primary {
  background-color: #DE8F5F;
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: #C9763F;
  color: #FFFFFF;
}
.btn-outline {
  border-color: #7A4423;
  color: #7A4423;
  background-color: #FFFFFF;
}
.btn-outline:hover {
  background-color: #F7E4D2;
  color: #7A4423;
}

/* ============================================================
   GIANT WORDMARK MASTHEAD (.giant-nav)
   ============================================================ */

.giant-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #FAF6EF;
  border-bottom: 1px solid #F0DCC6;
}

.giant-nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 24px 8px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.wordmark-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #DE8F5F;
  border-radius: 4px;
  flex: 0 0 auto;
}

.wordmark-text {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #7A4423;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 12px 24px 16px;
}

.main-nav-link {
  display: inline-block;
  padding: 4px 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: #403731;
  transition: color 0.25s ease;
}
.main-nav-link:hover {
  color: #DE8F5F;
}
.main-nav-link.is-current {
  color: #7A4423;
}

.nav-hairline {
  width: 1px;
  height: 15px;
  background-color: #F0DCC6;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle-bar {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #7A4423;
  border-radius: 2px;
}

/* ============================================================
   BANNER-STRIP HERO (.banner-hero)
   ============================================================ */

.banner-hero {
  background-color: #FAF6EF;
}

.banner-strip {
  background-color: #DE8F5F;
  padding: 20px 24px;
}

.banner-glyphs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  color: #FFFFFF;
  min-height: 50px;
}

.banner-hairline {
  width: 1px;
  height: 36px;
  background-color: #FFFFFF;
}

.banner-hero-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 58px 24px 72px;
  text-align: center;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #7A4423;
  color: #FFFFFF;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 9px 20px;
  border-radius: 999px;
  margin-bottom: 28px;
}

.banner-hero h1 {
  font-size: 48px;
  line-height: 1.12;
  color: #7A4423;
  margin-bottom: 24px;
  font-weight: 700;
}

.banner-hero h1 .peach-word {
  color: #DE8F5F;
}

.hero-subcopy {
  font-size: 18px;
  line-height: 1.75;
  color: #403731;
  max-width: 720px;
  margin: 0 auto 34px;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.hero-statline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #F0DCC6;
  padding-top: 30px;
}

.hero-stat {
  padding: 0 42px;
  text-align: center;
}
.hero-stat:not(:first-child) {
  border-left: 1px solid #DE8F5F;
}

.hero-stat-num {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #7A4423;
}

.hero-stat-label {
  display: block;
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9C8A76;
}

/* ============================================================
   SECTION 1 - MAGAZINE COLLAGE (.magazine-collage)
   ============================================================ */

.magazine-collage {
  background-color: #FAF6EF;
  padding: 12px 0 96px;
}

.collage-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.collage-lead {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.collage-lead h2 {
  font-size: 34px;
  color: #7A4423;
  margin-bottom: 16px;
}

.collage-lead p {
  font-size: 17px;
  line-height: 1.75;
  color: #403731;
}

.magazine-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.tile {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #F0DCC6;
  border-radius: 6px;
  padding: 32px 28px;
}

.tile::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background-color: #DE8F5F;
  border-radius: 50%;
}

.tile-glyph {
  display: block;
  color: #7A4423;
  margin-bottom: 18px;
}

.tile h3 {
  font-size: 22px;
  color: #7A4423;
  margin-bottom: 12px;
  line-height: 1.3;
}

.tile p {
  font-size: 15px;
  line-height: 1.7;
  color: #403731;
}

.tile-1 {
  grid-column: 1 / 4;
}
.tile-2 {
  grid-column: 4 / 7;
  margin-top: 26px;
}
.tile-3 {
  grid-column: 1 / 3;
}
.tile-4 {
  grid-column: 3 / 5;
  margin-top: 24px;
}
.tile-5 {
  grid-column: 5 / 7;
}

/* ============================================================
   SECTION 2 - METRIC BAND (.metric-band)
   ============================================================ */

.metric-band {
  background-color: #DE8F5F;
  padding: 56px 0;
}

.metric-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.metric {
  text-align: center;
  padding: 0 20px;
}
.metric:not(:first-child) {
  border-left: 1px solid #FFFFFF;
}

.metric-num {
  display: block;
  font-size: 44px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.15;
}

.metric-label {
  display: block;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FBEBDC;
}

/* ============================================================
   SECTION 3 - STATEMENT BAND (.statement-band)
   ============================================================ */

.statement-band {
  background-color: #FFFFFF;
  padding: 88px 0;
}

.statement-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px 0 64px;
  border-left: 4px solid #DE8F5F;
}

.statement-inner p {
  font-size: 27px;
  line-height: 1.55;
  color: #7A4423;
  font-weight: 700;
}

/* ============================================================
   SECTION 4 - CTA BAND (.cta-band)
   ============================================================ */

.cta-band {
  background-color: #F7E4D2;
  padding: 82px 0;
  text-align: center;
}

.cta-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
}

.cta-inner h2 {
  font-size: 36px;
  color: #7A4423;
  margin-bottom: 18px;
  line-height: 1.2;
}

.cta-inner p {
  font-size: 17px;
  line-height: 1.75;
  color: #403731;
  margin-bottom: 32px;
}

/* ============================================================
   TWO-COLUMN WIDE FOOTER (.two-col-footer)
   ============================================================ */

.two-col-footer {
  background-color: #7A4423;
  color: #FFFFFF;
  padding: 58px 0 40px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 48px;
}

.footer-wordmark {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.footer-wordmark-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background-color: #DE8F5F;
  border-radius: 3px;
}

.footer-wordmark-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}

.footer-blurb {
  color: #F3D9C4;
  line-height: 1.7;
  margin-bottom: 22px;
  max-width: 460px;
}

.footer-legal {
  color: #E8C4A8;
  font-size: 14px;
  line-height: 1.8;
}
.footer-legal a {
  color: #F3D9C4;
  text-decoration: none;
}
.footer-legal a:hover {
  color: #DE8F5F;
  text-decoration: underline;
}

.footer-contact {
  color: #FFFFFF;
}

.footer-contact-line {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
}
.footer-contact-line a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-contact-line a:hover {
  color: #DE8F5F;
  text-decoration: underline;
}

.footer-links {
  list-style: none;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.footer-links a {
  color: #F3D9C4;
  text-decoration: none;
  font-size: 14px;
}
.footer-links a:hover {
  color: #DE8F5F;
  text-decoration: underline;
}

/* ============================================================
   SECONDARY PAGES (services / contact)
   ============================================================ */

.page-hero {
  background-color: #FAF6EF;
  border-bottom: 1px solid #F0DCC6;
  padding: 64px 0 72px;
  text-align: center;
}

.page-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.page-hero h1 {
  font-size: 44px;
  color: #7A4423;
  margin-bottom: 20px;
  line-height: 1.15;
}

.page-hero .eyebrow-chip {
  margin-bottom: 22px;
}

.page-hero p {
  font-size: 18px;
  line-height: 1.75;
  color: #403731;
}

/* Services page */
.services-page-main {
  background-color: #FAF6EF;
  padding: 70px 0 40px;
}

.services-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

.service-block {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  background-color: #FFFFFF;
  border: 1px solid #F0DCC6;
  border-radius: 6px;
  padding: 38px 36px;
  margin-bottom: 30px;
}

.service-block .glyph {
  color: #7A4423;
  margin-top: 4px;
}

.service-block h2 {
  font-size: 26px;
  color: #7A4423;
  margin-bottom: 14px;
  line-height: 1.3;
}

.service-block p {
  color: #403731;
  line-height: 1.7;
  margin-bottom: 12px;
  font-size: 16px;
}

.service-block p:last-child {
  margin-bottom: 0;
}

.service-features {
  list-style: none;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.service-features li {
  background-color: #F7E4D2;
  color: #7A4423;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 7px 14px;
  border-radius: 999px;
}

.process-heading {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 48px;
}
.process-heading h2 {
  font-size: 34px;
  color: #7A4423;
  margin-bottom: 14px;
}
.process-heading p {
  color: #403731;
  font-size: 17px;
  line-height: 1.7;
}

.process-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.process-step {
  background-color: #FFFFFF;
  border: 1px solid #F0DCC6;
  border-top: 4px solid #DE8F5F;
  border-radius: 6px;
  padding: 28px 22px;
  text-align: center;
}

.process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #7A4423;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.process-step h3 {
  font-size: 18px;
  color: #7A4423;
  margin-bottom: 10px;
  line-height: 1.3;
}

.process-step p {
  font-size: 14px;
  line-height: 1.65;
  color: #403731;
}

/* Contact page */
.contact-main {
  background-color: #FAF6EF;
  padding: 70px 0 40px;
}

.contact-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
  align-items: start;
}

.contact-form {
  background-color: #FFFFFF;
  border: 1px solid #F0DCC6;
  border-radius: 6px;
  padding: 40px 36px;
}

.contact-form h2 {
  font-size: 26px;
  color: #7A4423;
  margin-bottom: 8px;
}

.contact-form-intro {
  color: #403731;
  margin-bottom: 26px;
  font-size: 15px;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #7A4423;
  margin-bottom: 8px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  color: #2B2522;
  background-color: #FAF6EF;
  border: 1px solid #F0DCC6;
  border-radius: 4px;
  padding: 12px 14px;
}
.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: 3px solid #DE8F5F;
  outline-offset: 0;
  border-color: #DE8F5F;
}

.form-status {
  display: none;
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.6;
  color: #403731;
  background-color: #F7E4D2;
}
.form-status.is-sending {
  display: block;
}

.info-card {
  background-color: #7A4423;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 36px 32px;
  margin-bottom: 24px;
}

.info-card h2 {
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.info-line {
  margin-bottom: 14px;
  line-height: 1.6;
}
.info-line a {
  color: #F3D9C4;
  text-decoration: none;
}
.info-line a:hover {
  color: #DE8F5F;
  text-decoration: underline;
}

.info-label {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #DE8F5F;
  margin-bottom: 3px;
}

.hours-list {
  list-style: none;
}
.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #B8653A;
  color: #F3D9C4;
  font-size: 15px;
}
.hours-list li:last-child {
  border-bottom: none;
}

/* FAQ accordion */
.faq-section {
  background-color: #FFFFFF;
  border: 1px solid #F0DCC6;
  border-radius: 6px;
  padding: 36px;
  margin-top: 40px;
}

.faq-section h2 {
  font-size: 26px;
  color: #7A4423;
  margin-bottom: 24px;
}

.faq-item {
  border-bottom: 1px solid #F0DCC6;
}
.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 18px 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  color: #7A4423;
}

.faq-question::after {
  content: "+";
  float: right;
  color: #DE8F5F;
  font-size: 22px;
  line-height: 1;
}

.faq-item.is-open .faq-question::after {
  content: "–";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer-inner {
  padding: 0 4px 20px;
  color: #403731;
  line-height: 1.7;
}

/* ============================================================
   SCROLL REVEAL (safe without JavaScript)
   ============================================================ */

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 960px) {
  .metric-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }
  .metric:nth-child(3) {
    border-left: none;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .wordmark-text {
    font-size: 42px;
  }
  .banner-hero h1 {
    font-size: 40px;
  }
}

@media (max-width: 760px) {
  .giant-nav-inner {
    justify-content: space-between;
    padding: 14px 16px 6px;
  }
  .wordmark-text {
    font-size: 30px;
  }
  .wordmark-mark {
    width: 28px;
    height: 28px;
  }
  .nav-toggle {
    display: flex;
  }
  .main-nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 10px 16px 18px;
    border-top: 1px solid #F0DCC6;
    background-color: #FAF6EF;
  }
  .main-nav.is-open {
    display: flex;
  }
  .main-nav-link {
    padding: 10px 0;
    width: 100%;
  }
  .nav-hairline {
    display: none;
  }

  .banner-strip {
    padding: 14px 16px;
  }
  .banner-glyphs {
    gap: 18px;
  }
  .banner-glyphs .glyph {
    transform: scale(0.82);
  }
  .banner-hairline {
    height: 30px;
  }

  .banner-hero h1 {
    font-size: 32px;
  }
  .hero-subcopy {
    font-size: 16px;
  }
  .hero-statline {
    flex-direction: column;
    gap: 22px;
  }
  .hero-stat:not(:first-child) {
    border-left: none;
    border-top: 1px solid #DE8F5F;
    padding-top: 20px;
  }

  .magazine-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .tile-1,
  .tile-2,
  .tile-3,
  .tile-4,
  .tile-5 {
    grid-column: 1 / 2;
    margin-top: 0;
  }
  .collage-lead h2 {
    font-size: 28px;
  }

  .statement-inner {
    padding-left: 32px;
  }
  .statement-inner p {
    font-size: 21px;
  }

  .cta-inner h2 {
    font-size: 28px;
  }

  .service-block {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 28px 22px;
  }
  .service-block .glyph {
    margin-bottom: 10px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 28px 20px;
  }
  .faq-section {
    padding: 26px 20px;
  }

  .page-hero h1 {
    font-size: 32px;
  }
}
