/* Reset général */
*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

/* Corps et typo */
html{font-size:100%}
body{
  min-height:100vh;
  background:#050505;
  color:#f7f1e8;
  font-family:'Cormorant Garamond',serif;
  overflow-x:hidden;
}

/* Couleurs et limites */
:root{
  --gold:#c98f4d;
  --gold-strong:#d0a064;
  --ivory:#f6eee3;
  --muted:#efe9df;
  --max-width:min(1160px,86vw);
}

/* HERO: fond sombre et lueurs */
section.hero {
  min-height: calc(100vh - 88px);
  height: calc(100vh - 88px);
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 80px 0;
  overflow: hidden;
}

/* Pages non-accueil */
main.hero {
  min-height: 100vh;
  position: relative;
  display: block;
  background:
    radial-gradient(circle at 28% 44%, rgba(201,154,74,0.12), transparent 28%),
    #050505;
  overflow: visible;
}
section.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.18) 45%, rgba(0,0,0,.72) 100%),
    radial-gradient(circle at center, transparent 0%, rgba(0,0,0,.35) 78%);
  z-index:1;
  pointer-events:none;
}
section.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.01) 1px, transparent 1px);
  background-size:54px 54px;
  opacity:.11;
  z-index:1;
  pointer-events:none;
}

/* Navbar */
 .navbar {
  position: relative;
  z-index: 50;
  width: min(1180px, 86vw);
  height: 88px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #f5efe6;
  min-width: 270px;
}
.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  position: static;
  filter: drop-shadow(0 0 10px rgba(215,168,61,.25));
}
.brand-text h2 {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.055em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.brand-text span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 7px;
  color: #d7a83d;
  font-size: 9px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand-text span::before,
.brand-text span::after {
  content: "";
  width: 32px;
  height: 1px;
  background: #d7a83d;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(28px, 3.4vw, 48px);
  margin-left: auto;
}
.nav-links a {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 400;
  color: #f4ede2;
  text-decoration: none;
  line-height: 1;
  position: relative;
  transition: color .3s ease, transform .3s ease;
}
.nav-links a:hover {
  color: #d7a83d;
  transform: translateY(-1px);
}
.nav-links a.active {
  color: #d7a83d;
}
.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 42px;
  height: 1px;
  background: #d7a83d;
  transform: translateX(-50%);
}

/* Hero content container */
.hero-content{
  position:relative;
  z-index:3;
  width:var(--max-width);
  min-height:640px;
  margin:0 auto;
}

/* Texte gauche */
.copy-block{
  position:absolute;
  left:0;
  top:96px;
  width:410px;
  text-align:center;
  z-index:6;
}
.copy-block h1{
  font-family:'Playfair Display',serif;
  font-size:43px;
  line-height:1.13;
  font-weight:500;
  letter-spacing:-0.025em;
  color:#f7f0e7;
  text-shadow:0 12px 30px rgba(0,0,0,.68);
}
.copy-block h1 span{
  display:inline-block;color:var(--gold);font-size:41px;line-height:1.05;white-space:nowrap;
}
.small-divider{width:54px;height:1px;background:#b88650;margin:18px auto 33px}
.copy-block p{
  font-size:17px;line-height:1.22;color:#f2eadf;margin-bottom:35px;text-shadow:0 10px 24px #000;
}
.cta{
  display:inline-flex;align-items:center;justify-content:center;gap:18px;min-width:228px;height:50px;background:#d09a58;color:#1a130d;text-decoration:none;font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;letter-spacing:.08em;padding:0 22px;border-radius:3px;box-shadow:0 22px 50px rgba(0,0,0,.38);
}
.cta b{font-size:17px;font-weight:500;transform:translateY(-1px)}

/* Portrait large à droite */
.portrait-wrap{
  position:absolute;
  z-index:3;
  right:95px;
  top:36px;
  width:610px;
  height:705px;
  overflow:visible;
  margin:0;
}
.portrait {
  position: absolute;
  right: 135px;
  bottom: -8px;
  height: 88vh;
  max-height: 860px;
  min-height: 690px;
  z-index: 4;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(-42px 0 55px rgba(0,0,0,.95));
}
.portrait-wrap::after{
  content:"";
  position:absolute;
  inset:-40px -95px -20px -65px;
  background:
    linear-gradient(90deg, rgba(5,5,5,.12), transparent 24%, transparent 68%, rgba(5,5,5,.58)),
    linear-gradient(180deg, transparent 72%, #050505 98%);
  pointer-events:none;
}

/* Signature en fond, derrière portrait */
.signature-bg{
  position:absolute;
  z-index:2;
  right:18px;
  top:82px;
  color:rgba(220,195,160,.105);
  font-family:'Great Vibes',cursive;
  font-size:82px;
  line-height:.92;
  transform:rotate(-6deg);
  text-align:center;
  pointer-events:none;
  user-select:none;
}

/* Carte citation */
.quote-card{
  position:absolute;
  z-index:8;
  right:8px;
  top:444px;
  width:220px;
  height:190px;
  background:rgba(20,20,19,.82);
  backdrop-filter:blur(7px);
  border-radius:3px;
  box-shadow:0 28px 74px rgba(0,0,0,.52);
  text-align:center;padding:23px 24px;color:#f5eadc;
}
.quote-mark{color:#d69d56;font-size:38px;line-height:.8;font-family:Georgia,serif;margin-bottom:8px}
.quote-card p{font-size:17px;line-height:1.18;font-style:italic}
.quote-card span{display:block;width:50px;height:1px;background:#b7834e;margin:15px auto 10px}
.quote-card strong{font-family:'Great Vibes',cursive;color:#c99456;font-size:24px;font-weight:400}

/* Bande beige bas */
.bottom-panel{
  position:absolute;
  z-index:9;
  left:0;
  bottom:0;
  width:64%;
  height:125px;
  background:#f4f1ec;
  color:#5f5146;
  display:flex;align-items:center;justify-content:flex-start;padding-left:116px;clip-path:polygon(0 0,86% 0,100% 100%,0 100%);box-shadow:0 -15px 45px rgba(0,0,0,.22);
}
.feather{position:absolute;left:68px;top:18px;font-size:88px;line-height:1;transform:rotate(-35deg);color:rgba(190,155,120,.14);font-family:'Great Vibes',cursive}
.keywords{display:flex;flex-direction:column;gap:10px;margin-right:34px;color:#c2935a;font-family:Montserrat,sans-serif;font-size:12px;letter-spacing:.13em;min-width:112px}
.panel-line{width:1px;height:70px;background:#c7b5a3;margin-right:34px}
.panel-text p{font-size:14px;line-height:1.42;color:#544941}
.panel-text a{display:inline-flex;margin-top:12px;text-decoration:none;color:#c2935a;font-family:Montserrat,sans-serif;font-size:11px;letter-spacing:.13em}
.panel-text b{margin-left:13px}

/* Images helper */
img{max-width:100%;display:block}

/* Responsive tablette - Index only */
@media (max-width:1050px){
  section.hero {
    padding: 40px 40px 0;
  }
  .navbar{width:min(1000px,90vw)}
  .nav-links{gap:26px;font-size:13px}
  .brand{min-width:220px}
  .copy-block{width:380px}
  .copy-block h1{font-size:38px}
  .copy-block h1 span{font-size:36px}
  .portrait-wrap{right:35px;width:540px}
  .portrait{width:590px}
  .quote-card{right:0}
  .bottom-panel{width:76%;padding-left:70px}
}

/* Responsive mobile - Index only */
@media (max-width:820px){
  section.hero{
    min-height:1060px;
    padding: 35px 20px 0;
  }
  .navbar{width:90vw;height:78px;padding:0;align-items:center}
  .brand{min-width:auto;gap:10px}
  .brand img{width:34px;height:34px}
  .brand-text h2{font-size:11px}
  .brand-text span{font-size:7px;letter-spacing:0.32em}
  .brand-text span::before,
  .brand-text span::after{width:20px}
  .nav-links{display:flex;position:static;background:transparent;padding:0;flex-direction:row;gap:26px;border:none;flex-wrap:wrap;justify-content:center}
  .portrait-wrap{top:72px;left:50%;right:auto;transform:translateX(-50%);width:430px;height:430px;overflow:visible}
  /* MOBILE PORTRAIT CONTROLS */
  /* width = taille */
  /* margin-left = déplacement horizontal */
  /* modifier ici uniquement */
  .portrait{
    width: min(120vw, 560px);
    max-width: none;
    height: auto;
    left: -34px;
    top: -15px;
    bottom: 60px;
    margin-left: 180px;
  }
  .portrait-wrap::after{inset:0;background:linear-gradient(180deg,transparent 72%,#050505 100%)}
  .copy-block{top:430px;left:50%;transform:translateX(-50%);width:92%}
  .copy-block h1{font-size:36px}
  .copy-block h1 span{font-size:34px;white-space:normal}
  .copy-block p{font-size:16px}
  .signature-bg{display:none}
  .quote-card{top:695px;right:50%;transform:translateX(50%);width:250px}
  .bottom-panel{width:100%;height:195px;clip-path:none;padding:25px;align-items:flex-start;bottom:0}
  .feather{display:none}
  .keywords{margin-right:18px}
  .panel-line{margin-right:20px}
}

/* Petit mobile - Index only */
@media (max-width:520px){
  section.hero{
    min-height:1090px;
  }
  .brand-name{font-size:12px}
  .brand-line{font-size:9px;letter-spacing:.35em}
  .brand-line i{width:26px}
  .copy-block h1{font-size:32px}
  .copy-block h1 span{font-size:30px}
  .copy-block p{font-size:15px}
  .cta{min-width:220px;height:48px;font-size:10px}
  .portrait-wrap{width:340px;height:390px}
  /* MOBILE PORTRAIT CONTROLS */
  /* width = taille */
  /* margin-left = déplacement horizontal */
  /* modifier ici uniquement */
  .portrait{
    width: 120vw;
    max-width: none;
    margin-left: -140px;
    left:-60px;
    top:-8px;
  }
  .quote-card{top:690px}
  .bottom-panel{height:230px;padding:22px 18px}
  .keywords{font-size:11px;letter-spacing:.06em;min-width:95px}
  .panel-text p{font-size:13px}
  .panel-line{height:115px}
}

/* Œuvres page - Hero Section */
main.hero {
  padding: 0 6vw;
}

main.hero .navbar {
  padding-top: 34px;
  padding-bottom: 0;
  margin-bottom: 60px;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 2px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.works-intro {
  position: relative;
  width: 100%;
  max-width: 900px;
  text-align: center;
  z-index: 5;
}

.works-intro h2 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #c99a4a;
  margin-bottom: 22px;
}

.works-intro h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3.5rem, 7vw, 6.2rem);
  line-height: 0.95;
  letter-spacing: -0.025em;
  color: #f5efe6;
  text-align: center;
  margin: 0 auto 28px;
}

.works-intro p {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.7;
  color: #d8cfc2;
  text-align: center;
}

.works-intro .section-divider,
.section-divider {
  width: 72px;
  height: 1px;
  background: #c99a4a;
  margin: 34px auto 0;
}
.books-section{
  width:min(1160px,86vw);
  margin:0 auto;
  padding:5px 0 120px;
}
.books-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.5rem;
}
.book-card{
  background:rgba(10,10,10,.92);
  border:1px solid rgba(255,255,255,.05);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 24px 48px rgba(0,0,0,.35);
  transition:transform .28s ease,box-shadow .28s ease;
  cursor:pointer;
}
.book-card:hover{
  transform:translateY(-6px);
  box-shadow:0 34px 70px rgba(0,0,0,.42);
}
.book-card:focus-visible{
  outline:2px solid rgba(201,154,74,0.8);
  outline-offset:3px;
}
.book-cover{
  width:100%;
  aspect-ratio:0.7;
  overflow:hidden;
}
.book-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.book-card h3{
  font-family:'Playfair Display',serif;
  font-size:1.05rem;
  margin:1rem 1.2rem 0.55rem;
  line-height:1.3;
  color:#f7f1e8;
}
.book-divider{
  display:block;
  width:50px;
  height:1px;
  background:var(--gold);
  margin:0 0 1.2rem 1.2rem;
}
/* Biography page styles (mobile-first) */
.bio-page{
  background:#050505;
  color:#f5efe6;
  min-height:100vh;
  padding:120px 6vw 80px;
}
.bio-intro{
  max-width:900px;
  margin:0 auto 70px;
  text-align:center;
}
.section-label{color:#c99a4a;letter-spacing:0.25em;font-size:14px;display:block;margin-bottom:10px}
.bio-intro h1{font-size:clamp(2.4rem,6vw,5rem);line-height:1.05;margin:18px 0}
.bio-intro p{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.7;color:#d8cfc2}
.bio-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:330px 1fr;gap:70px;align-items:start}
.bio-author-card{background:rgba(255,255,255,0.04);border:1px solid rgba(201,154,74,0.35);border-radius:24px;padding:24px;box-shadow:0 30px 80px rgba(0,0,0,0.45)}
.bio-author-card img{width:100%;height:auto;border-radius:18px;display:block;margin-bottom:22px}
.bio-author-card h2{font-size:1.65rem;margin-bottom:6px;color:#fff}
.bio-role{color:#c99a4a;margin-bottom:22px}
.bio-info div{border-top:1px solid rgba(255,255,255,0.1);padding:13px 0}
.bio-info span{display:block;color:#c99a4a;font-size:0.85rem;margin-bottom:4px}
.bio-info strong{display:block;color:#f5efe6;font-size:1rem;line-height:1.45;font-weight:500}
.bio-content{max-width:780px}
.bio-content blockquote{font-size:clamp(1.5rem,3vw,2.4rem);line-height:1.35;color:#fff;border-left:3px solid #c99a4a;padding-left:28px;margin:0 0 45px;font-style:italic}
.bio-content p{font-size:clamp(1.12rem,1.5vw,1.28rem);line-height:1.85;color:#e5ddd1;margin-bottom:28px}

@media (max-width: 768px) {
  .bio-page {
    padding: 42px 20px 95px;
    background:
      radial-gradient(circle at 15% 4%, rgba(201,154,74,0.12), transparent 30%),
      #050505;
  }

  .bio-intro {
    text-align: left;
    margin: 0 auto 34px;
  }

  .bio-intro .section-label {
    font-size: 11px;
    letter-spacing: 0.28em;
    color: #c99a4a;
    margin-bottom: 14px;
  }

  .bio-intro h1 {
    font-size: clamp(2.35rem, 12vw, 4rem);
    line-height: 0.98;
    margin: 0 0 18px;
    color: #f6eee3;
  }

  .bio-intro p {
    font-size: 18px;
    line-height: 1.55;
    color: #d8cfc2;
  }

  .bio-layout {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 100%;
  }

  .bio-author-card {
    width: 100%;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(201,154,74,0.32);
    box-shadow: 0 24px 70px rgba(0,0,0,0.48);
  }

  .bio-author-card img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 22px;
    border-radius: 18px;
    object-fit: cover;
  }

  .bio-author-card h2 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 8px;
  }

  .bio-role {
    font-size: 16px;
    color: #c99a4a;
    margin-bottom: 24px;
  }

  .bio-info {
    display: grid;
    gap: 0;
  }

  .bio-info div {
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .bio-info span {
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #c99a4a;
    margin-bottom: 5px;
  }

  .bio-info strong {
    font-size: 17px;
    line-height: 1.45;
    color: #f5efe6;
  }

  .bio-content {
    max-width: 100%;
  }

  .bio-content blockquote {
    font-size: clamp(1.6rem, 7vw, 2.3rem);
    line-height: 1.35;
    padding-left: 22px;
    margin: 4px 0 34px;
    border-left: 3px solid #c99a4a;
    color: #fff;
  }

  .bio-content p {
    font-size: 18px;
    line-height: 1.85;
    color: #e5ddd1;
    margin-bottom: 26px;
  }
}

/* BIOGRAPHY SMALL MOBILE */
@media (max-width: 520px) {
  .bio-page {
    padding: 36px 18px 92px;
  }

  .bio-intro h1 {
    font-size: clamp(2.1rem, 11vw, 3.4rem);
  }

  .bio-intro p {
    font-size: 16px;
  }

  .bio-author-card {
    padding: 16px;
    border-radius: 22px;
  }

  .bio-author-card h2 {
    font-size: 1.75rem;
  }

  .bio-role {
    font-size: 15px;
  }

  .bio-info strong {
    font-size: 16px;
  }

  .bio-content p {
    font-size: 17px;
    line-height: 1.8;
  }
}

@media (min-width:860px){
  .books-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (min-width:1160px){
  .books-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}
@media (max-width: 768px) {
  .navbar {
    width: 90vw;
    padding-top: 22px;
  }

  .nav-links {
    gap: 0;
  }

  .hero-content {
    min-height: 460px;
    padding: 120px 22px 60px;
    text-align: center;
  }

  .works-intro h1 {
    font-size: clamp(2.4rem, 9vw, 3.8rem);
    line-height: 0.95;
    max-width: 95%;
    margin: 0 auto 18px;
    text-align: center;
  }

  .works-intro h1.title-book {
    font-size: 1.8rem;
  }
  
  .books-section {
    padding: 70px 0 100px;
  }
  
  .books-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (max-width: 520px) {
  .works-intro h2 {
    font-size: 11px;
  }

  .works-intro h1 {
    font-size: clamp(0.1rem, 8vw, 2.8rem);
    line-height: 0.95;
    letter-spacing: -0.02em;
  }

  .book-card {
    border-radius: 14px;
  }

  .books-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

.book-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow-y: auto;
  z-index: 9999;
}

.book-modal.active {
  display: flex;
}

.book-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.84);
  backdrop-filter: blur(8px);
}

.book-modal-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 36px;
  padding: 34px;
  border-radius: 28px;
  background: #080808;
  border: 1px solid rgba(201,154,74,0.35);
  box-shadow: 0 40px 100px rgba(0,0,0,0.65);
}

.book-modal-cover {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 18px;
}

.book-modal-info {
  max-height: 75vh;
  overflow-y: auto;
  padding-right: 10px;
}

.book-modal-info h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  color: #fff;
  margin: 14px 0 20px;
}

.book-modal-info p,
.book-modal-summary,
#bookModalSummary {
  font-size: 1.08rem;
  line-height: 1.8;
  color: #e5ddd1;
  margin-bottom: 18px;
}

.book-modal-summary,
#bookModalSummary {
  max-height: 52vh;
  overflow-y: auto;
  padding-right: 10px;
}

.book-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(201, 154, 74, 0.35);
  background: linear-gradient(135deg, rgba(201, 154, 74, 0.14), rgba(255, 255, 255, 0.03));
  color: #f2e7d7;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.book-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: #c99a4a;
  color: #050505;
  font-weight: 700;
  text-decoration: none;
}

.book-buy-btn--disabled {
  background: rgba(201, 154, 74, 0.18);
  color: #d8cfbf;
  border: 1px solid rgba(201, 154, 74, 0.2);
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

.book-modal-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(201,154,74,0.35);
  background: rgba(255,255,255,0.04);
  color: #c99a4a;
  font-size: 25px;
  cursor: pointer;
}

@media (max-width: 760px) {
  .book-modal {
    align-items: flex-start;
    overflow-y: auto;
    padding: 18px;
  }

  .book-modal-content {
    max-height: none;
    overflow: visible;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
    margin-top: 20px;
    margin-bottom: 90px;
  }

  .book-modal-cover {
    max-width: 260px;
    margin: 0 auto;
  }

  .book-modal-info {
    max-height: none;
    overflow: visible;
  }

  .book-modal-summary,
  #bookModalSummary {
    max-height: none;
    overflow: visible;
  }

  .book-modal-info p {
    font-size: 18px;
    line-height: 1.75;
  }
}

/* Contact page styles (mobile-first) */
.contact-page{
  min-height:100vh;
  background:radial-gradient(circle at 6% 12%, rgba(201,154,74,0.08), transparent 28%), #050505;
  color:var(--ivory);
  padding:120px 6vw 80px;
}
.contact-hero{
  max-width:850px;
  margin:0 auto 42px;
  text-align:center;
}
.contact-hero .section-label{color:var(--gold);letter-spacing:.25em;font-size:12px;display:block;margin-bottom:12px}
.contact-hero h1{font-family:'Playfair Display',serif;font-size:clamp(2.6rem,7vw,5.5rem);line-height:1.02;margin:6px 0 8px}
.contact-hero p{font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.7;color:#d8cfc2;max-width:780px;margin:0 auto}

.contact-layout{max-width:980px;margin:0 auto}
.contact-card{width:100%;padding:clamp(32px,5vw,56px);border-radius:28px;background:rgba(255,255,255,0.045);border:1px solid rgba(201,154,74,0.28);box-shadow:0 30px 90px rgba(0,0,0,0.45)}
.contact-card h2{font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:12px;color:var(--ivory)}
.contact-card > p{max-width:620px;font-size:1.08rem;line-height:1.7;color:#d8cfc2;margin-bottom:34px}

.social-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.social-link{min-height:120px;display:flex;align-items:center;gap:18px;padding:24px;border-radius:22px;text-decoration:none;background:rgba(0,0,0,0.32);border:1px solid rgba(201,154,74,0.24);color:#f5efe6;overflow:hidden;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease,background .35s ease}
.social-link:focus{outline:2px solid rgba(201,154,74,0.24);outline-offset:3px}
.social-link:hover{transform:translateY(-5px);border-color:rgba(201,154,74,0.72);background:rgba(201,154,74,0.08);box-shadow:0 18px 50px rgba(0,0,0,0.38),0 0 28px rgba(201,154,74,0.16)}

.social-icon{width:56px;height:56px;min-width:56px;border-radius:50%;display:grid;place-items:center;background:rgba(201,154,74,0.13);color:#c99a4a;transition:transform .35s ease}
.social-icon svg{width:26px;height:26px;display:block;color:currentColor;stroke:currentColor;fill:none}
.social-link:hover .social-icon svg{transform:scale(1.12)}

.social-text strong{display:block;font-size:1.08rem;color:#fff;margin-bottom:6px}
.social-text small{display:block;font-size:.92rem;line-height:1.45;color:#c99a4a}

@media (max-width:900px){
  .social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:600px){
  .contact-page{padding:95px 20px 60px}
  .contact-hero{text-align:left}
  .contact-card{padding:24px 18px}
  .social-grid{grid-template-columns:1fr;gap:16px}
  .social-link{min-height:96px;padding:20px}
  .social-icon{width:50px;height:50px;min-width:50px}
}

/* Newsletter page styles */
.newsletter-page{
  min-height:100vh;
  background:
    radial-gradient(circle at top left, rgba(201,154,74,0.14), transparent 35%),
    radial-gradient(circle at bottom right, rgba(255,255,255,0.05), transparent 30%),
    #050505;
  color:var(--ivory);
  padding:120px 6vw 80px;
}
.newsletter-hero{
  max-width:850px;
  margin:0 auto 55px;
  text-align:center;
}
.newsletter-hero .section-label{color:var(--gold);letter-spacing:0.25em;font-size:12px;display:block;margin-bottom:14px}
.newsletter-hero h1{font-family:'Playfair Display',serif;font-size:clamp(2.6rem,7vw,5.5rem);line-height:1.05;margin:0 0 18px}
.newsletter-hero p{font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.7;color:#d8cfc2;max-width:760px;margin:0 auto}

.newsletter-layout{max-width:760px;margin:0 auto;padding:0 8px}
.newsletter-card{max-width:640px;margin:0 auto;padding:clamp(28px,5vw,56px);border-radius:28px;background:rgba(255,255,255,0.045);border:1px solid rgba(201,154,74,0.32);box-shadow:0 30px 90px rgba(0,0,0,0.45);text-align:center}
.newsletter-icon{width:72px;height:72px;margin:0 auto 24px;border-radius:50%;display:grid;place-items:center;background:rgba(201,154,74,0.12);color:#c99a4a}
.newsletter-icon svg{width:34px;height:34px;stroke:currentColor;fill:none}
.newsletter-card h2{font-size:clamp(1.8rem,4vw,3rem);margin-bottom:16px;color:var(--ivory)}
.newsletter-card p{color:#d8cfc2;font-size:1.08rem;line-height:1.75;margin-bottom:30px}
.newsletter-form{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:18px}
.newsletter-form input{flex:1;min-width:260px;height:56px;border-radius:999px;border:1px solid rgba(201,154,74,0.28);background:rgba(0,0,0,0.35);color:#fff;padding:0 22px;font-size:1rem;outline:none}
.newsletter-form input::placeholder{color:rgba(245,239,230,0.55)}
.newsletter-form input:focus{border-color:rgba(201,154,74,0.8);box-shadow:0 0 0 4px rgba(201,154,74,0.12)}
.newsletter-form button{height:56px;border-radius:999px;border:none;padding:0 32px;background:var(--gold);color:#050505;font-weight:700;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}
.newsletter-form button:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(201,154,74,0.22);background:#d8ad5c}
.newsletter-status{min-height:24px;color:#f5efe6;font-size:0.95rem;opacity:0;transition:opacity .25s ease}
.newsletter-status.visible{opacity:1}
.newsletter-card small{display:block;color:rgba(245,239,230,0.62);line-height:1.6}

@media (max-width:650px){
  .newsletter-page{padding:95px 20px 60px}
  .newsletter-hero{text-align:left}
  .newsletter-form{flex-direction:column}
  .newsletter-form input,
  .newsletter-form button{width:100%}
}

/* News page styles */
.news-page{
  min-height:100vh;
  background:
    radial-gradient(circle at top left, rgba(201,154,74,0.12), transparent 35%),
    #050505;
  color:var(--ivory);
  padding:120px 6vw 80px;
}
.news-hero{
  max-width:900px;
  margin:0 auto 65px;
  text-align:center;
}
.news-hero .section-label{color:var(--gold);letter-spacing:.25em;font-size:12px;display:block;margin-bottom:14px}
.news-hero h1{font-family:'Playfair Display',serif;font-size:clamp(2.5rem,7vw,5.2rem);line-height:1.05;margin:0 0 14px}
.news-hero p{font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.7;color:#d8cfc2;max-width:760px;margin:0 auto}

.news-layout{max-width:1180px;margin:0 auto}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.news-card{overflow:hidden;border-radius:26px;background:rgba(255,255,255,0.045);border:1px solid rgba(201,154,74,0.25);box-shadow:0 28px 80px rgba(0,0,0,0.38);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.news-card:hover{transform:translateY(-6px);border-color:rgba(201,154,74,0.72);box-shadow:0 35px 90px rgba(0,0,0,0.48),0 0 26px rgba(201,154,74,0.14)}
.news-cover{width:100%;height:240px;overflow:hidden;background:rgba(201,154,74,0.08)}
.news-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}
.news-card:hover .news-cover img{transform:scale(1.06)}
.news-card-content{padding:26px}
.news-date{display:inline-block;color:#c99a4a;font-size:.86rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}
.news-card h2{font-size:clamp(1.35rem,2vw,1.75rem);line-height:1.25;margin-bottom:14px;color:#fff}
.news-card p{color:#d8cfc2;font-size:1rem;line-height:1.7;margin-bottom:22px}
.news-link{color:#c99a4a;text-decoration:none;font-weight:600;letter-spacing:.04em}
.news-link:hover{text-decoration:underline}

@media (max-width:1000px){
  .news-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:650px){
  .news-page{padding:95px 20px 60px}
  .news-hero{text-align:left;margin-bottom:38px}
  .news-grid{grid-template-columns:1fr;gap:22px}
  .news-cover{height:220px}
  .news-card-content{padding:22px}
}

.home-v2 {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 38%, rgba(201, 154, 74, 0.18), transparent 22%),
    radial-gradient(circle at 68% 38%, rgba(255, 255, 255, 0.04), transparent 26%),
    linear-gradient(90deg, #050505 0%, #0b0a08 42%, #020202 100%);
  color: #f6eee3;
}

.home-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.32), rgba(0,0,0,.05) 45%, rgba(0,0,0,.68)),
    radial-gradient(circle at center, transparent 0%, rgba(0,0,0,.55) 86%);
  z-index: 1;
  pointer-events: none;
}

.home-v2::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.01) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: .08;
  z-index: 1;
  pointer-events: none;
}

.home-navbar {
  position: relative;
  z-index: 30;
}

.brand-with-symbol {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  min-width: 320px;
}

.brand-symbol {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(201,154,74,.28));
}

.brand-text {
  display: block;
}

.home-hero-v2 {
  position: relative;
  z-index: 3;
  width: min(1240px, 88vw);
  min-height: calc(100vh - 92px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
}

.hero-logo-block {
  position: relative;
  z-index: 8;
  text-align: center;
  max-width: 460px;
  padding-bottom: 80px;
  transform: scale(0.88);
  transform-origin: center top;
}

.hero-crest {
  width: clamp(85px, 8vw, 125px);
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 18px;
  display: block;
  filter: drop-shadow(0 0 18px rgba(201,154,74,.24));
}

.hero-logo-block h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.6rem, 4.6vw, 4.9rem);
  line-height: .96;
  letter-spacing: .075em;
  font-weight: 500;
  color: #f6eee3;
  text-shadow:
    0 14px 32px rgba(0,0,0,.75),
    0 0 18px rgba(201,154,74,.08);
}

.hero-writer-line {
  margin: 26px auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #c99a4a;
  font-family: Montserrat, sans-serif;
}

.hero-writer-line span {
  width: 82px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c99a4a);
}

.hero-writer-line span:last-child {
  background: linear-gradient(90deg, #c99a4a, transparent);
}

.hero-writer-line strong {
  font-size: clamp(.95rem, 1.4vw, 1.3rem);
  letter-spacing: .42em;
  font-weight: 500;
}

.hero-gold-divider {
  position: relative;
  width: 250px;
  height: 1px;
  margin: 0 auto 28px;
  background: linear-gradient(90deg, transparent, rgba(201,154,74,.85), transparent);
}

.hero-gold-divider i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid rgba(201,154,74,.85);
  background: #090805;
}

.hero-logo-block p {
  max-width: 470px;
  margin: 0 auto 30px;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.45;
  color: #f1e8dc;
  text-shadow: 0 10px 28px rgba(0,0,0,.8);
}

.hero-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 60px;
  padding: 0 32px;
  border-radius: 4px;
  border: 1px solid rgba(201,154,74,.9);
  color: #d8ad62;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .13em;
  background: rgba(0,0,0,.22);
  box-shadow: 0 22px 55px rgba(0,0,0,.4);
  transition: transform .35s ease, background .35s ease, box-shadow .35s ease;
}

.hero-outline-btn:hover {
  transform: translateY(-4px);
  background: rgba(201,154,74,.1);
  box-shadow: 0 26px 70px rgba(0,0,0,.5), 0 0 28px rgba(201,154,74,.16);
}

.hero-outline-btn b {
  font-size: 1.25rem;
  font-weight: 400;
}

.hero-author-v2 {
  position: absolute;
  z-index: 4;
  right: 5vw;
  bottom: 45px;
  width: min(45vw, 560px);
  margin: 0;
}

.hero-author-v2 img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 78vh;
  filter: contrast(1.08) saturate(.9) brightness(.82);
  mask-image: linear-gradient(to bottom, #000 0%, #000 82%, rgba(0,0,0,.18) 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 82%, rgba(0,0,0,.18) 100%);
}

.hero-author-v2::after {
  content: "";
  position: absolute;
  inset: -40px -80px -10px -80px;
  background:
    linear-gradient(90deg, rgba(5,5,5,.18), transparent 26%, transparent 70%, rgba(5,5,5,.62)),
    linear-gradient(180deg, transparent 70%, #050505 99%);
  pointer-events: none;
}

.signature-bg-v2 {
  z-index: 2;
  right: 4vw;
  top: 18vh;
  font-size: clamp(4rem, 8vw, 8rem);
  opacity: .8;
}

.quote-card-v2 {
  z-index: 10;
  right: 4vw;
  top: auto;
  bottom: 75px;
  width: 235px;
  height: auto;
  min-height: 155px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 10px;
  background: rgba(16,16,15,.72);
  backdrop-filter: blur(10px);
}

.quote-card-v2 p {
  font-size: 1.1rem;
  line-height: 1.35;
}

.bottom-panel-v2 {
  z-index: 20;
  width: 62%;
  height: 95px;
  padding-left: 135px;
}

.bottom-panel-v2 .keywords {
  font-size: .9rem;
}

.bottom-panel-v2 .panel-text {
  max-width: 480px;
}

.bottom-panel-v2 .panel-text p {
  font-size: 1rem;
  line-height: 1.45;
}

@media (max-width: 1050px) {
  .brand-with-symbol {
    min-width: 270px;
  }

  .brand-symbol {
    width: 46px;
    height: 46px;
  }

  .home-hero-v2 {
    width: 90vw;
  }

  .hero-author-v2 {
    width: min(58vw, 650px);
    right: -80px;
  }

  .quote-card-v2 {
    right: 1vw;
    width: 235px;
  }

  .bottom-panel-v2 {
    width: 75%;
    padding-left: 70px;
  }
}

@media (max-width: 820px) {
  .home-v2 {
    min-height: 1120px;
  }

  .home-navbar {
    width: 90vw;
    padding-top: 22px;
    align-items: center;
  }

  .brand-with-symbol {
    min-width: auto;
    gap: 10px;
  }

  .brand-symbol {
    width: 42px;
    height: 42px;
  }

  .home-hero-v2 {
    display: block;
    min-height: 820px;
    padding-top: 40px;
  }

  .hero-author-v2 {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(92vw, 430px);
    margin: 0 auto;
    z-index: 4;
  }

  .hero-logo-block {
    max-width: 100%;
    padding-bottom: 30px;
  }

  .hero-crest {
    width: 135px;
    margin-bottom: 16px;
  }

  .hero-logo-block h1 {
    font-size: clamp(2.7rem, 12vw, 4.5rem);
  }

  .hero-writer-line {
    margin: 18px auto 20px;
  }

  .hero-writer-line span {
    width: 48px;
  }

  .hero-writer-line strong {
    letter-spacing: .32em;
  }

  .hero-logo-block p {
    font-size: 1.05rem;
  }

  .signature-bg-v2 {
    display: none;
  }

  .quote-card-v2 {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 24px auto 0;
    width: min(90vw, 310px);
    transform: none;
  }

  .bottom-panel-v2 {
    width: 100%;
    height: auto;
    min-height: 190px;
    clip-path: none;
    padding: 24px 22px;
    align-items: flex-start;
  }

  .bottom-panel-v2 .panel-text p {
    font-size: .95rem;
  }
}

@media (max-width: 520px) {
  .home-v2 {
    min-height: 1160px;
  }

  .brand-name {
    font-size: 11px;
  }

  .brand-line {
    font-size: 8px;
    letter-spacing: .28em;
  }

  .brand-line i {
    width: 22px;
  }

  .brand-symbol {
    width: 34px;
    height: 34px;
  }

  .hero-crest {
    width: 82px;
  }

  .hero-logo-block h1 {
    font-size: clamp(2.5rem, 11vw, 4rem);
    letter-spacing: .045em;
  }

  .hero-logo-block p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-outline-btn {
    min-height: 54px;
    padding: 0 22px;
    font-size: .68rem;
  }

  .hero-author-v2 {
    width: min(96vw, 380px);
  }

  .quote-card-v2 p {
    font-size: 1.15rem;
  }

  .bottom-panel-v2 {
    min-height: 220px;
  }
}

/* Mobile Bottom Navigation */
.mobile-bottom-nav {
  display: none;
}

@media (max-width: 820px) {
  body {
    padding-bottom: 78px;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
    background: rgba(5,5,5,.96);
    border-top: 1px solid rgba(215,168,61,.18);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    z-index: 9999;
    backdrop-filter: blur(12px);
  }

  .mobile-bottom-nav a {
    color: rgba(245,239,230,.65);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 12px;
  }

  .mobile-bottom-nav a.active {
    color: #d7a83d;
  }

  .mobile-icon {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    color: currentColor;
  }

  .mobile-icon svg {
    width: 23px;
    height: 23px;
    display: block;
    fill: none;
    stroke: currentColor;
  }

  .mobile-bottom-nav a.active .mobile-icon svg {
    stroke: #d7a83d;
  }

  .mobile-bottom-nav small {
    font-size: 12px;
  }

  .nav-links,
  .menu-btn,
  .menu-toggle,
  .hamburger,
  .mobile-menu {
    display: none !important;
  }
}

/* =======================================
RESPONSIVE MIGRATION ZONE
======================================= */

/* RESPONSIVE CANDIDATE */
.hero h1 {
  font-size: 50px;
  line-height: 1.02;
  font-weight: 400;
  position: relative;
  top: -70px;
  letter-spacing: clamp(4px, .8vw, 10px);
  text-transform: uppercase;
  color: #f3efe7;
  text-shadow: 0 8px 18px rgba(0,0,0,.8);
}

/* RESPONSIVE CANDIDATE */
.subtitle {
  margin: 18px auto 26px;
  color: #d7a83d;
  font-size: 24px;
  position: relative;
  top: -40px;
  letter-spacing: 13px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

/* RESPONSIVE CANDIDATE */
.divider {
  width: 430px;
  max-width: 80%;
  height: 1px;
  position: relative;
  top: -30px;
  background: linear-gradient(90deg, transparent, rgba(215,168,61,.7), transparent);
  margin: 0 auto 26px;
  position: relative;
}

/* RESPONSIVE CANDIDATE */
.intro {
  width: 420px;
  max-width: 90%;
  margin: 0 auto 28px;
  position: relative;
  top: -40px;
  font-size: 14.5px;
  line-height: 1.45;
  color: #f1e9dc;
}

/* RESPONSIVE CANDIDATE */
.cta {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 18px 30px;
  border: 1px solid #d7a83d;
  color: #d7a83d;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 14px;
  position: relative;
  top:-50px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  border-radius: 4px;
  background: rgba(0,0,0,.28);
  transition: .3s ease;
}

/* RESPONSIVE CANDIDATE */
.portrait {
  position: relative;
  right: 200px;
  bottom: 180px;
  height: auto;
  width: min(46vw, 620px);
  max-height: 78vh;
  max-width: 100%;
  object-fit: contain;
  align-self: end;
  justify-self: end;
  z-index: 4;
  filter: drop-shadow(-40px 0 45px rgba(0,0,0,.9));
}

/* RESPONSIVE CANDIDATE */
.name-bg {
  position: absolute;
  right: 40px;
  top: -24px;
  font-size: 60px;
  line-height: 1.2;
  color: rgba(255,255,255,.035);
  font-style: italic;
  z-index: 1;
  pointer-events: none;
}

/* RESPONSIVE CANDIDATE */
.quote-card {
  position: absolute;
  right: clamp(24px, 5vw, 70px);
  bottom: clamp(48px, 8vh, 90px);
  width: clamp(240px, 22vw, 300px);
  padding: clamp(32px, 3vw, 40px);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 8px;
  background: rgba(9,9,9,.62);
  backdrop-filter: blur(12px);
  z-index: 8;
}

/* RESPONSIVE CANDIDATE */
.bottom-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 80px;
  background: #f3eee6;
  color: #4b443b;
  display: flex;
  align-items: center;
  padding-left: 92px;
  z-index: 10;
  clip-path: polygon(0 0, 91% 0, 100% 100%, 0% 100%);
}

.admin-news-layout {
  display: grid;
  grid-template-columns: minmax(300px, 360px) 1fr;
  gap: 30px;
  padding: 40px clamp(30px, 6vw, 90px);
}

.admin-news-panel,
.admin-news-list {
  background: rgba(9,9,9,.96);
  border: 1px solid rgba(215,168,61,.16);
  border-radius: 20px;
  padding: 28px;
}

.admin-news-form label {
  display: block;
  margin-top: 24px;
  margin-bottom: 10px;
  color: #f3efe7;
  font-size: 0.95rem;
  letter-spacing: .02em;
}

.admin-news-form input,
.admin-news-form textarea {
  width: 100%;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  color: #f7f1e8;
  padding: 14px 16px;
  font-size: 0.95rem;
}

.admin-news-form textarea {
  min-height: 132px;
  resize: vertical;
}

.admin-news-buttons {
  display: flex;
  gap: 14px;
  margin-top: 22px;
}

.admin-news-buttons button {
  flex: 1;
  min-height: 46px;
  border: 1px solid #d7a83d;
  background: transparent;
  color: #f7f1e8;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
  cursor: pointer;
  transition: background .25s ease, color .25s ease;
}

.admin-news-buttons button:hover {
  background: #d7a83d;
  color: #050403;
}

.admin-news-card {
  margin-bottom: 18px;
}

.admin-news-card-inner {
  border: 1px solid rgba(215,168,61,.14);
  border-radius: 16px;
  padding: 22px;
  background: rgba(255,255,255,.03);
}

.admin-news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.admin-news-meta strong {
  display: block;
  color: #f3efe7;
  font-size: 1rem;
}

.admin-news-meta span {
  color: #c99a4a;
  font-size: .9rem;
  white-space: nowrap;
}

.admin-news-text {
  color: #ddd3c5;
  line-height: 1.65;
  margin-bottom: 18px;
}

.admin-news-actions {
  display: flex;
  gap: 12px;
}

.admin-news-actions button {
  flex: 1;
  border: 1px solid rgba(215,168,61,.24);
  background: transparent;
  color: #f3efe7;
  padding: 12px 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: background .25s ease, color .25s ease;
}

.admin-news-actions button:hover {
  background: rgba(215,168,61,.16);
}

.news-empty {
  color: #d8cfc2;
  padding: 22px;
  text-align: center;
}

@media (max-width: 900px) {
  .admin-news-layout {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}

