:root { color-scheme: light; --ink: #151515; --charcoal: #24231f; --muted: #676767; --warm-muted: #d7d2c8; --line: #deded9; --paper: #fff; --soft: #f6f6f2; --gold: #8a6818; --blue: #173e73; --red: #9f2424; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding-top: 142px; color: var(--ink); background: var(--paper); font-family: "Source Sans 3", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: white; background: var(--ink); text-decoration: none; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header, main > section, footer { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
main > section { scroll-margin-top: 190px; }
main > section > * { min-width: 0; }
.site-header { position: fixed; z-index: 20; top: 0; left: 50%; display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; min-height: 142px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 10px 30px rgba(21, 21, 21, .04); transform: translateX(-50%); }
.site-header::before { position: absolute; z-index: -1; inset: 0 50%; width: 100vw; background: inherit; border-bottom: inherit; content: ""; transform: translateX(-50%); }
.brand { display: block; text-decoration: none; }
.brand-wordmark { display: block; }
.header-crest { position: absolute; z-index: 2; top: 8px; right: 0; filter: drop-shadow(0 14px 16px rgba(24, 24, 23, .18)); }
.header-crest img { width: 100%; height: 100%; object-fit: contain; }
.brand-crest { align-self: flex-start; width: 238px; height: 287px; margin-bottom: -145px; object-fit: contain; transform: translateY(10px); }
.brand-copy { display: flex; flex-direction: column; }
.brand-name { font-family: "Newsreader", serif; font-size: 46px; font-weight: 600; line-height: 1.05; }
.brand-name small { display: block; margin-bottom: 10px; font-family: "Source Sans 3", sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; justify-self: end; align-items: center; gap: 36px; }
nav a { position: relative; padding-block: 10px; font-size: 14px; font-weight: 500; text-decoration: none; white-space: nowrap; }
nav a:not(.nav-contact)::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
nav a:not(.nav-contact):hover, nav a:not(.nav-contact).is-active { color: var(--blue); }
nav a:not(.nav-contact):hover::after, nav a:not(.nav-contact).is-active::after { transform: scaleX(1); }
.nav-contact { padding: 10px 18px; border: 1px solid var(--ink); }
.nav-contact:hover { color: white; background: var(--ink); }
.menu-button { display: none; }
.hero { position: relative; display: block; min-height: min(720px, calc(100vh - 142px)); overflow: hidden; isolation: isolate; }
.hero-copy { position: relative; z-index: 2; display: flex; width: 58%; min-height: inherit; flex-direction: column; justify-content: center; max-width: 760px; padding: 110px 42px 100px 0; }
.eyebrow { margin: 0 0 28px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::after { display: block; width: 42px; height: 1px; margin-top: 15px; background: currentColor; content: ""; }
.hero-motto { margin: 0 0 34px; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.hero-motto::after { display: block; width: 44px; height: 1px; margin-top: 18px; background: var(--gold); content: ""; }
.kicker, .section-number { margin: 0 0 26px; color: var(--blue); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: "Cormorant Garamond", serif; font-weight: 600; letter-spacing: 0; }
h1 { max-width: 980px; margin-bottom: 34px; font-size: clamp(66px, 7.4vw, 112px); line-height: .88; }
h2 { margin-bottom: 32px; font-size: clamp(46px, 5vw, 72px); line-height: 1.03; }
h3 { margin-bottom: 12px; font-size: 28px; }
.hero-intro { max-width: 650px; margin: 0; color: #454b55; font-size: 20px; line-height: 1.55; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; margin-top: 38px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; font-size: 14px; font-weight: 600; text-decoration: none; }
.button-primary { color: white; background: var(--ink); }
.button-primary:hover { background: var(--blue); }
.button-link { gap: 18px; padding-inline: 0; border-bottom: 1px solid var(--gold); letter-spacing: .08em; text-transform: uppercase; }
.media-placeholder { display: flex; flex-direction: column; justify-content: flex-end; min-height: 280px; padding: 26px; color: #5f5c55; background: #ecebe6; border: 1px solid #d2cfc6; }
.media-placeholder span { font-family: "Cormorant Garamond", serif; font-size: 27px; font-weight: 600; }
.media-placeholder small { margin-top: 3px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.hero .hero-media { position: absolute; z-index: 0; inset: 0; min-height: 100%; overflow: hidden; background: var(--charcoal); }
.hero .hero-media > picture { position: absolute; inset: 0; }
.hero .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero .hero-media::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0) 80%, #fff 100%), linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .99) 30%, rgba(255, 255, 255, .92) 43%, rgba(255, 255, 255, .7) 54%, rgba(255, 255, 255, .18) 70%, rgba(255, 255, 255, 0) 82%); content: ""; pointer-events: none; }
.media-placeholder.hero-media { display: flex; padding: 36px; }
.media-placeholder.hero-media::before { align-self: center; margin: auto; color: #aaa69b; font-size: 11px; font-weight: 600; letter-spacing: .18em; content: "FOTO FEHLT"; text-transform: uppercase; }
.section { padding-block: 120px; }
.section-heading { max-width: 880px; }
.section-intro { max-width: 760px; color: var(--muted); font-size: 19px; }
.lead-columns { display: grid; gap: 64px; max-width: 930px; margin: 50px 0 70px auto; color: var(--muted); }
.lead-columns p, .section-text p, .split-copy > p, .history-copy p, .house-copy > p, .contact-copy > p { margin: 0 0 22px; }
.intro-section { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; padding-block: 110px; border-top: 1px solid var(--line); }
.section-copy { max-width: 900px; }
.columns { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; color: var(--muted); }
.columns p { margin: 0; }
.principles { display: grid; grid-template-columns: repeat(4, 1fr); padding-bottom: 120px; }
.principles article { min-height: 290px; padding: 28px; border-top: 3px solid var(--ink); background: var(--soft); }
.principles article + article { border-left: 1px solid var(--line); }
.principles article:nth-child(2) { border-top-color: var(--gold); }
.principles article:nth-child(3) { border-top-color: var(--blue); }
.principles article:nth-child(4) { border-top-color: var(--red); }
.principles span { display: block; margin-bottom: 78px; color: var(--muted); font-size: 11px; }
.principles p { margin: 0; color: var(--muted); font-size: 14px; }
.life-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; border-top: 1px solid var(--line); }
.section-text { max-width: 560px; padding-top: 66px; color: var(--muted); }
.photo-grid { grid-column: 1 / -1; display: grid; grid-template-columns: 1.35fr .65fr; }
.photo-grid .media-large { grid-row: 1 / 3; }
.values-section { width: 100%; max-width: none; padding-inline: max(32px, calc((100% - 1240px) / 2)); background: var(--soft); }
.value-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.value-columns p, .split-copy > p { color: var(--muted); }
.fine-print { padding-top: 16px; border-top: 1px solid var(--line); font-size: 14px; }
.split-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.split-copy { max-width: 650px; }
.portrait-media { min-height: 620px; }
.bond-section { border-top: 1px solid var(--line); }
.house-section { display: grid; grid-template-columns: 1.05fr .95fr; width: 100%; max-width: none; min-height: 620px; background: var(--soft); }
.house-mark { display: flex; flex-direction: column; justify-content: center; padding: 70px; color: white; background: var(--ink); }
.house-mark span, .house-mark small { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.house-mark strong { margin-block: 20px; font-family: "Newsreader", serif; font-size: clamp(100px, 14vw, 190px); font-weight: 500; line-height: .85; }
.house-mark small { color: #aaa; }
.house-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px; }
.house-copy > p:not(.section-number) { max-width: 560px; color: var(--muted); }
.facts { display: grid; grid-template-columns: 1.4fr .6fr 1fr; gap: 22px; margin: 50px 0 0; padding-top: 26px; border-top: 1px solid var(--line); }
.facts dt { margin-bottom: 7px; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.facts dd { margin: 0; font-size: 13px; font-weight: 600; line-height: 1.5; }
.history-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-block: 130px; }
.history-copy { max-width: 560px; padding-top: 42px; }
.history-copy p { margin: 0 0 24px; color: var(--muted); }
.history-media { min-height: 210px; margin-top: 30px; }
.text-link { display: inline-flex; gap: 8px; margin-top: 14px; color: var(--blue); font-size: 14px; font-weight: 600; text-underline-offset: 6px; }
.contact-section { display: grid; grid-template-columns: .8fr 1.5fr auto; gap: 60px; align-items: center; width: 100%; max-width: none; padding: 85px max(32px, calc((100% - 1240px) / 2)); color: #f8f4ec; background: var(--charcoal); }
.contact-section .eyebrow, .contact-section .section-number { color: #d0ad59; }
.contact-section h2 { margin-bottom: 12px; }
.contact-section p { margin: 0; color: var(--warm-muted); }
.contact-copy { max-width: 820px; }
.contact-address { display: grid; gap: 8px; margin-top: 34px; color: #f0ebe2; }
.contact-address address { font-style: normal; }
.contact-address a { color: white; overflow-wrap: anywhere; }
.button-light { color: var(--charcoal); background: #f8f4ec; white-space: nowrap; }
.button-light:hover { color: white; background: var(--ink); }
footer { display: grid; grid-template-columns: 1.3fr 1fr 1fr .7fr; gap: 50px; padding-block: 54px; font-size: 13px; }
footer h3 { margin-bottom: 18px; font-family: "Source Sans 3", sans-serif; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { font-family: "Newsreader", serif; font-size: 23px; }
.footer-brand span, footer address { color: var(--muted); font-style: normal; }
.footer-links { display: flex; flex-direction: column; gap: 7px; }
.footer-links a { text-underline-offset: 5px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@media (max-width: 900px) {
  body { padding-top: 96px; }
  .site-header, main > section, footer { width: min(100% - 36px, 1240px); }
  main > section { scroll-margin-top: 130px; }
  .site-header { --mobile-crest-space: 120px; grid-template-columns: minmax(0, 1fr); min-height: 96px; }
  .brand-crest { width: 114px; height: 159px; margin-bottom: -63px; transform: translateY(7px); }
  .brand-name { font-size: 27px; }
  .brand-name small { max-width: 98px; font-size: 8px; line-height: 1.3; }
  .menu-button { position: absolute; z-index: 4; top: 50%; right: var(--mobile-crest-space); display: grid; gap: 7px; width: 44px; height: 44px; place-content: center; border: 0; background: transparent; transform: translateY(-50%); }
  .menu-button > span:not(.sr-only) { display: block; width: 23px; height: 1px; background: var(--ink); transition: transform 180ms ease; }
  .menu-button[aria-expanded="true"] > span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  nav { position: absolute; z-index: 3; top: 82px; right: var(--mobile-crest-space); display: none; width: min(260px, calc(100vw - var(--mobile-crest-space) - 30px)); align-items: stretch; padding: 10px 18px 18px; border: 1px solid var(--line); background: white; box-shadow: 0 18px 40px rgba(21, 21, 21, .12); }
  nav.is-open { display: flex; flex-direction: column; gap: 0; }
  nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); }
  nav a::after { display: none; }
  .nav-contact { border: 0; }
  .hero { display: grid; grid-template-columns: 1fr; min-height: auto; padding-block: 0; overflow: visible; }
  .hero-copy { width: auto; min-height: 620px; padding: 92px 0 70px; }
  .hero .hero-media { position: relative; inset: auto; min-height: 500px; }
  .hero .hero-media::after { display: none; }
  .section { padding-block: 92px; }
  .life-section, .split-section, .history-section, .contact-section { grid-template-columns: 1fr; gap: 48px; }
  .lead-columns { margin-left: 0; }
  .value-columns { grid-template-columns: 1fr; }
  .value-columns article { padding-bottom: 34px; }
  .bond-section .portrait-media { order: 2; }
  .intro-section { grid-template-columns: 1fr; gap: 26px; }
  .principles { grid-template-columns: 1fr 1fr; }
  .house-section { grid-template-columns: 1fr; }
  .house-copy { padding: 60px 34px; }
  .history-section { gap: 48px; }
  .contact-section { grid-template-columns: 1fr; gap: 24px; padding: 60px 34px; }
  .contact-section .button { justify-self: start; }
  footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .site-header { --mobile-crest-space: 94px; width: min(100% - 24px, 1240px); }
  .brand { max-width: calc(100vw - 162px); }
  .desktop-break { display: none; }
  h1 { font-size: 41px; hyphens: auto; }
  h2 { font-size: 42px; hyphens: auto; overflow-wrap: anywhere; }
  .brand-name { font-size: 24px; }
  .hero-intro { font-size: 17px; }
  .hero-copy { min-height: auto; padding-block: 84px 64px; }
  .hero-media { min-height: 390px; }
  .hero-actions, .button-row { align-items: stretch; gap: 12px; }
  .section { padding-block: 76px; }
  .columns, .principles, .history-section, footer { grid-template-columns: 1fr; }
  .intro-section, .history-section { padding-block: 80px; }
  .lead-columns { gap: 8px; margin-block: 36px 50px; }
  .principles article { min-height: 240px; }
  .principles span { margin-bottom: 48px; }
  .life-section, .split-section { gap: 34px; }
  .section-text { padding-top: 0; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-grid .media-large { grid-row: auto; }
  .values-section, .contact-section { padding-inline: 14px; }
  .portrait-media { min-height: 400px; }
  .house-mark { min-height: 380px; padding: 50px 34px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts div:first-child { grid-column: 1 / -1; }
  .history-copy { padding-top: 0; }
  footer { gap: 38px; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: reveal 600ms both; }
  .hero-copy > :nth-child(2) { animation-delay: 80ms; }
  .hero-copy > :nth-child(3) { animation-delay: 160ms; }
  .hero-copy > :nth-child(4) { animation-delay: 240ms; }
  @keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
}
