/* ==========================================================================
   Adıgüzel Kokoreç — Public site design system
   Faithful to the Claude Design mock, fully responsive.
   ========================================================================== */
:root{
  --bg:#f6f1e9; --ink:#3b3a39; --ink-dark:#2a2928;
  --orange:#ff7f00; --orange-2:#e06f00;
  --muted:#6b6864; --muted-2:#8a877f; --muted-3:#a29e95;
  --cream:#fbf7f0; --line:#e6ddce; --line-2:#ece4d6; --line-3:#e3dccf;
  --shadow-card:0 18px 40px -28px rgba(59,58,57,.4);
  --shadow-lg:0 30px 60px -35px rgba(59,58,57,.4);
  --ph:repeating-linear-gradient(135deg,#ece3d5,#ece3d5 13px,#e4d9c6 13px,#e4d9c6 26px);
  --font-head:'Bricolage Grotesque',Georgia,serif;
  --font-body:'Manrope',system-ui,-apple-system,sans-serif;
  --max:1280px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:var(--orange);text-decoration:none}
a:hover{color:var(--orange-2)}
::selection{background:var(--orange);color:#fff}
h1,h2,h3,h4{font-family:var(--font-head);letter-spacing:-.02em;line-height:1.08}
button{font-family:var(--font-body);cursor:pointer}
.container{max-width:var(--max);margin:0 auto;padding-left:40px;padding-right:40px}
@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes kenburns{from{transform:scale(1)}to{transform:scale(1.08)}}

/* ---- Buttons -------------------------------------------------------------- */
.btn{display:inline-flex;align-items:center;gap:10px;font-weight:700;border:none;border-radius:999px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;white-space:nowrap}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 14px 34px -10px rgba(255,127,0,.75)}
.btn-primary:hover{color:#fff;box-shadow:0 18px 40px -10px rgba(255,127,0,.85)}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark:hover{color:#fff}
.btn-ghost{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(6px)}
.btn-ghost:hover{color:#fff}
.btn-lg{font-size:16px;padding:17px 30px}
.btn-md{font-size:15px;padding:15px 28px}
.btn-sm{font-size:14px;padding:12px 20px}

.kicker{display:inline-flex;align-items:center;gap:10px;color:var(--orange);font-weight:700;font-size:13px;letter-spacing:.2em;text-transform:uppercase}
.kicker .bar{width:34px;height:2px;background:var(--orange)}
.badge-pill{display:inline-flex;align-items:center;gap:9px;background:rgba(255,127,0,.1);color:var(--orange-2);font-weight:700;font-size:12.5px;letter-spacing:.14em;padding:9px 16px;border-radius:999px}
.badge-pill .dot{width:7px;height:7px;border-radius:50%;background:var(--orange)}
.ph{background:var(--ph);display:flex;align-items:center;justify-content:center}
.ph span{font-family:monospace;font-size:12px;color:#a99f8c;background:rgba(255,255,255,.6);padding:6px 12px;border-radius:7px}

/* ---- Header --------------------------------------------------------------- */
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .4s ease}
.site-header.on-dark{background:transparent;border-bottom:1px solid rgba(255,255,255,.14)}
.site-header.solid{background:rgba(246,241,233,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);box-shadow:0 6px 24px -18px rgba(59,58,57,.5)}
.site-header .bar{max-width:var(--max);margin:0 auto;padding:0 40px;height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.site-header .logo{height:46px;cursor:pointer}
.site-header .logo-white{display:none}
.site-header.on-dark .logo-white{display:block}
.site-header.on-dark .logo-dark{display:none}
.nav{display:flex;align-items:center;gap:6px}
.nav a.navlink{font-size:14px;font-weight:600;letter-spacing:.04em;padding:10px 14px;color:var(--ink);text-transform:uppercase}
.site-header.on-dark .nav a.navlink{color:#fff}
.nav a.navlink:hover{color:var(--orange)}
.nav .wa-cta{margin-left:10px;background:var(--orange);color:#fff;font-size:14px;font-weight:700;letter-spacing:.02em;padding:12px 20px;border-radius:999px;box-shadow:0 8px 22px -8px rgba(255,127,0,.7);display:inline-flex;align-items:center;gap:8px}
.nav .wa-cta:hover{color:#fff}
.nav-toggle{display:none;width:46px;height:46px;border-radius:12px;background:rgba(59,58,57,.08);border:none;flex-direction:column;align-items:center;justify-content:center;gap:5px}
.site-header.on-dark .nav-toggle{background:rgba(255,255,255,.14)}
.nav-toggle span{width:20px;height:2px;background:var(--ink);display:block;transition:.3s}
.site-header.on-dark .nav-toggle span{background:#fff}

/* Mobile drawer */
.mobile-nav{position:fixed;inset:0;z-index:1100;display:none}
.mobile-nav.open{display:block}
.mobile-nav .backdrop{position:absolute;inset:0;background:rgba(20,19,18,.5)}
.mobile-nav .panel{position:absolute;top:0;right:0;bottom:0;width:84%;max-width:360px;background:#3b3a39;padding:26px 24px;display:flex;flex-direction:column;gap:6px;animation:fadeUp .3s ease}
.mobile-nav .panel .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.mobile-nav .panel .top img{height:36px}
.mobile-nav .panel .close{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.1);border:none;color:#fff;font-size:18px}
.mobile-nav .panel a{color:#fff;font-family:var(--font-head);font-weight:700;font-size:19px;padding:14px 4px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center}
.mobile-nav .panel a .arr{color:var(--orange)}
.mobile-nav .panel .wa{margin-top:auto;background:var(--orange);color:#fff;justify-content:center;border-bottom:none;border-radius:14px;padding:15px}

/* ---- Hero ----------------------------------------------------------------- */
main.has-hero{padding-top:0}
main.no-hero{padding-top:88px}
.hero{position:relative;height:100vh;min-height:660px;width:100%;overflow:hidden;background:#2a2928}
.hero .slide{position:absolute;inset:0;opacity:0;transition:opacity 1.1s ease}
.hero .slide.active{opacity:1}
.hero .slide .bg{position:absolute;inset:0;background-size:cover;background-position:center}
.hero .slide.active .bg{animation:kenburns 7s ease forwards}
.hero .slide .scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,19,18,.82) 0%,rgba(20,19,18,.55) 45%,rgba(20,19,18,.25) 100%)}
.hero .slide .inner{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);max-width:var(--max);margin:0 auto;padding:0 40px}
.hero .slide .inner .box{max-width:660px}
.hero .kicker{margin-bottom:22px}
.hero h1{font-weight:800;color:#fff;font-size:66px;line-height:1.02;text-wrap:balance}
.hero p{color:rgba(255,255,255,.82);font-size:20px;line-height:1.6;margin-top:22px;max-width:520px}
.hero .actions{position:absolute;left:0;right:0;bottom:56px;max-width:var(--max);margin:0 auto;padding:0 40px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;z-index:3}
.hero .actions .cta{display:flex;gap:16px;flex-wrap:wrap}
.hero .dots{display:flex;gap:10px}
.hero .dots span{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:all .4s}
.hero .dots span.active{width:34px;background:var(--orange)}

/* ---- Sections ------------------------------------------------------------- */
.section{padding-top:120px;padding-bottom:120px}
.section.tight{padding-top:110px;padding-bottom:110px}
.section-cream{background:var(--cream);border-top:1px solid var(--line-2);border-bottom:1px solid var(--line-2)}
.page-hero{background:#3b3a39;padding:70px 0 64px}
.page-hero h1{font-weight:800;font-size:52px;color:#fff}
.page-hero p{color:rgba(255,255,255,.7);font-size:16px;margin-top:14px;max-width:560px}

/* About intro (home) */
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}
.about-grid h2{font-weight:800;font-size:46px;color:var(--ink);margin-top:26px}
.about-grid .lead{font-size:17.5px;line-height:1.75;color:var(--muted);margin-top:24px}
.stats{display:flex;gap:36px;margin-top:36px}
.stats .val{font-family:var(--font-head);font-weight:800;font-size:36px;color:var(--orange)}
.stats .lbl{font-size:13.5px;color:var(--muted-2);font-weight:600;margin-top:2px}
.stats .divider{width:1px;background:var(--line-3)}
.about-media{position:relative}
.about-media .frame{aspect-ratio:4/5;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-lg)}
.about-media .frame img{width:100%;height:100%;object-fit:cover}
.about-media .tescil{position:absolute;bottom:-28px;left:-28px;background:#fff;border-radius:18px;padding:22px 26px;box-shadow:0 28px 50px -20px rgba(59,58,57,.35);display:flex;align-items:center;gap:16px}
.about-media .tescil .seal{width:56px;height:56px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-head);font-weight:800;font-size:12px;text-align:center;line-height:1.1}

/* Menu carousel */
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:52px}
.sec-head h2{font-weight:800;font-size:44px;color:var(--ink)}
.sec-head .kicker{margin-bottom:14px;display:block}
.carousel-nav{display:flex;gap:12px}
.carousel-nav button{width:52px;height:52px;border-radius:50%;font-size:20px;display:flex;align-items:center;justify-content:center}
.carousel-nav .prev{border:1.5px solid #d9d0c0;background:#fff;color:var(--ink)}
.carousel-nav .next{border:none;background:var(--ink);color:#fff}
.carousel-vp{overflow:hidden;max-width:var(--max);margin:0 auto;padding:0 40px}
.carousel-track{display:flex;gap:28px;transition:transform .6s cubic-bezier(.4,0,.2,1)}
.food-card{flex:0 0 340px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-card)}
.food-card .thumb{height:220px;position:relative}
.food-card .thumb img{width:100%;height:100%;object-fit:cover}
.food-card .thumb .tag{position:absolute;top:16px;left:16px;background:var(--ink);color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;padding:6px 12px;border-radius:999px}
.food-card .body{padding:24px 24px 28px}
.food-card h3{font-weight:700;font-size:22px;color:var(--ink)}
.food-card p{font-size:14.5px;line-height:1.6;color:var(--muted-2);margin-top:8px;min-height:46px}
.food-card .more{display:inline-flex;align-items:center;gap:7px;color:var(--orange);font-weight:700;font-size:14px;margin-top:14px}

/* Menu grid (Lezzetlerimiz) */
.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.menu-grid .food-card{flex:none}
.menu-grid .food-card .thumb{height:200px}
.qr-callout{margin-top:44px;background:rgba(255,127,0,.08);border:1px dashed rgba(255,127,0,.4);border-radius:16px;padding:26px 30px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.qr-callout .t{font-family:var(--font-head);font-weight:700;font-size:18px;color:var(--ink)}
.qr-callout .s{font-size:14.5px;color:var(--muted-2);margin-top:4px}

/* Contact/reservation split (home) */
.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:stretch}
.info-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);display:flex;flex-direction:column}
.info-card iframe{width:100%;height:280px;border:0;filter:grayscale(.15)}
.info-card .pad{padding:30px 32px}
.info-card h3{font-weight:700;font-size:22px;color:var(--ink);margin-bottom:20px}
.info-row{display:flex;gap:14px;align-items:flex-start;margin-bottom:16px}
.info-row .ic{color:var(--orange);display:flex}
.info-row .k{font-weight:700;font-size:14px;color:var(--ink)}
.info-row .v{font-size:14px;color:var(--muted-2);line-height:1.5}
.reserve{background:var(--ink);border-radius:24px;padding:56px 52px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;color:#fff}
.reserve .blob{position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:rgba(255,127,0,.16)}
.reserve h2{font-weight:800;font-size:42px;line-height:1.1;color:#fff;margin-top:18px}
.reserve p{color:rgba(255,255,255,.7);font-size:16.5px;line-height:1.7;margin-top:20px;max-width:420px}
.reserve .actions{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap}

/* About page */
.about-page{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.about-page .square{aspect-ratio:1/1;border-radius:22px;box-shadow:var(--shadow-lg);overflow:hidden}
.about-page .square img{width:100%;height:100%;object-fit:cover}
.about-page .prose h2{font-weight:800;font-size:38px;color:var(--ink)}
.about-page .prose p{font-size:16.5px;line-height:1.8;color:var(--muted);margin-top:18px}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.value-card{background:#fff;border-radius:18px;padding:36px 32px;box-shadow:var(--shadow-card)}
.value-card h3{font-weight:700;font-size:20px;color:var(--ink);margin-top:16px}
.value-card p{font-size:14.5px;line-height:1.65;color:var(--muted-2);margin-top:10px}
.cta-center{max-width:900px;margin:0 auto;text-align:center}
.cta-center h2{font-weight:800;font-size:36px;color:var(--ink)}
.cta-center p{font-size:16.5px;color:var(--muted);margin-top:14px}
.cta-center .actions{display:flex;gap:14px;justify-content:center;margin-top:28px;flex-wrap:wrap}

/* News */
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.news-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-card);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.news-card:hover{transform:translateY(-4px);box-shadow:0 26px 50px -30px rgba(59,58,57,.5)}
.news-card .thumb{height:210px}
.news-card .thumb img{width:100%;height:100%;object-fit:cover}
.news-card .body{padding:24px 26px 28px}
.news-meta{display:flex;gap:12px;align-items:center;margin-bottom:12px}
.news-cat{background:rgba(255,127,0,.12);color:var(--orange-2);font-weight:700;font-size:11.5px;letter-spacing:.06em;padding:5px 11px;border-radius:999px}
.news-date{font-size:13px;color:var(--muted-3)}
.news-card h3{font-weight:700;font-size:20px;line-height:1.25;color:var(--ink)}
.news-card p{font-size:14.5px;line-height:1.6;color:var(--muted-2);margin-top:10px}
.news-card .more{display:inline-flex;color:var(--orange);font-weight:700;font-size:14px;margin-top:14px}
/* News detail */
.article{max-width:820px;margin:0 auto;padding:56px 40px 0}
.back-link{display:inline-flex;align-items:center;gap:8px;color:var(--muted-2);font-weight:600;font-size:14px;margin-bottom:26px}
.article h1{font-weight:800;font-size:42px;line-height:1.12;color:var(--ink)}
.article-media{aspect-ratio:16/8;border-radius:20px;overflow:hidden;margin-bottom:36px}
.article-media img{width:100%;height:100%;object-fit:cover}
.article-body{max-width:820px;margin:0 auto;padding:32px 40px}
.article-body p{font-size:17px;line-height:1.9;color:var(--muted);margin-top:22px}
.article-body p:first-child{font-size:18px;color:#4a4844;font-weight:500;margin-top:0}
.article-body h2,.article-body h3{color:var(--ink);margin-top:30px}
.article-body ul,.article-body ol{margin:18px 0 18px 22px;color:var(--muted);line-height:1.8}
.related{max-width:var(--max);margin:0 auto;padding:70px 40px 90px;border-top:1px solid var(--line-2)}
.related h3{font-weight:800;font-size:26px;color:var(--ink);margin-bottom:30px}
.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.related-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow-card);cursor:pointer;display:flex;gap:20px;align-items:stretch}
.related-card .thumb{flex:0 0 150px}
.related-card .thumb img{width:100%;height:100%;object-fit:cover}
.related-card .body{padding:22px 22px 22px 0}
.related-card h4{font-weight:700;font-size:18px;line-height:1.25;color:var(--ink);margin-top:6px}

/* Gallery */
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:230px;gap:20px}
.gallery-grid .cell{border-radius:16px;overflow:hidden}
.gallery-grid .cell img{width:100%;height:100%;object-fit:cover}

/* Contact page */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px}
.contact-info h2{font-weight:800;font-size:32px;color:var(--ink)}
.contact-list{display:flex;flex-direction:column;gap:22px;margin-top:30px}
.contact-list .row{display:flex;gap:16px;align-items:flex-start}
.contact-list .icon{width:46px;height:46px;border-radius:12px;background:rgba(255,127,0,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-list .k{font-weight:700;font-size:15px;color:var(--ink)}
.contact-list .v{font-size:15px;color:var(--muted-2);margin-top:2px}
.form-card{background:#fff;border-radius:22px;padding:38px 36px;box-shadow:var(--shadow-lg)}
.form-card h3{font-weight:700;font-size:22px;color:var(--ink);margin-bottom:22px}
.form-field{display:flex;flex-direction:column;gap:16px}
.form-field input,.form-field textarea{border:1.5px solid var(--line);border-radius:12px;padding:15px 16px;font-size:15px;font-family:var(--font-body);outline:none;background:var(--cream);color:var(--ink);width:100%}
.form-field input:focus,.form-field textarea:focus{border-color:var(--orange)}
.form-field textarea{resize:vertical}
.form-card button[type=submit]{background:var(--ink);color:#fff;font-weight:700;font-size:15px;padding:16px;border-radius:12px;border:none;width:100%}
.alert{border-radius:12px;padding:14px 16px;font-size:14.5px;margin-bottom:18px}
.alert-success{background:rgba(46,160,67,.12);color:#227a37;border:1px solid rgba(46,160,67,.3)}
.alert-error{background:rgba(220,38,38,.1);color:#b91c1c;border:1px solid rgba(220,38,38,.25)}
.field-error{color:#b91c1c;font-size:13px;margin-top:-8px}
.map-full{width:100%;height:400px;border:0;border-radius:22px}

/* ---- Footer --------------------------------------------------------------- */
.site-footer{background:#2a2928;color:#fff;padding:72px 0 34px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:48px}
.site-footer .logo{height:52px;margin-bottom:20px}
.site-footer .about{color:rgba(255,255,255,.55);font-size:14.5px;line-height:1.7;max-width:300px}
.site-footer .ig{display:inline-flex;align-items:center;gap:10px;margin-top:22px;color:#fff;font-size:14px;font-weight:600}
.site-footer .ig .box{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.09);display:flex;align-items:center;justify-content:center}
.footer-col .title{font-family:var(--font-head);font-weight:700;font-size:16px;margin-bottom:18px}
.footer-col .links{display:flex;flex-direction:column;gap:12px}
.footer-col .links a{color:rgba(255,255,255,.6);font-size:14.5px}
.footer-col .links a:hover{color:#fff}
.footer-contact .addr{color:rgba(255,255,255,.6);font-size:14.5px;line-height:1.7}
.footer-contact .tel{display:block;color:var(--orange);font-size:15px;font-weight:700;margin-top:12px}
.footer-contact .hrs{color:rgba(255,255,255,.5);font-size:13.5px;margin-top:8px}
.footer-bottom{max-width:var(--max);margin:40px auto 0;padding:24px 40px 0;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;color:rgba(255,255,255,.4);font-size:13px}

/* WhatsApp float */
.wa-float{position:fixed;right:22px;bottom:22px;z-index:900;width:58px;height:58px;border-radius:50%;background:#25d366;box-shadow:0 14px 30px -8px rgba(37,211,102,.7);display:flex;align-items:center;justify-content:center;transition:transform .2s}
.wa-float:hover{transform:scale(1.06)}

/* ---- Responsive ----------------------------------------------------------- */
@media (max-width:1100px){
  .about-grid{gap:48px}
  .hero h1{font-size:54px}
}
@media (max-width:920px){
  .container,.site-header .bar,.hero .slide .inner,.hero .actions,.carousel-vp,.footer-bottom,.related{padding-left:24px;padding-right:24px}
  .nav .navlink,.nav .wa-cta{display:none}
  .nav-toggle{display:flex}
  .section{padding-top:72px;padding-bottom:72px}.section.tight{padding-top:64px;padding-bottom:64px}
  .about-grid,.split,.about-page,.contact-grid{grid-template-columns:1fr;gap:40px}
  .about-media{max-width:460px}
  .about-media .tescil{left:0}
  .menu-grid,.news-grid,.values{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .page-hero h1{font-size:38px}
  .about-grid h2,.reserve h2{font-size:34px}
  .sec-head h2{font-size:32px}
  .hero h1{font-size:44px}.hero p{font-size:17px}
  .gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}
  .related-grid{grid-template-columns:1fr}
  .reserve{padding:40px 32px}
}
@media (max-width:640px){
  .container,.site-header .bar,.hero .slide .inner,.hero .actions,.carousel-vp,.footer-bottom,.article,.article-body,.related{padding-left:18px;padding-right:18px}
  .site-header .bar{height:72px}
  .site-header .logo{height:38px}
  main.no-hero{padding-top:72px}
  .hero{min-height:600px}
  .hero h1{font-size:34px}.hero p{font-size:15.5px;margin-top:16px}
  .hero .kicker{font-size:11.5px;letter-spacing:.16em}
  .hero .actions{flex-direction:column;align-items:stretch;bottom:34px;gap:16px}
  .hero .actions .cta{width:100%}
  .hero .actions .cta .btn{flex:1;justify-content:center}
  .hero .dots{justify-content:center}
  .menu-grid,.news-grid,.values,.gallery-grid,.footer-grid{grid-template-columns:1fr}
  .stats{gap:22px}.stats .val{font-size:30px}
  .food-card{flex:0 0 82vw}
  .page-hero{padding:54px 0 46px}.page-hero h1{font-size:30px}
  .about-grid h2{font-size:28px}.reserve h2{font-size:28px}
  .about-page .prose h2{font-size:26px}
  .sec-head{flex-direction:column;align-items:flex-start;gap:16px}
  .sec-head h2{font-size:26px}
  .article h1{font-size:30px}
  .cta-center h2{font-size:26px}
  .form-card,.reserve{padding:28px 22px}
  .section{padding-top:56px;padding-bottom:56px}
  .about-media .tescil{padding:16px 18px;bottom:-20px}
  .gallery-grid{grid-auto-rows:200px}
}
