:root {
  --ivory: #f4eee2;
  --paper: #fffdf7;
  --ink: #241f1a;
  --charcoal: #0a0908;
  --gold: #d8a942;
  --gold-deep: #9a6c24;
  --taupe: #786b5d;
  --line: rgba(142, 105, 56, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--charcoal); }
body {
  margin: 0;
  color: var(--paper);
  background: radial-gradient(circle at 88% 4%, rgba(216,169,66,.24), transparent 26rem), radial-gradient(circle at 3% 24%, rgba(154,108,36,.15), transparent 30rem), linear-gradient(135deg, #050505, #14100a 48%, #070605);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem clamp(1rem, 4vw, 3rem);
  background: rgba(7, 6, 5, .88);
  border-bottom: 1px solid rgba(216,169,66,.42);
  backdrop-filter: blur(14px);
}
.brand {
  display: block;
  flex: 0 0 auto;
  width: clamp(155px, 18vw, 215px);
  padding: .28rem .45rem;
  background: #fff;
  border: 1px solid rgba(216,169,66,.6);
  box-shadow: 0 0 26px rgba(216,169,66,.14);
  text-decoration: none;
}
.brand img { width: 100%; height: auto; object-fit: contain; }
.nav { display: flex; gap: 1.1rem; }
.nav a { color: var(--paper); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(46rem, 88svh);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, .9fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 6.5rem) 0;
}
.hero-intro { min-width: 0; container-type: inline-size; }
.hero::before { content: ''; position: absolute; z-index: -1; width: min(52vw, 42rem); height: min(52vw, 42rem); right: 0; top: 4%; border-radius: 50%; background: radial-gradient(circle, rgba(216,169,66,.24), rgba(216,169,66,.05) 42%, transparent 70%); filter: blur(8px); }
.eyebrow { margin: 0 0 1.2rem; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero h1, .section-title, .statement h2 { font-family: Georgia, 'Times New Roman', serif; line-height: .98; letter-spacing: -.035em; }
.hero h1 { max-width: 100%; margin: 0; font-size: clamp(2rem, 12cqw, 4.8rem); overflow-wrap: anywhere; font-weight: 700; color: #fff; text-transform: uppercase; text-shadow: 0 10px 40px rgba(0,0,0,.5); }
.hero h1 em { color: var(--gold); font-style: normal; text-shadow: 0 0 28px rgba(216,169,66,.25); }
.hero-copy { max-width: 38rem; margin: 1.5rem 0 2rem; color: #d7cfc2; font-size: clamp(1rem, 2vw, 1.18rem); }
.hero-meta { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; margin-bottom: 2rem; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.35rem; color: #080706; background: linear-gradient(90deg, #b77d1e, #f0ca67, #b77d1e); border: 1px solid #f0ca67; text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; transition: transform .2s ease, background .2s ease; }
.cta:hover { transform: translateY(-2px); background: linear-gradient(90deg, #d9a83f, #fff0a6, #d9a83f); }
.hero-art { position: relative; justify-self: end; min-width: 0; width: min(100%, 520px); padding: clamp(1rem, 2.5vw, 1.6rem); overflow: hidden; background: radial-gradient(circle at 88% 18%, rgba(216,169,66,.26), transparent 12rem), linear-gradient(145deg, #0c0b09, #1b140b 54%, #080706); border: 1px solid rgba(240,202,103,.82); box-shadow: 0 30px 90px rgba(0,0,0,.62), 0 0 36px rgba(216,169,66,.22); }
.hero-art::before { content: ''; position: absolute; inset: .7rem; border: 1px solid rgba(240,202,103,.35); pointer-events: none; }
.hero-art img { position: relative; width: min(100%, 400px); height: auto; margin: 1.1rem auto 0; padding: .38rem; background: #fff; border: 1px solid rgba(240,202,103,.85); box-shadow: 0 18px 44px rgba(0,0,0,.46); }
.hero-art-label { position: relative; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .23em; text-align: center; text-transform: uppercase; }
.tool-list { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem 1rem; margin-top: 1.25rem; }
.tool-list span { padding-top: .55rem; color: #eee2cc; border-top: 1px solid rgba(216,169,66,.48); font-size: .68rem; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.hero-art-caption { position: relative; margin: 1.2rem 0 .1rem; color: #bdb2a5; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1rem, 2.2vw, 1.3rem); font-style: italic; text-align: center; }

.statement { position: relative; overflow: hidden; color: var(--ink); background: linear-gradient(135deg, rgba(255,255,255,.72), transparent 45%), var(--ivory); padding: clamp(4rem, 9vw, 8rem) 1rem; }
.statement::before, .statement::after { content: ''; position: absolute; width: 18rem; aspect-ratio: 1; border-radius: 50%; background: var(--gold); opacity: .2; }
.statement::before { top: -10rem; right: -7rem; }
.statement::after { bottom: -12rem; left: -8rem; }
.statement-inner { position: relative; z-index: 1; width: min(900px, 100%); margin: 0 auto; text-align: center; }
.statement h2 { margin: 0; font-size: clamp(3rem, 7vw, 6rem); text-transform: uppercase; }
.statement h2 span { display: block; color: var(--gold-deep); }
.statement p:last-child { max-width: 42rem; margin: 1.5rem auto 0; color: var(--taupe); font-size: 1rem; }

.portfolio-section { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: clamp(3.5rem, 7vw, 6rem) 0; color: var(--ink); background: var(--ivory); box-shadow: 0 0 0 100vmax var(--ivory); clip-path: inset(0 -100vmax); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(14rem, .55fr); gap: 2rem; align-items: end; margin-bottom: 2.5rem; }
.section-kicker { margin: 0 0 .8rem; color: var(--gold-deep); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.section-title { margin: 0; font-size: clamp(2.5rem, 6vw, 5rem); text-transform: uppercase; }
.section-note { color: var(--taupe); margin: 0; max-width: 32rem; }
.specialties { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.specialty { min-height: 9rem; padding: 1.2rem; background: rgba(255,255,255,.72); border: 1px solid rgba(154,108,36,.38); box-shadow: 0 15px 38px rgba(10,7,3,.08); }
.specialty strong { display: block; margin-bottom: .65rem; color: var(--gold-deep); font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; }
.specialty span { color: var(--taupe); font-size: .95rem; }
.project-gallery { margin-top: clamp(3.5rem, 8vw, 6rem); }
.project-group + .project-group { margin-top: clamp(3rem, 7vw, 5rem); padding-top: clamp(2.5rem, 6vw, 4rem); border-top: 1px solid var(--line); }
.gallery-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(14rem, .65fr); gap: 1.5rem; align-items: end; margin-bottom: 1.5rem; }
.gallery-title { margin: 0; color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.05; }
.gallery-note { max-width: 34rem; margin: 0; color: var(--taupe); }
.gallery-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(1.25rem, 3vw, 2.5rem); align-items: stretch; }
.gallery-item { display: flex; min-width: 0; flex-direction: column; margin: 0; padding: .6rem; background: var(--paper); border: 1px solid rgba(154,108,36,.3); box-shadow: 0 14px 34px rgba(10,7,3,.1); }
.gallery-item img { width: 100%; height: auto; object-fit: contain; background: #f4eee2; }
.gallery-item figcaption { min-height: 2.7em; padding: .7rem .25rem .25rem; color: var(--taupe); font-family: Georgia, 'Times New Roman', serif; font-size: .98rem; line-height: 1.35; }

.contact { padding: clamp(5rem, 12vw, 9rem) 1rem; text-align: center; color: var(--paper); background: radial-gradient(circle at 50% 0%, rgba(216,169,66,.2), transparent 27rem), #090807; border-top: 1px solid rgba(216,169,66,.45); }
.services { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem 1.4rem; max-width: 760px; margin: 1.6rem auto 2.3rem; color: #d7cfc2; font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.schedule-note, .quote-panel { width: min(920px, 100%); margin: 3rem auto 0; padding: clamp(1.25rem, 4vw, 2.8rem); text-align: left; border: 1px solid rgba(216,169,66,.45); }
.schedule-note { border-left: 3px solid var(--gold); background: rgba(255,255,255,.055); }
.schedule-note h3, .quote-panel h3 { margin: .65rem 0 .8rem; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.9rem, 4vw, 3.5rem); line-height: 1; text-transform: uppercase; }
.schedule-note > p, .quote-intro { max-width: 52rem; color: #d7cfc2; }
.schedule-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 1.5rem 0; }
.schedule-step { display: grid; gap: .4rem; padding-top: .8rem; border-top: 1px solid rgba(216,169,66,.5); }
.schedule-step strong { color: var(--gold); font-size: 1.1rem; letter-spacing: .12em; }
.schedule-step span { color: #eee2cc; font-size: .86rem; }
.schedule-payment { padding: .85rem 1rem; color: #f0dfb4 !important; background: rgba(216,169,66,.08); border: 1px solid rgba(216,169,66,.28); }
.schedule-payment strong { color: var(--gold); }
.quote-panel { margin-top: clamp(3rem, 7vw, 5rem); background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(216,169,66,.06)); box-shadow: 0 24px 70px rgba(0,0,0,.38); }
.quote-intro { margin: 1rem 0 1.8rem; }
.quote-form { display: grid; gap: 1rem; }
.quote-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.quote-form label { display: grid; gap: .4rem; color: #f0dfb4; font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: .82rem .9rem; color: var(--ink); background: var(--paper); border: 1px solid rgba(216,169,66,.55); border-radius: 0; font: inherit; letter-spacing: normal; text-transform: none; }
.quote-form textarea { min-height: 8.5rem; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 2px solid var(--gold); outline-offset: 2px; }
.quote-file-note { color: #d7cfc2; font-size: .82rem; font-weight: 400; letter-spacing: normal; text-transform: none; }
.quote-preview { width: fit-content; max-width: 100%; padding: .45rem; border: 1px solid rgba(216,169,66,.5); background: rgba(255,255,255,.08); }
.quote-preview img { width: min(230px, 100%); height: auto; object-fit: contain; }
.quote-submit { width: fit-content; min-height: 48px; padding: .85rem 1.25rem; color: #080706; background: linear-gradient(90deg, #b77d1e, #f0ca67, #b77d1e); border: 1px solid #f0ca67; cursor: pointer; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, filter .2s ease; }
.quote-submit:hover { transform: translateY(-2px); filter: brightness(1.12); }
.quote-helper, .quote-status { margin: 0; color: #bdb2a5; font-size: .78rem; }
.quote-status { min-height: 1.2em; color: #f0ca67; }
.website-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.quote-submit:disabled { cursor: wait; filter: saturate(.4); opacity: .72; transform: none; }
.instagram { display: inline-block; margin-top: 3rem; color: var(--gold); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.7rem, 5vw, 2.7rem); font-weight: 700; text-decoration-color: var(--gold); text-underline-offset: .35rem; }
.email-link { display: block; width: fit-content; max-width: 100%; margin: 1.1rem auto .9rem; padding-bottom: .35rem; color: var(--paper); font-size: clamp(.95rem, 2.2vw, 1.2rem); letter-spacing: .04em; text-decoration: none; border-bottom: 1px solid var(--gold); overflow-wrap: anywhere; }
.location { color: #d7cfc2; letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; }
footer { padding: 1.2rem; color: #9a8e80; text-align: center; font-size: .75rem; background: #090807; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .hero { min-height: auto; grid-template-columns: minmax(0, 1fr); }
  .hero-art { justify-self: center; width: min(100%, 520px); }
}
@media (max-width: 780px) {
  .nav a:first-child { display: none; }
  .hero { padding-top: 3.5rem; }
  .hero-copy { font-size: 1rem; }
  .section-heading { grid-template-columns: 1fr; }
  .specialties { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-heading { grid-template-columns: 1fr; gap: .6rem; }
}
@media (max-width: 520px) {
  .site-header { padding: .5rem .75rem; }
  .brand { width: 145px; }
  .nav { gap: .75rem; }
  .nav a { font-size: .68rem; letter-spacing: .08em; }
  .specialties, .quote-grid, .schedule-steps { grid-template-columns: 1fr; }
  .quote-submit { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .cta { transition: none; }
}
