:root {
  --bg: #f4f1ea;
  --paper: #ffffff;
  --paper-soft: #fff8ee;
  --dark: #181512;
  --muted: #716a61;
  --line: rgba(24, 21, 18, 0.12);

  --black: #181512;
  --charcoal: #2b2520;
  --red: #b3131f;
  --deep-red: #7d0f17;
  --gold: #d99b2b;
  --soft-gold: #fff0bf;
  --cream: #fff9ee;
  --stone: #e9ded0;

  --mix: linear-gradient(135deg, var(--charcoal), var(--deep-red), var(--gold));
  --shadow: 0 28px 80px rgba(24, 21, 18, 0.16);
  --shadow2: 0 16px 42px rgba(24, 21, 18, 0.09);

  --radius: 30px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--dark);
  background:
    radial-gradient(circle at 10% 10%, rgba(179, 19, 31, 0.11), transparent 30%),
    radial-gradient(circle at 90% 8%, rgba(217, 155, 43, 0.22), transparent 32%),
    radial-gradient(circle at 48% 100%, rgba(43, 37, 32, 0.08), transparent 36%),
    linear-gradient(180deg, #fffdf8 0%, var(--bg) 54%, #ece2d5 100%);
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(100% - 36px, var(--max));
  margin: 0 auto;
}

/* Header */

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 248, 238, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(24, 21, 18, 0.1);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--black);
}

.logo small {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: var(--muted);
  margin-top: -3px;
}

.logo-icon {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, var(--black) 0 34%, var(--deep-red) 34% 67%, var(--gold) 67% 100%);
  box-shadow: 0 15px 34px rgba(24, 21, 18, 0.24);
  border: 2px solid rgba(255, 255, 255, 0.82);
}

nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

nav a {
  padding: 10px 15px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  color: var(--dark);
  transition: 0.25s ease;
}

nav a:hover {
  background: rgba(217, 155, 43, 0.2);
  color: var(--deep-red);
}

.nav-btn {
  background: var(--mix);
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(125, 15, 23, 0.22);
}

/* Hero */

.hero {
  padding: 84px 0 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 30px;
  align-items: stretch;
}

.hero-card,
.hero-main,
.panel,
.card,
.hotel-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow2);
}

.hero-card {
  border-radius: var(--radius);
  padding: 36px;
  position: relative;
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: auto -80px -100px auto;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 155, 43, 0.28), transparent 70%);
}

.hero-card::after {
  content: "";
  position: absolute;
  left: -75px;
  top: -85px;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(179, 19, 31, 0.12), transparent 70%);
}

.hero-main {
  border-radius: calc(var(--radius) + 10px);
  padding: 56px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 240, 191, 0.68)),
    url("images/germany-bg.jpg");
  background-size: cover;
  background-position: center;
}

.hero-main::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(125, 15, 23, 0.17);
  border-radius: 28px;
  pointer-events: none;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(179, 19, 31, 0.09);
  color: var(--deep-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(217, 155, 43, 0.2);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin: 18px 0 22px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.075em;
  text-transform: lowercase;
  color: var(--black);
}

h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  letter-spacing: -0.052em;
  color: var(--black);
}

h3 {
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.034em;
}

p {
  color: var(--muted);
}

.hero-main p {
  max-width: 760px;
  font-size: 17px;
}

.mini-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.mini-list div {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, var(--paper-soft));
  border: 1px solid var(--line);
}

.mini-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--black);
}

.mini-list span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

/* Sections */

section {
  padding: 70px 0;
}

.two-column {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 30px;
  align-items: start;
}

.panel {
  border-radius: var(--radius);
  padding: 44px;
}

.soft-panel {
  background:
    linear-gradient(180deg, rgba(255, 240, 191, 0.72), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at top right, rgba(179, 19, 31, 0.11), transparent 45%);
  position: sticky;
  top: 110px;
}

.section-title {
  margin-bottom: 30px;
}

.section-title.center {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.info-box {
  padding: 23px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--line);
  margin-top: 16px;
  box-shadow: 0 14px 30px rgba(24, 21, 18, 0.06);
}

.info-box h3 {
  margin-bottom: 8px;
  color: var(--deep-red);
}

.info-box p {
  margin-bottom: 0;
}

/* Cards */

.cards,
.hotel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card {
  border-radius: 30px;
  padding: 32px;
  transition: 0.3s ease;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 238, 0.96));
}

.card:hover,
.hotel-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
  border-color: rgba(179, 19, 31, 0.22);
}

.card h3 {
  color: var(--black);
}

.card p {
  margin-bottom: 0;
}

/* Hotel Cards */

.hotel-grid {
  grid-template-columns: repeat(4, 1fr);
}

.hotel-card {
  border-radius: 32px;
  padding: 32px;
  min-height: 265px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  background:
    linear-gradient(180deg, #ffffff 0%, #fff8ee 58%, #ffe8ad 100%);
}

.hotel-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(217, 155, 43, 0.24);
}

.hotel-card::before {
  content: "";
  position: absolute;
  left: -52px;
  top: -52px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(179, 19, 31, 0.09);
}

.hotel-card span {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--black), var(--deep-red));
  color: #fff;
  font-weight: 900;
  margin-bottom: 50px;
  box-shadow: 0 15px 32px rgba(24, 21, 18, 0.24);
}

.hotel-card h3 {
  color: var(--deep-red);
}

.hotel-card p {
  margin-bottom: 0;
}

/* Footer */

.footer {
  padding: 44px 0;
  background:
    radial-gradient(circle at top left, rgba(217, 155, 43, 0.16), transparent 32%),
    linear-gradient(135deg, #14110f, #7d0f17 52%, #d99b2b);
  color: #fff;
}

.footer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer p {
  color: rgba(255, 255, 255, 0.84);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 12px 0 18px;
  justify-content: center;
}

.footer-links a,
.footer-links span {
  padding: 9px 15px;
  border-radius: 999px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.footer-links a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.footer-links span {
  background: var(--gold);
  color: #171717;
  border-color: transparent;
}

.small {
  font-size: 13px;
  margin-bottom: 0;
}

/* Responsive */

@media (max-width: 980px) {
  .hero-grid,
  .two-column,
  .cards,
  .hotel-grid {
    grid-template-columns: 1fr;
  }

  .soft-panel {
    position: static;
  }

  .hero-main {
    padding: 40px;
  }

  .header-inner {
    flex-direction: column;
    padding: 18px 0;
  }

  nav {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, var(--max));
  }

  .hero {
    padding-top: 46px;
  }

  .hero-card,
  .hero-main,
  .panel,
  .card,
  .hotel-card {
    padding: 24px;
  }

  h1 {
    font-size: 44px;
  }

  nav a {
    font-size: 13px;
    padding: 8px 10px;
  }
}