:root{
  --bg:#070707;
  --bg2:#0b0d11;
  --panel:#11151c;
  --line:rgba(255,255,255,.12);
  --text:#eef1f6;
  --muted:#c1c7d3;
  --gold1:#e1c989;
  --gold2:#b89757;
  --gold3:#6f5327;
  --shadow:0 18px 70px rgba(0,0,0,.75);
  --shadow2:0 10px 34px rgba(0,0,0,.62);
}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
img{max-width:100%}
svg{display:block}
.u-page{
  min-height:100%;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(1200px 900px at 50% 10%, rgba(183,154,96,.14), transparent 55%),
    radial-gradient(900px 700px at 20% 70%, rgba(0,0,0,.75), transparent 60%),
    linear-gradient(180deg,#060607 0%,#0a0a0b 55%,#060607 100%);
}
.u-page::before{
  content:"";
  position:absolute; inset:0;
  background:url('/assets/img/texture.png') center/cover no-repeat;
  opacity:.20; mix-blend-mode:overlay; pointer-events:none;
}
.u-container{width:1180px;max-width:calc(100% - 36px);margin:0 auto;position:relative;z-index:2}
.u-header{
  position:sticky;top:0;z-index:200;
  background:linear-gradient(180deg, rgba(8,8,9,.94), rgba(8,8,9,.76));
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(10px)
}
.u-topbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:14px 0}
.u-brand{display:flex;align-items:center;gap:14px;min-width:360px}
.u-brand-logo{width:58px;height:58px;display:block;object-fit:contain}
.u-brand-name{font-family:Cinzel,serif;font-size:30px;line-height:1}
.u-brand-tag{margin-top:4px;color:var(--muted);font-size:12px}
.u-nav{display:flex;align-items:center;justify-content:center;gap:28px;min-width:0}
.u-nav a{font-size:13px;font-weight:600;color:#f2f2f2;white-space:nowrap;opacity:.95;padding:6px 0;position:relative}
.u-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:linear-gradient(90deg,var(--gold1),transparent);opacity:0;transform:scaleX(.35);transform-origin:left center;transition:all .2s ease}
.u-nav a:hover::after,.u-nav a.is-active::after{opacity:1;transform:scaleX(1)}
.u-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:200px}
.u-btn{
  display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 16px;border-radius:12px;
  border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,.20));
  color:#eef1f6;box-shadow:var(--shadow2);font-size:13px;font-weight:700;white-space:nowrap;cursor:pointer
}
.u-btn--gold{border-color:rgba(225,201,137,.72);background:linear-gradient(180deg, rgba(225,201,137,.34) 0%, rgba(184,151,87,.24) 58%, rgba(111,83,39,.24) 100%);color:#fff2c9}
.u-btn.is-hidden{display:none!important}

.u-hero{
  margin-top:16px;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow);
  background:linear-gradient(90deg, rgba(0,0,0,.80) 0%, rgba(0,0,0,.30) 56%, rgba(0,0,0,.18) 100%), url('/assets/img/p2.jpg') center/cover no-repeat;
  min-height:350px;position:relative
}
.u-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(760px 360px at 18% 46%, rgba(0,0,0,.46), transparent 60%);pointer-events:none}
.u-hero-inner{position:relative;z-index:1;padding:42px;max-width:700px;min-height:350px;display:flex;flex-direction:column;justify-content:center}
.u-hero-title{margin:0;font-family:Cinzel,serif;font-size:54px;line-height:1.02;letter-spacing:.02em;text-transform:uppercase;text-shadow:0 10px 24px rgba(0,0,0,.65)}
.u-hero-sub{margin-top:14px;max-width:520px;color:#e0e4ec;font-size:18px;line-height:1.45}
.u-slogan{margin-top:14px;padding:18px 14px;border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.10);text-align:center;background:rgba(0,0,0,.52);font-family:Cinzel,serif;font-size:30px;letter-spacing:.02em;color:#f0ddb0;box-shadow:var(--shadow2)}
.u-main-grid{margin-top:18px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:18px;align-items:start}
.u-panel,.page-panel{
  border:1px solid var(--line);background:linear-gradient(180deg, rgba(7,10,16,.78), rgba(6,8,13,.90));
  border-radius:16px;box-shadow:var(--shadow2);overflow:hidden
}
.u-panel-head,.page-panel__title{padding:18px 22px 0;font-family:Cinzel,serif;font-size:18px;letter-spacing:.06em;text-transform:uppercase;color:#f2e4b9}
.u-services-wrap,.u-inquiry-wrap{padding:18px 22px 22px}
.u-services-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.u-service,.page-card{
  border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.03);
  border-radius:14px;box-shadow:var(--shadow2)
}
.u-service{padding:18px;min-height:138px;display:flex;flex-direction:column;justify-content:flex-start}
.u-service-icon{width:46px;height:46px;border-radius:12px;border:1px solid rgba(225,201,137,.28);background:rgba(225,201,137,.08);display:grid;place-items:center;color:#f0ddb0}
.u-service-icon svg{width:22px;height:22px}
.u-service-title{margin-top:14px;font-size:22px;font-weight:800;line-height:1.15}
.u-service-text{margin-top:8px;color:#cdd3df;font-size:15px;line-height:1.45}
.u-form-grid,.page-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.u-full,.full{grid-column:1/-1}
.u-field,.u-textarea,.page-form input,.page-form textarea,.page-form select,
input,textarea,select{
  width:100%;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#eef1f6;
  padding:14px 14px;font-size:15px;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)
}
.u-field::placeholder,.u-textarea::placeholder,.page-form input::placeholder,.page-form textarea::placeholder,input::placeholder,textarea::placeholder{color:#98a1b2}
.u-textarea,.page-form textarea,textarea{min-height:146px;resize:vertical}
.u-form-note,.page-form-note,.form-note{margin-top:10px;color:#cfd4dd;font-size:13px}
.u-products-title,.section-title{
  margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.10);
  font-family:Cinzel,serif;font-size:20px;letter-spacing:.06em;text-transform:uppercase;color:#f2e4b9
}
.u-products-grid,.page-grid{margin-top:14px;display:grid;gap:16px}
.u-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.page-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.page-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.page-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.u-card{border:1px solid var(--line);background:linear-gradient(180deg, rgba(10,12,18,.86), rgba(7,9,14,.92));border-radius:16px;overflow:hidden;box-shadow:var(--shadow2)}
.u-card-image,.page-card__media{height:190px;background-size:cover;background-position:center;position:relative}
.u-card-image::after,.page-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.78))}
.u-card-body,.page-card__body{padding:16px}
.u-card-title,.page-card__title{font-size:20px;font-weight:800;line-height:1.15}
.u-card-meta,.page-card__eyebrow{margin-top:8px;color:#bec5d0;font-size:12px;letter-spacing:.10em;text-transform:uppercase}
.page-card__copy,.page-panel__copy,.page-copy,.desc{margin-top:10px;color:#cfd4dd;line-height:1.7;font-size:15px}
.page-card__actions,.page-actions,.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.u-card-btn{margin-top:14px;display:inline-flex}
.u-trusted{margin-top:20px;padding:18px 12px;text-align:center;border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.54);font-family:Cinzel,serif;font-size:28px;color:#f0ddb0;box-shadow:var(--shadow2)}
.u-logo-strip{position:relative;overflow:hidden;margin-top:16px;padding:18px 0}
.u-logo-strip::before,.u-logo-strip::after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:3;pointer-events:none}
.u-logo-strip::before{left:0;background:linear-gradient(90deg,#070707,transparent)}
.u-logo-strip::after{right:0;background:linear-gradient(270deg,#070707,transparent)}
.u-logo-marquee{display:flex;align-items:center;gap:46px;width:max-content;animation:u-marquee 30s linear infinite;padding:0 8px}
.u-logo-marquee:hover{animation-play-state:paused}
.u-logo-item{flex:0 0 auto;min-width:140px;height:54px;display:flex;align-items:center;justify-content:center;padding:0 8px}
.u-logo-item img{max-height:40px;width:auto;max-width:170px;display:block;object-fit:contain;opacity:.97;filter:drop-shadow(0 8px 18px rgba(0,0,0,.45))}
.u-logo-pill{padding:10px 18px;border:1px solid rgba(255,255,255,.10);border-radius:999px;background:rgba(255,255,255,.04);font-size:16px;font-weight:800;color:#eef1f6;white-space:nowrap}
@keyframes u-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.page-main{padding-bottom:40px}
.page-section{margin-top:18px}
.page-hero{
  margin-top:16px;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow);
  background-size:cover;background-position:center;min-height:280px;position:relative
}
.page-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(760px 360px at 18% 46%, rgba(0,0,0,.46), transparent 60%);pointer-events:none}
.page-hero__inner{position:relative;z-index:1;padding:38px;max-width:780px;min-height:280px;display:flex;flex-direction:column;justify-content:center}
.page-hero__eyebrow{font-family:Cinzel,serif;font-size:14px;letter-spacing:.10em;text-transform:uppercase;color:#f2e4b9}
.page-hero__title{margin:12px 0 0;font-family:Cinzel,serif;font-size:52px;line-height:1.05;text-transform:uppercase}
.page-hero__copy{margin-top:14px;max-width:640px;color:#e0e4ec;font-size:18px;line-height:1.6}

.page-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}
.page-list li{display:grid;gap:6px;padding:14px 0;border-top:1px solid rgba(255,255,255,.08)}
.page-list li:first-child{border-top:0;padding-top:0}
.page-list strong{font-size:18px;color:#f2e4b9}
.page-note{
  margin-top:16px;padding:14px 16px;border-radius:14px;border:1px solid rgba(225,201,137,.20);
  background:rgba(225,201,137,.08);color:#fff2c9;line-height:1.6
}
.page-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.page-pill{padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);font-size:13px;color:#dfe4ee}
.page-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.page-stat{padding:18px;border-radius:14px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.03)}
.page-stat__value{font-family:Cinzel,serif;font-size:28px;color:#f2e4b9}
.page-stat__label{margin-top:8px;color:#cfd4dd;font-size:14px;line-height:1.5}
.page-empty{
  margin-top:18px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.03);
  border-radius:16px;padding:22px;color:#dfe4ee;line-height:1.7
}
.page-meta{display:flex;flex-wrap:wrap;gap:14px;color:#bec5d0;font-size:13px}
.page-kb-grid .page-card,.page-topic-list .page-card,.page-reply-list .page-card{height:100%}
.page-table-wrap{overflow:auto}
.page-table{width:100%;border-collapse:collapse}
.page-table th,.page-table td{padding:12px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left;vertical-align:top;font-size:14px}
.page-table th{font-family:Cinzel,serif;color:#f2e4b9}
.page-sidebar{display:grid;gap:14px}
.page-breadcrumb,.back-link{display:inline-flex;align-items:center;gap:8px;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04);margin-top:18px}
.page-product{
  margin-top:18px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);gap:18px
}
.page-product__image,.product-image{min-height:420px;border-radius:16px;border:1px solid var(--line);background-size:cover;background-position:center;box-shadow:var(--shadow2)}
.page-product__stack{display:grid;gap:18px}
.product-panel,.contact-box{
  border:1px solid var(--line);background:linear-gradient(180deg, rgba(7,10,16,.78), rgba(6,8,13,.90));border-radius:16px;box-shadow:var(--shadow2);padding:22px
}
.card,.panel{
  border:1px solid var(--line);background:linear-gradient(180deg, rgba(7,10,16,.78), rgba(6,8,13,.90));border-radius:16px;box-shadow:var(--shadow2)
}
.card-body{padding:18px}
.card-title,.title-lg{font-size:20px;font-weight:800;line-height:1.2}
.meta{font-size:12px;letter-spacing:.10em;text-transform:uppercase;color:#bec5d0}
.info-box{display:grid;gap:12px;margin-top:16px}
.info-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.info-row:last-child{border-bottom:0}
.quick-form,.page-form{display:grid;gap:12px}
.primary,.btn{
  display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 16px;border-radius:12px;border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,.20));color:#eef1f6;box-shadow:var(--shadow2);font-weight:700;cursor:pointer
}
.primary.gold,.btn.gold{border-color:rgba(225,201,137,.72);background:linear-gradient(180deg, rgba(225,201,137,.34) 0%, rgba(184,151,87,.24) 58%, rgba(111,83,39,.24) 100%);color:#fff2c9}
.hero{margin-top:16px;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow);background-size:cover;background-position:center;min-height:240px;position:relative}
.hero::after{content:"";position:absolute;inset:0;background:radial-gradient(760px 360px at 18% 46%, rgba(0,0,0,.46), transparent 60%)}
.hero .inner,.hero-inner{position:relative;z-index:1;padding:34px;max-width:760px;min-height:240px;display:flex;flex-direction:column;justify-content:center}
.hero h1,.hero-inner h1{margin:0;font-family:Cinzel,serif;font-size:44px;line-height:1.05;text-transform:uppercase}
.hero p,.hero-inner p{margin-top:12px;color:#e0e4ec;font-size:17px;line-height:1.6}
.container{width:1180px;max-width:calc(100% - 36px);margin:0 auto;position:relative;z-index:2}
.shop-grid{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}

.pagination-wrap{display:flex;justify-content:center;gap:10px;margin-top:20px}
.pagination-wrap a,.pagination-wrap span{
  display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;border-radius:12px;
  border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04)
}

.u-footer{margin-top:24px;padding:28px 0 46px;border-top:1px solid rgba(255,255,255,.08)}
.u-footer-grid{display:grid;grid-template-columns:minmax(170px,1fr) minmax(220px,1fr) minmax(220px,1fr) 180px;gap:34px;align-items:start}
.u-footer-title{font-family:Cinzel,serif;font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:#f0ddb0;margin-bottom:14px}
.u-footer-links{display:grid;gap:12px}
.u-footer-links a{display:flex;align-items:center;gap:10px;color:#d7dbe6;font-size:14px;line-height:1.35}
.u-footer-links a span:first-child{width:18px;height:1px;display:block;background:linear-gradient(90deg,var(--gold1),rgba(225,201,137,0))}
.u-contact-list{display:grid;gap:14px}
.u-contact-row{display:flex;align-items:flex-start;gap:10px;color:#d7dbe6;font-size:14px;line-height:1.4}
.u-contact-row svg{width:16px;height:16px;flex:0 0 16px;color:#f0ddb0;margin-top:2px}
.u-qr-wrap{display:flex;flex-direction:column;align-items:flex-end;justify-self:end}
.u-qr{width:148px;height:148px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);overflow:hidden}
.u-qr img{width:100%;height:100%;object-fit:cover;display:block}
.u-socials{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.u-social-link{width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);display:grid;place-items:center;color:#eef1f6}
.u-social-link svg{width:18px;height:18px}
.u-flags{margin-top:12px;display:flex;gap:8px;flex-wrap:nowrap;justify-content:flex-end;align-items:center;overflow-x:auto;overflow-y:hidden;white-space:nowrap;max-width:100%;padding-bottom:2px;-ms-overflow-style:none;scrollbar-width:none}
.u-flags::-webkit-scrollbar{display:none}
.u-flag-btn{padding:0;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.04);border-radius:8px;width:34px;height:24px;display:grid;place-items:center;cursor:pointer;flex:0 0 auto}
.u-flag-btn img{width:22px;height:14px;border-radius:2px}
.u-flag-btn.is-active{border-color:rgba(225,201,137,.80);box-shadow:0 0 0 1px rgba(225,201,137,.30) inset}

.u-chat-fab{position:fixed;right:18px;bottom:18px;z-index:160;width:60px;height:60px;border-radius:18px;border:1px solid rgba(225,201,137,.72);background:linear-gradient(180deg, rgba(225,201,137,.32), rgba(184,151,87,.26) 55%, rgba(111,83,39,.24));display:grid;place-items:center;color:#fff1c4;box-shadow:var(--shadow2);cursor:pointer}
.u-chat-fab svg{width:24px;height:24px}
.u-chat-panel{position:fixed;right:18px;bottom:92px;z-index:170;width:360px;max-width:calc(100vw - 36px);height:520px;max-height:calc(100vh - 120px);border-radius:18px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg, rgba(7,10,16,.96), rgba(4,6,10,.98));box-shadow:var(--shadow);overflow:hidden;display:none;flex-direction:column}
.u-chat-panel.is-open{display:flex}
.u-chat-head{display:flex;align-items:center;justify-content:space-between;padding:14px 14px;border-bottom:1px solid rgba(255,255,255,.10);font-family:Cinzel,serif;color:#f2e4b9;font-size:14px;letter-spacing:.06em;text-transform:uppercase}
.u-chat-close{width:32px;height:32px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:#fff;cursor:pointer}
.u-chat-body{flex:1;padding:12px;overflow:auto;display:flex;flex-direction:column;gap:10px}
.u-bubble{max-width:92%;padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);font-size:13px;line-height:1.45;color:#dfe4ee}
.u-bubble--me{align-self:flex-end;border-color:rgba(225,201,137,.32);background:rgba(225,201,137,.12);color:#fff3cf}
.u-chat-choices{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px;border-top:1px solid rgba(255,255,255,.10)}
.u-choice{padding:10px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:#eef1f6;font-size:12px;font-weight:800;text-transform:uppercase;cursor:pointer}
.u-chat-form{display:none;flex-direction:column;gap:10px;padding:12px;border-top:1px solid rgba(255,255,255,.10)}
.u-chat-form.is-open{display:flex}
.u-chat-field,.u-chat-textarea{width:100%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:12px;color:#eef1f6;padding:12px;font-size:14px;outline:none}
.u-chat-textarea{min-height:96px;resize:vertical}
.u-chat-send{width:100%;padding:12px 14px;border-radius:12px;border:1px solid rgba(225,201,137,.72);background:linear-gradient(180deg, rgba(225,201,137,.34), rgba(184,151,87,.24));color:#fff2c9;font-weight:800;cursor:pointer}
.u-chat-note{font-size:12px;color:#cfd4dd}

@media (max-width:1200px){
  .u-hero-title,.page-hero__title{font-size:46px}
  .u-products-grid,.page-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:1080px){
  .u-topbar{grid-template-columns:auto 1fr auto}
  .u-nav{gap:18px}
  .u-nav a{font-size:12px}
  .u-brand{min-width:300px}
  .u-main-grid,.page-product,.shop-grid{grid-template-columns:1fr}
  .u-footer-grid{grid-template-columns:1fr 1fr}
  .u-qr-wrap{align-items:flex-start;justify-self:start}
  .u-socials,.u-flags{justify-content:flex-start}
  .page-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .u-topbar{grid-template-columns:1fr;gap:10px}
  .u-brand,.u-actions{min-width:0}
  .u-brand{justify-content:center}
  .u-nav{flex-wrap:wrap;gap:12px}
  .u-actions{justify-content:center}
  .u-hero-inner,.page-hero__inner,.hero .inner,.hero-inner{padding:28px}
  .u-hero-title,.page-hero__title,.hero h1,.hero-inner h1{font-size:36px}
  .u-hero-sub,.page-hero__copy,.hero p,.hero-inner p{font-size:16px}
  .u-services-grid,.u-products-grid,.page-grid--2,.page-grid--3,.page-stats,.u-form-grid,.page-form-grid{grid-template-columns:1fr}
  .u-footer-grid{grid-template-columns:1fr;gap:24px}
  .u-slogan,.u-trusted{font-size:24px}
  .u-logo-marquee{gap:28px}
  .u-logo-item{min-width:110px;height:48px}
  .u-logo-item img{max-height:32px;max-width:130px}
  .u-chat-panel{right:12px;bottom:86px;max-width:calc(100vw - 24px)}
  .u-chat-fab{right:12px;bottom:12px}
  .page-breadcrumb,.back-link{margin-top:14px}
}
