/*
Theme Name: AXLAWN Sale
Theme URI: https://axlawn.com/
Author: Manus AI
Description: A responsive one-page WordPress theme for presenting AXLAWN.COM as a website for sale.
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: axlawn-sale
*/

:root {
  --ink: #143d28;
  --muted: #607267;
  --green: #1d6b3a;
  --green-dark: #124b2a;
  --mint: #eaf6ed;
  --line: #d8e8dc;
  --white: #fff;
  --shadow: 0 24px 70px rgba(28, 74, 42, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: #f5faf6;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
.sale-shell {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 48px 22px;
  background: radial-gradient(circle at 15% 20%, #eef9ef 0, transparent 36%), linear-gradient(135deg, #fbfefb, #e9f5eb);
}
.sale-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(290px, .9fr);
  width: min(1080px, 100%);
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(196, 220, 200, .9);
  border-radius: 28px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.sale-content { padding: clamp(38px, 7vw, 80px); align-self: center; }
.sale-badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 16px; border-radius: 99px;
  color: #fff; background: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em;
}
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: #77e497; box-shadow: 0 0 0 4px rgba(119,228,151,.15); }
.sale-kicker { margin: 30px 0 9px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0; color: var(--ink); font-size: clamp(48px, 7vw, 84px); line-height: .95; letter-spacing: -.065em; }
.sale-content h2 { max-width: 480px; margin: 24px 0 18px; font-size: clamp(24px, 3vw, 35px); line-height: 1.12; letter-spacing: -.035em; }
.sale-description { max-width: 530px; margin: 0; color: #425a49; font-size: 18px; line-height: 1.65; }
.sale-supporting { max-width: 500px; margin: 15px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.sale-actions { margin-top: 30px; }
.sale-button { display: inline-flex; align-items: center; gap: 11px; padding: 15px 21px; border-radius: 12px; color: #fff; background: #21bd61; box-shadow: 0 10px 24px rgba(33,189,97,.23); font-size: 16px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.sale-button:hover, .sale-button:focus-visible { color: #fff; background: #149a4b; box-shadow: 0 13px 28px rgba(33,189,97,.3); transform: translateY(-2px); }
.whatsapp-icon { display: grid; place-items: center; width: 24px; height: 24px; border: 2px solid #fff; border-radius: 50%; font-size: 11px; }
.sale-contact { display: flex; gap: 10px; align-items: center; margin-top: 19px; color: var(--muted); font-size: 13px; }
.sale-contact span { font-weight: 700; }
.sale-contact a { color: var(--green); font-weight: 700; text-decoration: none; }
.sale-contact a:hover { text-decoration: underline; }
.sale-visual { display: grid; place-items: center; min-height: 450px; padding: 50px; background: linear-gradient(150deg, #dff2e3, #c8e9cf); }
.visual-window { position: relative; width: min(100%, 390px); aspect-ratio: 1 / 1.03; overflow: hidden; border: 10px solid rgba(255,255,255,.6); border-radius: 50% 50% 42% 42%; background: linear-gradient(#9bd4a7 0 43%, #79b987 43% 66%, #4c965e 66%); box-shadow: inset 0 -20px 35px rgba(24,83,39,.12), 0 20px 35px rgba(41,102,59,.17); }
.sun { position: absolute; top: 15%; right: 19%; width: 62px; height: 62px; border-radius: 50%; background: #fff3ab; box-shadow: 0 0 0 16px rgba(255,243,171,.16), 0 0 35px rgba(255,239,152,.8); }
.hill { position: absolute; left: -15%; width: 130%; border-radius: 50% 50% 0 0; }
.hill-back { top: 43%; height: 37%; background: #5ca66b; transform: rotate(-5deg); }
.hill-front { top: 56%; height: 52%; background: #2d784a; transform: rotate(5deg); }
.grass-line { position: absolute; bottom: 0; width: 100%; height: 31%; background: repeating-linear-gradient(82deg, transparent 0 13px, rgba(197,235,177,.25) 14px 16px), #286942; }
.tree { position: absolute; z-index: 2; bottom: 28%; width: 62px; height: 130px; }
.tree span, .tree span::before, .tree span::after { position: absolute; content: ""; display: block; border-radius: 50%; background: #1f653b; }
.tree span { left: 0; top: 0; width: 55px; height: 55px; box-shadow: 25px 7px 0 #287546, 9px -20px 0 #317d48, 28px -22px 0 #1b5d35; }
.tree i { position: absolute; bottom: 0; left: 26px; width: 9px; height: 76px; background: #725536; }
.tree-left { left: 12%; transform: scale(.82); }
.tree-right { right: 10%; transform: scale(.65); bottom: 35%; }
.visual-label { position: absolute; z-index: 3; left: 0; right: 0; bottom: 10%; color: #efffec; text-align: center; font-size: 14px; line-height: 1.35; letter-spacing: .05em; text-transform: uppercase; text-shadow: 0 2px 6px rgba(16,55,26,.45); }
.visual-label strong { font-size: 21px; letter-spacing: .02em; text-transform: none; }
.sale-footer-note { position: relative; z-index: 1; margin-top: 20px; color: #698173; font-size: 12px; letter-spacing: .04em; }
.sale-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .5; }
.sale-orb-one { top: -120px; right: 8%; width: 300px; height: 300px; background: #c8ebce; }
.sale-orb-two { bottom: -160px; left: 7%; width: 350px; height: 350px; background: #dff2c7; }
@media (max-width: 760px) {
  .sale-shell { min-height: auto; padding: 25px 14px 32px; }
  .sale-card { display: flex; flex-direction: column; min-height: 0; border-radius: 22px; }
  .sale-content { padding: 38px 26px 34px; }
  .sale-visual { min-height: 300px; padding: 30px; order: -1; }
  .visual-window { width: min(270px, 100%); }
  .sale-kicker { margin-top: 22px; }
  .sale-description { font-size: 16px; }
  .sale-button { width: 100%; justify-content: center; }
  .sale-contact { justify-content: center; flex-wrap: wrap; }
  .sale-footer-note { text-align: center; }
}
