:root {
  --bg: #f7f4ee;
  --panel: #ffffff;
  --ink: #202020;
  --muted: #6f6a61;
  --accent: #b5452f;
  --accent-dark: #863322;
  --line: #ded6ca;
  --soft: #eee7dc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

a {
  color: var(--accent-dark);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img,
iframe {
  max-width: 100%;
}

.romlicontainer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(247, 244, 238, 0.95);
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.site-logo {
  color: var(--ink);
  display: flex;
  flex-direction: column;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.site-logo small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.16em;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.site-nav a {
  color: var(--ink);
}

.hero {
  padding: 92px 0;
  background:
    linear-gradient(135deg, rgba(181, 69, 47, 0.9), rgba(45, 45, 45, 0.82)),
    radial-gradient(circle at top left, #d9c7a8, transparent 42%);
  color: #fff;
}

.hero__content {
  max-width: 820px;
}

.eyebrow {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f4d8c7;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.15;
  margin: 0 0 18px;
}

h1 {
  font-size: clamp(2.4rem, 7vw, 5rem);
  letter-spacing: -0.05em;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3.3rem);
  letter-spacing: -0.035em;
}

h3 {
  font-size: 1.45rem;
}

.hero p {
  color: #f7eee8;
  font-size: 1.18rem;
  max-width: 760px;
}

.button,
button {
  align-items: center;
  background: var(--accent);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  justify-content: center;
  padding: 12px 22px;
  text-transform: uppercase;
}

.button:hover,
button:hover {
  background: var(--accent-dark);
  text-decoration: none;
}

.section {
  padding: 76px 0;
}

.section--panel {
  background: var(--panel);
}

.split {
  display: flex;
  gap: 42px;
  align-items: flex-start;
}

.split > * {
  flex: 1 1 0;
}

.lead {
  color: var(--muted);
  font-size: 1.2rem;
}

.two-col {
  column-count: 2;
  column-gap: 42px;
}

.info-grid,
.gallery-grid,
.blog-grid,
.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.info-card,
.gallery-card,
.blog-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(32, 32, 32, 0.06);
  padding: 26px;
}

.info-card,
.blog-card {
  flex: 1 1 260px;
}

.gallery-card {
  flex: 1 1 280px;
  min-height: 190px;
}

.gallery-card small {
  color: var(--muted);
  display: block;
  margin-top: 8px;
}

.quote {
  border-left: 4px solid var(--accent);
  color: var(--muted);
  font-size: 1.12rem;
  margin: 32px 0 0;
  padding-left: 22px;
}

.map-responsive iframe {
  border: 0;
  display: block;
  min-height: 420px;
  width: 100%;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

input,
textarea {
  border: 1px solid var(--line);
  border-radius: 14px;
  font: inherit;
  padding: 12px 14px;
  width: 100%;
}

.privacy-content,
.article-shell {
  background: var(--panel);
  border-radius: 28px;
  margin: 42px auto 76px;
  padding: clamp(24px, 5vw, 56px);
}

.page-header {
  padding: 64px 0 24px;
}

.blog-container {
  width: 100%;
}

.blog-title {
  margin-bottom: 10px;
}

.blog-preview p {
  color: var(--muted);
  margin-bottom: 0;
}

.site-footer {
  background: #25221e;
  color: #f8f1e6;
  padding: 52px 0 28px;
}

.site-footer a {
  color: #f4d8c7;
}

.footer-grid > * {
  flex: 1 1 300px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

.site-footer__links {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 28px;
  padding-top: 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .site-header__inner,
  .split,
  .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .two-col {
    column-count: 1;
  }

  .hero,
  .section {
    padding: 54px 0;
  }
}
