/*
Theme Name: AuraWed Demo CZ
Theme URI: https://aurawed.com/
Author: AuraWed
Description: Česká upravená editorial landing page pro AuraWed s odděleným bílým menu a rozšířenou feature sekcí.
Version: 1.1.0
Text Domain: aurawed-demo
*/


    :root{
      --ink:#161512;
      --muted:#6e6a63;
      --paper:#f7f5f0;
      --white:#fff;
      --line:rgba(22,21,18,.14);
      --sand:#ddd5ca;
      --accent:#786057;
      --accent-dark:#56413a;
      --max:1380px;
      --serif:"Bodoni 72","Didot","Iowan Old Style","Times New Roman",serif;
      --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
    html,body{min-height:100%;overflow-y:auto}
    body{overflow-x:hidden;touch-action:pan-y}
    img{display:block;width:100%;height:100%;object-fit:cover}
    a{color:inherit;text-decoration:none}
    button{font:inherit}
    .aurawed-site{overflow-x:hidden;overflow-y:visible;min-height:100vh}
    .shell{width:min(calc(100% - 64px),var(--max));margin-inline:auto}
    .eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:650;color:var(--muted)}
    .display{font-family:var(--serif);font-weight:400;letter-spacing:-.04em;line-height:.94}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:0 23px;border:1px solid var(--ink);border-radius:999px;font-size:13px;font-weight:650;letter-spacing:.02em;transition:.25s ease;cursor:pointer}
    .btn:hover{transform:translateY(-2px)}
    .btn-dark{background:var(--ink);color:var(--white)}
    .btn-light{background:rgba(255,255,255,.92);border-color:rgba(255,255,255,.7)}
    .arrow{font-size:17px;line-height:1;transition:transform .25s ease}
    .btn:hover .arrow{transform:translateX(4px)}

    /* Header */
    header{position:fixed;z-index:20;top:0;left:0;width:100%;padding:18px 0;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(22,21,18,.08);box-shadow:0 10px 28px rgba(22,21,18,.05);color:var(--ink)}
    .nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:52px}
    .nav-left,.nav-right{display:flex;align-items:center;gap:28px}
    .nav-right{justify-content:flex-end}
    .nav-link{font-size:12px;font-weight:600;letter-spacing:.04em}
    .nav-link::after{content:"";display:block;width:0;height:1px;background:currentColor;transition:width .25s ease}
    .nav-link:hover::after{width:100%}
    .logo{font-family:var(--serif);font-size:31px;line-height:1;letter-spacing:-.055em;white-space:nowrap;justify-self:center}
    .logo em{font-weight:400}
    .logo-mark{display:inline-block;width:6px;height:6px;background:var(--accent);border-radius:50%;margin:0 1px 7px 2px}
    .login{font-size:12px;font-weight:600}
    .nav-cta{padding:11px 17px;border:1px solid var(--ink);border-radius:999px;font-size:12px;font-weight:650}
    .menu-toggle{display:none;background:none;border:0;padding:8px;margin-right:-8px;cursor:pointer}
    .menu-toggle span{display:block;width:23px;height:1px;background:currentColor;margin:5px 0}

    /* Hero */
    .hero{min-height:960px;position:relative;padding:148px 0 85px}
    .hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 22%,rgba(255,255,255,.95),transparent 32%),linear-gradient(115deg,#f7f5f0 0%,#efeae2 100%);z-index:-2}
    .hero-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);gap:70px;align-items:center;min-height:720px}
    .hero-copy{position:relative;z-index:2;padding-top:28px}
    .hero h1{font-size:clamp(68px,7.5vw,126px);max-width:800px;margin:24px 0 30px}
    .hero h1 .italic{font-style:italic;color:var(--accent)}
    .hero-intro{max-width:500px;font-size:17px;color:var(--muted);margin-bottom:33px}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap}
    .hero-note{display:flex;align-items:center;gap:10px;margin-top:24px;font-size:12px;color:var(--muted)}
    .hero-note::before{content:"";width:24px;height:1px;background:var(--ink)}

    .visual{position:relative;height:720px}
    .main-photo{position:absolute;right:2%;top:0;width:72%;height:92%;border-radius:220px 220px 18px 18px;overflow:hidden;box-shadow:0 35px 90px rgba(43,37,31,.16)}
    .main-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(20,18,16,.25),transparent 45%)}
    .photo-label{position:absolute;left:34px;bottom:28px;color:white;z-index:2}
    .photo-label strong{font-family:var(--serif);font-size:28px;font-weight:400}
    .photo-label span{display:block;margin-top:4px;font-size:10px;letter-spacing:.2em;text-transform:uppercase}

    .gallery-panel{position:absolute;left:0;bottom:5%;width:58%;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.75);padding:15px;border-radius:16px;box-shadow:0 30px 70px rgba(28,24,20,.16);z-index:3}
    .gallery-top{display:flex;align-items:center;justify-content:space-between;padding:5px 4px 12px}
    .gallery-brand{font-family:var(--serif);font-size:17px}
    .gallery-menu{width:26px;height:26px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:13px}
    .gallery-cover{height:250px;border-radius:10px;overflow:hidden;position:relative}
    .gallery-cover img{filter:saturate(.8)}
    .gallery-cover::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.36),transparent 55%)}
    .gallery-name{position:absolute;left:20px;bottom:18px;color:#fff;z-index:2}
    .gallery-name b{display:block;font-family:var(--serif);font-size:29px;font-weight:400;line-height:1}
    .gallery-name small{font-size:9px;letter-spacing:.18em;text-transform:uppercase}
    .gallery-thumbs{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:7px;margin-top:7px;height:95px}
    .gallery-thumbs div{overflow:hidden;border-radius:7px;background:#e9e6e0}
    .gallery-thumbs img{filter:saturate(.7)}

    .mobile-card{position:absolute;right:-2%;bottom:0;width:178px;height:348px;background:#10100f;border:7px solid #10100f;border-radius:30px;overflow:hidden;z-index:4;box-shadow:0 30px 60px rgba(28,24,20,.24);transform:rotate(3deg)}
    .mobile-card img{filter:saturate(.75)}
    .mobile-card::after{content:"Emma & Noah\A 06 · 18 · 2026";white-space:pre;position:absolute;left:0;bottom:0;width:100%;padding:62px 15px 16px;color:white;font-family:var(--serif);font-size:20px;line-height:1.3;background:linear-gradient(to top,rgba(0,0,0,.75),transparent)}
    .float-badge{position:absolute;right:3%;top:10%;width:105px;height:105px;border-radius:50%;background:var(--accent);color:white;display:grid;place-items:center;text-align:center;font-family:var(--serif);font-style:italic;font-size:18px;line-height:1.1;z-index:4;animation:float 5s ease-in-out infinite}
    @keyframes float{50%{transform:translateY(-10px)}}

    .ticker{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;white-space:nowrap;overflow:hidden;background:rgba(255,255,255,.2)}
    .ticker-track{display:flex;width:max-content;animation:ticker 28s linear infinite}
    .ticker span{font-size:11px;text-transform:uppercase;letter-spacing:.19em;padding-right:56px;color:var(--muted)}
    .ticker i{font-style:normal;color:var(--accent);padding-right:56px}
    @keyframes ticker{to{transform:translateX(-50%)}}

    /* Showcase */
    .showcase{padding:150px 0}
    .section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:65px}
    .section-head h2{font-size:clamp(50px,6vw,88px);max-width:850px;margin:15px 0 0}
    .section-head p{max-width:410px;color:var(--muted);margin:0 0 10px}
    .section-side{display:grid;gap:22px;flex:0 0 430px;align-self:center}
    .feature-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;list-style:none;padding:0;margin:0}
    .feature-points li{position:relative;padding:14px 16px 14px 38px;background:rgba(255,255,255,.72);border:1px solid rgba(22,21,18,.08);border-radius:18px;color:var(--ink);font-size:13px;line-height:1.45;box-shadow:0 12px 26px rgba(22,21,18,.04)}
    .feature-points li::before{content:"";position:absolute;left:16px;top:50%;width:10px;height:10px;border-radius:50%;transform:translateY(-50%);background:var(--accent);box-shadow:0 0 0 6px rgba(120,96,87,.12)}
    .gallery-stage{position:relative;height:780px;border-radius:24px;overflow:hidden;background:#d7d2ca}
    .gallery-stage>img{filter:saturate(.72) contrast(.96)}
    .gallery-stage::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,16,14,.28),rgba(17,16,14,0) 52%,rgba(17,16,14,.18))}
    .stage-caption{position:absolute;left:48px;top:48px;color:white;z-index:2;max-width:280px}
    .stage-caption .eyebrow{color:rgba(255,255,255,.7)}
    .stage-caption h3{font-family:var(--serif);font-size:40px;font-weight:400;line-height:1;margin:14px 0 0}
    .browser{position:absolute;right:4.5%;top:50%;transform:translateY(-50%);width:66%;height:73%;background:#fdfcf9;border-radius:17px;overflow:hidden;z-index:3;box-shadow:0 40px 90px rgba(0,0,0,.25)}
    .browser-bar{height:48px;border-bottom:1px solid #e6e2db;display:flex;align-items:center;padding:0 17px;gap:7px}
    .dot{width:7px;height:7px;border-radius:50%;background:#c9c4bc}
    .url{margin:auto;background:#f2f0eb;border-radius:999px;width:42%;height:20px}
    .browser-inner{height:calc(100% - 48px);display:grid;grid-template-columns:34% 66%}
    .browser-copy{padding:48px 35px;display:flex;flex-direction:column;justify-content:space-between}
    .browser-copy h4{font-family:var(--serif);font-size:42px;font-weight:400;line-height:.95;margin:16px 0}
    .browser-copy p{color:#777167;font-size:13px}
    .browser-copy .mini-link{font-size:11px;text-transform:uppercase;letter-spacing:.16em;border-bottom:1px solid;width:max-content;padding-bottom:4px}
    .browser-images{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1.15fr .85fr;gap:8px;padding:8px}
    .browser-images div{overflow:hidden}
    .browser-images .big{grid-row:1/3}
    .browser-images img{filter:saturate(.68)}

    /* Benefits */
    .benefits{padding:40px 0 140px}
    .benefit-row{display:grid;grid-template-columns:120px 1fr 340px;gap:35px;align-items:center;padding:38px 0;border-top:1px solid var(--line)}
    .benefit-row:last-child{border-bottom:1px solid var(--line)}
    .benefit-no{font-family:var(--serif);font-size:34px;color:var(--accent)}
    .benefit-row h3{font-family:var(--serif);font-size:clamp(39px,4vw,62px);font-weight:400;line-height:1;margin:0}
    .benefit-row p{margin:0;color:var(--muted);font-size:14px}

    /* Editorial mosaic */
    .editorial{padding:140px 0;background:#191816;color:white}
    .editorial .section-head{margin-bottom:75px}
    .editorial .eyebrow,.editorial .section-head p{color:rgba(255,255,255,.57)}
    .mosaic{display:grid;grid-template-columns:1.15fr .75fr 1fr;grid-template-rows:300px 370px;gap:18px;align-items:stretch}
    .tile{overflow:hidden;position:relative;background:#2a2824}
    .tile img{filter:saturate(.55)}
    .tile.tall{grid-row:1/3}
    .tile.wide{grid-column:2/4}
    .quote{padding:42px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(255,255,255,.14)}
    .quote p{font-family:var(--serif);font-size:40px;line-height:1.08;margin:0;max-width:430px}
    .quote span{font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:rgba(255,255,255,.55)}
    .tile-caption{position:absolute;left:24px;bottom:20px;font-size:10px;letter-spacing:.18em;text-transform:uppercase}

    /* CTA */
    .cta{padding:150px 0 115px;text-align:center;position:relative}
    .cta::before{content:"";position:absolute;width:560px;height:560px;border:1px solid var(--line);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1}
    .cta h2{font-size:clamp(64px,9vw,142px);max-width:1100px;margin:20px auto 32px}
    .cta h2 em{color:var(--accent);font-weight:400}
    .cta p{max-width:520px;margin:0 auto 30px;color:var(--muted)}

    footer{padding:35px 0 45px;border-top:1px solid var(--line)}
    .footer-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:30px}
    .footer-logo{font-family:var(--serif);font-size:32px}
    .footer-links{display:flex;gap:24px;font-size:11px;text-transform:uppercase;letter-spacing:.11em}
    .copyright{text-align:right;color:var(--muted);font-size:11px}

    .reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}
    .reveal.visible{opacity:1;transform:none}

    @media(max-width:1100px){
      .section-head{grid-template-columns:1fr;gap:26px;align-items:start}
      .section-side{max-width:760px}
      .feature-points{grid-template-columns:1fr 1fr}
      .shell{width:min(calc(100% - 40px),var(--max))}
      .hero{min-height:auto;padding-bottom:70px}
      .hero-grid{grid-template-columns:1fr;gap:35px}
      .hero-copy{padding-top:50px;max-width:760px}
      .visual{height:700px;max-width:840px;margin:0 auto;width:100%}
      .main-photo{right:4%;width:72%}
      .gallery-panel{left:4%;width:52%}
      .mobile-card{right:1%}
      .gallery-stage{height:690px}
      .browser{width:72%}
      .benefit-row{grid-template-columns:80px 1fr 280px}
      .mosaic{grid-template-columns:1fr 1fr;grid-template-rows:430px 310px 360px}
      .tile.tall{grid-row:1/3}
      .tile.wide{grid-column:1/3}
      .quote{grid-column:2;grid-row:2}
    }

    @media(max-width:760px){
      .feature-points{grid-template-columns:1fr;gap:10px}
      .feature-points li{font-size:13px;padding:13px 14px 13px 36px}
      .shell{width:min(calc(100% - 28px),var(--max))}
      header{padding:14px 0}
      .nav{grid-template-columns:1fr auto}
      .nav-left,.nav-right .login,.nav-right .nav-cta{display:none}
      .nav-right{display:block}
      .menu-toggle{display:block}
      .logo{font-size:28px}
      .hero{padding:126px 0 54px}
      .hero-grid{gap:22px}
      .hero-copy{padding-top:0}
      .hero h1{font-size:clamp(54px,16vw,78px);margin:18px 0 24px}
      .hero-intro{font-size:15px;margin-bottom:24px}
      .hero-actions{display:grid;grid-template-columns:1fr}
      .btn{width:100%;min-height:52px}
      .hero-note{font-size:11px}
      .visual{height:585px}
      .main-photo{width:84%;height:82%;right:0;border-radius:140px 140px 14px 14px}
      .float-badge{width:82px;height:82px;font-size:15px;right:0;top:7%}
      .gallery-panel{left:0;bottom:0;width:72%;padding:10px;border-radius:13px}
      .gallery-cover{height:175px}
      .gallery-name{left:13px;bottom:12px}
      .gallery-name b{font-size:22px}
      .gallery-thumbs{height:65px;gap:5px;margin-top:5px}
      .gallery-top{padding-bottom:8px}
      .mobile-card{width:123px;height:245px;border-width:5px;border-radius:23px;right:-2%;bottom:18px}
      .mobile-card::after{font-size:15px;padding:45px 10px 11px}
      .ticker{padding:14px 0}
      .showcase{padding:95px 0}
      .section-head{display:block;margin-bottom:40px}
      .section-head h2{font-size:52px}
      .section-head p{margin-top:22px;font-size:14px}
      .gallery-stage{height:640px;border-radius:17px}
      .stage-caption{left:22px;top:22px}
      .stage-caption h3{font-size:31px}
      .browser{left:16px;right:16px;top:auto;bottom:20px;transform:none;width:auto;height:71%}
      .browser-bar{height:39px}
      .browser-inner{height:calc(100% - 39px);grid-template-columns:1fr}
      .browser-copy{padding:24px}
      .browser-copy h4{font-size:33px}
      .browser-copy p{display:none}
      .browser-images{min-height:260px;grid-template-columns:1.1fr .9fr}
      .benefits{padding:0 0 90px}
      .benefit-row{grid-template-columns:45px 1fr;gap:12px 18px;padding:30px 0}
      .benefit-no{font-size:25px;align-self:start}
      .benefit-row h3{font-size:40px}
      .benefit-row p{grid-column:2;font-size:13px}
      .editorial{padding:90px 0}
      .mosaic{display:grid;grid-template-columns:1fr;grid-template-rows:500px 250px 340px 330px}
      .tile.tall,.tile.wide,.quote{grid-column:auto;grid-row:auto}
      .quote p{font-size:32px}
      .cta{padding:110px 0 95px}
      .cta::before{width:390px;height:390px}
      .cta h2{font-size:66px}
      .footer-grid{grid-template-columns:1fr;gap:22px;text-align:left}
      .footer-links{flex-wrap:wrap;gap:12px 18px}
      .copyright{text-align:left}
    }

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

/* WordPress compatibility */
body.admin-bar header{top:32px}
@media(max-width:782px){body.admin-bar header{top:46px}}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Mobile navigation */
.mobile-menu{display:none}
@media(max-width:760px){
      .feature-points{grid-template-columns:1fr;gap:10px}
      .feature-points li{font-size:13px;padding:13px 14px 13px 36px}
  .mobile-menu{position:fixed;inset:0;z-index:-1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px;background:rgba(247,245,240,.98);backdrop-filter:blur(18px);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;padding:100px 28px 40px}
  .mobile-menu a{font-family:var(--serif);font-size:42px;line-height:1}
  .menu-open .mobile-menu{z-index:18;opacity:1;visibility:visible}
  .menu-open{overflow:hidden}
  .menu-open header{position:fixed}
  .menu-open .menu-toggle span:first-child{transform:translateY(3px) rotate(45deg)}
  .menu-open .menu-toggle span:last-child{transform:translateY(-3px) rotate(-45deg)}
  .menu-toggle span{transition:transform .25s ease}
}


/* CZ update */
.nav-cta{display:inline-flex;align-items:center;justify-content:center;padding:0 18px;height:42px;border:1px solid var(--ink);border-radius:999px;font-size:12px;font-weight:650;background:var(--ink);color:var(--white);transition:.25s ease}
.nav-cta:hover{transform:translateY(-2px)}
.login{font-size:12px;font-weight:600}
body.admin-bar header{top:32px}
@media(max-width:782px){body.admin-bar header{top:46px}}
@media(max-width:760px){header .nav-right{display:flex;align-items:center;gap:12px}.nav-right .login,.nav-right .nav-cta{display:none}}
