:root{
  --bg:#060606;
  --panel:rgba(255,255,255,.04);
  --panel-strong:rgba(255,255,255,.055);
  --line:rgba(255,255,255,.09);
  --text:#f6f1e7;
  --muted:rgba(246,241,231,.76);
  --gold:#d7b35a;
  --gold-strong:#ebc86b;
  --teal:#22d3a6;
  --radius:26px;
  --shadow:0 16px 48px rgba(0,0,0,.46);
  --shadow-soft:0 22px 60px rgba(0,0,0,.40);
 --container:min(1600px, calc(100% - 40px));
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
  margin:0;
  padding:0;
  min-height:100%;
  background:#000;
}

body{
  margin:0;
  padding:0;
  min-height:100%;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 520px at 12% 0%, rgba(215,179,90,.10), transparent 66%),
    radial-gradient(840px 460px at 88% 8%, rgba(224,208,169,.07), transparent 64%),
    linear-gradient(180deg,#070707,#040404 56%,#070707);
  background-color:#000;
}
a{
  text-decoration:none;
  color:inherit;
}

img{
  display:block;
  max-width:100%;
  background:#000;
}

.container{
  width:var(--container);
  margin:0 auto;
}

.card,
.gallery-card,
.menu-card,
.info-card,
.list-panel,
.mini-card{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(5,5,5,.96);
  border-bottom:1px solid rgba(255,255,255,.07);
  box-shadow:0 10px 28px rgba(0,0,0,.22);
}

.header-inner{
  min-height:88px;
  padding:0 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  margin-right:0;
  flex:1 1 auto;
  min-width:0;
}

.brand__logo{
  height:96px;
  width:auto;
  object-fit:contain;
  background:transparent;
}

.brand__name{
  font-size:13px;
  color:var(--gold-strong);
  letter-spacing:.16em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.nav{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto;
}

.nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 18px;
  border-radius:999px;
  font-size:16px;
  font-weight:600;
  color:rgba(255,255,255,.96);
  transition:background .18s ease,color .18s ease,transform .18s ease;
}

.nav a:hover{
  background:rgba(255,255,255,.05);
  color:#fff;
}

.nav-cta{
  border:1px solid rgba(215,179,90,.34);
  background:linear-gradient(180deg, rgba(215,179,90,.18), rgba(215,179,90,.08));
  color:var(--gold-strong)!important;
  padding:10px 18px;
  font-size:14px;
  margin-left:14px;
}

.menu-toggle{
  display:none;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  width:44px;
  height:44px;
  margin-left:12px;
  background:none;
  border:0;
  padding:0;
  flex:0 0 auto;
  cursor:pointer;
}

.menu-toggle span{
  display:block;
  width:22px;
  height:2px;
  background:#fff;
  border-radius:2px;
}

.hero{
  position:relative;
  padding:0 0 48px;
  overflow:visible;
}

.hero-glow{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:1;
  background:
    radial-gradient(920px 560px at 10% 42%, rgba(16,170,132,.34), transparent 64%),
    radial-gradient(920px 560px at 90% 42%, rgba(16,170,132,.30), transparent 64%),
    radial-gradient(520px 260px at 18% 8%, rgba(215,179,90,.12), transparent 64%),
    radial-gradient(520px 260px at 84% 8%, rgba(215,179,90,.08), transparent 62%);
}

.hero-shell{
  position:relative;
}

.hero-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:0;
  align-items:center;
  min-height:820px;
  background:
    linear-gradient(90deg, rgba(3,19,16,.90), rgba(4,4,4,.96) 40%, rgba(4,4,4,.99));
  border:1px solid rgba(255,255,255,.10);
  outline:1px solid rgba(255,255,255,.03);
  border-radius:0 0 34px 34px;
  box-shadow:
    0 30px 80px rgba(0,0,0,.55),
    inset 0 0 0 1px rgba(255,255,255,.03);
  overflow:visible;
}

.hero-copy{
  padding:78px 34px 56px 44px;
  max-width:600px;
}

.badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:14px 28px;
  font-size:14px;
  font-weight:600;
  letter-spacing:.08em;

  border-radius:999px;
  background:linear-gradient(135deg,#f2c86b,#caa24a);
  color:#1a1206;

  min-width:420px;
  max-width:520px;
  text-align:center;

  box-shadow:
    0 10px 26px rgba(215,179,90,.18),
    inset 0 1px 0 rgba(255,255,255,.25);

  animation:badgePulse 2.2s ease-in-out infinite;
  transform-origin:center;
}



@keyframes badgePulse{
  0%, 100%{
    transform:translateY(0) scale(1);
    box-shadow:
      0 10px 26px rgba(215,179,90,.18),
      0 0 0 rgba(235,200,107,0),
      inset 0 1px 0 rgba(255,255,255,.25);
    filter:brightness(1);
  }

  50%{
    transform:translateY(-1px) scale(1.03);
    box-shadow:
      0 16px 38px rgba(235,200,107,.38),
      0 0 24px rgba(235,200,107,.28),
      inset 0 1px 0 rgba(255,255,255,.35);
    filter:brightness(1.06);
  }
}

@keyframes softGlow{
  from{
    box-shadow:
      0 8px 22px rgba(242,200,107,.25),
      inset 0 1px 0 rgba(255,255,255,.25);
  }
  to{
    box-shadow:
      0 14px 34px rgba(242,200,107,.45),
      inset 0 1px 0 rgba(255,255,255,.35);
  }
}

.hero-eyebrow{
  margin:18px 0 10px;
  font-size:16px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--gold-strong);
  font-weight:700;
  opacity:.9;
}

.hero-topline{
  margin:14px 0 16px;
  color:rgba(246,241,231,.90);
  font-size:18px;
  line-height:1.5;
}

.hero h1{
  margin:0 0 18px;
  font-family:'Playfair Display', serif;
  font-size:clamp(58px,5.6vw,80px);
  line-height:.95;
  letter-spacing:-.03em;
  font-weight:800;
}

.hero-lead{
  margin:0 0 28px;
  color:var(--muted);
  font-size:20px;
  line-height:1.72;
  max-width:34ch;
}
.hero-actions{
  display:flex;
  flex-wrap:nowrap;
  gap:14px;
  align-items:center;
}
.btn{
  min-height:56px;
  padding:14px 22px;
  border-radius:999px;
  border:1px solid transparent;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  font-weight:800;
  white-space:nowrap;
}

.btn-products{
  background:rgba(120,72,28,.35);
  color:#f6e7c5;

  border:1px solid rgba(215,179,90,.45);

  min-height:56px;
  padding:14px 24px;
  border-radius:999px;

  font-weight:700;
  font-size:16px;

  transition:all .25s ease;
}

.btn-products:hover{
  background:rgba(120,72,28,.55);
  border-color:#d7b35a;
  color:#fff;

  transform:translateY(-2px);

  box-shadow:
    0 10px 26px rgba(0,0,0,.35),
    0 0 18px rgba(215,179,90,.28);
}
.btn:hover{
  filter:brightness(1.05);
}

.btn:active{
  transform:translateY(1px);
}

.btn-primary{
  background:linear-gradient(180deg, var(--gold-strong), rgba(215,179,90,.82));
  color:#111;
  box-shadow:0 14px 34px rgba(215,179,90,.16);
}

.btn-secondary{
  background:linear-gradient(180deg, rgba(34,211,166,.95), rgba(20,155,121,.92));
  color:#04130f;
  box-shadow:0 14px 34px rgba(34,211,166,.16);
}

.btn-ghost{
  background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
  border-color:rgba(255,255,255,.10);
  color:var(--text);
  box-shadow:0 10px 26px rgba(0,0,0,.18);
}

.info-pill{
  margin-top:22px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.09);
  border-radius:28px;
  padding:18px 20px;
  max-width:560px;
}

.info-pill__row{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:rgba(255,255,255,.88);
}

.info-pill__row + .info-pill__row{
  margin-top:10px;
}

.pin{
  opacity:.95;
}

.hero-media{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  padding:0;
  overflow:visible;
  position:relative;
}

.hero-media::before{
  content:"";
  position:absolute;
  width:720px;
  height:720px;
  background:
    radial-gradient(
      circle,
      rgba(215,179,90,.18) 0%,
      rgba(215,179,90,.08) 34%,
      rgba(0,0,0,0) 72%
    );
  filter:blur(62px);
  left:58%;
  top:54%;
  transform:translate(-50%,-50%);
  z-index:0;
}
.hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(to right, rgba(4,4,4,.82) 0%, rgba(4,4,4,.32) 20%, rgba(4,4,4,.05) 35%, rgba(4,4,4,0) 48%),
    linear-gradient(to left, rgba(4,4,4,.10) 0%, rgba(4,4,4,0) 12%);
}
.hero-main{
  width:84%;
  max-width:none;
  height:auto;
  object-fit:contain;
  background:transparent;
  transform:translateX(4%) scale(1);
  transform-origin:center;
  z-index:2;
  filter:
    drop-shadow(0 30px 52px rgba(0,0,0,.38))
    contrast(1.01)
    brightness(1.01);
}
.section{
  padding:34px 0;
}

.section-dark{
  background:linear-gradient(180deg, rgba(255,255,255,.016), rgba(255,255,255,.01));
  padding:70px 0;
}

.section-head{
  margin-bottom:18px;
}

.section-head.centered{
  text-align:center;
  max-width:860px;
  margin:0 auto 38px;
}

.section-head h2{
  margin:0 0 8px;
  font-family:'Playfair Display',serif;
  font-size:34px;
}

.section-divider{
  width:90px;
  height:2px;
  margin:18px auto 22px;
  background:linear-gradient(90deg, transparent, #d4af37, transparent);
  opacity:.9;
}

.kicker{
  margin:0 0 10px;
  color:var(--gold-strong);
  font-weight:700;
  font-size:15px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.muted{
  color:var(--muted);
  line-height:1.65;
}

.intro-card{
  padding:30px;
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.mini-card{
  padding:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}

.mini-card h3{
  margin:0 0 8px;
  font-size:18px;
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:24px;
  position:relative;
  align-items:stretch;
}

.gallery-grid::before{
  content:"";
  position:absolute;
  inset:-80px -120px;

  background:
    radial-gradient(circle at 30% 35%, rgba(215,179,90,.12), transparent 36%),
    radial-gradient(circle at 68% 58%, rgba(215,179,90,.10), transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(215,179,90,.05), transparent 66%);

  filter:blur(6px);

  pointer-events:none;
  z-index:0;
}

.gallery-card{
  display:flex;
  flex-direction:column;
  min-height:360px;
  overflow:hidden;
  position:relative;
  z-index:1;

  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s cubic-bezier(.2,.8,.2,1);
}
.gallery-card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 48px rgba(0,0,0,.45), 0 0 0 1px rgba(212,175,55,.25);
}




.gallery-card img{
  width:100%;
  height:220px;
  object-fit:contain;
  background:#000;
  padding:10px;
  transition:transform .45s ease, filter .35s ease;
}

.gallery-media{
  position:relative;
  overflow:hidden;
  border-radius:14px 14px 0 0;

  display:flex;
  align-items:center;
  justify-content:center;

  height:250px;
  background:#000;
  transition:background .35s ease;
}

.gallery-price{
  position:absolute;
  top:14px;
  right:14px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  background:linear-gradient(180deg,#d7b35a,#b88e2d);
  color:#111;
  font-size:13px;
  font-weight:800;
  box-shadow:0 10px 22px rgba(0,0,0,.28);
}

.gallery-card:hover .gallery-price{
  background:#e5c46b;
  color:#000;
}

.gallery-card:hover .gallery-media{
  background:
  radial-gradient(circle at center, rgba(255,210,120,0.35), transparent 70%),
  #000;
}

.gallery-card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 48px rgba(0,0,0,.45), 0 0 0 1px rgba(215,179,90,.22);
}




.gallery-card--macaron:hover{
  transform:translateY(-8px);
}




.gallery-card--macaron .gallery-copy{
  position:relative;
  z-index:2;
}

.gallery-card--tea .gallery-copy{
position:relative;
z-index:2;
}




.gallery-card--giftbox img{
  padding:0;
  height:240px;
}

.gallery-card--baklava img{
  padding:0;
  height:240px;
  filter:brightness(1.08);
}

.gallery-media img{
  width:100%;
  height:100%;
  object-fit:contain;

  transition:transform .4s ease, filter .4s ease;

  filter: drop-shadow(0 10px 25px rgba(0,0,0,.6))
          drop-shadow(0 0 18px rgba(212,175,55,.20));
}
.gallery-card:hover .gallery-media img{
  transform:scale(1.06);
}


.experience-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:30px;
}

.section{
  padding:80px 0;
}




@media (hover: hover) and (pointer: fine){
  .gallery-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 44px rgba(0,0,0,.42);
  }

  .gallery-card:hover .gallery-media{
    background:
      radial-gradient(circle at center, rgba(255,210,120,0.35), transparent 70%),
      #000;
  }

 .gallery-card:hover img{
  transform:scale(1.20);
  filter:brightness(1.05) contrast(1.04);
}
}


.gallery-copy{
  padding:18px 18px 20px;
  flex:1;
}

.gallery-copy h3{
  margin:0 0 8px;
  font-size:19px;
  font-weight:600;
  letter-spacing:.02em;
}

.gallery-copy p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
}
.menu-grid,
.visit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.menu-card,
.info-card,
.list-panel{
  padding:18px;
}

.menu-card h3,
.info-card h3,
.list-panel h3{
  margin:0 0 8px;
  font-size:18px;
}

.menu-card p,
.info-card p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}

.price{
  margin-top:10px;
  color:var(--gold-strong);
  font-weight:800;
}

.featured{
  box-shadow:0 0 0 1px rgba(215,179,90,.14) inset, var(--shadow-soft);
}

.two-col-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:16px;
}

.two-col-list.three-up{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.list-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px 0;
  border-top:1px solid rgba(255,255,255,.08);
}

.list-row:first-of-type{
  border-top:0;
  padding-top:0;
}

.list-row span{
  color:var(--muted);
  line-height:1.5;
}

.list-row strong{
  color:var(--gold-strong);
  white-space:nowrap;
}

.visit-grid{
  margin-bottom:16px;
}

.map-wrap{
  margin-top:18px;
  overflow:hidden;
  border-radius:28px;
}

.map-wrap iframe{
  display:block;
  width:100%;
  height:380px;
  border:0;
}

.site-footer{
  padding:24px 0 86px;
  border-top:1px solid rgba(255,255,255,.07);
  background:rgba(0,0,0,.28);
}

.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  color:var(--muted);
  font-size:14px;
}

.footer-inner p{
  margin:0;
}

.mobile-bar{
  position:fixed;
  left:12px;
  right:12px;
  bottom:12px;
  z-index:90;
  display:none;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  padding:8px;
  border-radius:18px;
  background:rgba(8,8,8,.94);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(10px);
  box-shadow:0 20px 48px rgba(0,0,0,.45);
}

.mobile-bar a{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.05);
  border-radius:12px;
  font-size:13px;
  font-weight:700;
}

.mobile-bar a:first-child{
  background:linear-gradient(180deg, var(--gold-strong), rgba(215,179,90,.82));
  color:#101010;
}

@media (max-width: 1100px){
  .hero-grid,
  .feature-grid,
  .two-col-list{
    grid-template-columns:1fr;
  }

  .gallery-grid,
  .menu-grid,
  .visit-grid{
    grid-template-columns:1fr 1fr;
  }

 

  .nav{
    position:absolute;
    top:74px;
    left:14px;
    right:14px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    padding:10px;
    background:rgba(10,10,10,.97);
    border:1px solid rgba(255,255,255,.10);
    border-radius:18px;
    box-shadow:var(--shadow);
    margin-left:0;
    z-index:120;
  }

  .nav.is-open{
    display:flex;
  }

  .menu-toggle{
    display:flex;
  }

  .hero-main{
    width:100%;
    max-width:900px;
    height:auto;
    object-fit:contain;
    transform:none;
  }

  .gallery-card--tea{
  grid-column:auto;
}
}

@media (max-width: 700px){
  :root{
    --container:min(100%, calc(100% - 18px));
  }

  body{
    padding-bottom:140px;
  }

  .hero{
    padding-top:0;
    padding-bottom:60px;
    overflow:visible;
  }

  .hero-grid{
    grid-template-columns:1fr;
    min-height:auto !important;
    height:auto;
    border-radius:0 0 22px 22px;
    gap:0;
  }
  

 .hero-copy{
  padding:16px 16px 18px;
  max-width:none;
}

.hero-media{
  display:flex;
  justify-content:center;
  align-items:flex-end;
  padding:0;
  margin-bottom:-20px;
}

.hero-media::before,
.hero-media::after{
  display:none;
}

.hero-main{
  width:100%;
  max-width:100%;
  height:auto;
  object-fit:cover;
  transform:none;
  margin:0;
}

  .badge{
  display:block;
  width:100%;
  min-width:0;
  max-width:100%;
  text-align:center;

  padding:11px 14px;
  margin:0 0 16px;

  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  line-height:1.25;

  border-radius:999px;
  background:linear-gradient(135deg,#f2c86b,#caa24a);
  color:#1a1206;

  box-shadow:
    0 8px 18px rgba(242,200,107,.22),
    inset 0 1px 0 rgba(255,255,255,.22);
}

  .badge-link{
    width:100%;
  }

.hero-eyebrow{
  margin:0 0 12px;
  font-size:12px;
  letter-spacing:.10em;
  line-height:1.3;
}

.hero h1{
  font-size:clamp(28px,6vw,40px);
  line-height:1.06;
  margin:0 0 14px;
}


.hero-topline{
  font-size:15px;
  line-height:1.5;
  margin:0 0 14px;
}

.hero-lead{
  margin:0 0 18px;
  color:var(--muted);
  font-size:15px;
  line-height:1.6;
  max-width:none;
}

.hero-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-bottom:12px;
}

.hero-actions .btn{
  width:100%;
  min-height:44px;
  padding:10px 12px;
  font-size:13px;
}

.hero-actions .btn-products{
  display:none;
}

  .info-pill{
    margin-top:12px;
    padding:12px 14px;
    max-width:none;
  }

  .info-pill__row{
    font-size:13px;
    line-height:1.35;
  }

  .header-inner{
    min-height:92px;
    padding:0 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
  }

  .brand{
    margin-right:0;
    flex:1 1 auto;
    min-width:0;
     align-items:center;
     display:flex;
  gap:10px;
  }

  .brand__logo{
    height:56px;
    width:auto;
    max-width:100%;
  }

  .brand__text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  line-height:1.1;
}

.brand__title{
  font-size:15px;
  font-weight:700;
  letter-spacing:.05em;
  color:var(--gold-strong);
}

.brand__subtitle{
  font-size:12px;
  opacity:.85;
  letter-spacing:.03em;
  margin-top:2px;
}

.brand__name{
  font-size:13px;
  line-height:1.2;
  letter-spacing:.05em;

  color:rgba(215,179,90,.9);

  opacity:.9;
}

  .section{
    padding:44px 0;
  }

  .section-dark{
    padding:44px 0;
  }

  .section-head{
    margin-bottom:14px;
  }

  .section-head.centered{
    margin:0 auto 24px;
    max-width:100%;
    padding:0 4px;
  }

  .section-head h2{
    font-size:28px;
    line-height:1.18;
  }

  .cta-row{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }

  .btn{
    width:100%;
  }

  .intro-card,
  .menu-card,
  .info-card,
  .list-panel,
  .mini-card{
    padding:16px;
  }

  .gallery-grid,
  .menu-grid,
  .visit-grid,
  .feature-grid,
  .two-col-list,
  .experience-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .mobile-bar{
    display:grid;
  }
}




  @media (hover: hover) and (pointer: fine){
  .gallery-card.gallery-card--macaron:hover img{
    transform:scale(1.30) !important;
    filter:brightness(1.06) contrast(1.05) !important;
  }

  .gallery-card.gallery-card--giftbox:hover img{
    transform:scale(1.28) !important;
    filter:brightness(1.06) contrast(1.05) !important;
  }
}


@media (max-width: 700px) and (max-height: 500px){
 .hero-copy{
  padding:10px 14px 14px;
  margin-top:-10px;
}

  .hero h1{
    font-size:clamp(26px,5.5vw,36px);
    margin:0 0 10px;
  }

  .hero-topline{
    font-size:13px;
    line-height:1.3;
    margin:0 0 8px;
  }

  .hero-lead{
    font-size:13px;
    line-height:1.38;
    margin:0 0 10px;
  }

 .badge{
    padding:10px 12px;
    margin:0 0 8px;
    font-size:11px;
    line-height:1.15;
  }
  .hero-media{
    padding:0 10px 0;
  }

  .hero-media::before,
  .hero-media::after{
    display:none;
  }

  .info-pill{
    margin-top:10px;
    padding:10px 12px;
  }

  .info-pill__row{
    font-size:12px;
    line-height:1.3;
  }
}