/* ═══════════════════════════════════════════════════════════════
   pages.css — Greenland Farms Sub-Page Styles
   ═══════════════════════════════════════════════════════════════ */

/* ─── SUB-PAGE BODY ──────────────────────────────────────────── */
body.sub-page { overflow: auto; display: flex; flex-direction: column; }
.sp-scroll { flex: 1; overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none; }
.sp-scroll::-webkit-scrollbar { display: none; }

/* ─── SHARED HERO ────────────────────────────────────────────── */
.sp-hero {
  position: relative; height: 52vh; min-height: 320px; max-height: 500px;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden;
}
.sp-hero-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(10,14,10,0.80) 0%, rgba(10,14,10,0.50) 100%); }
.sp-hero-content { position: relative; z-index: 2; text-align: center; padding: 0 24px; }
.sp-hero-label { display: block; font-family: var(--ff-sans); font-size: 10px; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; color: #C4A35A; margin-bottom: 14px; }
.sp-hero-title { font-family: var(--ff-serif); font-size: clamp(2.8rem,6vw,5.5rem); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #F2F0EF; line-height: 1.05; }
.sp-hero-sub { margin-top: 14px; font-family: var(--ff-sans); font-size: clamp(0.8rem,1.4vw,0.95rem); font-weight: 300; letter-spacing: 0.1em; color: rgba(242,240,239,0.6); }
.sp-breadcrumb { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; align-items: center; gap: 8px; }
.sp-bc-link { font-family: var(--ff-sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,240,239,0.45); text-decoration: none; transition: color 0.25s; }
.sp-bc-link:hover { color: #C4A35A; }
.sp-bc-sep { color: rgba(242,240,239,0.25); font-size: 11px; }
.sp-bc-cur { font-family: var(--ff-sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,240,239,0.7); }

/* ─── SHARED UTILITIES ───────────────────────────────────────── */
.sp-label { display: block; font-family: var(--ff-sans); font-size: 10px; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; color: #C4A35A; margin-bottom: 14px; }
.sp-section-title { font-family: var(--ff-serif); font-size: clamp(2rem,3.5vw,3.2rem); font-weight: 600; line-height: 1.08; color: #1a1a1a; letter-spacing: 0.02em; }
.sp-section-title em { font-style: italic; color: #C4A35A; }
.sp-divider { width: 36px; height: 1px; background: #C4A35A; margin: 22px 0 28px; }
.sp-body-text { font-family: var(--ff-sans); font-size: clamp(0.83rem,1.2vw,0.93rem); font-weight: 300; line-height: 1.9; color: rgba(26,26,26,0.65); margin-bottom: 18px; }
.sp-body-text:last-child { margin-bottom: 0; }
.sp-map iframe { display: block; width: 100%; height: 420px; border: 0; }
.sp-map { width: 100%; line-height: 0; }

/* ─── SHARED FORM ELEMENTS ───────────────────────────────────── */
.sp-field-group { display: flex; flex-direction: column; gap: 8px; }
.sp-label { font-family: var(--ff-sans); font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(26,26,26,0.65); }
.sp-input { background: transparent; border: none; border-bottom: 1px solid rgba(26,26,26,0.2); padding: 10px 0; font-family: var(--ff-sans); font-size: 0.9rem; font-weight: 300; letter-spacing: 0.04em; color: #1a1a1a; outline: none; width: 100%; transition: border-color 0.25s; }
.sp-input::placeholder { color: rgba(26,26,26,0.28); }
.sp-input:focus { border-bottom-color: #C4A35A; }
.sp-submit-btn { align-self: flex-start; margin-top: 8px; padding: 13px 38px; border: 1px solid rgba(196,163,90,0.5); border-radius: 50px; background: transparent; font-family: var(--ff-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.24em; text-transform: uppercase; color: #C4A35A; cursor: pointer; transition: background 0.3s, color 0.3s, border-color 0.3s; }
.sp-submit-btn:hover { background: #C4A35A; color: #F2F0EF; border-color: #C4A35A; }
.sp-success-msg { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 48px 0; }
.sp-success-icon { font-size: 20px; color: #C4A35A; }
.sp-success-title { font-family: var(--ff-serif); font-size: clamp(1.6rem,2.5vw,2.2rem); font-weight: 600; color: #1a1a1a; }
.sp-success-text { font-family: var(--ff-sans); font-size: 0.9rem; font-weight: 300; line-height: 1.8; color: rgba(26,26,26,0.6); }

/* ─── SHARED CTA ─────────────────────────────────────────────── */
.sp-cta { padding: 100px 40px; text-align: center; }
.sp-cta-dark { background: #141a14; }
.sp-cta-light { background: #F2F0EF; border-top: 1px solid rgba(26,26,26,0.08); }
.sp-cta-inner { max-width: 560px; margin: 0 auto; }
.sp-cta-label { display: block; font-family: var(--ff-sans); font-size: 10px; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; color: #C4A35A; margin-bottom: 16px; }
.sp-cta-title { font-family: var(--ff-serif); font-size: clamp(2.2rem,4.5vw,3.8rem); font-weight: 600; color: #e8dfc0; line-height: 1.15; letter-spacing: 0.04em; margin-bottom: 24px; }
.sp-cta-title-dark { color: #1a1a1a; }
.sp-cta-sub { font-family: var(--ff-sans); font-size: 0.9rem; font-weight: 300; line-height: 1.75; letter-spacing: 0.06em; color: rgba(232,223,192,0.55); margin-bottom: 40px; }
.sp-cta-btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 38px; border: 1px solid rgba(196,163,90,0.5); border-radius: 50px; background: transparent; font-family: var(--ff-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.24em; text-transform: uppercase; color: #C4A35A; text-decoration: none; transition: background 0.3s, color 0.3s, border-color 0.3s; }
.sp-cta-btn:hover { background: #C4A35A; color: #F2F0EF; border-color: #C4A35A; }

/* ─── FADE ANIMATION ─────────────────────────────────────────── */
.fade-item { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.fade-item.visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════════════════════════════
   OUR PROPERTIES
   ═══════════════════════════════════════════════════════════════ */
.prop-intro { max-width: 760px; margin: 0 auto; padding: 64px 40px 0; text-align: center; }
.prop-intro-text { font-family: var(--ff-sans); font-size: clamp(0.85rem,1.4vw,1rem); font-weight: 300; line-height: 1.9; letter-spacing: 0.03em; color: rgba(26,26,26,0.65); }
.prop-list { max-width: 1280px; margin: 0 auto; padding: 72px 40px 80px; display: flex; flex-direction: column; gap: 0; }
.prop-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; border-bottom: 1px solid rgba(26,26,26,0.08); padding: 60px 0; gap: 64px; align-items: center; }
.prop-even { grid-template-areas: 'img body'; }
.prop-odd  { grid-template-areas: 'body img'; }
.prop-img  { grid-area: img; position: relative; overflow: hidden; border-radius: 4px; aspect-ratio: 4/3; }
.prop-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.75s cubic-bezier(0.22,1,0.36,1); }
.prop-card:hover .prop-img img { transform: scale(1.04); }
.prop-img-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 55%, rgba(10,14,10,0.28) 100%); pointer-events: none; }
.prop-tag { position: absolute; top: 18px; left: 18px; z-index: 2; padding: 5px 13px; background: rgba(10,14,10,0.55); border: 1px solid rgba(196,163,90,0.4); border-radius: 50px; font-family: var(--ff-sans); font-size: 9px; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: #C4A35A; backdrop-filter: blur(6px); }
.prop-body { grid-area: body; display: flex; flex-direction: column; justify-content: center; padding: 0 8px; }
.prop-label { font-family: var(--ff-sans); font-size: 10px; font-weight: 400; letter-spacing: 0.32em; text-transform: uppercase; color: #C4A35A; margin-bottom: 14px; }
.prop-title { font-family: var(--ff-serif); font-size: clamp(2rem,3.5vw,3.2rem); font-weight: 600; line-height: 1.05; color: #1a1a1a; letter-spacing: 0.02em; margin-bottom: 10px; }
.prop-tagline { font-family: var(--ff-serif); font-size: clamp(1rem,1.6vw,1.2rem); font-style: italic; font-weight: 400; color: rgba(26,26,26,0.5); margin-bottom: 20px; }
.prop-divider { width: 36px; height: 1px; background: #C4A35A; margin-bottom: 22px; }
.prop-desc { font-family: var(--ff-sans); font-size: clamp(0.82rem,1.2vw,0.92rem); font-weight: 300; line-height: 1.85; color: rgba(26,26,26,0.7); margin-bottom: 14px; }
.prop-detail { font-family: var(--ff-sans); font-size: clamp(0.8rem,1.1vw,0.88rem); font-weight: 300; line-height: 1.85; color: rgba(26,26,26,0.5); margin-bottom: 28px; }
.prop-footer { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.prop-size { font-family: var(--ff-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(26,26,26,0.45); }
.prop-btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 26px; border: 1px solid rgba(196,163,90,0.5); border-radius: 50px; background: transparent; font-family: var(--ff-sans); font-size: 10px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: #C4A35A; text-decoration: none; transition: background 0.3s, border-color 0.3s, color 0.3s; }
.prop-btn:hover { background: #C4A35A; border-color: #C4A35A; color: #F2F0EF; }

/* ═══════════════════════════════════════════════════════════════
   AMENITIES
   ═══════════════════════════════════════════════════════════════ */
.am-section { max-width: 1100px; margin: 0 auto; padding: 88px 40px 96px; }
.am-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(26,26,26,0.1); border-left: 1px solid rgba(26,26,26,0.1); }
.am-card { display: flex; align-items: flex-start; gap: 22px; padding: 36px 32px; border-right: 1px solid rgba(26,26,26,0.1); border-bottom: 1px solid rgba(26,26,26,0.1); transition: background 0.3s; }
.am-card:hover { background: rgba(196,163,90,0.04); }
.am-icon { flex-shrink: 0; font-size: 10px; color: #C4A35A; margin-top: 5px; line-height: 1; }
.am-text { display: flex; flex-direction: column; gap: 6px; }
.am-title { font-family: var(--ff-serif); font-size: clamp(1.15rem,2vw,1.45rem); font-weight: 600; color: #1a1a1a; letter-spacing: 0.02em; line-height: 1.1; }
.am-detail { font-family: var(--ff-sans); font-size: clamp(0.78rem,1.1vw,0.88rem); font-weight: 300; line-height: 1.7; letter-spacing: 0.04em; color: rgba(26,26,26,0.55); }

/* ═══════════════════════════════════════════════════════════════
   KHOPOLI PALI ROAD
   ═══════════════════════════════════════════════════════════════ */
.kp-stats { background: #141a14; padding: 64px 40px; }
.kp-stats-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(232,223,192,0.08); border: 1px solid rgba(232,223,192,0.08); }
.kp-stat-card { background: #141a14; padding: 40px 32px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 8px; transition: background 0.3s; }
.kp-stat-card:hover { background: #1a2418; }
.kp-stat-val { font-family: var(--ff-serif); font-size: clamp(2rem,3.5vw,3rem); font-weight: 600; color: #C4A35A; line-height: 1; }
.kp-stat-label { font-family: var(--ff-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: #e8dfc0; }
.kp-stat-sub { font-family: var(--ff-sans); font-size: 11px; font-weight: 300; letter-spacing: 0.06em; color: rgba(232,223,192,0.4); }
.kp-content { max-width: 1200px; margin: 0 auto; padding: 96px 40px; }
.kp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.kp-attr-list { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 0; border-top: 1px solid rgba(26,26,26,0.08); }
.kp-attr-item { display: flex; align-items: flex-start; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(26,26,26,0.08); }
.kp-attr-dot { flex-shrink: 0; width: 5px; height: 5px; border-radius: 50%; background: #C4A35A; margin-top: 6px; }
.kp-attr-name { display: block; font-family: var(--ff-serif); font-size: clamp(1rem,1.6vw,1.15rem); font-weight: 600; color: #1a1a1a; letter-spacing: 0.02em; margin-bottom: 4px; }
.kp-attr-desc { font-family: var(--ff-sans); font-size: 0.82rem; font-weight: 300; line-height: 1.65; color: rgba(26,26,26,0.52); }
.kp-dist-section { background: #0d120d; padding: 96px 40px; }
.kp-dist-inner { max-width: 900px; margin: 0 auto; }
.kp-dist-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(232,223,192,0.08); }
.kp-dist-row { display: flex; align-items: center; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(232,223,192,0.08); }
.kp-dist-place { font-family: var(--ff-sans); font-size: clamp(0.82rem,1.2vw,0.93rem); font-weight: 300; letter-spacing: 0.06em; color: rgba(232,223,192,0.65); flex-shrink: 0; min-width: 260px; }
.kp-dist-line { flex: 1; height: 1px; background: repeating-linear-gradient(to right, rgba(196,163,90,0.25) 0, rgba(196,163,90,0.25) 4px, transparent 4px, transparent 10px); }
.kp-dist-km { font-family: var(--ff-serif); font-size: clamp(1rem,1.8vw,1.3rem); font-weight: 600; color: #C4A35A; flex-shrink: 0; letter-spacing: 0.04em; }

/* ═══════════════════════════════════════════════════════════════
   CONTACT US
   ═══════════════════════════════════════════════════════════════ */
.cu-main { max-width: 1200px; margin: 0 auto; padding: 96px 40px 100px; }
.cu-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.cu-info-title { font-family: var(--ff-serif); font-size: clamp(2rem,3vw,2.8rem); font-weight: 600; color: #1a1a1a; letter-spacing: 0.02em; line-height: 1.05; }
.cu-address { font-family: var(--ff-sans); font-size: clamp(0.85rem,1.2vw,0.95rem); font-weight: 300; line-height: 2; letter-spacing: 0.04em; color: rgba(26,26,26,0.65); font-style: normal; margin-bottom: 40px; }
.cu-info-items { display: flex; flex-direction: column; gap: 0; border-top: 1px solid rgba(26,26,26,0.1); }
.cu-info-item { display: flex; flex-direction: column; gap: 4px; padding: 18px 0; border-bottom: 1px solid rgba(26,26,26,0.1); }
.cu-info-item-label { font-family: var(--ff-sans); font-size: 9px; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; color: #C4A35A; }
.cu-info-item-val { font-family: var(--ff-sans); font-size: clamp(0.83rem,1.1vw,0.92rem); font-weight: 300; letter-spacing: 0.04em; color: rgba(26,26,26,0.7); text-decoration: none; transition: color 0.25s; }
a.cu-info-item-val:hover { color: #C4A35A; }
.cu-form { display: flex; flex-direction: column; gap: 24px; }
.cu-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* ═══════════════════════════════════════════════════════════════
   SCHEDULE VISIT
   ═══════════════════════════════════════════════════════════════ */
.sv-pickup-banner { background: #141a14; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 20px 40px; text-align: center; }
.sv-pickup-icon { color: #C4A35A; font-size: 10px; flex-shrink: 0; }
.sv-pickup-text { font-family: var(--ff-sans); font-size: clamp(0.8rem,1.2vw,0.88rem); font-weight: 300; letter-spacing: 0.06em; color: rgba(232,223,192,0.65); }
.sv-pickup-text strong { font-weight: 500; color: #e8dfc0; }
.sv-form-section { display: flex; justify-content: center; padding: 88px 40px 100px; }
.sv-form-wrap { width: 100%; max-width: 780px; }
.sv-form-header { margin-bottom: 48px; }
.sv-form-title { font-family: var(--ff-serif); font-size: clamp(2rem,3.5vw,3rem); font-weight: 600; color: #1a1a1a; letter-spacing: 0.02em; line-height: 1.05; }
.sv-form { display: flex; flex-direction: column; gap: 32px; }
.sv-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.sv-radio-group { display: flex; flex-direction: column; gap: 12px; padding-top: 4px; }
.sv-radio-label { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.sv-radio-input { position: absolute; opacity: 0; width: 0; height: 0; }
.sv-radio-custom { flex-shrink: 0; width: 16px; height: 16px; border-radius: 50%; border: 1px solid rgba(26,26,26,0.25); background: transparent; transition: border-color 0.25s; position: relative; }
.sv-radio-custom::after { content: ''; position: absolute; inset: 3px; border-radius: 50%; background: #C4A35A; opacity: 0; transition: opacity 0.2s; }
.sv-radio-input:checked + .sv-radio-custom { border-color: #C4A35A; }
.sv-radio-input:checked + .sv-radio-custom::after { opacity: 1; }
.sv-radio-text { font-family: var(--ff-sans); font-size: 0.88rem; font-weight: 300; letter-spacing: 0.06em; color: rgba(26,26,26,0.7); }

/* ═══════════════════════════════════════════════════════════════
   ABOUT US
   ═══════════════════════════════════════════════════════════════ */
.au-intro { max-width: 1200px; margin: 0 auto; padding: 96px 40px 80px; }
.au-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.au-img-wrap { position: relative; overflow: hidden; border-radius: 4px; aspect-ratio: 4/3; }
.au-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.8s cubic-bezier(0.22,1,0.36,1); }
.au-img-wrap:hover .au-img { transform: scale(1.04); }
.au-img-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 60%, rgba(10,14,10,0.4) 100%); pointer-events: none; }
.au-img-caption { position: absolute; bottom: 16px; left: 20px; font-family: var(--ff-sans); font-size: 10px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,240,239,0.65); }
.au-values { background: #141a14; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(232,223,192,0.07); border-bottom: 1px solid rgba(232,223,192,0.07); }
.au-value-item { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 32px 24px; border-right: 1px solid rgba(232,223,192,0.07); transition: background 0.3s; }
.au-value-item:last-child { border-right: none; }
.au-value-item:hover { background: rgba(196,163,90,0.05); }
.au-value-dot { font-size: 9px; color: #C4A35A; flex-shrink: 0; }
.au-value-text { font-family: var(--ff-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(232,223,192,0.65); white-space: nowrap; }
.au-vision { background: #0d120d; padding: 100px 40px; }
.au-vision-inner { max-width: 1100px; margin: 0 auto; }
.au-vision-title { font-family: var(--ff-serif); font-size: clamp(1.8rem,3.5vw,3rem); font-weight: 600; line-height: 1.25; color: #e8dfc0; letter-spacing: 0.02em; max-width: 680px; }
.au-vision-title em { font-style: italic; color: #C4A35A; }
.au-divider-dark { width: 36px; height: 1px; background: #C4A35A; margin: 28px 0 48px; }
.au-vision-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(232,223,192,0.07); border: 1px solid rgba(232,223,192,0.07); }
.au-vision-card { background: #0d120d; padding: 36px 32px; transition: background 0.3s; }
.au-vision-card:hover { background: #111810; }
.au-vision-text { font-family: var(--ff-sans); font-size: clamp(0.82rem,1.2vw,0.92rem); font-weight: 300; line-height: 1.95; color: rgba(232,223,192,0.55); }

/* ═══════════════════════════════════════════════════════════════
   DISCLAIMER & PRIVACY POLICY
   ═══════════════════════════════════════════════════════════════ */
body.legal-page { overflow: auto; background: #0d120d; }
.legal-page-wrap { min-height: 100vh; background: rgba(10,14,10,0.65); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; padding: 40px 20px; }
.legal-card { background: #F2F0EF; width: 100%; max-width: 780px; border-radius: 4px; overflow: hidden; box-shadow: 0 32px 80px rgba(0,0,0,0.35); animation: cardIn 0.5s cubic-bezier(0.22,1,0.36,1) both; }
@keyframes cardIn { from { opacity: 0; transform: translateY(24px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.legal-header { padding: 48px 52px 0; }
.legal-header-label { display: block; font-family: var(--ff-sans); font-size: 10px; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; color: #C4A35A; margin-bottom: 12px; }
.legal-title { font-family: var(--ff-serif); font-size: clamp(1.8rem,4vw,2.8rem); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #1a1a1a; line-height: 1; }
.legal-divider { width: 100%; height: 1px; background: rgba(26,26,26,0.12); margin: 24px 0 0; }
.legal-body { padding: 32px 52px 28px; display: flex; flex-direction: column; gap: 18px; }
.legal-text { font-family: var(--ff-sans); font-size: clamp(0.82rem,1.2vw,0.9rem); font-weight: 300; line-height: 1.9; color: rgba(26,26,26,0.7); text-align: justify; }
.legal-intro { font-family: var(--ff-sans); font-size: clamp(0.82rem,1.2vw,0.9rem); font-weight: 400; line-height: 1.9; color: rgba(26,26,26,0.8); text-align: justify; }
.legal-contact { font-family: var(--ff-sans); font-size: clamp(0.82rem,1.2vw,0.9rem); font-weight: 300; line-height: 1.75; color: rgba(26,26,26,0.65); padding-top: 6px; border-top: 1px solid rgba(26,26,26,0.1); }
.legal-phone { color: #C4A35A; text-decoration: none; font-weight: 400; transition: color 0.2s; }
.legal-phone:hover { color: #1a1a1a; }
.legal-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; border-top: 1px solid rgba(26,26,26,0.08); }
.legal-list-item { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(26,26,26,0.08); font-family: var(--ff-sans); font-size: clamp(0.8rem,1.1vw,0.87rem); font-weight: 300; line-height: 1.85; color: rgba(26,26,26,0.65); text-align: justify; }
.legal-dot { flex-shrink: 0; width: 4px; height: 4px; border-radius: 50%; background: #C4A35A; margin-top: 8px; }
.legal-closing { font-family: var(--ff-sans); font-size: clamp(0.82rem,1.2vw,0.9rem); font-weight: 300; line-height: 1.9; color: rgba(26,26,26,0.65); text-align: justify; padding-top: 4px; border-top: 1px solid rgba(26,26,26,0.1); }
.legal-footer { padding: 28px 52px 44px; border-top: 1px solid rgba(26,26,26,0.1); }
.legal-agree-btn { padding: 12px 32px; background: #1a1a1a; border: 1px solid #1a1a1a; border-radius: 50px; font-family: var(--ff-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: #F2F0EF; cursor: pointer; transition: background 0.3s, color 0.3s, border-color 0.3s; }
.legal-agree-btn:hover { background: #C4A35A; border-color: #C4A35A; color: #F2F0EF; }

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — SUB-PAGES
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) { .prop-card { gap: 40px; padding: 48px 0; } }
@media (max-width: 900px) {
  .sp-hero { height: 44vh; min-height: 280px; }
  .sp-cta { padding: 72px 24px; }
  .prop-intro { padding: 48px 20px 0; }
  .prop-list { padding: 48px 20px 56px; }
  .kp-stats { padding: 48px 24px; }
  .kp-stats-grid { grid-template-columns: repeat(2,1fr); }
  .kp-grid { grid-template-columns: 1fr; gap: 48px; }
  .kp-content { padding: 64px 24px; }
  .kp-dist-section { padding: 64px 24px; }
  .cu-grid { grid-template-columns: 1fr; gap: 48px; }
  .cu-main { padding: 64px 24px 72px; }
  .au-intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .au-intro { padding: 64px 24px 56px; }
  .au-values { grid-template-columns: repeat(2,1fr); }
  .au-vision-grid { grid-template-columns: 1fr; }
  .au-vision { padding: 64px 24px; }
  .am-section { padding: 60px 20px 72px; }
}
@media (max-width: 768px) {
  .prop-card, .prop-even, .prop-odd { grid-template-columns: 1fr; grid-template-areas: 'img' 'body'; gap: 24px; padding: 40px 0; min-height: unset; }
  .prop-body { padding: 0; }
  .cu-form-row { grid-template-columns: 1fr; gap: 20px; }
  .sv-form-row { grid-template-columns: 1fr; gap: 24px; }
  .sv-form-section { padding: 60px 20px 72px; }
  .am-grid { grid-template-columns: 1fr; }
  .am-card { padding: 28px 20px; }
}
@media (max-width: 600px) {
  .legal-header, .legal-body, .legal-footer { padding-left: 24px; padding-right: 24px; }
  .legal-text, .legal-list-item, .legal-closing, .legal-intro { text-align: left; }
}
@media (max-width: 560px) {
  .kp-dist-place { min-width: unset; flex: 1; }
  .au-value-text { font-size: 10px; letter-spacing: 0.14em; }
}
