:root {
  --sh-bg: #f5f4f1;
  --sh-bg-alt: #ffffff;
  --sh-bg-deep: #111111;
  --sh-text-main: #181818;
  --sh-text-soft: #555555;
  --sh-primary: #2b5f4b;
  --sh-primary-soft: #d6e5dd;
  --sh-accent: #c99c62;
  --sh-border-soft: #e0ded8;
  --sh-radius-lg: 18px;
  --sh-radius-md: 12px;
  --sh-radius-pill: 999px;
  --sh-shadow-soft: 0 22px 45px rgba(15, 23, 42, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: radial-gradient(circle at top left, #f0ece6, #e4e0d7);
  color: var(--sh-text-main);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.sh-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.sh-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(245, 244, 241, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(209, 213, 219, 0.6);
}

.sh-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0.25rem;
}

.sh-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.sh-logo-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 10% 0, #f9f4ea, #e2f0ea);
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.25);
  overflow: hidden;
}

.sh-leaf {
  position: absolute;
  width: 18px;
  height: 28px;
  border-radius: 14px 14px 4px 14px;
  background: linear-gradient(145deg, #3a7d5f, #9bd4a8);
}

.sh-leaf-left {
  transform: rotate(-32deg) translateX(-1px);
  transform-origin: bottom right;
}

.sh-leaf-right {
  transform: rotate(32deg) translateX(1px);
  transform-origin: bottom left;
  background: linear-gradient(150deg, #84b88b, #2d5f48);
  opacity: 0.92;
}

.sh-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.sh-logo-main {
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sh-logo-sub {
  font-weight: 400;
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--sh-text-soft);
  letter-spacing: 0.16em;
}

.sh-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  font-size: 0.9rem;
}

.sh-nav a {
  position: relative;
  font-weight: 400;
  color: #4b5563;
}

.sh-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0;
  height: 1px;
  background: var(--sh-text-main);
  transition: width 0.2s ease;
}

.sh-nav a:hover::after {
  width: 100%;
}

.sh-hero {
  padding: 4.5rem 0 3.5rem;
}

.sh-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.1fr);
  gap: 3.25rem;
  align-items: center;
}

.sh-eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--sh-text-soft);
  margin-bottom: 0.7rem;
}

.sh-hero h1 {
  font-size: clamp(2.1rem, 3.1vw, 2.9rem);
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
}

.sh-hero-text {
  color: var(--sh-text-soft);
  max-width: 34rem;
  line-height: 1.7;
  margin-bottom: 1.7rem;
}

.sh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.sh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  border-radius: var(--sh-radius-pill);
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.18s ease-out;
}

.sh-btn-primary {
  background: linear-gradient(130deg, var(--sh-primary), #203a34);
  color: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.33);
}

.sh-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.45);
}

.sh-btn-ghost {
  background: rgba(255, 255, 255, 0.55);
  color: var(--sh-text-main);
  border-color: rgba(148, 163, 184, 0.7);
}

.sh-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.9);
}

.sh-hero-media {
  display: flex;
  justify-content: flex-end;
}

.sh-hero-card {
  background: linear-gradient(145deg, #111827, #020617);
  color: #f9fafb;
  border-radius: 26px;
  padding: 1.7rem 1.6rem;
  min-height: 240px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--sh-shadow-soft);
}

.sh-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 10%, rgba(94, 234, 212, 0.16), transparent),
    radial-gradient(circle at 80% 80%, rgba(190, 242, 100, 0.1), transparent);
  opacity: 0.9;
}

.sh-hero-card > * {
  position: relative;
  z-index: 1;
}

.sh-hero-card-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9ca3af;
  margin-bottom: 0.6rem;
}

.sh-hero-card h2 {
  margin: 0 0 0.6rem;
  font-size: 1.4rem;
}

.sh-hero-card p {
  font-size: 0.9rem;
  color: #e5e7eb;
  margin-bottom: 1rem;
}

.sh-link-inline {
  font-size: 0.85rem;
  text-decoration: underline;
  text-underline-offset: 0.24em;
  color: #a7f3d0;
}

.sh-section {
  padding: 3.5rem 0;
}

.sh-section-alt {
  background: rgba(255, 255, 255, 0.7);
}

.sh-section-heading {
  text-align: left;
  max-width: 38rem;
  margin-bottom: 2.2rem;
}

.sh-section-heading h2 {
  margin: 0 0 0.7rem;
  font-size: 1.6rem;
}

.sh-section-heading p {
  margin: 0;
  color: var(--sh-text-soft);
  line-height: 1.7;
}

.sh-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.8rem;
  align-items: flex-start;
}

.sh-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
}

.sh-card {
  background: #ffffff;
  border-radius: var(--sh-radius-lg);
  padding: 1.3rem 1.3rem 1.4rem;
  border: 1px solid rgba(209, 213, 219, 0.7);
}

.sh-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.02rem;
}

.sh-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--sh-text-soft);
  line-height: 1.6;
}

.sh-properties-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem;
}

.sh-property-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(209, 213, 219, 0.8);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.09);
}

.sh-property-media {
  height: 190px;
  background-size: cover;
  background-position: center;
}

.eden-verde-bg {
  background-image: url("eden verde goa.jpg");
  background-size: cover;
  background-position: center;
}

.eden-grande-bg {
  position: relative;
  overflow: hidden;
}

.eden-grande-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("eden verde goa.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(3px);
  transform: scale(1.05);
}

.eden-grande-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.65));
}

.sh-property-body {
  padding: 1.4rem 1.5rem 1.5rem;
}

.sh-property-body h3 {
  margin: 0 0 0.2rem;
  font-size: 1.2rem;
}

.sh-property-location {
  margin: 0 0 0.8rem;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6b7280;
}

.sh-property-body p {
  margin: 0 0 0.9rem;
  font-size: 0.9rem;
  color: var(--sh-text-soft);
  line-height: 1.7;
}

.sh-property-features {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  color: var(--sh-text-main);
  display: grid;
  gap: 0.15rem;
}

.sh-property-actions {
  margin-top: 1.1rem;
}

.sh-btn-disabled {
  background: #1f2937;
  color: #9ca3af;
  border-color: #374151;
  cursor: not-allowed;
  box-shadow: none;
}

.sh-btn-disabled:hover {
  transform: none;
  box-shadow: none;
}

.sh-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  justify-items: center;
  text-align: center;
}

.sh-stat-number {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sh-stat-label {
  margin: 0.2rem 0 0;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6b7280;
}

.sh-contact-details {
  margin-top: 1.6rem;
  font-size: 0.95rem;
  color: var(--sh-text-soft);
}

.sh-form {
  background: #ffffff;
  padding: 1.6rem 1.5rem 1.7rem;
  border-radius: 20px;
  border: 1px solid rgba(209, 213, 219, 0.8);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.sh-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.sh-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0.9rem;
}

.sh-form-field label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6b7280;
}

.sh-form input,
.sh-form select,
.sh-form textarea {
  border-radius: 999px;
  border: 1px solid var(--sh-border-soft);
  padding: 0.6rem 0.9rem;
  font-family: inherit;
  font-size: 0.9rem;
  outline: none;
  background: #f9fafb;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.sh-form textarea {
  border-radius: 16px;
  resize: vertical;
}

.sh-form input:focus,
.sh-form select:focus,
.sh-form textarea:focus {
  border-color: rgba(34, 197, 94, 0.7);
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.25);
  background: #ffffff;
}

.sh-form-submit {
  width: 100%;
  margin-top: 0.4rem;
}

.sh-form-note {
  margin: 0.65rem 0 0;
  font-size: 0.78rem;
  color: #6b7280;
}

.sh-footer {
  background: var(--sh-bg-deep);
  color: #e5e7eb;
  padding: 1.2rem 0 1.4rem;
  margin-top: 1.3rem;
}

.sh-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

.sh-footer-brand .sh-logo-main {
  color: #f9fafb;
}

.sh-footer-tagline {
  margin: 0.6rem 0 0;
  font-size: 0.9rem;
  color: #9ca3af;
}

.sh-footer-links {
  display: flex;
  gap: 1.6rem;
  font-size: 0.86rem;
  color: #9ca3af;
}

.sh-footer-links a:hover {
  color: #e5e7eb;
}

.sh-footer-copy {
  margin: 0;
  font-size: 0.78rem;
  color: #6b7280;
}

@media (max-width: 960px) {
  .sh-header-inner {
    gap: 1.2rem;
  }

  .sh-nav {
    gap: 1.1rem;
    font-size: 0.82rem;
  }

  .sh-hero-inner {
    grid-template-columns: minmax(0, 1.2fr);
  }

  .sh-hero-media {
    order: -1;
    justify-content: flex-start;
  }

  .sh-philosophy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-properties-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sh-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .sh-header-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sh-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .sh-hero {
    padding-top: 3.5rem;
  }

  .sh-grid-two {
    grid-template-columns: minmax(0, 1fr);
  }

  .sh-philosophy-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sh-stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .sh-form-row {
    grid-template-columns: minmax(0, 1fr);
  }
}


