:root {
  --ink: #151722;
  --paper: #fbfaf7;
  --white: #ffffff;
  --gold: #b48b45;
  --gold-soft: #eadfc8;
  --gold-light: #f7f1e6;
  --muted: #666978;
  --line: rgba(21, 23, 34, 0.14);
  --shadow: 0 24px 70px rgba(21, 23, 34, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 18% 8%, rgba(180, 139, 69, 0.13), transparent 26%),
    linear-gradient(135deg, #fbfaf7 0%, #ffffff 48%, #f8f1e6 100%);
}

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

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

.brand {
  display: inline-flex;
}

.logo {
  display: block;
  width: 190px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
}

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

.header-button,
.button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 950;
  box-shadow: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.header-button,
.button.primary,
.contact-form button {
  color: var(--white);
  background: var(--ink);
}

.button.secondary {
  background: var(--white);
}

.header-button:hover,
.button:hover,
.contact-form button:hover {
  border-color: var(--gold);
  color: var(--ink);
  background: var(--gold-light);
}

.hero {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
  padding: clamp(58px, 8vw, 118px) clamp(18px, 6vw, 86px) 68px;
}

.hero-copy {
  max-width: 850px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6.8vw, 6.7rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.2vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.lead {
  max-width: 720px;
  color: #383c49;
  font-size: clamp(1.06rem, 1.8vw, 1.32rem);
  line-height: 1.62;
}

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

.hero-card {
  display: grid;
  gap: 16px;
  align-self: end;
}

.highlight {
  border: 2px solid var(--ink);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.highlight:nth-child(2) {
  background: var(--gold-light);
}

.highlight:nth-child(3) {
  background: #ffffff;
}

.highlight span {
  display: block;
  font-size: 3rem;
  font-weight: 1000;
  line-height: 1;
}

.highlight p {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 850;
}

.section,
.process,
.contact {
  padding: clamp(64px, 9vw, 118px) clamp(18px, 6vw, 86px);
}

.section-title {
  max-width: 820px;
  margin-bottom: 34px;
}

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

.service-card {
  min-height: 286px;
  border: 1px solid var(--gold-soft);
  border-radius: 8px;
  padding: 26px;
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.9);
}

.service-card p,
.process-copy p,
.contact-copy p {
  color: #3f4350;
  line-height: 1.65;
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  background: var(--white);
  font-weight: 1000;
}

.process {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
}

.process-art {
  position: relative;
  min-height: 420px;
  border: 1px solid var(--gold-soft);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(180, 139, 69, 0.16) 1px, transparent 1px),
    linear-gradient(rgba(180, 139, 69, 0.16) 1px, transparent 1px),
    #fbf6ec;
  background-size: 42px 42px;
  box-shadow: var(--shadow);
}

.shape {
  position: absolute;
  display: block;
  border: 1px solid var(--gold);
}

.circle {
  left: 12%;
  top: 16%;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(180, 139, 69, 0.18);
}

.square {
  right: 12%;
  top: 24%;
  width: 126px;
  height: 126px;
  transform: rotate(12deg);
  background: rgba(21, 23, 34, 0.88);
}

.pill {
  left: 28%;
  bottom: 13%;
  width: 164px;
  height: 88px;
  border-radius: 999px;
  background: rgba(180, 139, 69, 0.28);
}

.diamond {
  right: 22%;
  bottom: 20%;
  width: 76px;
  height: 76px;
  transform: rotate(-18deg);
  background: var(--gold);
}

.steps {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding-left: 20px;
  line-height: 1.65;
}

.steps li::marker {
  font-weight: 1000;
}

.event-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.event-strip span {
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
  padding: 12px 16px;
  background: var(--white);
  box-shadow: none;
  font-weight: 900;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 520px);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  background: #f7f1e6;
}

.contact-form {
  display: grid;
  gap: 16px;
  border: 1px solid var(--gold-soft);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 30px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--gold-soft);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  background: #fffdf8;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  width: 100%;
  cursor: pointer;
  font: inherit;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--gold);
  font-weight: 850;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 30px clamp(18px, 6vw, 86px);
  color: var(--white);
  background: var(--ink);
}

.footer span {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.92rem;
  }

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

  .hero {
    min-height: auto;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .logo {
    width: 142px;
  }

  .header-button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.86rem;
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .highlight span {
    font-size: 2.35rem;
  }

  .process-art {
    min-height: 320px;
  }
}
