/* =========================================================
   Domaći bagremov med — glavni stylesheet
   Premium, prirodan, domaćinski. Mobile-first.
   ========================================================= */

:root {
  /* Boje */
  --gold: #C68A1E;
  --gold-deep: #9A6A12;
  --gold-soft: #E6B85C;
  --gold-light: #F3DDA6;
  --cream: #FBF6EC;
  --cream-2: #F7EFDF;
  --beige: #F1E7D2;
  --white: #FFFFFF;
  --card: #FFFDF8;
  --green: #234034;
  --green-soft: #2F5343;
  --green-line: #3C6553;
  --brown: #3A2E1F;
  --brown-soft: #6F6353;
  --muted: #8A7E6C;
  --line: #E7DCC4;
  --shadow-sm: 0 2px 10px rgba(58, 46, 31, .06);
  --shadow: 0 10px 30px rgba(58, 46, 31, .10);
  --shadow-lg: 0 22px 50px rgba(58, 46, 31, .14);

  /* Tipografija */
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  /* Razmaci / radijusi */
  --maxw: 1120px;
  --maxw-narrow: 760px;
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --r-pill: 999px;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--brown);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
/* Sve ikonice (inline SVG bez klase) podrazumevano u veličini teksta;
   dekorativni SVG-ovi (jar, hexfield, drip, bee) imaju svoje klase i nisu pogođeni. */
svg:not([class]) { width: 1.2em; height: 1.2em; flex: none; vertical-align: -0.18em; }
a { color: var(--gold-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--serif); color: var(--green); line-height: 1.18; font-weight: 600; margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 5.2vw, 3.3rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.55rem, 3.6vw, 2.35rem); }
h3 { font-size: clamp(1.2rem, 2.4vw, 1.5rem); }
p { margin: 0 0 1.05em; }
ul, ol { padding-left: 1.2em; }
li { margin-bottom: .4em; }
strong { color: var(--green); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.narrow { max-width: var(--maxw-narrow); }
.eyebrow {
  font-family: var(--sans); font-weight: 700; text-transform: uppercase;
  letter-spacing: .14em; font-size: .76rem; color: var(--gold-deep);
  display: inline-block; margin-bottom: .7em;
}
.lead { font-size: 1.12rem; color: var(--brown-soft); }
.center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ---------- Skip link ---------- */
.skip { position: absolute; left: -999px; top: 0; background: var(--green); color: #fff; padding: 10px 16px; z-index: 200; border-radius: 0 0 8px 0; }
.skip:focus { left: 0; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--green); color: #F3EBD8; font-size: .85rem;
}
.topbar .container { display: flex; justify-content: center; gap: 22px; align-items: center; min-height: 38px; flex-wrap: wrap; padding-top:6px; padding-bottom:6px; }
.topbar a { color: #F8EFD8; font-weight: 600; }
.topbar svg { width: 15px; height: 15px; vertical-align: -2px; margin-right: 5px; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 246, 236, .92);
  backdrop-filter: saturate(150%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 70px; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-weight: 600; color: var(--green); font-size: 1.18rem; line-height: 1.05; }
.brand:hover { text-decoration: none; }
.brand .bee { flex: none; width: 34px; height: 34px; }
.brand small { display: block; font-family: var(--sans); font-weight: 600; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-deep); }

.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  display: inline-block; padding: 9px 12px; border-radius: var(--r-pill);
  color: var(--brown); font-weight: 600; font-size: .94rem;
}
.nav-links a:hover { background: var(--beige); text-decoration: none; color: var(--green); }
.nav-links a.is-active { color: var(--gold-deep); }
.nav-cta { margin-left: 6px; }

.nav-toggle {
  display: none; background: var(--green); border: 0; color: #fff;
  width: 46px; height: 42px; border-radius: 12px; cursor: pointer; align-items: center; justify-content: center;
}
.nav-toggle svg { width: 22px; height: 22px; }

@media (max-width: 940px) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px);
    flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--cream); padding: 86px 18px 28px; box-shadow: var(--shadow-lg);
    transform: translateX(100%); transition: transform .28s ease; overflow-y: auto;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { padding: 13px 14px; font-size: 1.02rem; border-radius: 12px; }
  .nav-links .nav-cta { margin: 10px 0 0; }
  .nav-links .nav-cta .btn { width: 100%; }
  body.menu-open { overflow: hidden; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(35,64,52,.4); z-index: 99; opacity: 0; visibility: hidden; transition: opacity .28s; }
  .nav-backdrop.show { opacity: 1; visibility: visible; }
}

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--gold); --btn-fg: #3a2a07;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--sans); font-weight: 700; font-size: 1rem; line-height: 1;
  padding: 14px 24px; border-radius: var(--r-pill); border: 2px solid transparent;
  background: var(--btn-bg); color: var(--btn-fg); cursor: pointer; text-align: center;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease; box-shadow: var(--shadow-sm);
}
.btn:hover { text-decoration: none; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn svg { width: 19px; height: 19px; flex: none; }
.btn-primary { background: linear-gradient(135deg, #E0A93B, #C68A1E); color: #3a2a07; }
.btn-secondary { background: transparent; color: var(--green); border-color: var(--green); box-shadow: none; }
.btn-secondary:hover { background: var(--green); color: #fff; }
.btn-wa { background: #25D366; color: #073d1c; }
.btn-viber { background: #7360F2; color: #fff; }
.btn-phone { background: var(--green); color: #fff; }
.btn-ghost { background: var(--white); color: var(--green); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-lg { padding: 17px 30px; font-size: 1.06rem; }
.btn-block { display: flex; width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(224,169,59,.18), transparent 60%),
    linear-gradient(170deg, #FCF8EF 0%, #F6EAD2 100%);
  border-bottom: 1px solid var(--line);
}
.hero-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; padding: 64px 0 72px; }
.hero h1 { margin-bottom: .35em; }
.hero .lead { font-size: 1.18rem; max-width: 33em; }
.hero-cta { margin-top: 26px; }
.hero-mini { margin-top: 22px; display: flex; gap: 20px; flex-wrap: wrap; font-size: .9rem; color: var(--brown-soft); }
.hero-mini span { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; }
.hero-mini svg { width: 18px; height: 18px; color: var(--gold-deep); }

.hero-art { position: relative; display: flex; justify-content: center; }
.jar { width: min(330px, 80%); filter: drop-shadow(0 24px 38px rgba(122,86,18,.28)); }

.hexfield { position: absolute; inset: 0; pointer-events: none; opacity: .5; z-index: 0; }
.hero .container { position: relative; z-index: 1; }

@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; gap: 22px; padding: 44px 0 54px; text-align: center; }
  .hero .lead { margin-left: auto; margin-right: auto; }
  .hero-cta .btn-row { justify-content: center; }
  .hero-mini { justify-content: center; }
  .hero-art { order: -1; }
  .jar { width: 190px; }
}

/* ---------- Honey drip divider (signature) ---------- */
.drip { display: block; width: 100%; height: 26px; color: var(--cream); }
.section + .drip { margin-top: -1px; }

/* ---------- Sections ---------- */
.section { padding: 64px 0; }
.section.tight { padding: 46px 0; }
.section.cream { background: var(--cream); }
.section.beige { background: var(--beige); }
.section.green { background: var(--green); color: #EFE7D5; }
.section.green h2, .section.green h3 { color: #fff; }
.section.green .eyebrow { color: var(--gold-light); }
.section.white { background: var(--white); }
.section-head { max-width: 40em; margin-bottom: 34px; }
.section-head.center { margin-left: auto; margin-right: auto; }

/* ---------- Trust badges ---------- */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trust .badge {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 20px 16px; text-align: center; box-shadow: var(--shadow-sm);
}
.trust .badge .hexicon { margin: 0 auto 10px; }
.trust .badge b { display: block; color: var(--green); font-size: .98rem; }
.trust .badge span { font-size: .82rem; color: var(--brown-soft); }
@media (max-width: 720px) { .trust { grid-template-columns: repeat(2, 1fr); } }

.hexicon {
  width: 52px; height: 58px; display: flex; align-items: center; justify-content: center;
  color: var(--gold-deep);
  background:
    linear-gradient(135deg, #FBEFD2, #F3DDA6);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.hexicon svg { width: 26px; height: 26px; }

/* ---------- Generic grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 920px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

/* ---------- Cards ---------- */
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card h3 { margin-bottom: .35em; }
.card p { color: var(--brown-soft); font-size: .97rem; }
.card .card-foot { margin-top: auto; padding-top: 14px; }

/* Feature card with icon */
.feature .hexicon { margin-bottom: 16px; }

/* Product card */
.product-card { text-align: left; position: relative; overflow: hidden; }
.product-thumb {
  border-radius: var(--r); margin-bottom: 18px; aspect-ratio: 4/3; display: flex;
  align-items: center; justify-content: center; position: relative; overflow: hidden;
  background: radial-gradient(120% 120% at 30% 20%, #FBEFD2 0%, #EFD8A0 55%, #E3C172 100%);
}
.product-thumb .jar-mini { width: 46%; filter: drop-shadow(0 10px 16px rgba(122,86,18,.3)); }
.product-thumb .ribbon {
  position: absolute; top: 12px; left: 12px; background: var(--green); color: #fff;
  font-size: .72rem; font-weight: 700; letter-spacing: .04em; padding: 5px 11px; border-radius: var(--r-pill);
}
.product-card .price-note {
  font-size: .9rem; color: var(--gold-deep); font-weight: 700; margin: 2px 0 14px;
  display: inline-flex; align-items: center; gap: 7px;
}
.pack-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.tag { font-size: .78rem; font-weight: 700; color: var(--green); background: var(--beige); border-radius: var(--r-pill); padding: 4px 11px; }

/* Blog / link card */
.link-card { text-decoration: none; }
.link-card:hover { text-decoration: none; }
.link-card .kicker { font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--gold-deep); }
.link-card .arrow { color: var(--gold-deep); font-weight: 700; }

/* ---------- CTA blocks ---------- */
.cta-soft {
  background: linear-gradient(135deg, #FCF4E2, #F4E3BE); border: 1px solid var(--gold-light);
  border-radius: var(--r-lg); padding: 26px 28px; margin: 30px 0; box-shadow: var(--shadow-sm);
}
.cta-soft p { margin-bottom: 14px; color: var(--brown); }
.cta-soft p:first-child { font-family: var(--serif); font-size: 1.15rem; color: var(--green); }

.cta-strong {
  background:
    radial-gradient(700px 280px at 100% 0%, rgba(224,169,59,.28), transparent 55%),
    linear-gradient(135deg, #2A4C3D, #1E3A2E);
  color: #F2E9D6; border-radius: var(--r-lg); padding: 42px 34px; text-align: center; box-shadow: var(--shadow);
}
.cta-strong h2 { color: #fff; }
.cta-strong p { color: #E7Dcc4; max-width: 34em; margin-left: auto; margin-right: auto; }
.cta-strong .btn-row { justify-content: center; margin-top: 20px; }

/* ---------- Note / disclaimer boxes ---------- */
.note {
  border-left: 4px solid var(--gold); background: var(--cream-2);
  border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: 16px 20px; margin: 22px 0; font-size: .96rem;
}
.disclaimer {
  border: 1px dashed var(--line); background: #FBF7EE; border-radius: var(--r-sm);
  padding: 14px 18px; font-size: .88rem; color: var(--brown-soft); margin: 26px 0;
}
.disclaimer strong { color: var(--gold-deep); }

/* ---------- Article / prose ---------- */
.prose { max-width: var(--maxw-narrow); }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.3em; color: var(--gold-deep); }
.prose ul li::marker { color: var(--gold); }
.prose img { border-radius: var(--r); }

/* Table of contents */
.toc { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 22px; margin: 26px 0; box-shadow: var(--shadow-sm); }
.toc strong { display: block; color: var(--green); margin-bottom: 8px; font-family: var(--serif); }
.toc ol { margin: 0; padding-left: 1.2em; }
.toc a { color: var(--brown); font-weight: 600; }

/* ---------- Tables ---------- */
.table-wrap { overflow-x: auto; margin: 22px 0; border-radius: var(--r); border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; background: var(--card); min-width: 380px; }
th, td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line); }
thead th { background: var(--green); color: #fff; font-family: var(--sans); font-weight: 700; font-size: .92rem; }
tbody tr:nth-child(even) { background: #FCF8EF; }
tbody tr:last-child td { border-bottom: 0; }

/* ---------- FAQ ---------- */
.faq { max-width: var(--maxw-narrow); margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r); background: var(--card); margin-bottom: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 18px 52px 18px 20px; font-family: var(--serif); font-size: 1.06rem; color: var(--green);
  position: relative; font-weight: 600;
}
.faq-q::after {
  content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-family: var(--sans); font-size: 1.5rem; color: var(--gold-deep); transition: transform .2s;
}
.faq-item.open .faq-q::after { content: "−"; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 20px 18px; color: var(--brown-soft); }
.faq-item.open .faq-a { max-height: 600px; }

/* ---------- Forms ---------- */
.form-wrap { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: .9rem; color: var(--green); margin-bottom: 6px; }
.field .req { color: #B4541E; }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: 1rem; color: var(--brown);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: #fff; transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,138,30,.18);
}
.field textarea { min-height: 110px; resize: vertical; }
.form-hint { font-size: .85rem; color: var(--muted); margin-top: 4px; }
.hp { position: absolute; left: -9999px; }
.form-foot { margin-top: 20px; }
@media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } .form-wrap { padding: 22px; } }

/* ---------- Breadcrumb ---------- */
.breadcrumb { font-size: .85rem; color: var(--brown-soft); padding: 14px 0 2px; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; }
.breadcrumb li::after { content: "›"; margin-left: 6px; color: var(--muted); }
.breadcrumb li:last-child::after { content: ""; }
.breadcrumb a { color: var(--brown-soft); font-weight: 600; }

/* ---------- Steps (kako poručiti) ---------- */
.steps { counter-reset: step; display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 22px 22px; position: relative; box-shadow: var(--shadow-sm); }
.step::before {
  counter-increment: step; content: counter(step);
  font-family: var(--serif); font-weight: 600; font-size: 1.1rem; color: #fff;
  width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg,#E0A93B,#C68A1E);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px; box-shadow: var(--shadow-sm);
}
.step h3 { font-size: 1.12rem; }
.step p { font-size: .94rem; color: var(--brown-soft); margin: 0; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Testimonials ---------- */
.tcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.tcard .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 8px; }
.tcard p { font-style: italic; color: var(--brown); }
.tcard .who { font-style: normal; font-weight: 700; color: var(--green); font-size: .9rem; }
.tnote { font-size: .82rem; color: var(--muted); text-align: center; margin-top: 16px; }

/* ---------- Floating actions (desktop) + sticky mobile CTA ---------- */
.fab { position: fixed; right: 18px; bottom: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 90; }
.fab a {
  width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow); color: #fff;
}
.fab a:hover { text-decoration: none; transform: translateY(-2px); }
.fab a svg { width: 26px; height: 26px; }
.fab .f-wa { background: #25D366; }
.fab .f-viber { background: #7360F2; }
.fab .f-phone { background: var(--green); }

.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; display: none;
  background: rgba(251,246,236,.97); backdrop-filter: blur(8px); border-top: 1px solid var(--line);
  padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); box-shadow: 0 -8px 24px rgba(58,46,31,.12);
  transform: translateY(110%); transition: transform .3s ease;
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .row { display: flex; gap: 9px; max-width: 560px; margin: 0 auto; }
.sticky-cta .btn { flex: 1; padding: 13px 10px; font-size: .95rem; }
.sticky-cta .btn-icon { flex: 0 0 50px; }

@media (max-width: 860px) {
  .fab { display: none; }
  .sticky-cta { display: block; }
  body { padding-bottom: 72px; }
}

/* ---------- Footer ---------- */
.site-footer { background: var(--green); color: #D9CEB8; padding: 56px 0 26px; margin-top: 10px; }
.site-footer a { color: #EFE5CF; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 30px; }
.footer-grid h4 { color: #fff; font-size: 1.05rem; margin-bottom: 14px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 8px; font-size: .94rem; }
.footer-brand .brand { color: #fff; }
.footer-brand .brand small { color: var(--gold-light); }
.footer-brand p { font-size: .92rem; color: #CFC4AE; margin-top: 12px; max-width: 30em; }
.footer-contact a { font-weight: 600; }
.footer-bottom { border-top: 1px solid var(--green-line); margin-top: 36px; padding-top: 18px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .83rem; color: #BCB199; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Animations ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .btn:hover, .card:hover { transform: none; }
}

/* ---------- Helpers ---------- */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mt-2 { margin-top: 2rem; } .mb-2 { margin-bottom: 2rem; }
.text-muted { color: var(--brown-soft); }
.hexrow { display: flex; gap: 6px; justify-content: center; margin: 8px 0 0; }
.hexrow span { width: 12px; height: 14px; background: var(--gold-light); clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%); }
