:root {
  --bg: #f4ede1;
  --card: #fbf6ec;
  --ink: #241712;
  --sub: #6b513f;
  --accent: #8a5a3b;
  --accent-2: #c9a275;
  --accent-3: #331603;
  --saucer: #e8dac0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  display: flex;
  align-items: flex-start;
}

img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
}

.hero {
  position: relative;
  background: var(--accent);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
  padding-bottom: 5.5rem;
}

.hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 15%, rgba(255, 255, 255, 0.12), transparent 55%),
    radial-gradient(circle at 85% 75%, rgba(0, 0, 0, 0.12), transparent 50%);
  pointer-events: none;
}

.hero-content {
  max-width: 680px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 0;
  text-align: center;
}

.hero-icon {
  width: 112px;
  height: 112px;
  border-radius: 26px;
  margin: 0 auto 1.25rem;
  box-shadow: 0 20px 40px rgba(36, 23, 18, 0.18);
}

.hero-name {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(2.75rem, 6vw, 4rem);
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--card);
  margin-bottom: 2rem;
}

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--card);
  background: rgba(251, 246, 236, 0.14);
  border: 1px solid rgba(251, 246, 236, 0.3);
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1.75rem;
}

.hero-content h1 {
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  color: var(--card);
}

.accent {
  color: var(--accent-2);
}

.accent-3 {
  color: var(--accent-3)
}

.hero-content p {
  font-size: 1.1rem;
  color: rgba(251, 246, 236, 0.8);
  max-width: 520px;
  margin: 0 auto 2.75rem;
}

.store-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.store-button {
  display: inline-flex;
  align-items: center;
  transition: transform 0.15s ease;
}

.store-button:hover {
  transform: translateY(-2px);
}

.store-badge {
  height: 48px;
  width: auto;
  display: block;
}

.features {
  max-width: 1000px;
  width: 100%;
  margin: 2rem auto 0;
  padding: 1.5rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.feature {
  background: var(--card);
  border: 1px solid rgba(36, 23, 18, 0.06);
  border-radius: 20px;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 12px 30px rgba(36, 23, 18, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(36, 23, 18, 0.1);
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background: var(--saucer);
  margin-bottom: 1.25rem;
}

.feature-icon svg {
  width: 22px;
  height: 22px;
}

.feature h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.feature p {
  font-size: 0.95rem;
  color: var(--sub);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.footer {
  text-align: center;
  padding: 1rem 1.5rem;
  color: var(--sub);
  font-size: 0.8rem;
}

.footer a {
  color: var(--accent);
}

.policy-header {
  text-align: center;
  padding: 2.5rem 1.5rem 0.5rem;
}

.policy-header .brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.policy-header .brand-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.policy-header .brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--ink);
}

.policy-main {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 3.5rem;
}

.policy-card {
  background: var(--card);
  border: 1px solid rgba(36, 23, 18, 0.06);
  border-radius: 20px;
  padding: 2.25rem clamp(1.25rem, 5vw, 3rem);
  box-shadow: 0 12px 30px rgba(36, 23, 18, 0.06);
}

.policy-card h1 {
  font-size: clamp(1.7rem, 4vw, 2.3rem);
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.policy-effective {
  color: var(--sub);
  font-size: 0.9rem;
  margin-bottom: 1.75rem;
}

.policy-card h2 {
  font-size: 1.3rem;
  color: var(--accent-3);
  margin: 2.25rem 0 0.75rem;
}

.policy-card h2:first-of-type {
  margin-top: 0;
}

.policy-card p {
  color: var(--sub);
  font-size: 0.98rem;
  margin-bottom: 0.9rem;
}

.policy-card ul {
  color: var(--sub);
  font-size: 0.98rem;
  margin: 0 0 0.9rem 1.25rem;
}

.policy-card li {
  margin-bottom: 0.35rem;
}

.policy-card a {
  color: var(--accent);
}

.policy-card strong {
  color: var(--ink);
}