html,
body {
    color-scheme: only light;
}

@media (max-width: 850px) {

  .hero-copy {
    transform: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .hero h1 {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero-copy p {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .divider,
  .downloads-divider {
    width: 100%;
    justify-content: center;
  }

  .adventure,
  .downloads-intro,
  .downloads,
  .tips,
  .coming {
    margin-left: auto;
    margin-right: auto;
  }

  .adventure-card {
    margin-left: auto;
    margin-right: auto;
  }

  .download-card {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .coming-copy {
    transform: none;
  }
}
section {
    padding: 60px 0;
}

/* Hero után */
.hero {
    padding-bottom: 60px;
}

/* Journey rész */
.journey-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* A három kártya */
.cards-section {
    margin: 20px 0;
}

/* Printing Tips */
.printing-tips {
    margin: 60px 0;
}

/* Coming Soon */
.coming-soon {
    margin-top: 120px;
    margin-bottom: 80px;
}

:root{
  --green:#314733;
  --sage:#788966;
  --sage-dark:#637452;
  --cream:#fbf6ec;
  --paper:#fffaf0;
  --line:#d8cfb5;
  --shadow:0 12px 28px rgba(73,61,38,.12),0 2px 6px rgba(73,61,38,.12);
  --radius:16px;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:"Nunito",system-ui,-apple-system,Segoe UI,sans-serif;
  color:#2b3326;
  background:
    url("assets/paw-trail-pattern.svg") center top / 1200px auto repeat-y,
    radial-gradient(circle at 50% 10%,#fffdf7 0,#fffaf1 42%,#f5ecdc 100%);
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.section-shell{width:min(1090px,86vw);margin-inline:auto}.site-header{height:100px;padding:32px 0 0 48px}.brand img{width:290px}.hero{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;margin-top:-34px}.hero-copy{text-align:center;padding-top:55px; transform:translateX(45px)}.hero h1,.adventure h2,.download-card h3,.tips h2,.coming h2{font-family:"Playfair Display",Georgia,serif;color:var(--green);font-weight:600;line-height:1.05}.hero h1{font-size:clamp(42px,5vw,64px);margin:0}.hero p{font-size:19px;line-height:1.55;margin:24px 0 0}.hero-art{justify-self:center;width:440px; margin-top:130px}.divider{display:flex;align-items:center;justify-content:center;margin:28px auto 0}.paw-divider{width:220px;height:auto;display:block}.divider.small{margin-top:20px}.adventure{
    position:relative;
    overflow:hidden;
    text-align:center;
    margin-top:16px; padding:30px 0 30px;
}.adventure::before{
    content:"";
    position:absolute;
    inset:0;

    background:url("assets/map-watermark.png") center center / cover no-repeat;

    opacity:0.30;

    pointer-events:none;
    z-index:0;
}.adventure > *{
    position:relative;
    z-index:1;
}.adventure h2{font-size:34px;margin:0 0 30px}.adventure h2 span{font-family:serif;color:#9daa85;font-size:.9em}.adventure-card{height:70px;width:min(380px,90%);margin:0 auto 0px;display:flex;align-items:center;gap:5px;padding:8px 18px;border:1px solid rgba(96,105,72,.48);border-radius:9px;background:linear-gradient(90deg,#e7e7cf,#f1efd9);box-shadow:0 6px 14px rgba(52,59,40,.18);font-family:"Playfair Display",Georgia,serif;font-size:20px;color:#27351f}.adventure-card img{width:40px;height:42px;object-fit:cover;border-radius:7px;margin-left:7px;}.adventure-card b{margin-left:auto;font-size:34px;font-family:Arial,sans-serif;font-weight:300}.adventure-card strong{
    margin-left:10px;
}.journey-line{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:38px;width:min(760px,100%);margin:0 auto 30px}.journey-line:before{content:"";position:absolute;left:10%;right:10%;top:37px;border-top:2px dashed #b6bd8c;z-index:0}.journey-line article{position:relative;z-index:1;text-align:center;background:transparent}.journey-line img{width:88px;height:88px;margin:0 auto;object-fit:cover;border-radius:50%}.journey-line p{margin:4px 0 0;font-weight:700;font-size:14px

}.downloads-intro{
    text-align:center;
    margin:40px auto 8px;padding-bottom:10px;
}

.downloads-intro h2{
    font-family:"Playfair Display", Georgia, serif;
    color:var(--green);
    font-size:32px;
    margin:0 0 15px;
    line-height:1.1;
}
.downloads-divider{
    display:flex;
    justify-content:center;
    margin:18px 0 22px;
}

.downloads-divider .paw-divider{
    width:180px;   /* állítsd ízlés szerint */
    height:auto;
}
.downloads-intro p{
    max-width:700px;
    margin:0 auto;
    font-size:18px;
    line-height:1.6;
    color:#5d6652;
}


.downloads{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin-top:0; padding-top:10px;
}.download-card{min-height:320px;border-radius:var(--radius);padding:26px 34px 32px;text-align:center;box-shadow:var(--shadow);border:1px solid rgba(120,112,88,.13)}.card-green{background:linear-gradient(145deg,#f6fbff,#eaf5ff)}.card-cream{background:linear-gradient(145deg,#fff8e9,#f7eedc)}.card-lilac{background:linear-gradient(145deg,#fff7f7,#fde1e1)}.download-card img{height:200px;margin:0 auto 20px;object-fit:contain}.download-card h3{font-size:31px;margin:0 0 14px}.download-card p{font-size:16px;line-height:1.45;min-height:48px;margin:0 0 20px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 27px;border-radius:999px;background:linear-gradient(#82936c,#687c54);color:white;font-weight:800;box-shadow:inset 0 1px rgba(255,255,255,.3)}.panel{border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid rgba(120,112,88,.14);background:rgba(255,251,241,.78)}.tips{margin-top:30px;padding:22px 32px 34px;text-align:center}.tips h2{font-size:34px;margin:30 0 20px}.print-icon{font-family:Arial;color:#7d8c6a;font-size:.7em}.tips-grid{display:grid;grid-template-columns:repeat(4,1fr)}.tips-grid article{padding:12px 28px;border-left:1px solid #ded6c1}.tips-grid article:first-child{border-left:0}.tip-icon{font-size:44px;line-height:1;color:#a3a889;margin-bottom:10px}.tips h4{font-size:19px;margin:0 0 10px}.tips p{font-size:15px;line-height:1.5;margin:0; text-align:justify;
    text-justify:inter-word;}.coming{position:relative;margin-top:80px;min-height:226px;padding:30px 60px;display:grid;grid-template-columns:1fr 1.05fr .8fr;align-items:center;overflow:hidden}.coming h2{font-size:39px;margin:0}.coming-copy{text-align:center;transform:translateX(-18px);}.coming-copy p{font-size:17px;
    line-height:1.5;
    max-width:280px;
    margin:12px auto 0;}.coming-cat{width:315px;align-self:end; transform:translate(-10px, -5px);}.coming-card-img{width:160px;justify-self:center;border-radius:18px;transform:rotate(3deg)}.divider.small{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:20px;
}

.paw-divider-small{
    width:180px;   /* állítsd ízlés szerint */
    height:auto;
    display:block;
}.coming .divider img{
    width:180px;
    height:auto;
}.site-footer{margin-top:70px;background:#879574;color:white;position:relative}.footer-wave{height:35px;background:radial-gradient(100% 50px at 50% -12px,transparent 45%,#879574 47%)}.footer-inner{width:min(1100px,90vw);height:78px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-brand{font-family:"Pacifico",cursive;font-size:28px;line-height:.75}.footer-brand small{font-family:"Nunito",sans-serif;font-size:9px;letter-spacing:2px}.footer-inner nav{display:flex;gap:42px;align-items:center;font-weight:700;font-size:14px}.footer-icons{display:flex;gap:20px;font-size:31px}.paw-field{display:none}
@media (max-width:850px){.site-header{height:92px;padding:20px}.brand img{width:120px}.hero{grid-template-columns:1fr;margin-top:0}.hero-copy{padding-top:0}.hero-art{width:min(390px,86vw);margin-top:20px}.downloads{grid-template-columns:1fr}.tips-grid{grid-template-columns:1fr 1fr}.tips-grid article:nth-child(odd){border-left:0}.coming{grid-template-columns:1fr;padding:26px}.coming-cat,.coming-card-img{display:none}.footer-inner{height:auto;padding:22px 0;gap:20px;flex-direction:column}.footer-inner nav{flex-wrap:wrap;justify-content:center;gap:18px}.journey-line{gap:12px}.journey-line img{width:72px;height:72px}.journey-line:before{top:31px}.adventure-card{font-size:18px}.adventure-card img{width:70px}.hero h1{font-size:42px}}
@media (max-width:520px){.section-shell{width:91vw}.hero p{font-size:16px}.tips-grid{grid-template-columns:1fr}.tips-grid article{border-left:0;border-top:1px solid #ded6c1}.tips-grid article:first-child{border-top:0}.journey-line{grid-template-columns:repeat(2,1fr);row-gap:22px}.journey-line:before{display:none}.download-card{padding-inline:24px}}
@media (max-width:850px){

    /* Logo */
    .site-header{
        padding:20px 0;
        display:flex;
        justify-content:center;
    }

    .brand img{
        width:170px;
    }

    /* Hero */
    .hero{
        grid-template-columns:1fr;
        margin-top:0;
    }

    .hero-copy{
        transform:none;
        padding-top:0;
        text-align:center;
    }

    .hero h1{
        margin:0 auto;
        max-width:330px;
        text-align:center;
        font-size:52px;
        line-height:1.05;
    }

    .hero p{
        max-width:340px;
        margin:24px auto 0;
        text-align:center;
        font-size:18px;
    }

    .divider{
        justify-content:center;
    }

    .hero-art{
        width:280px;
        margin:35px auto 0;
    }

    /* Adventure */

    .adventure{
        padding:28px 20px;
    }

    .adventure-card{
        width:100%;
        max-width:340px;
        margin:auto;
        gap:15px;
        padding:14px 18px;
    }

    .adventure-card img{
        width:60px;
        height:60px;
        object-fit:contain;
        flex-shrink:0;
    }

    .adventure-card strong{
        font-size:18px;
        line-height:1.25;
    }

    /* Downloads */

    .downloads-intro h2{
        max-width:320px;
        margin:0 auto 15px;
    }

    .downloads-intro p{
        max-width:340px;
        margin:auto;
        text-align:center;
    }

    .download-card{
        max-width:360px;
        margin:auto;
    }

    /* Tips */

    .tips-grid{
        grid-template-columns:1fr;
    }

    .tips-grid article{
        border-left:none;
        border-top:1px solid #e5dcc7;
    }

    .tips-grid article:first-child{
        border-top:none;
    }

    /* Coming soon */

    .coming-copy{
        transform:none;
        text-align:center;
    }
}
@media (max-width:850px){

    /* Welcome */
    .hero h1{
        font-size:38px;
        line-height:1.15;
    }

    /* More Adventures */
    .coming h2{
        font-size:30px;
        line-height:1.15;
    }

}
