:root {
  --green: #0d4f28;
  --deep-green: #062b19;
  --leaf: #5f9637;
  --sage: #c7d2b3;
  --ivory: #f7f3e9;
  --paper: #fffdf7;
  --charcoal: #20231f;
  --muted: #6c6f67;
  --brass: #b68a3a;
  --clay: #8c4e37;
  --line: rgba(13, 79, 40, 0.18);
  --shadow: 0 24px 70px rgba(6, 43, 25, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--paper);
  font-family: "Inter", Arial, sans-serif;
}

img {
  display: block;
  width: 100%;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 82px;
  padding: 18px clamp(18px, 4vw, 64px);
  color: var(--deep-green);
  background: rgba(255, 253, 247, 0.94);
  border-bottom: 1px solid rgba(13, 79, 40, 0.14);
  box-shadow: 0 18px 55px rgba(6, 43, 25, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 330px;
}

.logo-plate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(170px, 18vw, 270px);
  height: 54px;
}

.logo-plate img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand small {
  display: block;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: clamp(18px, 3vw, 38px);
  color: rgba(6, 43, 25, 0.78);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav a {
  padding: 10px 0;
}

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

.header-cta,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
}

.header-cta {
  color: var(--paper);
  background: var(--deep-green);
}

.hero {
  min-height: 96vh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 420px);
  align-items: end;
  gap: clamp(30px, 5vw, 80px);
  padding: 142px clamp(18px, 5vw, 78px) 54px;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(6, 43, 25, 0.96), rgba(6, 43, 25, 0.72) 44%, rgba(6, 43, 25, 0.12)),
    linear-gradient(0deg, rgba(6, 43, 25, 0.52), rgba(6, 43, 25, 0) 34%),
    url("assets/pdf-images/page-10-image-01.jpg") center / cover;
}

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

.eyebrow {
  margin: 0 0 16px;
  color: var(--brass);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Cinzel", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 7.4rem);
  line-height: 0.95;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.2vw, 4.6rem);
  line-height: 1.03;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.hero-copy {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(255, 253, 247, 0.82);
  font-size: clamp(1rem, 1.7vw, 1.24rem);
  line-height: 1.8;
}

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

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 800px;
  margin: 46px 0 0;
  background: rgba(255, 253, 247, 0.2);
  border: 1px solid rgba(255, 253, 247, 0.2);
}

.hero-stats div {
  min-height: 118px;
  padding: 22px;
  background: rgba(6, 43, 25, 0.54);
}

.hero-stats dt {
  margin-bottom: 8px;
  color: var(--ivory);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1;
}

.hero-stats dd {
  margin: 0;
  color: rgba(255, 253, 247, 0.72);
  font-size: 0.86rem;
  line-height: 1.55;
}

.primary-btn {
  color: var(--deep-green);
  background: var(--ivory);
}

.secondary-btn {
  color: var(--ivory);
  border: 1px solid rgba(255, 253, 247, 0.45);
}

.hero-panel {
  padding: 28px;
  background: rgba(255, 253, 247, 0.11);
  border: 1px solid rgba(255, 253, 247, 0.22);
  backdrop-filter: blur(18px);
}

.hero-panel span {
  color: var(--sage);
  font-weight: 800;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin: 20px 0;
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.65rem;
  line-height: 1.2;
}

.hero-panel p {
  margin-bottom: 0;
  color: rgba(255, 253, 247, 0.76);
  line-height: 1.7;
}

.band,
.collections,
.signature,
.services,
.projects,
.process,
.contact-band {
  padding: clamp(64px, 9vw, 128px) clamp(18px, 5vw, 78px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 5vw, 80px);
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: 940px;
}

.lead {
  align-self: end;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.9;
}

.signature {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(30px, 5vw, 82px);
  align-items: center;
  background: #fbfaf5;
}

.signature-image {
  position: relative;
}

.signature-image::before {
  content: "";
  position: absolute;
  inset: 24px -24px -24px 24px;
  border: 1px solid var(--brass);
}

.signature-image img {
  position: relative;
  height: min(58vw, 650px);
  min-height: 430px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.signature-copy {
  max-width: 760px;
}

.signature-copy h2 {
  margin-bottom: 28px;
}

.signature-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.85;
}

.signature-list {
  display: grid;
  gap: 14px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.signature-list li {
  padding: 16px 0 16px 34px;
  color: var(--deep-green);
  border-top: 1px solid var(--line);
  font-weight: 800;
  position: relative;
}

.signature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 12px;
  height: 12px;
  background: var(--brass);
  transform: rotate(45deg);
}

.collections {
  background: var(--paper);
}

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

.collection-item {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(6, 43, 25, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.collection-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.collection-item img {
  height: 330px;
  object-fit: cover;
}

.collection-item div {
  padding: 26px;
}

.collection-item span {
  display: block;
  margin-bottom: 12px;
  color: var(--brass);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.collection-item p,
.service-list p,
.project-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.services {
  color: var(--paper);
  background: var(--deep-green);
}

.services .section-heading {
  max-width: 880px;
}

.services .eyebrow {
  color: var(--sage);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  margin-top: 54px;
  border-top: 1px solid rgba(255, 253, 247, 0.18);
  border-left: 1px solid rgba(255, 253, 247, 0.18);
}

.service-list article {
  min-height: 292px;
  padding: 30px;
  border-right: 1px solid rgba(255, 253, 247, 0.18);
  border-bottom: 1px solid rgba(255, 253, 247, 0.18);
}

.service-list span {
  display: block;
  margin-bottom: 42px;
  color: var(--brass);
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.6rem;
}

.service-list p {
  color: rgba(255, 253, 247, 0.7);
}

.projects {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  background: #fbfaf5;
}

.project-copy h2 {
  margin-bottom: 26px;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.project-gallery img {
  height: 270px;
  object-fit: cover;
}

.project-gallery .wide {
  grid-column: 1 / -1;
  height: 430px;
}

.process {
  color: var(--paper);
  background: linear-gradient(135deg, #082719, #0d4f28 56%, #21441f);
}

.process .eyebrow {
  color: var(--sage);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: rgba(255, 253, 247, 0.18);
  border: 1px solid rgba(255, 253, 247, 0.18);
}

.process-grid article {
  min-height: 300px;
  padding: clamp(26px, 4vw, 42px);
  background: rgba(3, 27, 16, 0.3);
}

.process-grid strong {
  display: block;
  margin-bottom: 70px;
  color: var(--brass);
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.4rem;
}

.process-grid p {
  color: rgba(255, 253, 247, 0.72);
  line-height: 1.75;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 5vw, 72px);
  color: var(--paper);
  background:
    linear-gradient(rgba(13, 79, 40, 0.9), rgba(13, 79, 40, 0.9)),
    url("assets/pdf-images/page-09-image-04.jpg") center / cover;
}

.contact-band .eyebrow {
  color: var(--sage);
}

.contact-details {
  display: grid;
  gap: 14px;
  align-self: end;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 800;
}

.contact-details a {
  width: fit-content;
  border-bottom: 1px solid rgba(255, 253, 247, 0.42);
}

.contact-details span {
  margin-top: 12px;
  color: rgba(255, 253, 247, 0.76);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(18px, 5vw, 78px);
  color: var(--deep-green);
  background: var(--ivory);
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: min(260px, 58vw);
  height: auto;
}

.site-footer span {
  color: rgba(6, 43, 25, 0.68);
  font-size: 0.9rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    gap: 18px;
    flex-wrap: wrap;
  }

  .brand {
    flex: 1 1 300px;
  }

  .nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .intro,
  .signature,
  .projects,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 178px;
  }

  .collection-grid,
  .service-list,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 10px;
    min-height: 0;
    padding: 12px 14px;
  }

  .brand {
    flex: 1 1 220px;
    min-width: 0;
  }

  .logo-plate {
    width: 205px;
    height: 44px;
    padding: 8px 10px;
  }

  .brand small {
    display: none;
  }

  .nav {
    gap: 14px;
    font-size: 0.72rem;
    line-height: 1;
  }

  .nav a {
    padding: 4px 0;
  }

  .header-cta {
    min-height: 36px;
    padding: 0 13px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 0;
    padding: 132px 16px 34px;
    background-position: 58% center;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .hero-stats div {
    min-height: 0;
    padding: 11px 14px;
  }

  .hero-stats dt {
    margin-bottom: 5px;
    font-size: 1.28rem;
  }

  .hero-stats dd {
    font-size: 0.78rem;
  }

  h1 {
    margin-bottom: 18px;
    font-size: clamp(2.15rem, 10.6vw, 2.75rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(1.75rem, 9.6vw, 2.55rem);
  }

  .hero-copy {
    margin-bottom: 20px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 10px;
  }

  .primary-btn,
  .secondary-btn {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.88rem;
  }

  .hero-panel {
    display: none;
  }

  .band,
  .collections,
  .signature,
  .services,
  .projects,
  .process,
  .contact-band {
    padding: 52px 16px;
  }

  .collection-grid,
  .service-list,
  .project-gallery,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .signature-image::before {
    inset: 16px -10px -16px 16px;
  }

  .signature-image img {
    height: 72vw;
    min-height: 270px;
  }

  .collection-item img,
  .project-gallery img,
  .project-gallery .wide {
    height: 235px;
  }

  .service-list article {
    min-height: 0;
    padding: 24px;
  }

  .service-list span {
    margin-bottom: 26px;
  }

  .process-grid article {
    min-height: 0;
    padding: 24px;
  }

  .process-grid strong {
    margin-bottom: 26px;
  }

  .contact-details {
    font-size: 1rem;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
