/* =========================================================
   LOCAL FONTS – STATIC CUTS
   Only the cuts actually used by golfballs.de are loaded.

   Put these files in /assets/fonts/:
   Inter-400.woff2
   Inter-600.woff2
   Inter-700.woff2
   Inter-800.woff2
   Sora-700.woff2
   Sora-800.woff2
   ========================================================= */

@font-face{
  font-family:"Inter";
  src:url("fonts/Inter-400.woff2") format("woff2");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"Inter";
  src:url("fonts/Inter-600.woff2") format("woff2");
  font-style:normal;
  font-weight:600;
  font-display:swap;
}
@font-face{
  font-family:"Inter";
  src:url("fonts/Inter-700.woff2") format("woff2");
  font-style:normal;
  font-weight:700;
  font-display:swap;
}
@font-face{
  font-family:"Inter";
  src:url("fonts/Inter-800.woff2") format("woff2");
  font-style:normal;
  font-weight:800;
  font-display:swap;
}
@font-face{
  font-family:"Sora";
  src:url("fonts/Sora-700.woff2") format("woff2");
  font-style:normal;
  font-weight:700;
  font-display:swap;
}
@font-face{
  font-family:"Sora";
  src:url("fonts/Sora-800.woff2") format("woff2");
  font-style:normal;
  font-weight:800;
  font-display:swap;
}



:root{
  --bg:#f2eee6;--paper:#fffdf8;--ink:#0f110e;--muted:#676b63;--line:rgba(15,17,14,.13);
  --accent:#98d600;--accent2:#d0ff65;--dark:#0b0e0b;--soft:#e9e4d9;--max:1280px;
  --shadow:0 22px 65px rgba(12,15,10,.10)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Inter","Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}
h1,h2,h3,h4{font-family:"Sora","Inter","Segoe UI",Arial,sans-serif;letter-spacing:-.052em;margin:0}p{margin:0}.eyebrow{font:800 11px/1 Sora,sans-serif;text-transform:uppercase;letter-spacing:.15em;color:var(--muted)}
.site-header{position:relative;z-index:50;background:var(--dark);color:#fff}.site-header.overlay{position:absolute;top:0;left:0;right:0;background:transparent}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:11px;font:800 22px/1 Sora,sans-serif;letter-spacing:-.055em}.brand-mark{width:23px;height:23px;border-radius:50%;background:var(--accent);display:block;flex:0 0 auto}.nav-links{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:600}.nav-links a{opacity:.83}.nav-links a:hover{opacity:1}.nav-pill{padding:11px 16px;border:1px solid rgba(255,255,255,.27);border-radius:999px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:0 20px;border-radius:999px;border:0;cursor:pointer;font-weight:800;font-size:14px;transition:.18s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--accent);color:var(--ink)}.btn-dark{background:var(--ink);color:#fff}.btn-light{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);backdrop-filter:blur(10px)}
.hero-slider{position:relative;min-height:820px;color:#fff;overflow:hidden;background:#111}.hero-slide{position:absolute;inset:0;background-position:center;background-size:cover;opacity:0;transform:scale(1.025);transition:opacity 1s ease,transform 8s linear}.hero-slide.active{opacity:1;transform:scale(1)}.hero-shade{position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(5,8,5,.84) 0%,rgba(5,8,5,.43) 52%,rgba(5,8,5,.16) 100%),linear-gradient(to top,rgba(5,8,5,.56),transparent 45%)}.hero-inner{position:relative;z-index:3;min-height:820px;display:flex;align-items:flex-end}.hero-content{padding:180px 0 76px;max-width:840px}.hero-content .eyebrow{color:rgba(255,255,255,.66)}.hero h1{font-size:clamp(60px,8vw,120px);line-height:.88}.hero h1 span{color:var(--accent2)}.hero-lead{font-size:clamp(18px,2vw,23px);line-height:1.55;max-width:660px;margin-top:26px;color:rgba(255,255,255,.82)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-meta{display:flex;gap:28px;flex-wrap:wrap;margin-top:38px;font-size:13px;color:rgba(255,255,255,.66)}.hero-meta b{color:#fff}.slider-ui{position:absolute;z-index:4;right:max(20px,calc((100vw - var(--max))/2));bottom:76px;display:flex;align-items:center;gap:8px}.slider-btn{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(0,0,0,.18);color:#fff;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(8px)}.slider-dots{display:flex;gap:6px;margin-right:8px}.slider-dot{width:28px;height:4px;border:0;border-radius:99px;background:rgba(255,255,255,.28);padding:0;cursor:pointer}.slider-dot.active{background:var(--accent2)}
section{padding:88px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:34px}.section-head h2{font-size:clamp(40px,5vw,68px);line-height:.98;max-width:850px}.section-head p{max-width:500px;line-height:1.7;color:var(--muted)}
.truth-strip{margin-top:-48px;position:relative;z-index:6;padding:0}.truth-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:25px;overflow:hidden;box-shadow:var(--shadow)}.truth-card{background:var(--paper);padding:24px}.truth-card b{font:800 18px/1.15 Sora,sans-serif;letter-spacing:-.035em;display:block;margin-bottom:7px}.truth-card span{color:var(--muted);line-height:1.55;font-size:13px}
.finder-shell{display:grid;grid-template-columns:.78fr 1.22fr;border-radius:34px;overflow:hidden;background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow)}.finder-side{padding:42px;background:var(--accent);position:relative;overflow:hidden}.finder-side:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;border:44px solid rgba(255,255,255,.22);right:-120px;bottom:-120px}.finder-side h3{font-size:45px;line-height:.98;margin:13px 0 16px;position:relative;z-index:1}.finder-side p{line-height:1.65;max-width:380px;position:relative;z-index:1}.finder-list{display:grid;gap:14px;margin-top:28px;position:relative;z-index:1}.finder-list span{font-weight:700;font-size:14px;display:flex;align-items:center;gap:11px}.finder-list i{font-style:normal;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.55);font-size:11px}
.quiz{padding:42px}.progress{height:7px;background:#e8e3d8;border-radius:999px;overflow:hidden;margin-bottom:34px}.progress span{display:block;height:100%;width:16.66%;background:var(--accent);transition:.2s}.quiz-step{display:none}.quiz-step.active{display:block}.quiz-step h3,.quiz-result h3{font-size:clamp(30px,4vw,46px);line-height:1.02}.sub{color:var(--muted);line-height:1.6;margin:10px 0 24px}.choices{display:grid;grid-template-columns:1fr 1fr;gap:11px}.choice{padding:17px;border:1px solid var(--line);border-radius:17px;background:#fff;text-align:left;cursor:pointer;min-height:82px}.choice:hover,.choice.selected{background:#f3f9e4;border-color:#91c900}.choice b{display:block;font-family:Sora,sans-serif;margin-bottom:5px}.choice small{color:var(--muted);line-height:1.4}.quiz-nav{display:flex;justify-content:space-between;gap:10px;margin-top:26px}.btn[disabled]{opacity:.35;pointer-events:none}.quiz-result{display:none}.quiz-result.active{display:block}.fit-pill{display:inline-flex;background:var(--accent);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:800;margin-bottom:14px}.result-grid{display:grid;grid-template-columns:180px 1fr;gap:26px;align-items:center;margin-top:20px}.result-img{width:180px;height:180px;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px}.result-name{font:800 36px/1 Sora,sans-serif;letter-spacing:-.05em}.result-copy{color:var(--muted);line-height:1.65;margin-top:9px}.tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:16px}.tag{padding:8px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:12px;font-weight:700}
.method-note{font-size:12px;color:var(--muted);line-height:1.6;margin-top:18px}.method-note a{text-decoration:underline;font-weight:700}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{border:1px solid var(--line);background:var(--paper);border-radius:26px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.product-media{aspect-ratio:1.1;background:#fff;display:grid;place-items:center;padding:28px;position:relative}.product-media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-label{position:absolute;left:16px;top:16px;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:800;background:var(--ink);color:#fff}.product-body{padding:22px;display:flex;flex-direction:column;flex:1}.product-brand{font-size:12px;color:var(--muted);font-weight:700;margin-bottom:5px}.product-body h3{font-size:28px;line-height:1.04}.product-body p{color:var(--muted);line-height:1.6;font-size:14px;margin-top:10px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:18px 0}.stat{padding:11px 9px;background:#efeadf;border-radius:13px;color:var(--muted);font-size:10px}.stat b{display:block;color:var(--ink);font-size:12px;margin-top:3px}.product-actions{display:flex;gap:8px;margin-top:auto}.product-actions .btn{flex:1;padding-inline:12px}
.compare{background:var(--dark);color:#fff}.compare .eyebrow,.compare .section-head p{color:rgba(255,255,255,.55)}.table-wrap{overflow:auto;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.04)}table{width:100%;border-collapse:collapse;min-width:900px}th,td{padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.09);text-align:left;font-size:13px}th{font:700 10px/1 Sora,sans-serif;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.48)}tr:last-child td{border-bottom:0}td:first-child{font-weight:800;font-family:Sora,sans-serif}.table-link{color:var(--accent2);font-weight:800}
.editorial-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:16px}.editorial-card{min-height:390px;border-radius:26px;overflow:hidden;position:relative;color:#fff;background:#222 center/cover no-repeat}.editorial-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(4,7,4,.82),rgba(4,7,4,.05) 65%)}.editorial-copy{position:absolute;z-index:2;left:22px;right:22px;bottom:22px}.editorial-copy h3{font-size:28px;line-height:1}.editorial-copy p{font-size:13px;line-height:1.55;color:rgba(255,255,255,.74);margin-top:9px}
.page-hero{padding:90px 0 62px;background:var(--dark);color:#fff}.page-hero .eyebrow{color:rgba(255,255,255,.52)}.page-hero h1{font-size:clamp(48px,7vw,92px);line-height:.93;max-width:1000px;margin-top:14px}.page-hero p{max-width:760px;color:rgba(255,255,255,.68);font-size:18px;line-height:1.65;margin-top:18px}.breadcrumbs{font-size:12px;color:rgba(255,255,255,.55);margin-bottom:24px}.breadcrumbs a{color:rgba(255,255,255,.78)}
.product-detail{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:start}.product-stage{background:#fff;border:1px solid var(--line);border-radius:30px;padding:38px;position:sticky;top:24px}.product-stage img{width:100%;aspect-ratio:1;object-fit:contain;mix-blend-mode:multiply}.product-info h1{font-size:clamp(44px,6vw,74px);line-height:.94;margin:8px 0 15px}.lede{font-size:18px;line-height:1.7;color:var(--muted)}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:28px 0}.spec{padding:15px;border-radius:15px;background:#ebe6da;color:var(--muted);font-size:11px}.spec b{display:block;color:var(--ink);font-size:13px;margin-top:5px}.editorial-box{padding:22px;border-left:5px solid var(--accent);background:#fffdf8;border-radius:0 18px 18px 0;font-size:16px;line-height:1.65}.fact-list{border:1px solid var(--line);border-radius:18px;background:var(--paper);padding:20px;margin-top:18px}.fact-list h3{font-size:18px;margin-bottom:11px}.fact-list ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.55}.source-box{margin-top:18px;padding:16px;border-radius:16px;background:#eef6d9;font-size:12px;line-height:1.6}.source-box a{text-decoration:underline;font-weight:800}
.offers{margin-top:32px}.offers h2{font-size:34px;margin-bottom:8px}.offers-note{color:var(--muted);line-height:1.6;font-size:13px;margin-bottom:14px}.offer{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center;border-top:1px solid var(--line);padding:16px 0}.offer:last-child{border-bottom:1px solid var(--line)}.offer-shop{font-weight:800}.offer-meta{font-size:12px;color:var(--muted);margin-top:3px}.offer-price{font:800 18px/1 Sora,sans-serif;white-space:nowrap}.affiliate-state{font-size:10px;color:var(--muted);display:block;margin-top:5px}
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:42px}.article{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:38px}.article h2{font-size:34px;line-height:1.08;margin:34px 0 12px}.article h2:first-child{margin-top:0}.article h3{font-size:22px;margin:26px 0 9px}.article p,.article li{color:var(--muted);line-height:1.75}.article ul,.article ol{padding-left:22px}.callout{padding:20px;border-radius:18px;background:#eff8d8;color:var(--ink)!important;margin:22px 0;line-height:1.65!important}.sidebar{display:grid;gap:12px;align-content:start}.side-card{padding:20px;border-radius:20px;background:var(--paper);border:1px solid var(--line)}.side-card h3{font-size:20px}.side-card p{color:var(--muted);font-size:13px;line-height:1.55;margin-top:8px}.source-list{display:grid;gap:10px}.source-item{padding:18px;border:1px solid var(--line);border-radius:17px;background:#fff}.source-item b{font-family:Sora,sans-serif}.source-item span{display:block;color:var(--muted);font-size:12px;margin:6px 0}.source-item a{text-decoration:underline;font-weight:700;font-size:13px}.price-check{font-size:11px;color:var(--muted);margin-top:12px}
.setup-step{padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;margin:12px 0}.setup-step b{font:800 18px/1.2 Sora,sans-serif}.setup-step p{margin-top:8px}.note{padding:18px;border-radius:16px;background:#fff4d6;border:1px solid #ead59a;font-size:13px;line-height:1.6;color:#4d462f}
footer{background:#0c0e0b;color:#fff;padding:55px 0 30px;margin-top:60px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:34px;padding-bottom:36px}.footer-brand p{color:rgba(255,255,255,.52);line-height:1.65;max-width:470px;margin-top:13px}.footer-col h4{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.42);margin-bottom:15px}.footer-col a{display:block;color:rgba(255,255,255,.76);font-size:14px;margin:9px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:rgba(255,255,255,.4);font-size:11px}
@media(max-width:1000px){.finder-shell,.product-detail,.content-layout{grid-template-columns:1fr}.product-stage{position:relative;top:auto}.products-grid{grid-template-columns:1fr 1fr}.editorial-grid{grid-template-columns:1fr 1fr}.editorial-card:first-child{grid-column:1/-1}.truth-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.slider-ui{right:20px}}
@media(max-width:720px){.wrap{width:min(calc(100% - 24px),var(--max))}.nav{height:70px}.nav-links a:not(.nav-pill){display:none}.brand{font-size:19px}.hero-slider,.hero-inner{min-height:720px}.hero h1{font-size:clamp(54px,17vw,80px)}.hero-content{padding:150px 0 115px}.slider-ui{left:12px;right:auto;bottom:54px}.truth-strip{margin-top:-24px}.section-head{display:block}.section-head p{margin-top:15px}section{padding:66px 0}.choices,.products-grid,.editorial-grid,.spec-grid{grid-template-columns:1fr}.editorial-card:first-child{grid-column:auto}.quiz,.finder-side{padding:25px}.result-grid{grid-template-columns:1fr}.offer{grid-template-columns:1fr}.offer .btn{justify-self:start}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.page-hero{padding:66px 0 48px}.article{padding:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-slide{transition:none;transform:none!important}.btn{transition:none}}


/* =========================================================
   ICONS – CSS ONLY
   No Unicode arrow characters are used in the UI.
   This prevents iOS/Safari from replacing arrows with emoji.
   ========================================================= */
.icon{
  display:inline-block;
  flex:0 0 auto;
  position:relative;
  vertical-align:middle;
}
.icon-right{
  width:15px;
  height:12px;
  margin-left:2px;
}
.icon-right::before{
  content:"";
  position:absolute;
  left:1px;
  top:5px;
  width:12px;
  height:2px;
  border-radius:2px;
  background:currentColor;
}
.icon-right::after{
  content:"";
  position:absolute;
  right:0;
  top:2px;
  width:6px;
  height:6px;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
  transform:rotate(45deg);
}
.icon-ne{
  width:14px;
  height:14px;
  margin-left:1px;
}
.icon-ne::before{
  content:"";
  position:absolute;
  left:2px;
  bottom:2px;
  width:11px;
  height:2px;
  border-radius:2px;
  background:currentColor;
  transform:rotate(-45deg);
  transform-origin:left center;
}
.icon-ne::after{
  content:"";
  position:absolute;
  right:1px;
  top:1px;
  width:7px;
  height:7px;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
}
.slider-icon{
  width:11px;
  height:11px;
  display:block;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
}
.slider-icon.next{transform:rotate(45deg);margin-left:-3px}
.slider-icon.prev{transform:rotate(-135deg);margin-right:-3px}
.article-date{
  margin-top:14px;
  font-size:12px;
  color:rgba(255,255,255,.55);
}
.footer-grid{
  grid-template-columns:1.3fr .7fr .7fr .8fr;
}
@media(max-width:1000px){
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .footer-grid{grid-template-columns:1fr}
}
