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

:root {
  --paper:   #faf8f5;
  --paper2:  #f2eee7;
  --ink:     #16150f;
  --ink2:    #3d3a33;
  --muted:   #6f6a60;
  --line:    #ddd6c9;
  --gold:    #a8842c;
  --gold-lt: #c9a84c;
  --sans:    'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --serif:   'Cormorant Garamond', Georgia, serif;
  --wrap:    1180px;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink2);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }

/* ---------- header ---------- */
#site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,248,245,0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--wrap); margin: 0 auto; padding: 0 28px;
  height: 72px; display: flex; align-items: center; gap: 32px;
}
.logo {
  font-weight: 800; font-size: 1.25rem; letter-spacing: .16em;
  text-decoration: none; color: var(--ink); white-space: nowrap;
}
.logo span { color: var(--gold); }
#site-header nav { margin-left: auto; display: flex; gap: 30px; }
#site-header nav a {
  text-decoration: none; color: var(--ink2);
  font-size: .74rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  padding: 6px 0; border-bottom: 2px solid transparent; transition: .2s;
}
#site-header nav a:hover { color: var(--ink); border-bottom-color: var(--gold); }
.header-cta {
  background: var(--ink); color: var(--paper); text-decoration: none;
  padding: 12px 22px; font-size: .72rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase; transition: .2s;
  white-space: nowrap;
}
.header-cta:hover { background: var(--gold); color: var(--ink); }
.nav-toggle { display: none; margin-left: auto; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 78vh; display: flex; align-items: flex-end; overflow: hidden; }
.hero img.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(10,9,6,.34) 0%, rgba(10,9,6,.20) 45%, rgba(10,9,6,.80) 100%);
}
.hero .wrap { position: relative; z-index: 2; padding-top: 110px; padding-bottom: 72px; width: 100%; }
.eyebrow {
  font-size: .72rem; font-weight: 700; letter-spacing: .26em;
  text-transform: uppercase; color: var(--gold-lt); margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(2.3rem, 5.6vw, 4.5rem); font-weight: 800; line-height: 1.03;
  letter-spacing: -.02em; color: #fff; max-width: 17ch; margin-bottom: 22px;
}
.hero p.lede {
  color: rgba(255,255,255,.9); font-size: clamp(1rem, 1.5vw, 1.18rem);
  max-width: 54ch; margin-bottom: 32px;
}
.btn {
  display: inline-block; background: var(--gold); color: var(--ink);
  text-decoration: none; padding: 15px 34px; font-weight: 700;
  font-size: .76rem; letter-spacing: .14em; text-transform: uppercase;
  border: 0; cursor: pointer; transition: .2s;
}
.btn:hover { background: #fff; }
.btn-outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.55); margin-left: 10px; }
.btn-outline:hover { background: #fff; color: var(--ink); }

/* ---------- sections ---------- */
section { padding: 96px 0; }
.section-label {
  font-size: .7rem; font-weight: 700; letter-spacing: .24em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}
h2.section-title {
  font-size: clamp(1.9rem, 3.4vw, 2.9rem); font-weight: 800;
  line-height: 1.1; letter-spacing: -.015em; color: var(--ink); margin-bottom: 20px;
}
.rule { width: 62px; height: 3px; background: var(--gold); margin-bottom: 26px; }

/* about */
#about { background: var(--paper2); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-grid p { margin-bottom: 16px; max-width: 56ch; }
.about-grid figure img { width: 100%; height: 420px; object-fit: cover; }
figcaption { font-size: .74rem; color: var(--muted); margin-top: 10px; letter-spacing: .04em; }

/* services */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { background: var(--paper); padding: 40px 32px; transition: .25s; }
.service-card:hover { background: #fff; }
.service-num {
  font-family: var(--serif); font-size: 2.1rem; font-style: italic;
  color: var(--gold); line-height: 1; margin-bottom: 14px;
}
.service-name { font-weight: 700; font-size: 1.06rem; color: var(--ink); margin-bottom: 10px; }
.service-desc { font-size: .93rem; color: var(--muted); }

/* band */
.band { position: relative; min-height: 380px; display: flex; align-items: center; overflow: hidden; }
.band img.band-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.band::after { content: ""; position: absolute; inset: 0; background: rgba(12,10,6,.6); z-index: 1; }
.band .wrap { position: relative; z-index: 2; text-align: center; }
.band blockquote {
  font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.3rem);
  font-style: italic; color: #fff; max-width: 22ch; margin: 0 auto; line-height: 1.28;
}

/* gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-item { position: relative; overflow: hidden; background: var(--paper2); }
.gallery-item img { width: 100%; height: 240px; object-fit: cover; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 16px 12px;
  background: linear-gradient(transparent, rgba(10,9,6,.86));
  color: #fff; font-size: .76rem; letter-spacing: .05em;
  opacity: 0; transition: opacity .3s;
}
.gallery-item:hover .gallery-cap { opacity: 1; }

/* contact */
#contact { background: var(--paper2); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.contact-detail { margin-top: 22px; }
.contact-detail strong {
  display: block; font-size: .68rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 4px;
}
.contact-detail a, .contact-detail span { color: var(--ink); font-size: 1.05rem; text-decoration: none; }
.contact-detail a:hover { color: var(--gold); }
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block; font-size: .68rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 7px; font-weight: 600;
}
.form-group input, .form-group textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--line);
  background: var(--paper); font-family: var(--sans); font-size: .95rem; color: var(--ink);
}
.form-group input:focus, .form-group textarea:focus { outline: 2px solid var(--gold); border-color: transparent; }
.form-group textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: .78rem; color: var(--muted); margin-top: 12px; }
.hp { position: absolute; left: -9999px; }

/* footer */
footer { background: var(--ink); color: rgba(255,255,255,.62); padding: 44px 0; font-size: .85rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: center; }
footer a { color: var(--gold-lt); text-decoration: none; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  section { padding: 68px 0; }
  .about-grid figure img { height: 300px; }
}
@media (max-width: 640px) {
  #site-header nav { display: none; }
  #site-header nav.open {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 72px; left: 0; right: 0;
    background: var(--paper); border-bottom: 1px solid var(--line); padding: 8px 28px 18px;
  }
  #site-header nav.open a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; gap: 10px; }
  .gallery-item img { height: 260px; }
  .gallery-cap { opacity: 1; }
  .btn-outline { margin-left: 0; margin-top: 10px; }
}

/* service cards as links */
a.service-card { display: block; text-decoration: none; color: inherit; }
.card-more {
  display: inline-block; margin-top: 16px; font-size: .72rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold);
}
a.service-card:hover .card-more { color: var(--ink); }

/* logo wordmark: ARTSHOT Services — ARTSHOT is one word, no gap inside it */
.logo { display: inline-block; }
.logo span { margin: 0; }
.logo em {
  font-style: normal; font-weight: 600; font-size: .62rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--muted);
  margin-left: 10px;
}
