/* ===========================================================
   Rosgorm Cottage — sage / cream design (after Jack's concept)
   =========================================================== */

:root{
  --sage:#8c9a77;
  --sage-dark:#71805d;
  --sage-deep:#5f6d4c;
  --green-head:#3f5340;
  --forest:#3f5340;
  --forest-dark:#2c3a2c;
  --heather:#806a9c;
  --heather-dark:#5f4d7c;
  --cream:#f3f2ea;
  --tint:#eef0e5;
  --ink:#4d4d46;
  --muted:#7c7c73;
  --line:#e2e0d6;
  --white:#ffffff;
  --max:1160px;
  --serif:"Cormorant Garamond", Georgia, serif;
  --sans:"Jost", system-ui, -apple-system, sans-serif;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;font-family:var(--sans);font-weight:300;color:var(--ink);
  background:var(--white);line-height:1.75;font-size:16px;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:var(--sage-dark);text-decoration:none;}
a:hover{color:var(--heather-dark);text-decoration:underline;}

.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 28px;}
.narrow{max-width:780px;}
.center{text-align:center;}

h1,h2,h3,h4{font-family:var(--serif);color:var(--green-head);font-weight:500;line-height:1.15;}
h1{font-size:clamp(2.4rem,4.6vw,3.4rem);}
h2{font-size:clamp(1.9rem,3.4vw,2.6rem);margin:0 0 .6rem;}
h3{font-size:1.45rem;margin:1.8rem 0 .3rem;}
p{margin:0 0 1.1rem;}

.eyebrow{font-family:var(--sans);text-transform:uppercase;letter-spacing:.24em;
  font-size:.72rem;font-weight:400;color:var(--sage);margin:0 0 1rem;}

.rule{display:block;width:54px;height:2px;background:var(--heather);margin:1.1rem 0 1.4rem;}
.center-rule{margin-left:auto;margin-right:auto;margin-bottom:2.4rem;}

/* ---------- Buttons ---------- */
.btn{display:inline-block;background:var(--sage);color:#fff;padding:14px 30px;border:0;cursor:pointer;
  font-family:var(--sans);font-size:.74rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;
  border-radius:3px;transition:background .2s;}
.btn:hover{background:var(--sage-dark);text-decoration:none;}
.btn-sm{padding:11px 22px;font-size:.68rem;}
.btn-ghost{background:transparent;color:var(--sage-dark);border:1px solid var(--sage);}
.btn-ghost:hover{background:var(--sage);color:#fff;}

/* ---------- Top bar ---------- */
.topbar{background:var(--cream);font-size:.78rem;color:var(--muted);border-bottom:1px solid var(--line);}
.topbar-inner{display:flex;align-items:center;gap:26px;height:42px;}
.topbar-item{display:inline-flex;align-items:center;gap:7px;}
.topbar-item a{color:var(--muted);}
.topbar-social{margin-left:auto;display:inline-flex;align-items:center;gap:10px;}
.topbar-social a{color:var(--sage-dark);display:inline-flex;}
.ic{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;
  stroke-linecap:round;stroke-linejoin:round;flex:none;}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line);}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:84px;}
.brand{display:flex;align-items:center;gap:14px;}
.brand:hover{text-decoration:none;}
.logo{width:54px;height:45px;fill:none;stroke:var(--sage);stroke-width:1.5;stroke-linejoin:round;stroke-linecap:round;}
.logo-light{stroke:#fff;}
.brand-word{font-family:var(--serif);font-size:1.85rem;font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;color:var(--green-head);line-height:1;display:flex;flex-direction:column;}
.brand-word small{font-size:.42em;letter-spacing:.45em;font-weight:400;color:var(--sage);margin-top:4px;}
.brand-word-light{color:#fff;}
.brand-word-light small{color:#e7ecdd;}

.site-nav{display:flex;align-items:center;gap:30px;}
.site-nav>a{font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);}
.site-nav>a:hover{color:var(--sage-dark);text-decoration:none;}
.nav-cta{color:#fff;}
.nav-cta:hover{color:#fff;}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:8px;}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--ink);margin:5px 0;}

/* ---------- Hero ---------- */
.hero{position:relative;background:var(--tint);max-width:1160px;margin:0 auto;}
.hero-img{display:block;width:100%;height:auto;}
.hero-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-start;}
.hero-card{background:#fff;width:clamp(320px,40%,460px);padding:46px 44px;border-radius:4px;box-shadow:0 18px 50px rgba(60,65,45,.16);}
@media (max-width:900px){
  .hero{padding:0;}
  .hero-wrap{position:static;}
  .hero-card{width:auto;}
}
.hero-card h1{margin:0;font-size:clamp(2.3rem,3.8vw,3.2rem);}
.hero-card p{color:var(--muted);}
.hero-facts{font-size:.82rem;letter-spacing:.03em;color:var(--sage-dark);margin:0 0 1.4rem;}
.hero-btns{display:flex;flex-wrap:wrap;gap:12px;}

/* ---------- Perfect for (audience) ---------- */
.lede-line{font-family:var(--serif);font-size:clamp(1.3rem,2.4vw,1.7rem);color:var(--green-head);max-width:740px;margin:0 auto 2.6rem;line-height:1.4;}
.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
.audience-card{background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden;}
.audience-img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;}
.audience-body{padding:30px 32px;}
.audience-badge{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--forest);margin-bottom:18px;}
.audience-badge svg{width:26px;height:26px;fill:none;stroke:#fff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
.audience-card h3{margin:0 0 .5rem;}
.audience-card p{color:var(--muted);margin:0 0 1.1rem;}
.arrow-link{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sage-dark);}
.arrow-link:hover{color:var(--heather-dark);text-decoration:none;}
@media (max-width:860px){.audience-grid{grid-template-columns:1fr;}}

/* ---------- Feature strip ---------- */
.features{background:var(--tint);border-bottom:1px solid var(--line);}
.features-inner{display:grid;grid-template-columns:repeat(8,1fr);gap:18px 6px;padding:32px 22px;}
.feature{display:flex;flex-direction:column;align-items:center;gap:11px;text-align:center;padding:0 4px;}
.fic-img{width:40px;height:40px;object-fit:contain;}
.feature p{margin:0;font-size:.78rem;line-height:1.35;color:var(--ink);max-width:14ch;}

/* ---------- Sections ---------- */
.section{padding:84px 0;}
.section-tint{background:var(--tint);}

/* ---------- Split intro ---------- */
.split-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
.split-text h2{margin-top:.2rem;}
.split-text p{color:var(--muted);}
.split-img img{width:100%;height:100%;max-height:460px;object-fit:cover;border-radius:4px;}

/* ---------- Card grid ---------- */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 30px;}
.card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:4px;margin-bottom:14px;}
.card h3{margin:0 0 .35rem;font-size:1.3rem;}
.card p{color:var(--muted);font-size:.92rem;margin:0;}

/* ---------- Room detail ---------- */
.detail h3{margin-top:1.4rem;}
.detail p{color:var(--muted);}

/* ---------- Gallery ---------- */
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.gallery a{overflow:hidden;display:block;aspect-ratio:4/3;background:var(--cream);border-radius:4px;}
.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.gallery a:hover img{transform:scale(1.06);}
.wide-img{width:100%;max-height:520px;object-fit:cover;margin-top:36px;border-radius:4px;}
.islay-feature{margin-top:64px;}
.islay-more{margin-top:64px;}
.islay-gallery{margin-top:28px;}

/* ---------- Quotes ---------- */
.quotes{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;}
blockquote{margin:0;padding:28px 32px;background:#fff;border-top:3px solid var(--sage);
  font-family:var(--serif);font-size:1.3rem;font-style:italic;color:var(--ink);line-height:1.5;border-radius:3px;}

/* ---------- Embed placeholder ---------- */
.embed-placeholder{border:2px dashed var(--sage);background:#fff;padding:46px 24px;text-align:center;color:var(--muted);margin-top:1.6rem;border-radius:4px;}
.embed-placeholder strong{color:var(--green-head);font-size:1.05rem;}
.booking-embed{margin-top:1.8rem;}
.booking-embed iframe{display:block;border:0;border-radius:4px;}

/* ---------- Rates table ---------- */
.table-wrap{overflow-x:auto;margin:1.5rem 0;}
.rates{width:100%;border-collapse:collapse;font-size:.92rem;}
.rates th,.rates td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--line);}
.rates th{font-weight:500;text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;color:var(--muted);}
.rates .year-row{font-weight:500;background:var(--tint);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;color:var(--green-head);}

/* ---------- Form ---------- */
.form-intro{text-align:center;color:var(--muted);max-width:560px;margin:0 auto 2.2rem;}
.form-contact{text-align:center;color:var(--muted);font-size:.95rem;margin:1.5rem auto 0;max-width:600px;}
.enquiry-form{max-width:600px;margin:0 auto;}
.field{margin-bottom:18px;}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
label{display:block;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:6px;}
input,select,textarea{width:100%;padding:12px 14px;border:1px solid var(--line);background:#fff;
  font-family:var(--sans);font-size:1rem;color:var(--ink);border-radius:3px;}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--sage);}
.form-status{min-height:1.2em;font-size:.9rem;margin:4px 0 12px;}
.form-status.error{color:#b3261e;}
.form-status.success{color:var(--sage-deep);}

/* ---------- Footer ---------- */
.site-footer{background:var(--forest);color:#f1f3ea;}
.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1.3fr 1fr;gap:36px;padding:54px 28px 40px;}
.footer-brand .logo{margin-bottom:8px;}
.footer-tag{font-size:.88rem;color:#e7ecdd;margin-top:10px;max-width:240px;}
.footer-col h4{color:#fff;font-family:var(--sans);font-weight:500;text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;margin:0 0 16px;}
.footer-col a{display:block;color:#eef1e7;font-size:.9rem;margin-bottom:9px;}
.footer-col a:hover{color:#fff;}
.footer-col p{display:flex;align-items:flex-start;gap:9px;font-size:.9rem;color:#eef1e7;margin:0 0 10px;}
.footer-col p a{display:inline;margin:0;}
.footer-col .ic{margin-top:3px;}
.social-link{display:inline-flex !important;align-items:center;gap:8px;}
.footer-bottom{background:var(--forest-dark);font-size:.8rem;}
.footer-bottom-inner{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:16px 28px;}
.footer-bottom a{color:#eef1e7;}

/* ---------- Lightbox ---------- */
.lightbox{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:rgba(40,44,30,.92);padding:24px;}
.lightbox.open{display:flex;}
.lightbox img{max-width:92vw;max-height:88vh;object-fit:contain;border-radius:3px;}
.lightbox-close{position:absolute;top:18px;right:26px;background:none;border:0;color:#fff;font-size:2.6rem;line-height:1;cursor:pointer;}

/* ---------- Responsive ---------- */
@media (max-width:980px){
  .features-inner{grid-template-columns:repeat(4,1fr);gap:26px 12px;}
  .footer-top{grid-template-columns:1fr 1fr;gap:30px;}
}
@media (max-width:860px){
  .split-inner{grid-template-columns:1fr;gap:32px;}
  .cards{grid-template-columns:repeat(2,1fr);}
  .gallery{grid-template-columns:repeat(2,1fr);}
  .quotes{grid-template-columns:1fr;}
}
@media (max-width:640px){
  .features-inner{grid-template-columns:repeat(2,1fr);}
  .topbar-item:nth-child(1){display:none;}
  .nav-toggle{display:block;}
  .site-nav{position:absolute;top:84px;left:0;right:0;flex-direction:column;gap:0;align-items:stretch;
    background:#fff;border-bottom:1px solid var(--line);max-height:0;overflow:hidden;transition:max-height .3s ease;}
  .site-nav.open{max-height:480px;}
  .site-nav>a{padding:15px 28px;border-top:1px solid var(--line);}
  .nav-cta{margin:14px 28px;text-align:center;border-radius:3px;}
  .section{padding:56px 0;}
  .hero{padding:0;}
  .hero-wrap{position:static;}
  .hero-card{padding:30px 24px;max-width:none;}
  .cards{grid-template-columns:1fr;}
  .field-row{grid-template-columns:1fr;}
  .footer-top{grid-template-columns:1fr;}
}
