
:root{
  --paper:#f2eee8;
  --paper-deep:#e8e0d7;
  --ink:#11100f;
  --muted:#6e665e;
  --accent:#8a684f;
  --line:#d5cdc4;
  --white:#fbfaf8;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Inter,Arial,sans-serif;
  font-size:15px;
}
img{display:block}
button,input,textarea{font:inherit}
button{cursor:pointer}
a{color:inherit}
.hidden{display:none!important}

.shell{
  width:min(1480px,calc(100% - 72px));
  margin-inline:auto;
  position:relative;
}

.site-header{
  height:78px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  padding:0 4vw;
  border-bottom:1px solid rgba(0,0,0,.07);
  background:rgba(242,238,232,.96);
  backdrop-filter:blur(12px);
  position:sticky;
  top:0;
  z-index:30;
}

.brand{
  justify-self:start;
  text-decoration:none;
  letter-spacing:.20em;
  font-size:22px;
  font-weight:500;
  line-height:.8;
}
.brand small{
  display:block;
  margin-top:10px;
  font-size:7px;
  letter-spacing:.31em;
}

.site-nav{
  display:flex;
  gap:34px;
}
.site-nav a,
.admin-trigger{
  text-decoration:none;
  border:0;
  background:none;
  font-size:10px;
  letter-spacing:.11em;
  padding:8px 0;
}
.admin-trigger{justify-self:end}

.hero{
  padding-top:24px;
  padding-bottom:72px;
}

.hero-card{
  height:min(690px,calc(100vh - 126px));
  min-height:570px;
  position:relative;
  overflow:hidden;
  border-radius:76px;
  background:#d6c5b7;
}

.hero-image,
.hero-fallback{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.hero-image{
  object-fit:cover;
  object-position:center center;
}

.hero-fallback{
  background:
    radial-gradient(circle at 72% 30%,rgba(255,255,255,.36),transparent 28%),
    linear-gradient(135deg,#e4d8cc,#b9987e);
}

.hero-copy{
  position:absolute;
  z-index:2;
  top:7%;
  left:6%;
  max-width:64%;
  color:#0a0909;
}

.hero-copy h1{
  margin:0;
  font-family:"Bodoni Moda",serif;
  font-size:clamp(72px,7vw,124px);
  line-height:.88;
  letter-spacing:-.06em;
  font-weight:400;
  white-space:nowrap;
}

.hero-subtitle{
  margin-top:18px;
  font-size:clamp(14px,1.2vw,19px);
  line-height:1.3;
  letter-spacing:.075em;
  font-weight:500;
}

.hero-kicker{
  margin-top:13px;
  font-size:9px;
  line-height:1;
  letter-spacing:.24em;
  font-weight:600;
}

.about{
  border-top:1px solid var(--line);
  padding-top:90px;
  padding-bottom:95px;
  display:grid;
  grid-template-columns:100px 1.1fr .9fr;
  gap:5vw;
  align-items:start;
}
.section-label{
  color:var(--accent);
  font-size:10px;
  letter-spacing:.16em;
}
.about-heading h2,
.section-head h2,
.functional h2,
.journal h2,
.contact h2{
  font-family:"Bodoni Moda",serif;
  font-weight:400;
  letter-spacing:-.045em;
}
.about-heading h2{
  margin:0;
  font-size:clamp(48px,5.4vw,86px);
  line-height:.95;
}
.about-text{
  padding-top:42px;
  font-size:17px;
  line-height:1.75;
  max-width:520px;
}

.technologies{
  border-top:1px solid var(--line);
  padding-top:86px;
  padding-bottom:100px;
}
.section-head{
  display:grid;
  grid-template-columns:100px 1fr .8fr;
  gap:5vw;
  align-items:end;
  margin-bottom:55px;
}
.section-head h2{
  margin:0;
  font-size:clamp(48px,5.3vw,84px);
  line-height:.94;
}
.section-head p{
  margin:0 0 8px;
  color:var(--muted);
  line-height:1.6;
}
.section-head.compact{
  grid-template-columns:100px 1fr;
}

.technology-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.tech-card{
  position:relative;
  min-width:0;
  overflow:hidden;
  background:#e7ded5;
}
.tech-card:nth-child(2){background:#ddd2c7}
.tech-card:nth-child(3){background:#ece7e1}
.tech-card:nth-child(4){background:#d8cbc0}

.tech-media{
  height:380px;
  background:#ddd2c7;
}
.tech-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.tech-media.empty{
  background:
    radial-gradient(circle at 68% 24%,rgba(255,255,255,.55),transparent 28%),
    linear-gradient(145deg,#ede7e0,#cdbdad);
}

.tech-copy{
  min-height:235px;
  padding:25px 24px 30px;
  display:flex;
  flex-direction:column;
}
.tech-number{
  margin-bottom:17px;
  font-size:9px;
  letter-spacing:.16em;
}
.tech-copy h3{
  margin:0 0 18px;
  font-family:"Bodoni Moda",serif;
  font-weight:400;
  font-size:clamp(22px,1.55vw,29px);
  line-height:1.04;
  letter-spacing:-.035em;

  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
}
.tech-copy p{
  margin:auto 0 0;
  font-size:13px;
  line-height:1.55;
}

.functional{
  border-top:1px solid var(--line);
  padding-top:100px;
  padding-bottom:100px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8vw;
}
.functional h2{
  margin:24px 0 0;
  font-size:clamp(50px,5.5vw,88px);
  line-height:.94;
}
.functional h2 em{
  font-weight:400;
  color:var(--accent);
}
.functional-side{
  padding-top:48px;
  font-size:17px;
  line-height:1.7;
}
.benefits{
  margin-top:38px;
}
.benefit-row{
  display:grid;
  grid-template-columns:42px 1fr;
  padding:16px 0;
  border-bottom:1px solid var(--line);
}
.benefit-row strong{font-weight:500}

.prices{
  border-top:1px solid var(--line);
  padding-top:88px;
  padding-bottom:100px;
}
.price-list{
  border-top:1px solid var(--line);
  width:min(100%,1050px);
  margin-left:auto;
}
.price-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px;
  border-bottom:1px solid var(--line);
  padding:19px 0;
}
.price-row strong{font-weight:500}
.price-row span:last-child{
  font-family:"Bodoni Moda",serif;
  font-size:21px;
}

.journal{
  border-top:1px solid var(--line);
  padding-top:95px;
  padding-bottom:100px;
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:7vw;
}
.journal-intro h2{
  margin:24px 0;
  font-size:clamp(48px,5vw,80px);
  line-height:.95;
}
.journal-intro p{
  max-width:450px;
  color:var(--muted);
  line-height:1.7;
}
.journal-grid{
  display:grid;
}
.journal-card{
  display:grid;
  grid-template-columns:135px 1fr;
  gap:25px;
  padding:22px 0;
  border-bottom:1px solid var(--line);
}
.journal-image{
  height:110px;
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(135deg,#dfd4c9,#b99981);
}
.journal-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.journal-card h3{
  margin:0 0 9px;
  font-family:"Bodoni Moda",serif;
  font-weight:400;
  font-size:29px;
  line-height:1;
}
.journal-card p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
}

.contact{
  border-top:1px solid var(--line);
  padding-top:95px;
  padding-bottom:85px;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:6vw;
}
.contact h2{
  margin:24px 0 0;
  font-size:clamp(48px,5vw,80px);
  line-height:.95;
}
.contact-lines{
  margin-top:35px;
  line-height:2;
}
.contact-image-wrap{
  height:430px;
  border-radius:66px;
  overflow:hidden;
  position:relative;
  background:#cdb8a7;
}
.contact-image,
.contact-fallback{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.contact-image{object-fit:cover}
.contact-fallback{background:linear-gradient(135deg,#ddd1c5,#b89b83)}

.site-footer{
  padding-top:32px;
  padding-bottom:36px;
  border-top:1px solid var(--line);
  display:flex;
  gap:35px;
  align-items:center;
  font-size:10px;
  letter-spacing:.08em;
}
.footer-brand{
  font-size:18px;
  letter-spacing:.16em;
}
.footer-brand small{
  display:block;
  margin-top:7px;
  font-size:6px;
  letter-spacing:.27em;
}
.site-footer span{margin-left:auto}
.site-footer a{text-decoration:none}

/* ADMIN */
.edit-button{
  display:none;
  position:absolute;
  top:14px;
  right:14px;
  z-index:8;
  border:0;
  padding:10px 13px;
  background:#111;
  color:#fff;
  font-size:9px;
  letter-spacing:.12em;
}
.admin-mode .edit-button{display:block}
.admin-mode .editable-section{
  outline:1px dashed rgba(138,104,79,.48);
  outline-offset:-1px;
}
.section-edit{
  top:18px;
  right:0;
}
.admin-bar{
  position:fixed;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  z-index:50;
  display:flex;
  align-items:center;
  gap:20px;
  background:#111;
  color:white;
  padding:12px 16px;
  box-shadow:0 12px 36px rgba(0,0,0,.28);
  font-size:11px;
}
.admin-bar button{
  border:1px solid #666;
  background:none;
  color:white;
  padding:8px 11px;
}

.modal{
  position:fixed;
  inset:0;
  z-index:70;
  background:rgba(17,15,13,.56);
  display:grid;
  place-items:center;
  padding:22px;
}
.modal-panel{
  width:min(720px,96vw);
  max-height:90vh;
  overflow:auto;
  background:var(--white);
  padding:44px;
  position:relative;
}
.login-panel{width:min(430px,96vw)}
.modal-panel h3{
  margin:6px 0 28px;
  font-family:"Bodoni Moda",serif;
  font-weight:400;
  font-size:42px;
}
.modal-eyebrow{
  font-size:9px;
  letter-spacing:.17em;
  color:var(--muted);
}
.modal-panel label,
.field{
  display:block;
  margin:18px 0;
  font-size:11px;
  letter-spacing:.07em;
}
.modal-panel input,
.modal-panel textarea{
  width:100%;
  display:block;
  margin-top:8px;
  border:1px solid var(--line);
  background:white;
  padding:13px;
}
.modal-panel textarea{
  min-height:130px;
  resize:vertical;
}
.modal-close{
  position:absolute;
  right:16px;
  top:12px;
  border:0;
  background:none;
  font-size:28px;
}
.primary{
  border:0;
  background:#111;
  color:white;
  padding:13px 18px;
}
.editor-actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:28px;
}
.editor-actions>button:first-child{
  border:1px solid var(--line);
  background:none;
  padding:12px 17px;
}
.form-error{
  min-height:18px;
  color:#9a2d2d;
  font-size:12px;
}
.image-preview{
  width:100%;
  height:180px;
  object-fit:contain;
  background:#eee;
  margin-top:10px;
}
.field-help{
  margin-top:8px;
  color:var(--muted);
  font-size:10px;
  line-height:1.5;
}
.toast{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:90;
  background:#111;
  color:#fff;
  padding:12px 16px;
  font-size:12px;
}

@media(max-width:1120px){
  .technology-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tech-media{height:420px}
  .tech-copy h3{font-size:34px}
}

@media(max-width:850px){
  .shell{width:min(100% - 32px,1480px)}
  .site-header{grid-template-columns:1fr auto;height:70px}
  .site-nav{display:none}
  .hero{padding-top:16px;padding-bottom:55px}
  .hero-card{height:590px;min-height:0;border-radius:48px}
  .hero-copy{top:7%;left:7%;max-width:84%}
  .hero-copy h1{
    font-size:clamp(54px,13vw,82px);
    white-space:normal;
  }
  .hero-subtitle{font-size:13px}
  .hero-kicker{font-size:8px}

  .about{
    grid-template-columns:48px 1fr;
    gap:25px;
    padding-top:70px;
    padding-bottom:75px;
  }
  .about-text{grid-column:2;padding-top:0}
  .section-head{
    grid-template-columns:48px 1fr;
    gap:25px;
  }
  .section-head p{grid-column:2}
  .functional,.journal,.contact{
    grid-template-columns:1fr;
    gap:38px;
  }
  .functional-side{padding-top:0}
  .technology-grid{grid-template-columns:1fr 1fr;gap:10px}
  .tech-media{height:310px}
  .tech-copy{padding:22px 18px 25px;min-height:210px}
  .tech-copy h3{font-size:28px}
  .journal-card{grid-template-columns:105px 1fr}
  .journal-image{height:95px;border-radius:22px}
  .contact-image-wrap{height:330px;border-radius:44px}
  .admin-bar span{display:none}
}

@media(max-width:560px){
  .hero-card{height:520px;border-radius:36px}
  .hero-copy h1{font-size:48px}
  .hero-subtitle{font-size:11px;line-height:1.4}
  .technology-grid{grid-template-columns:1fr}
  .tech-media{height:360px}
  .tech-copy{min-height:0}
  .tech-copy h3{font-size:32px}
  .site-footer{flex-wrap:wrap}
  .site-footer span{margin-left:0}
}


/* ===== SAFE FIX 08: requested changes only ===== */

/* Hero ~1/3 shorter. Photo still fills the whole rounded field. */
.hero-card{
  height:min(500px,calc(100vh - 160px));
  min-height:440px;
}
.hero-image{
  object-position:center 62%;
}

/* First text section: label -> title -> description */
.about{
  display:block;
  padding-top:84px;
  padding-bottom:90px;
}
.about .section-label{margin-bottom:34px}
.about-stack{
  margin-left:12%;
  width:min(980px,84%);
}
.about-stack h2{
  margin:0;
  font-family:"Bodoni Moda",serif;
  font-size:clamp(50px,5.1vw,80px);
  line-height:.97;
  font-weight:400;
  letter-spacing:-.045em;
}
.about-stack p{
  margin:30px 0 0;
  max-width:760px;
  font-size:17px;
  line-height:1.75;
}

/* Technology intro uses the same vertical grammar.
   Technology cards themselves are NOT changed. */
.technology-intro{
  margin-bottom:52px;
}
.technology-intro .section-label{margin-bottom:34px}
.technology-intro-stack{
  margin-left:12%;
  width:min(980px,84%);
}
.technology-intro-stack h2{
  margin:0;
  font-family:"Bodoni Moda",serif;
  font-size:clamp(50px,5.1vw,80px);
  line-height:.97;
  font-weight:400;
  letter-spacing:-.045em;
}
.technology-intro-stack p{
  margin:28px 0 0;
  max-width:760px;
  color:var(--muted);
  line-height:1.7;
}

/* Deleted section must leave no trace */
.functional{display:none!important}

/* Journal keeps the working original two-column visual layout.
   Only editing controls are enhanced. */
.journal{
  position:relative;
}
.journal-card{
  position:relative;
}
.journal-card .edit-button{
  top:18px;
  right:0;
}
.journal-controls{
  position:absolute;
  top:20px;
  right:0;
  display:none;
  gap:8px;
  z-index:10;
}
.admin-mode .journal-controls{display:flex}
.journal-controls .journal-control{
  display:block;
  position:static;
}

/* keep words sane */
.tech-copy h3{
  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
}

@media(max-width:850px){
  .hero-card{
    height:430px;
    min-height:0;
  }
  .hero-image{object-position:center 64%}
  .about-stack,
  .technology-intro-stack{
    margin-left:0;
    width:100%;
  }
}
@media(max-width:560px){
  .hero-card{height:390px}
}

.modal-panel select{
  width:100%;
  display:block;
  margin-top:8px;
  border:1px solid var(--line);
  background:white;
  padding:13px;
}


/* ===== TEXT FIX 09 — samo prvi tekstualni segment na desktopu ===== */
@media(min-width:851px){
  #about .about-stack{
    margin-left:12%;
    width:88%;
    max-width:none;
  }

  #about .about-stack h2{
    width:100%;
    max-width:1180px;
    margin:0;
  }

  #about .about-stack p{
    width:100%;
    max-width:1180px;
    margin:32px 0 0;
    font-size:18px;
    line-height:1.65;
    white-space:pre-wrap;
  }
}


/* ===== DESKTOP TEXT SYSTEM FIX 10 — isti princip kroz tekstualne celine ===== */
@media(min-width:851px){

  /* 01 — prvi tekstualni segment */
  #about .about-stack{
    margin-left:12%;
    width:88%;
    max-width:none;
  }

  #about .about-stack h2{
    width:100%;
    max-width:1180px;
    margin:0;
  }

  #about .about-stack p{
    width:100%;
    max-width:1180px;
    margin:32px 0 0;
    font-size:18px;
    line-height:1.65;
    white-space:pre-wrap;
  }

  /* 02 — uvod u tehnologije */
  #technologies .technology-intro-stack{
    margin-left:12%;
    width:88%;
    max-width:none;
  }

  #technologies .technology-intro-stack h2{
    width:100%;
    max-width:1180px;
    margin:0;
  }

  #technologies .technology-intro-stack p{
    width:100%;
    max-width:1180px;
    margin:32px 0 0;
    font-size:18px;
    line-height:1.65;
    white-space:pre-wrap;
  }

  /* Cene i paketi — samo naslovna širina, lista/cene se ne diraju */
  #prices .simple-section-head h2,
  #prices .section-head h2{
    width:100%;
    max-width:1180px;
  }

  /* Journal — uvodni naslov i opis koriste isti tekstualni raster */
  #journal .journal-intro h2{
    width:100%;
    max-width:1180px;
  }

  #journal .journal-intro p{
    width:100%;
    max-width:1180px;
    font-size:18px;
    line-height:1.65;
    white-space:pre-wrap;
  }

  /* Kontakt — samo tekst čuva ručno unete redove/pasuse */
  #contact .contact-lines{
    white-space:pre-wrap;
  }
}


/* ===== DESKTOP TECHNOLOGIES BALANCE FIX 11 — ONLY intro horizontal spacing ===== */
@media(min-width:851px){
  #technologies .technology-intro-stack{
    margin-left:12%;
    width:auto;
    max-width:none;
    margin-right:12%;
  }

  #technologies .technology-intro-stack h2,
  #technologies .technology-intro-stack p{
    width:100%;
    max-width:none;
  }
}


/* ===== TYPOGRAPHY FIX 14 — 01 uses the exact body-copy style from 02 ===== */
@media(min-width:851px){
  #about .about-stack p{
    font-family:Inter, Arial, sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:1.65;
    color:var(--muted);
    white-space:pre-wrap;
  }
}


/* ===== CONSISTENT CONTENT GRID FIX 15 =====
   Desktop: related editorial/text sections use the same 12% / 76% / 12% content grid.
   No functionality or unrelated layout rules changed.
*/
@media(min-width:851px){
  #about .about-stack{
    margin-left:12%;
    width:76%;
    max-width:none;
  }

  #about .about-stack h2,
  #about .about-stack p{
    width:100%;
    max-width:none;
  }
}


/* ===== PARAGRAPH PRESERVATION STANDARD 16 =====
   Svi tekstualni sadržaji koji se unose kroz textarea u ADMIN-u
   čuvaju Enter i prazne redove na public sajtu.
   Ne menja tipografiju, raspored, margine ni funkcionalnost.
*/
#about .about-stack p,
#technologies .technology-intro-stack p,
.tech-copy p,
#journal .journal-intro p,
.journal-card p,
#contact .contact-lines{
  white-space:pre-wrap;
}


/* ===== TECHNOLOGY CTA SPACING FIX 17 =====
   Odvaja editorial link od poslednjeg pasusa bez menjanja drugih stilova.
*/
.tech-copy .tech-more{
  margin-top:24px;
}


/* =========================================================
   HERO EXACT EDITORIAL 21 — DESKTOP ONLY
   Fotografija preko celog hero bannera, kao dogovoreni mockup.
   Ne dira nijednu sekciju ispod hero dela.
   ========================================================= */
@media(min-width:851px){
  .hero{
    padding-top:24px;
    padding-bottom:72px;
  }

  .hero-card{
    height:640px;
    min-height:640px;
    position:relative;
    overflow:hidden;
    border-radius:72px;
    background:#6f5038;
    isolation:isolate;
  }

  .hero-image,
  .hero-fallback{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
  }

  .hero-image{
    object-fit:cover;
    object-position:center 50%;
    z-index:0;
  }

  .hero-fallback{
    z-index:0;
    background:
      radial-gradient(circle at 72% 32%,rgba(255,255,255,.24),transparent 27%),
      linear-gradient(135deg,#9b795e,#5f4330);
  }

  /* Prirodno zatamnjenje samo sa leve strane, bez split panela. */
  .hero-card::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:
      linear-gradient(
        90deg,
        rgba(32,20,12,.58) 0%,
        rgba(32,20,12,.44) 23%,
        rgba(32,20,12,.18) 43%,
        rgba(32,20,12,.03) 58%,
        rgba(32,20,12,0) 70%
      );
  }

  .hero-copy{
    position:absolute;
    z-index:3;
    left:72px;
    top:70px;
    bottom:58px;
    width:44%;
    max-width:620px;
    color:#f7f0e7;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
  }

  .hero-copy h1{
    margin:0;
    max-width:610px;
    white-space:normal;
    font-family:"Bodoni Moda",serif;
    font-size:clamp(78px,6.2vw,112px);
    line-height:.84;
    letter-spacing:-.06em;
    font-weight:400;
    text-transform:uppercase;
    color:#f7f0e7;
  }

  .hero-ornament{
    margin-top:22px;
    width:245px;
    display:flex;
    align-items:center;
    gap:12px;
    color:#c99b47;
  }

  .hero-ornament span{
    display:block;
    height:1px;
    flex:1;
    background:#c99b47;
  }

  .hero-ornament b{
    font-size:14px;
    line-height:1;
    font-weight:400;
  }

  .hero-brandline{
    margin-top:30px;
    font-family:Inter,Arial,sans-serif;
    font-size:11px;
    line-height:1;
    letter-spacing:.22em;
    font-weight:500;
    text-transform:uppercase;
    color:#d9a84f;
  }

  .hero-slogan{
    margin-top:22px;
    max-width:520px;
    font-family:"Bodoni Moda",serif;
    font-size:clamp(30px,2.55vw,45px);
    line-height:.98;
    letter-spacing:-.025em;
    font-weight:400;
    text-transform:uppercase;
    color:#f7f0e7;
  }

  .hero-signature-line{
    margin-top:auto;
    width:92px;
    height:2px;
    background:#d9a84f;
  }

  .hero-kicker{
    margin-top:16px;
    font-family:Inter,Arial,sans-serif;
    font-size:10px;
    line-height:1;
    letter-spacing:.25em;
    font-weight:500;
    text-transform:uppercase;
    color:#d9a84f;
  }

  /* Stari subtitle ostaje u podacima zbog kompatibilnosti, ali se ne prikazuje. */
  .hero-subtitle-legacy{
    display:none !important;
  }

  .hero .edit-button{
    z-index:10;
    top:18px;
    right:18px;
  }
}
/* ===== BODY BALANCE LEGAL LINKS + COOKIE CONSENT ===== */
.footer-legal-links{display:flex;align-items:center;gap:14px;font-size:9px;letter-spacing:.08em}.footer-legal-links a{text-decoration:none}.footer-legal-links button{border:0;background:none;padding:0;color:inherit;font:inherit;letter-spacing:inherit;cursor:pointer}.bb-cookie-consent{position:fixed;left:24px;right:24px;bottom:20px;z-index:120;display:none;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:20px 22px;background:#11100f;color:#f8f3ed;box-shadow:0 18px 52px rgba(0,0,0,.28)}.bb-cookie-consent.is-visible{display:grid}.bb-cookie-copy{font-size:12px;line-height:1.6;color:#ddd5cd}.bb-cookie-copy strong{display:block;margin-bottom:3px;color:#fff;font-weight:500;letter-spacing:.04em}.bb-cookie-copy a{color:#fff}.bb-cookie-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.bb-cookie-actions button{border:1px solid #77706a;background:transparent;color:#fff;padding:10px 13px;font-size:9px;letter-spacing:.11em}.bb-cookie-actions button.primary-consent{background:#f2eee8;color:#11100f;border-color:#f2eee8}@media(max-width:1000px){.site-footer{flex-wrap:wrap}.footer-legal-links{order:4;width:100%;justify-content:center;flex-wrap:wrap}}@media(max-width:700px){.bb-cookie-consent{left:14px;right:14px;bottom:14px;width:calc(100% - 28px);grid-template-columns:1fr;gap:14px}.bb-cookie-actions{justify-content:flex-start}}
