:root{
  --bg: #fbfaf7;
  --ink: #1e1c18;
  --muted: #6b6357;
  --card: #ffffff;
  --line: rgba(30, 28, 24, .12);
  --accent: #1e1c18;
  --shadow: 0 14px 40px rgba(30, 28, 24, .10);
  --radius: 16px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
}

a{ color: inherit; text-decoration: none; }
a:hover{ text-decoration: underline; }

.site-header{
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  background: rgba(251, 250, 247, .86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.brand{ display: grid; gap: 2px; }
.brand__name{
  font-family: Fraunces, serif;
  font-weight: 600;
  letter-spacing: .2px;
}
.brand__tag{
  font-size: 12px;
  color: var(--muted);
}

.nav{ display: flex; gap: 18px; }
.nav a{ font-size: 14px; color: var(--muted); }
.nav a:hover{ color: var(--ink); text-decoration: none; }

.nav-toggle{
  display: none;
  border: 1px solid var(--line);
  background: var(--card);
  padding: 10px 12px;
  border-radius: 999px;
  cursor: pointer;
}

.hero{
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 20px 26px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: center;
}

.kicker{
  color: var(--muted);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

h1{
  font-family: Fraunces, serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  margin: 0 0 14px;
}

.lead{
  margin: 0 0 20px;
  color: var(--muted);
  max-width: 55ch;
}

.cta{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 10px;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none !important;
}

.btn--primary{
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.btn--ghost{
  background: transparent;
  color: var(--ink);
}

.trust{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}
.trust span{
  border: 1px solid var(--line);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.6);
}

.hero__media img{
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.section{
  max-width: 1120px;
  margin: 0 auto;
  padding: 44px 20px;
}

.section--alt{
  background: rgba(255,255,255,.6);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section__head{
  margin-bottom: 18px;
}
.section__head h2{
  font-family: Fraunces, serif;
  font-size: 30px;
  margin: 0 0 8px;
}
.section__head p{
  margin: 0;
  color: var(--muted);
  max-width: 70ch;
}

.grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card{
  margin: 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(30, 28, 24, .06);
}
.card img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  margin: 0;
}
.card figcaption{
  padding: 12px 14px;
  color: var(--muted);
  font-size: 14px;
}

.steps{
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.steps li{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
}
.steps h3{
  margin: 0 0 6px;
  font-size: 16px;
}
.steps p{
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.form-embed{
  margin-top: 14px;
}
.placeholder{
  border: 1px dashed rgba(30, 28, 24, .28);
  background: rgba(255,255,255,.5);
  border-radius: var(--radius);
  padding: 22px;
}

.about p{
  max-width: 75ch;
  margin-top: 0;
  color: var(--muted);
}

.small{ font-size: 13px; color: var(--muted); }

.footer{
  max-width: 1120px;
  margin: 0 auto;
  padding: 30px 20px 46px;
  color: var(--muted);
}
.footer p{ margin: 6px 0; }

.photo-credit {
  margin: 0 !important;   /* tiny gap above, no gap below */
  padding-right: 6px; /* aligns nicely with image edge */
  font-size: 12px;
  color: #8a8176;
  text-align: right;
  line-height: 1.0;
  opacity: 0.75;
}

/* Make the image area feel clickable */
.card a{ display:block; }
.card a img{ cursor: zoom-in; }

/* Optional: process/gallery helper classes (safe to keep even if unused) */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery img:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.process .page-header { max-width: 70ch; margin: 0 auto 2rem; }
.process-steps { display: grid; gap: 1.5rem; max-width: 90ch; margin: 0 auto; }
.step { padding: 1.25rem; border-radius: 12px; background: rgba(0,0,0,0.03); }
.step h2 { margin-top: 0; }

.bts-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.process-cta {
  max-width: 70ch;
  margin: 2.5rem auto 0;
  padding: 1.5rem;
  border-radius: 12px;
  background: rgba(0,0,0,0.05);
}

/* Process page tweaks */
.steps--process {
  margin-top: 22px;
}

.process-block {
  margin-top: 28px;
}

.process-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  max-width: 80ch;
}

.process-list li {
  margin: 8px 0;
}




@media (max-width: 900px){
  .hero{ grid-template-columns: 1fr; }
  .hero__media img{ height: 420px; }
  .grid{ grid-template-columns: 1fr; }
  .card img{ height: 340px; }
  .steps{ grid-template-columns: 1fr; }
  .nav{ display: none; }
  .nav-toggle{ display: inline-flex; }
  .site-header.is-open .nav{
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 16px;
    top: 62px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px;
    box-shadow: var(--shadow);
  }

  .form-wrap{
  background: rgba(255,255,255,.6);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  }

  .form-wrap iframe{
    border-radius: calc(var(--radius) - 6px);
    background: transparent;
    display: block;
  }






}
