:root {
  color-scheme: light;
  --ink: #17312e;
  --green: #173d38;
  --green-soft: #dfe8df;
  --paper: #f6f1e6;
  --paper-deep: #e9dfcc;
  --amber: #c88321;
  --amber-light: #e6b55f;
  --line: rgba(23, 49, 46, 0.2);
  --max: 1240px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 88px;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font: 600 0.75rem/1 Inter, sans-serif;
  letter-spacing: 0.08em;
}

nav { display: flex; gap: 28px; }
nav a { text-decoration: none; font-size: 0.9rem; }
nav a:hover { color: var(--amber); }

.hero {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 670px;
  padding: 30px 28px 70px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
  align-items: center;
  gap: 62px;
}

.hero-copy { padding-left: clamp(0px, 3vw, 44px); }
.eyebrow {
  margin: 0 0 20px;
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { max-width: 620px; margin: 0; font-size: clamp(3.2rem, 6vw, 6.4rem); line-height: 0.94; letter-spacing: -0.045em; }
h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 4.4rem); line-height: 1.02; letter-spacing: -0.035em; }
h3 { margin: 38px 0 12px; font-size: 1.65rem; }

.hero-lead { max-width: 560px; margin: 30px 0; font-size: 1.08rem; line-height: 1.75; }
.button {
  display: inline-flex;
  padding: 15px 22px;
  border-radius: 999px;
  background: var(--green);
  color: white;
  text-decoration: none;
  font-weight: 650;
}
.button:hover { background: #22534d; }

.hero-media { margin: 0; position: relative; }
.hero-media img { width: 100%; aspect-ratio: 1.24; object-fit: cover; border-radius: 48% 48% 18px 18px; }
.hero-media figcaption { margin-top: 12px; color: rgba(23, 49, 46, 0.68); font-size: 0.78rem; }

.section-pad { padding: 110px max(28px, calc((100vw - var(--max)) / 2 + 28px)); }
.intro { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 9vw; background: var(--green); color: white; }
.intro .eyebrow { color: var(--amber-light); }
.prose { max-width: 660px; font-size: 1.08rem; line-height: 1.85; }
.prose p:first-child { margin-top: 0; }

.collections { background: #fbf8f1; }
.section-heading { max-width: 780px; margin-bottom: 58px; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.collection-card { min-height: 320px; padding: 28px; border-radius: 18px; display: flex; flex-direction: column; justify-content: flex-end; }
.collection-card > span { margin-bottom: auto; font-size: 0.78rem; font-weight: 700; }
.collection-card p { max-width: 30ch; margin: 0; line-height: 1.6; }
.amber-light { background: #e8bd70; }
.amber-deep { background: #8d5421; color: white; }
.sea-green { background: #bccfc2; }

.process { background: var(--paper); }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 64px 0.8fr 1.3fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.steps li::before { content: counter(list-item, decimal-leading-zero); color: var(--amber); font-size: 0.78rem; }
.steps strong { font: 500 1.45rem/1.2 Georgia, serif; }
.steps span { line-height: 1.6; color: rgba(23, 49, 46, 0.75); }

.contact { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 10vw; background: var(--paper-deep); }
.contact p:not(.eyebrow) { max-width: 650px; line-height: 1.75; }
address { display: flex; flex-direction: column; gap: 15px; align-self: end; font-style: normal; }
address a { font: 500 1.5rem/1.3 Georgia, serif; text-underline-offset: 5px; }

footer { min-height: 110px; padding: 32px max(28px, calc((100vw - var(--max)) / 2 + 28px)); display: flex; justify-content: space-between; align-items: center; gap: 20px; background: var(--green); color: white; font-size: 0.83rem; }

a:focus-visible { outline: 3px solid var(--amber-light); outline-offset: 4px; }

@media (max-width: 760px) {
  .site-header { min-height: auto; align-items: flex-start; }
  nav { display: none; }
  .hero { min-height: auto; padding-top: 28px; grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { padding-left: 0; }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-media { order: -1; }
  .hero-media img { aspect-ratio: 4 / 3; border-radius: 46% 46% 14px 14px; }
  .section-pad { padding-top: 78px; padding-bottom: 78px; }
  .intro, .contact { grid-template-columns: 1fr; gap: 46px; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card { min-height: 250px; }
  .steps li { grid-template-columns: 42px 1fr; }
  .steps span { grid-column: 2; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
