@font-face{
  font-family:"Montserrat";
  src:url("../fonts/montserrat-v31-latin-300.woff2") format("woff2");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Montserrat";
  src:url("../fonts/montserrat-v31-latin-regular.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Montserrat";
  src:url("../fonts/montserrat-v31-latin-500.woff2") format("woff2");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Montserrat";
  src:url("../fonts/montserrat-v31-latin-600.woff2") format("woff2");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Montserrat";
  src:url("../fonts/montserrat-v31-latin-700.woff2") format("woff2");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Montserrat";
  src:url("../fonts/montserrat-v31-latin-800.woff2") format("woff2");
  font-weight:800;
  font-style:normal;
  font-display:swap;
}

/* Cormorant Garamond */

@font-face{
  font-family:"Cormorant Garamond";
  src:url("../fonts/cormorant-garamond-v21-latin-300.woff2") format("woff2");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Cormorant Garamond";
  src:url("../fonts/cormorant-garamond-v21-latin-regular.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Cormorant Garamond";
  src:url("../fonts/cormorant-garamond-v21-latin-500.woff2") format("woff2");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Cormorant Garamond";
  src:url("../fonts/cormorant-garamond-v21-latin-600.woff2") format("woff2");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Cormorant Garamond";
  src:url("../fonts/cormorant-garamond-v21-latin-700.woff2") format("woff2");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

/* Parisienne */

@font-face{
  font-family:"Parisienne";
  src:url("../fonts/parisienne-v14-latin_latin-ext-regular.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

:root{
  --pink:#3f8f87;
  --pink-dark:#2d6f69;
  --pink-soft:#f3efe7;
  --pink-circle:#efe4d2;
  --cream:#faf7f2;
  --mint:#eef5f1;
  --ink:#2f261f;
  --text:#5f554c;
  --muted:#8a7d71;
  --line:#d9c9b3;
  --shadow:0 18px 44px rgba(55,40,24,.10);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  background:var(--cream);
  color:var(--ink);
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 44px));margin:0 auto}

/* Top bar */
.topbar{
  height:40px;
  background:linear-gradient(90deg,#fff2f6 0%,#fff8fa 55%,#fff2f6 100%);
  border-bottom:1px solid rgba(0,0,0,.06);
  color:#71666b;
  font-size:.82rem;
}
.topbar-inner{
  height:40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.topbar-contact{
  display:flex;
  align-items:center;
  gap:44px;
  flex-wrap:wrap;
}
.topbar b,
.topbar-social{
  color:var(--pink);
  font-weight:800;
}
.topbar-social{
  display:flex;
  gap:14px;
  font-size:1rem;
}

/* Header */
.site-header{
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,.08);
  position:relative;
  z-index:20;
}
.nav{
  height:160px;
  display:grid;
  grid-template-columns:1fr 220px 1fr;
  align-items:center;
  gap:34px;
}
.brand{
  grid-column:2;
  justify-self:center;
  text-align:center;
  font-family:"Cormorant Garamond",serif;
  color:#111;
  line-height:1;
  font-size:1.80rem;
  font-weight:500;
  margin-top:4px;
}
.brand img{
  width:142px;
  height:104px;
  object-fit:contain;
  margin:0 auto 5px;
}
.brand span{
  display:block;
}
.menu{
  display:flex;
  align-items:center;
  gap:38px;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:800;
}
.menu-left{justify-content:flex-start}
.menu-right{justify-content:flex-end}
.menu a{
  position:relative;
  white-space:nowrap;
  padding:8px 0;
}
.menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:2px;
  background:var(--pink);
  transition:.22s ease;
}
.menu a.active,
.menu a:hover{color:var(--pink-dark)}
.menu a.active::after,
.menu a:hover::after{width:100%}
.menu-toggle{display:none}

/* Hero */
.hero-wrap{
  min-height:570px;
  background:
    linear-gradient(90deg,rgba(255,250,248,.98) 0%,rgba(255,250,248,.93) 36%,rgba(255,250,248,.34) 55%,rgba(255,255,255,0) 70%),
    url("../img/hero-cake.jpg") center right/auto 100% no-repeat,
    #fffaf8;
}
.hero{
  min-height:570px;
  display:flex;
  align-items:center;
}
.hero-content{
  width:min(520px,100%);
  padding:54px 0 62px;
}
.script{
  font-family:"Parisienne",cursive;
  color:var(--pink);
  font-size:2.55rem;
  line-height:1;
  font-weight:400;
}
.hero-title{
  display:flex;
  align-items:flex-end;
  gap:12px;
  margin-top:14px;
}
.hero h1{
  font-family:"Cormorant Garamond",serif;
  font-weight:600;
  font-size:clamp(3.05rem,4.55vw,4.5rem);
  line-height:1.04;
  letter-spacing:-.025em;
}
.heart-big{
  color:var(--pink);
  font-size:3.25rem;
  line-height:1;
  transform:rotate(-12deg);
  margin-bottom:8px;
}
.ornament{
  width:360px;
  max-width:100%;
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--pink);
  margin:18px 0 24px;
  font-size:.9rem;
}
.ornament::before,
.ornament::after{
  content:"";
  flex:1;
  height:1px;
  background:#bfb3b7;
}
.lead{
  color:var(--text);
  font-size:1.03rem;
  line-height:1.86;
}
.btn-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:31px;
}
.btn{
  min-height:54px;
  padding:0 28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid #383134;
  background:#fff;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:800;
  cursor:pointer;
  transition:.22s ease;
  font-family:inherit;
}
.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.btn-primary{
  border-color:transparent;
  background:linear-gradient(135deg,var(--pink-dark),#f58fb5);
  color:#fff;
  box-shadow:0 12px 30px rgba(239,111,156,.30);
}
.btn-outline,.btn-soft{
  background:rgba(255,255,255,.82);
}

/* Sections */
.section{padding:72px 0}
.section-head{
  text-align:center;
  margin-bottom:45px;
}
.section-sub{
  font-family:"Parisienne",cursive;
  color:var(--pink);
  font-size:2.68rem;
  line-height:1;
  font-weight:400;
  display:inline-flex;
  align-items:center;
  gap:22px;
}
.section-sub::before,
.section-sub::after{
  content:"";
  display:block;
  width:70px;
  height:1px;
  background:#f0ccd6;
}
.section-title{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(2.25rem,4vw,3.2rem);
  font-weight:600;
  line-height:1.05;
}
.section-subtitle{
  max-width:720px;
  margin:12px auto 0;
  color:var(--text);
  line-height:1.75;
}

/* Services */
.services-grid,
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:72px;
}
.card{
  text-align:center;
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0 18px;
}
.card-icon{
  width:92px;
  height:92px;
  margin:0 auto 20px;
  border-radius:50%;
  background:var(--pink-circle);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:2rem;
  filter:grayscale(1);
}
.card h3{
  font-family:"Cormorant Garamond",serif;
  font-size:1.9rem;
  font-weight:600;
  margin-bottom:10px;
}
.card p{
  color:var(--text);
  font-size:.9rem;
  line-height:1.65;
}
.more-link{
  display:inline-block;
  margin-top:18px;
  color:var(--pink);
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:.75rem;
  font-weight:800;
}

/* Creative / Gallery preview */
.creative-section{
  background:
    radial-gradient(circle at left center,rgba(232,247,244,.94),transparent 400px),
    radial-gradient(circle at right center,rgba(232,247,244,.94),transparent 400px),
    #fff;
  border-top:1px solid rgba(0,0,0,.05);
  border-bottom:1px solid rgba(0,0,0,.05);
}
.creative-grid{
  display:grid;
  grid-template-columns:300px 1fr;
  align-items:center;
  gap:54px;
}
.creative-copy{
  text-align:center;
}
.creative-copy .section-title{
  font-size:2.1rem;
}
.creative-copy .script{
  font-size:4.35rem;
  line-height:.78;
  margin:10px 0 2px;
}
.creative-copy .ornament{
  width:245px;
  margin:24px auto 20px;
}
.gallery-mosaic{
  display:grid;
  grid-template-columns:1.05fr .92fr 1.05fr;
  grid-template-rows:180px 180px;
  gap:16px;
}
.mosaic-item{
  overflow:hidden;
  border-radius:8px;
  box-shadow:0 15px 34px rgba(0,0,0,.12);
  background:#fff;
}
.mosaic-item img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mosaic-item.tall{grid-row:span 2}
.mosaic-item:nth-child(2),
.mosaic-item:nth-child(3){grid-column:2}

/* Bottom */
.bottom-section{
  background:
    linear-gradient(90deg,rgba(255,241,245,.98),rgba(255,255,255,.94) 53%,rgba(255,241,245,.80)),
    url("../img/bottom-cake.jpg") right center/auto 100% no-repeat;
}
.bottom-grid{
  display:grid;
  grid-template-columns:1fr 270px 1fr;
  align-items:center;
  gap:46px;
}
.about-mini h2,
.contact-card h2{
  font-family:"Parisienne",cursive;
  color:var(--pink);
  font-size:2.6rem;
  font-weight:400;
  margin-bottom:16px;
}
.about-mini p{
  color:var(--text);
  line-height:1.85;
  font-size:.92rem;
}
.center-logo{
  text-align:center;
}
.center-logo img{
  width:208px;
  margin:0 auto 10px;
}
.center-logo strong{
  display:block;
  font-family:"Cormorant Garamond",serif;
  font-size:2.05rem;
  font-weight:500;
}
.center-logo .ornament{
  width:175px;
  margin:14px auto 0;
}
.contact-card{
  max-width:395px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(239,111,156,.26);
  padding:32px 36px;
  backdrop-filter:blur(8px);
}
.contact-card p{
  color:var(--text);
  line-height:2.25;
  font-size:.9rem;
  margin-bottom:18px;
}

/* Generic listing pages */
.offer-list,
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.offer-card,
.gallery-item{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.offer-card img,
.gallery-item img{
  width:100%;
  height:265px;
  object-fit:cover;
}
.offer-card .inner,
.gallery-item .inner{
  padding:22px;
}
.offer-card h3,
.gallery-item h3{
  font-family:"Cormorant Garamond",serif;
  font-size:1.8rem;
  margin-bottom:8px;
}
.offer-card p,
.gallery-item p{
  color:var(--text);
  line-height:1.7;
}
.category-tabs{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 36px;
}
.category-tabs a{
  background:#fff;
  border:1px solid var(--line);
  padding:11px 15px;
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight:800;
}

/* Forms */
.form{
  max-width:820px;
  margin:0 auto;
  display:grid;
  gap:16px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  padding:34px;
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
input,textarea,select{
  width:100%;
  padding:15px 16px;
  border:1px solid var(--line);
  background:#fff;
  font:inherit;
}
textarea{min-height:170px;resize:vertical}
.alert{
  max-width:820px;
  margin:0 auto 18px;
  padding:16px 18px;
  background:var(--mint);
  border:1px solid var(--line);
}

/* Footer */
.footer{
  background:#fff1f5;
  border-top:1px solid rgba(0,0,0,.06);
  padding:26px 0;
  color:#6e6267;
  font-size:.82rem;
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.footer-links{
  display:flex;
  align-items:center;
  gap:70px;
  text-transform:uppercase;
  letter-spacing:.09em;
  color:#2c2528;
  font-weight:700;
}

/* Admin */
.admin-layout{
  display:grid;
  grid-template-columns:260px 1fr;
  min-height:100vh;
}
.sidebar{
  background:var(--ink);
  color:#fff;
  padding:28px;
}
.sidebar h2{
  font-family:"Cormorant Garamond",serif;
  font-size:2rem;
  margin-bottom:14px;
}
.sidebar a{
  display:block;
  color:#fff;
  padding:12px 0;
  opacity:.9;
}
.admin-main{padding:32px}
.table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  box-shadow:var(--shadow);
}
.table th,
.table td{
  border-bottom:1px solid var(--line);
  padding:12px;
  text-align:left;
  vertical-align:top;
}

/* Responsive */
@media(max-width:1050px){
  .nav{
    height:88px;
    display:flex;
    justify-content:space-between;
    gap:14px;
  }
  .brand{
    display:flex;
    align-items:center;
    gap:12px;
    text-align:left;
    font-size:1.5rem;
  }
  .brand img{
    width:66px;
    height:66px;
    margin:0;
  }
  .menu-left,
.menu-right{
  display:none;
  position:absolute;
  left:22px;
  right:22px;
  background:#fff;
  box-shadow:var(--shadow);
  padding:18px;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
  z-index:9999;
}

.menu-left{
  top:88px;
  border-bottom:0;
  padding-bottom:7px;
}

.menu-right{
  top:235px;
  padding-top:7px;
}

.menu-left.open,
.menu-right.open{
  display:flex;
}
  .menu-toggle{
    display:inline-flex;
    border:0;
    background:var(--pink);
    color:#fff;
    padding:11px 15px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
  }
  .hero-wrap{
    background:
      linear-gradient(90deg,rgba(255,250,248,.96),rgba(255,250,248,.88)),
      url("../img/hero-cake.jpg") center/cover no-repeat,
      #fffaf8;
  }
  .services-grid,
  .grid-3,
  .creative-grid,
  .bottom-grid,
  .offer-list,
  .gallery-grid,
  .admin-layout{
    grid-template-columns:1fr;
  }
  .services-grid,.grid-3{gap:42px}
  .gallery-mosaic{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
  }
  .mosaic-item,
  .mosaic-item.tall{
    grid-row:auto!important;
    grid-column:auto!important;
  }
  .mosaic-item img{height:260px}
}
@media(max-width:700px){
  .topbar{height:auto}
  .topbar-inner{
    height:auto;
    padding:10px 0;
    flex-direction:column;
    text-align:center;
  }
  .topbar-contact{
    gap:10px;
    justify-content:center;
  }
  .brand span{display:none}
  .hero-wrap,
  .hero{min-height:auto}
  .hero-content{padding:52px 0}
  .hero h1{font-size:3rem}
  .heart-big{font-size:2.4rem}
  .script,.section-sub{font-size:2.15rem}
  .section-sub::before,.section-sub::after{width:32px}
  .section{padding:58px 0}
  .btn{width:100%}
  .form-row{grid-template-columns:1fr}
  .footer-inner,
  .footer-links{
    flex-direction:column;
    text-align:center;
    gap:14px;
  }
}


/* === FINAL STARTSEITE FIX === */
.hero-wrap{
  display:block !important;
  min-height:570px !important;
  background:
    linear-gradient(90deg,rgba(255,250,248,.98) 0%,rgba(255,250,248,.94) 34%,rgba(255,250,248,.30) 56%,rgba(255,255,255,0) 72%),
    url("../img/hero-cake.jpg") center right / auto 100% no-repeat,
    #fffaf8 !important;
}
.hero{
  min-height:570px !important;
  display:flex !important;
  align-items:center !important;
}
.hero-content{
  display:block !important;
  width:min(520px,100%) !important;
  padding:54px 0 62px !important;
}
.services-section{
  background:#fff !important;
}
@media(max-width:1050px){
  .hero-wrap{
    background:
      linear-gradient(90deg,rgba(255,250,248,.96),rgba(255,250,248,.88)),
      url("../img/hero-cake.jpg") center / cover no-repeat,
      #fffaf8 !important;
  }
}


/* === NATURFARBEN STYLE === */

.topbar{
  background:linear-gradient(90deg,#f7f2ea 0%,#fcfaf7 55%,#f7f2ea 100%) !important;
}

.menu a.active,
.menu a:hover,
.script,
.section-sub,
.about-mini h2,
.contact-card h2,
.more-link,
.topbar b,
.topbar-social{
  color:#b08b57 !important;
}

.btn-primary{
  background:linear-gradient(135deg,#3f8f87,#2d6f69) !important;
  box-shadow:0 12px 30px rgba(63,143,135,.28) !important;
}

.btn-outline{
  border-color:#8a6a45 !important;
  color:#5a4736 !important;
}

.btn-outline:hover{
  background:#f7efe3 !important;
}

.menu a::after{
  background:#b08b57 !important;
}

.card-icon{
  background:#efe4d2 !important;
}

.ornament::before,
.ornament::after,
.section-sub::before,
.section-sub::after{
  background:#d8c0a2 !important;
}

.footer{
  background:#f3ece2 !important;
}

.contact-card{
  border:1px solid rgba(176,139,87,.35) !important;
}

.hero-wrap{
  background:
    linear-gradient(90deg,rgba(250,247,242,.98) 0%,rgba(250,247,242,.94) 34%,rgba(250,247,242,.30) 56%,rgba(255,255,255,0) 72%),
    url("../img/hero-cake.jpg") center right / auto 100% no-repeat,
    #faf7f2 !important;
}


/* === DSGVO Cookie Consent Banner === */
.cookie-consent {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: none;
}

.cookie-consent.is-visible {
  display: block;
}

.cookie-consent__box {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(250,247,242,.98);
  color: var(--ink);
  border: 1px solid rgba(138,106,69,.28);
  box-shadow: 0 18px 55px rgba(47,38,31,.18);
  border-radius: 18px;
  padding: 22px;
}

.cookie-consent__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.cookie-consent h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  margin: 0;
}

.cookie-consent p {
  color: var(--text);
  line-height: 1.65;
  font-size: .94rem;
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cookie-consent__settings {
  display: none;
  border-top: 1px solid rgba(138,106,69,.22);
  margin-top: 18px;
  padding-top: 16px;
}

.cookie-consent__settings.is-open {
  display: grid;
  gap: 12px;
}

.cookie-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(138,106,69,.18);
  padding: 12px;
  border-radius: 12px;
}

.cookie-option input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #3f8f87;
}

.cookie-option strong {
  display: block;
  margin-bottom: 3px;
}

.cookie-option small {
  color: var(--muted);
  line-height: 1.5;
}

.cookie-link {
  text-decoration: underline;
  color: #2d6f69;
  font-weight: 700;
}

.cookie-reopen {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 9998;
  border: 1px solid rgba(138,106,69,.25);
  background: rgba(250,247,242,.94);
  color: var(--ink);
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(47,38,31,.12);
  font-weight: 800;
  display: none;
}

.cookie-reopen.is-visible {
  display: inline-flex;
}

@media(max-width:700px){
  .cookie-consent__header {
    display: block;
  }
  .cookie-consent__actions .btn {
    width: 100%;
  }
}

.lightbox{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.92);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:99999;
  padding:40px;
}

.lightbox.open{
  display:flex;
}

.lightbox-image{
  max-width:95%;
  max-height:95%;
  object-fit:contain;
  border-radius:12px;
  box-shadow:0 20px 60px rgba(0,0,0,.5);
}

.lightbox-close{
  position:absolute;
  top:20px;
  right:28px;
  color:#fff;
  font-size:3rem;
  cursor:pointer;
  line-height:1;
}

.lightbox-prev,
.lightbox-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:rgba(255,255,255,.12);
  border:0;
  color:#fff;
  width:58px;
  height:58px;
  border-radius:50%;
  cursor:pointer;
  font-size:2rem;
  backdrop-filter:blur(5px);
  transition:.2s ease;
}

.lightbox-prev:hover,
.lightbox-next:hover{
  background:rgba(255,255,255,.22);
}

.lightbox-prev{
  left:24px;
}

.lightbox-next{
  right:24px;
}
.mobile-menu{
  display:none;
}

@media(max-width:1050px){
  .menu-left,
  .menu-right{
    display:none !important;
  }

  .mobile-menu{
    display:none;
    position:absolute;
    top:88px;
    left:22px;
    right:22px;
    background:#fff;
    box-shadow:var(--shadow);
    padding:18px;
    flex-direction:column;
    gap:14px;
    z-index:99999;
  }

  .mobile-menu.open{
    display:flex;
  }

  .mobile-menu a{
    font-size:.82rem;
    text-transform:uppercase;
    letter-spacing:.13em;
    font-weight:800;
    padding:9px 0;
  }
}

.topbar-social{
  display:flex;
  align-items:center;
  gap:14px;
}

.social-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(176,139,87,.10);
  transition:.2s ease;
}

.social-icon:hover{
  background:rgba(176,139,87,.20);
  transform:translateY(-2px);
}

.social-icon svg{
  width:18px;
  height:18px;
  stroke:#b08b57;
  stroke-width:2;
  fill:none;
}

.grecaptcha-badge{
  transform:scale(0.82);
  transform-origin:bottom right;
  opacity:.72;
}