/*
Theme Name: Pet Otel Pro Web
Theme URI: https://petotelpro.com
Author: M Studio
Author URI: https://mstudio.com.tr
Description: Standalone customer website theme for pet boarding businesses. Alpha release includes the Modern Pati collection.
Version: 1.12.3-rc.6
Text Domain: pet-otel-pro-web
Requires at least: 6.4
Requires PHP: 8.0
*/
:root{--pop-primary:#0e7d78;--pop-secondary:#12333e;--pop-accent:#f2a65a;--pop-bg:#f7fbfa;--pop-card:#fff;--pop-text:#17313a;--pop-muted:#61737a;--pop-radius:22px;--pop-shadow:0 18px 50px rgba(15,50,60,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--pop-text);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.pop-container{width:min(1180px,calc(100% - 36px));margin:auto}.site-header{position:relative;top:0;z-index:50;background:var(--pop-header-bg);color:var(--pop-header-text);backdrop-filter:blur(16px);border-bottom:1px solid rgba(18,51,62,.10)}.site-header.is-sticky{position:sticky}.site-header .main-nav a,.site-header .brand{color:var(--pop-header-text)}.header-inner{min-height:var(--pop-header-height);height:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-size:23px;font-weight:800}.brand img{width:46px;height:46px}.main-nav{display:flex;gap:26px;align-items:center;font-weight:650}.main-nav a:hover{color:var(--pop-header-cta)}.pop-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:999px;background:var(--pop-primary);color:#fff;font-weight:750;border:2px solid var(--pop-primary);transition:.2s}.pop-btn:hover{transform:translateY(-2px);filter:brightness(.95)}.pop-btn.secondary{background:#fff;color:var(--pop-primary)}.menu-toggle{display:none;border:0;background:transparent;font-size:28px}.hero{background:linear-gradient(135deg,#effaf7 0%,#fff8ef 100%);padding:72px 0 62px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}.eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;background:#dff3ef;color:var(--pop-primary);font-weight:800;font-size:13px;letter-spacing:.05em;text-transform:uppercase}.hero h1{font-size:clamp(42px,5vw,70px);line-height:1.03;margin:18px 0 22px;letter-spacing:-.045em}.hero p{font-size:20px;color:var(--pop-muted);max-width:630px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.trust-row{display:flex;flex-wrap:wrap;gap:18px;color:#3c5b62;font-size:14px;font-weight:700}.hero-photo{position:relative}.hero-photo>img{width:100%;height:560px;object-fit:cover;border-radius:34px;box-shadow:var(--pop-shadow)}.hero-note{position:absolute;left:-24px;bottom:26px;background:#fff;border-radius:18px;padding:16px 18px;box-shadow:var(--pop-shadow);font-weight:800}.section{padding:86px 0}.section.alt{background:var(--pop-bg)}.section-head{text-align:center;max-width:760px;margin:0 auto 42px}.section-head h2{font-size:clamp(32px,4vw,48px);line-height:1.1;margin:0 0 14px}.section-head p{color:var(--pop-muted);font-size:18px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:var(--pop-card);border:1px solid #e6efed;border-radius:var(--pop-radius);overflow:hidden;box-shadow:0 10px 35px rgba(16,58,65,.08)}.card img{height:250px;width:100%;object-fit:cover}.card-body{padding:25px}.card h3{font-size:24px;margin:0 0 10px}.card p{color:var(--pop-muted)}.feature-list{padding:0;margin:18px 0 0;list-style:none}.feature-list li{padding:6px 0}.feature-list li:before{content:'✓';color:var(--pop-primary);font-weight:900;margin-right:9px}.story{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.story img{border-radius:30px;height:520px;width:100%;object-fit:cover}.booking{background:var(--pop-secondary);color:#fff;border-radius:32px;padding:44px}.booking-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:40px}.booking input,.booking select,.booking textarea{width:100%;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:#fff;border-radius:12px;padding:13px;margin-top:7px}.booking option{color:#111}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.booking label{font-size:14px;font-weight:700}.site-footer{background:#0b252e;color:#d7e6e4;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px}.site-footer h3,.site-footer h4{color:#fff}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin:9px 0}.footer-bottom{margin-top:38px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);font-size:13px;color:#9eb5b7}.notice{padding:14px;background:#e3f6f1;color:#174a4c;border-radius:12px;margin-bottom:18px}.admin-bar .site-header{top:32px}
@media(max-width:850px){.main-nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;box-shadow:var(--pop-shadow)}.main-nav.open{display:flex}.menu-toggle{display:block}.hero-grid,.story,.booking-grid{grid-template-columns:1fr}.hero-photo>img{height:440px}.grid-3{grid-template-columns:1fr 1fr}.hero-note{left:12px}.footer-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}}
@media(max-width:580px){.grid-3,.footer-grid{grid-template-columns:1fr}.hero{padding-top:44px}.hero h1{font-size:42px}.section{padding:62px 0}.hero-photo>img{height:360px}.header-inner{min-height:max(70px,calc(var(--pop-logo-mobile-height) + 22px));height:auto}}

.demo-bar{background:#0e7d78;color:#fff;text-align:center;padding:9px 16px;font-size:13px;font-weight:700}.demo-bar a{text-decoration:underline;margin-left:8px}.brand-logo-upload{max-height:58px;width:auto;max-width:230px}.hero .collection-label{display:none}.social-links{display:flex;gap:12px;margin-top:14px}.social-links a{color:#fff;text-decoration:underline}

/* Alpha 3: services, gallery and Pati Evim collection */
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{border:1px solid #e3eeec;border-radius:18px;padding:22px;background:#fff;box-shadow:0 8px 28px rgba(15,55,65,.06)}.service-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#dff3ef;color:var(--pop-primary);font-size:23px;margin-bottom:16px}.service-card h3{margin:0 0 8px;font-size:20px}.service-card p{margin:0;color:var(--pop-muted);font-size:15px}.gallery-grid{display:grid;grid-template-columns:repeat(var(--pop-gallery-columns,4),1fr);grid-auto-rows:190px;gap:14px}.gallery-grid figure{margin:0;overflow:hidden;border-radius:var(--pop-gallery-radius,18px)}.gallery-grid figure:first-child{grid-column:span 2;grid-row:span 2}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.gallery-grid figure:hover img{transform:scale(1.04)}
.collection-pati-evim{--pop-primary:#e76f51;--pop-secondary:#4d3b4f;--pop-accent:#f4b942;--pop-bg:#fff8f2;--pop-text:#3f3342;--pop-muted:#786b78}.collection-pati-evim .site-header{border-bottom-color:#f1dfd4}.collection-pati-evim .hero{background:linear-gradient(135deg,#fff1dc 0%,#f8e4f2 52%,#e9f8f0 100%)}.collection-pati-evim .hero-grid{grid-template-columns:.9fr 1.1fr}.collection-pati-evim .hero-photo>img{border-radius:45% 55% 38% 62% / 44% 38% 62% 56%;height:520px}.collection-pati-evim .eyebrow{background:#ffe2d7;color:#b64c35}.collection-pati-evim .card,.collection-pati-evim .service-card{border-radius:28px}.collection-pati-evim .card:nth-child(2){transform:translateY(20px)}.collection-pati-evim .section.alt{background:#fff8f2}.collection-pati-evim .booking{background:linear-gradient(135deg,#4d3b4f,#6b4c62)}.collection-pati-evim .hero-note{background:#fff7eb;color:#76522c}.collection-pati-evim .story img{border-radius:40px 18px 40px 18px}
@media(max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.collection-pati-evim .card:nth-child(2){transform:none}}
@media(max-width:580px){.services-grid,.gallery-grid{grid-template-columns:1fr}.gallery-grid figure:first-child{grid-column:auto;grid-row:auto}.gallery-grid{grid-auto-rows:240px}}


/* RC1 public-site polish */
[data-pop-live]{transition:opacity .15s ease}.brand span{line-height:1.15}.hero-actions .pop-btn{min-width:160px}.site-footer a:hover{color:#fff;text-decoration:underline}.collection-pati-evim .brand span{color:#4d3b4f}


/* RC2.1 Business Hub logo sizing */
:root{--pop-logo-height:72px;--pop-logo-mobile-height:48px;--pop-header-height:96px;--pop-header-bg:#ffffff;--pop-header-text:#17313a;--pop-header-cta:#0e7d78}
.site-header .header-inner{min-height:var(--pop-header-height)}
.site-header .brand{display:flex;align-items:center;min-width:0}
.site-header .brand .brand-logo-upload,
.site-header .brand .custom-logo,
.site-header .brand > img{display:block;width:auto!important;height:var(--pop-logo-height)!important;max-width:360px;max-height:none!important;object-fit:contain}
.site-header .brand .custom-logo-link{display:flex;align-items:center}
@media(max-width:768px){
 .site-header .header-inner{min-height:max(70px,calc(var(--pop-logo-mobile-height) + 22px))}
 .site-header .brand .brand-logo-upload,.site-header .brand .custom-logo,.site-header .brand > img{height:var(--pop-logo-mobile-height)!important;max-width:230px}
}

/* RC3 Header Builder */
.site-header .header-cta{background:var(--pop-header-cta);border-color:var(--pop-header-cta);color:#fff}.site-header .header-cta:hover{filter:brightness(.92)}


/* RC5 Gallery & Footer Builder */
.site-footer{background:var(--pop-footer-bg,#12333e);color:var(--pop-footer-text,#dfeceb)}
.site-footer h3,.site-footer h4{color:#fff}.site-footer a{color:var(--pop-footer-text,#dfeceb)}.site-footer a:hover{color:var(--pop-footer-accent,#79d2c8)}
.footer-grid{grid-template-columns:1.25fr repeat(3,minmax(0,1fr))}.footer-links{list-style:none;padding:0;margin:0;display:grid;gap:8px}.footer-links a{display:inline-flex;line-height:1.35}.footer-about p{max-width:330px}.footer-bottom{border-top-color:rgba(255,255,255,.14)}
@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(min(2,var(--pop-gallery-columns,4)),1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:580px){.gallery-grid,.footer-grid{grid-template-columns:1fr}}


/* RC6: Complete five-collection design system */
.collection-butik-pet-otel{
 --pop-primary:#c9a45d;--pop-secondary:#111827;--pop-accent:#e6c47d;--pop-bg:#161d2a;--pop-card:#202938;--pop-text:#f7f2e7;--pop-muted:#c7c0b4;--pop-radius:8px;--pop-shadow:0 24px 70px rgba(0,0,0,.32)
}
.collection-butik-pet-otel body{background:#101722}
.collection-butik-pet-otel .site-header{background:#0f1622;border-bottom-color:rgba(201,164,93,.28)}
.collection-butik-pet-otel .site-header .main-nav a,.collection-butik-pet-otel .site-header .brand{color:#f7f2e7}
.collection-butik-pet-otel .hero{background:radial-gradient(circle at 75% 20%,rgba(201,164,93,.20),transparent 35%),linear-gradient(135deg,#101722,#202938);color:#fff}
.collection-butik-pet-otel .hero-grid{grid-template-columns:.92fr 1.08fr}
.collection-butik-pet-otel .hero h1{font-family:Georgia,'Times New Roman',serif;font-weight:500;letter-spacing:-.025em}
.collection-butik-pet-otel .hero p,.collection-butik-pet-otel .trust-row{color:#d9d1c4}
.collection-butik-pet-otel .eyebrow{background:rgba(201,164,93,.15);color:#e6c47d;border:1px solid rgba(201,164,93,.35)}
.collection-butik-pet-otel .hero-photo>img{border-radius:8px;filter:saturate(.82) contrast(1.04)}
.collection-butik-pet-otel .hero-note{background:#c9a45d;color:#111827;border-radius:4px}
.collection-butik-pet-otel .section{background:#101722;color:#f7f2e7}
.collection-butik-pet-otel .section.alt{background:#161d2a}
.collection-butik-pet-otel .section-head p,.collection-butik-pet-otel .card p,.collection-butik-pet-otel .service-card p{color:#c7c0b4}
.collection-butik-pet-otel .card,.collection-butik-pet-otel .service-card{background:#202938;border-color:rgba(201,164,93,.22);box-shadow:0 14px 36px rgba(0,0,0,.22)}
.collection-butik-pet-otel .card img{filter:saturate(.8)}
.collection-butik-pet-otel .service-icon{background:rgba(201,164,93,.14);color:#e6c47d;border-radius:4px}
.collection-butik-pet-otel .booking{background:linear-gradient(135deg,#0e1420,#283245);border:1px solid rgba(201,164,93,.25);border-radius:8px}
.collection-butik-pet-otel .pop-btn{border-radius:4px;background:#c9a45d;border-color:#c9a45d;color:#111827}
.collection-butik-pet-otel .pop-btn.secondary{background:transparent;color:#e6c47d}

.collection-doga-pansiyonu{
 --pop-primary:#39754a;--pop-secondary:#254333;--pop-accent:#d79b42;--pop-bg:#f2f4e8;--pop-card:#fffdf5;--pop-text:#24392d;--pop-muted:#657368;--pop-radius:24px;--pop-shadow:0 20px 55px rgba(37,67,51,.16)
}
.collection-doga-pansiyonu .site-header{background:rgba(255,253,245,.94);border-bottom-color:#dce4cf}
.collection-doga-pansiyonu .hero{background:linear-gradient(120deg,#e7efd9 0%,#f8f1dc 48%,#dcead7 100%);position:relative;overflow:hidden}
.collection-doga-pansiyonu .hero:before{content:'';position:absolute;inset:auto -8% -100px auto;width:420px;height:420px;border-radius:50%;background:rgba(57,117,74,.08)}
.collection-doga-pansiyonu .hero-grid{grid-template-columns:1.08fr .92fr}
.collection-doga-pansiyonu .hero h1{font-family:Georgia,'Times New Roman',serif;color:#24482f}
.collection-doga-pansiyonu .eyebrow{background:#dbe9ca;color:#315e3e}
.collection-doga-pansiyonu .hero-photo>img{border-radius:52% 48% 20% 20% / 38% 38% 18% 18%;height:590px}
.collection-doga-pansiyonu .hero-note{background:#fff7df;color:#315e3e;border:1px solid #e7d7ab}
.collection-doga-pansiyonu .section.alt{background:#f2f4e8}
.collection-doga-pansiyonu .card,.collection-doga-pansiyonu .service-card{border-color:#dbe5d1;background:#fffdf5}
.collection-doga-pansiyonu .service-card:nth-child(even){transform:translateY(16px)}
.collection-doga-pansiyonu .service-icon{background:#e1edd7;color:#39754a;border-radius:50%}
.collection-doga-pansiyonu .booking{background:linear-gradient(135deg,#254333,#39754a)}
.collection-doga-pansiyonu .gallery-grid figure{border-radius:8px 30px 8px 30px}

.collection-kedi-konagi{
 --pop-primary:#8a63b8;--pop-secondary:#433452;--pop-accent:#f2b66d;--pop-bg:#faf6ff;--pop-card:#ffffff;--pop-text:#3e3346;--pop-muted:#766b7d;--pop-radius:30px;--pop-shadow:0 20px 55px rgba(91,62,118,.14)
}
.collection-kedi-konagi .site-header{background:rgba(255,255,255,.96);border-bottom-color:#eadff4}
.collection-kedi-konagi .hero{background:linear-gradient(135deg,#f7edff 0%,#fff9e8 50%,#eef8f6 100%)}
.collection-kedi-konagi .hero-grid{grid-template-columns:1fr 1fr;gap:70px}
.collection-kedi-konagi .hero h1{color:#4a365d;max-width:680px}
.collection-kedi-konagi .eyebrow{background:#eee1fa;color:#76529f}
.collection-kedi-konagi .hero-photo>img{border-radius:50% 50% 18% 18% / 38% 38% 18% 18%;height:535px;box-shadow:0 24px 70px rgba(90,61,114,.18)}
.collection-kedi-konagi .hero-note{background:#fff;color:#76529f;border:2px solid #eadff4}
.collection-kedi-konagi .section.alt{background:#faf6ff}
.collection-kedi-konagi .card,.collection-kedi-konagi .service-card{border-color:#eee4f5;border-radius:30px}
.collection-kedi-konagi .service-icon{background:#f0e6f8;color:#8a63b8;border-radius:18px}
.collection-kedi-konagi .card img{border-radius:24px 24px 0 0}
.collection-kedi-konagi .booking{background:linear-gradient(135deg,#433452,#76529f)}
.collection-kedi-konagi .gallery-grid figure:nth-child(3n+1){border-radius:50% 50% 18px 18px}

@media(max-width:900px){
 .collection-doga-pansiyonu .service-card:nth-child(even){transform:none}
 .collection-butik-pet-otel .hero-grid,.collection-doga-pansiyonu .hero-grid,.collection-kedi-konagi .hero-grid{grid-template-columns:1fr}
}

/* RC6.1 editable accommodation cards */
.accommodation-card img{aspect-ratio:900/650;object-fit:cover}.accommodation-card{overflow:hidden}.accommodation-card .card-body{height:100%}
