بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
 
(۲ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۱: خط ۱:
<html>
 
<html lang="fa" dir="rtl">
 
<head>
 
<meta charset="UTF-8">
 
<meta name="viewport"
      content="width=device-width, initial-scale=1.0">
 
<title>کافه پاتوق محمد | قهوه خانه سنتی، چای، صبحانه و عصرانه</title>
 
<meta name="description"
content="کافه پاتوق محمد؛ قهوه خانه سنتی با حال‌وهوای صمیمی برای چای، املت، عدسی، صبحانه، عصرانه و دورهمی دوستانه. یک پاتوق متفاوت برای جوان‌ها و علاقه‌مندان به فضای سنتی.">
 
<meta name="keywords"
content="کافه پاتوق محمد, قهوه خانه سنتی, کافه سنتی, چای, املت, عدسی, صبحانه, عصرانه, دورهمی, پاتوق جوانان">
 
<meta name="robots"
      content="index, follow">
 
<meta name="author"
      content="کافه پاتوق محمد">
 
<meta property="og:title"
      content="کافه پاتوق محمد | قهوه خانه سنتی">
 
<meta property="og:description"
      content="چای، صبحانه، املت، عدسی، عصرانه و دورهمی در کافه پاتوق محمد">
 
<meta property="og:type"
      content="website">
 
<meta name="theme-color"
      content="#11100e">
 
 
<link rel="preconnect"
      href="https://fonts.googleapis.com">
 
<link rel="preconnect"
      href="https://fonts.gstatic.com"
      crossorigin>
 
<link href="https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800;900&family=Lalezar&display=swap"
      rel="stylesheet">
 
<link rel="stylesheet"
      href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
 
 
<style>
<style>
/* تلاش برای شکستن محدودیت عرض از طریق استایل داخلی */
 
#content {
/* =========================================================
     width: 96% !important;
  PATOGH MOHAMMAD
     max-width: 100% !important;
  MOBILE FIRST
     margin-left: auto !important;
========================================================= */
     margin-right: auto !important;
 
     border: none !important; /* برای تمیزتر شدن */
:root{
 
    --black:#0d0c0a;
    --black-2:#15130f;
    --black-3:#211d16;
 
    --gold:#d5aa45;
    --gold-light:#f0d98c;
    --yellow:#e7c765;
 
    --cream:#f5ecdb;
    --cream-2:#fffaf0;
 
    --brown:#79552f;
    --brown-light:#a67b43;
 
    --text:#282219;
    --muted:#756a5b;
 
    --white:#fff;
 
    --border:
        rgba(213,170,69,.28);
 
    --shadow:
        0 15px 40px rgba(0,0,0,.16);
 
    --container:1200px;
 
    --radius:20px;
}
 
 
/* =========================================================
  RESET
========================================================= */
 
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
 
html{
    scroll-behavior:smooth;
}
 
body{
 
    margin:0;
 
    font-family:
        "Vazirmatn",
        Tahoma,
        Arial,
        sans-serif;
 
    background:var(--cream);
 
    color:var(--text);
 
    line-height:1.9;
 
    overflow-x:hidden;
 
    font-size:16px;
}
 
img{
 
    display:block;
 
    max-width:100%;
 
    height:auto;
}
 
a{
    color:inherit;
    text-decoration:none;
}
 
button,
input{
    font-family:inherit;
}
 
.container{
 
    width:
        min(
            calc(100% - 28px),
            var(--container)
        );
 
    margin-inline:auto;
}
 
.section{
 
    padding:65px 0;
 
}
 
 
/* =========================================================
  SECTION TITLE
========================================================= */
 
.section-title{
 
    text-align:center;
 
    margin-bottom:35px;
}
 
.section-title .eyebrow{
 
    display:block;
 
    color:var(--gold);
 
    font-size:.9rem;
 
    font-weight:800;
 
    margin-bottom:6px;
}
 
.section-title h2{
 
    font-family:
        "Lalezar",
        "Vazirmatn",
        sans-serif;
 
    font-size:
        clamp(
            1.9rem,
            6vw,
            2.7rem
        );
 
    font-weight:400;
 
    color:var(--black);
 
    line-height:1.45;
}
 
.section-title p{
 
    max-width:680px;
 
    margin:9px auto 0;
 
    color:var(--muted);
 
    font-size:.95rem;
 
    line-height:2;
}
 
 
/* =========================================================
  TOP BAR
========================================================= */
 
.topbar{
 
    background:var(--black);
 
    color:var(--gold-light);
 
    border-bottom:
        1px solid var(--border);
 
    text-align:center;
 
    padding:8px 10px;
 
    font-size:.78rem;
}
 
.topbar i{
 
    margin-left:5px;
 
    color:var(--yellow);
}
 
 
/* =========================================================
  HEADER
========================================================= */
 
.site-header{
 
    position:sticky;
 
    top:0;
 
    z-index:1000;
 
    background:
        rgba(13,12,10,.97);
 
    color:#fff;
 
    border-bottom:
        1px solid var(--border);
 
    box-shadow:
        0 5px 25px rgba(0,0,0,.25);
}
 
.header-inner{
 
    min-height:72px;
 
    display:flex;
 
    align-items:center;
 
    justify-content:space-between;
 
    gap:12px;
}
 
.logo{
 
    display:flex;
 
    align-items:center;
 
    gap:9px;
}
 
.logo-icon{
 
    width:43px;
 
    height:43px;
 
    border:2px solid var(--gold);
 
    border-radius:50%;
 
    display:grid;
 
    place-items:center;
 
    color:var(--gold-light);
 
    font-size:1.05rem;
}
 
.logo-text{
 
    display:flex;
 
    flex-direction:column;
 
    line-height:1.35;
}
 
.logo-text strong{
 
    font-family:
        "Lalezar",
        "Vazirmatn",
        sans-serif;
 
    color:var(--gold-light);
 
    font-size:1.3rem;
 
    font-weight:400;
}
 
.logo-text span{
 
    color:#9d9587;
 
    font-size:.66rem;
}
 
.desktop-nav{
 
    display:none;
}
 
.header-cta{
 
    display:none;
}
 
 
/* =========================================================
  BANNER
========================================================= */
 
.banner-section{
 
    background:#080807;
 
    padding:10px;
 
    border-bottom:
        1px solid var(--border);
}
 
.banner{
 
     width:100%;
 
     max-width:1500px;
 
    min-height:190px;
 
    max-height:520px;
 
    margin:auto;
 
    background:#11100e;
 
    border-radius:17px;
 
    overflow:hidden;
 
    position:relative;
 
    display:flex;
 
    align-items:center;
 
    justify-content:center;
}
 
.banner img{
 
    width:100%;
 
    height:auto;
 
    max-height:520px;
 
    object-fit:contain;
 
    object-position:center;
}
 
.banner::after{
 
    content:"";
 
    position:absolute;
 
    inset:0;
 
    border:
        1px solid
        rgba(213,170,69,.35);
 
    border-radius:17px;
 
    pointer-events:none;
}
 
.banner-label{
 
    position:absolute;
 
    right:15px;
 
    bottom:14px;
 
    background:
        rgba(10,9,7,.82);
 
    color:var(--gold-light);
 
    padding:6px 12px;
 
    border-radius:8px;
 
    border:
        1px solid var(--border);
 
    font-size:.72rem;
 
    font-weight:700;
}
 
 
/* =========================================================
  HERO
========================================================= */
 
.hero{
 
    min-height:610px;
 
    position:relative;
 
    overflow:hidden;
 
    display:flex;
 
    align-items:center;
 
    color:#fff;
 
    background-color:#17130e;
}
 
 
/*
  تصویر محیط کافه
  عمداً محو شده
*/
 
.hero-bg{
 
    position:absolute;
 
    inset:0;
 
    width:100%;
 
    height:100%;
 
    object-fit:cover;
 
    object-position:center;
 
    filter:
        blur(5px);
 
    transform:scale(1.06);
 
    opacity:.58;
}
 
 
/* لایه تاریک روی تصویر */
 
.hero::before{
 
    content:"";
 
    position:absolute;
 
    inset:0;
 
    background:
 
        linear-gradient(
            90deg,
            rgba(8,7,5,.94),
            rgba(8,7,5,.68),
            rgba(8,7,5,.82)
        );
 
    z-index:1;
}
 
 
/* لکه نور */
 
.hero::after{
 
    content:"";
 
    position:absolute;
 
    width:420px;
 
    height:420px;
 
    border-radius:50%;
 
    background:
        radial-gradient(
            circle,
            rgba(213,170,69,.15),
            transparent 68%
        );
 
    left:-120px;
 
    bottom:-180px;
 
    z-index:1;
}
 
.hero-inner{
 
    position:relative;
 
    z-index:2;
 
    width:100%;
 
    min-height:610px;
 
    display:flex;
 
    align-items:center;
 
    justify-content:center;
 
    text-align:center;
}
 
.hero-content{
 
    max-width:760px;
 
     margin:auto;
}
 
.hero-badge{
 
    display:inline-flex;
 
    align-items:center;
 
    gap:7px;
 
    padding:7px 13px;
 
    border-radius:30px;
 
    color:var(--gold-light);
 
    background:
        rgba(213,170,69,.1);
 
    border:
        1px solid
        rgba(213,170,69,.35);
 
    font-size:.75rem;
 
    font-weight:700;
 
    margin-bottom:18px;
}
 
.hero h1{
 
    font-family:
        "Lalezar",
        "Vazirmatn",
        sans-serif;
 
    font-size:
        clamp(
            2.65rem,
            10vw,
            5.2rem
        );
 
    font-weight:400;
 
    line-height:1.25;
 
    margin-bottom:14px;
 
    color:#fff;
}
 
.hero h1 span{
 
    color:var(--gold-light);
}
 
.hero-text{
 
    color:#e4dccd;
 
    font-size:
        clamp(
            .98rem,
            3.5vw,
            1.15rem
        );
 
    line-height:2;
 
    max-width:680px;
 
    margin:0 auto 24px;
}
 
.hero-actions{
 
    display:flex;
 
    flex-direction:column;
 
    align-items:stretch;
 
    gap:10px;
 
    max-width:400px;
 
    margin:auto;
}
 
.btn{
 
    min-height:52px;
 
    padding:11px 20px;
 
    border-radius:11px;
 
    display:inline-flex;
 
    justify-content:center;
 
    align-items:center;
 
    gap:8px;
 
    font-size:.88rem;
 
    font-weight:800;
 
    transition:.2s ease;
}
 
.btn-gold{
 
    background:var(--gold);
 
    color:#15120c;
 
    box-shadow:
        0 8px 25px
        rgba(213,170,69,.22);
}
 
.btn-gold:hover{
 
    background:var(--gold-light);
 
    transform:translateY(-2px);
}
 
.btn-outline{
 
    border:
        1px solid
        rgba(255,255,255,.55);
 
    color:#fff;
 
    background:
        rgba(0,0,0,.18);
}
 
.btn-outline:hover{
 
    border-color:var(--gold);
 
    color:var(--gold-light);
}
 
.hero-trust{
 
    margin-top:25px;
 
    display:flex;
 
    justify-content:center;
 
    align-items:center;
 
    gap:10px;
 
    color:#aaa294;
 
    font-size:.72rem;
}
 
.trust-icons{
 
    display:flex;
 
    direction:ltr;
}
 
.trust-icons span{
 
    width:30px;
 
    height:30px;
 
    margin-left:-7px;
 
    border-radius:50%;
 
    background:#67563b;
 
    border:2px solid #1b1812;
 
    display:grid;
 
    place-items:center;
 
    color:#fff;
 
    font-size:.65rem;
}
 
 
/* =========================================================
  BENEFITS
========================================================= */
 
.benefits{
 
    position:relative;
 
    z-index:5;
 
    margin-top:-35px;
}
 
.benefit-box{
 
    background:var(--cream-2);
 
    border-radius:20px;
 
    box-shadow:
        0 15px 45px rgba(0,0,0,.14);
 
    border:
        1px solid
        rgba(121,85,47,.15);
 
    padding:15px;
 
    display:grid;
 
    grid-template-columns:
        repeat(2,1fr);
 
    gap:5px;
}
 
.benefit{
 
    padding:17px 9px;
 
    text-align:center;
 
    border-left:
        1px solid
        rgba(121,85,47,.13);
}
 
.benefit:nth-child(2n){
 
    border-left:0;
}
 
.benefit i{
 
    width:48px;
 
    height:48px;
 
    border-radius:50%;
 
    background:#eee4d1;
 
    color:var(--brown);
 
    display:grid;
 
    place-items:center;
 
    margin:0 auto 9px;
 
    font-size:1.05rem;
}
 
.benefit h3{
 
    font-size:.9rem;
 
    margin-bottom:2px;
 
    color:var(--black);
}
 
.benefit p{
 
    font-size:.7rem;
 
    color:var(--muted);
 
    line-height:1.7;
}
 
 
/* =========================================================
  CATEGORIES
========================================================= */
 
.categories{
 
    background:var(--cream-2);
}
 
.category-grid{
 
    display:grid;
 
    grid-template-columns:
        repeat(2,1fr);
 
    gap:10px;
}
 
.category-card{
 
    position:relative;
 
    height:175px;
 
    overflow:hidden;
 
    border-radius:15px;
 
    background:#272119;
 
    box-shadow:
        0 8px 25px rgba(0,0,0,.09);
}
 
.category-card img{
 
    width:100%;
 
    height:100%;
 
    object-fit:cover;
 
    object-position:center;
 
    transition:.3s ease;
}
 
.category-card::after{
 
    content:"";
 
    position:absolute;
 
    inset:0;
 
    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.78),
            rgba(0,0,0,.04)
        );
}
 
.category-name{
 
    position:absolute;
 
    right:13px;
 
    bottom:12px;
 
    z-index:2;
 
    color:#fff;
 
    font-size:.9rem;
 
    font-weight:800;
}
 
.category-name i{
 
    color:var(--gold-light);
 
     margin-left:5px;
}
 
 
/* =========================================================
  POPULAR MENU
========================================================= */
 
.popular{
 
    background:var(--cream);
}
 
.products-grid{
 
    display:grid;
 
    grid-template-columns:
        repeat(2,1fr);
 
    gap:12px;
}
 
.product-card{
 
    background:#fff;
 
    border-radius:15px;
 
    overflow:hidden;
 
    border:
        1px solid
        rgba(121,85,47,.14);
 
    box-shadow:
        0 7px 25px rgba(0,0,0,.07);
 
    position:relative;
}
 
.product-image{
 
    height:170px;
 
    background:#e8ddc9;
 
    display:flex;
 
    align-items:center;
 
    justify-content:center;
 
    overflow:hidden;
}
 
.product-image img{
 
    width:100%;
 
    height:100%;
 
    object-fit:cover;
 
    object-position:center;
}
 
.product-badge{
 
    position:absolute;
 
    top:9px;
 
    right:9px;
 
    background:var(--gold);
 
    color:#19150d;
 
    border-radius:7px;
 
    padding:3px 7px;
 
    font-size:.63rem;
 
    font-weight:800;
}
 
.product-info{
 
    padding:13px;
}
 
.product-info h3{
 
    color:var(--black);
 
    font-size:.95rem;
 
    margin-bottom:3px;
}
 
.product-info p{
 
    color:var(--muted);
 
    font-size:.7rem;
 
    line-height:1.7;
 
    min-height:42px;
}
 
.rating{
 
    margin:7px 0;
 
    color:#d89f22;
 
    font-size:.65rem;
}
 
.rating span{
 
    color:#8c8273;
 
    margin-right:4px;
}
 
.product-bottom{
 
    display:flex;
 
    align-items:center;
 
    justify-content:space-between;
 
    gap:7px;
}
 
.price{
 
    color:var(--brown);
 
    font-size:.78rem;
 
    font-weight:900;
 
    white-space:nowrap;
}
 
.buy-btn{
 
    background:var(--black);
 
    color:var(--gold-light);
 
    border:0;
 
    border-radius:8px;
 
    padding:7px 9px;
 
    font-size:.66rem;
 
    font-weight:700;
}
 
 
/* =========================================================
  SPECIAL OFFER
========================================================= */
 
.offer{
 
    padding:25px 0;
 
    background:var(--cream);
}
 
.offer-box{
 
    min-height:220px;
 
    border-radius:22px;
 
    overflow:hidden;
 
    position:relative;
 
    display:flex;
 
    align-items:center;
 
    background:
 
        linear-gradient(
            90deg,
            rgba(15,13,9,.95),
            rgba(37,29,18,.83)
        );
}
 
.offer-image{
 
    position:absolute;
 
    inset:0;
 
    width:100%;
 
    height:100%;
 
    object-fit:cover;
 
    opacity:.27;
}
 
.offer-content{
 
    position:relative;
 
    z-index:2;
 
    padding:30px 25px;
 
    max-width:650px;
}
 
.offer-label{
 
    display:inline-block;
 
    background:var(--gold);
 
    color:#1a150d;
 
    border-radius:7px;
 
    padding:4px 9px;
 
    font-size:.68rem;
 
    font-weight:900;
 
    margin-bottom:8px;
}
 
.offer h2{
 
    color:var(--gold-light);
 
    font-family:
        "Lalezar",
        "Vazirmatn",
        sans-serif;
 
    font-weight:400;
 
    font-size:
        clamp(
            1.8rem,
            6vw,
            2.8rem
        );
 
    line-height:1.4;
}
 
.offer p{
 
    color:#d0c5b3;
 
    font-size:.82rem;
 
    line-height:2;
 
    margin-bottom:15px;
}
 
 
/* =========================================================
  ATMOSPHERE
========================================================= */
 
.atmosphere{
 
    background:var(--black);
 
    color:#fff;
}
 
.atmosphere .section-title h2{
 
    color:#fff;
}
 
.atmosphere .section-title p{
 
    color:#aaa093;
}
 
.atmosphere-grid{
 
    display:grid;
 
    grid-template-columns:
        repeat(2,1fr);
 
    gap:10px;
}
 
.atmosphere-card{
 
    min-height:175px;
 
    padding:20px 15px;
 
    border:
        1px solid
        var(--border);
 
    border-radius:15px;
 
    background:
        linear-gradient(
            145deg,
            #252118,
            #15130f
        );
}
 
.atmosphere-card i{
 
    color:var(--gold);
 
    font-size:1.45rem;
 
    margin-bottom:9px;
}
 
.atmosphere-card h3{
 
    color:#fff;
 
    font-size:.95rem;
 
    margin-bottom:5px;
}
 
.atmosphere-card p{
 
    color:#aaa092;
 
    font-size:.73rem;
 
    line-height:1.9;
}
 
 
/* =========================================================
  BLOG
========================================================= */
 
.blog{
 
    background:var(--cream-2);
}
 
.blog-grid{
 
    display:grid;
 
    grid-template-columns:1fr;
 
    gap:14px;
}
 
.blog-card{
 
    background:#fff;
 
    border-radius:16px;
 
    overflow:hidden;
 
    border:
        1px solid
        rgba(121,85,47,.13);
 
    box-shadow:
        0 8px 25px rgba(0,0,0,.07);
}
 
.blog-image{
 
    height:190px;
 
    background:#ddd0ba;
 
    overflow:hidden;
}
 
.blog-image img{
 
    width:100%;
 
    height:100%;
 
    object-fit:cover;
 
    object-position:center;
}
 
.blog-content{
 
    padding:17px;
}
 
.blog-content .date{
 
    color:var(--brown-light);
 
    font-size:.68rem;
}
 
.blog-content h3{
 
    font-size:1rem;
 
    color:var(--black);
 
    margin:5px 0;
 
    line-height:1.7;
}
 
.blog-content p{
 
    color:var(--muted);
 
    font-size:.76rem;
 
    line-height:1.9;
}
 
.read-more{
 
    display:inline-flex;
 
    align-items:center;
 
    gap:6px;
 
    margin-top:10px;
 
    color:var(--brown);
 
    font-size:.73rem;
 
    font-weight:800;
}
 
 
/* =========================================================
  CTA
========================================================= */
 
.cta{
 
    background:
 
        linear-gradient(
            rgba(11,10,8,.92),
            rgba(11,10,8,.92)
        ),
 
        url("IMAGE-CAFE-INTERIOR.jpg");
 
    background-size:cover;
 
    background-position:center;
 
    color:#fff;
 
    text-align:center;
 
    padding:75px 15px;
}
 
.cta h2{
 
    font-family:
        "Lalezar",
        "Vazirmatn",
        sans-serif;
 
    font-size:
        clamp(
            2.1rem,
            8vw,
            3.4rem
        );
 
    color:var(--gold-light);
 
    font-weight:400;
 
    margin-bottom:8px;
}
 
.cta p{
 
    max-width:650px;
 
    margin:0 auto 22px;
 
    color:#c5baaa;
 
    font-size:.88rem;
 
    line-height:2;
}
 
.cta-actions{
 
    display:flex;
 
    flex-direction:column;
 
    gap:10px;
 
    max-width:400px;
 
    margin:auto;
}
 
 
/* =========================================================
  FOOTER
========================================================= */
 
.footer{
 
    background:#0a0907;
 
    color:#fff;
 
    padding:50px 0 90px;
 
     border-top:
        1px solid var(--border);
}
 
.footer-grid{
 
    display:grid;
 
    grid-template-columns:1fr;
 
    gap:30px;
}
 
.footer h3{
 
    color:var(--gold-light);
 
    font-family:
        "Lalezar",
        "Vazirmatn",
        sans-serif;
 
    font-weight:400;
 
    font-size:1.25rem;
 
    margin-bottom:8px;
}
 
.footer p,
.footer li{
 
    color:#918879;
 
    font-size:.78rem;
 
    line-height:2;
}
 
.footer ul{
 
    list-style:none;
 
    display:grid;
 
    gap:5px;
}
 
.footer li i{
 
    width:20px;
 
    color:var(--gold);
}
 
.footer-social{
 
    display:flex;
 
    gap:8px;
 
    margin-top:14px;
}
 
.footer-social a{
 
    width:38px;
 
    height:38px;
 
    display:grid;
 
    place-items:center;
 
    border:
        1px solid var(--border);
 
    border-radius:50%;
 
    color:var(--gold-light);
}
 
.footer-bottom{
 
    border-top:
        1px solid
        rgba(213,170,69,.12);
 
    margin-top:30px;
 
    padding-top:18px;
 
    text-align:center;
 
    color:#6f685d;
 
    font-size:.68rem;
}
 
 
/* =========================================================
  MOBILE BOTTOM NAV
========================================================= */
 
.mobile-nav{
 
    position:fixed;
 
    right:0;
 
    bottom:0;
 
    left:0;
 
    height:67px;
 
    background:#11100e;
 
    border-top:
        1px solid var(--border);
 
    z-index:9999;
 
    display:grid;
 
    grid-template-columns:
        repeat(5,1fr);
 
    box-shadow:
        0 -6px 25px rgba(0,0,0,.3);
}
 
.mobile-nav a{
 
    display:flex;
 
    flex-direction:column;
 
    align-items:center;
 
    justify-content:center;
 
    gap:3px;
 
    color:#8e8678;
 
    font-size:.63rem;
 
    font-weight:600;
}
}


/* اگر قالب شما از لایه‌های اضافه استفاده می‌کند */
.mobile-nav i{
#bodyContent, .mw-body {
 
    width: 100% !important;
     font-size:1rem;
     max-width: 100% !important;
}
}


/* حذف حاشیه اضافه که باعث می‌شود صفحه از کادر بیرون بزند */
.mobile-nav a.active{
body {
 
     overflow-x: hidden;
     color:var(--gold-light);
}
}
/* =========================================================
  TABLET
========================================================= */
@media (min-width:600px){
    .banner{
        min-height:250px;
    }
    .hero-actions{
        flex-direction:row;
        justify-content:center;
        max-width:none;
    }
    .btn{
        min-width:160px;
    }
    .benefit-box{
        grid-template-columns:
            repeat(4,1fr);
        padding:8px;
    }
    .benefit{
        border-left:
            1px solid
            rgba(121,85,47,.13);
    }
    .benefit:nth-child(2n){
        border-left:
            1px solid
            rgba(121,85,47,.13);
    }
    .benefit:last-child{
        border-left:0;
    }
    .category-grid{
        grid-template-columns:
            repeat(5,1fr);
    }
    .products-grid{
        grid-template-columns:
            repeat(3,1fr);
    }
    .atmosphere-grid{
        grid-template-columns:
            repeat(4,1fr);
    }
    .blog-grid{
        grid-template-columns:
            repeat(3,1fr);
    }
    .cta-actions{
        flex-direction:row;
        justify-content:center;
        max-width:none;
    }
}
/* =========================================================
  DESKTOP
========================================================= */
@media (min-width:900px){
    body{
        font-size:17px;
    }
    .section{
        padding:90px 0;
    }
    .banner-section{
        padding:14px;
    }
    .banner{
        min-height:320px;
        border-radius:20px;
    }
    .banner::after{
        border-radius:20px;
    }
    .desktop-nav{
        display:flex;
        align-items:center;
        gap:24px;
    }
    .desktop-nav a{
        color:#bdb4a5;
        font-size:.8rem;
        font-weight:600;
        transition:.2s;
    }
    .desktop-nav a:hover{
        color:var(--gold-light);
    }
    .header-cta{
        display:inline-flex;
        align-items:center;
        gap:7px;
        border:
            1px solid var(--border);
        border-radius:9px;
        color:var(--gold-light);
        padding:8px 13px;
        font-size:.72rem;
        font-weight:700;
    }
    .hero{
        min-height:690px;
    }
    .hero-inner{
        min-height:690px;
    }
    .hero-text{
        font-size:1.08rem;
    }
    .benefits{
        margin-top:-45px;
    }
    .benefit-box{
        padding:10px;
    }
    .benefit{
        padding:18px;
    }
    .benefit h3{
        font-size:.95rem;
    }
    .benefit p{
        font-size:.73rem;
    }
    .category-card{
        height:220px;
    }
    .products-grid{
        grid-template-columns:
            repeat(4,1fr);
    }
    .product-image{
        height:220px;
    }
    .product-info{
        padding:15px;
    }
    .product-info h3{
        font-size:1rem;
    }
    .product-info p{
        font-size:.72rem;
    }
    .blog-image{
        height:220px;
    }
    .footer{
        padding-bottom:45px;
    }
    .footer-grid{
        grid-template-columns:
            1.5fr 1fr 1fr;
    }
    .mobile-nav{
        display:none;
    }
}
/* =========================================================
  LARGE DESKTOP
========================================================= */
@media (min-width:1200px){
    .hero h1{
        font-size:5.2rem;
    }
    .hero{
        min-height:720px;
    }
    .hero-inner{
        min-height:720px;
    }
    .banner{
        min-height:350px;
    }
}
/* =========================================================
  ACCESSIBILITY
========================================================= */
@media (prefers-reduced-motion:reduce){
    html{
        scroll-behavior:auto;
    }
    *,
    *::before,
    *::after{
        animation:none !important;
        transition:none !important;
    }
}
</style>
</style>


<div style="width: 100%; background: #f0f0f0; padding: 20px; text-align: center; border: 1px solid #ccc;">
</head>
     <b>تست: اگر این کادر تمام عرض صفحه است، یعنی استایل اعمال شده است.</b>
 
 
<body>
 
 
<!-- =====================================================
    TOP BAR
===================================================== -->
 
<div class="topbar">
 
     <i class="fa-solid fa-mug-hot"></i>
 
    یه چای، یه گپ، یه پاتوق خوب...
 
</div>
</div>
<!-- =====================================================
    HEADER
===================================================== -->
<header class="site-header">
    <div class="container header-inner">
        <a href="#home"
          class="logo"
          aria-label="کافه پاتوق محمد">
            <span class="logo-icon">
                <i class="fa-solid fa-mug-hot"></i>
            </span>
            <span class="logo-text">
                <strong>
                    کافه پاتوق محمد
                </strong>
                <span>
                    قهوه خانه سنتی و دورهمی
                </span>
            </span>
        </a>
        <nav class="desktop-nav"
            aria-label="منوی اصلی">
            <a href="#home">
                خانه
            </a>
            <a href="#menu">
                منو
            </a>
            <a href="#why">
                درباره پاتوق
            </a>
            <a href="#gallery">
                فضای کافه
            </a>
            <a href="#blog">
                مجله پاتوق
            </a>
            <a href="#contact">
                تماس
            </a>
        </nav>
        <a href="#menu"
          class="header-cta">
            <i class="fa-solid fa-utensils"></i>
            مشاهده منو
        </a>
    </div>
</header>
<main>
<!-- =====================================================
    TOP BANNER
===================================================== -->
<section class="banner-section"
        aria-label="بنر کافه پاتوق محمد">
    <div class="container">
        <div class="banner">
            <img
                src="https://dl.faraghaib.ir/m/260012-01/baner-01-01.png"
                alt="بنر تبلیغاتی کافه پاتوق محمد"
                loading="eager"
            >
            <span class="banner-label">
                <i class="fa-solid fa-mug-hot"></i>
                کافه پاتوق محمد
            </span>
        </div>
    </div>
</section>
<!-- =====================================================
    HERO
===================================================== -->
<section class="hero"
        id="home"
        aria-labelledby="hero-title">
    <!--
        تصویر محیط کافه
        تصویر عمداً با CSS محو می‌شود
    -->
    <img
        class="hero-bg"
        src="https://dl.faraghaib.ir/m/260012-01/260012-01-01.jpg"
        alt=""
        aria-hidden="true"
    >
    <div class="container hero-inner">
        <div class="hero-content">
            <div class="hero-badge">
                <i class="fa-solid fa-star"></i>
                یک پاتوق متفاوت برای آدم‌های متفاوت
            </div>
            <h1 id="hero-title">
                اینجا فقط
                <span>
                    چای نمی‌خوری...
                </span>
            </h1>
            <p class="hero-text">
                اینجا جایی برای چند دقیقه فاصله گرفتن از
                شلوغی روزمره است؛
                برای یک چای داغ، صبحانه، املت، عدسی،
                عصرانه و البته یک گپ دوستانه.
            </p>
            <div class="hero-actions">
                <a href="#menu"
                  class="btn btn-gold">
                    <i class="fa-solid fa-utensils"></i>
                    مشاهده منو
                </a>
                <a href="#why"
                  class="btn btn-outline">
                    درباره پاتوق
                    <i class="fa-solid fa-arrow-left"></i>
                </a>
            </div>
            <div class="hero-trust">
                <div class="trust-icons">
                    <span>
                        <i class="fa-solid fa-user"></i>
                    </span>
                    <span>
                        <i class="fa-solid fa-user"></i>
                    </span>
                    <span>
                        <i class="fa-solid fa-user"></i>
                    </span>
                    <span>
                        <i class="fa-solid fa-user"></i>
                    </span>
                </div>
                <span>
                    جای رفیق‌بازی و دورهمی
                </span>
            </div>
        </div>
    </div>
</section>
<!-- =====================================================
    BENEFITS
===================================================== -->
<section class="benefits"
        aria-label="مزایای کافه پاتوق محمد">
    <div class="container">
        <div class="benefit-box">
            <article class="benefit">
                <i class="fa-solid fa-mug-hot"></i>
                <h3>
                    چای تازه‌دم
                </h3>
                <p>
                    برای یک گپ طولانی
                </p>
            </article>
            <article class="benefit">
                <i class="fa-solid fa-egg"></i>
                <h3>
                    صبحانه و املت
                </h3>
                <p>
                    شروع خوشمزه روز
                </p>
            </article>
            <article class="benefit">
                <i class="fa-solid fa-users"></i>
                <h3>
                    فضای دوستانه
                </h3>
                <p>
                    مناسب دورهمی
                </p>
            </article>
            <article class="benefit">
                <i class="fa-solid fa-heart"></i>
                <h3>
                    حال خوب
                </h3>
                <p>
                    یک پاتوق متفاوت
                </p>
            </article>
        </div>
    </div>
</section>
<!-- =====================================================
    CATEGORIES
===================================================== -->
<section class="section categories"
        id="menu">
    <div class="container">
        <div class="section-title">
            <span class="eyebrow">
                چیزی برای هر سلیقه
            </span>
            <h2>
                منوی پاتوق
            </h2>
            <p>
                از چای تازه‌دم و صبحانه تا املت، عدسی و عصرانه؛
                انتخاب با توست.
            </p>
        </div>
        <div class="category-grid">
            <a href="#tea"
              class="category-card">
                <img
                    src="https://dl.faraghaib.ir/m/260012-01/260012-01-13.jpg"
                    alt="چای تازه دم کافه پاتوق محمد"
                    loading="lazy"
                >
                <span class="category-name">
                    <i class="fa-solid fa-mug-hot"></i>
                    چای
                </span>
            </a>
            <a href="#omelet"
              class="category-card">
                <img
                    src="https://dl.faraghaib.ir/m/260012-01/260012-01-01.jpg"
                    alt="املت کافه پاتوق محمد"
                    loading="lazy"
                >
                <span class="category-name">
                    <i class="fa-solid fa-egg"></i>
                    املت
                </span>
            </a>
            <a href="#adasi"
              class="category-card">
                <img
                    src="https://dl.faraghaib.ir/m/260012-01/260012-01-25.jpg"
                    alt="عدسی کافه پاتوق محمد"
                    loading="lazy"
                >
                <span class="category-name">
                    <i class="fa-solid fa-bowl-food"></i>
                    عدسی
                </span>
            </a>
            <a href="#breakfast"
              class="category-card">
                <img
                    src="https://dl.faraghaib.ir/m/260012-01/260012-01-08.jpg"
                    alt="صبحانه سنتی کافه پاتوق محمد"
                    loading="lazy"
                >
                <span class="category-name">
                    <i class="fa-solid fa-sun"></i>
                    صبحانه
                </span>
            </a>
            <a href="#snack"
              class="category-card">
                <img
                    src="https://dl.faraghaib.ir/m/260012-01/260012-01-26.jpg"
                    alt="عصرانه کافه پاتوق محمد"
                    loading="lazy"
                >
                <span class="category-name">
                    <i class="fa-solid fa-cookie-bite"></i>
                    عصرانه
                </span>
            </a>
        </div>
    </div>
</section>
<!-- =====================================================
    POPULAR
===================================================== -->
<section class="section popular"
        aria-labelledby="popular-title">
    <div class="container">
        <div class="section-title">
            <span class="eyebrow">
                انتخاب پاتوقی‌ها
            </span>
            <h2 id="popular-title">
                محبوب‌ترین‌های پاتوق
            </h2>
            <p>
                چند انتخاب خوشمزه برای شروع تجربه
                کافه پاتوق محمد.
            </p>
        </div>
        <div class="products-grid">
            <!-- PRODUCT 1 -->
            <article class="product-card">
                <div class="product-image">
                    <img
                        src="https://dl.faraghaib.ir/m/260012-01/260012-01-07.jpg"
                        alt="چای مخصوص کافه پاتوق محمد"
                        loading="lazy"
                    >
                </div>
                <span class="product-badge">
                    محبوب
                </span>
                <div class="product-info">
                    <h3>
                        چای مخصوص پاتوق
                    </h3>
                    <p>
                        چای تازه‌دم مناسب گپ‌های دوستانه
                    </p>
                    <div class="rating">
                        ★★★★★
                        <span>
                            ۴.۹
                        </span>
                    </div>
                    <div class="product-bottom">
                        <strong class="price">
                            قیمت
                        </strong>
                        <button class="buy-btn">
                            سفارش
                        </button>
                    </div>
                </div>
            </article>
            <!-- PRODUCT 2 -->
            <article class="product-card">
                <div class="product-image">
                    <img
                        src="https://dl.faraghaib.ir/m/260012-01/260012-01-05.jpg"
                        alt="املت مخصوص کافه پاتوق محمد"
                        loading="lazy"
                    >
                </div>
                <span class="product-badge">
                    محبوب
                </span>
                <div class="product-info">
                    <h3>
                        املت مخصوص
                    </h3>
                    <p>
                        داغ و تازه برای شروع یک روز خوب
                    </p>
                    <div class="rating">
                        ★★★★★
                        <span>
                            ۴.۸
                        </span>
                    </div>
                    <div class="product-bottom">
                        <strong class="price">
                            قیمت
                        </strong>
                        <button class="buy-btn">
                            سفارش
                        </button>
                    </div>
                </div>
            </article>
            <!-- PRODUCT 3 -->
            <article class="product-card">
                <div class="product-image">
                    <img
                        src="https://dl.faraghaib.ir/m/260012-01/260012-01-26.jpg"
                        alt="عدسی صبحانه کافه پاتوق محمد"
                        loading="lazy"
                    >
                </div>
                <span class="product-badge">
                    صبحانه
                </span>
                <div class="product-info">
                    <h3>
                        عدسی
                    </h3>
                    <p>
                        انتخابی گرم و دلچسب برای صبح
                    </p>
                    <div class="rating">
                        ★★★★★
                        <span>
                            ۴.۷
                        </span>
                    </div>
                    <div class="product-bottom">
                        <strong class="price">
                            قیمت
                        </strong>
                        <button class="buy-btn">
                            سفارش
                        </button>
                    </div>
                </div>
            </article>
            <!-- PRODUCT 4 -->
            <article class="product-card">
                <div class="product-image">
                    <img
                        src="https://dl.faraghaib.ir/m/260012-01/260012-01-26.jpg"
                        alt="عصرانه کافه پاتوق محمد"
                        loading="lazy"
                    >
                </div>
                <span class="product-badge">
                    جدید
                </span>
                <div class="product-info">
                    <h3>
                        عصرانه پاتوق
                    </h3>
                    <p>
                        مناسب عصرهای دوستانه و دورهمی
                    </p>
                    <div class="rating">
                        ★★★★★
                        <span>
                            ۴.۸
                        </span>
                    </div>
                    <div class="product-bottom">
                        <strong class="price">
                            قیمت
                        </strong>
                        <button class="buy-btn">
                            سفارش
                        </button>
                    </div>
                </div>
            </article>
        </div>
    </div>
</section>
<!-- =====================================================
    SPECIAL OFFER
===================================================== -->
<section class="offer">
    <div class="container">
        <div class="offer-box">
            <img
                class="offer-image"
                src="https://dl.faraghaib.ir/m/260012-01/260012-01-08.jpg"
                alt=""
                aria-hidden="true"
                loading="lazy"
            >
            <div class="offer-content">
                <span class="offer-label">
                    پیشنهاد ویژه پاتوق
                </span>
                <h2>
                    صبح را با یک
                    <br>
                    صبحانه خوب شروع کن!
                </h2>
                <p>
                    اگر صبح‌ها دنبال یک جای متفاوت
                    برای چای، املت یا صبحانه هستی،
                    پاتوق محمد منتظر توست.
                </p>
                <a href="#contact"
                  class="btn btn-gold">
                    <i class="fa-solid fa-location-dot"></i>
                    پیدا کردن پاتوق
                </a>
            </div>
        </div>
    </div>
</section>
<!-- =====================================================
    WHY
===================================================== -->
<section class="section atmosphere"
        id="why">
    <div class="container">
        <div class="section-title">
            <span class="eyebrow">
                چرا پاتوق محمد؟
            </span>
            <h2>
                فقط یک کافه نیست
            </h2>
            <p>
                پاتوق یعنی جایی که بعد از اولین بار،
                دلت می‌خواهد دوباره به آن برگردی.
            </p>
        </div>
        <div class="atmosphere-grid">
            <article class="atmosphere-card">
                <i class="fa-solid fa-house"></i>
                <h3>
                    حس خودمانی
                </h3>
                <p>
                    بدون تشریفات و فاصله؛
                    یک فضای راحت برای نشستن و گپ زدن.
                </p>
            </article>
            <article class="atmosphere-card">
                <i class="fa-solid fa-camera"></i>
                <h3>
                    فضای متفاوت
                </h3>
                <p>
                    ترکیب المان‌های سنتی با حال‌وهوای
                    مناسب نسل امروز.
                </p>
            </article>
            <article class="atmosphere-card">
                <i class="fa-solid fa-users"></i>
                <h3>
                    دورهمی
                </h3>
                <p>
                    قرار دوستانه، گپ شبانه یا
                    یک صبحانه جمعی.
                </p>
            </article>
            <article class="atmosphere-card">
                <i class="fa-solid fa-heart"></i>
                <h3>
                    خاطره‌سازی
                </h3>
                <p>
                    قرار نیست فقط چیزی بخوری؛
                    قرار است یک خاطره خوب بسازی.
                </p>
            </article>
        </div>
    </div>
</section>
<!-- =====================================================
    BLOG
===================================================== -->
<section class="section blog"
        id="blog">
    <div class="container">
        <div class="section-title">
            <span class="eyebrow">
                مجله پاتوق
            </span>
            <h2>
                از دنیای پاتوق
            </h2>
            <p>
                مطالب کوتاه و جذاب درباره چای،
                صبحانه، قهوه‌خانه‌های سنتی و فرهنگ دورهمی.
            </p>
        </div>
        <div class="blog-grid">
            <article class="blog-card">
                <div class="blog-image">
                    <img
                        src="https://dl.faraghaib.ir/m/260012-01/260012-01-17.jpg"
                        alt="تاریخچه چای و فرهنگ چای نوشیدن"
                        loading="lazy"
                    >
                </div>
                <div class="blog-content">
                    <span class="date">
                        مجله پاتوق
                    </span>
                    <h3>
                        چرا چای بخش جدانشدنی دورهمی‌های ایرانی است؟
                    </h3>
                    <p>
                        نگاهی کوتاه به فرهنگ چای و جایگاه آن
                        در دورهمی‌های دوستانه.
                    </p>
                    <a href="#"
                      class="read-more">
                        ادامه مطلب
                        <i class="fa-solid fa-arrow-left"></i>
                    </a>
                </div>
            </article>
            <article class="blog-card">
                <div class="blog-image">
                    <img
                        src="https://dl.faraghaib.ir/m/260012-01/260012-01-21.JPG"
                        alt="صبحانه سنتی ایرانی"
                        loading="lazy"
                    >
                </div>
                <div class="blog-content">
                    <span class="date">
                        مجله پاتوق
                    </span>
                    <h3>
                        یک صبحانه سنتی خوب چه ویژگی‌هایی دارد؟
                    </h3>
                    <p>
                        صبحانه ساده، گرم و خوشمزه؛
                        همان چیزی که یک روز خوب نیاز دارد.
                    </p>
                    <a href="#"
                      class="read-more">
                        ادامه مطلب
                        <i class="fa-solid fa-arrow-left"></i>
                    </a>
                </div>
            </article>
            <article class="blog-card">
                <div class="blog-image">
                    <img
                        src="https://dl.faraghaib.ir/m/260012-01/260012-01-22.JPG"
                        alt="فضای قهوه خانه سنتی"
                        loading="lazy"
                    >
                </div>
                <div class="blog-content">
                    <span class="date">
                        مجله پاتوق
                    </span>
                    <h3>
                        قهوه‌خانه سنتی یا کافه مدرن؛ چرا ترکیب این دو جذاب است؟
                    </h3>
                    <p>
                        ترکیب نوستالژی و سلیقه امروزی می‌تواند
                        تجربه‌ای متفاوت برای جوان‌ها بسازد.
                    </p>
                    <a href="#"
                      class="read-more">
                        ادامه مطلب
                        <i class="fa-solid fa-arrow-left"></i>
                    </a>
                </div>
            </article>
        </div>
    </div>
</section>
<!-- =====================================================
    CTA
===================================================== -->
<section class="cta"
        id="contact">
    <div class="container">
        <h2>
            قرار بعدی، پاتوق؟
        </h2>
        <p>
            یک چای، یک صبحانه یا یک عصرانه...
            هر دلیلی که داشته باشی،
            پاتوق محمد می‌تواند مقصد بعدی دورهمی شما باشد.
        </p>
        <div class="cta-actions">
            <a href="tel:02100000000"
              class="btn btn-gold">
                <i class="fa-solid fa-phone"></i>
                تماس با پاتوق
            </a>
            <a href="#menu"
              class="btn btn-outline">
                <i class="fa-solid fa-utensils"></i>
                دیدن منو
            </a>
        </div>
    </div>
</section>
</main>
<!-- =====================================================
    FOOTER
===================================================== -->
<footer class="footer">
    <div class="container">
        <div class="footer-grid">
            <div>
                <h3>
                    کافه پاتوق محمد
                </h3>
                <p>
                    قهوه‌خانه سنتی با حال‌وهوای امروزی؛
                    جایی برای چای، صبحانه، املت،
                    عدسی، عصرانه و دورهمی دوستانه.
                </p>
                <div class="footer-social">
                    <a href="#"
                      aria-label="اینستاگرام">
                        <i class="fa-brands fa-instagram"></i>
                    </a>
                    <a href="#"
                      aria-label="تلگرام">
                        <i class="fa-brands fa-telegram"></i>
                    </a>
                    <a href="#"
                      aria-label="واتساپ">
                        <i class="fa-brands fa-whatsapp"></i>
                    </a>
                </div>
            </div>
            <div>
                <h3>
                    دسترسی سریع
                </h3>
                <ul>
                    <li>
                        <a href="#home">
                            خانه
                        </a>
                    </li>
                    <li>
                        <a href="#menu">
                            منو
                        </a>
                    </li>
                    <li>
                        <a href="#why">
                            درباره پاتوق
                        </a>
                    </li>
                    <li>
                        <a href="#blog">
                            مجله پاتوق
                        </a>
                    </li>
                    <li>
                        <a href="#contact">
                            تماس
                        </a>
                    </li>
                </ul>
            </div>
            <div>
                <h3>
                    اطلاعات کافه
                </h3>
                <ul>
                    <li>
                        <i class="fa-solid fa-location-dot"></i>
                        آدرس کافه
                    </li>
                    <li>
                        <i class="fa-solid fa-phone"></i>
                        021-00000000
                    </li>
                    <li>
                        <i class="fa-solid fa-clock"></i>
                        ساعات کاری
                    </li>
                    <li>
                        <i class="fa-solid fa-mug-hot"></i>
                        چای و صبحانه
                    </li>
                </ul>
            </div>
        </div>
        <div class="footer-bottom">
            © تمامی حقوق برای
            <strong>
                کافه پاتوق محمد
            </strong>
            محفوظ است.
        </div>
    </div>
</footer>
<!-- =====================================================
    MOBILE NAV
===================================================== -->
<nav class="mobile-nav"
    aria-label="منوی پایین موبایل">
    <a href="#home"
      class="active">
        <i class="fa-solid fa-house"></i>
        خانه
    </a>
    <a href="#menu">
        <i class="fa-solid fa-utensils"></i>
        منو
    </a>
    <a href="#why">
        <i class="fa-solid fa-heart"></i>
        پاتوق
    </a>
    <a href="#blog">
        <i class="fa-solid fa-newspaper"></i>
        مجله
    </a>
    <a href="#contact">
        <i class="fa-solid fa-phone"></i>
        تماس
    </a>
</nav>
</body>
</html>
</html>