:root {
  --ink: #1f2d1d;
  --green: #263623;
  --green-soft: #52614d;
  --paper: #f6f3ec;
  --white: #fffefa;
  --clay: #b5766c;
  --line: rgba(31, 45, 29, 0.22);
  --serif: "Bodoni 72", Didot, "Bodoni MT", "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  background: var(--green);
  color: white;
  padding: 10px 16px;
}
.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px clamp(24px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.brand { margin-left: 0; }
.brand img { width: 160px; height: 160px; object-fit: contain; border-radius: 50%; }
.site-nav {
  display: flex;
  gap: clamp(20px, 3vw, 46px);
  align-items: center;
  padding: 9px 16px;
  background: rgba(246, 243, 236, .9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin-left: clamp(24px, 3vw, 44px);
}
.site-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  padding-block: 8px;
  border-bottom: 1px solid transparent;
}
.site-nav a:hover, .site-nav a:focus-visible { border-color: currentColor; }
.menu-toggle { display: none; }

.hero {
  min-height: 860px;
  max-width: var(--max);
  margin: 0 auto;
  padding-left: clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: minmax(470px, .85fr) minmax(560px, 1fr);
  align-items: center;
  gap: clamp(65px, 6vw, 90px);
}
.hero-copy { padding-top: 90px; max-width: 620px; }
.eyebrow {
  margin: 0 0 24px;
  color: var(--green-soft);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 400; margin-top: 0; }
.hero h1 {
  margin-bottom: 32px;
  font-size: clamp(4.6rem, 9vw, 9rem);
  letter-spacing: -0.055em;
  line-height: 0.79;
}
.hero-intro { max-width: 470px; margin: 0 0 35px; font-size: clamp(1rem, 1.3vw, 1.16rem); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
}
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(5px); }
.hero-image { height: 860px; position: relative; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; }
.image-note {
  position: absolute;
  right: 24px;
  bottom: 28px;
  color: white;
  text-shadow: 0 1px 8px rgba(0,0,0,.35);
  text-transform: uppercase;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}

.section-pad { padding: clamp(88px, 11vw, 170px) clamp(24px, 8vw, 130px); }
.statement { max-width: 980px; margin: 0 auto; text-align: center; }
.statement h2, .section-heading h2, .about h2, .contact h2, .services h2 {
  margin-bottom: 28px;
  font-size: clamp(3rem, 5.6vw, 5.8rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.statement > p:last-child { max-width: 630px; margin: 0 auto; font-size: 1.06rem; }

.gallery {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(18px, 3vw, 44px);
  align-items: start;
}
.section-heading { grid-column: 1 / 6; padding-top: 8vw; }
.gallery figure { margin: 0; overflow: hidden; }
.gallery figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.65,.3,1); }
.gallery figure:hover img { transform: scale(1.018); }
.gallery-main { grid-column: 7 / 13; height: min(70vw, 810px); }
.gallery-small { grid-column: 2 / 7; height: min(62vw, 670px); margin-top: -10vw !important; }
.gallery-wide { grid-column: 7 / 13; height: min(64vw, 700px); margin-top: 0 !important; }
.gallery-wide img { object-position: center 45%; }

.about {
  background: var(--green);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(400px, 1fr);
  gap: clamp(55px, 10vw, 150px);
  align-items: center;
}
.about-mark { display: flex; justify-content: center; }
.about-mark img {
  width: min(100%, 420px);
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  opacity: 1;
  filter: brightness(0) invert(1);
}
.about-copy { max-width: 650px; }
.about .eyebrow { color: #bdc9b7; }
.about .lead { margin-top: -15px; font-family: var(--serif); font-size: 1.55rem; }
.about-copy p { color: rgba(255, 254, 250, .86); }

.services { max-width: var(--max); margin: 0 auto; }
.services-heading { max-width: 690px; padding: 0 0 60px; }
.service-list { border-top: 1px solid var(--line); }
.service-list article {
  display: grid;
  grid-template-columns: 70px minmax(220px, .8fr) minmax(280px, 1fr);
  gap: 30px;
  align-items: baseline;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
}
.service-list span { font-size: .68rem; letter-spacing: .15em; }
.service-list h3 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.5rem); letter-spacing: -.035em; }
.service-list p { max-width: 520px; margin: 0; }

.contact {
  background: #ded8cc;
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(460px, 1fr);
  gap: clamp(60px, 10vw, 150px);
}
.contact-intro { max-width: 580px; }
.contact-intro > p:not(.eyebrow) { max-width: 480px; }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 42px; }
.contact-details a { text-underline-offset: 4px; }
.enquiry-form { align-self: start; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.field { margin-bottom: 23px; }
.field label {
  display: block;
  margin-bottom: 5px;
  color: var(--green-soft);
  text-transform: uppercase;
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .15em;
}
.field input, .field textarea {
  width: 100%;
  padding: 11px 1px;
  border: 0;
  border-bottom: 1px solid rgba(31, 45, 29, .5);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  outline: none;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field textarea:focus { border-color: var(--ink); box-shadow: 0 1px 0 var(--ink); }
.form-note { margin: 0 0 26px; font-size: .75rem; line-height: 1.5; }
.honeypot { position: absolute; left: -9999px; }
.button {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--green);
  background: var(--green);
  color: white;
  padding: 15px 24px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: .68rem;
  letter-spacing: .15em;
  transition: background 180ms ease, color 180ms ease;
}
.button:hover, .button:focus-visible { background: transparent; color: var(--green); }
.form-status { min-height: 1.5em; margin-top: 16px; font-size: .84rem; }

.site-footer {
  background: var(--white);
  padding: 60px clamp(24px, 8vw, 130px) 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
}
.footer-brand { display: flex; align-items: center; gap: 30px; }
.footer-brand img { width: 104px; height: 104px; border-radius: 50%; }
.footer-brand p { max-width: 300px; font-family: var(--serif); font-size: 1.25rem; line-height: 1.3; }
.footer-links { display: flex; gap: 24px; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.copyright { grid-column: 1 / -1; margin: 35px 0 0; padding-top: 20px; border-top: 1px solid var(--line); font-size: .7rem; }

.legal-page { background: var(--white); }
.legal-header { max-width: 1100px; margin: auto; padding: 28px 24px; display: flex; justify-content: space-between; align-items: center; }
.legal-header img { border-radius: 50%; }
.legal-content { max-width: 760px; margin: 70px auto 130px; padding: 0 24px; }
.legal-content h1 { font-size: clamp(3.5rem, 8vw, 6.5rem); line-height: .9; letter-spacing: -.05em; }
.legal-content h2 { margin: 45px 0 10px; font-size: 2rem; }
.legal-content .lead { font-family: var(--serif); font-size: 1.45rem; }
.legal-updated { margin-top: 55px; color: var(--green-soft); font-size: .8rem; }
.legal-footer { display: block; padding-top: 24px; }

@media (max-width: 1200px) {
  .site-header { position: absolute; padding: 18px 22px; }
  .brand { margin-left: 0; }
  .brand img { width: 132px; height: 132px; }
  .menu-toggle {
    display: grid;
    gap: 5px;
    width: 45px;
    height: 45px;
    align-content: center;
    justify-content: center;
    border: 0;
    background: rgba(246,243,236,.92);
    cursor: pointer;
  }
  .menu-toggle > span:not(.sr-only) { width: 20px; height: 1px; background: var(--ink); }
  .site-nav {
    position: absolute;
    top: 80px;
    right: 22px;
    display: none;
    min-width: 180px;
    padding: 22px;
    background: var(--paper);
    box-shadow: 0 16px 40px rgba(31,45,29,.13);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-left: 0;
  }
  .site-nav.is-open { display: flex; }
  .hero { min-height: auto; padding: 185px 0 0; grid-template-columns: 1fr; gap: 65px; }
  .hero-copy { padding: 0 24px; }
  .hero h1 { font-size: clamp(4.5rem, 21vw, 8rem); }
  .hero-image { width: 100%; height: 70vh; min-height: 560px; margin-left: 0; }
  .gallery-main { height: 70vw; }
  .about { grid-template-columns: 1fr; }
  .about-mark img { max-width: 330px; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .section-pad { padding: 82px 24px; }
  .hero { gap: 50px; }
  .hero-intro { font-size: 1rem; }
  .hero-image { height: 72vh; min-height: 520px; margin-left: 0; }
  .gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .gallery .section-heading { grid-column: 1 / -1; padding: 0 0 25px; }
  .gallery-main { grid-column: 1 / -1; height: 125vw; }
  .gallery-small { grid-column: 1 / 2; height: 72vw; margin-top: 20px !important; }
  .gallery-wide { grid-column: 2 / 3; height: 72vw; margin-top: 70px !important; }
  .gallery-wide img { object-position: center; }
  .about { gap: 50px; }
  .about-mark { order: 2; }
  .service-list article { grid-template-columns: 38px 1fr; gap: 15px; }
  .service-list p { grid-column: 2; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { display: block; padding: 50px 24px 25px; }
  .footer-brand { align-items: flex-start; }
  .footer-brand img { width: 86px; height: 86px; }
  .footer-links { margin-top: 45px; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
