:root {
  --cream: #fbf6ee;
  --paper: #fffdf8;
  --ink: #2b2723;
  --muted: #74695f;
  --line: #e8dac8;
  --gold: #b99a5f;
  --rose: #e9cfc7;
  --sage: #cfd7c1;
  --shadow: 0 24px 70px rgba(72, 50, 28, .14);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(233, 207, 199, .55), transparent 35rem),
    radial-gradient(circle at 80% 10%, rgba(207, 215, 193, .55), transparent 28rem),
    var(--cream);
}

a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 4vw, 64px);
  backdrop-filter: blur(18px);
  background: rgba(251, 246, 238, .78);
  border-bottom: 1px solid rgba(232, 218, 200, .7);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .08em;
  background: var(--paper);
}

.brand-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: .93rem;
}

.nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
}

.nav a:hover { color: var(--ink); }

.nav-cta {
  color: var(--ink) !important;
  border: 1px solid var(--gold);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255,255,255,.45);
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
}

.hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
  padding: clamp(54px, 8vw, 112px) clamp(20px, 7vw, 110px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .76rem;
  font-weight: 800;
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 650;
  line-height: .98;
}

h1 {
  margin: 0;
  font-size: clamp(3.4rem, 8vw, 7.2rem);
  max-width: 880px;
}

h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
}

h3 {
  margin: 0 0 12px;
  font-size: 2rem;
}

.lead {
  max-width: 650px;
  margin: 28px 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
}

.button.primary {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 15px 35px rgba(43, 39, 35, .18);
}

.button.secondary {
  border-color: var(--gold);
  color: var(--ink);
  background: rgba(255,255,255,.4);
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.paper-card {
  position: absolute;
  width: min(390px, 82vw);
  min-height: 500px;
  padding: 44px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(145deg, rgba(255,255,255,.95), rgba(255,253,248,.72)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(185,154,95,.06) 18px 19px);
  border: 1px solid rgba(185,154,95,.35);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.paper-card:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(185,154,95,.35);
  pointer-events: none;
}

.paper-card span,
.paper-card small {
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--gold);
  font-size: .74rem;
  font-weight: 800;
}

.paper-card strong {
  margin: 28px 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.8rem;
  line-height: .95;
  font-weight: 600;
}

.card-a {
  right: 10%;
  top: 2%;
  transform: rotate(4deg);
}

.card-b {
  left: 0;
  bottom: 0;
  min-height: 390px;
  transform: rotate(-7deg);
}

.seal {
  position: absolute;
  right: 3%;
  bottom: 13%;
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: var(--gold);
  color: white;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-weight: 900;
  text-align: center;
  transform: rotate(-12deg);
  box-shadow: 0 16px 40px rgba(185,154,95,.32);
}

.intro,
.services,
.portfolio,
.method,
.quote,
.contact {
  padding: clamp(54px, 8vw, 110px) clamp(20px, 7vw, 110px);
}

.intro {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: end;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.25);
}

.intro p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.85;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card,
.project,
.step,
.contact-card {
  background: rgba(255, 253, 248, .72);
  border: 1px solid rgba(232, 218, 200, .95);
  box-shadow: 0 20px 60px rgba(72, 50, 28, .08);
}

.service-card {
  padding: 34px;
  border-radius: 28px;
}

.icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(185,154,95,.12);
  color: var(--gold);
  font-size: 1.5rem;
  margin-bottom: 34px;
}

.service-card p,
.step p,
.project p,
.contact p {
  color: var(--muted);
  line-height: 1.7;
}

.service-card a {
  display: inline-block;
  margin-top: 10px;
  font-weight: 800;
  color: var(--ink);
  text-decoration-color: var(--gold);
  text-underline-offset: 5px;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-heading p:last-child {
  color: var(--muted);
  line-height: 1.7;
}

code {
  background: rgba(185,154,95,.12);
  border: 1px solid rgba(185,154,95,.18);
  border-radius: 8px;
  padding: 2px 6px;
}

.gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 22px;
}

.project {
  overflow: hidden;
  border-radius: 28px;
}

.project.large {
  grid-row: span 3;
}

.project-img {
  min-height: 250px;
  background-size: cover;
  background-position: center;
}

.project.large .project-img {
  min-height: 560px;
}

.img-1 {
  background-image:
    linear-gradient(rgba(255,253,248,.12), rgba(43,39,35,.05)),
    url("https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=1600&q=80");
}

.img-2 {
  background-image:
    linear-gradient(rgba(255,253,248,.2), rgba(43,39,35,.05)),
    url("https://images.unsplash.com/photo-1524578271613-d550eacf6090?auto=format&fit=crop&w=1200&q=80");
}

.img-3 {
  background-image:
    linear-gradient(rgba(255,253,248,.2), rgba(43,39,35,.05)),
    url("https://images.unsplash.com/photo-1519671482749-fd09be7ccebf?auto=format&fit=crop&w=1200&q=80");
}

.img-4 {
  background-image:
    linear-gradient(rgba(255,253,248,.2), rgba(43,39,35,.05)),
    url("https://images.unsplash.com/photo-1518895949257-7621c3c786d7?auto=format&fit=crop&w=1200&q=80");
}

.project-body {
  padding: 26px;
}

.project-body span {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
  font-weight: 800;
}

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

.step {
  border-radius: 28px;
  padding: 32px;
}

.step span {
  display: inline-flex;
  margin-bottom: 46px;
  color: var(--gold);
  font-weight: 900;
}

.quote {
  text-align: center;
  background:
    linear-gradient(rgba(43,39,35,.58), rgba(43,39,35,.58)),
    url("https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=1800&q=80") center/cover;
}

blockquote {
  max-width: 900px;
  margin: 0 auto;
  color: var(--paper);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1.05;
}

.contact-card {
  border-radius: 34px;
  padding: clamp(28px, 5vw, 58px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 5vw, 70px);
}

address {
  margin-top: 30px;
  font-style: normal;
  line-height: 1.8;
  color: var(--muted);
}

address strong {
  color: var(--ink);
}

form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.74);
  padding: 15px 16px;
  font: inherit;
  color: var(--ink);
  outline: none;
}

input:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(185,154,95,.12);
}

form .button {
  width: max-content;
}

.footer {
  padding: 28px clamp(20px, 7vw, 110px);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer a {
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    right: 18px;
    top: 78px;
    flex-direction: column;
    align-items: stretch;
    min-width: 230px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--paper);
    box-shadow: var(--shadow);
    transform: scale(.96);
    opacity: 0;
    pointer-events: none;
    transition: .2s ease;
  }

  .nav.is-open {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
  }

  .hero,
  .intro,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 520px;
  }

  .services,
  .steps,
  .gallery {
    grid-template-columns: 1fr;
  }

  .project.large {
    grid-row: auto;
  }

  .project.large .project-img {
    min-height: 360px;
  }
}

@media (max-width: 600px) {
  .brand-text { display: none; }
  .hero-visual { min-height: 430px; }
  .paper-card {
    width: 78vw;
    min-height: 340px;
    padding: 32px 24px;
  }
  .paper-card strong { font-size: 2.6rem; }
  .seal {
    width: 92px;
    height: 92px;
    font-size: .72rem;
  }
  .footer {
    flex-direction: column;
  }
}
