/*
Theme Name: Drokkie
Theme URI: https://drokkie.nl
Author: Drokkie
Author URI: https://drokkie.nl
Description: Custom one-page theme for Drokkie, a Dutch web design studio. Black-and-white base with a purple-pink-orange gradient accent pulled from the logo, a bilingual NL/EN switcher, and scroll-reveal animation.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drokkie
*/

  :root{
    --ink:#0e0e10;
    --paper:#ffffff;
    --paper-soft:#f6f5f3;
    --purple:#8c52ff;
    --pink:#cc6b9e;
    --orange:#ff914d;
    --line: rgba(14,14,16,.13);
    --line-strong: rgba(14,14,16,.9);
    --grad: linear-gradient(90deg, var(--purple) 0%, var(--pink) 50%, var(--orange) 100%);
    --grad-deep: linear-gradient(120deg, #7A46E0 0%, #A84C73 50%, #B15D29 100%);
    --maxw: 1180px;
  }
  *{ box-sizing:border-box; }
  html{ scroll-behavior:smooth; }
  body{
    margin:0;
    background:var(--paper);
    color:var(--ink);
    font-family:'Inter',sans-serif;
    font-size:16px;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3,h4,.disp{
    font-family:'Sora',sans-serif;
    font-weight:600;
    line-height:1.05;
    margin:0;
    letter-spacing:-0.01em;
  }
  a{ color:inherit; text-decoration:none; }
  img{ max-width:100%; display:block; }
  .wrap{ max-width:var(--maxw); margin:0 auto; padding:0 32px; }
  section{ position:relative; }
  .grad-text{
    background:var(--grad);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
  }
  ::selection{ background:var(--purple); color:#fff; }

  /* focus visibility */
  a:focus-visible, button:focus-visible{
    outline:3px solid var(--purple);
    outline-offset:3px;
    border-radius:4px;
  }

  /* ---------- NAV ---------- */
  header{
    position:sticky; top:0; z-index:50;
    background:rgba(255,255,255,.86);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
  }
  .nav{
    display:flex; align-items:center; justify-content:space-between;
    height:76px;
  }
  .logo-word{
    font-family:'Sora',sans-serif;
    font-weight:700;
    font-size:24px;
  }
  .nav-links{
    display:flex; align-items:center; gap:36px;
    font-size:15px; font-weight:500;
  }
  .nav-links a{ opacity:.72; transition:opacity .15s ease; }
  .nav-links a:hover{ opacity:1; }
  .btn{
    display:inline-flex; align-items:center; gap:8px;
    font-family:'Sora',sans-serif; font-weight:600; font-size:15px;
    padding:12px 22px;
    border-radius:100px;
    border:1.5px solid var(--ink);
    background:var(--ink); color:#fff;
    transition:transform .18s ease, box-shadow .18s ease;
  }
  .btn:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(14,14,16,.18); }
  .btn-ghost{
    background:transparent; color:var(--ink);
  }
  .nav-cta{ display:none; }
  .lang-switch{
    display:flex; align-items:center; gap:2px;
    border:1.5px solid var(--line-strong);
    border-radius:100px; padding:3px;
    flex:none;
  }
  .lang-btn{
    font-family:'Inter',sans-serif; font-weight:600; font-size:12.5px;
    padding:6px 13px; border-radius:100px; border:none;
    background:transparent; color:rgba(14,14,16,.5);
    cursor:pointer; transition:background .15s ease, color .15s ease;
  }
  .lang-btn:hover{ color:var(--ink); }
  .lang-btn.active{ background:var(--ink); color:#fff; }
  .lang-btn.active:hover{ color:#fff; }
  .menu-toggle{
    display:none;
    background:none; border:none; cursor:pointer; padding:8px;
  }
  .menu-toggle span{
    display:block; width:22px; height:2px; background:var(--ink); margin:5px 0;
  }

  /* ---------- HERO (full-width banner) ---------- */
  .hero{
    padding:150px 0 130px;
    overflow:hidden;
    background:var(--grad-deep);
    background-size:200% 200%;
    animation:gradShift 14s ease-in-out infinite;
    color:#fff;
    position:relative;
    text-align:center;
  }
  .hero .wrap{
    max-width:760px;
    margin:0 auto;
  }
  .eyebrow{
    font-size:14px; font-weight:500; color:rgba(255,255,255,.72); opacity:1;
    margin-bottom:18px;
  }
  .hero h1{
    font-size:clamp(46px, 6.2vw, 84px);
    font-weight:600;
    color:#fff;
  }
  .hero p.lead{
    max-width:46ch;
    font-size:18px;
    color:rgba(255,255,255,.78);
    margin:26px auto 34px;
  }
  .hero .btn{
    background:#fff; color:var(--ink); border-color:#fff;
    margin:0 auto;
  }
  .hero .btn:hover{ box-shadow:0 10px 24px rgba(0,0,0,.28); }
  .hero-tick{
    display:inline-flex; align-items:center; gap:8px;
    margin-top:30px;
    background:rgba(255,255,255,.1);
    border:1.5px solid rgba(255,255,255,.35);
    border-radius:100px;
    padding:9px 16px;
    font-size:13px; font-weight:600;
    color:#fff;
  }
  .dot{ width:8px; height:8px; border-radius:50%; background:var(--grad); flex:none; }

  /* ---------- SECTION HEADERS ---------- */
  .sec-head{
    display:flex; justify-content:space-between; align-items:flex-end;
    gap:32px; margin-bottom:56px;
  }
  .sec-head .kicker{
    font-size:14px; color:rgba(14,14,16,.55); font-weight:500; margin-bottom:10px;
  }
  .sec-head h2{
    font-size:clamp(30px, 3.6vw, 44px);
    max-width:16ch;
  }
  .sec-head p{
    max-width:34ch; color:rgba(14,14,16,.62); font-size:15.5px;
  }

  /* ---------- SERVICES ---------- */
  .services{ padding:100px 0; border-top:1px solid var(--line); }
  .svc-grid{
    display:grid; grid-template-columns:repeat(3,1fr);
    border-top:1px solid var(--line); border-left:1px solid var(--line);
  }
  .svc{
    padding:40px 34px;
    border-right:1px solid var(--line); border-bottom:1px solid var(--line);
    transition:background .2s ease;
  }
  .svc:hover{ background:var(--paper-soft); }
  .svc-mark{
    width:38px; height:38px; border-radius:10px;
    display:flex; align-items:center; justify-content:center;
    margin-bottom:22px;
  }
  .svc h3{ font-size:19px; font-weight:600; margin-bottom:10px; }
  .svc p{ font-size:14.5px; color:rgba(14,14,16,.62); margin:0; }
  .svc-partner-badge{
    height:38px; width:auto;
    margin-top:18px;
  }
  .c-purple{ background:rgba(140,82,255,.12); color:var(--purple); }
  .c-pink{ background:rgba(204,107,158,.14); color:var(--pink); }
  .c-orange{ background:rgba(255,145,77,.14); color:var(--orange); }

  /* ---------- PROCESS ---------- */
  .process{ padding:100px 0; }
  .steps{
    display:grid; grid-template-columns:repeat(4,1fr); gap:0;
    position:relative;
  }
  .steps::before{
    content:"";
    position:absolute; top:15px; left:0; right:0; height:2px;
    background:var(--grad);
    opacity:.35;
  }
  .step{ padding-right:28px; position:relative; }
  .step-num{
    font-family:'Sora',sans-serif; font-weight:600; font-size:14px;
    width:32px; height:32px; border-radius:50%;
    background:var(--ink); color:#fff;
    display:flex; align-items:center; justify-content:center;
    margin-bottom:24px; position:relative; z-index:2;
  }
  .step h4{ font-size:18px; font-weight:600; margin-bottom:10px; }
  .step p{ font-size:14.5px; color:rgba(14,14,16,.62); margin:0; }

  /* ---------- PORTFOLIO ---------- */
  .work{ padding:100px 0; border-top:1px solid var(--line); }
  .work-grid{
    display:grid; grid-template-columns:repeat(3,1fr); gap:1px;
    background:var(--line);
    border:1px solid var(--line);
  }
  .work-card{
    background:#fff; padding:34px; min-height:210px;
    display:flex; flex-direction:column; justify-content:space-between;
    transition:background .2s ease;
  }
  .work-card:hover{ background:var(--paper-soft); }
  .work-tag{
    font-size:12.5px; font-weight:600; color:rgba(14,14,16,.5);
  }
  .work-name{
    font-family:'Sora',sans-serif; font-size:21px; font-weight:600; margin:14px 0 10px;
  }
  .work-arrow{
    width:34px; height:34px; border-radius:50%;
    border:1.5px solid var(--line-strong);
    display:flex; align-items:center; justify-content:center;
    font-size:16px;
    transition:background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
  }
  .work-card:hover .work-arrow{
    background:var(--ink); color:#fff; border-color:var(--ink);
    transform:translate(2px,-2px);
  }

  /* ---------- REVIEWS (dark) ---------- */
  .reviews{
    background:var(--ink); color:#fff;
    padding:100px 0;
  }
  .reviews .sec-head .kicker{ color:rgba(255,255,255,.55); }
  .reviews .sec-head p{ color:rgba(255,255,255,.6); }
  .rev-grid{
    display:grid; grid-template-columns:repeat(3,1fr); gap:24px;
  }
  .rev-card{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    padding:30px 28px;
    display:flex; flex-direction:column; height:100%;
  }
  .rev-mark{
    font-family:'Sora',sans-serif;
    font-size:34px; font-weight:600;
    margin-bottom:6px;
  }
  .rev-card p.quote{
    font-size:14.5px; line-height:1.65; color:rgba(255,255,255,.82);
    margin:0 0 22px;
    flex:1;
  }
  .rev-who{ font-size:14px; font-weight:600; }
  .rev-who span{ font-weight:400; opacity:.55; }

  /* ---------- ABOUT ---------- */
  .about{ padding:110px 0; border-top:1px solid var(--line); }
  .about .wrap{
    display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:start;
  }
  .about h2{ font-size:clamp(30px,3.6vw,42px); max-width:12ch; }
  .about-copy p{
    font-size:17px; color:rgba(14,14,16,.68); max-width:58ch; margin:0 0 20px;
  }
  .about-stats{
    display:grid; grid-template-columns:repeat(2,1fr); gap:24px; margin-top:36px;
  }
  .stat-num{
    font-family:'Sora',sans-serif; font-size:34px; font-weight:600;
  }
  .stat-label{ font-size:13.5px; color:rgba(14,14,16,.55); margin-top:4px; }

  /* ---------- CONTACT ---------- */
  .contact{
    padding:130px 0 140px;
    text-align:center;
    background:var(--grad-deep);
    background-size:200% 200%;
    animation:gradShift 14s ease-in-out infinite;
    color:#fff;
    overflow:hidden;
  }
  .contact .kicker{
    font-size:14px; color:rgba(255,255,255,.72); font-weight:500; margin-bottom:18px;
  }
  .contact h2{
    font-size:clamp(36px,6vw,64px);
    max-width:16ch; margin:0 auto 34px;
    color:#fff;
  }
  .contact-email{
    font-family:'Sora',sans-serif;
    font-size:clamp(22px,3vw,30px); font-weight:600;
    display:inline-flex; align-items:center; gap:12px;
    padding-bottom:6px;
    color:#fff;
    border-bottom:2.5px solid rgba(255,255,255,.55);
    transition:border-color .2s ease, opacity .2s ease;
  }
  .contact-email:hover{ border-color:#fff; opacity:.9; }

  /* ---------- FOOTER ---------- */
  footer{
    border-top:1px solid var(--line);
    padding:36px 0;
  }
  footer .wrap{
    display:flex; align-items:center; justify-content:space-between;
    flex-wrap:wrap; gap:16px;
  }
  .foot-links{ display:flex; gap:26px; font-size:14px; opacity:.65; flex-wrap:wrap; }
  .foot-links a:hover{ opacity:.6; }
  .foot-small{ font-size:13px; opacity:.5; }

  /* ---------- RESPONSIVE ---------- */
  @media (max-width:920px){
    .nav-links{ display:none; }
    .menu-toggle{ display:block; }
    .svc-grid{ grid-template-columns:repeat(2,1fr); }
    .steps{ grid-template-columns:repeat(2,1fr); row-gap:44px; }
    .steps::before{ display:none; }
    .work-grid{ grid-template-columns:repeat(2,1fr); }
    .rev-grid{ grid-template-columns:1fr; }
    .about .wrap{ grid-template-columns:1fr; gap:36px; }
  }
  @media (max-width:600px){
    .wrap{ padding:0 20px; }
    .svc-grid{ grid-template-columns:1fr; }
    .work-grid{ grid-template-columns:1fr; }
    .sec-head{ flex-direction:column; align-items:flex-start; }
    .about-stats{ grid-template-columns:1fr 1fr; gap:14px; }
    .stat-num{ font-size:26px; }
    .nav{ gap:10px; }
    .btn{ padding:10px 16px; font-size:13.5px; }
    .lang-btn{ padding:5px 10px; font-size:12px; }
  }

  @media (prefers-reduced-motion: reduce){
    *{ scroll-behavior:auto !important; transition:none !important; animation:none !important; }
    .reveal{ opacity:1 !important; transform:none !important; }
  }

  /* ---------- ANIMATION ---------- */
  @keyframes gradShift{
    0%{ background-position:0% 50%; }
    50%{ background-position:100% 50%; }
    100%{ background-position:0% 50%; }
  }
  @keyframes fadeUp{
    from{ opacity:0; transform:translateY(18px); }
    to{ opacity:1; transform:translateY(0); }
  }
  .hero .eyebrow{ animation:fadeUp .7s ease both; animation-delay:.05s; }
  .hero h1{ animation:fadeUp .7s ease both; animation-delay:.15s; }
  .hero p.lead{ animation:fadeUp .7s ease both; animation-delay:.28s; }
  .hero .btn{ animation:fadeUp .7s ease both; animation-delay:.4s; }
  .hero .hero-tick{ animation:fadeUp .7s ease both; animation-delay:.5s; }

  .reveal{
    opacity:0;
    transform:translateY(28px);
    transition:opacity .7s ease, transform .7s ease, background .2s ease;
  }
  .reveal.in-view{ opacity:1; transform:translateY(0); }
  .svc-grid .reveal:nth-child(1),.steps .reveal:nth-child(1),.work-grid .reveal:nth-child(1),.rev-grid .reveal:nth-child(1){ transition-delay:0s; }
  .svc-grid .reveal:nth-child(2),.steps .reveal:nth-child(2),.work-grid .reveal:nth-child(2),.rev-grid .reveal:nth-child(2){ transition-delay:.08s; }
  .svc-grid .reveal:nth-child(3),.steps .reveal:nth-child(3),.work-grid .reveal:nth-child(3),.rev-grid .reveal:nth-child(3){ transition-delay:.16s; }
  .svc-grid .reveal:nth-child(4),.steps .reveal:nth-child(4),.work-grid .reveal:nth-child(4){ transition-delay:.24s; }
  .svc-grid .reveal:nth-child(5),.work-grid .reveal:nth-child(5){ transition-delay:.32s; }
  .svc-grid .reveal:nth-child(6),.work-grid .reveal:nth-child(6){ transition-delay:.4s; }
