/*
Theme Name: MOPSIL
Theme URI: https://mopsil.com
Author: MOPSIL Group
Description: Quiet holding-company theme for MOPSIL Group. Three pages, no decoration.
Version: 1.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: mopsil
*/

:root{
  --orange:#F0712E;
  --bg:#F6F2EA;
  --ink:#1C1B19;
  --muted:#8A8378;
  --footer:#1C1B19;
  --footer-ink:#CFC9BF;
  --rule:rgba(28,27,25,.12);
  --serif:"EB Garamond",Georgia,"Times New Roman",serif;
  --sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--bg);color:var(--ink);
  font-family:var(--sans);font-weight:400;line-height:1.75;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  display:flex;flex-direction:column;align-items:stretch;min-height:100vh;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
main{flex:1 0 auto;width:100%;align-self:stretch}

/* ---------- HOME ---------- */
.home{display:flex;align-items:center;justify-content:center;padding:12vh 24px 10vh}
.home-inner{max-width:640px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center}
.home .brand{width:248px;max-width:64vw;margin:0 auto 3.4rem}
.home .hero p{
  font-family:var(--serif);font-size:1.32rem;line-height:1.85;
  color:var(--ink);margin:0 0 1.35rem;letter-spacing:.005em;
}
.home .hero p:last-child{margin-bottom:0}
.home .hero{margin-bottom:3.6rem}

/* ---------- CONTACT BUTTON ---------- */
.btn-contact{
  display:inline-block;border:1px solid var(--orange);color:var(--orange);
  font-family:var(--sans);font-size:.72rem;font-weight:500;
  letter-spacing:.22em;text-transform:uppercase;
  padding:.9rem 2.4rem;transition:background .25s ease,color .25s ease;
}
.btn-contact:hover{background:var(--orange);color:var(--bg)}

/* ---------- INNER PAGES (About / Privacy) ---------- */
.page{padding:9vh 24px 8vh;display:flex;justify-content:center}
.page-inner{width:100%;max-width:600px}
.brand-small{display:block;text-align:center;margin:0 auto 4.5rem}
.brand-small img{width:150px;max-width:44vw;margin:0 auto}
.page-title{
  font-family:var(--serif);font-weight:500;font-size:1.5rem;letter-spacing:.02em;
  margin:0 0 1.8rem;position:relative;padding-bottom:1rem;
}
.page-title::after{content:"";position:absolute;left:0;bottom:0;width:34px;height:2px;background:var(--orange)}
.page-content{max-width:56ch}
.page-content p{margin:0 0 1.4rem;font-size:1rem;line-height:1.85}
.page-content h2{font-family:var(--serif);font-weight:500;font-size:1.12rem;margin:2.4rem 0 .8rem}
.page-content a{color:var(--orange)}
.page-content ul{padding-left:1.1rem;margin:0 0 1.4rem}
.page-content li{margin:.35rem 0}

/* ---------- FOOTER ---------- */
.site-footer{flex-shrink:0;width:100%;align-self:stretch;background:var(--footer);border-top:2px solid var(--orange);color:var(--footer-ink)}
.footer-inner{max-width:640px;margin:0 auto;padding:2.6rem 24px;text-align:center}
.footer-nav{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase}
.footer-nav a{color:var(--footer-ink);transition:color .2s ease}
.footer-nav a:hover{color:var(--orange)}
.footer-nav .dot{margin:0 .9rem;color:var(--orange)}
.footer-meta{margin:1.1rem 0 0;font-size:.7rem;letter-spacing:.08em;color:var(--muted)}

@media(max-width:560px){
  .home .brand{margin-bottom:2.6rem}
  .home .hero p{font-size:1.18rem}
  .brand-small{margin-bottom:3.2rem}
}
