
:root{
  --headline:#7f3126;
  --headline-soft:#904132;
  --text:#6f5147;
  --card:#fbf6f1;
  --line:rgba(122, 83, 67, .12);
  --shadow:0 16px 34px rgba(110, 73, 59, .12);
  --wa:#25D366;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, system-ui, sans-serif;
  color:var(--text);
  background:#f6ece3;
}
img{display:block;width:100%;height:auto}
a{text-decoration:none;color:inherit}

.container,
.hero-inner{
  width:min(1320px, calc(100% - 48px));
  margin:0 auto;
}

.floating-wa{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:40;
  background:var(--wa);
  color:#fff;
  padding:14px 18px;
  border-radius:999px;
  font-weight:800;
  box-shadow:0 12px 28px rgba(37,211,102,.28);
}

/* HERO */
.hero{
  position:relative;
  min-height:min(100vh, 980px);
  background:url("assets/hero.jpg") center top / cover no-repeat;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(247,238,230,.02) 0%, rgba(247,238,230,.02) 35%, rgba(247,238,230,0) 60%);
  pointer-events:none;
}
.hero-inner{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-start;
}
.hero-copy{
  width:min(43%, 460px);
  padding-top:32px;
  padding-left:10px;
}
.script-line,
.mini-script{
  margin:0 0 4px;
  font-family:"Parisienne", cursive;
  color:#83675c;
  line-height:1;
}
.script-line{font-size:clamp(2rem,3.8vw,3.6rem)}
.mini-script{font-size:clamp(1.6rem,3vw,2.4rem)}

h1{
  margin:0;
  line-height:.92;
  letter-spacing:.02em;
}
.line1,.line2{
  display:block;
  font-family:"Cormorant Garamond", serif;
  font-weight:700;
  color:var(--headline);
  text-transform:uppercase;
}
.line1{font-size:clamp(2.7rem,4.6vw,4.9rem)}
.line2{font-size:clamp(2.35rem,4.15vw,4.35rem)}
.line3{
  display:block;
  margin-top:4px;
  font-family:"Parisienne", cursive;
  color:#6f5147;
  font-size:clamp(2.4rem,4.6vw,4.45rem);
}
.checkline{
  margin:26px 0 14px;
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--headline);
  font-size:clamp(1rem,1.5vw,1.45rem);
  font-weight:500;
}
.checkline::before{
  content:"✓";
  display:grid;
  place-items:center;
  width:30px;height:30px;
  border-radius:50%;
  border:2px solid #c9755d;
  color:#c9755d;
  font-size:1rem;
  flex:none;
}
.subtext{
  margin:0 0 22px 42px;
  max-width:320px;
  color:#705348;
  line-height:1.7;
  font-size:clamp(.98rem,1.2vw,1.25rem);
}
.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-left:42px;
}
.cta,
.ghost-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 28px;
  border-radius:8px;
  font-weight:800;
  letter-spacing:.04em;
  box-shadow:var(--shadow);
}
.cta{
  background:linear-gradient(180deg, #de8a68, #cb7654);
  color:#fff;
}
.ghost-btn{
  background:rgba(255,250,246,.85);
  color:var(--headline-soft);
  border:1px solid var(--line);
}
.hero-points{
  margin:18px 0 0 42px;
  padding-left:18px;
  color:#6c5147;
  line-height:1.8;
}

/* SECTION */
.section-way{
  position:relative;
  padding:44px 0 72px;
  background:url("assets/section-bg.png") center/cover no-repeat;
  overflow:hidden;
}
.section-overlay{
  position:absolute;
  inset:0;
  background:rgba(255,247,240,.08);
  pointer-events:none;
}
.section-way .container,
.testimonial-section .container,
.contact-section .container{
  position:relative;
  z-index:1;
}
.section-way h2,
.testimonial-head h2,
.contact-copy h2{
  margin:0 0 34px;
  text-align:center;
  font-family:"Cormorant Garamond", serif;
  font-weight:700;
  line-height:1.05;
  letter-spacing:-.01em;
  color:var(--headline);
  font-size:clamp(2.7rem,5.2vw,5rem);
}
.cards{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:34px;
  align-items:stretch;
}
.info-card,
.quote-card,
.contact-card{
  background:rgba(251,246,241,.94);
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.card-visual{
  padding:28px 28px 0;
}
.card-visual img{
  aspect-ratio:1.45 / 1;
  object-fit:cover;
  border-radius:6px;
}
.card-body{
  padding:22px 36px 32px;
  text-align:center;
}
.card-body h3{
  margin:0 0 18px;
  font-family:"Cormorant Garamond", serif;
  font-weight:700;
  color:var(--headline-soft);
  font-size:clamp(2rem,2.6vw,2.35rem);
  line-height:1.05;
}
.card-body p{
  margin:0;
  color:#6b5148;
  line-height:1.6;
  font-size:clamp(1.08rem,1.25vw,1.22rem);
}

/* Testimonials */
.testimonial-section{
  padding:56px 0 72px;
  background:linear-gradient(180deg, #f5ebe2 0%, #f1e4d8 100%);
}
.testimonial-head{
  text-align:center;
  margin-bottom:28px;
}
.testimonial-head h2{
  margin-bottom:0;
}
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
}
.quote-card{
  padding:28px;
}
.quote-mark{
  font-size:1.6rem;
  color:#b84b3a;
  margin-bottom:12px;
}
.quote-card p{
  margin:0 0 14px;
  line-height:1.7;
}
.quote-card strong{
  color:var(--headline);
}

/* Contact */
.contact-section{
  padding:56px 0 84px;
  background:linear-gradient(180deg, #f2e5da 0%, #efe0d4 100%);
}
.contact-wrap{
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:24px;
  align-items:start;
}
.contact-copy h2{
  text-align:left;
  margin-bottom:18px;
}
.contact-copy p{
  margin:0 0 18px;
  line-height:1.8;
}
.contact-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.contact-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 20px;
  border-radius:999px;
  font-weight:700;
}
.contact-btn.wa{
  background:var(--wa);
  color:#fff;
}
.contact-btn.mail{
  background:#fff;
  border:1px solid var(--line);
  color:var(--headline-soft);
}
.contact-card{
  padding:28px;
}
.contact-card h3{
  margin:0 0 16px;
  font-family:"Cormorant Garamond", serif;
  font-size:2rem;
  color:var(--headline);
}
.contact-card ul{
  margin:0;
  padding-left:18px;
  line-height:2;
}

/* Footer */
.site-footer{
  padding:24px 0 34px;
  background:#ead9cc;
  border-top:1px solid var(--line);
}
.footer-grid{
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  line-height:1.8;
}
.footer-links{
  display:flex;
  flex-direction:column;
  gap:6px;
  text-align:right;
}

@media (max-width: 1100px){
  .cards,
  .testimonial-grid{
    grid-template-columns:1fr;
  }
  .contact-wrap{
    grid-template-columns:1fr;
  }
}

@media (max-width: 960px){
  .hero{min-height:780px;background-position:center top}
  .hero-copy{width:min(48%, 420px);padding-top:24px}
}

@media (max-width: 780px){
  .hero{min-height:680px;background-position:58% top}
  .hero-copy{width:min(56%, 360px);padding-top:18px}
  .subtext,.hero-actions,.hero-points{margin-left:0}
  .contact-copy h2{text-align:center}
  .footer-links{text-align:left}
}

@media (max-width: 560px){
  .container,.hero-inner{
    width:min(100% - 22px, 1320px);
  }
  .hero{min-height:560px;background-position:62% top}
  .hero-copy{width:min(62%, 280px);padding-top:12px;padding-left:2px}
  .script-line{font-size:1.55rem}
  .line1{font-size:1.9rem}
  .line2{font-size:1.55rem}
  .line3{font-size:1.95rem}
  .checkline{margin:14px 0 10px;font-size:.92rem}
  .checkline::before{width:22px;height:22px;font-size:.8rem}
  .subtext{font-size:.88rem;line-height:1.45;max-width:220px;margin-bottom:14px}
  .cta,.ghost-btn{min-height:42px;padding:0 16px;font-size:.78rem;border-radius:6px}
  .section-way,.testimonial-section,.contact-section{padding-top:28px;padding-bottom:48px}
  .section-way h2,.testimonial-head h2,.contact-copy h2{margin-bottom:22px}
  .card-visual{padding:18px 18px 0}
  .card-body{padding:16px 18px 22px}
  .card-body h3{font-size:1.9rem}
  .card-body p,.quote-card p{font-size:1rem}
  .quote-card,.contact-card{padding:20px}
}
