/*
Theme Name: Grace Residency Kadence Child
Theme URI: https://www.graceresidencytirur.com/
Description: Custom Kadence-style homepage for Grace Residency Tirur. Requires the free Kadence theme.
Author: Custom build
Template: kadence
Version: 1.4.0
*/

:root{
  --grace-ink:#1e252b;
  --grace-gold:#b08a4a;
  --grace-ivory:#f7f5f0;
  --grace-white:#fff;
  --grace-muted:#6d6d6d;
  --grace-radius:18px;
}

.grace-home{color:var(--grace-ink);font-family:inherit;overflow:hidden}
.grace-home *{box-sizing:border-box}
.grace-wrap{width:min(1180px,92%);margin:auto}
.grace-eyebrow{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--grace-gold);font-weight:700}
.grace-title{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;margin:.35rem 0 1rem;font-weight:700}
.grace-lead{font-size:1.08rem;line-height:1.8;color:#555;max-width:700px}
.grace-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.9rem 1.35rem;border-radius:999px;text-decoration:none!important;font-weight:700;transition:.2s}
.grace-btn-primary{background:var(--grace-gold);color:#fff!important}
.grace-btn-primary:hover{transform:translateY(-2px);filter:brightness(.94)}
.grace-btn-dark{background:var(--grace-ink);color:#fff!important}
.grace-btn-outline{border:1px solid rgba(255,255,255,.55);color:#fff!important}

.grace-hero{
  min-height:610px;
  display:flex;
  align-items:center;
  position:relative;
  background:
    linear-gradient(90deg,rgba(10,14,17,.82) 0%,rgba(10,14,17,.62) 34%,rgba(10,14,17,.18) 72%,rgba(10,14,17,.08) 100%),
    url('https://www.graceresidencytirur.com/wp-content/uploads/2021/12/graceview2-1.jpeg?hero=20260824') center 42%/cover
}
.grace-hero-inner{padding:110px 0 120px;color:#fff;max-width:760px}
.grace-hero h1{font-size:clamp(3rem,7vw,5.8rem);line-height:.98;margin:.5rem 0 1rem;color:#fff}
.grace-hero p{font-size:1.15rem;line-height:1.75;max-width:650px;color:rgba(255,255,255,.9)}
.grace-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.7rem}
.grace-trust{display:flex;flex-wrap:wrap;gap:1.4rem;margin-top:2rem;font-size:.92rem;color:#fff}

.grace-hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:90px;
  background:linear-gradient(transparent,rgba(0,0,0,.18));
  pointer-events:none;
}
.grace-hero-inner{position:relative;z-index:1}
.grace-hero .grace-eyebrow{font-size:.82rem;letter-spacing:.2em}
.grace-hero h1{max-width:700px;text-shadow:0 3px 18px rgba(0,0,0,.28)}
.grace-hero p{max-width:620px}
.grace-hero .grace-btn-primary{box-shadow:0 10px 25px rgba(176,138,74,.28)}

.grace-bookbar{margin-top:-42px;position:relative;z-index:4}
.grace-bookcard{background:#fff;border-radius:20px;box-shadow:0 18px 50px rgba(0,0,0,.13);padding:1.2rem}
.grace-bookgrid{display:grid;grid-template-columns:repeat(4,1fr) auto;gap:.75rem;align-items:end}
.grace-field label{display:block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#666;margin-bottom:.35rem}
.grace-field input,.grace-field select{width:100%;min-height:48px;border:1px solid #ddd;border-radius:10px;padding:.7rem;background:#fff}
.grace-section{padding:90px 0}
.grace-section-ivory{background:var(--grace-ivory)}
.grace-two{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.grace-photo{min-height:470px;border-radius:24px;background:
url('https://images.unsplash.com/photo-1618773928121-c32242e63f39?auto=format&fit=crop&w=1400&q=85') center/cover}
.grace-room-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:35px}
.grace-room{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.07)}
.grace-room-img{height:220px;background:center/cover}
.grace-room:nth-child(1) .grace-room-img{background-image:url('https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?auto=format&fit=crop&w=900&q=85')}
.grace-room:nth-child(2) .grace-room-img{background-image:url('https://images.unsplash.com/photo-1590490360182-c33d57733427?auto=format&fit=crop&w=900&q=85')}
.grace-room:nth-child(3) .grace-room-img{background-image:url('https://images.unsplash.com/photo-1595576508898-0ad5c879a061?auto=format&fit=crop&w=900&q=85')}
.grace-room:nth-child(4) .grace-room-img{background-image:url('https://images.unsplash.com/photo-1598928506311-c55ded91a20c?auto=format&fit=crop&w=900&q=85')}
.grace-room-body{padding:20px}
.grace-room h3{margin:0 0 .5rem;font-size:1.2rem}
.grace-room p{color:#666;line-height:1.6;font-size:.93rem}
.grace-link{color:var(--grace-gold);font-weight:700;text-decoration:none}
.grace-features{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:35px}
.grace-feature{padding:25px 18px;background:#fff;border-radius:16px;text-align:center;border:1px solid #eee}
.grace-icon{font-size:1.7rem;margin-bottom:10px}
.grace-feature h3{font-size:1rem;margin:.2rem 0 .5rem}
.grace-feature p{font-size:.88rem;color:#666;line-height:1.55;margin:0}
.grace-explore{background:var(--grace-ink);color:#fff}
.grace-explore .grace-lead{color:#d9d9d9}
.grace-attractions{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:35px}
.grace-attraction{min-height:260px;border-radius:18px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.75)),url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1000&q=80') center/cover}
.grace-attraction:nth-child(2){background-image:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.75)),url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1000&q=80')}
.grace-attraction:nth-child(3){background-image:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.75)),url('https://images.unsplash.com/photo-1548013146-72479768bada?auto=format&fit=crop&w=1000&q=80')}
.grace-attraction:nth-child(4){background-image:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.75)),url('https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=1000&q=80')}
.grace-attraction h3{color:#fff;margin:0 0 .35rem}
.grace-attraction p{color:#eee;margin:0;font-size:.9rem}
.grace-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:230px 230px;gap:14px;margin-top:35px}
.grace-gallery a{display:block;border-radius:16px;overflow:hidden;background-size:cover;background-position:center}
.grace-gallery a:first-child{grid-row:span 2;background-image:url('https://images.unsplash.com/photo-1564501049412-61c2a3083791?auto=format&fit=crop&w=1400&q=85')}
.grace-gallery a:nth-child(2){background-image:url('https://images.unsplash.com/photo-1566665797739-1674de7a421a?auto=format&fit=crop&w=900&q=85')}
.grace-gallery a:nth-child(3){background-image:url('https://images.unsplash.com/photo-1584132967334-10e028bd69f7?auto=format&fit=crop&w=900&q=85')}
.grace-gallery a:nth-child(4){background-image:url('https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?auto=format&fit=crop&w=900&q=85')}
.grace-gallery a:nth-child(5){background-image:url('https://images.unsplash.com/photo-1563911302283-d2bc129e7570?auto=format&fit=crop&w=900&q=85')}
.grace-location{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:stretch}
.grace-map{min-height:420px;border-radius:20px;overflow:hidden;background:#ddd}
.grace-map iframe{width:100%;height:100%;min-height:420px;border:0}
.grace-contact-card{background:var(--grace-ivory);border-radius:20px;padding:40px}
.grace-cta{padding:100px 0;background:linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.45)),url('https://images.unsplash.com/photo-1601918774946-25832a4be0d6?auto=format&fit=crop&w=2200&q=85') center/cover;color:#fff}
.grace-cta .grace-lead{color:#eee}
.grace-mobilebar{display:none}

@media(max-width:900px){
  .grace-bookgrid{grid-template-columns:1fr 1fr}
  .grace-room-grid{grid-template-columns:1fr 1fr}
  .grace-features{grid-template-columns:repeat(3,1fr)}
  .grace-attractions{grid-template-columns:1fr 1fr}
  .grace-two,.grace-location{grid-template-columns:1fr}
}
@media(max-width:650px){
  .grace-hero{
    min-height:560px;
    background:
      linear-gradient(90deg,rgba(10,14,17,.80),rgba(10,14,17,.42)),
      url('https://www.graceresidencytirur.com/wp-content/uploads/2021/12/graceview2-1.jpeg?hero=20260824') center 38%/cover;
  }

  .grace-hero{min-height:620px}
  .grace-hero-inner{padding:90px 0 100px}
  .grace-bookgrid,.grace-room-grid,.grace-features,.grace-attractions{grid-template-columns:1fr}
  .grace-section{padding:65px 0}
  .grace-gallery{grid-template-columns:1fr 1fr;grid-template-rows:190px 190px 190px}
  .grace-gallery a:first-child{grid-row:auto;grid-column:span 2}
  .grace-mobilebar{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#fff;box-shadow:0 -8px 25px rgba(0,0,0,.15)}
  .grace-mobilebar a{padding:12px 6px;text-align:center;text-decoration:none;font-size:.78rem;font-weight:700;color:var(--grace-ink);border-right:1px solid #eee}
  .grace-mobilebar a:last-child{background:var(--grace-gold);color:#fff;border:0}
  body{padding-bottom:55px}
}

/* Contact page */
.grace-contact-page{background:#f7f5f0}
.grace-contact-hero{padding:90px 0 70px;background:var(--grace-ink);color:#fff}
.grace-contact-hero h1{font-size:clamp(2.7rem,6vw,4.7rem);line-height:1;margin:.35rem 0 1rem;color:#fff}
.grace-contact-hero p{max-width:700px;color:#e7e7e7;font-size:1.08rem;line-height:1.75}
.grace-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;align-items:start;padding:70px 0}
.grace-contact-card{background:#fff;border-radius:22px;padding:34px;box-shadow:0 10px 35px rgba(0,0,0,.07)}
.grace-contact-card h2{margin:.3rem 0 1.1rem;font-size:1.8rem}
.grace-contact-item{padding:18px 0;border-bottom:1px solid #eee}
.grace-contact-item:last-child{border-bottom:0}
.grace-contact-item strong{display:block;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--grace-gold);margin-bottom:5px}
.grace-contact-item a{color:var(--grace-ink);text-decoration:none}
.grace-enquiry-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.grace-form-full{grid-column:1/-1}
.grace-enquiry-form label{display:block;font-size:.82rem;font-weight:700;margin-bottom:6px;color:#333}
.grace-enquiry-form input,.grace-enquiry-form select,.grace-enquiry-form textarea{
 width:100%;border:1px solid #ddd;border-radius:10px;background:#fff;padding:12px 13px;min-height:48px;font:inherit
}
.grace-enquiry-form textarea{min-height:135px;resize:vertical}
.grace-form-note{font-size:.82rem;color:#777;line-height:1.5;margin-top:10px}
.grace-form-success{background:#e9f7ee;border:1px solid #b9e5c6;color:#176b34;border-radius:12px;padding:14px;margin-bottom:20px}
.grace-form-error{background:#fff0f0;border:1px solid #f0b9b9;color:#8b1e1e;border-radius:12px;padding:14px;margin-bottom:20px}
.grace-contact-map{width:100%;height:380px;border:0;border-radius:18px}
.grace-contact-edit-note{font-size:.9rem;color:#666;background:#fff;padding:15px 18px;border-left:3px solid var(--grace-gold);border-radius:8px;margin-bottom:22px}
@media(max-width:800px){
 .grace-contact-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
 .grace-enquiry-form{grid-template-columns:1fr}
 .grace-form-full{grid-column:auto}
 .grace-contact-hero{padding:65px 0 50px}
}
