/* ============================================================
   SADRA USED FURNITURE — sadrausedfurniture.com
   Static rebuild by SKT WebSolution
   Palette sampled from the existing site: teal #327C88 + white
   ============================================================ */

:root{
  /* brand — sampled from the current site */
  --teal:        #327C88;
  --teal-deep:   #23606A;
  --teal-dark:   #163F47;
  --teal-tint:   #EEF4F5;
  --teal-line:   #CBDFE2;

  --ink:         #0A1B2A;   /* headings */
  --body:        #5F5F5F;   /* paragraphs */
  --muted:       #8A8A8A;

  --white:       #FFFFFF;
  --grey:        #F4F4F4;
  --line:        #E4E7E8;

  --sand:        #C9A227;   /* small warm accent, from the logo */
  --green:       #25A05A;   /* WhatsApp actions */
  --green-dark:  #17753F;

  --font-display:"Poppins","Segoe UI",sans-serif;
  --font-body:"Inter","Segoe UI",sans-serif;

  --radius:10px;
  --shadow:0 12px 30px rgba(10,27,42,.10);
  --wrap:1180px;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

body{
  font-family:var(--font-body);
  background:var(--white);
  color:var(--body);
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}

img{max-width:100%;display:block}
a{color:inherit}
ul{list-style:none}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}

h1,h2,h3,h4{font-family:var(--font-display);color:var(--ink);line-height:1.2;font-weight:600}
h1{font-size:clamp(2.1rem,4.6vw,3.4rem);font-weight:600;letter-spacing:-.01em}
h2{font-size:clamp(1.7rem,3.2vw,2.5rem)}
h3{font-size:1.2rem}

.eyebrow{
  display:inline-block;font-family:var(--font-display);
  font-size:.76rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;
  color:var(--teal);margin-bottom:.7rem;
}
.lead{font-size:1.05rem;max-width:62ch}
.section{padding:84px 0}
.section-alt{background:var(--teal-tint)}
.section-grey{background:var(--grey)}
.center{text-align:center}
.center .lead{margin-inline:auto}
.section-head{margin-bottom:3rem}

:focus-visible{outline:3px solid var(--teal);outline-offset:3px;border-radius:4px}

/* headings with the small underline the old site used */
.rule::after{
  content:"";display:block;width:64px;height:3px;background:var(--teal);
  margin-top:1rem;border-radius:2px;
}
.center .rule::after{margin-inline:auto}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  font-family:var(--font-display);font-weight:600;font-size:.86rem;
  letter-spacing:.08em;text-transform:uppercase;
  padding:.85rem 1.7rem;border-radius:4px;text-decoration:none;
  border:2px solid transparent;cursor:pointer;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-teal{background:var(--teal);color:#fff;border-color:var(--teal)}
.btn-teal:hover{background:var(--teal-deep);border-color:var(--teal-deep)}
.btn-green{background:var(--green);color:#fff;border-color:var(--green)}
.btn-green:hover{background:var(--green-dark);border-color:var(--green-dark)}
.btn-outline{background:transparent;color:var(--teal);border-color:var(--teal)}
.btn-outline:hover{background:var(--teal);color:#fff}
.btn-white{background:transparent;color:#fff;border-color:rgba(255,255,255,.75)}
.btn-white:hover{background:#fff;color:var(--teal-deep);border-color:#fff}
.btn svg{flex:none}

/* ---------- Top bar ---------- */
.topbar{background:var(--teal-dark);color:#DCEAEC;font-size:.82rem;padding:.45rem 0}
.topbar .wrap{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.topbar a{text-decoration:none;font-weight:500}
.topbar a:hover{color:#fff}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:50;background:var(--teal);box-shadow:0 2px 12px rgba(10,27,42,.12)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;max-width:var(--wrap);margin:0 auto;padding:.55rem 24px}

/* LOGO — swap images/logo.svg for your own file, keep the class */
.brand{display:flex;align-items:center;text-decoration:none;flex:none}
.logo-img{height:46px;width:auto}

.nav-links{display:flex;align-items:center;gap:1.7rem}
.nav-links a{
  text-decoration:none;font-family:var(--font-display);font-size:.92rem;font-weight:500;
  color:#DCEAEC;padding:.3rem 0;border-bottom:2px solid transparent;
}
.nav-links a:hover{color:#fff}
.nav-links a[aria-current="page"]{color:#fff;border-bottom-color:#fff}
.nav-cta{margin-left:.4rem;color:#fff!important;border-bottom:none!important}
.nav-toggle{
  display:none;background:none;border:1.5px solid rgba(255,255,255,.6);border-radius:5px;
  padding:.4rem .6rem;cursor:pointer;color:#fff;font-size:1rem;line-height:1;
}

/* ---------- Hero ---------- */
.hero{
  position:relative;min-height:min(78vh,620px);
  display:flex;align-items:center;justify-content:center;text-align:center;
  padding:96px 0;color:#fff;overflow:hidden;
}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(10,27,42,.55),rgba(35,96,106,.72));
}
.hero .wrap{position:relative;z-index:2;max-width:840px}
.hero h1{color:#fff;text-transform:lowercase;font-weight:600;margin-bottom:1.3rem}
.hero p{color:#EAF2F3;font-size:1.05rem;max-width:60ch;margin:0 auto 2.2rem}
.hero-ar{
  font-family:var(--font-display);color:#BFE0E4;letter-spacing:.02em;
  font-size:1rem;margin-bottom:.9rem;
}
.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ---------- Page hero (inner pages) ---------- */
.page-hero{
  position:relative;padding:88px 0 76px;color:#fff;text-align:center;overflow:hidden;
}
.page-hero .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.page-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,27,42,.6),rgba(35,96,106,.78))}
.page-hero .wrap{position:relative;z-index:2}
.page-hero h1{color:#fff;text-transform:lowercase}
.page-hero p{color:#DCEAEC;max-width:60ch;margin:1rem auto 0}

/* ---------- Prose ---------- */
.prose p+p{margin-top:1rem}
.prose strong{color:var(--ink);font-weight:600}

/* ---------- Category cards ---------- */
.cats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.cat{position:relative;border-radius:var(--radius);overflow:hidden;min-height:300px;display:flex}
.cat img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .5s ease}
.cat:hover img{transform:scale(1.06)}
.cat::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,27,42,.15) 30%,rgba(10,27,42,.82))}
.cat-body{position:relative;z-index:2;margin-top:auto;padding:1.6rem;color:#fff}
.cat-body h3{color:#fff;text-transform:lowercase;margin-bottom:.4rem}
.cat-body p{color:#E4EEEF;font-size:.93rem;line-height:1.55}

/* ---------- Split ---------- */
.split{display:grid;grid-template-columns:1fr 1.05fr;gap:3.5rem;align-items:center}
.split-media img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;aspect-ratio:4/3;object-fit:cover}
.split .btn{margin-top:1.8rem}

/* ---------- Gallery ---------- */
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:3rem}
.gallery a{display:block;border-radius:var(--radius);overflow:hidden;background:var(--grey)}
.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .5s ease}
.gallery a:hover img{transform:scale(1.06)}

/* ---------- Story / video ---------- */
.story{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.video-slot{
  position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);
  aspect-ratio:16/9;background:var(--ink);cursor:pointer;border:0;padding:0;width:100%;display:block;
}
.video-slot img{width:100%;height:100%;object-fit:cover;opacity:.75}
.video-slot .play{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
}
.video-slot .play span{
  width:70px;height:70px;border-radius:50%;background:rgba(255,255,255,.94);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 20px rgba(0,0,0,.3);transition:transform .2s ease;
}
.video-slot:hover .play span{transform:scale(1.09)}
.video-slot .play svg{width:26px;height:26px;fill:var(--teal);margin-left:4px}
.video-slot iframe{width:100%;height:100%;border:0;display:block}

/* ---------- Why choose ---------- */
.why{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem 2rem;margin-top:2.6rem}
.why li{display:flex;gap:.7rem;align-items:flex-start;font-size:.96rem;color:var(--ink);font-weight:500}
.why li svg{flex:none;width:20px;height:20px;fill:var(--teal);margin-top:.3rem}

/* ---------- FAQ ---------- */
.faq{max-width:820px;margin:3rem auto 0;display:grid;gap:.7rem}
.faq details{background:var(--teal);border-radius:5px;overflow:hidden}
.faq summary{
  list-style:none;cursor:pointer;padding:1rem 1.3rem;color:#fff;
  font-family:var(--font-display);font-weight:500;font-size:.98rem;
  display:flex;justify-content:space-between;align-items:center;gap:1rem;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.4rem;line-height:1;font-weight:400}
.faq details[open] summary::after{content:"–"}
.faq details[open] summary{background:var(--teal-deep)}
.faq .faq-body{background:var(--white);border:1px solid var(--teal-line);border-top:0;padding:1.1rem 1.3rem;font-size:.97rem}

/* ---------- Reviews ---------- */
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.review{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:1.7rem 1.5rem;display:flex;flex-direction:column;gap:.9rem;box-shadow:0 4px 14px rgba(10,27,42,.05);
}
.stars{color:var(--sand);letter-spacing:.12em}
.review blockquote{font-size:.96rem;font-style:italic}
.review footer{margin-top:auto;display:flex;align-items:center;gap:.8rem}
.avatar{
  width:40px;height:40px;border-radius:50%;flex:none;
  background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;
  font-family:var(--font-display);font-weight:600;
}
.review footer b{display:block;color:var(--ink);font-size:.9rem;font-weight:600}
.review footer span{font-size:.79rem;color:var(--muted)}

/* ---------- Services ---------- */
.svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem;margin-top:3rem}
.svc{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 14px rgba(10,27,42,.05)}
.svc img{width:100%;aspect-ratio:16/9;object-fit:cover}
.svc-body{padding:1.8rem}
.svc h3{margin-bottom:.6rem;text-transform:lowercase}
.svc ul{margin-top:1.1rem;display:grid;grid-template-columns:1fr 1fr;gap:.4rem}
.svc li{font-size:.92rem;display:flex;gap:.5rem;align-items:baseline;color:var(--ink)}
.svc li::before{content:"✓";color:var(--teal);font-weight:700}

/* ---------- CTA band ---------- */
.cta-band{background:var(--teal);color:#fff;padding:70px 0;text-align:center}
.cta-band h2{color:#fff;text-transform:lowercase}
.cta-band p{color:#DCEAEC;max-width:58ch;margin:1rem auto 2rem}
.cta-band .hero-actions{justify-content:center}

/* ---------- Contact ---------- */
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:3rem;align-items:start}
.contact-cards{display:grid;gap:1rem}
.contact-card{
  display:flex;gap:1rem;align-items:flex-start;text-decoration:none;
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:1.2rem 1.3rem;transition:border-color .18s ease,transform .18s ease;
}
.contact-card:hover{border-color:var(--teal);transform:translateY(-2px)}
.contact-card .ico{
  width:42px;height:42px;border-radius:50%;flex:none;background:var(--teal-tint);
  display:flex;align-items:center;justify-content:center;
}
.contact-card .ico svg{width:20px;height:20px;fill:var(--teal)}
.contact-card .lbl{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);font-weight:600}
.contact-card .val{font-family:var(--font-display);font-weight:600;color:var(--ink);font-size:1.02rem;word-break:break-word}
.contact-card .sub{font-size:.86rem}

.form-panel{background:var(--grey);border-radius:var(--radius);padding:2.2rem}
.form-panel h3{margin-bottom:.3rem}
.form-intro{font-size:.94rem;margin-bottom:1.6rem}
.field{margin-bottom:1.1rem}
.field label{display:block;font-family:var(--font-display);font-weight:500;font-size:.87rem;color:var(--ink);margin-bottom:.35rem}
.field input,.field select,.field textarea{
  width:100%;padding:.78rem .9rem;font:inherit;font-size:.96rem;color:var(--ink);
  border:1px solid var(--line);border-radius:5px;background:var(--white);
}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--teal);outline:none}
.form-hint{font-size:.83rem;color:var(--muted);margin-top:.9rem}

.map-embed{margin-top:3.5rem;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.map-embed iframe{display:block;width:100%;height:400px;border:0}

/* ---------- Footer ---------- */
.site-footer{background:var(--grey);color:var(--body)}
.footer-main{display:grid;grid-template-columns:1.4fr 1fr 1.2fr;gap:2.5rem;padding:60px 0 44px}
.footer-brand .logo-img{height:52px;margin-bottom:1rem}
.footer-brand p{font-size:.92rem;max-width:34ch}
.site-footer h4{
  font-size:.95rem;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:1.1rem;
}
.site-footer li{margin-bottom:.55rem;font-size:.93rem}
.site-footer a{text-decoration:none}
.site-footer a:hover{color:var(--teal)}
.socials{display:flex;gap:.7rem;margin-top:1.4rem}
.socials a{
  width:36px;height:36px;border-radius:50%;background:var(--white);border:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;
}
.socials a:hover{background:var(--teal);border-color:var(--teal)}
.socials svg{width:16px;height:16px;fill:var(--teal)}
.socials a:hover svg{fill:#fff}
.footer-bottom{background:var(--teal);color:#DCEAEC;font-size:.84rem}
.footer-bottom .wrap{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-block:1rem}
.footer-bottom a{color:#fff;font-weight:600;text-decoration:none}

/* ---------- Floating WhatsApp ---------- */
.wa-float{
  position:fixed;right:20px;bottom:20px;z-index:60;
  width:56px;height:56px;border-radius:50%;background:var(--green);color:#fff;
  display:flex;align-items:center;justify-content:center;text-decoration:none;
  box-shadow:0 8px 22px rgba(23,117,63,.4);transition:transform .18s ease;
}
.wa-float:hover{transform:scale(1.08)}
.wa-float svg{width:29px;height:29px}

/* ---------- Reveal ---------- */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}

/* ---------- Responsive ---------- */
@media (max-width:1000px){
  .cats,.gallery{grid-template-columns:1fr 1fr}
  .split,.story,.svc-grid,.contact-grid{grid-template-columns:1fr}
  .reviews{grid-template-columns:1fr 1fr}
  .why{grid-template-columns:1fr 1fr}
  .footer-main{grid-template-columns:1fr 1fr}
}
@media (max-width:680px){
  .section{padding:60px 0}
  .topbar .wrap{justify-content:center;text-align:center;font-size:.76rem}
  .nav-links{
    display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;
    align-items:stretch;gap:0;background:var(--teal);padding:.4rem 24px 1.2rem;
    box-shadow:0 12px 20px rgba(10,27,42,.18);
  }
  .nav-links.open{display:flex}
  .nav-links a{padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.18)}
  .nav-links a[aria-current="page"]{border-bottom-color:rgba(255,255,255,.18)}
  .nav-cta{margin:1rem 0 0}
  .nav-toggle{display:block}
  .cats,.gallery,.reviews,.why{grid-template-columns:1fr}
  .svc ul{grid-template-columns:1fr}
  .footer-main{grid-template-columns:1fr}
  .form-panel{padding:1.5rem}
  .hero{min-height:auto;padding:72px 0}
}
