:root {
  --green: #2b3b26;
  --green-2: #1f2e1b;
  --green-soft: #5a6656;
  --gold: #b2915f;
  --gold-dark: #8f7046;
  --cream: #f7f4ee;
  --paper: #ffffff;
  --ink: #1d241b;
  --muted: #5d6659;
  --line: #dcd9d0;
  --shadow: 0 18px 44px rgba(31,46,27,.10);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
  --focus: #0b62d6;
  --font-site: "Cooper Hewitt", "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-brand: Montserrat, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-site); line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 3px; }
a:hover { color: var(--green); }
button, input, textarea, select { font: inherit; }
button, .button, input, textarea, select, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 9999; padding: .8rem 1rem; background: #fff; color: #000; border: 2px solid #000; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.eyebrow { font-size: .84rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--gold-dark); }
.section { padding: 5.5rem 0; }
.section.alt { background: var(--cream); }
.section.dark { background: var(--green); color: #fff; }
.section-header { max-width: 760px; margin-bottom: 2.2rem; }
.section-header.center { margin-inline: auto; text-align: center; }
h1, h2, h3 { margin: 0 0 .75rem; line-height: 1.08; color: var(--green); }
h1 { font-size: clamp(2.55rem, 6vw, 5.6rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.18rem, 2vw, 1.5rem); }
p { margin: 0 0 1rem; }
.lede { font-size: clamp(1.1rem, 2vw, 1.34rem); color: var(--muted); max-width: 68ch; }
.dark h2, .dark h3 { color: #fff; }
.dark .lede { color: #e6eadf; }
.muted { color: var(--muted); }
.header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(43,59,38,.12); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 1.2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; min-width: 0; }
.brand img { width: 64px; height: 48px; object-fit: contain; }
.brand-text { display: grid; line-height: 1; font-family: var(--font-brand); font-weight: 800; letter-spacing: .08em; color: var(--green); font-size: .86rem; }
.brand-text small { color: var(--gold-dark); letter-spacing: .12em; font-weight: 700; margin-top: .35rem; }
.nav { margin-left: auto; display: flex; align-items: center; gap: .3rem; }
.nav a { padding: .75rem .78rem; border-radius: 10px; text-decoration: none; font-weight: 600; color: var(--green); }
.nav a:hover, .nav a[aria-current="page"] { background: var(--cream); }
.nav .button { color: #fff; margin-left: .4rem; }
.nav-toggle { display: none; margin-left: auto; width: 48px; height: 48px; border: 1px solid var(--line); background: #fff; border-radius: 12px; align-items: center; justify-content: center; }
.nav-toggle svg { width: 24px; height: 24px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .5rem; padding: .82rem 1.2rem; border: 2px solid var(--green); border-radius: 12px; background: var(--green); color: #fff; text-decoration: none; font-weight: 700; box-shadow: none; cursor: pointer; }
.button:hover { background: var(--green-2); color: #fff; }
.button.secondary { background: transparent; color: var(--green); }
.button.secondary:hover { background: var(--cream); }
.button.gold { background: var(--gold); border-color: var(--gold); color: var(--green-2); }
.button.gold:hover { background: #c09f6d; color: var(--green-2); }
.button.light { background: #fff; color: var(--green); border-color: #fff; }
.button.light:hover { background: var(--cream); }
.cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 83% 18%, rgba(178,145,95,.18), transparent 26%), linear-gradient(135deg, #fff 0 58%, var(--cream) 58% 100%); }
.hero .container { min-height: 680px; display: grid; grid-template-columns: 1.07fr .93fr; gap: 3rem; align-items: center; padding-block: 4.5rem; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 span { color: var(--gold-dark); }
.hero-art { position: relative; min-height: 520px; display: grid; place-items: center; }
.logo-panel { width: min(100%, 500px); padding: 3rem; background: rgba(255,255,255,.88); border: 1px solid rgba(43,59,38,.10); border-radius: 44px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.logo-panel img { display: block; margin: auto; }
.trust-bar { background: var(--green); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 88px; display: flex; align-items: center; justify-content: center; gap: .7rem; padding: 1rem; text-align: center; font-weight: 700; border-right: 1px solid rgba(255,255,255,.14); }
.trust-item:last-child { border-right: 0; }
.dot { width: 9px; height: 9px; background: var(--gold); border-radius: 50%; flex: 0 0 auto; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.card { background: #fff; border: 1px solid rgba(43,59,38,.11); border-radius: var(--radius); padding: 1.5rem; box-shadow: 0 10px 28px rgba(43,59,38,.06); }
.card h3 { margin-top: .3rem; }
.icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--cream); color: var(--gold-dark); font-size: 1.35rem; font-weight: 800; }
.service-list { margin: .8rem 0 0; padding-left: 1.1rem; color: var(--muted); }
.service-list li { margin: .25rem 0; }
.project-chip-wrap { display: flex; flex-wrap: wrap; gap: .65rem; }
.project-chip { display: inline-flex; align-items: center; min-height: 44px; padding: .55rem .85rem; border: 1px solid #d9d5cc; border-radius: 999px; background: #fff; font-weight: 650; color: var(--green); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.process { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.process-card { position: relative; padding: 1.4rem; border-radius: var(--radius); background: #fff; border: 1px solid rgba(43,59,38,.12); }
.process-card::before { counter-increment: step; content: counter(step); width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--gold); font-weight: 800; margin-bottom: 1rem; }
.quote { font-size: 1.14rem; }
.quote footer { margin-top: 1rem; font-weight: 700; color: var(--green); }
.faq details { border-top: 1px solid var(--line); padding: .25rem 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-weight: 700; color: var(--green); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.45rem; color: var(--gold-dark); }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 2.5rem 1rem 0; color: var(--muted); }
.callout { background: var(--green); color: #fff; border-radius: 30px; padding: clamp(1.8rem, 5vw, 3.5rem); display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.callout h2 { color: #fff; margin-bottom: .5rem; }
.callout p { color: #e4e8df; max-width: 60ch; }
.footer { background: #172215; color: #fff; padding: 4rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 2rem; }
.footer .brand-text { color: #fff; }
.footer a { color: #fff; }
.footer h3 { color: #fff; font-size: 1rem; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin: .45rem 0; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.14); color: #cfd5ca; font-size: .9rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.page-hero { background: var(--cream); border-bottom: 1px solid var(--line); }
.page-hero .container { padding-block: 5rem 4rem; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.45rem, 5vw, 4.8rem); }
.breadcrumbs { font-size: .9rem; color: var(--muted); margin-bottom: 1.1rem; }
.breadcrumbs a { color: var(--green); }
.check-list { list-style: none; padding: 0; margin: 1.2rem 0; }
.check-list li { position: relative; padding-left: 1.9rem; margin: .55rem 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: .02rem; color: var(--gold-dark); font-weight: 900; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery-card { min-height: 260px; border-radius: var(--radius); background: linear-gradient(145deg, rgba(43,59,38,.92), rgba(90,102,86,.82)); color: #fff; display: flex; flex-direction: column; justify-content: end; padding: 1.4rem; overflow: hidden; position: relative; }
.gallery-card::before { content: "Project photography"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.55); font-weight: 700; letter-spacing: .05em; text-transform: uppercase; font-size: .78rem; }
.gallery-card h3, .gallery-card p { position: relative; z-index: 1; color: #fff; margin: 0; }
.gallery-card p { color: #e5eadf; margin-top: .2rem; }
.form-wrap { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: start; }
.form-card { padding: clamp(1.2rem, 4vw, 2.2rem); border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .4rem; margin-bottom: 1rem; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 700; color: var(--green); }
input, textarea, select { width: 100%; min-height: 48px; padding: .75rem .85rem; border: 1px solid #aeb5aa; border-radius: 10px; color: var(--ink); background: #fff; }
textarea { min-height: 150px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--green); box-shadow: 0 0 0 2px rgba(43,59,38,.08); }
.field-help { font-size: .86rem; color: var(--muted); }
.error-summary { display: none; padding: 1rem; margin-bottom: 1rem; border: 2px solid #a00000; border-radius: 10px; background: #fff7f7; color: #620000; }
.error-summary.show { display: block; }
.success-message { display: none; padding: 1rem; margin-bottom: 1rem; border: 2px solid var(--green); border-radius: 10px; background: #f5fbf2; color: var(--green); }
.success-message.show { display: block; }
.notice { padding: 1rem 1.1rem; border-left: 4px solid var(--gold); background: var(--cream); border-radius: 10px; }
.contact-stack { display: grid; gap: .8rem; }
.contact-item { display: block; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; background: #fff; }
.contact-item strong { display: block; color: var(--green); }
.kicker-card { background: var(--cream); border-radius: var(--radius); padding: 1.4rem; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; left: 1rem; right: 1rem; top: calc(100% + .5rem); background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: .6rem; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav a { width: 100%; }
  .nav .button { margin-left: 0; }
  .hero .container { grid-template-columns: 1fr; min-height: auto; padding-block: 4rem; }
  .hero-art { min-height: auto; }
  .logo-panel { max-width: 430px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .grid-3, .gallery-grid,   .process { grid-template-columns: 1fr 1fr; }
  .form-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .section { padding: 4rem 0; }
  .brand-text { display: none; }
  .brand img { width: 58px; }
  .hero .container { padding-top: 3rem; }
  .hero-art { display: none; }
  .grid-3, .grid-2, .gallery-grid, .split, .process, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.14); min-height: 66px; }
  .trust-item:last-child { border-bottom: 0; }
  .callout { grid-template-columns: 1fr; }
  .page-hero .container { padding-block: 3.5rem 3rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (prefers-color-scheme: dark) {
  /* Brand remains intentionally light by default to match printed materials. */
}

.hp-field { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.consent label { display:flex; align-items:flex-start; gap:.65rem; font-weight:500; color:var(--ink); }
.consent input[type="checkbox"] { width:20px; min-height:20px; height:20px; flex:0 0 20px; margin-top:.15rem; }
.legal-copy { max-width:780px; }
.legal-copy h2 { margin-top:2rem; }
.form-status { max-width:760px; margin-inline:auto; }

/* Gallery */
.gallery-hero{background:linear-gradient(135deg,#22351f,#2b3b26);color:#fff;padding:4.5rem 0 3.5rem;text-align:center}.gallery-hero .eyebrow{color:#d5bd90}.gallery-hero h1{margin:.2rem 0 .55rem}.gallery-hero p{max-width:62ch;margin:0 auto;color:#e7ebe4}.gallery-coming{max-width:980px;margin:0 auto;background:#fff;border:1px solid #e5e8df;border-radius:24px;padding:clamp(2rem,5vw,4rem);box-shadow:0 18px 50px rgba(30,43,25,.08)}.gallery-coming-grid{display:grid;grid-template-columns:minmax(220px,.75fr) 1.25fr;gap:3rem;align-items:center}.camera-mark{width:210px;height:210px;border-radius:50%;background:#f4efe5;display:grid;place-items:center;margin:auto;font-size:5rem}.gallery-points{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.gallery-point{padding:1rem;border-radius:14px;background:#f7f7f3;text-align:center}.gallery-point strong{display:block;color:#2b3b26;margin-bottom:.3rem}.gallery-note{margin-top:2rem;padding:1.25rem 1.4rem;border-radius:14px;background:#f5f1e8;border:1px solid #e1d4bd}.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}.gallery-card{background:#fff;border:1px solid #e2e6de;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(30,43,25,.07)}.gallery-card-body{padding:1.15rem 1.25rem 1.4rem}.gallery-card h3{margin:.15rem 0 .35rem}.before-after{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:#fff;position:relative}.before-after figure{margin:0;position:relative;min-width:0}.before-after img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.photo-label{position:absolute;left:.65rem;bottom:.65rem;background:rgba(35,53,31,.92);color:#fff;padding:.3rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.04em}.after .photo-label{background:rgba(178,145,95,.95)}.gallery-disclosure{font-size:.95rem;color:#5d6659;background:#f7f7f3;border-radius:12px;padding:1rem 1.2rem;margin-bottom:1.5rem}.gallery-filter{display:flex;flex-wrap:wrap;gap:.65rem;margin:0 0 1.5rem}.gallery-filter span{border:1px solid #d9ded4;border-radius:999px;padding:.55rem .9rem;background:#fff;font-weight:600;color:#33442e}.gallery-filter span:first-child{background:#2b3b26;color:#fff;border-color:#2b3b26}@media(max-width:760px){.gallery-coming-grid{grid-template-columns:1fr;gap:1.5rem}.gallery-points{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.camera-mark{width:160px;height:160px}.before-after{grid-template-columns:1fr 1fr}}
