:root {
  --ink: #17211f;
  --muted: #62706b;
  --paper: #f7f4ee;
  --soft: #ebe5d9;
  --sage: #6f8678;
  --clay: #a66f55;
  --charcoal: #26302e;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(23, 33, 31, .76), rgba(23, 33, 31, 0));
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; font-size: 13px; }
.nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 600; }
.nav a { opacity: .92; }
.header-cta { padding: 11px 16px; border: 1px solid rgba(255,255,255,.58); border-radius: 999px; font-size: 14px; font-weight: 700; }
.hero { position: relative; min-height: 92vh; display: grid; align-items: end; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background-image: url('assets/optimized/hero.jpg'); background-size: cover; background-position: center; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18, 27, 25, .84), rgba(18, 27, 25, .4) 48%, rgba(18, 27, 25, .08)), linear-gradient(0deg, rgba(18, 27, 25, .54), rgba(18, 27, 25, 0) 45%); }
.hero-content { position: relative; z-index: 2; max-width: 780px; padding: 150px clamp(20px, 6vw, 78px) 150px; color: var(--white); }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--sage); text-transform: uppercase; letter-spacing: 0; font-size: 12px; font-weight: 800; }
.hero .eyebrow { color: #dfe9df; }
h1 { margin: 0; font-size: clamp(58px, 10vw, 132px); line-height: .88; letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(34px, 5vw, 68px); line-height: 1.02; letter-spacing: 0; }
h3 { letter-spacing: 0; }
.hero-copy { max-width: 610px; margin: 26px 0 0; font-size: clamp(18px, 2vw, 24px); line-height: 1.45; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; cursor: pointer; }
.button.primary { background: var(--clay); color: var(--white); }
.button.ghost { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.hero-strip { position: absolute; z-index: 3; left: clamp(20px, 6vw, 78px); right: clamp(20px, 6vw, 78px); bottom: 26px; display: grid; grid-template-columns: repeat(4, 1fr); color: var(--white); border-top: 1px solid rgba(255,255,255,.42); }
.hero-strip span { padding-top: 16px; font-weight: 700; }
.section { padding: 88px clamp(20px, 6vw, 78px); }
.intro { max-width: 1100px; }
.intro p, .contact-copy p { max-width: 760px; font-size: 19px; line-height: 1.7; color: var(--muted); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.text-link { font-weight: 800; color: var(--clay); }
.collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.collection-card { min-height: 370px; display: flex; flex-direction: column; justify-content: end; padding: 24px; color: var(--white); border-radius: 8px; overflow: hidden; background-size: cover; background-position: center; box-shadow: inset 0 -190px 96px rgba(0,0,0,.58); }
.collection-card span { font-weight: 800; opacity: .78; }
.collection-card h3 { margin: 14px 0 8px; font-size: 24px; }
.collection-card p { margin: 0; line-height: 1.55; color: rgba(255,255,255,.9); }
.tv-wall { background-image: url('assets/optimized/living-wide.jpg'); }
.tall-wall { background-image: url('assets/optimized/tall-wall.jpg'); }
.bath-wall { background-image: url('assets/optimized/bath.jpg'); }
.bedroom-wall { background-image: url('assets/optimized/bedroom.jpg'); }
.band { background: var(--charcoal); color: var(--white); padding: 78px clamp(20px, 6vw, 78px); }
.band-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: start; }
.steps { display: grid; gap: 12px; }
.steps div { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.steps span { color: rgba(255,255,255,.74); line-height: 1.6; }
.project-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 16px; }
.project-tile { min-height: 300px; display: flex; align-items: end; padding: 22px; border-radius: 8px; color: var(--white); font-weight: 800; background-size: cover; background-position: center; box-shadow: inset 0 -150px 90px rgba(0,0,0,.58); }
.project-living { background-image: url('assets/optimized/tv.jpg'); }
.project-panel { background-image: url('assets/optimized/panel.jpg'); }
.project-bath { background-image: url('assets/optimized/bath.jpg'); }
.instagram-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 42px; padding: 88px clamp(20px, 6vw, 78px); background: #fffaf1; align-items: center; }
.instagram-copy p { max-width: 540px; margin: 18px 0 28px; font-size: 18px; line-height: 1.65; color: var(--muted); }
.instagram-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-auto-rows: 190px; gap: 14px; }
.instagram-tile { position: relative; display: flex; align-items: end; min-height: 190px; padding: 18px; border-radius: 8px; overflow: hidden; color: var(--white); font-weight: 800; background-color: #8b958b; }
.instagram-tile::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(23,33,31,.04), rgba(23,33,31,.66)); }
.instagram-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.instagram-tile span { position: relative; z-index: 2; }
.tile-a { grid-row: span 2; }
.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.faq-grid article { min-height: 230px; padding: 24px; border: 1px solid rgba(23,33,31,.12); border-radius: 8px; background: rgba(255,255,255,.5); }
.faq-grid h3 { margin: 0 0 12px; font-size: 22px; }
.faq-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.brand-info { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; padding: 72px clamp(20px, 6vw, 78px); background: var(--charcoal); color: var(--white); align-items: center; }
.brand-info h2 { font-size: clamp(30px, 4vw, 52px); }
.brand-info-list { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.brand-info-list a { padding: 13px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); font-weight: 800; }
.keyword-links { padding: 84px clamp(20px, 6vw, 78px); background: #fbf7ef; }
.keyword-links h2 { max-width: 850px; margin-bottom: 28px; }
.keyword-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.keyword-grid a { padding: 13px 16px; border-radius: 999px; background: var(--white); border: 1px solid rgba(23,33,31,.12); color: var(--charcoal); font-weight: 800; }
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; padding: 88px clamp(20px, 6vw, 78px); background: var(--soft); }
.contact-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.contact-links a { padding: 12px 15px; border-radius: 999px; background: rgba(255,255,255,.68); color: var(--charcoal); font-weight: 800; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 800; color: var(--muted); }
.contact-form label:nth-of-type(4) { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid rgba(23,33,31,.16); border-radius: 8px; padding: 14px 13px; font: inherit; color: var(--ink); background: var(--white); }
textarea { resize: vertical; }
.contact-form button { justify-self: start; border: 0; }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px clamp(20px, 6vw, 78px); background: var(--ink); color: rgba(255,255,255,.78); font-weight: 700; }
.thanks-page { min-height: 100vh; display: grid; place-items: center; background: var(--charcoal); color: var(--white); }
.thanks { width: min(760px, calc(100% - 36px)); padding: 48px; border-radius: 8px; background: rgba(255,255,255,.08); }
.thanks-brand { margin-bottom: 34px; }
.thanks h1 { font-size: clamp(44px, 8vw, 86px); }
.thanks p { max-width: 520px; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.65; }
.button.dark { color: var(--white); border-color: rgba(255,255,255,.45); }
.service-page { min-height: 100vh; background: var(--charcoal); color: var(--white); padding: 28px clamp(18px, 5vw, 64px); }
.service-brand { color: var(--white); margin-bottom: 46px; }
.service-hero { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: center; min-height: calc(100vh - 120px); }
.service-hero h1 { font-size: clamp(42px, 6vw, 88px); line-height: .96; }
.service-hero p { max-width: 620px; color: rgba(255,255,255,.78); font-size: 20px; line-height: 1.65; }
.service-hero img { width: 100%; height: min(72vh, 720px); object-fit: cover; border-radius: 8px; }
.gallery-page { min-height: 100vh; background: var(--charcoal); color: var(--white); padding: 28px clamp(18px, 5vw, 64px) 72px; }
.gallery-head { max-width: 980px; padding: 44px 0; }
.gallery-head h1 { font-size: clamp(44px, 8vw, 94px); line-height: .94; }
.gallery-head p { max-width: 680px; color: rgba(255,255,255,.78); font-size: 20px; line-height: 1.65; }
.full-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.full-gallery img { width: 100%; height: 360px; object-fit: cover; border-radius: 8px; }
.full-gallery img:nth-child(1), .full-gallery img:nth-child(8) { grid-column: span 2; }
.gallery-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.info-page { background: var(--charcoal); }
.info-hero { display: grid; grid-template-columns: .94fr 1.06fr; gap: 42px; align-items: center; min-height: calc(100vh - 120px); }
.info-hero h1 { font-size: clamp(42px, 6vw, 88px); line-height: .96; }
.info-hero p { max-width: 680px; color: rgba(255,255,255,.78); font-size: 20px; line-height: 1.65; }
.info-hero img { width: 100%; height: min(72vh, 720px); object-fit: cover; border-radius: 8px; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 48px; }
.info-grid article { padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.06); }
.info-grid h2 { font-size: 26px; margin-bottom: 12px; }
.info-grid p { color: rgba(255,255,255,.74); line-height: 1.65; }
.contact-methods { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.contact-methods a { padding: 13px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); color: var(--white); font-weight: 800; }
.info-contact-form { padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.08); }
.info-contact-form label { color: rgba(255,255,255,.78); }
.info-contact-form label:nth-of-type(3), .info-contact-form label:nth-of-type(4) { grid-column: auto; }
.info-contact-form label:nth-of-type(5) { grid-column: 1 / -1; }
@media (max-width: 980px) {
  .nav { display: none; }
  .hero { min-height: 86vh; }
  .hero-content { padding-bottom: 132px; }
  .hero-strip { grid-template-columns: repeat(2, 1fr); row-gap: 10px; }
  .collection-grid, .band-inner, .project-grid, .instagram-section, .faq-grid, .brand-info, .contact { grid-template-columns: 1fr; }
  .brand-info-list { justify-content: flex-start; }
  .service-hero { grid-template-columns: 1fr; min-height: auto; }
  .service-hero img { height: auto; max-height: 620px; }
  .info-hero, .info-grid { grid-template-columns: 1fr; min-height: auto; }
  .info-hero img { height: auto; max-height: 620px; }
  .full-gallery { grid-template-columns: 1fr 1fr; }
  .full-gallery img:nth-child(1), .full-gallery img:nth-child(8) { grid-column: span 1; }
  .collection-card { min-height: 280px; }
  .instagram-grid { grid-auto-rows: 165px; }
}
@media (max-width: 620px) {
  .site-header { padding: 14px 16px; }
  .header-cta { display: none; }
  .hero-content { padding-left: 18px; padding-right: 18px; }
  .section, .band, .instagram-section, .brand-info, .keyword-links, .contact { padding: 74px 18px; }
  .section-head { align-items: start; flex-direction: column; }
  .steps div { grid-template-columns: 1fr; gap: 6px; }
  .instagram-grid { grid-template-columns: 1fr; }
  .tile-a { grid-row: span 1; }
  .contact-form { grid-template-columns: 1fr; }
  .footer { flex-direction: column; }
  .full-gallery { grid-template-columns: 1fr; }
  .full-gallery img { height: auto; }
}
