/*
Theme Name: The Adult Way Luxury
Theme URI: https://theadultway.com
Author: The Adult Way
Description: Luxury one-page WordPress theme for The Adult Way lifestyle management brand.
Version: 2.0
License: GPLv2 or later
Text Domain: theadultway
*/

:root{
  --gold:#d4af37;
  --gold-dark:#9f7d12;
  --text:#191919;
  --muted:#6d675e;
  --white:#ffffff;
  --glass:rgba(255,255,255,.78);
  --glass-strong:rgba(255,255,255,.9);
  --line:rgba(212,175,55,.42);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Montserrat","Helvetica Neue",Arial,sans-serif;
  color:var(--text);
  background:#fff;
  min-height:100vh;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-3;
  background:url('assets/images/taw-background.png') center center/cover no-repeat;
}
body:after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  background:linear-gradient(180deg,rgba(255,255,255,.52),rgba(255,255,255,.82));
}
a{color:inherit;text-decoration:none}
.taw-page{min-height:100vh;position:relative;overflow:hidden}
.taw-page:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  background:radial-gradient(circle at 50% 6%, rgba(255,255,255,.22), transparent 42%);
  pointer-events:none;
}
.hero{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:52px 22px 34px;
}
.card{
  width:min(960px,100%);
  background:var(--glass);
  border:1px solid rgba(255,255,255,.86);
  box-shadow:0 30px 90px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border-radius:30px;
  padding:54px 60px 34px;
  text-align:center;
  animation:fadeIn .9s ease both;
}
.logo-image{
  width:min(520px,88%);
  height:auto;
  display:block;
  margin:0 auto 18px;
  filter:drop-shadow(0 8px 18px rgba(212,175,55,.14));
}
.tagline{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:22px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--gold-dark);
  margin:4px 0 24px;
}
.divider{
  width:155px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  margin:0 auto 36px;
}
h1{position:absolute;left:-9999px}
h2{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:38px;
  font-weight:400;
  line-height:1.12;
  margin:0 0 22px;
  color:#171717;
}
.copy{
  max-width:760px;
  margin:0 auto;
  font-size:16.5px;
  line-height:1.82;
  color:#282828;
}
.copy p{margin:0 0 16px}.copy strong{font-weight:500;color:#111}
.services{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin:30px auto 30px;
}
.service{
  border:1px solid var(--line);
  color:#554416;
  background:rgba(255,255,255,.55);
  border-radius:999px;
  padding:10px 18px;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.statement{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:26px;
  line-height:1.35;
  color:#171717;
  margin:24px auto 30px;
}
.cta-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:20px 0 30px}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  padding:13px 22px;
  border-radius:999px;
  border:1px solid var(--gold);
  color:#fff;
  background:var(--gold);
  letter-spacing:.14em;
  font-size:12px;
  text-transform:uppercase;
  transition:.25s ease;
}
.button.secondary{background:rgba(255,255,255,.72);color:#5d4a13}
.button:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(212,175,55,.22)}
.contact{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  margin:8px 0 30px;
  color:#5d4a13;
  font-size:14px;
  letter-spacing:.04em;
}
.site-footer{
  border-top:1px solid rgba(212,175,55,.28);
  padding-top:23px;
  margin-top:10px;
  font-size:12px;
  color:#777168;
  line-height:1.7;
}
.legal-links{margin:8px 0 7px}.legal-links a{color:#5d4a13;margin:0 8px}.legal-note{max-width:680px;margin:0 auto;color:#8b857b}
@keyframes fadeIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@media (max-width:760px){
  .hero{padding:22px 12px}.card{padding:34px 22px 25px;border-radius:22px}.logo-image{width:min(430px,96%)}.tagline{font-size:15px;letter-spacing:.17em}h2{font-size:31px}.copy{font-size:15px;line-height:1.7}.statement{font-size:22px}.contact{flex-direction:column;gap:8px}.legal-links a{display:inline-block;margin:4px 8px}
}
