:root{--ink:#2d2427;--muted:#75676c;--rose:#6c3e4b;--rose-dark:#4d2934;--blush:#f4e8eb;--cream:#fbf8f6;--gold:#b89567;--line:#e8dcdf;--white:#fff;--green:#1f8f55;--green-dark:#177241;--shadow:0 24px 60px rgba(69,40,49,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}
.site-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:18px clamp(20px,5vw,72px);background:rgba(251,248,246,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(108,62,75,.08)}.logo{display:flex;align-items:center;gap:12px}.logo-monogram{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--rose);border-radius:50%;font-family:Georgia,serif;font-size:13px;letter-spacing:2px}.logo strong,.logo small{display:block}.logo strong{font-size:15px;letter-spacing:.08em;text-transform:uppercase}.logo small{font-family:Georgia,serif;font-size:18px;color:var(--rose);font-style:italic}.site-header nav{display:flex;gap:28px;font-size:14px;font-weight:700}.site-header nav a:hover{color:var(--rose)}
.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:13px 20px;font-weight:800;cursor:pointer;transition:.2s ease}.header-cta,.btn-primary{background:var(--rose);color:#fff;box-shadow:0 12px 30px rgba(108,62,75,.2)}.header-cta:hover,.btn-primary:hover{background:var(--rose-dark);transform:translateY(-1px)}.btn-light{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn-light:hover{border-color:#cdbfc3;background:#fff}.btn-whatsapp{background:var(--green);color:#fff;box-shadow:0 12px 30px rgba(31,143,85,.18)}.btn-whatsapp:hover{background:var(--green-dark);transform:translateY(-1px)}.btn-block{width:100%}
.hero{min-height:730px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:72px;padding:76px clamp(20px,7vw,110px) 92px;overflow:hidden}.hero-copy{max-width:660px}.eyebrow{display:inline-block;color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.hero h1{font-family:Georgia,serif;font-size:clamp(52px,6.7vw,94px);line-height:.98;letter-spacing:-.04em;margin:18px 0 26px;font-weight:500}.hero-copy>p{max-width:610px;font-size:18px;color:var(--muted)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0}.hero-notes{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:13px;font-weight:700}.hero-photo-wrap{position:relative;min-height:570px;display:flex;align-items:center;justify-content:center}.hero-photo{width:min(100%,520px);height:610px;object-fit:cover;object-position:center;border-radius:42px;box-shadow:var(--shadow);border:8px solid rgba(255,255,255,.78)}.hero-photo-badge{position:absolute;right:0;bottom:42px;display:grid;gap:3px;padding:18px 22px;border-radius:20px;background:var(--rose);color:#fff;box-shadow:var(--shadow)}.hero-photo-badge small{font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;opacity:.78}.hero-photo-badge strong{font-family:Georgia,serif;font-size:22px}
.section{padding:108px clamp(20px,7vw,110px)}.price-section{background:linear-gradient(180deg,#fff 0%,var(--cream) 100%)}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:44px}.section-heading h2,.booking-copy h2{font-family:Georgia,serif;font-size:clamp(36px,5vw,60px);line-height:1.05;margin:10px 0 0;font-weight:500}.section-heading p{max-width:455px;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{position:relative;padding:28px;border:1px solid var(--line);border-radius:28px;background:#fff;min-height:310px;display:flex;flex-direction:column;transition:.25s ease}.service-card:hover{box-shadow:var(--shadow);transform:translateY(-4px);border-color:#dbcbd0}.service-topline{display:flex;align-items:center;justify-content:space-between;gap:18px}.service-number{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.15em}.service-price{font-size:19px;color:var(--rose);white-space:nowrap}.service-card h3{font-family:Georgia,serif;font-size:28px;line-height:1.12;margin:25px 0 12px}.service-card p{color:var(--muted);margin:0}.service-book{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:26px;font-weight:900;color:var(--rose);font-size:14px}.service-book span{font-size:20px;line-height:1}.service-book:hover{color:var(--rose-dark)}
.gallery-section{padding:110px clamp(20px,7vw,110px);background:var(--rose-dark);color:#fff}.section-heading.light p{color:#d8c9ce}.real-gallery{display:grid;grid-template-columns:1.18fr .82fr .82fr;grid-template-rows:310px 310px;gap:16px}.gallery-photo{position:relative;margin:0;border-radius:28px;overflow:hidden;background:#24191d}.gallery-photo-1{grid-row:1/3}.gallery-photo-4{grid-column:2/4}.gallery-photo img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.gallery-photo:hover img{transform:scale(1.025)}.gallery-photo figcaption{position:absolute;left:0;right:0;bottom:0;display:grid;gap:2px;padding:48px 24px 20px;background:linear-gradient(transparent,rgba(24,10,15,.78))}.gallery-photo figcaption small{font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:#e2bec9}.gallery-photo figcaption strong{font-family:Georgia,serif;font-size:24px;font-weight:500}
.booking-section{display:grid;grid-template-columns:1.07fr .93fr;gap:72px;padding:120px clamp(20px,7vw,110px);align-items:center}.booking-copy>p{font-size:18px;color:var(--muted);max-width:600px}.contact-list{margin-top:40px;display:grid;gap:18px}.contact-list div{padding:18px 0;border-bottom:1px solid var(--line)}.contact-list small,.contact-list strong{display:block}.contact-list small{color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:11px}.contact-list strong{font-size:18px}.contact-list a:hover{color:var(--rose)}.booking-card{background:#fff;border:1px solid var(--line);border-radius:34px;padding:38px;box-shadow:var(--shadow)}.direct-booking-card{display:grid;gap:14px}.booking-kicker{color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.direct-booking-card h3{font-family:Georgia,serif;font-size:39px;line-height:1.08;margin:2px 0 0;font-weight:500}.direct-booking-card p{color:var(--muted);margin:0 0 9px}.direct-note{display:block;text-align:center;color:var(--muted);margin-top:2px}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:45;display:grid;gap:0;padding:11px 18px;border-radius:999px;background:var(--green);color:#fff;box-shadow:0 16px 34px rgba(23,114,65,.28);transition:.2s ease}.floating-whatsapp:hover{transform:translateY(-2px);background:var(--green-dark)}.floating-whatsapp span{font-size:10px;font-weight:700;opacity:.8}.floating-whatsapp strong{font-size:14px;line-height:1.1}
footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:32px clamp(20px,7vw,110px);border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.footer-logo{color:var(--ink)}.footer-links{display:flex;gap:16px;align-items:center}.footer-links a:hover{color:var(--rose)}
@media(max-width:1180px){.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1000px){.site-header nav{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:70px}.hero-photo-wrap{min-height:520px}.hero-photo{height:520px;width:min(100%,620px)}.hero-photo-badge{right:8%;bottom:18px}.booking-section{grid-template-columns:1fr}.real-gallery{grid-template-columns:1fr 1fr;grid-template-rows:360px 300px 300px}.gallery-photo-1{grid-row:1/2;grid-column:1/3}.gallery-photo-4{grid-column:1/3}.header-cta{display:none}}
@media(max-width:650px){.site-header{padding:14px 18px}.logo-monogram{width:42px;height:42px}.hero{padding:48px 20px 68px;gap:38px}.hero h1{font-size:51px}.hero-copy>p{font-size:16px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.hero-photo-wrap{min-height:auto}.hero-photo{height:455px;border-radius:28px;border-width:5px}.hero-photo-badge{right:10px;bottom:12px;padding:13px 16px;border-radius:16px}.hero-photo-badge strong{font-size:18px}.hero-notes{display:grid;gap:7px}.section,.gallery-section,.booking-section{padding:76px 20px}.section-heading{display:block}.section-heading p{margin-top:18px}.service-grid{grid-template-columns:1fr}.service-card{min-height:280px;padding:24px}.service-card h3{font-size:27px}.real-gallery{grid-template-columns:1fr;grid-template-rows:repeat(4,360px)}.gallery-photo-1,.gallery-photo-4{grid-column:auto;grid-row:auto}.booking-card{padding:24px;border-radius:24px}.direct-booking-card h3{font-size:34px}footer{flex-direction:column;text-align:center;padding-bottom:96px}.footer-links{flex-wrap:wrap;justify-content:center}.floating-whatsapp{right:16px;bottom:16px}.floating-whatsapp span{display:none}.floating-whatsapp strong{font-size:13px}}

/* Hizmet kartı görselleri */
.service-grid{align-items:stretch}
.service-card{padding:0;overflow:hidden;min-height:0;height:100%}
.service-media{position:relative;height:clamp(190px,17vw,235px);flex:0 0 auto;overflow:hidden;background:var(--blush)}
.service-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1;visibility:visible;transition:transform .4s ease}
.service-card:hover .service-media img{transform:scale(1.035)}
.service-media .service-number{position:absolute;top:14px;left:14px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);color:var(--rose);box-shadow:0 8px 24px rgba(45,36,39,.08)}
.service-media .service-price{position:absolute;right:14px;bottom:14px;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);box-shadow:0 8px 24px rgba(45,36,39,.12);font-size:16px}
.service-body{display:flex;flex:1;flex-direction:column;padding:20px 22px 22px;min-height:210px}
.service-body h3{margin:0 0 9px;font-size:25px}
.service-body p{margin:0 0 14px;font-size:14px;line-height:1.5}
.service-body .service-book{margin-top:auto;padding-top:14px;font-size:13px}
.real-gallery img{display:block;opacity:1;visibility:visible}
@media(max-width:1180px){.service-media{height:260px}.service-body{min-height:190px}}
@media(max-width:650px){.service-card{min-height:0}.service-media{height:230px}.service-body{min-height:0;padding:19px}.service-body h3{font-size:24px}.service-media .service-price{font-size:15px}}
