:root {
  --de-ink: #0a0909;
  --de-panel: #171311;
  --de-gold: #caa173;
  --de-muted: #b8b2ad;
  --de-line: rgba(255, 255, 255, .18);
}

.de-site {
  color: #fff;
  background: var(--de-ink);
  font-family: Barlow, Arial, sans-serif;
}

.de-site * { box-sizing: border-box; }
.de-site a { color: inherit; }

.de-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.de-header {
  z-index: 90;
  border-bottom: 1px solid var(--de-line);
  background: rgba(10, 9, 9, .94);
  position: sticky;
  top: 0;
  backdrop-filter: blur(14px);
}

.de-header__inner {
  min-height: 88px;
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
}

.de-brand img { width: 126px; display: block; }

.de-nav { display: flex; flex: 1; justify-content: flex-end; gap: clamp(13px, 2vw, 28px); align-items: center; }
.de-nav a { color: rgba(255,255,255,.78); font: 800 11px/1 Barlow, sans-serif; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.de-nav a:hover, .de-nav a[aria-current="page"] { color: var(--de-gold); }

.de-site .language-switcher { color: rgba(255,255,255,.65); border-color: rgba(202,161,115,.58); position: static; flex: 0 0 auto; }
.de-site .language-switcher span { color: var(--de-ink); background: var(--de-gold); }
.de-site .language-switcher a:hover, .de-site .language-switcher a:focus-visible { color: var(--de-ink); background: var(--de-gold); }

.de-hero { min-height: min(720px, 82vh); display: grid; align-items: end; position: relative; overflow: hidden; border-bottom: 1px solid var(--de-line); }
.de-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,9,9,.96), rgba(10,9,9,.72) 47%, rgba(10,9,9,.14)); }
.de-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.de-hero__copy { z-index: 1; position: relative; width: min(710px, 100%); padding: 105px 0 92px; }
.de-kicker { color: var(--de-gold); margin: 0 0 18px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.de-hero h1, .de-section h1, .de-section h2, .de-cta h2 { margin: 0; color: #fff; font-family: Raleway, Arial, sans-serif; font-weight: 900; line-height: .98; text-transform: uppercase; }
.de-hero h1 { max-width: 780px; font-size: clamp(44px, 6vw, 86px); }
.de-hero h1 span, .de-section h1 span, .de-section h2 span, .de-cta h2 span { color: var(--de-gold); }
.de-lead { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.8); font-size: clamp(18px, 2vw, 22px); line-height: 1.58; }

.de-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-top: 34px; }
.de-button { display: inline-flex; min-height: 48px; padding: 0 21px; align-items: center; border: 1px solid var(--de-gold); color: #16110d; background: var(--de-gold); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.de-button:hover { transform: translateY(-3px); color: #fff; background: transparent; }
.de-text-link { padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.35); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.de-rating { display: grid; gap: 8px; margin-top: 30px; }
.de-rating__stars { width: max-content; padding: 7px 10px; border: 1px solid rgba(202,161,115,.78); color: var(--de-gold); letter-spacing: .17em; }
.de-rating p { max-width: 600px; margin: 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.5; }

.de-section { padding: clamp(70px, 10vw, 128px) 0; }
.de-section--panel { background: var(--de-panel); }
.de-section__intro { display: grid; grid-template-columns: minmax(0, .95fr) minmax(280px, .65fr); gap: 60px; align-items: end; margin-bottom: 50px; }
.de-section h2 { font-size: clamp(34px, 4vw, 58px); }
.de-section p { color: var(--de-muted); font-size: 18px; line-height: 1.7; }
.de-section__intro p { margin: 0; }

.de-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.de-grid--three { grid-template-columns: repeat(3, 1fr); }
.de-card { min-height: 250px; padding: 31px 28px; border: 1px solid var(--de-line); background: linear-gradient(145deg, rgba(255,255,255,.035), transparent); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.de-card:hover { border-color: rgba(202,161,115,.85); background: rgba(202,161,115,.08); transform: translateY(-6px); }
.de-card__number { color: var(--de-gold); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.de-card h3 { margin: 50px 0 13px; color: #fff; font: 900 23px/1.04 Raleway, sans-serif; text-transform: uppercase; }
.de-card p { margin: 0; font-size: 15px; line-height: 1.58; }

.de-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 575px; }
.de-split__image { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.de-split__content { padding: clamp(46px, 7vw, 100px); display: flex; flex-direction: column; justify-content: center; background: #14110f; }
.de-split__content h2 { font-size: clamp(36px, 4vw, 57px); }
.de-split__content p { max-width: 580px; }

.de-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--de-line); }
.de-list li { display: grid; grid-template-columns: 78px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--de-line); color: var(--de-muted); font-size: 17px; line-height: 1.55; }
.de-list strong { color: var(--de-gold); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

.de-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.de-gallery img { display: block; width: 100%; height: 100%; min-height: 250px; object-fit: cover; }
.de-gallery figure { min-height: 330px; margin: 0; overflow: hidden; }
.de-gallery figure:nth-child(1), .de-gallery figure:nth-child(4) { grid-column: span 7; }
.de-gallery figure:nth-child(2), .de-gallery figure:nth-child(3) { grid-column: span 5; }

.de-contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.de-contact-card { padding: clamp(30px, 5vw, 56px); background: var(--de-panel); border: 1px solid var(--de-line); }
.de-contact-card h2 { font-size: clamp(30px, 3.5vw, 47px); }
.de-contact-card address, .de-contact-card p { color: var(--de-muted); font-size: 18px; font-style: normal; line-height: 1.75; }
.de-contact-card a:not(.de-button) { color: var(--de-gold); font-weight: 800; }

.de-note { margin: 20px 0 0; padding: 18px 20px; border-left: 2px solid var(--de-gold); color: #e6dfd8; background: rgba(202,161,115,.09); line-height: 1.55; }

.de-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.de-blog-card { overflow: hidden; border: 1px solid var(--de-line); background: var(--de-panel); transition: transform .25s ease, border-color .25s ease; }
.de-blog-card:hover { border-color: rgba(202,161,115,.85); transform: translateY(-5px); }
.de-blog-card__image { display: block; height: 230px; overflow: hidden; }
.de-blog-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.de-blog-card:hover .de-blog-card__image img { transform: scale(1.045); }
.de-blog-card__body { padding: 24px 24px 28px; }
.de-blog-card__date { margin: 0 0 14px; color: var(--de-gold); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.de-blog-card h2 { margin: 0; color: #fff; font: 900 clamp(23px, 2.3vw, 31px)/1.04 Raleway, sans-serif; text-transform: uppercase; }
.de-blog-card h2 a { text-decoration: none; }
.de-blog-card__body > p:not(.de-blog-card__date) { min-height: 76px; margin: 15px 0 21px; color: var(--de-muted); font-size: 16px; line-height: 1.58; }
.de-blog-card__link { color: var(--de-gold); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.de-blog-card__link span { margin-left: 4px; transition: transform .2s ease; display: inline-block; }
.de-blog-card:hover .de-blog-card__link span { transform: translateX(4px); }
.de-blog-status { padding: 38px 0; color: var(--de-muted); font-size: 18px; text-align: center; }

.de-article-hero { position: relative; min-height: min(585px, 70vh); display: grid; align-items: end; overflow: hidden; border-bottom: 1px solid var(--de-line); }
.de-article-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.de-article-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,9,9,.96), rgba(10,9,9,.73) 53%, rgba(10,9,9,.14)); }
.de-article-hero__copy { position: relative; z-index: 1; max-width: 880px; padding: 105px 0 78px; }
.de-article-hero h1 { margin: 0; color: #fff; font: 900 clamp(40px, 5.2vw, 73px)/.98 Raleway, sans-serif; text-transform: uppercase; }
.de-article-hero__copy > p:last-child { max-width: 700px; margin: 26px 0 0; color: rgba(255,255,255,.84); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.de-article { padding: clamp(64px, 9vw, 115px) 0; }
.de-article__inner { max-width: 860px; }
.de-article__meta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 38px; color: var(--de-gold); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.de-article__meta span + span::before { content: '·'; margin-right: 12px; color: rgba(255,255,255,.4); }
.de-article__content { color: var(--de-muted); font-size: 19px; line-height: 1.75; }
.de-article__content p { margin: 0 0 25px; }
.de-article__content h2 { margin: 52px 0 18px; color: #fff; font: 900 clamp(27px, 3.2vw, 43px)/1.04 Raleway, sans-serif; text-transform: uppercase; }
.de-article__content h3 { margin: 38px 0 14px; color: #fff; font: 800 24px/1.1 Raleway, sans-serif; }
.de-article__content ul { margin: 0 0 25px; padding-left: 23px; }
.de-article__content li { margin: 9px 0; padding-left: 5px; }
.de-article__content a { color: var(--de-gold); font-weight: 700; }

.de-cta { padding: clamp(78px, 10vw, 124px) 0; background: linear-gradient(130deg, #1b1511, #0b0a09); text-align: center; }
.de-cta h2 { font-size: clamp(35px, 4vw, 60px); }
.de-cta p { max-width: 650px; margin: 22px auto 31px; color: var(--de-muted); font-size: 18px; line-height: 1.65; }

.de-footer { padding: 42px 0; border-top: 1px solid var(--de-line); color: rgba(255,255,255,.58); background: #080707; }
.de-footer__inner { display: flex; justify-content: space-between; gap: 28px; align-items: flex-start; }
.de-footer img { width: 105px; }
.de-footer p, .de-footer a { margin: 0; color: inherit; font-size: 14px; line-height: 1.7; }
.de-footer a:hover { color: var(--de-gold); }

@media (max-width: 900px) {
  .de-header__inner { padding: 16px 0; flex-wrap: wrap; }
  .de-nav { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
  .de-hero { min-height: 670px; }
  .de-hero::after { background: linear-gradient(90deg, rgba(10,9,9,.95), rgba(10,9,9,.63)); }
  .de-grid { grid-template-columns: repeat(2, 1fr); }
  .de-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .de-section__intro, .de-split, .de-contact-grid { grid-template-columns: 1fr; }
  .de-split__image { max-height: 530px; }
}

@media (max-width: 560px) {
  .de-shell { width: min(100% - 32px, 1180px); }
  .de-brand img { width: 102px; }
  .de-header__inner { gap: 15px; }
  .de-nav { gap: 17px; }
  .de-nav a { font-size: 10px; }
  .de-hero__copy { padding: 85px 0 70px; }
  .de-grid, .de-grid--three { grid-template-columns: 1fr; }
  .de-blog-grid { grid-template-columns: 1fr; }
  .de-blog-card__body > p:not(.de-blog-card__date) { min-height: 0; }
  .de-article-hero { min-height: 540px; }
  .de-article-hero__copy { padding: 80px 0 64px; }
  .de-article-hero__overlay { background: linear-gradient(90deg, rgba(10,9,9,.95), rgba(10,9,9,.65)); }
  .de-article__content { font-size: 18px; }
  .de-card { min-height: 210px; }
  .de-card h3 { margin-top: 34px; }
  .de-gallery { grid-template-columns: 1fr; }
  .de-gallery figure, .de-gallery figure:nth-child(n) { grid-column: auto; min-height: 290px; }
  .de-footer__inner { flex-direction: column; }
}
