:root {
  --paper: #f3f0e8;
  --ink: #111417;
  --muted: #5d615f;
  --line: #c9c5bb;
  --blue: #1259ff;
  --orange: #e8662a;
  --white: #fffdf7;
  --dark: #0b1821;
  --max: 84rem;
  --measure: 48rem;
  --pad: clamp(1rem, 3vw, 2rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-wrap: anywhere; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.65; }
img { display: block; width: 100%; height: auto; background: #d8d4ca; }
a { color: inherit; text-underline-offset: .18em; }
a:hover { color: var(--blue); }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: .2rem solid var(--orange); outline-offset: .2rem; }
.skip-link { position: fixed; z-index: 1000; top: .5rem; left: .5rem; padding: .75rem 1rem; background: var(--ink); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.shell { width: min(100% - (2 * var(--pad)), var(--max)); margin-inline: auto; }
.measure { max-width: var(--measure); }
.eyebrow { margin: 0 0 .6rem; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 700; line-height: .98; letter-spacing: -.035em; }
h1 { max-width: 12ch; font-size: clamp(3rem, 7.2vw, 6rem); }
h2 { font-size: clamp(2.1rem, 6vw, 4.6rem); }
h3 { font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.08; }
p { margin: .85rem 0 0; }
.lead { max-width: 46rem; font-size: clamp(1.1rem, 2vw, 1.42rem); line-height: 1.48; }
.meta { color: var(--muted); font-size: .86rem; letter-spacing: .04em; }
.rule { border-top: 1px solid var(--ink); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(243,240,232,.96); border-bottom: 1px solid var(--ink); backdrop-filter: blur(.55rem); }
.header-inner { min-height: 4.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand img { width: 2.15rem; height: 2.15rem; background: none; }
.brand-copy { display: grid; line-height: 1; }
.brand-name { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 800; letter-spacing: -.04em; }
.brand-note { margin-top: .3rem; font-size: .64rem; letter-spacing: .09em; text-transform: uppercase; }
.nav-desktop { display: none; }
.nav-desktop ul, .mobile-panel ul { margin: 0; padding: 0; list-style: none; }
.nav-desktop a, .mobile-panel a { display: block; min-height: 2.75rem; padding: .72rem .78rem; font-size: .82rem; font-weight: 800; letter-spacing: .03em; text-decoration: none; text-transform: uppercase; }
.nav-desktop .nav-cta, .mobile-panel .nav-cta { background: var(--blue); color: #fff; }
.mobile-nav { position: relative; }
.mobile-nav summary { min-width: 3rem; min-height: 3rem; display: grid; place-items: center; cursor: pointer; font-weight: 800; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-panel { position: absolute; right: 0; top: calc(100% + .65rem); width: min(21rem, calc(100vw - 2rem)); background: var(--paper); border: 1px solid var(--ink); box-shadow: .5rem .5rem 0 var(--orange); }
.mobile-panel li + li { border-top: 1px solid var(--line); }

.hero { padding: clamp(2.5rem, 7vw, 6.5rem) 0; border-bottom: 1px solid var(--ink); }
.hero-grid { display: grid; gap: 2rem; }
.hero-copy { align-self: end; }
.hero .actions { margin-top: 1.5rem; }
.hero-media { position: relative; }
.hero-media::after { content: "01 / REISEBLICK"; position: absolute; right: 0; bottom: 0; padding: .65rem .8rem; background: var(--orange); color: var(--ink); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.hero-media img { aspect-ratio: 4 / 3; object-fit: cover; }
.page-hero { padding: clamp(3rem, 9vw, 7rem) 0; border-bottom: 1px solid var(--ink); }
.page-hero h1 { max-width: 14ch; font-size: clamp(3rem, 8vw, 6.7rem); }
.page-hero-media { margin-top: 2rem; }
.page-hero-media img { aspect-ratio: 16 / 7; object-fit: cover; }

.actions { display: flex; flex-direction: column; gap: .7rem; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: .75rem 1rem; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: .8rem; font-weight: 900; letter-spacing: .06em; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .18s ease, color .18s ease, transform .18s ease; }
.button:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.button.secondary { background: transparent; color: var(--ink); }
.button.secondary:hover { background: var(--orange); }

.section { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.section-alt { background: var(--white); }
.section-dark { background: var(--dark); color: #fff; }
.section-dark .button.secondary { border-color: #fff; color: #fff; }
.section-dark .button.secondary { border-color: #fff; color: #fff; }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1rem; margin-bottom: 2rem; padding-top: .85rem; border-top: 3px solid var(--ink); }
.section-dark .section-head { border-color: #fff; }
.section-head p { max-width: 42rem; }
.gallery { display: grid; gap: 1.1rem; }
.gallery figure { margin: 0; }
.gallery img { aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.86) contrast(1.03); }
.gallery figcaption { display: grid; grid-template-columns: 2rem 1fr; gap: .7rem; padding-top: .65rem; border-top: 1px solid var(--ink); font-size: .88rem; }
.gallery figure:nth-child(3n + 1) img { aspect-ratio: 3 / 2; }
.feature { display: grid; gap: 1.5rem; align-items: center; }
.feature-media img { aspect-ratio: 4 / 3; object-fit: cover; }
.feature-copy .button { margin-top: 1.4rem; }
.cards { display: grid; gap: 0; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.card { min-height: 15rem; padding: 1.25rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.card-number { display: block; margin-bottom: 3rem; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.principles .card { min-height: 12rem; }
.editorial-copy { max-width: 59rem; }
.editorial-copy p { font-family: Georgia, serif; font-size: clamp(1.3rem, 3vw, 2.2rem); line-height: 1.35; }
.editorial-copy .button { margin-top: 1.5rem; }
.contact-band { display: grid; gap: 2rem; }
.contact-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid currentColor; }
.contact-list li { padding: .75rem 0; border-bottom: 1px solid currentColor; }
.contact-list a { font-weight: 800; }

.content-stack { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; }
.content-section { padding: 2.25rem 0 2.5rem; border-bottom: 1px solid var(--line); }
.content-section .content-grid { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.2rem; }
.content-grid > *, .section-head > *, .feature > *, .contact-band > * { min-width: 0; }
.content-section h2 { font-size: clamp(2rem, 5vw, 3.4rem); }
.content-section h3 { margin-top: 1.5rem; }
.content-section p { max-width: var(--measure); }
.guide-section { counter-increment: guide; }
.guide-kicker { display: inline-flex; width: 2.7rem; height: 2.7rem; align-items: center; justify-content: center; margin-bottom: 1rem; background: var(--orange); font-weight: 900; }
.facts { display: grid; gap: .8rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.facts li { padding: 1rem; border: 1px solid var(--line); background: var(--white); }
.facts strong { display: block; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.cta-aside { margin-top: 3rem; padding: clamp(1.5rem, 5vw, 3rem); background: var(--blue); color: #fff; }
.cta-aside .button { margin-top: 1.4rem; background: #fff; color: var(--ink); }
.contact-records { display: grid; gap: 1px; margin-top: 1.5rem; background: var(--ink); border: 1px solid var(--ink); }
.contact-record { padding: 1.2rem; background: var(--paper); }
.contact-record dt { font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-record dd { margin: .25rem 0 0; }

.site-footer { padding: 3.5rem 0 1.5rem; background: var(--dark); color: #fff; }
.footer-grid { display: grid; gap: 2rem; }
.footer-brand { max-width: 28rem; }
.footer-title { font-family: Georgia, serif; font-size: 2.3rem; font-weight: 800; line-height: 1; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.footer-links h2 { font-family: Arial, sans-serif; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links ul { margin: .8rem 0 0; padding: 0; list-style: none; }
.footer-links li { margin-top: .45rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1rem; margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid #7c858b; font-size: .78rem; }

@media (min-width: 48rem) {
  .actions { flex-direction: row; }
  .hero-grid { grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery figure:nth-child(3n) { grid-column: 1 / -1; }
  .gallery figure:nth-child(3n) img { aspect-ratio: 16 / 7; }
  .feature { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature.reverse .feature-media { order: 2; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-band { grid-template-columns: 1.15fr .85fr; }
  .section-head { grid-template-columns: 1.2fr .8fr; align-items: end; }
  .content-section .content-grid { grid-template-columns: minmax(14rem, .75fr) minmax(0, 1.6fr); }
  .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-records { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.1fr .9fr; }
}

@media (min-width: 64rem) {
  .mobile-nav { display: none; }
  .nav-desktop { display: block; }
  .nav-desktop ul { display: flex; align-items: center; }
  .cards.services { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cards.principles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-records { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

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