:root {
  --ink: #113b31;
  --ink-deep: #092b24;
  --cream: #f1f5ef;
  --paper: #e2ebe0;
  --oat: #bac17e;
  --clay: #487567;
  --line: rgba(18, 58, 49, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 10; padding: 10px 14px; background: var(--cream); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 16px; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(820px, 100svh);
  overflow: hidden;
  padding: 28px clamp(24px, 5vw, 80px) 28px;
  background-color: var(--ink-deep);
  background-image: url("sauerland-hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--cream);
}
.hero::before, .hero::after { content: ""; position: absolute; z-index: -1; pointer-events: none; }
.hero::before { inset: 0; background: linear-gradient(90deg, rgba(8, 29, 24, .88) 0%, rgba(8, 29, 24, .68) 40%, rgba(8, 29, 24, .18) 73%, rgba(8, 29, 24, .1) 100%); }
.hero::after { inset: auto 0 0; height: 36%; background: linear-gradient(transparent, rgba(7, 24, 20, .68)); }
.hero-lines { display: none; }
.image-credit { position: absolute; z-index: 3; padding: 7px 10px; border: 1px solid rgba(241,245,239,.42); background: rgba(9,43,36,.58); color: var(--cream); font-size: 9px; font-weight: 800; letter-spacing: .12em; line-height: 1; text-transform: uppercase; backdrop-filter: blur(8px); }
.image-credit-hero { top: 88px; right: clamp(24px, 5vw, 80px); }
.site-header { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; max-width: 1440px; margin: auto; }
.wordmark { font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 3vw, 39px); line-height: 1; letter-spacing: -.065em; }
.wordmark span { color: var(--oat); }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: 13px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
nav a { padding-block: 8px; border-bottom: 1px solid transparent; }
nav a { text-shadow: 0 2px 16px rgba(0,0,0,.5); }
nav a:hover { border-color: var(--oat); }
.hero-content { position: relative; z-index: 1; max-width: 1440px; margin: clamp(105px, 18vh, 200px) auto 0; }
.eyebrow, .section-label { margin: 0 0 22px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--oat); }
.eyebrow span { width: 8px; height: 8px; border-radius: 100%; background: var(--clay); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.062em; line-height: .96; }
h1 { max-width: 850px; margin-bottom: 30px; font-size: clamp(62px, 9vw, 146px); }
.hero-copy { max-width: 485px; margin-bottom: 34px; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.58; }
.hero-copy strong, .contact strong { color: var(--oat); font-weight: 700; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 53px; padding: 13px 18px 13px 22px; font-size: 13px; font-weight: 800; letter-spacing: .03em; transition: transform .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 21px; line-height: 0; }
.button-primary { background: var(--oat); color: var(--ink-deep); }
.text-link { border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 13px; font-weight: 800; }
.text-link span { padding-left: 7px; }
.hero-caption { position: absolute; z-index: 1; right: clamp(24px, 5vw, 80px); bottom: 28px; display: flex; gap: 18px; color: rgba(245,240,228,.82); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-shadow: 0 2px 14px rgba(0,0,0,.8); text-transform: uppercase; }
.hero-caption span + span::before { content: "·"; margin-right: 18px; color: var(--oat); }

.statement, .potential { padding: clamp(88px, 12vw, 176px) clamp(24px, 9vw, 150px); }
.statement { background: var(--cream); }
.section-label { color: var(--clay); }
.statement-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(240px, .7fr); gap: clamp(36px, 9vw, 160px); align-items: end; }
h2 { font-size: clamp(43px, 6.5vw, 94px); }
.statement-grid h2 { max-width: 820px; margin: 0; }
.statement-grid p { max-width: 390px; margin: 0 0 5px; font-size: 17px; line-height: 1.65; }

.potential { background: var(--paper); }
.section-intro { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 24px; align-items: start; margin-bottom: clamp(56px, 8vw, 105px); }
.section-intro h2 { max-width: 860px; margin: 0; }
.potential-list { border-top: 1px solid var(--line); }
.potential-list article { display: grid; grid-template-columns: .25fr .9fr 1fr; gap: 24px; align-items: baseline; padding: clamp(28px, 4vw, 52px) 0; border-bottom: 1px solid var(--line); }
.list-number { color: var(--clay); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.potential-list h3 { margin: 0; font-size: clamp(30px, 3.8vw, 56px); }
.potential-list p { max-width: 370px; margin: 0; font-size: 15px; line-height: 1.6; }

.domain-feature { position: relative; display: flex; justify-content: flex-end; min-height: 670px; background: linear-gradient(90deg, rgba(7, 31, 25, .1) 0%, rgba(7, 31, 25, .23) 40%, rgba(7, 31, 25, .84) 68%, rgba(7, 31, 25, .97) 100%), url("sauerland-farm.png") center / cover no-repeat; color: var(--cream); }
.image-credit-domain { bottom: 28px; left: clamp(24px, 5vw, 80px); }
.domain-copy { width: 50%; align-self: center; padding: clamp(68px, 9vw, 140px); }
.domain-copy .section-label { color: var(--oat); }.domain-copy h2 { margin-bottom: 26px; font-size: clamp(60px, 7.5vw, 108px); }.domain-copy h2 em { color: var(--oat); font-style: normal; }.domain-copy > p:not(.section-label) { max-width: 480px; font-size: 17px; line-height: 1.65; }
.domain-copy ul { display: grid; gap: 12px; margin: 34px 0 0; padding: 0; list-style: none; font-size: 13px; font-weight: 700; }.domain-copy li { display: flex; align-items: center; gap: 11px; }.domain-copy li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--clay); }

.contact { padding: clamp(90px, 13vw, 185px) 24px; text-align: center; background: linear-gradient(128deg, #082c25 0%, #155648 49%, #0a342b 100%); color: var(--cream); }.contact .section-label { color: var(--oat); }.contact h2 { margin-bottom: 26px; }.contact > p:not(.section-label) { max-width: 560px; margin: 0 auto 35px; font-size: 17px; line-height: 1.65; }.button-light { background: var(--cream); color: var(--ink); }.contact strong { color: var(--cream); }
footer { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 30px clamp(24px, 5vw, 80px); background: var(--ink-deep); color: var(--cream); }footer .wordmark { font-size: 26px; }footer p, .footer-links a { margin: 0; color: rgba(245,240,228,.7); font-size: 12px; font-weight: 700; }.footer-links { display: flex; flex-wrap: wrap; gap: 14px 24px; }.footer-links a { border-bottom: 1px solid rgba(245,240,228,.45); }

.legal-page { min-height: 100svh; background: var(--cream); }.legal-header { display: flex; align-items: center; justify-content: space-between; padding: 26px clamp(24px, 5vw, 80px); background: var(--ink-deep); color: var(--cream); }.legal-back { font-size: 13px; font-weight: 800; }.legal-content { width: min(100% - 48px, 820px); margin: 0 auto; padding: clamp(72px, 10vw, 128px) 0; }.legal-content h1 { margin-bottom: 40px; color: var(--ink); font-size: clamp(58px, 9vw, 104px); }.legal-content h2 { margin: 56px 0 16px; font-size: clamp(28px, 4vw, 43px); line-height: 1.02; }.legal-content p { max-width: 650px; font-size: 16px; line-height: 1.7; }.legal-content a { border-bottom: 1px solid var(--clay); }.legal-note { margin: 0 0 52px; padding: 20px 22px; border-left: 4px solid var(--clay); background: #dce9dc; line-height: 1.6; }.legal-footer { padding: 28px clamp(24px, 5vw, 80px); }.legal-footer span, .legal-footer a { color: rgba(241,245,239,.72); font-size: 12px; font-weight: 700; }.legal-footer a { border-bottom: 1px solid rgba(241,245,239,.45); }

@media (max-width: 760px) { .hero { min-height: 710px; background-position: 48% center; }.hero::before { background: linear-gradient(180deg, rgba(8, 29, 24, .84) 0%, rgba(8, 29, 24, .63) 55%, rgba(8, 29, 24, .72) 100%); }.image-credit-hero { top: 84px; }.hero-content { margin-top: 112px; }.hero-caption { left: 24px; right: 24px; bottom: 23px; gap: 9px; justify-content: space-between; font-size: 8px; }.hero-caption span + span::before { content: none; }.statement-grid, .section-intro { grid-template-columns: 1fr; }.potential-list article { grid-template-columns: 42px 1fr; }.potential-list article p { grid-column: 2; }.domain-feature { display: block; min-height: auto; background: linear-gradient(180deg, rgba(7, 31, 25, .35) 0%, rgba(7, 31, 25, .92) 72%), url("sauerland-farm.png") center / cover no-repeat; }.domain-copy { width: 100%; min-height: 630px; padding: 72px 24px 85px; }.contact h2 { font-size: clamp(48px, 13vw, 72px); }footer { align-items: flex-start; flex-direction: column; }.legal-header { align-items: flex-start; }.legal-content h2 { margin-top: 45px; } }
@media (max-width: 440px) { nav { gap: 16px; font-size: 11px; }.hero-caption span:nth-child(2) { display: none; }h1 { font-size: 56px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.button { width: 100%; }.potential-list h3 { font-size: 34px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
